@charset "UTF-8";
@font-face {
  font-family: 'swiftextrabold';
  src: url("../fonts/swift-extrabold.woff2") format("woff2"), url("../fonts/swift-extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'swiftextrabold_italic';
  src: url("../fonts/swift-extrabold-italic.woff2") format("woff2"), url("../fonts/swift-extrabold-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';п
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

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

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
       perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
     -moz-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
    -o-transform: scale(0.66);
       transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
    -o-transform: scale(0.66);
       transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
    -o-transform-origin: left top;
       transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
    -o-transform-origin: right top;
       transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
    -o-transform-origin: 50%;
       transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xmlcharset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
       transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: -webkit-linear-gradient(top, #ddd -50%, white 150%);
  background: -moz- oldlinear-gradient(top, #ddd -50%, white 150%);
  background: -o-linear-gradient(top, #ddd -50%, white 150%);
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: -moz- oldlinear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
     -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  -webkit-border-radius: 12px 0 0 12px;
     -moz-border-radius: 12px 0 0 12px;
          border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: -webkit-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: -moz- oldlinear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: -o-linear-gradient(top, white 0%, #B4B9BE 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
     -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: -webkit-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: -moz- oldlinear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: -o-linear-gradient(top, white 0%, #919BA5 30%, white 100%);
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: -moz- oldlinear-gradient(top, #428bca 0%, #3071a9 100%);
  background: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: -webkit-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: -moz- oldlinear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: -o-linear-gradient(top, #e0e4ea 0%, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: -webkit-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: -moz- oldlinear-gradient(top, #20b426 0%, #18891d 100%);
  background: -o-linear-gradient(top, #20b426 0%, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: -webkit-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: -moz- oldlinear-gradient(top, white 0%, #e9e6e6 100%);
  background: -o-linear-gradient(top, white 0%, #e9e6e6 100%);
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: -moz- oldlinear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #919ba5 30%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: -moz- oldlinear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
     -moz-border-radius-bottomright: 4px;
          border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: -moz- oldlinear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
     -moz-border-radius-bottomleft: 4px;
          border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: -moz- oldlinear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: -moz- oldlinear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
     -moz-border-radius-topleft: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
     -moz-border-radius-topright: 0;
          border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-left-radius: 0;
     -moz-border-radius-bottomleft: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
     -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -moz- oldlinear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
     -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }
  .scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
            box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important; }
    .scroll-wrapper > .scroll-content::-webkit-scrollbar {
      height: 0;
      width: 0; }
  .scroll-wrapper.scroll--rtl {
    direction: rtl; }

.scroll-element {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  display: none; }
  .scroll-element div {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box; }
  .scroll-element .scroll-bar,
  .scroll-element .scroll-arrow {
    cursor: default; }
  .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }
  .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
    .scroll-textarea > .scroll-content > textarea {
      border: none !important;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      height: 100% !important;
      margin: 0;
      max-height: none !important;
      max-width: none !important;
      overflow: scroll !important;
      outline: none;
      padding: 2px;
      position: relative !important;
      top: 0;
      width: 100% !important; }
      .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
        height: 0;
        width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: -moz- oldlinear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: -moz- oldlinear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
     -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0 !important; }

*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

html, :root {
  font-size: 14px;
  overflow-x: hidden; }
  html.is-blocked, :root.is-blocked {
    overflow: hidden !important; }
  @media screen and (max-width: 768px) {
    html.is-locked, :root.is-locked {
      overflow: hidden !important; } }

html {
  margin-right: 0 !important;
  overflow: visible !important; }

body {
  font-family: "Gilroy";
  font-size: 14px;
  color: #111;
  min-width: 320px;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 12px; }
      body.is-locked {
        overflow: hidden !important; } }
  body.is-blocked {
    overflow-x: hidden !important;
    overflow-y: scroll !important; }

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  overflow: hidden; }

.main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

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

a {
  text-decoration: none;
  outline: none;
  color: inherit; }

input,
button,
select {
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer; }

.wrapper {
  margin: 0 auto;
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 480px) {
    .wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.gray-line {
  height: 2px;
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  background-color: #E4E9E6;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.page-inside {
  margin-top: 150px;
  padding-top: 25px;
  border-top: 1px solid #E2EBE6; }
  .page-inside.basket-page, .page-inside.catalog-page--recipes, .page-inside.buy-page, .page-inside.articles-page, .page-inside.contacts-page, .page-inside.results-page, .page-inside.profile-page {
    padding-top: 65px; }
  @media screen and (max-width: 960px) {
    .page-inside {
      margin-top: 110px; } }
  @media screen and (max-width: 768px) {
    .page-inside {
      margin-top: 120px; }
      .page-inside.basket-page, .page-inside.catalog-page--recipes, .page-inside.buy-page, .page-inside.articles-page, .page-inside.contacts-page, .page-inside.results-page, .page-inside.profile-page {
        padding-top: 35px; } }
  @media screen and (max-width: 480px) {
    .page-inside {
      margin-top: 115px;
      border-top-color: transparent; }
      .page-inside.basket-page, .page-inside.catalog-page--recipes, .page-inside.buy-page, .page-inside.articles-page, .page-inside.contacts-page, .page-inside.results-page, .page-inside.profile-page {
        padding-top: 10px; } }

.bold {
  font-weight: 700; }

.tooltip {
  position: absolute;
  background-color: #fff;
  font-weight: 300;
  width: 240px;
  z-index: 20;
  top: -80px;
  right: 0;
  -webkit-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.04);
     -moz-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.04);
  padding: 20px 20px;
  display: none; }
  .tooltip::before {
    content: '';
    background-color: #fff;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    bottom: -7px;
    left: 80%;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .tooltip.is-show {
    display: block; }
  .tooltip--reg {
    top: 40px;
    width: 205px;
    padding: 25px; }
    .tooltip--reg::before {
      bottom: auto;
      top: -7px; }
    .tooltip--reg .profile-menu {
      background-color: transparent;
      padding: 0;
      margin: 0; }
      .tooltip--reg .profile-menu__list {
        display: block;
        margin: 0; }
      .tooltip--reg .profile-menu__item {
        margin-bottom: 37px;
        padding: 0; }
      .tooltip--reg .profile-menu__item:last-child {
        display: block;
        margin-top: 50px; }
  .tooltip--reg-mobile {
    width: 170px;
    top: 50px;
    right: -40px; }
  @media screen and (max-width: 768px) {
    .tooltip {
      width: 150px;
      text-align: center;
      top: -90px; }
      .tooltip--reg-mobile {
        width: 170px;
        top: 50px;
        right: -40px; }
        .tooltip--reg-mobile .profile-menu__text {
          display: block; } }

.link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  outline: none;
  cursor: pointer; }
  .link--underline {
    position: relative; }
    .link--underline::after {
      content: '';
      display: block;
      bottom: 0;
      width: 100%;
      height: 1px;
      position: absolute;
      background-color: #B2BCB6;
      opacity: 0.6;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
    .link--underline:hover {
      color: #00693B; }
      .link--underline:hover::after {
        opacity: 0; }
  .link--underline-green::after {
    background-color: #007E40; }
  .link--contacts-email {
    color: #007E40; }
    .link--contacts-email::after {
      bottom: 3px; }
  .link--header-menu {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.3px; }
    .link--header-menu:hover:not(.link--header-menu-current) {
      color: #007E40; }
    .link--header-menu.is-current {
      color: #00693B;
      font-weight: 800; }
    @media screen and (max-width: 1210px) {
      .link--header-menu {
        font-size: 11px; } }
    @media screen and (max-width: 1100px) {
      .link--header-menu {
        font-size: 10px; } }
    @media screen and (max-width: 960px) {
      .link--header-menu {
        font-size: 9px; } }
  .link--header-catalog {
    text-transform: uppercase; }
    .link--header-catalog:hover {
      color: #007E40; }
  .link--header-phone {
    font-weight: 600; }
    .link--header-phone-mobile {
      display: block;
      text-align: right;
      margin-right: 0 !important;
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600; }
  .link--header-auth {
    color: #00693B;
    font-weight: 500;
    position: relative; }
    .link--header-auth::after {
      content: '';
      display: block;
      bottom: -3px;
      width: 100%;
      height: 1px;
      position: absolute;
      background-color: #007E40;
      opacity: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
    .link--header-auth:hover {
      color: #007E40; }
      .link--header-auth:hover::after {
        opacity: 0.6; }
    .link--header-auth-mobile {
      color: #737373;
      text-align: right;
      font-size: 11px;
      line-height: 20px;
      display: block; }
  @media screen and (max-width: 768px) {
    .link--header-menu {
      text-transform: none; } }
  .link--registration {
    font-size: 18px;
    line-height: 18px;
    color: #007E40;
    font-weight: 700; }
  .link--forgot-pass {
    color: #007E40;
    font-weight: 500;
    line-height: 12px; }
  .link--return {
    font-weight: 500;
    line-height: 14px;
    color: #007E40;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .link--back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #007E40;
    font-size: 14px;
    font-weight: 700; }
    .link--back .link__icon {
      margin-right: 20px;
      display: block; }
    .link--back .icon--arrow-back {
      display: block; }
    .link--back:hover {
      color: #F96232; }
    @media screen and (max-width: 768px) {
      .link--back {
        font-size: 11px; }
        .link--back .link__icon {
          margin-right: 12px; } }
  .link--click {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: #007E40;
    font-weight: 600;
    white-space: nowrap;
    position: relative; }
    .link--click::after {
      content: '';
      display: block;
      bottom: -3px;
      width: 100%;
      height: 1px;
      position: absolute;
      background-color: #007E40;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
    .link--click:hover {
      color: #00693B; }
      .link--click:hover::after {
        opacity: 0; }
    @media screen and (max-width: 768px) {
      .link--click {
        font-size: 11px; }
        .link--click::after {
          bottom: -1px; } }
  .link--border {
    border: 1px solid rgba(226, 235, 230, 0.3);
    -webkit-border-radius: 70px;
       -moz-border-radius: 70px;
            border-radius: 70px;
    background-color: transparent;
    color: #fff;
    min-width: 190px;
    padding: 11px 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 12px; }
    .link--border .link__icon {
      margin-right: 10px;
      display: block; }
    .link--border .icon {
      display: block; }
    .link--border:hover {
      border-color: #fff; }
    @media screen and (max-width: 768px) {
      .link--border {
        font-size: 11px;
        min-width: 160px;
        padding: 5px 5px; } }
  .link--show-all {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 800;
    color: #007E40;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .link--show-all span {
      margin-right: 20px; }
    .link--show-all:hover {
      color: #00693B; }
      .link--show-all:hover .icon {
        -webkit-transform: translateX(5px);
           -moz-transform: translateX(5px);
            -ms-transform: translateX(5px);
             -o-transform: translateX(5px);
                transform: translateX(5px); }

.inline-link {
  display: inline;
  color: #007E40;
  border-bottom: 1px solid #007E40;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .inline-link--product {
    font-weight: 800; }
  .inline-link:hover {
    color: #00693B;
    border-bottom-color: transparent; }

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Gilroy";
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  font-size: 15px;
  line-height: 23px;
  background-color: #00693B;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 40px;
  color: #fff; }
  .btn .icon {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
  .btn:disabled {
    background-color: #737373;
    opacity: 0.4; }
    .btn:disabled:hover {
      background-color: #737373; }
  .btn:hover {
    background-color: #007E40; }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 12px; } }
  .btn--header-catalog {
    height: 48px;
    padding: 18px 25px 18px 25px;
    -webkit-border-radius: 125px;
       -moz-border-radius: 125px;
            border-radius: 125px; }
    @media screen and (max-width: 1210px) {
      .btn--header-catalog {
        padding: 13px 18px; }
        .btn--header-catalog .burger {
          margin-right: 17px; } }
    @media screen and (max-width: 960px) {
      .btn--header-catalog {
        font-size: 12px; } }
    @media screen and (max-width: 480px) {
      .btn--header-catalog:hover {
        background-color: transparent; } }
  .btn--main-top {
    font-size: 12px;
    line-height: 15px;
    height: 40px;
    max-width: 200px;
    background-color: transparent;
    color: #0A6433;
    border: 1px solid #0A6433;
    font-weight: 800; }
    .btn--main-top:hover {
      color: #fff;
      border-color: transparent; }
  .btn--subscribe {
    height: 40px;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .btn--subscribe {
        font-size: 12px;
        line-height: 12px;
        height: 35px;
        padding: 11px 15px; } }
  .btn__icon {
    margin-right: 10px;
    display: block; }
    .btn__icon .icon {
      display: block; }
  .btn--grey {
    color: #000;
    font-size: 12px;
    background-color: #F0F3F1;
    -webkit-border-radius: 70px;
       -moz-border-radius: 70px;
            border-radius: 70px;
    padding: 10px 20px; }
    .btn--grey:hover {
      background-color: #00693B;
      color: #fff; }
    @media screen and (max-width: 768px) {
      .btn--grey {
        font-size: 12px;
        border: 1px solid #E2EBE6;
        padding: 3px 10px;
        background-color: transparent; } }
  .btn--yellow {
    background: #FFE7B7;
    color: #222222;
    font-size: 12px;
    height: 30px;
    padding: 0 19px; }
    .btn--yellow:hover {
      background: #FFD175; }
    @media screen and (max-width: 768px) {
      .btn--yellow {
        font-size: 12px;
        border: 1px solid #E2EBE6;
        padding: 3px 10px; } }
  .btn--recovery {
    padding-left: 30px;
    padding-right: 30px; }
  .btn--error-page {
    background-color: #FFE7B7;
    color: #000;
    font-weight: 600; }
    .btn--error-page:hover {
      background-color: #FFD175; }
  .btn--to-cart {
    width: 140px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px; }

.input {
  font-family: "Gilroy";
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  font-size: 14px;
  color: #000;
  height: 48px;
  border: 2px solid #E2EBE6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 0 24px; }
  .input:hover {
    border-color: #D0DBD5; }
  .input::-webkit-input-placeholder {
    color: #7D8D84;
    opacity: 0.5; }
  .input::-moz-placeholder {
    color: #7D8D84;
    opacity: 0.5; }
  .input::-ms-input-placeholder {
    color: #7D8D84;
    opacity: 0.5; }
  .input::placeholder {
    color: #7D8D84;
    opacity: 0.5; }
  @media screen and (max-width: 768px) {
    .input {
      font-size: 12px; } }

.checkbox {
  display: block;
  cursor: pointer; }
  .checkbox input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px; }
    .checkbox input[type="checkbox"]:checked + .checkbox__text .icon--check {
      opacity: 1; }
    .checkbox input[type="checkbox"]:disabled + .checkbox__text {
      pointer-events: none;
      cursor: default;
      color: #B5BCC3; }
      .checkbox input[type="checkbox"]:disabled + .checkbox__text .checkbox__icon {
        background-color: #E2E8ED;
        border-color: #E2E8ED; }
  .checkbox__text {
    position: relative;
    font-size: 14px;
    padding-left: 33px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    min-height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .checkbox__icon {
    position: absolute;
    border: 2px solid #E2EBE6;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .checkbox__icon .icon--check {
      display: block;
      opacity: 0; }
  @media screen and (max-width: 768px) {
    .checkbox__text {
      font-size: 12px; } }

.select {
  font-family: "Gilroy";
  display: block;
  width: 100%; }
  .select .select2-container {
    width: 100% !important;
    display: block; }
  .select .select2-container--default .select2-selection--single {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    font-size: 14px;
    color: #000;
    height: 48px;
    border: 2px solid #E2EBE6;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 0 40px 0 24px; }
  .select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 44px; }
  .select .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0; }
  .select .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0;
    width: 40px;
    height: 100%; }
  .select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 10px;
    width: 14px;
    background: url("../images/select.svg") no-repeat 50%;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100%;
            background-size: 100%;
    margin-left: -7px;
    margin-top: -5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    display: block; }
  .select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (max-width: 768px) {
    .select .select2-container--default .select2-selection--single {
      font-size: 12px; } }

.select2-dropdown {
  border: 1px solid #E2EBE6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 70px rgba(0, 0, 0, 0.05);
  padding: 15px 0; }
  .select2-dropdown.sorting-select {
    -webkit-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.07);
       -moz-box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.07);
    margin-top: 10px;
    min-width: 136px; }
    .select2-dropdown.sorting-select:after, .select2-dropdown.sorting-select:before {
      bottom: 100%;
      left: 18px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .select2-dropdown.sorting-select:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 5px;
      left: 19px; }
    .select2-dropdown.sorting-select:before {
      border-color: rgba(226, 235, 230, 0);
      border-bottom-color: #E2EBE6;
      border-width: 6px; }
    .select2-dropdown.sorting-select .select2-results__option {
      font-size: 12px;
      padding: 5px 19px;
      white-space: nowrap; }
      .select2-dropdown.sorting-select .select2-results__option:hover {
        font-weight: 700; }

.select2-container--default .select2-results__option {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  padding: 5px 15px; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #007E40; }

.textarea {
  font-family: "Gilroy";
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  font-size: 14px;
  color: #000;
  border: 2px solid #E2EBE6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 15px 24px;
  resize: none;
  height: 95px; }
  .textarea--feedback-form {
    height: 120px; }
  .textarea:hover {
    border-color: #D0DBD5; }
  .textarea::-webkit-input-placeholder {
    color: #7D8D84;
    opacity: 1; }
  .textarea::-moz-placeholder {
    color: #7D8D84;
    opacity: 1; }
  .textarea:-moz-placeholder {
    color: #7D8D84;
    opacity: 1; }
  .textarea:-ms-input-placeholder {
    color: #7D8D84;
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .textarea {
      font-size: 12px; } }

.input-wrap {
  margin-bottom: 20px;
  position: relative; }
  .input-wrap::after {
    content: '';
    position: absolute;
    top: 46px;
    left: 10px;
    width: 0;
    height: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  .input-wrap--search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .input-wrap--search .input {
      width: 100%;
      background-color: transparent;
      border: 2px solid #00693B;
      -webkit-border-radius: 125px;
         -moz-border-radius: 125px;
              border-radius: 125px;
      padding: 12px 55px 12px 30px;
      height: 48px; }
      .input-wrap--search .input.is-active {
        background-color: #fff;
        color: #000; }
      @media screen and (max-width: 960px) {
        .input-wrap--search .input {
          max-height: 36px;
          padding: 10px 40px 10px 18px;
          font-size: 12px; } }
    .input-wrap--search button {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      background: transparent;
      border: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 15px; }
      @media screen and (max-width: 960px) {
        .input-wrap--search button {
          right: 7px; } }
    @media screen and (max-width: 480px) {
      .input-wrap--search .input {
        height: 38px;
        padding-left: 18px;
        font-size: 11px;
        line-height: 13px; } }
  .input-wrap--subscribe {
    position: relative; }
    .input-wrap--subscribe .input {
      width: 100%;
      height: 100%;
      padding: 25px 200px 25px 30px;
      background-color: #fff;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      border: none; }
      .input-wrap--subscribe .input:focus {
        -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
           -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
                box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07); }
    .input-wrap--subscribe button {
      position: absolute;
      top: 50%;
      right: 12px;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
    .input-wrap--subscribe::after {
      top: 65px; }
    @media screen and (max-width: 768px) {
      .input-wrap--subscribe::after {
        top: 48px; }
      .input-wrap--subscribe .input {
        font-size: 11px;
        padding: 18px 120px 18px 20px; }
      .input-wrap--subscribe button {
        right: 3px; } }
    @media screen and (max-width: 480px) {
      .input-wrap--subscribe::after {
        top: 40px; }
      .input-wrap--subscribe .input {
        padding-top: 15px;
        padding-bottom: 14px; } }
  .input-wrap--textarea-contacts::after {
    top: 118px; }
  .input-wrap--textarea-basket::after {
    top: 93px; }
  .input-wrap.is-focus::after {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    background: #007E40; }
  .input-wrap.is-error::after {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    background: #FF5454; }

label.error {
  font-size: 14px;
  padding-top: 5px;
  display: block;
  color: #FF5454;
  text-align: right;
  padding-right: 10px; }

.form-agree .checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px; }

.form-agree .inline-link {
  font-size: 11px; }

.label {
  display: block;
  font-size: 14px;
  line-height: 1.21;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .label {
      font-size: 12px; } }

h1, .h1 {
  font-family: "Gilroy";
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 .5em; }
  h1--decor, .h1--decor {
    font-family: "swiftextrabold_italic";
    font-size: 60px;
    font-weight: 600;
    font-style: italic;
    color: #00693B; }
  @media screen and (max-width: 768px) {
    h1, .h1 {
      font-size: 25px;
      line-height: 1.28; } }

h2, .h2 {
  font-family: "Gilroy";
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 1em; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    h2, .h2 {
      font-size: 25px; } }
  @media screen and (max-width: 768px) {
    h2, .h2 {
      font-size: 20px;
      line-height: 25px; } }
  h2--38, .h2--38 {
    font-size: 38px; }

h3, .h3 {
  font-family: "Gilroy";
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 1em; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    h3, .h3 {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    h3, .h3 {
      font-size: 16px;
      line-height: 20px; } }

h4, .h4 {
  font-family: "Gilroy";
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 1em; }
  @media screen and (max-width: 960px) and (min-width: 768px) {
    h4, .h4 {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    h4, .h4 {
      font-size: 15px;
      line-height: 20px; } }

h6, .h6 {
  font-family: "Gilroy";
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

p, span, a, b, strong, small {
  line-height: 1.3; }

p {
  margin-bottom: 25px; }

.icon {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .icon--search {
    width: 14px;
    height: 14px; }
  .icon--heart {
    width: 24px;
    height: 18px;
    fill: #000; }
    .icon--heart:hover {
      fill: #FF5454; }
  .icon--cart {
    width: 21px;
    height: 21px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    fill: #000; }
  .icon--vk {
    width: 22px;
    height: 14px;
    fill: transparent;
    stroke: #88908D;
    stroke-width: 1.7px; }
    .icon--vk:hover {
      stroke: #4b7da1; }
  .icon--ok {
    width: 16px;
    height: 24px;
    fill: transparent;
    stroke: #88908D;
    stroke-width: 1.7px; }
    .icon--ok:hover {
      stroke: #e06c00; }
  .icon--fb {
    width: 17px;
    height: 17px;
    fill: #88908D; }
    .icon--fb:hover {
      fill: #3457b1; }
  .icon--inst {
    width: 17px;
    height: 17px;
    fill: #88908D; }
    .icon--inst:hover {
      fill: #444444; }
  .icon--prev {
    width: 20px;
    height: 20px;
    fill: transparent; }
  .icon--next {
    width: 20px;
    height: 20px;
    fill: transparent; }
  .icon--arrow-down {
    width: 10px;
    height: 7px;
    fill: transparent; }
  .icon--green-arrow {
    width: 15px;
    height: 15px;
    fill: transparent; }
  .icon--new {
    width: 27px;
    height: 10px; }
  .icon--percent {
    width: 15px;
    height: 17px; }
  .icon--hit {
    width: 19px;
    height: 17px; }
  .icon--list {
    width: 18px;
    height: 17px; }
  .icon--tile {
    width: 18px;
    height: 18px; }
  .icon--add {
    width: 18px;
    height: 18px; }
  .icon--arrow-next {
    width: 14px;
    height: 14px;
    fill: transparent; }
  .icon--filter {
    width: 15px;
    height: 10px; }
  .icon--close {
    width: 12px;
    height: 12px; }
  .icon--question {
    width: 13px;
    height: 13px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
  .icon--dish {
    width: 23px;
    height: 17px;
    display: block; }
  .icon--time {
    width: 17px;
    height: 17px;
    display: block; }
  .icon--arrow-back {
    width: 9px;
    height: 13px;
    fill: transparent;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
  .icon--check {
    width: 11px;
    height: 8px;
    fill: transparent; }
  .icon--envelope {
    width: 18px;
    height: 14px; }
  .icon--print {
    width: 17px;
    height: 18px; }
  .icon--soc-mail {
    width: 20px;
    height: 20px; }
  .icon--soc-ok {
    width: 15px;
    height: 23px; }
  .icon--soc-fb {
    width: 18px;
    height: 18px; }
  .icon--soc-telegram {
    width: 20px;
    height: 17px; }
  .icon--soc-viber {
    width: 20px;
    height: 20px; }
  .icon--soc-vk {
    width: 22px;
    height: 14px;
    stroke: #000;
    stroke-width: 1.7px;
    fill: transparent; }
  .icon--pay-cash {
    width: 43px;
    height: 32px; }
  .icon--pay-online {
    width: 43px;
    height: 43px; }
  .icon--pay-card {
    width: 44px;
    height: 44px; }
  .icon--profile-orders {
    width: 22px;
    height: 24px; }
  .icon--profile-info {
    width: 22px;
    height: 22px; }
  .icon--profile-heart {
    width: 20px;
    height: 18px; }
  .icon--profile-exit {
    width: 23px;
    height: 23px; }
  .icon--status-finish {
    width: 20px;
    height: 20px; }
  .icon--status-work {
    width: 22px;
    height: 21px; }
  .icon--status-way {
    width: 28px;
    height: 16px; }
  .icon--repeat {
    width: 15px;
    height: 16px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; }
  .icon--plus {
    width: 22px;
    height: 22px; }
  .icon--user {
    width: 18px;
    height: 18px;
    display: block; }
  .icon--delivery-cdek {
    width: 81px;
    height: 22px;
    fill: #86968B; }
    .icon--delivery-cdek:hover {
      fill: #007E40; }
  .icon--yandex {
    width: 20px;
    height: 40px;
    fill: #86968B; }
    .icon--yandex:hover {
      fill: #007E40; }
  .icon--pickup {
    width: 53px;
    height: 52px;
    fill: #86968B; }
    .icon--pickup:hover {
      fill: #007E40; }
  .icon--production-1 {
    width: 110px;
    height: 100px; }
  .icon--production-2 {
    width: 110px;
    height: 100px; }
  .icon--production-3 {
    width: 110px;
    height: 100px; }
  @media screen and (max-width: 768px) {
    .icon--prev {
      width: 12px;
      height: 12px; }
    .icon--next {
      width: 12px;
      height: 12px; }
    .icon--green-arrow {
      width: 10px;
      height: 10px; }
    .icon--dish {
      width: 15px;
      height: 10px; }
    .icon--time {
      width: 12px;
      height: 12px; }
    .icon--arrow-back {
      width: 7px;
      height: 10px; }
    .icon--new {
      width: 21px;
      height: 8px; }
    .icon--percent {
      width: 11px;
      height: 12px; }
    .icon--hit {
      width: 14px;
      height: 12px; } }

.popup-login .popup {
  -webkit-transition: margin .5s,  opacity .5s, visibility .5s, -webkit-transform .5s;
  transition: margin .5s,  opacity .5s, visibility .5s, -webkit-transform .5s;
  -o-transition: margin .5s,  opacity .5s, visibility .5s, -o-transform .5s;
  -moz-transition: transform .5s, margin .5s,  opacity .5s, visibility .5s, -moz-transform .5s;
  transition: transform .5s, margin .5s,  opacity .5s, visibility .5s;
  transition: transform .5s, margin .5s,  opacity .5s, visibility .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
  position: fixed;
  z-index: 100;
  top: 65px;
  right: 15%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 507px;
  padding: 55px 30px;
  background: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  /* === Popup registration === */
  /* === Popup authorization === */
  /* === Popup recovery password === */ }
  .popup-login .popup::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: -8px;
    right: 40px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup-login .popup .is-show {
    opacity: 1;
    visibility: visible;
    margin-top: 0; }
  .popup-login .popup .btn {
    font-size: 14px; }
  .popup-login .popup .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      .popup-login .popup .buttons {
        margin-bottom: 25px; } }
  .popup-login .popup .input-wrap {
    width: 100%;
    margin-bottom: 20px; }
    .popup-login .popup .input-wrap .input {
      width: 100%;
      height: 48px;
      padding: 20px; }
  .popup-login .popup__title {
    margin-bottom: 35px;
    text-align: left; }
    .popup-login .popup__title h2 {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 0; }
  .popup-login .popup__registration {
    max-height: 80vh;
    overflow-y: auto; }
    .popup-login .popup__registration .filter-drop__item {
      margin-bottom: 30px; }
    .popup-login .popup__registration .checkbox {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .popup-login .popup__registration .checkbox__text {
      font-size: 11px; }
      .popup-login .popup__registration .checkbox__text span {
        margin-right: 5px; }
    .popup-login .popup__registration .buttons {
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .popup-login .popup__registration .buttons {
          margin-bottom: 25px; } }
    .popup-login .popup__registration .agreement-text {
      color: #007E40;
      border-bottom: 1px solid #007E40;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .popup-login .popup__registration .agreement-text:hover {
        border-color: transparent; }
  .popup-login .popup__auth {
    padding-bottom: 35px;
    text-align: center; }
    .popup-login .popup__auth .link--underline::after {
      bottom: -2px; }
  .popup-login .popup__recovery .link--underline::after {
    bottom: -2px; }
  .popup-login .popup__recovery .buttons {
    margin-bottom: 0; }
  .popup-login .popup__recovery--done {
    width: 347px;
    padding-top: 25px;
    padding-bottom: 40px; }
    .popup-login .popup__recovery--done .link--return {
      margin-bottom: 50px;
      font-size: 12px;
      font-weight: 600; }
      .popup-login .popup__recovery--done .link--return:hover .inline-link {
        border-bottom-color: transparent; }
    .popup-login .popup__recovery--done .icon--arrow-back {
      margin-right: 10px;
      width: 7px; }
    .popup-login .popup__recovery--done .popup__title {
      margin-bottom: 15px; }
    .popup-login .popup__recovery--done h3 {
      margin-bottom: 0; }
    .popup-login .popup__recovery--done p {
      font-size: 12px;
      line-height: 18px;
      margin: 0; }
  @media screen and (max-width: 1699px) and (min-width: 1500px) {
    .popup-login .popup {
      right: 9%; } }
  @media screen and (max-width: 1499px) and (min-width: 1210px) {
    .popup-login .popup {
      right: 4%; } }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    .popup-login .popup {
      width: 400px;
      right: 50%;
      -webkit-transform: translateX(50%);
         -moz-transform: translateX(50%);
          -ms-transform: translateX(50%);
           -o-transform: translateX(50%);
              transform: translateX(50%); }
      .popup-login .popup::after {
        display: none; } }
  @media screen and (max-width: 768px) {
    .popup-login .popup__social.social--popup-auth {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .popup-login .popup__social.social--popup-auth span {
        margin-right: 0;
        margin-bottom: 15px;
        padding-top: 7px; } }
  @media screen and (max-width: 480px) {
    .popup-login .popup__social.social--popup-auth {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (max-width: 479px) {
    .popup-login .popup {
      width: 330px;
      right: 50%;
      -webkit-transform: translateX(50%);
         -moz-transform: translateX(50%);
          -ms-transform: translateX(50%);
           -o-transform: translateX(50%);
              transform: translateX(50%);
      padding: 35px 15px;
      top: 15px; }
      .popup-login .popup::after {
        display: none; }
      .popup-login .popup-block__close {
        top: 15px;
        right: 15px; }
      .popup-login .popup__title {
        margin-bottom: 15px; }
      .popup-login .popup .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0; }
        .popup-login .popup .buttons .btn {
          margin-bottom: 20px; }
      .popup-login .popup .link--forgot-pass {
        margin-bottom: 10px; } }

.popup-login .is-show {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }

.popup__fast-cart {
  -webkit-transition: margin .5s,  opacity .5s, visibility .5s, -webkit-transform .5s;
  transition: margin .5s,  opacity .5s, visibility .5s, -webkit-transform .5s;
  -o-transition: margin .5s,  opacity .5s, visibility .5s, -o-transform .5s;
  -moz-transition: transform .5s, margin .5s,  opacity .5s, visibility .5s, -moz-transform .5s;
  transition: transform .5s, margin .5s,  opacity .5s, visibility .5s;
  transition: transform .5s, margin .5s,  opacity .5s, visibility .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
  position: absolute;
  z-index: 19;
  top: 65px;
  right: 1%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  margin-top: 10px; }
  .popup__fast-cart .scrollbar-inner {
    max-height: 480px;
    overflow-y: auto;
    padding: 0 30px; }
    .popup__fast-cart .scrollbar-inner > .scroll-element.scroll-y {
      right: 10px; }
      @media screen and (max-width: 480px) {
        .popup__fast-cart .scrollbar-inner > .scroll-element.scroll-y {
          right: 5px; } }
    .popup__fast-cart .scrollbar-inner > .scroll-element div {
      height: 90%;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  .popup__fast-cart::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: -6px;
    right: 40px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup__fast-cart.is-show {
    opacity: 1;
    visibility: visible;
    margin-top: 0; }
  .popup__fast-cart-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .popup__fast-cart-total .icon--add {
      margin-right: 10px;
      fill: #fff; }
    .popup__fast-cart-total .total-sum {
      font-size: 18px;
      line-height: 22px; }
      .popup__fast-cart-total .total-sum .text {
        font-weight: 500; }
      .popup__fast-cart-total .total-sum .cost,
      .popup__fast-cart-total .total-sum .currency {
        font-weight: 700; }
  @media screen and (max-width: 480px) {
    .popup__fast-cart {
      width: 310px; }
      .popup__fast-cart-total {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .popup__fast-cart-total .total-sum {
          margin-bottom: 20px; } }

.popup .basket-list__item .product {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 27px 0; }
  .popup .basket-list__item .product__image {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0; }
    .popup .basket-list__item .product__image img {
      max-height: 60px;
      display: block; }
  .popup .basket-list__item .product__title {
    font-size: 12px;
    line-height: 16px;
    padding: 0; }
  .popup .basket-list__item .product__weight {
    margin-left: 5px; }
  .popup .basket-list__item .product__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 0;
    padding-left: 70px; }
  .popup .basket-list__item .product__name {
    max-width: 170px;
    margin-bottom: 12px; }
  .popup .basket-list__item .product__details {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-right: 0;
    position: static; }
  .popup .basket-list__item .product__price {
    margin-right: 20px; }
  .popup .basket-list__item .product__amount {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .popup .basket-list__item .product__description {
    width: 170px; }
  .popup .basket-list__item .product-discount {
    margin-left: auto;
    margin-top: 0; }
  .popup .basket-list__item .product__delete {
    top: 30px; }

@media screen and (max-width: 480px) {
  .popup .basket-list__item .product {
    padding-top: 10px;
    padding-bottom: 10px; } }

.popup__fast-cart .scroll-wrapper > .scroll-content {
  position: static !important;
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important; }

.popup__fast-cart .scrollbar-inner {
  position: static !important; }
  .popup__fast-cart .scrollbar-inner.active {
    padding-bottom: 100px; }
    .popup__fast-cart .scrollbar-inner.active .popup__fast-cart-total {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: white;
      z-index: 5;
      padding: 30px; }
    @media screen and (max-width: 480px) {
      .popup__fast-cart .scrollbar-inner.active {
        padding-bottom: 144px; } }

.social__list--icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .social__list--icon .social__link {
    width: 32px;
    height: 32px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .social__list--icon .social__link:hover {
      -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
           -o-transform: scale(0.9);
              transform: scale(0.9); }
  .social__list--icon .social__item:not(:last-child) {
    margin-right: 7px; }

.burger {
  width: 14px;
  height: 12px;
  position: relative;
  margin-right: 10px; }
  .burger__line {
    background: #fff;
    height: 2px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    position: absolute; }
    .burger__line:first-child {
      top: 0; }
    .burger__line:nth-child(2) {
      top: 5px; }
    .burger__line:last-child {
      bottom: 0; }

.header__catalog-btn.is-active .burger {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 10px;
  margin-right: 0; }
  .header__catalog-btn.is-active .burger__line:first-child {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 5px; }
  .header__catalog-btn.is-active .burger__line:nth-child(2) {
    opacity: 0; }
  .header__catalog-btn.is-active .burger__line:last-child {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 5px; }

@media screen and (max-width: 767px) {
  .header__catalog-btn.is-active .burger {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 0;
    margin-right: 0; } }

.burger-wrap {
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .burger-wrap .burger {
    margin: 0; }
    .burger-wrap .burger__line:first-child {
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 5px; }
    .burger-wrap .burger__line:nth-child(2) {
      opacity: 0; }
    .burger-wrap .burger__line:last-child {
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      bottom: 5px; }

.slider__nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.slider__arrow {
  cursor: pointer;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .slider__arrow:hover {
    color: #007E40; }
  .slider__arrow--prev {
    margin-right: 30px; }
  @media screen and (max-width: 768px) {
    .slider__arrow--prev {
      margin-right: 20px; } }

.slider--promo .swiper-pagination-bullets {
  bottom: 40px;
  text-align: left;
  padding-left: 20px; }

.slider--promo .swiper-pagination-bullet {
  width: 17px;
  height: 2px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px; }
  .slider--promo .swiper-pagination-bullet-active {
    background-color: #000; }

.slider__slide--news {
  border: 5px solid #F0F3F1;
  height: 360px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 50px 50px 45px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .slider__slide--news time {
    display: block;
    margin-bottom: 65px; }
  .slider__slide--news h3 {
    max-width: 230px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px; }
  .slider__slide--news p {
    line-height: 20px; }
  .slider__slide--news:hover {
    border-color: #FFE7B7;
    cursor: pointer; }

.slider__slide--promo {
  height: 310px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px 25% 75px 50px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background-repeat: no-repeat;
  background-position: 100% 100%; }
  @media screen and (max-width: 960px) {
    .slider__slide--promo {
      padding-right: 45%; } }
  .slider__slide--promo span {
    display: block;
    margin-bottom: 75px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #F8460E; }
  .slider__slide--promo h3 {
    max-width: 270px;
    font-size: 25px;
    line-height: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    display: inline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    /* filter: invert(1) grayscale(1) contrast(9); */
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.45);
    background-color: white;

   }
  .slider__slide--promo:hover {
    cursor: pointer; }
    .slider__slide--promo:hover h3 {
      border-color: transparent; }

@media screen and (max-width: 1210px) {
  .slider__slide--promo {
    padding-left: 30px; } }

@media screen and (max-width: 960px) {
  .slider__slide--news {
    padding: 25px 15px 30px 30px;
    height: 210px; }
    .slider__slide--news time {
      margin-bottom: 20px; }
    .slider__slide--news h3 {
      max-width: 160px;
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 18px;
    }
    .slider__slide--news p {
      font-size: 11px;
      line-height: 14px; } }

@media screen and (max-width: 768px) {
  .slider__slide--promo {
    height: 290px; }
    .slider__slide--promo span {
      font-size: 10px;
      line-height: 12px;
      margin-bottom: 65px; }
    .slider__slide--promo h3 {
      letter-spacing: -0.7px; } }

@media screen and (max-width: 480px) {
  .slider__slide--news h3 {
    font-size: 15px;
    line-height: 20px; } }

@media screen and (min-width: 769px) {
  .slider--promo .swiper-pagination {
    display: none; } }

@media screen and (max-width: 768px) and (min-width: 480px) {
  .slider__slide--promo {
    width: 100%;
    padding: 40px 55% 40px 20px; }
    .slider__slide--promo h3 {
      font-size: 24px;
      line-height: 27px; }
    .slider__slide--promo span {
      margin-bottom: 45px; } }

@media screen and (max-width: 480px) {
  .slider--promo .swiper-pagination-bullets {
    bottom: 20px; }
  .slider__slide--promo {
    padding: 80px 45% 55px 15px;
    background-position: 50% 100%; }
    .slider__slide--promo span {
      margin-bottom: 15px; }
    .slider__slide--promo h3 {
      font-size: 20px;
      line-height: 25px; } }

.slider-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px; }
  .slider-top h2 {
    margin-bottom: 0;
    white-space: nowrap; }
  @media screen and (max-width: 768px) {
    .slider-top {
      margin-bottom: 30px; }
      .slider-top h2 {
        font-size: 20px; }
      .slider-top .gray-line {
        margin-left: 20px;
        margin-right: 20px; } }
  @media screen and (max-width: 480px) {
    .slider-top {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .slider-top h2 {
        white-space: normal; }
      .slider-top .gray-line {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 8px; } }

.slider--preview .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 2px;
  opacity: 0.12;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }
  .slider--preview .swiper-pagination-bullet:hover {
    opacity: 1; }
  .slider--preview .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1; }

.slider--together .slider__slide {
  height: auto; }

.slider--together .recipe-preview__bg-mask {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.slider--together .recipe-preview__title {
  max-width: 85%; }

@media screen and (max-width: 960px) {
  .slider--together .recipe-preview__bg-mask {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8); }
  .slider--together .recipe-preview__title {
    max-width: 55%; } }

@media screen and (max-width: 768px) {
  .slider--together {
    margin-right: -20px; }
    .slider--together .slider__slide {
      width: 290px; } }

@media screen and (max-width: 480px) {
  .slider--together {
    margin-right: -15px; } }

.slider--same {
  position: relative; }
  .slider--same .swiper-container {
    overflow: visible; }
  .slider--same .swiper-slide {
    opacity: 0; }
  .slider--same .swiper-slide-visible {
    opacity: 1; }
  .slider--same .slider__slide {
    height: auto;
    padding-bottom: 60px; }
  .slider--same .slider__arrow {
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #E2EBE6;
    background-color: white; }
    .slider--same .slider__arrow--next {
      right: 0;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
           -o-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .slider--same .slider__arrow--prev {
      left: 0;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media screen and (max-width: 1360px) {
    .slider--same .slider__arrow {
      width: 38px;
      height: 38px; } }
  @media screen and (max-width: 768px) {
    .slider--same .swiper-container {
      margin-right: -1px;
      padding-right: 1px; }
    .slider--same .slider__slide {
      padding-bottom: 14px; } }
  @media screen and (max-width: 767px) {
    .slider--same .slider__nav--desktop {
      display: none; } }

.slider--seen {
  position: relative; }
  .slider--seen .swiper-container {
    overflow: visible; }
  .slider--seen .swiper-slide {
    opacity: 0; }
  .slider--seen .swiper-slide-visible {
    opacity: 1; }
  .slider--seen .slider__slide {
    height: auto; }
  .slider--seen .slider__arrow {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 4;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #E2EBE6;
    background-color: white; }
    .slider--seen .slider__arrow--next {
      right: 0;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
           -o-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .slider--seen .slider__arrow--prev {
      left: 0;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  @media screen and (max-width: 1360px) {
    .slider--seen .slider__arrow {
      width: 38px;
      height: 38px; } }
  @media screen and (max-width: 960px) {
    .slider--seen .slider__slide {
      width: 290px; } }
  @media screen and (max-width: 767px) {
    .slider--seen {
      margin-right: -20px; }
      .slider--seen .slider__nav--desktop {
        display: none; } }
  @media screen and (max-width: 480px) {
    .slider--seen {
      margin-right: -15px; } }

.slider--buy-online .slider__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E2EBE6;
  width: 15.897%;
  height: 145px;
  padding: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .slider--buy-online .slider__slide img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .slider--buy-online .slider__slide:hover {
    border-color: #FFE7B7; }
    .slider--buy-online .slider__slide:hover img {
      -webkit-transform: scale(1.03);
         -moz-transform: scale(1.03);
          -ms-transform: scale(1.03);
           -o-transform: scale(1.03);
              transform: scale(1.03); }

.slider--new-products {
  position: relative; }
  .slider--new-products .swiper-container {
    overflow: visible; }
  .slider--new-products .swiper-slide {
    opacity: 0; }
  .slider--new-products .swiper-slide-visible {
    opacity: 1; }
  .slider--new-products .slider__slide {
    height: auto;
    padding-bottom: 60px; }
  .slider--new-products .slider__arrow {
    position: absolute;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 4;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #E2EBE6;
    background-color: white; }
    .slider--new-products .slider__arrow--next {
      right: 0;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
           -o-transform: translate(50%, -50%);
              transform: translate(50%, -50%); }
    .slider--new-products .slider__arrow--prev {
      left: 0;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .slider--new-products .product-discount__sum {
    display: none; }
  @media screen and (max-width: 1360px) {
    .slider--new-products .slider__arrow {
      width: 38px;
      height: 38px; } }

.slider-parallax {
  width: 100%;
  position: relative; }
  .slider-parallax [class^="swiper-button-"] {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .slider-parallax .btn-slider:focus {
    outline: none; }
  .slider-parallax .swiper-slide {
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden; }
  .slider-parallax .swiper-container {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.6s ease, -o-transform 0.3s ease;
    -moz-transition: opacity 0.6s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: opacity 0.6s ease, transform 0.3s ease;
    transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease; }
  .slider-parallax .swiper-slide {
    overflow: hidden; }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 39px;
  font-size: 11px;
  line-height: 1;
  color: #737373; }
  .breadcrumbs__bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 5px 10px;
    background-color: transparent;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .breadcrumbs__link {
    position: relative;
    line-height: 20px;
    margin-right: 11px;
    padding-right: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .breadcrumbs__link::after {
      content: '/';
      position: absolute;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
    .breadcrumbs__link:hover {
      color: #00693B; }
      .breadcrumbs__link:hover::after {
        color: #737373; }
  @media screen and (max-width: 768px) {
    .breadcrumbs {
      margin-bottom: 25px; } }
  @media screen and (max-width: 480px) {
    .breadcrumbs {
      font-size: 10px;
      margin-bottom: 20px; }
      .breadcrumbs__link {
        margin-right: 8px;
        padding-right: 13px; } }

.page-title {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-title__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3px; }
  .page-title .h1 {
    font-size: 38px;
    letter-spacing: -0.01em;
    color: #000;
    margin-bottom: 0; }
  .page-title .h2 {
    margin-bottom: 0; }
  .page-title__number {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #AFAFAF;
    margin-top: -18px; }
  @media screen and (max-width: 768px) {
    .page-title {
      margin-bottom: 40px; }
      .page-title .h1 {
        font-size: 25px; }
      .page-title__number {
        font-size: 10px;
        margin-top: -5px; } }

.sorting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .sorting__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sorting-cost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 15px; }
    .sorting-cost .h6 {
      margin-right: 31px; }
    .sorting-cost__select .select .select2-container--default .select2-selection--single {
      background: transparent;
      font-size: 14px;
      color: #007E40;
      height: 16px;
      border: 0;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      padding: 0 30px 0 0; }
    .sorting-cost__select .select .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #007E40;
      line-height: 16px; }
    .sorting-cost__select .select .select2-container--default .select2-selection--single .select2-selection__arrow b {
      height: 7px;
      width: 10px;
      background: url("../images/select-green.svg") no-repeat 50%;
      -webkit-background-size: 100% 100%;
         -moz-background-size: 100%;
              background-size: 100%;
      margin-left: -5px;
      margin-top: -3px; }
  .sorting-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 78px; }
    .sorting-type__item {
      padding: 0 25px; }
    .sorting-type__link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      color: #000;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .sorting-type__link--new.is-active {
        color: #E79A00; }
      .sorting-type__link--new:hover {
        color: #E79A00; }
      .sorting-type__link--discount.is-active {
        color: #007E40; }
      .sorting-type__link--discount:hover {
        color: #007E40; }
      .sorting-type__link--hit.is-active {
        color: #F96232; }
      .sorting-type__link--hit:hover {
        color: #F96232; }
    .sorting-type__name {
      font-size: 12px;
      line-height: 1;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      display: block;
      padding-right: 5px;
      font-weight: 700; }
    .sorting-type__label {
      display: block;
      margin-top: -12px; }
  .sorting-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -9px; }
    .sorting-view__item {
      padding: 0 9px; }
    .sorting-view__icon {
      cursor: pointer;
      opacity: 0.4;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .sorting-view__icon .icon {
        fill: #000; }
      .sorting-view__icon:hover {
        opacity: 1; }
        .sorting-view__icon:hover .icon {
          fill: #007E40; }
      .sorting-view__icon.is-active {
        opacity: 1; }
  .sorting__mobile {
    display: none; }
  @media screen and (max-width: 1210px) {
    .sorting-type {
      padding-right: 15px; }
      .sorting-type__item {
        padding: 0 15px; }
      .sorting-type__name {
        padding-right: 0; }
    .sorting-cost .h6 {
      margin-right: 15px; } }
  @media screen and (max-width: 960px) {
    .sorting-view {
      display: none; }
    .sorting__mobile {
      display: block; }
    .sorting-filter {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .sorting-filter__icon {
        margin-left: 10px; } }
  @media screen and (max-width: 768px) {
    .sorting .h6 {
      font-size: 11px; }
    .sorting-cost {
      padding-right: 10px; }
      .sorting-cost .h6 {
        margin-right: 10px; }
      .sorting-cost__name {
        font-size: 11px; }
    .sorting-type__item {
      padding: 0 2.5px; }
    .sorting-type__name {
      font-size: 11px;
      margin-right: 2px; }
    .sorting-type__link {
      height: 21px;
      padding: 3px 7px 0;
      white-space: nowrap; } }
  @media screen and (max-width: 700px) {
    .sorting {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .sorting__right {
        width: 100%;
        min-width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 30px;
        display: block; }
      .sorting-type {
        padding: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 -2.5px; } }
  @media screen and (max-width: 390px) {
    .sorting-cost {
      display: block; }
      .sorting-cost .h6 {
        display: block;
        margin-bottom: 5px; }
    .sorting__mobile {
      -webkit-align-self: baseline;
          -ms-flex-item-align: baseline;
              align-self: baseline; } }

.product {
  position: relative;
  border: 1px solid #E2EBE6;
  color: #000;
  height: 100%;
  padding: 58px 15px 52px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  display: block;
  background: #fff; }
  .product.z-15 {
    z-index: 15; }
  .product::after {
    position: absolute;
    background: #fff;
    z-index: -1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -55px;
    border: 5px solid #FFE7B7;
    content: '';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    opacity: 0; }
  .product__image {
    text-align: center;
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 24px; }
    .product__image img {
      max-height: 176px;
      width: auto;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
  .product__favorite {
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
    display: block; }
    .product__favorite .icon--heart {
      fill: transparent;
      color: #D0DBD5; }
    .product__favorite:hover .icon--heart {
      color: #FF5454; }
    .product__favorite.is-active .icon--heart {
      fill: #FF5454;
      color: #FF5454; }
  .product-marks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 15px;
    left: 15px; }
    .product-marks__text {
      display: none; }
    .product-marks__item:not(:last-child) {
      margin-right: 20px; }
    .product-marks__icon .icon {
      display: block; }
    .product-marks .icon--percent {
      width: 13px;
      height: 15px; }
    .product-marks .icon--hit {
      width: 17px;
      height: 15px; }
  .product__description {
    display: block; }
  .product__name {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.15;
    display: block; }
  .product__category {
    margin-right: 4px; }
  .product__title {
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding-right: 7px; }
  .product__weight {
    font-weight: 300;
    white-space: nowrap; }
  .product__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 33px; }
  .product__price {
    font-size: 18px;
    line-height: 1.16;
    font-weight: 300;
    padding: 0 10px;
    display: block; }
  .product-discount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-discount__price {
      font-size: 12px;
      line-height: 1.16;
      font-weight: 500;
      opacity: 0.32;
      text-decoration: line-through;
      margin-right: 15px; }
    .product-discount__sum {
      font-size: 11px;
      line-height: 14px;
      font-weight: 700;
      color: #fff;
      position: relative;
      height: 14px;
      background: #F96232;
      padding: 0 3px; }
      .product-discount__sum::before {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(249, 98, 50, 0);
        border-right-color: #F96232;
        border-width: 7px;
        margin-top: -7px; }
  .product__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px 23px; }
  .product__bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .product__button {
    width: 37px;
    min-width: 37px;
    height: 32px;
    border: 2px solid #E2EBE6;
    -webkit-border-radius: 0px 5px 5px 0px;
       -moz-border-radius: 0px 5px 5px 0px;
            border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -2px;
    white-space: nowrap; }
    .product__button .icon--add {
      fill: #007E40; }
    .product__button:hover {
      background: #007E40;
      border-color: #007E40; }
      .product__button:hover .icon--add {
        fill: #fff; }
  .product__article {
    font-size: 12px;
    white-space: nowrap; }
  .product-quantity {
    text-align: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 15px; }
    .product-quantity__data {
      font-size: 13px;
      line-height: 1;
      padding-left: 13px;
      position: relative;
      display: inline-block; }
      .product-quantity__data::before {
        width: 6px;
        height: 6px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0; }
      .product-quantity__data--full::before {
        background: #007E40; }
  .product__click .link--click {
    font-size: 18px; }
  .product__sign {
    font-size: 14px;
    line-height: 1.14;
    padding: 0 25px;
    font-weight: 300; }
  .product__total {
    font-size: 18px;
    line-height: 1.29;
    font-weight: 300;
    white-space: nowrap; }
  .product__delete {
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #BABABA; }
    .product__delete:hover {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      color: #000; }
  .product:hover {
    border-color: transparent;
    z-index: 4; }
    .product:hover::after {
      opacity: 1; }
    @media screen and (min-width: 769px) {
      .product:hover .product__bottom {
        -webkit-transform: translateY(70%);
           -moz-transform: translateY(70%);
            -ms-transform: translateY(70%);
             -o-transform: translateY(70%);
                transform: translateY(70%);
        opacity: 1;
        display: block; } }
    .product:hover .product__image img {
      -webkit-transform: scale(1.05);
         -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
           -o-transform: scale(1.05);
              transform: scale(1.05); }
  .product.z-15:hover {
    z-index: 15; }
  @media screen and (max-width: 1210px) {
    .product__sign {
      padding: 0 0 0 15px; }
      .product__sign--plus {
        display: none; } }
  @media screen and (max-width: 960px) {
    .product__click .link--click {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .product {
      border-right-color: transparent;
      padding: 32px 10px 65px; }
      .product::after {
        display: none; }
      .product:hover {
        border-color: #E2EBE6; }
      .product-marks {
        top: 11px;
        left: 9px; }
        .product-marks__text {
          display: none; }
        .product-marks__item:not(:last-child) {
          margin-right: 12px; }
      .product__favorite {
        top: 9px;
        right: 9px; }
        .product__favorite .icon--heart {
          width: 14px;
          height: 13px; }
      .product__image {
        margin-bottom: 14px; }
        .product__image img {
          max-height: 95px;
          width: auto; }
      .product__name {
        margin-bottom: 7px;
        font-size: 11px; }
      .product__price {
        font-size: 11px;
        padding: 0 7px; }
      .product-discount {
        display: block; }
        .product-discount__price {
          font-size: 10px;
          margin-right: 0; }
        .product-discount__sum {
          display: none; }
      .product__actions {
        padding: 0;
        opacity: 1; }
      .product__bottom {
        -webkit-transition: 0s;
        -o-transition: 0s;
        -moz-transition: 0s;
        transition: 0s;
        opacity: 1;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        top: auto;
        bottom: 0;
        border-top: 1px solid #E2EBE6;
        height: 35px; }
      .product__details {
        bottom: 52px; }
      .product__amount {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .product__amount .amount {
          -webkit-border-radius: 0;
             -moz-border-radius: 0;
                  border-radius: 0; }
      .product__button {
        width: 36px;
        min-width: 36px;
        height: 35px;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        margin-left: 0;
        background: #007E40;
        border: 0; }
        .product__button .icon--add {
          fill: #fff; }
      .product-quantity {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 0;
        height: 35px; }
        .product-quantity__data {
          font-size: 11px;
          line-height: 1; }
      .product__click .link--click {
        font-size: 11px;
        font-weight: 700; }
      .product__article {
        font-size: 10px; }
      .product__total {
        font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .product__click {
      width: 178px;
      margin-left: 112px;
      margin-top: 15px;
      text-align: center; } }

.catalog {
  padding-bottom: 40px; }
  @media screen and (max-width: 700px) {
    .catalog .catalog__item {
      width: 100%;
      min-width: 100%; } }
  .catalog--tile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -7.5px; }
    .catalog--tile .catalog__item {
      padding: 0 7.5px 15px;
      width: 25%;
      min-width: 25%; }
  @media screen and (max-width: 1210px) {
    .catalog--tile .catalog__item {
      width: 33.3333%;
      min-width: 33.3333%; } }
  @media screen and (max-width: 768px) {
    .catalog {
      padding-bottom: 18px; }
      .catalog--tile {
        margin: 0; }
        .catalog--tile .catalog__item {
          width: 20%;
          min-width: 20%;
          padding: 0 0 14px; }
          .catalog--tile .catalog__item:nth-child(5n) .product, .catalog--tile .catalog__item:last-child .product {
            border-right: 1px solid #E2EBE6; } }
  @media screen and (max-width: 750px) {
    .catalog--tile .catalog__item {
      width: 25%;
      min-width: 25%; }
      .catalog--tile .catalog__item:nth-child(5n) .product {
        border-right-color: transparent; }
      .catalog--tile .catalog__item:nth-child(4n) .product, .catalog--tile .catalog__item:last-child .product {
        border-right: 1px solid #E2EBE6; } }
  @media screen and (max-width: 600px) {
    .catalog--tile .catalog__item {
      width: 33.3333%;
      min-width: 33.3333%; }
      .catalog--tile .catalog__item:nth-child(4n) .product {
        border-right-color: transparent; }
      .catalog--tile .catalog__item:nth-child(3n) .product, .catalog--tile .catalog__item:last-child .product {
        border-right: 1px solid #E2EBE6; } }
  @media screen and (max-width: 480px) {
    .catalog--tile .catalog__item {
      width: 50%;
      min-width: 50%; }
      .catalog--tile .catalog__item:nth-child(3n) .product {
        border-right-color: transparent; }
      .catalog--tile .catalog__item:nth-child(2n) .product, .catalog--tile .catalog__item:last-child .product {
        border-right: 1px solid #E2EBE6; } }
  .catalog--buy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .catalog--buy .catalog__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #E2EBE6;
      width: 15.897%;
      height: 145px;
      padding: 10px;
      margin-bottom: 0.769%;
      margin-right: 0.3845%;
      margin-left: 0.3845%;
      -webkit-transition: -webkit-box-shadow 0.4s;
      transition: -webkit-box-shadow 0.4s;
      -o-transition: box-shadow 0.4s;
      -moz-transition: box-shadow 0.4s, -moz-box-shadow 0.4s;
      transition: box-shadow 0.4s;
      transition: box-shadow 0.4s, -webkit-box-shadow 0.4s, -moz-box-shadow 0.4s; }
      .catalog--buy .catalog__item:hover {
        -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
           -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
                box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07); }
    .catalog--buy .logo-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px; }
  @media screen and (max-width: 959px) and (min-width: 768px) {
    .catalog--buy .catalog__item {
      width: 18.9583%;
      margin-bottom: 1.041%;
      margin-right: 0.5205%;
      margin-left: 0.5205%; } }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    .catalog--buy .catalog__item {
      width: 23.6979%;
      margin-bottom: 1.302%;
      margin-right: 0.651%;
      margin-left: 0.651%; } }
  @media screen and (max-width: 480px) {
    .catalog--buy .catalog__item {
      width: 47.9167%;
      margin-bottom: 2.083%;
      margin-right: 1.0415%;
      margin-left: 1.0415%; } }
  .catalog--list .catalog__item {
    padding-bottom: 15px; }
  .catalog--list .product {
    height: auto;
    padding: 30px 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .catalog--list .product::after {
      bottom: -1px; }
    .catalog--list .product:hover .product__bottom {
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; }
    .catalog--list .product__favorite {
      top: 20px;
      right: 20px; }
    .catalog--list .product__image {
      margin: 0 40px 0 0;
      width: 75px;
      min-width: 75px; }
      .catalog--list .product__image img {
        max-height: auto; }
    .catalog--list .product-marks {
      position: static; }
      .catalog--list .product-marks__icon {
        display: none; }
      .catalog--list .product-marks__text {
        display: block;
        font-size: 9px;
        line-height: 1;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        font-weight: 700; }
      .catalog--list .product-marks__item {
        margin-bottom: 18px; }
        .catalog--list .product-marks__item:not(:last-child) {
          margin-right: 6px; }
      .catalog--list .product-marks__label {
        -webkit-border-radius: 70px;
           -moz-border-radius: 70px;
                border-radius: 70px;
        padding: 2px 5px; }
        .catalog--list .product-marks__label--new {
          background: #FFD175; }
        .catalog--list .product-marks__label--discount {
          background: #007E40;
          color: #fff; }
        .catalog--list .product-marks__label--hit {
          background: #F96232;
          color: #fff; }
    .catalog--list .product__description {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .catalog--list .product__name {
      font-size: 14px;
      line-height: 1.29;
      text-align: left;
      max-width: 320px;
      margin: 0; }
    .catalog--list .product__details {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      position: relative;
      bottom: 0;
      width: auto; }
    .catalog--list .product__price {
      padding: 0 0 0 21px; }
    .catalog--list .product__bottom {
      position: static;
      opacity: 1;
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: 0s;
      -o-transition: 0s;
      -moz-transition: 0s;
      transition: 0s; }
    .catalog--list .product__actions {
      padding: 0 0 0 40px; }
  @media screen and (max-width: 1210px) {
    .catalog--list .product {
      padding: 30px 30px; }
      .catalog--list .product__actions {
        padding: 0 0 0 20px; }
      .catalog--list .product__image {
        margin: 0 20px 0 0; } }
  .catalog--two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px; }
    .catalog--two .catalog__item {
      padding: 0 10px 20px;
      width: 50%;
      min-width: 50%; }
    .catalog--two .recipe-preview {
      min-height: 169px; }
      .catalog--two .recipe-preview-list__item:not(:last-child) {
        margin-right: 24px; }
      .catalog--two .recipe-preview-list__text {
        font-size: 11px; }
      .catalog--two .recipe-preview-list__icon {
        margin-right: 7px; }
        .catalog--two .recipe-preview-list__icon .icon--dish {
          width: 17px;
          height: 12px; }
        .catalog--two .recipe-preview-list__icon .icon--time {
          width: 12px;
          height: 12px; }
      .catalog--two .recipe-preview__title {
        font-size: 18px; }
    @media screen and (max-width: 700px) {
      .catalog--two .catalog__item {
        width: 100%;
        min-width: 100%; } }
  .catalog--articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 30px; }
    .catalog--articles .catalog__item {
      position: relative;
      border: 1px solid #E2EBE6;
      margin: 0 0.92% 1.88%;
      padding: 0;
      width: 31.481%;
      min-width: 31.481%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s;
      -webkit-transition-timing-function: ease;
         -moz-transition-timing-function: ease;
           -o-transition-timing-function: ease;
              transition-timing-function: ease; }
      .catalog--articles .catalog__item:hover {
        border-color: #FFE7B7;
        -webkit-box-shadow: inset 0 0 0 5px #FFE7B7;
           -moz-box-shadow: inset 0 0 0 5px #FFE7B7;
                box-shadow: inset 0 0 0 5px #FFE7B7; }
        .catalog--articles .catalog__item:hover .article-preview__image img {
          -webkit-transform: scale(1.03) rotate(1deg);
             -moz-transform: scale(1.03) rotate(1deg);
              -ms-transform: scale(1.03) rotate(1deg);
               -o-transform: scale(1.03) rotate(1deg);
                  transform: scale(1.03) rotate(1deg); }
    @media screen and (max-width: 959px) and (min-width: 371px) {
      .catalog--articles .catalog__item {
        margin: 0 1.4662% 2.9325%;
        width: 47.0674%;
        min-width: 47.0674%; } }
    @media screen and (max-width: 370px) {
      .catalog--articles .catalog__item {
        margin: 0 1.4662% 2.9325%;
        width: 96.875%;
        min-width: 96.875%; } }

.amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  border: 2px solid #E2EBE6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  width: 80px; }
  .amount__button {
    height: 100%;
    width: 25px;
    min-width: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #222222; }
    .amount__button:hover {
      background: #F0F3F1;
      color: #007E40; }
  .amount__field {
    width: 26px;
    min-width: 26px;
    font-family: "Gilroy";
    font-size: 16px;
    text-align: center;
    height: 100%;
    color: #000; }
  @media screen and (max-width: 768px) {
    .amount {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 35px;
      border: 0;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      width: 100%;
      padding: 0 15px; }
      .amount__field {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        min-width: -webkit-calc(100% - 50px);
        min-width: -moz-calc(100% - 50px);
        min-width: calc(100% - 50px); } }

.filter {
  color: #000; }
  .filter-range {
    margin-bottom: 45px; }
    .filter-range .h6 {
      margin-bottom: 23px; }
      .filter-range .h6 span {
        text-transform: none; }
  .filter-drop {
    margin-bottom: 50px; }
    .filter-drop__top {
      position: relative;
      padding-right: 30px;
      cursor: pointer; }
      .filter-drop__top .h6 {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .filter-drop__top.is-active .icon--arrow-down {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
      .filter-drop__top:hover {
        color: #007E40; }
    .filter-drop__arrow {
      position: absolute;
      right: 0;
      top: 5px;
      color: #007E40; }
      .filter-drop__arrow .icon--arrow-down {
        display: block; }
    .filter-drop__block {
      padding-top: 26px;
      display: none; }
    .filter-drop__item {
      margin-bottom: 14px; }
      .filter-drop__item .checkbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      .filter-drop__item:hover .filter-drop__icon svg {
        stroke: #007E40; }
    .filter-drop__icon {
      margin-left: auto; }
    .filter-drop__note {
      opacity: 0.5; }
  .filter__close {
    display: none; }
  .filter__button {
    display: none;
    margin-bottom: 20px; }
    .filter__button--reset .btn {
      padding-left: 46px;
      padding-right: 46px; }
  @media screen and (max-width: 960px) {
    .filter {
      position: fixed;
      z-index: 15;
      background: #F0F3F1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow-y: auto;
      padding: 0 20px;
      -webkit-transform: translateY(-100%);
         -moz-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
           -o-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      -moz-transition: 0.8s;
      transition: 0.8s; }
      .filter.is-open {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); }
      .filter__wrapper {
        width: 210px;
        margin: auto;
        padding: 40px 0; }
      .filter__close {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
        cursor: pointer;
        color: #BABABA; }
        .filter__close:hover {
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg);
          color: #000; }
      .filter__button {
        display: block; } }
  @media screen and (max-width: 768px) {
    .filter .h6 {
      font-size: 12px; }
    .filter__button--reset .btn {
      padding-left: 44px;
      padding-right: 45px; } }

.page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-nav__item {
    padding: 0 15px; }
  @media screen and (max-width: 768px) {
    .page-nav {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0;
      padding-bottom: 40px; }
      .page-nav__item {
        padding: 0; } }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-size: 14px;
  font-weight: 500; }
  .pagination__item {
    height: 35px;
    min-width: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
    border-top: 2px solid #E2EBE6;
    border-bottom: 2px solid #E2EBE6;
    border-left: 1px solid #E2EBE6;
    border-right: 1px solid #E2EBE6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .pagination__item:first-child {
      border-left: 2px solid #E2EBE6;
      -webkit-border-radius: 5px 0 0 5px;
         -moz-border-radius: 5px 0 0 5px;
              border-radius: 5px 0 0 5px; }
    .pagination__item:last-child {
      border-right: 2px solid #E2EBE6;
      -webkit-border-radius: 0 5px 5px 0;
         -moz-border-radius: 0 5px 5px 0;
              border-radius: 0 5px 5px 0; }
    .pagination__item .icon {
      color: #007E40; }
    .pagination__item:hover {
      background: #F0F3F1; }
    .pagination__item.is-active {
      background: #007E40;
      border-color: #007E40;
      color: #fff; }
      .pagination__item.is-active .icon {
        color: #fff; }

.nav-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 500; }
  .nav-counter__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-counter__title {
    line-height: 1.2;
    padding-right: 15px; }
  .nav-counter__button {
    height: 35px;
    min-width: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5px;
    border-top: 2px solid #E2EBE6;
    border-bottom: 2px solid #E2EBE6;
    border-left: 1px solid #E2EBE6;
    border-right: 1px solid #E2EBE6;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .nav-counter__button:first-child {
      border-left: 2px solid #E2EBE6;
      -webkit-border-radius: 5px 0 0 5px;
         -moz-border-radius: 5px 0 0 5px;
              border-radius: 5px 0 0 5px; }
    .nav-counter__button:last-child {
      border-right: 2px solid #E2EBE6;
      -webkit-border-radius: 0 5px 5px 0;
         -moz-border-radius: 0 5px 5px 0;
              border-radius: 0 5px 5px 0; }
    .nav-counter__button:hover {
      background: #F0F3F1; }
    .nav-counter__button.is-active {
      background: #007E40;
      border-color: #007E40;
      color: #fff; }
  @media screen and (max-width: 768px) {
    .nav-counter {
      display: none; } }

.seen {
  padding-bottom: 63px; }
  .seen .swiper-container {
    padding-left: 1px; }
  .seen .product {
    padding: 31px 32px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .seen .product::after {
      bottom: -1px; }
    .seen .product__image {
      margin: 0 27px 0 0;
      width: 105px;
      min-width: 105px; }
      .seen .product__image img {
        max-height: 148px;
        width: auto; }
    .seen .product__name {
      margin-bottom: 5px;
      font-size: 13px;
      min-height: 60px;
      text-align: left; }
    .seen .product__price {
      padding: 0; }
  @media screen and (max-width: 960px) {
    .seen .product {
      padding-right: 20px; }
      .seen .product__image {
        margin: 0 20px 0 0;
        width: 100px;
        min-width: 100px; } }
  @media screen and (max-width: 768px) {
    .seen {
      padding-bottom: 37px; }
      .seen .product {
        padding: 18px; }
        .seen .product__image {
          margin: 0 15px 0 0;
          width: 80px;
          min-width: 80px; }
          .seen .product__image img {
            max-height: 110px;
            width: auto; }
        .seen .product__name {
          font-size: 11px;
          min-height: 40px; } }

.range-slider__top {
  margin-bottom: 12px; }
  .range-slider__top .irs--flat {
    height: 16px; }
    .range-slider__top .irs--flat .irs-line {
      top: 6px;
      height: 2px;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      background-color: #D0DBD5; }
    .range-slider__top .irs--flat .irs-min, .range-slider__top .irs--flat .irs-max, .range-slider__top .irs--flat .irs-single, .range-slider__top .irs--flat .irs-from, .range-slider__top .irs--flat .irs-to {
      display: none; }
    .range-slider__top .irs--flat .irs-bar {
      top: 6px;
      height: 2px;
      background-color: #007E40; }
    .range-slider__top .irs--flat .irs-handle {
      top: -1px;
      width: 16px;
      height: 16px;
      background: #fff;
      border: 4px solid #007E40;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      cursor: pointer; }
      .range-slider__top .irs--flat .irs-handle i {
        display: none; }
      .range-slider__top .irs--flat .irs-handle:hover {
        border: 2px solid #007E40; }

.range-slider__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px; }

.range-slider__part {
  padding: 0 5px;
  width: 50%;
  min-width: 50%; }

.range-slider__field {
  background: #fff;
  border: 2px solid #E2EBE6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  height: 32px;
  width: 100%;
  padding: 0 11px;
  font-size: 14px;
  color: #000; }

@media screen and (max-width: 768px) {
  .range-slider__field {
    font-size: 12px; } }

.product-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  padding-bottom: 69px; }
  .product-card__images {
    width: 31%;
    min-width: 31%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .product-card__preview {
    width: 64px; }
    .product-card__preview .swiper-pagination {
      display: none; }
  .product-card .tooltip {
    pointer-events: none; }
  .product-card__small-image {
    border: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    height: 64px;
    cursor: pointer;
    margin-bottom: 10px; }
    .product-card__small-image img {
      max-height: 48px;
      width: auto; }
    .product-card__small-image.is-active {
      border-color: #007E40; }
  .product-card__view {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    padding-left: 42px; }
  .product-card__large-image {
    display: none; }
    .product-card__large-image img {
      display: block;
      margin: auto;
      -webkit-animation-name: emergence;
         -moz-animation-name: emergence;
           -o-animation-name: emergence;
              animation-name: emergence;
      -webkit-animation-duration: 0.6s;
         -moz-animation-duration: 0.6s;
           -o-animation-duration: 0.6s;
              animation-duration: 0.6s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      @media screen and (max-width: 1400px) {
        .product-card__large-image img {
          max-height: 70vh; } }
    .product-card__large-image.is-active {
      display: block; }
  .product-card__details {
    padding: 0 55px;
    width: 27%;
    min-width: 27%;
    font-size: 13px;
    line-height: 1.5; }
    .product-card__details .h6 {
      font-size: 15px;
      line-height: 1.2;
      text-transform: none;
      margin-bottom: 13px; }
    .product-card__details p {
      margin: 0 0 15px;
      line-height: 1.5; }
    .product-card__details .btn {
      font-size: 13px; }
  .product-card__list {
    margin: 41px 0 48px; }
  .product-card__table {
    margin-bottom: 38px; }
  .product-card__info {
    width: 42%;
    min-width: 42%;
    margin-top: -20px; }
    .product-card__info--mobile {
      display: none; }
    .product-card__info .product:hover .product__bottom {
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); }
  .product-card .product {
    border: 5px solid #F0F3F1;
    padding: 28px 45px 42px;
    height: auto; }
    .product-card .product::after {
      display: none; }
    .product-card .product__top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 33px; }
    .product-card .product__article {
      margin-right: 36px; }
    .product-card .product-marks {
      position: static; }
      .product-card .product-marks__text {
        display: block;
        font-size: 9px;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        font-weight: 700; }
      .product-card .product-marks__item:not(:last-child) {
        margin-right: 5px; }
      .product-card .product-marks__label {
        height: 14px;
        line-height: 14px;
        -webkit-border-radius: 70px;
           -moz-border-radius: 70px;
                border-radius: 70px;
        padding: 0 6px;
        white-space: nowrap; }
        .product-card .product-marks__label--new {
          color: #000;
          background: #FFD175; }
        .product-card .product-marks__label--discount {
          color: #fff;
          background: #007E40; }
        .product-card .product-marks__label--hit {
          color: #fff;
          background: #F96232; }
    .product-card .product__favorite {
      top: 26px;
      right: 29px; }
      .product-card .product__favorite .icon--heart {
        width: 26px;
        height: 23px; }
    .product-card .product__name {
      margin-bottom: 37px;
      font-size: 38px;
      text-align: left;
      line-height: 1; }
    .product-card .product__title {
      line-height: 1; }
      .product-card .product__title:hover {
        color: #000; }
    .product-card .product__weight {
      line-height: 1; }
    .product-card .product__switch {
      margin-bottom: 28px; }
    .product-card .product__details {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 38px;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      position: static; }
    .product-card .product__price {
      font-size: 48px;
      line-height: 1;
      padding: 0 30px 0 0; }
    .product-card .product-discount {
      padding: 0 20px 0 0; }
      .product-card .product-discount__price {
        font-size: 15px; }
    .product-card .product__actions {
      padding: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .product-card .product__bottom {
      opacity: 1;
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      position: static; }
    .product-card .product__amount {
      margin-right: 10px; }
      .product-card .product__amount .amount {
        height: 40px;
        width: 120px;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px; }
        .product-card .product__amount .amount__button {
          width: 34px;
          min-width: 34px;
          font-size: 22px;
          font-weight: 600; }
        .product-card .product__amount .amount__field {
          width: 48px;
          min-width: 48px;
          font-size: 18px;
          border-left: 2px solid #E2EBE6;
          border-right: 2px solid #E2EBE6;
          font-weight: 600; }
    .product-card .product__button {
      width: auto;
      min-width: 150px;
      height: 40px;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      margin-left: 0;
      background: #00693B;
      color: #fff;
      border-color: #00693B;
      margin-right: 30px; }
      .product-card .product__button .icon--add {
        fill: #fff;
        margin-right: 12px; }
      .product-card .product__button:hover {
        background: #007E40;
        border-color: #007E40; }
  @media screen and (max-width: 1300px) {
    .product-card__view {
      padding-left: 28px; }
    .product-card__details {
      padding: 0 40px;
      width: 25%;
      min-width: 25%; }
    .product-card .product {
      padding: 28px 30px 42px; }
    .product-card__info {
      width: 44%;
      min-width: 44%; } }
  @media screen and (max-width: 1210px) {
    .product-card {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .product-card__details {
        padding: 70px 0 0;
        width: auto;
        min-width: 0;
        max-width: 430px;
        margin: auto;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .product-card__info {
        width: 54%;
        min-width: 54%;
        padding-left: 20px;
        margin: 0; }
      .product-card__images {
        width: 46%;
        min-width: 46%;
        padding-right: 20px; }
      .product-card .product__name {
        font-size: 30px; }
      .product-card .product__price {
        font-size: 40px; } }
  @media screen and (max-width: 960px) {
    .product-card .product {
      padding: 19px 25px 20px; }
      .product-card .product__top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .product-card .product__name {
        font-size: 24px;
        padding-right: 40px; }
      .product-card .product__price {
        font-size: 26px; }
      .product-card .product__favorite {
        top: 64px; }
      .product-card .product__amount {
        margin-right: 5px; }
        .product-card .product__amount .amount {
          height: 35px;
          width: 92px;
          border: 2px solid #E2EBE6;
          padding: 0; }
          .product-card .product__amount .amount__button {
            width: 29px;
            min-width: 29px; }
          .product-card .product__amount .amount__field {
            width: 30px;
            min-width: 30px;
            border-left: 0;
            border-right: 0; }
      .product-card .product__button {
        min-width: 105px;
        height: 35px;
        margin-right: 15px; } }
  @media screen and (max-width: 768px) {
    .product-card .product__top {
      margin-bottom: 30px; }
    .product-card .product-marks__label--hit {
      width: auto; }
    .product-card .product__favorite {
      right: 24px; }
      .product-card .product__favorite .icon--heart {
        width: 20px;
        height: 17px; }
    .product-card .product__name {
      margin-bottom: 27px;
      font-size: 20px; }
    .product-card .product__price {
      font-size: 20px;
      padding-right: 16px; }
    .product-card .product-discount {
      padding-right: 16px; }
      .product-card .product-discount__price {
        font-size: 12px; }
    .product-card .product__switch {
      margin-bottom: 28px; }
    .product-card .product__details {
      margin-bottom: 25px; }
    .product-card .product__bottom {
      border: 0; }
    .product-card .product__amount {
      margin-right: 5px;
      -webkit-box-flex: 0;
      -webkit-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
      .product-card .product__amount .amount__button {
        font-size: 16px;
        font-weight: 400; }
      .product-card .product__amount .amount__field {
        font-size: 16px;
        font-weight: 400; }
    .product-card .product__button {
      min-width: 105px;
      height: 35px;
      margin-right: 15px; }
      .product-card .product__button .icon--add {
        width: 14px;
        height: 14px;
        margin-right: 10px; }
    .product-card__list {
      margin-bottom: 37px; } }
  @media screen and (max-width: 750px) {
    .product-card__images {
      width: 100%;
      min-width: 100%;
      margin-bottom: 31px;
      padding: 0; }
    .product-card__preview {
      width: 100%;
      margin-bottom: 0; }
      .product-card__preview .swiper-pagination {
        display: block;
        position: static; }
      .product-card__preview .swiper-wrapper {
        margin-bottom: 20px; }
    .product-card__small-image {
      border: 0;
      display: block;
      height: auto;
      cursor: pointer;
      margin-bottom: 10px;
      text-align: center; }
      .product-card__small-image img {
        max-height: 400px;
        width: auto; }
    .product-card__view {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      padding-left: 42px; }
    .product-card__info {
      width: 100%;
      min-width: 0;
      max-width: 430px;
      margin: auto;
      padding: 0; }
      .product-card__info--mobile {
        display: block; }
      .product-card__info--desktop {
        display: none; }
    .product-card__details {
      padding: 24px 0 0; }
    .product-card__list {
      margin-top: 28px; }
    .product-card__table {
      margin-bottom: 26px; }
    .product-card .product {
      border: 0;
      padding: 0; }
      .product-card .product__top {
        margin-bottom: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-right: 30px; }
      .product-card .product__article {
        margin-right: 31px; }
      .product-card .product-marks__item:not(:last-child) {
        margin-right: 20px; }
      .product-card .product-marks__label {
        background: transparent;
        padding: 0;
        height: auto; }
      .product-card .product-marks__icon {
        display: block; }
      .product-card .product__favorite {
        right: 0;
        top: 0; }
      .product-card .product__name {
        padding-right: 0;
        margin-bottom: 23px; }
      .product-card .product__switch {
        margin-bottom: 35px; }
      .product-card .product-discount {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .product-card .product-discount__sum {
          display: block; } }
  @media screen and (max-width: 480px) {
    .product-card .product__actions {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .product-card .product__amount .amount {
      width: 107px; }
      .product-card .product__amount .amount__button {
        width: 30px;
        min-width: 30px; }
      .product-card .product__amount .amount__field {
        width: 43px;
        min-width: 43px; }
    .product-card .product__button {
      min-width: 178px;
      margin: 0; }
    .product-card__small-image img {
      max-height: 245px;
      width: auto; } }

@-webkit-keyframes emergence {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-moz-keyframes emergence {
  from {
    -moz-transform: scale(0.9);
         transform: scale(0.9);
    opacity: 0; }
  to {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1; } }

@-o-keyframes emergence {
  from {
    -o-transform: scale(0.9);
       transform: scale(0.9);
    opacity: 0; }
  to {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1; } }

@keyframes emergence {
  from {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.details-list {
  line-height: 1.25; }
  .details-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
    position: relative; }
    .details-list__item:after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 2px;
      border-top: 1px dashed #C6C6C6; }
  .details-list__name {
    padding-right: 15px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
  .details-list__line {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 0;
    margin-top: 12px; }
  .details-list__data {
    width: 135px;
    min-width: 135px;
    padding-left: 15px;
    background-color: #fff;
    position: relative;
    z-index: 2; }

.details-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -5px; }
  .details-table__item {
    padding: 0 5px; }
  .details-table__name {
    font-size: 10px;
    line-height: 1; }
  .details-table__data {
    font-size: 15px;
    font-weight: 600; }
  @media screen and (max-width: 1210px) {
    .details-table {
      margin: 0 -15px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .details-table__item {
        padding: 0 15px; } }

.switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3px;
  color: #000; }
  .switch__item {
    padding: 0 3px; }
  .switch__title {
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px; }
  .switch-radio {
    display: block;
    cursor: pointer; }
    .switch-radio input[type="radio"] {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: -99999px; }
      .switch-radio input[type="radio"]:checked + .switch-radio__text {
        color: #fff;
        background: #F96232; }
    .switch-radio__text {
      font-size: 14px;
      display: block;
      min-width: 48px;
      padding: 0 5px;
      text-align: center;
      font-weight: 700;
      height: 24px;
      line-height: 24px;
      color: #000;
      background: #F2F1ED;
      -webkit-border-radius: 70px;
         -moz-border-radius: 70px;
              border-radius: 70px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .switch-radio__text:hover {
        background: #FFD175; }
  @media screen and (max-width: 768px) {
    .switch {
      margin: 0 -5px; }
      .switch__item {
        padding: 0 5px; }
      .switch__title {
        font-size: 12px; }
      .switch-radio__text {
        font-size: 12px;
        min-width: 38px;
        padding: 0 5px; } }

.recipe-preview {
  height: 100%;
  background: #fff;
  border: 1px solid #E2EBE6;
  padding: 25px 40% 36px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 215px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden; }
  .recipe-preview::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 5px solid #FFE7B7;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 2; }
  .recipe-preview__bg-mask {
    width: 220px;
    height: 160px;
    position: absolute;
    bottom: 0px;
    right: 0;
    overflow: hidden; }
    .recipe-preview__bg-mask:before {
      content: '';
      width: 100%;
      height: 100%;
      background-position: top center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
         -moz-background-size: cover;
              background-size: cover;
      background-image: url("../images/mask.svg");
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
  .recipe-preview__bg {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .recipe-preview-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    opacity: 0.5; }
    .recipe-preview-list__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .recipe-preview-list__item:not(:last-child) {
        margin-right: 30px; }
    .recipe-preview-list__text {
      font-size: 13px;
      line-height: 1;
      letter-spacing: -0.01em;
      display: block;
      white-space: nowrap; }
    .recipe-preview-list__icon {
      margin-right: 11px;
      display: block; }
  .recipe-preview__title {
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    display: block;
    max-width: 300px;
    position: relative;
    z-index: 2;
    max-width: 210px; }
  .recipe-preview:hover {
    border-color: #FFE7B7; }
    .recipe-preview:hover::after {
      opacity: 1; }
  @media screen and (max-width: 1200px) {
    .recipe-preview__bg-mask {
      -webkit-transform: scale(0.8);
         -moz-transform: scale(0.8);
          -ms-transform: scale(0.8);
           -o-transform: scale(0.8);
              transform: scale(0.8);
      -webkit-transform-origin: 100% 100%;
         -moz-transform-origin: 100% 100%;
          -ms-transform-origin: 100% 100%;
           -o-transform-origin: 100% 100%;
              transform-origin: 100% 100%; } }
  @media screen and (max-width: 960px) {
    .recipe-preview {
      padding-right: 20px; } }
  @media screen and (max-width: 830px) {
    .recipe-preview__title {
      max-width: 130px; } }
  @media screen and (max-width: 768px) {
    .recipe-preview {
      padding: 28px 20px 30px 20px; }
      .recipe-preview-list__text {
        font-size: 10px; }
      .recipe-preview-list__icon {
        margin-right: 7px; }
      .recipe-preview__title {
        font-size: 13px;
        max-width: 150px; } }
  @media screen and (max-width: 700px) {
    .recipe-preview__title {
      max-width: 270px; }
    .recipe-preview__bg-mask {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); } }
  @media screen and (max-width: 490px) {
    .recipe-preview__title {
      max-width: 60%; }
    .recipe-preview__bg-mask {
      -webkit-transform: scale(0.75);
         -moz-transform: scale(0.75);
          -ms-transform: scale(0.75);
           -o-transform: scale(0.75);
              transform: scale(0.75); } }

.same {
  padding-bottom: 42px; }
  .same .swiper-container {
    padding-left: 1px; }
  .same .product {
    min-height: 250px; }
    .same .product-marks__item {
      margin-bottom: 18px; }
      .same .product-marks__item:not(:last-child) {
        margin-right: 6px; }
  @media screen and (max-width: 768px) {
    .same {
      padding-bottom: 28px; }
      .same .product {
        min-height: 224px; }
        .same .product-marks__item {
          margin-bottom: 0; }
          .same .product-marks__item:not(:last-child) {
            margin-right: 5px; }
        .same .product-marks__label {
          -webkit-border-radius: 0;
             -moz-border-radius: 0;
                  border-radius: 0;
          padding: 0; }
          .same .product-marks__label--new {
            background: transparent; }
          .same .product-marks__label--discount {
            background: transparent;
            color: #007E40; }
          .same .product-marks__label--hit {
            background: transparent;
            color: #F96232; } }
  @media screen and (max-width: 480px) {
    .same .slider-top h2 {
      white-space: nowrap; } }

.popup-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .popup-block__wrapper {
    padding: 40px 15px;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.85); }
  .popup-block__layout {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #848484;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.3s;
       -moz-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
    z-index: 2;
    opacity: 0; }
  .popup-block__content {
    max-width: 500px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 64px rgba(0, 141, 79, 0.2);
       -moz-box-shadow: 0px 10px 64px rgba(0, 141, 79, 0.2);
            box-shadow: 0px 10px 64px rgba(0, 141, 79, 0.2);
    position: relative;
    padding: 70px 67px;
    color: #000;
    z-index: 5;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px); }
    .popup-block__content--info {
      max-width: 460px; }
      .popup-block__content--info::after {
        width: 106px;
        height: 45px;
        position: absolute;
        top: -20px;
        left: 45px;
        content: '';
        background: url("../images/popup-bg-top1.png") 0 0 no-repeat;
        -webkit-background-size: 100% 100%;
           -moz-background-size: 100%;
                background-size: 100%; }
      .popup-block__content--info::before {
        width: 317px;
        height: 104px;
        position: absolute;
        bottom: -20px;
        right: 22px;
        content: '';
        background: url("../images/popup-bg-bottom1.png") 0 0 no-repeat;
        -webkit-background-size: 100% 100%;
           -moz-background-size: 100%;
                background-size: 100%; }
      .popup-block__content--info .btn {
        position: relative;
        z-index: 100; }
    .popup-block__content--order {
      max-width: 460px; }
      .popup-block__content--order::after {
        width: 149px;
        height: 62px;
        position: absolute;
        top: -25px;
        left: 45px;
        content: '';
        background: url("../images/popup-bg-top2.png") 0 0 no-repeat;
        -webkit-background-size: 100% 100%;
           -moz-background-size: 100%;
                background-size: 100%; }
      .popup-block__content--order::before {
        width: 405px;
        height: 160px;
        position: absolute;
        bottom: -54px;
        right: -38px;
        content: '';
        background: url("../images/popup-bg-bottom2.png") 0 0 no-repeat;
        -webkit-background-size: 100% 100%;
           -moz-background-size: 100%;
                background-size: 100%; }
      .popup-block__content--order .btn {
        position: relative;
        z-index: 100; }
    .popup-block__content--payment .payment-text {
      font-size: 14px; }
    .popup-block__content--new-password {
      max-width: 350px; }
      .popup-block__content--new-password .new-password-text {
        font-size: 14px; }
    .popup-block__content--refuse .btn {
      margin-right: 20px;
      width: 100px; }
      @media screen and (max-width: 480px) {
        .popup-block__content--refuse .btn {
          width: 50px; } }
  .popup-block__close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #BABABA; }
    .popup-block__close:hover {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      color: #000; }
  .popup-block .h2 {
    margin-bottom: 18px; }
  .popup-block__message {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 22px; }
  .popup-block p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 32px; }
  .popup-block.is-show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s; }
    .popup-block.is-show .popup-block__layout {
      opacity: 0.1;
      -webkit-transition-delay: 0s;
         -moz-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
    .popup-block.is-show .popup-block__content {
      -webkit-transition-delay: 0.3s;
         -moz-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s;
      opacity: 1;
      -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); }
  .popup-block--click .popup-block__content {
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    padding: 50px 60px; }
    .popup-block--click .popup-block__content .h2 {
      font-size: 38px;
      line-height: 22px; }
    .popup-block--click .popup-block__content .basket-list__item {
      max-width: 380px; }
    .popup-block--click .popup-block__content .product__sign {
      padding-left: 10px;
      padding-right: 10px; }
    .popup-block--click .popup-block__content .product__description {
      max-width: 100%; }
    .popup-block--click .popup-block__content .product__name {
      font-size: 12px;
      max-width: 170px;
      display: inline-block !important; }
    .popup-block--click .popup-block__content .product__info {
      margin-bottom: 10px !important; }
    .popup-block--click .popup-block__content .submit {
      width: 160px;
      height: 40px; }
  .popup-block--click .popup-block__message {
    color: #F96232;
    font-size: 14px; }
  @media screen and (max-width: 480px) {
    .popup-block--click .popup-block__content {
      padding: 50px 15px; }
      .popup-block--click .popup-block__content .h2 {
        font-size: 28px; } }
  @media screen and (max-width: 768px) {
    .popup-block__content {
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      padding: 60px 15px 40px; }
      .popup-block__content .new-password-text {
        padding: 10px 30px; }
    .popup-block .h3 {
      font-size: 24px; } }

.together .slider--together .recipe-preview {
  min-height: 169px; }

@media screen and (max-width: 480px) {
  .together .slider-top h2 {
    min-width: 130px; } }

.basket-list {
  border-top: 1px solid #E2EBE6; }
  .basket-list .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 35px 20px; }
    .basket-list .product::after {
      display: none; }
    .basket-list .product:hover {
      border-color: #E2EBE6; }
    .basket-list .product__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 15px; }
    .basket-list .product__image {
      margin: 0 24px 0 0;
      width: 50px;
      min-width: 50px; }
      .basket-list .product__image img {
        max-height: 70px;
        width: auto; }
    .basket-list .product__name {
      text-align: left;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.29; }
    .basket-list .product-discount {
      margin-top: 11px; }
    .basket-list .product__price {
      padding: 0;
      text-align: center;
      white-space: nowrap; }
    .basket-list .product__total {
      text-align: center; }
    .basket-list .product__description {
      max-width: 250px; }
    .basket-list .product__delete {
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 0; }
    .basket-list .product__details {
      width: 50%;
      min-width: 50%;
      position: relative;
      padding-right: 15px;
      bottom: 0; }
  @media screen and (max-width: 1210px) {
    .basket-list .product {
      padding: 35px 0; }
      .basket-list .product__price {
        padding-right: 15px; }
      .basket-list .product__image {
        margin-right: 15px; } }
  @media screen and (max-width: 960px) {
    .basket-list .product {
      position: relative; }
      .basket-list .product__delete {
        top: 13px;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); }
      .basket-list .product__details {
        position: static;
        padding-right: 0; } }
  @media screen and (max-width: 768px) {
    .basket-list .amount {
      width: 80px;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      border: 2px solid #E2EBE6;
      padding: 0; }
      .basket-list .amount__field {
        width: 26px;
        min-width: 26px; }
    .basket-list .product {
      padding: 21px 0 20px; }
      .basket-list .product__amount {
        -webkit-box-flex: 0;
        -webkit-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0;
                flex: 0; }
      .basket-list .product__name {
        font-size: 13px;
        line-height: 18px; }
      .basket-list .product__sign {
        padding: 0 10px; }
      .basket-list .product-discount {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .basket-list .product-discount__sum {
          display: block; }
        .basket-list .product-discount__price {
          margin-right: 15px; }
      .basket-list .product__price {
        font-size: 14px; }
      .basket-list .product__image {
        width: 50px;
        min-width: 44px; }
      .basket-list .product__delete {
        margin-top: -4px; }
        .basket-list .product__delete .icon--close {
          width: 8px;
          height: 8px; } }
  @media screen and (max-width: 480px) {
    .basket-list {
      margin: 0 -15px; }
      .basket-list .product {
        display: block;
        overflow: hidden;
        padding: 25px 15px 18px 15px; }
        .basket-list .product__info {
          width: auto;
          min-width: 0;
          padding-right: 0;
          margin-bottom: 18px; }
        .basket-list .product__image {
          float: left; }
        .basket-list .product__name {
          display: inline;
          padding-right: 10px; }
        .basket-list .product-discount {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin: 0; }
        .basket-list .product__details {
          width: auto;
          min-width: 0;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .basket-list .product__delete {
          top: 10px;
          right: 15px; } }

.basket-total {
  color: #000;
  font-size: 14px;
  line-height: 1.42; }
  .basket-total__top {
    background: #F0F3F1;
    padding: 35px 30px;
    border-bottom: 2px solid #fff; }
  .basket-total__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -6px 24px; }
    .basket-total__item:last-child {
      margin-bottom: 0; }
    .basket-total__item--buttons .btn {
      width: 170px; }
  .basket-total__line {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 1px dashed #C6C6C6;
    height: 0;
    margin-top: 12px; }
  .basket-total__data {
    padding: 0 6px;
    white-space: nowrap; }
    .basket-total__data--discount {
      font-weight: 700;
      color: #FF5454; }
    .basket-total__data--sum {
      font-size: 20px; }
  .basket-total__bottom {
    background: #F0F3F1;
    padding: 29px 30px 35px; }
    .basket-total__bottom .basket-total__data {
      font-weight: 700; }
  .basket-total .link--click {
    font-size: 15px; }
  .basket-total__fields {
    width: 100%; }
    .basket-total__fields .btn {
      width: 100%; }
  @media screen and (max-width: 960px) {
    .basket-total__top {
      padding: 22px 15px; }
    .basket-total__bottom {
      padding: 22px 15px; }
    .basket-total__data {
      font-size: 12px; }
      .basket-total__data:first-child {
        font-size: 11px; }
      .basket-total__data--sum {
        font-size: 14px; }
    .basket-total__item--buttons {
      display: block;
      text-align: center; }
      .basket-total__item--buttons .btn {
        width: 100%; }
      .basket-total__item--buttons .basket-total__data:not(:last-child) {
        margin-bottom: 12px; } }
  @media screen and (max-width: 768px) {
    .basket-total .btn {
      font-size: 12px;
      padding: 7px 10px; }
    .basket-total__promo {
      position: relative; }
      .basket-total__promo .input {
        height: 44px;
        padding: 0 90px 0 20px; }
      .basket-total__promo .btn {
        padding: 0 10px;
        width: 80px; }
    .basket-total .link--click {
      font-size: 11px; } }
  @media screen and (max-width: 700px) {
    .basket-total {
      margin: 0 -20px; } }
  @media screen and (max-width: 480px) {
    .basket-total {
      margin: 0 -15px; }
      .basket-total__item--buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center; }
        .basket-total__item--buttons .btn {
          width: auto;
          min-width: 135px; }
        .basket-total__item--buttons .basket-total__data:not(:last-child) {
          margin-bottom: 0; } }

.basket-promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .basket-promo__fields {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px; }
  .basket-promo__add {
    width: 44px;
    height: 44px;
    border: 2px solid #E2EBE6;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #fff;
    margin-bottom: 10px; }
    .basket-promo__add:hover {
      border-color: #007E40; }
  .basket-promo__message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 44px; }
  .basket-promo__icon {
    margin-right: 15px; }
    .basket-promo__icon .icon--check {
      width: 22px;
      height: 16px; }
  .basket-promo__form {
    position: relative; }
    .basket-promo__form .input {
      height: 44px;
      padding: 0 114px 0 20px;
      border: none; }
      .basket-promo__form .input:focus {
        -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
           -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
                box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07); }
    .basket-promo__form .btn {
      position: absolute;
      right: 7px;
      top: 7px;
      width: 100px; }
  .basket-promo__block {
    margin-bottom: 10px; }
  .basket-promo__text {
    font-size: 14px;
    font-weight: 700; }
  .basket-promo__success {
    display: none; }
  @media screen and (max-width: 768px) {
    .basket-promo__form .input {
      padding: 0 90px 0 20px; }
    .basket-promo__form .btn {
      padding: 0 10px;
      width: 80px; } }

.basket-order__part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .basket-order__part--personal {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.basket-order__fields {
  width: 450px;
  min-width: 450px; }
  .basket-order__fields .input-wrap:last-child {
    margin-bottom: 0; }

.basket-order__add {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0 10px 61px; }

.basket-order-more {
  font-size: 14px;
  line-height: 1.43; }
  .basket-order-more__icon {
    margin-bottom: 19px; }
  .basket-order-more p {
    margin: 0; }
  .basket-order-more__info {
    font-size: 16px;
    margin-top: 34px; }
    .basket-order-more__info--mobile {
      display: none; }
  .basket-order-more__price {
    font-weight: 700; }

.basket-order__title {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
  width: 100%; }

.basket-order__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px; }
  .basket-order__actions .link--forgot-pass {
    color: #F96232; }
    .basket-order__actions .link--forgot-pass::after {
      background-color: #F96232; }
    .basket-order__actions .link--forgot-pass:hover {
      color: #007E40; }
      .basket-order__actions .link--forgot-pass:hover::after {
        background-color: transparent; }

.basket-order__button {
  padding: 0 15px; }

@media screen and (max-width: 1210px) {
  .basket-order__add {
    padding-left: 15px; } }

@media screen and (max-width: 768px) {
  .basket-order__add {
    padding: 20px 0 0 0;
    width: 100%; }
  .basket-order__fields {
    width: 100%;
    min-width: 100%; }
  .basket-order__part {
    margin-bottom: 42px; }
    .basket-order__part--payment .basket-order__fields {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .basket-order__part--payment .basket-order-more__icon {
      width: 75px;
      min-width: 75px; }
    .basket-order__part--adress .basket-order__fields {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .basket-order__part--adress .basket-order-more__icon {
      width: 63px;
      min-width: 63px; }
    .basket-order__part--adress .basket-order-more__info {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      font-size: 14px;
      padding-top: 18px; }
  .basket-order__title {
    font-size: 14px;
    margin-bottom: 0; }
  .basket-order-more {
    font-size: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.6;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; }
    .basket-order-more__icon {
      margin: 0 23px 0 0; }
    .basket-order-more__text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .basket-order-more__info {
      font-size: 12px;
      margin-top: 5px; }
      .basket-order-more__info--mobile {
        display: block; }
      .basket-order-more__info--desktop {
        display: none; } }

@media screen and (max-width: 480px) {
  .basket-order__part {
    margin-bottom: 42px; }
    .basket-order__part--payment {
      margin-bottom: 5px; }
      .basket-order__part--payment .basket-order__fields {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .basket-order__part--payment .basket-order__title {
        margin-bottom: 20px; }
    .basket-order__part--personal {
      margin-bottom: 25px; } }

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px; }
  .tabs-menu__link {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #000;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding-left: 40px;
    margin-right: 20px; }
    .tabs-menu__link::after {
      content: '';
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      border: 2px solid #E2EBE6;
      position: absolute;
      top: 0;
      left: 0; }
    .tabs-menu__link::before {
      content: '';
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: #007E40;
      position: absolute;
      top: 7px;
      left: 7px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      opacity: 0; }
    .tabs-menu__link.is-active::before {
      opacity: 1; }

.tabs-block--hidden {
  display: none; }

@media screen and (max-width: 768px) {
  .tabs-menu {
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .tabs-menu__link {
      font-size: 12px;
      padding-left: 30px;
      margin-right: 30px; }
      .tabs-menu__link:last-child {
        margin-right: 0; } }

@media screen and (max-width: 480px) {
  .tabs-menu__link {
    padding-left: 25px;
    margin-right: 15px; } }

.payments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px; }
  .payments__item {
    padding: 0 5px;
    margin-bottom: 10px; }
  .payments-radio {
    display: block; }
    .payments-radio input[type="radio"] {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: -99999px; }
      .payments-radio input[type="radio"]:checked + .payments-radio__content {
        border-color: #007E40; }
    .payments-radio__content {
      display: block;
      width: 130px;
      height: 100%;
      min-height: 168px;
      cursor: pointer;
      background: #F0F3F1;
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      border: 1px solid #F0F3F1;
      padding: 43px 20px 26px;
      color: #000;
      text-align: center;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .payments-radio__text {
      display: block;
      font-size: 12px; }
    .payments-radio__icon {
      height: 43px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 18px; }
      .payments-radio__icon .icon {
        opacity: 0.5;
        display: block;
        color: #86968B; }
    .payments-radio__name {
      font-size: 14px;
      font-weight: 500; }
    .payments-radio:hover .payments-radio__icon .icon {
      opacity: 1;
      color: #007E40;
      fill: #007E40; }
  @media screen and (max-width: 480px) {
    .payments {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0; }
      .payments__item {
        padding: 0;
        width: 31.6092%; }
      .payments-radio {
        height: 100%; }
        .payments-radio__content {
          display: block;
          width: 100%;
          min-height: auto;
          padding: 15px 5px; }
        .payments-radio__name {
          font-size: 11px;
          line-height: 13px; }
        .payments-radio__text {
          font-size: 10px;
          line-height: 12px; } }

.popup-click__list {
  margin-bottom: 20px; }
  .popup-click__list .basket-list {
    border-top: 0; }
    .popup-click__list .basket-list .product {
      display: block;
      padding: 25px 0; }
      .popup-click__list .basket-list .product__info {
        width: auto;
        min-width: 0;
        padding-right: 0;
        margin-bottom: 18px; }
      .popup-click__list .basket-list .product__image {
        float: left; }
      .popup-click__list .basket-list .product__name {
        display: inline;
        padding-right: 10px; }
      .popup-click__list .basket-list .product-discount {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0; }
      .popup-click__list .basket-list .product__details {
        width: auto;
        min-width: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative;
        bottom: 0; }

.popup-click__total {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 30px; }

.popup-click__sum {
  font-weight: 700; }

@media screen and (max-width: 960px) {
  .popup-click__list .basket-list .product__details {
    position: static;
    padding-right: 0; } }

@media screen and (max-width: 480px) {
  .popup-click__list .basket-list {
    margin: 0; }
    .popup-click__list .basket-list .product__image {
      width: 40px;
      min-width: 40px;
      margin-right: 10px; }
    .popup-click__list .basket-list .product__price {
      padding-right: 10px; }
    .popup-click__list .basket-list .product__sign {
      padding-left: 10px; } }

.rubrics__title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 35px; }

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

.rubrics__item {
  margin-bottom: 17px; }

.rubrics__link {
  font-weight: 500; }
  .rubrics__link:hover {
    color: #007E40; }
  .rubrics__link.is-current {
    color: #00693B; }

@media screen and (max-width: 767px) {
  .rubrics__title {
    margin-bottom: 25px; }
  .rubrics__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    margin-bottom: 30px; }
  .rubrics__item {
    margin-bottom: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px; } }

.soc {
  width: 337px;
  overflow: hidden; }
  .soc__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 674px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  .soc__button {
    width: 190px; }
    .soc__button .link {
      background-color: rgba(255, 255, 255, 0.16);
      width: 100%; }
  .soc-list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .soc-list__item {
      padding: 0 5px; }
    .soc-list__link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      background: #F0F3F1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .soc-list__link .icon {
        display: block;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .soc-list__link:hover {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1); }
        .soc-list__link:hover .icon {
          -webkit-transform: scale(0.8);
             -moz-transform: scale(0.8);
              -ms-transform: scale(0.8);
               -o-transform: scale(0.8);
                  transform: scale(0.8); }
    .soc-list__close {
      cursor: pointer;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      display: block;
      margin-left: 15px;
      color: #BABABA; }
      .soc-list__close:hover {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        color: #000; }
  .soc.is-active .soc__wrapper {
    -webkit-transform: translateX(-337px);
       -moz-transform: translateX(-337px);
        -ms-transform: translateX(-337px);
         -o-transform: translateX(-337px);
            transform: translateX(-337px); }
  @media screen and (max-width: 768px) {
    .soc {
      width: 100%;
      height: 50px; }
      .soc__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .soc__button {
        width: auto;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .soc-list {
        margin: 0 -2px; }
        .soc-list__item {
          padding: 0 2px; }
        .soc-list__close {
          margin-left: 5px; }
      .soc.is-active .soc__wrapper {
        -webkit-transform: translateY(-50px);
           -moz-transform: translateY(-50px);
            -ms-transform: translateY(-50px);
             -o-transform: translateY(-50px);
                transform: translateY(-50px); } }

.compound {
  border: 5px solid #F0F3F1;
  padding: 30px 28px 40px 32px;
  color: #000; }
  .compound .h6 {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.07em;
    margin-bottom: 40px; }
  .compound-products {
    position: relative;
    margin: 0 0 45px; }
    .compound-products__item {
      margin-bottom: 17px; }
    .compound-products__wrapper {
      overflow-y: hidden; }
  .compound .product {
    border: 0;
    height: auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .compound .product::after {
      display: none; }
    .compound .product__image {
      margin: 0 30px 0 0;
      width: 57px;
      min-width: 57px; }
      .compound .product__image img {
        max-height: 82px;
        width: auto; }
    .compound .product__name {
      text-align: left;
      margin-bottom: 0;
      font-size: 14px; }
  .compound__list {
    margin: 0 0 52px;
    font-size: 14px; }
    .compound__list .details-list__item {
      margin-bottom: 21px; }
    .compound__list .details-list__line {
      margin-top: 12px; }
    .compound__list .details-list__data {
      width: auto;
      min-width: 0; }
  .compound__table .h6 {
    margin-bottom: 18px; }
  .compound__table .details-table {
    margin: 0 -15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .compound__table .details-table__item {
      padding: 0 15px; }
  @media screen and (max-width: 960px) {
    .compound {
      padding: 24px 24px 30px 24px; } }
  @media screen and (max-width: 768px) {
    .compound .h6 {
      font-size: 10px;
      margin-bottom: 30px; }
    .compound-products {
      margin-bottom: 30px; }
      .compound-products .h6 {
        font-size: 12px; }
    .compound .product__image {
      margin: 0 24px 0 0; }
    .compound .product__name {
      font-size: 12px; }
    .compound__list {
      margin: 0 0 30px;
      font-size: 13px; }
      .compound__list .details-list__item {
        margin-bottom: 21px; } }

.recipe-text img {
  margin-bottom: 31px;
  padding: 10px 0; }

.recipe-text .h3 {
  letter-spacing: 0.04em;
  margin-bottom: 21px;
  font-weight: 400; }
  .recipe-text .h3 span {
    font-weight: 700; }

.recipe-text p {
  font-size: 15px;
  line-height: 1.61;
  color: #0B0E1C;
  margin: 0 0 59px; }

@media screen and (max-width: 768px) {
  .recipe-text img {
    margin-bottom: 21px; }
  .recipe-text .h3 {
    font-size: 16px;
    margin-bottom: 20px; }
  .recipe-text p {
    font-size: 12px;
    line-height: 2;
    margin: 0 0 40px; } }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #007E40;
  opacity: 1; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #00693B; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0;
  height: 2px; }
  .scrollbar-inner > .scroll-element.scroll-x .scroll-bar {
    width: 50px; }

.scrollbar-inner > .scroll-element.scroll-y {
  width: 2px; }
  .scrollbar-inner > .scroll-element.scroll-y .scroll-bar {
    height: 50px; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent; }

.results-list .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 15px;
  border-top: 0;
  border-left: 0;
  border-right: 0; }
  .results-list .product::after {
    bottom: -1px; }
  .results-list .product__favorite {
    position: static; }
    .results-list .product__favorite .icon--heart {
      width: 18px;
      height: 16px; }
  .results-list .product__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 15px; }
  .results-list .product__image {
    margin: 0 30px 0 35px;
    width: 50px;
    min-width: 50px; }
    .results-list .product__image img {
      max-height: 85px;
      width: auto; }
  .results-list .product__name {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.29; }
  .results-list .product__price {
    padding: 0;
    text-align: center;
    white-space: nowrap; }
  .results-list .product__details {
    padding-right: 41px;
    min-width: 300px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 20px; }
  .results-list .product__actions {
    padding: 0; }
  .results-list .product-discount {
    padding: 0 21px 0 0; }

@media screen and (max-width: 768px) {
  .results-list .amount {
    width: 80px;
    -webkit-border-radius: 5px 0px 0px 5px;
       -moz-border-radius: 5px 0px 0px 5px;
            border-radius: 5px 0px 0px 5px;
    border: 2px solid #E2EBE6;
    padding: 0; }
    .results-list .amount__field {
      width: 26px;
      min-width: 26px; }
  .results-list .product {
    padding: 21px 0 20px; }
    .results-list .product__details {
      min-width: 0;
      padding: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .results-list .product__name {
      display: inline; }
    .results-list .product__amount {
      -webkit-box-flex: 0;
      -webkit-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
    .results-list .product-discount {
      display: inline-block; }
      .results-list .product-discount__sum {
        display: inline; }
      .results-list .product-discount__price {
        margin-right: 15px;
        display: inline; }
    .results-list .product__price {
      font-size: 14px;
      display: inline-block; }
    .results-list .product__image {
      width: 44px;
      min-width: 44px;
      margin: 0 20px; }
    .results-list .product__button {
      -webkit-border-radius: 0px 5px 5px 0px;
         -moz-border-radius: 0px 5px 5px 0px;
              border-radius: 0px 5px 5px 0px;
      margin-left: -2px; }
    .results-list .product__info {
      display: block; }
    .results-list .product__description {
      display: inline;
      padding-right: 20px; } }

@media screen and (max-width: 480px) {
  .results-list .product {
    display: block;
    padding: 20px 0; }
    .results-list .product__favorite {
      position: absolute; }
    .results-list .product__description {
      padding-right: 10px; }
    .results-list .product__image {
      float: left;
      margin: 0 20px 0 0; }
    .results-list .product-discount {
      padding-right: 10px; }
    .results-list .product__actions {
      padding-top: 18px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.profile-menu {
  background: #F0F3F1;
  padding: 63px 47px 40px; }
  .profile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .profile-menu__item {
    margin-bottom: 37px; }
    .profile-menu__item:last-child {
      margin: 70px 0 0; }
  .profile-menu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600; }
    .profile-menu__link:hover {
      color: #007E40; }
    .profile-menu__link.is-active {
      color: #007E40; }
  .profile-menu__icon {
    display: block;
    width: 23px;
    min-width: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 27px; }
    .profile-menu__icon .icon {
      display: block; }
  .profile-menu__text {
    display: block;
    line-height: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
  @media screen and (max-width: 1210px) {
    .profile-menu {
      padding: 20px; } }
  @media screen and (max-width: 960px) {
    .profile-menu {
      margin: 0 -20px; }
      .profile-menu__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -20px;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .profile-menu__item {
        margin: 0;
        padding: 0 20px; }
        .profile-menu__item:last-child {
          margin: 0;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
  @media screen and (max-width: 768px) {
    .profile-menu__list {
      margin: 0 -10px; }
    .profile-menu__item {
      padding: 0 10px; }
    .profile-menu__icon {
      margin-right: 10px; }
    .profile-menu__link {
      font-size: 10px; } }
  @media screen and (max-width: 480px) {
    .profile-menu {
      margin: 0 -15px;
      padding: 20px 15px; }
      .profile-menu__text {
        display: none; } }

.status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .status__icon {
    margin-right: 13px; }
    .status__icon .icon {
      display: block; }
  .status__text {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700; }
  .status--finish {
    color: #007E40; }
    .status--finish .status__icon {
      min-width: 20px; }
  .status--work {
    color: #FFAA00; }
    .status--work .status__icon {
      min-width: 22px; }
  .status--way {
    color: #F96232; }
    .status--way .status__icon {
      min-width: 28px; }
  .status--cancel {
    color: #FF5454; }
    .status--cancel .status__icon {
      width: 22px;
      height: 22px;
      -webkit-transform: translateY(-2px);
         -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
           -o-transform: translateY(-2px);
              transform: translateY(-2px); }
      .status--cancel .status__icon svg {
        width: 100%;
        height: 100%; }

.profile-orders__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px 24px; }

.profile-orders__item {
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.profile-orders__number {
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: inline-block; }

.profile-orders__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px 31px; }

.profile-orders__info {
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.profile-orders__separator {
  padding: 0 7px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.profile-orders__data {
  font-weight: 700;
  padding-left: 5px; }

.profile-orders__total {
  text-align: right;
  font-size: 14px; }
  .profile-orders__total .profile-orders__data {
    font-size: 16px; }

.profile-orders__name {
  font-size: 12px;
  font-weight: 700;
  margin-top: -13px;
  width: 100%; }

.profile-orders__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.profile-orders .btn {
  min-width: 170px;
  margin-left: 22px;
  font-weight: 400;
  padding: 8px 20px;
  height: 40px; }
  .profile-orders .btn--grey {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    min-width: 0; }
  .profile-orders .btn .icon--add {
    fill: #fff; }

.profile-orders__bottom .profile-orders__item {
  width: 50%;
  min-width: 50%; }
  .profile-orders__bottom .profile-orders__item:first-child {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .profile-orders__bottom .profile-orders__item:last-child {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media screen and (max-width: 768px) {
  .profile-orders__item--wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .profile-orders__item--wrap .profile-orders__text {
      min-width: 130px;
      margin-bottom: 20px; }
    .profile-orders__item--wrap .profile-orders__buttons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -10px; }
      .profile-orders__item--wrap .profile-orders__buttons .btn {
        min-width: 120px; }
  .profile-orders__line {
    margin-bottom: 20px; }
    .profile-orders__line--finish {
      display: block; }
  .profile-orders__bottom .profile-orders__line--finish .profile-orders__item {
    width: 100%;
    min-width: 100%; }
    .profile-orders__bottom .profile-orders__line--finish .profile-orders__item:last-child {
      margin-top: 20px; }
  .profile-orders__name {
    margin-top: 0; }
  .profile-orders .product__name {
    font-size: 14px; } }

@media screen and (max-width: 600px) {
  .profile-orders__top {
    display: block; }
    .profile-orders__top .profile-orders__item {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .profile-orders__top .profile-orders__item:not(:last-child) {
        margin-bottom: 10px; } }

@media screen and (max-width: 480px) {
  .profile-orders__item {
    padding-left: 0;
    padding-right: 0; }
    .profile-orders__item:not(:last-child) {
      margin-bottom: 10px; }
  .profile-orders .btn {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 10px;
    margin-top: 10px;
    min-width: 130px; }
  .profile-orders__line {
    display: block; }
  .profile-orders__bottom .profile-orders__item {
    width: 100%;
    min-width: 100%; }
  .profile-orders__total {
    text-align: left; } }

.profile-list {
  border-top: 1px solid #E2EBE6;
  margin-bottom: 31px; }
  .profile-list .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 22px 30px 22px 15px; }
    .profile-list .product::after {
      display: none; }
    .profile-list .product:hover {
      border-color: #E2EBE6; }
    .profile-list .product__image {
      margin: 0 35px 0 0;
      width: 50px;
      min-width: 50px; }
      .profile-list .product__image img {
        max-height: 70px;
        width: auto; }
    .profile-list .product__name {
      text-align: left;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.29; }
    .profile-list .product__total {
      padding: 0;
      min-width: 16.5%;
      text-align: right; }
    .profile-list .product__quantity {
      text-align: right;
      min-width: 16%;
      padding: 0 20px;
      font-size: 15px;
      font-weight: 700; }
    .profile-list .product__description {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  @media screen and (max-width: 768px) {
    .profile-list .product__image {
      margin-right: 15px; } }
  @media screen and (max-width: 480px) {
    .profile-list {
      margin: 0 -20px 20px; }
      .profile-list .product {
        display: block;
        overflow: hidden;
        padding: 25px 20px 18px; }
        .profile-list .product__image {
          float: left; }
        .profile-list .product__name {
          display: inline;
          padding-right: 10px; }
        .profile-list .product__description {
          margin-bottom: 10px; }
        .profile-list .product__total {
          text-align: left; }
        .profile-list .product__quantity {
          text-align: left;
          padding: 0;
          margin-bottom: 10px; } }

.profile-form {
  padding: 25px 0 20px; }
  .profile-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .profile-form__row--main {
      margin-bottom: 36px; }
    .profile-form__row .input-wrap {
      margin-bottom: 10px;
      position: relative; }
  .profile-form__item {
    padding: 0 15px; }
    .profile-form__item--button {
      padding-left: 0;
      padding-right: 0; }
    .profile-form__item--33 {
      width: 33.3333%;
      min-width: 33.3333%; }
    .profile-form__item--68 {
      width: 68%;
      min-width: 68%;
      padding: 0 10px; }
  .profile-form__button {
    width: 48px;
    height: 48px;
    border: 2px solid #E2EBE6;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px; }
    .profile-form__button:hover {
      border-color: #007E40; }
  .profile-form__delete {
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    right: 0; }
    .profile-form__delete .popup-block__close {
      position: initial; }
  .profile-form .btn {
    height: 48px; }
  .profile-form__mobile {
    display: none; }
  @media screen and (max-width: 768px) {
    .profile-form {
      padding: 0; }
      .profile-form__row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 -5px; }
        .profile-form__row--main {
          margin-bottom: 30px; }
      .profile-form__item {
        padding: 0 5px; }
        .profile-form__item--33 {
          width: 100%;
          min-width: 100%; }
        .profile-form__item--68 {
          width: auto;
          min-width: 0;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
      .profile-form__delete {
        width: 30px; } }
  @media screen and (max-width: 480px) {
    .profile-form__item--68 {
      width: 100%;
      min-width: 100%; }
    .profile-form__item--button {
      width: 100%;
      min-width: 100%; }
    .profile-form__mobile {
      display: block; }
    .profile-form__button {
      width: auto;
      min-width: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border: 0;
      background: #00693B;
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      white-space: nowrap;
      padding: 10px 40px; }
      .profile-form__button .icon {
        display: none; }
      .profile-form__button:hover {
        background: #007E40; } }

.profile-selected .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 0 35px;
  border-bottom: 0;
  border-left: 0;
  border-right: 0; }
  .profile-selected .product::after {
    display: none; }
  .profile-selected .product:hover {
    border-color: #E2EBE6; }
  .profile-selected .product__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 15px; }
  .profile-selected .product__image {
    margin: 0 35px 0 20px;
    width: 50px;
    min-width: 50px; }
    .profile-selected .product__image img {
      max-height: 70px;
      width: auto; }
  .profile-selected .product__name {
    text-align: left;
    margin-bottom: 0;
    line-height: 1.29; }
  .profile-selected .product__price {
    padding: 0 0 0 21px;
    text-align: center;
    white-space: nowrap; }
  .profile-selected .product__description {
    max-width: 250px; }
  .profile-selected .product__details {
    padding-right: 91px;
    min-width: 300px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    bottom: 0;
    width: auto; }
  .profile-selected .product__actions {
    padding: 0 88px 0 0; }
  .profile-selected .product__delete {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 21px; }

@media screen and (max-width: 960px) {
  .profile-selected .product__delete {
    top: 13px;
    right: 0;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  .profile-selected .product__actions {
    padding: 0; } }

@media screen and (max-width: 768px) {
  .profile-selected .amount {
    width: 80px;
    -webkit-border-radius: 5px 0px 0px 5px;
       -moz-border-radius: 5px 0px 0px 5px;
            border-radius: 5px 0px 0px 5px;
    border: 2px solid #E2EBE6;
    padding: 0; }
    .profile-selected .amount__field {
      width: 26px;
      min-width: 26px; }
  .profile-selected .product {
    padding: 21px 0 20px; }
    .profile-selected .product__details {
      min-width: 0; }
    .profile-selected .product__amount {
      -webkit-box-flex: 0;
      -webkit-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
    .profile-selected .product-discount {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .profile-selected .product-discount__sum {
        display: block; }
      .profile-selected .product-discount__price {
        margin-right: 15px; }
    .profile-selected .product__price {
      font-size: 14px;
      padding: 0 0 0 10px; }
    .profile-selected .product__image {
      width: 50px;
      min-width: 50px;
      margin: 0 10px 0 0; }
    .profile-selected .product__button {
      -webkit-border-radius: 0px 5px 5px 0px;
         -moz-border-radius: 0px 5px 5px 0px;
              border-radius: 0px 5px 5px 0px;
      margin-left: -2px; }
    .profile-selected .product__details {
      padding-right: 10px; } }

@media screen and (max-width: 480px) {
  .profile-selected .product {
    display: block;
    padding: 20px 0; }
    .profile-selected .product__info {
      width: auto;
      min-width: 0;
      padding-right: 0;
      margin-bottom: 18px; }
    .profile-selected .product__image {
      float: left;
      margin: 0 20px 20px 0; }
    .profile-selected .product__checkbox {
      float: left;
      margin-top: 30px; }
    .profile-selected .product__name {
      display: inline;
      padding-right: 10px; }
    .profile-selected .product-discount {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0; }
    .profile-selected .product__details {
      width: auto;
      min-width: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .profile-selected .product__actions {
      padding-top: 18px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.animation__fade {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0); }

@-webkit-keyframes overlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.1; } }

@-moz-keyframes overlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.1; } }

@-o-keyframes overlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.1; } }

@keyframes overlay {
  from {
    opacity: 0; }
  to {
    opacity: 0.1; } }

.image-zoom-box {
  position: absolute;
  right: 0;
  top: -20px;
  width: 67%;
  height: 500px;
  margin: 0;
  z-index: -1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .image-zoom-box.is-active {
    background-color: #fff;
    z-index: 10; }
  @media screen and (max-width: 1210px) {
    .image-zoom-box {
      width: 55%;
      height: 450px; } }
  @media screen and (max-width: 768px) {
	  .active_show_img{
		  display: block !important;
	  }
    .image-zoom-box {
      display: none; } 
	 
	  }

.open_image_show_big{
		 
	 display: none;
	 position: fixed;
	 background-color: #fff;
  right: 0;
    top: 0px;
	  width: 100%;
	  height: 100vh;
	  margin: 0;
	  z-index: 100;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  -moz-transition: 0.4s;
	  transition: 0.4s;
	 } 
.close_show_image{
	width: 20px;  float: right; margin-right: 20px; margin-top: 50px;
}
@-webkit-keyframes rotationPreloader {
  0% {
    -webkit-transform: none;
            transform: none; }
  25% {
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg); }
  37.5% {
    -webkit-transform: rotate(48deg);
            transform: rotate(48deg); }
  50% {
    -webkit-transform: rotate(72deg);
            transform: rotate(72deg); }
  62.5% {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg); }
  75% {
    -webkit-transform: rotate(168deg);
            transform: rotate(168deg); }
  87.5% {
    -webkit-transform: rotate(264deg);
            transform: rotate(264deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes rotationPreloader {
  0% {
    -moz-transform: none;
         transform: none; }
  25% {
    -moz-transform: rotate(24deg);
         transform: rotate(24deg); }
  37.5% {
    -moz-transform: rotate(48deg);
         transform: rotate(48deg); }
  50% {
    -moz-transform: rotate(72deg);
         transform: rotate(72deg); }
  62.5% {
    -moz-transform: rotate(120deg);
         transform: rotate(120deg); }
  75% {
    -moz-transform: rotate(168deg);
         transform: rotate(168deg); }
  87.5% {
    -moz-transform: rotate(264deg);
         transform: rotate(264deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes rotationPreloader {
  0% {
    -o-transform: none;
       transform: none; }
  25% {
    -o-transform: rotate(24deg);
       transform: rotate(24deg); }
  37.5% {
    -o-transform: rotate(48deg);
       transform: rotate(48deg); }
  50% {
    -o-transform: rotate(72deg);
       transform: rotate(72deg); }
  62.5% {
    -o-transform: rotate(120deg);
       transform: rotate(120deg); }
  75% {
    -o-transform: rotate(168deg);
       transform: rotate(168deg); }
  87.5% {
    -o-transform: rotate(264deg);
       transform: rotate(264deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes rotationPreloader {
  0% {
    -webkit-transform: none;
       -moz-transform: none;
         -o-transform: none;
            transform: none; }
  25% {
    -webkit-transform: rotate(24deg);
       -moz-transform: rotate(24deg);
         -o-transform: rotate(24deg);
            transform: rotate(24deg); }
  37.5% {
    -webkit-transform: rotate(48deg);
       -moz-transform: rotate(48deg);
         -o-transform: rotate(48deg);
            transform: rotate(48deg); }
  50% {
    -webkit-transform: rotate(72deg);
       -moz-transform: rotate(72deg);
         -o-transform: rotate(72deg);
            transform: rotate(72deg); }
  62.5% {
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg); }
  75% {
    -webkit-transform: rotate(168deg);
       -moz-transform: rotate(168deg);
         -o-transform: rotate(168deg);
            transform: rotate(168deg); }
  87.5% {
    -webkit-transform: rotate(264deg);
       -moz-transform: rotate(264deg);
         -o-transform: rotate(264deg);
            transform: rotate(264deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93px;
  height: 93px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }
  .preloader-overlay {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99;
    opacity: 0.8;
    background-color: #000; }
  .preloader__circle {
    position: absolute;
    -webkit-animation: rotationPreloader linear infinite 2s;
       -moz-animation: rotationPreloader linear infinite 2s;
         -o-animation: rotationPreloader linear infinite 2s;
            animation: rotationPreloader linear infinite 2s; }
  .preloader__pepper {
    position: absolute; }

.loaded-hiding .preloader {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; }
  .loaded-hiding .preloader-overlay {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }

.is-loaded .preloader {
  display: none; }
  .is-loaded .preloader-overlay {
    display: none; }

@media print {
  body {
    padding: 30px; }
  .recipe-page__aside {
    width: 100% !important;
    padding-right: 0; }
  .compound {
    width: 100%; }
  .recipe-page__center {
    margin-top: 35px; } }

.padding-site {
  padding-left: 300px;
  padding-right: 300px; }
  @media screen and (max-width: 480px) {
    .padding-site {
      padding-left: 15px;
      padding-right: 15px; } }

.social__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0; }

.social__item:not(:last-child) {
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

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

.social--popup-auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .social--popup-auth span {
    margin-right: 40px; }

.header {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: 15;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0); }
  .header--search-is-open .header__catalog-btn {
    display: none; }
  .header--white {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); }
  .header.header-up {
    -webkit-transform: translateY(-65px);
       -moz-transform: translateY(-65px);
        -ms-transform: translateY(-65px);
         -o-transform: translateY(-65px);
            transform: translateY(-65px);
    border-bottom: 1px solid #E2EBE6; }
    .header.header-up .header__catalog-btn {
      margin-right: 12px; }
    .header.header-up .header__bar-flex {
      margin-bottom: 15px; }
      @media screen and (max-width: 480px) {
        .header.header-up .header__bar-flex {
          margin-bottom: 9px; } }
  .header .wrapper {
    position: relative; }
  .header--catalog-is-open {
    background-color: #fff; }
    .header--catalog-is-open.header-up {
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none; }
  .header__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 20px;
    padding-left: 140px; }
  .header__menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 12px; }
    .header__menu li {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .header__menu li:not(:last-child) {
      margin-right: 27px; }
    .header__menu--mobile {
      display: none;
      margin: 0;
      padding: 0; }
      .header__menu--mobile li {
        padding: 15px 30px; }
  .header__social {
    margin-right: auto;
    margin-left: auto; }
  .header__phone {
    margin-right: 27px;
    padding-left: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__phone-icon {
      width: 20px;
      height: 20px;
      margin-right: 20px; }
    .header__phone span {
      font-size: 16px;
      line-height: 20px; }
  .header__auth {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 27px;
    font-size: 16px;
    line-height: 20px; }
    .header__auth--profile {
      margin-right: 0;
      font-weight: 500;
      color: #007E40;
      margin-left: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__auth--profile .name {
        display: inline-block;
        max-width: 120px;
        overflow-x: hidden;
        white-space: nowrap; }
      .header__auth--profile .icon--arrow-down {
        margin-left: 15px; }
      .header__auth--profile.is-active .icon--arrow-down {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
    .header__auth--profile-mobile {
      font-size: 14px;
      margin-left: 0;
      color: #fff; }
  .header__logo-link {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: absolute;
    bottom: -10px;
    left: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
  .header__logo-img {
    width: 115px;
    height: 115px; }
  .header__slogan {
    font-family: "swiftextrabold_italic";
    display: none;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 45px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    font-style: italic;
    color: #00693B; }
  .header__catalog-btn {
    margin-right: 23px; }
    .header__catalog-btn .tablet {
      display: none; }
  .header__bar {
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s; }
    .header__bar-flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 5px;
      margin-bottom: 25px;
      padding-left: 140px;
      -webkit-transition: padding 0.4s;
      -o-transition: padding 0.4s;
      -moz-transition: padding 0.4s;
      transition: padding 0.4s; }
    .header__bar-search {
      margin-right: 33px;
      width: 100%; }
      .header__bar-search .input-wrap--search {
        margin-bottom: 0;
        z-index: 5; }
        .header__bar-search .input-wrap--search::after {
          display: none; }
      .header__bar-search form {
        position: relative; }
    .header__bar-status {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
    .header__bar-mobile-links {
      display: none;
      padding: 20px 15px; }
    .header__bar-heart {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 40px; }
      .header__bar-heart.notempty .quantity {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        font-size: 11px;
        line-height: 13px;
        font-weight: 600;
        top: -5px;
        right: -8px;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        color: #fff;
        background-color: #FF5454; }
    .header__bar-cart {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 15px;
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none;
      width: 149px; }
      .header__bar-cart .quantity-mobile {
        display: none; }
      .header__bar-cart.notempty .quantity-mobile {
        display: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        font-size: 11px;
        line-height: 13px;
        font-weight: 600;
        top: -5px;
        left: 15px;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        color: #fff;
        background-color: #FF5454; }
      .header__bar-cart:hover .icon--cart {
        fill: #F96232; }
      .header__bar-cart-info {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .header__bar-cart-total {
        font-size: 15px;
        line-height: 18px;
        display: none;
        font-weight: 600; }
        .header__bar-cart-total .price {
          font-size: 14px;
          line-height: 16px; }
        .header__bar-cart-total .quantity {
          display: block;
          font-size: 11px;
          line-height: 10px;
          font-weight: 400; }
      .header__bar-cart.notempty .header__bar-cart-empty {
        display: none; }
      .header__bar-cart.notempty .header__bar-cart-total {
        display: block; }
  @media screen and (min-width: 768px) {
    .header.header-up .header__logo-link {
      -webkit-transform: scale(0);
         -moz-transform: scale(0);
          -ms-transform: scale(0);
           -o-transform: scale(0);
              transform: scale(0);
      opacity: 0; }
    .header.header-up .header__catalog-btn {
      margin-left: 0; }
    .header.header-up .header__bar-flex {
      padding-left: 0; } }
  @media screen and (max-width: 1300px) {
    .header__menu li:not(:last-child) {
      margin-right: 15px; } }
  @media screen and (max-width: 1210px) {
    .header__phone span {
      font-size: 14px; }
    .header__auth {
      font-size: 12px;
      margin-right: 0; }
    .header__catalog-btn {
      margin-right: 7px; }
      .header__catalog-btn .desktop {
        display: none; }
      .header__catalog-btn .tablet {
        display: block; }
    .header__phone-icon {
      display: none; }
    .header__bar-search {
      margin-right: 20px; }
    .header__bar-cart-empty {
      font-size: 13px; }
    .header__bar-cart {
      width: 112px; }
    .header__menu li:not(:last-child) {
      margin-right: 7px; }
    .header .icon--cart {
      margin-right: 10px; } }
  @media screen and (max-width: 960px) {
    .header.header-up {
      -webkit-transform: translateY(-40px);
         -moz-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
           -o-transform: translateY(-40px);
              transform: translateY(-40px); }
    .header__phone {
      padding-left: 10px; }
      .header__phone span {
        font-size: 12px; }
    .header__auth {
      font-size: 12px; }
      .header__auth--profile-mobile {
        font-size: 14px; }
    .header__bar-flex {
      padding-left: 95px; }
    .header__inner {
      padding-left: 95px;
      padding-top: 20px;
      padding-bottom: 10px; }
    .header__logo-img {
      width: 80px;
      height: 80px; }
    .header__catalog-btn {
      max-height: 36px; } }
  @media screen and (max-width: 860px) {
    .header .link--header-menu {
      font-size: 8px; }
    .header__menu li:not(:last-child) {
      margin-right: 3px; }
    .header__phone {
      margin-right: 10px; } }
  @media screen and (max-width: 768px) {
    .header__menu {
      display: none; } }
  @media screen and (max-width: 767px) {
    .header {
      -webkit-transform: translateY(-50px);
         -moz-transform: translateY(-50px);
          -ms-transform: translateY(-50px);
           -o-transform: translateY(-50px);
              transform: translateY(-50px); }
      .header--catalog-is-open {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); }
      .header.header-up {
        -webkit-transform: translateY(-103px);
           -moz-transform: translateY(-103px);
            -ms-transform: translateY(-103px);
             -o-transform: translateY(-103px);
                transform: translateY(-103px); }
      .header__bar-flex {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding-left: 0; }
      .header__bar-search {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-right: 0;
        margin-top: 10px; }
      .header__bar-status {
        margin-left: auto; }
      .header__logo-link {
        position: initial;
        margin-right: 10px; }
      .header__logo-img {
        width: 48px;
        height: 48px; }
      .header__slogan {
        display: block; }
      .header__catalog-btn {
        height: auto;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        padding: 0;
        background-color: transparent;
        margin-right: 20px; }
        .header__catalog-btn .burger {
          margin-right: 0; }
          .header__catalog-btn .burger__line {
            background-color: #000; }
        .header__catalog-btn .tablet {
          display: none; }
        .header__catalog-btn:hover {
          background-color: transparent; } }
  @media screen and (max-width: 480px) {
    .header.header-up {
      -webkit-transform: translateY(-108px);
         -moz-transform: translateY(-108px);
          -ms-transform: translateY(-108px);
           -o-transform: translateY(-108px);
              transform: translateY(-108px); }
    .header__menu--mobile {
      display: block; }
    .header__bar-cart {
      width: auto; } }
  @media screen and (max-width: 479px) {
    .header__bar-cart-empty {
      display: none; }
    .header__bar-cart.notempty .quantity-mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .header__bar-cart-total .price {
      font-size: 12px; }
    .header__bar-cart-total .quantity {
      display: none; }
    .header__bar-cart .icon--cart {
      margin-right: 15px; }
    .header__bar-heart {
      margin-right: 23px; } }

.search-find {
  width: 97.5%;
  position: absolute;
  z-index: 4;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 90px;
  -webkit-border-radius: 0 0 24px 24px;
     -moz-border-radius: 0 0 24px 24px;
          border-radius: 0 0 24px 24px;
  margin-top: -24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); }
  .search-find__wrapper {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 6px;
    background: #fff; }
  .search-find .mCustomScrollBox {
    padding-right: 2px; }
  .search-find.show {
    visibility: visible;
    opacity: 1; }
  .search-find .results-list {
    padding-top: 15px; }
    .search-find .results-list .product {
      padding: 10px 35px; }
      .search-find .results-list .product__image {
        margin: 0 20px; }
      .search-find .results-list .product__details {
        min-width: 150px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: static;
        width: auto; }
      .search-find .results-list .product-discount {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 0; }
      .search-find .results-list .product__name {
        font-size: 14px; }
      .search-find .results-list .product::after {
        display: none; }
      .search-find .results-list .product:hover {
        border-color: #E2EBE6; }
  .search-find .page-nav {
    padding-left: 35px; }
    @media screen and (max-width: 1024px) {
      .search-find .page-nav {
        padding-left: 15px; } }
    @media screen and (max-width: 768px) {
      .search-find .page-nav {
        padding-left: 0px; } }
  @media screen and (max-width: 1210px) {
    .search-find .results-list .product {
      padding-left: 15px;
      padding-right: 15px; }
      .search-find .results-list .product__details {
        padding-right: 0;
        min-width: 120px; } }
  @media screen and (max-width: 960px) {
    .search-find {
      top: 80px; }
      .search-find .results-list .product {
        padding-right: 15px; }
        .search-find .results-list .product__image {
          margin: 0 15px 0 15px; }
        .search-find .results-list .product__details {
          padding: 0 20px 0 0;
          min-width: 105px; } }
  @media screen and (max-width: 959px) {
    .search-find .results-list .product__info {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .search-find .results-list .product__description {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .search-find {
      position: fixed;
      z-index: 6;
      left: 0;
      right: 0;
      top: 50px;
      bottom: 0;
      height: 100%;
      min-height: 100vh;
      background: #fff;
      margin-top: 0;
      padding-top: 0;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      width: 100%; }
      .search-find__wrapper {
        max-height: 100vh;
        height: -webkit-calc(100% - 50px);
        height: -moz-calc(100% - 50px);
        height: calc(100% - 50px); }
      .search-find__list {
        padding-bottom: 70px; }
      .search-find__input {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-right: 20px; }
        .search-find__input .input {
          height: 100%;
          background: transparent;
          border: 0;
          color: #fff;
          -webkit-border-radius: 0;
             -moz-border-radius: 0;
                  border-radius: 0;
          padding: 0; }
      .search-find .results-list .product {
        padding: 20px 15px; }
        .search-find .results-list .product__name {
          font-size: 13px; }
        .search-find .results-list .product__image {
          margin: 0 15px 0 15px; }
        .search-find .results-list .product-discount {
          padding-right: 20px;
          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
             -moz-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
        .search-find .results-list .product__details {
          padding: 0 15px 0 0;
          min-width: 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
  @media screen and (max-width: 480px) {
    .search-find .results-list .product__image {
      margin-left: 5px; }
    .search-find .results-list .product-discount {
      padding-right: 10px; }
    .search-find .results-list .product__actions {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .search-find .results-list .product__actions .inListEmpty {
        text-align: right; }
    .search-find .results-list .product__price {
      position: absolute;
      bottom: 30px;
      left: 80px; }
    .search-find .results-list .product__button {
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; }
    .search-find .results-list .product .amount {
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0; } }

.header-catalog {
  background: #fff;
  position: absolute;
  color: #000;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 6;
  -webkit-box-shadow: 0 15px 48px rgba(0, 0, 0, 0.09);
     -moz-box-shadow: 0 15px 48px rgba(0, 0, 0, 0.09);
          box-shadow: 0 15px 48px rgba(0, 0, 0, 0.09);
  overflow-y: auto; }
  .header-catalog.show {
    visibility: visible;
    opacity: 1; }
  .header-catalog__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .header-catalog ul {
    list-style-type: none; }
  .header-catalog .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 38px;
    padding-bottom: 38px; }
  .header-catalog__menu {
    width: 70.77%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500; }
  .header-catalog__card {
    width: 26.15%;
    padding: 290px 30px 30px 30px;
    height: 350px;
    background-color: #F0F3F1;
    background-image: url("../images/header-catalog-card-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain; }
  .header-catalog__list {
    margin-right: 20px;
    max-width: 190px; }
    .header-catalog__list ul {
      padding: 0;
      margin: 0; }
      .header-catalog__list ul li:not(:last-child) {
        margin-bottom: 30px; }
  .header-catalog__mobile {
    display: none; }
  @media screen and (max-width: 768px) {
    .header-catalog {
      height: 100vh;
      top: 0;
      bottom: 0;
      position: fixed;
      background: #E5E5E5; }
      .header-catalog .wrapper {
        padding: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .header-catalog__menu {
        width: 100%;
        padding: 13px 0 29px;
        display: none;
        background: #fff; }
      .header-catalog__list {
        margin-right: 0;
        max-width: 100%; }
        .header-catalog__list ul li {
          border-top: 0;
          padding: 11px 27px;
          margin-bottom: 0 !important; }
        .header-catalog__list ul li:last-child {
          border-bottom: 0; }
      .header-catalog__card {
        display: none; }
      .header-catalog__mobile {
        display: block;
        width: 100%; }
      .header-catalog .link--header-auth {
        font-size: 14px;
        color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0; }
        .header-catalog .link--header-auth .header__icon {
          display: block;
          margin-right: 20px; }
      .header-catalog .burger {
        margin: 0;
        cursor: pointer; }
        .header-catalog .burger__line:first-child {
          -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          top: 5px; }
        .header-catalog .burger__line:nth-child(2) {
          opacity: 0; }
        .header-catalog .burger__line:last-child {
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg);
          bottom: 5px; }
      .header-catalog__button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        cursor: pointer;
        padding: 21px 27px 20px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.01em;
        cursor: pointer;
        border-bottom: 1px solid #D9D9D9;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s; }
        .header-catalog__button:hover {
          color: #007E40; }
        .header-catalog__button .icon--arrow-down {
          color: #007E40; }
        .header-catalog__button.is-active .icon--arrow-down {
          -webkit-transform: rotate(180deg);
             -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .header-catalog .header__phone {
        padding: 27px 27px;
        margin: 0;
        border-bottom: 1px solid #D9D9D9; }
        .header-catalog .header__phone span {
          font-size: 16px;
          line-height: 1.25;
          font-weight: bold; }
        .header-catalog .header__phone-icon {
          display: block;
          width: 15px;
          height: 15px; } }

@media screen and (max-width: 768px) {
  .header--search-is-open {
    bottom: 0; }
  .header.header-up.header--catalog-is-open {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  .header.header-up.header--search-is-open {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  .header__menu--mobile {
    display: block;
    width: 100%;
    padding-top: 14px; }
    .header__menu--mobile li {
      padding: 15px 27px;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0.01em;
      cursor: pointer; }
      .header__menu--mobile li a {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        -moz-transition: 0.4s;
        transition: 0.4s; }
        .header__menu--mobile li a:hover,
        .header__menu--mobile li a a.is-current {
          color: #007E40; } }

.header-mobile__top {
  display: none; }
  @media screen and (max-width: 768px) {
    .header-mobile__top {
      background: #00693B;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 44px;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 0 0 27px; } }

.overlay {
  display: none;
  z-index: 4;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
  width: 100vw;
  height: 110vh; }
  .overlay.is-active {
    display: block; }

.overlay-tooltip {
  display: none;
  z-index: 16;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
  width: 100vw;
  height: 110vh; }
  .overlay-tooltip.is-active {
    display: block; }

.header--search-is-open .overlay {
  display: block; }

.footer {
  font-size: 12px;
  font-weight: 400;
  background: url("../images/footer-bg.png") 50% 0 no-repeat;
  border-top: 1px solid #E4E9E6;
  position: relative;
  z-index: 3; }
  .footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .footer__content {
    padding-top: 70px;
    padding-bottom: 60px; }
  .footer__contacts {
    line-height: 24px;
    margin-right: 50px;
    padding-top: 5px; }
    .footer__contacts-copywrite {
      display: block;
      margin-bottom: 27px; }
    .footer__contacts-phone {
      display: block;
      font-size: 14px;
      font-weight: 600; }
    .footer__contacts-email {
      margin-bottom: 30px; }
    .footer__contacts-address {
      display: none;
      max-width: 160px;
      line-height: 18px; }
  .footer__menu {
    list-style: none;
    margin: 5px auto 0 auto;
    padding: 0 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 290px; }
    .footer__menu-item {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 110px;
      margin-bottom: 25px; }
  .footer__info {
    font-size: 12px;
    line-height: 40px;
    max-width: 420px;
    margin-right: 50px;
    padding-top: 5px; }
    .footer__info-item {
      display: block;
      margin-bottom: 25px; }
  .footer__payments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 13px 0 0 0;
    list-style: none; }
    .footer__payments-item:not(:last-child) {
      margin-right: 28px; }
  .footer__links {
    text-align: right;
    line-height: 30px; }
    .footer__links .footer__social {
      margin-bottom: 30px; }
    .footer__links .social__list {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .footer__links-item--offer {
      display: inline-block;
      margin-bottom: 17px; }
    .footer__links-item--agreement {
      margin-bottom: 30px;
      display: block; }
  @media screen and (max-width: 1209px) {
    .footer__menu-item {
      margin-bottom: 10px; } }
  @media screen and (max-width: 960px) {
    .footer__menu {
      display: none; }
    .footer__contacts {
      min-width: 150px; }
      .footer__contacts-address {
        display: block; } }
  @media screen and (max-width: 768px) {
    .footer {
      font-size: 11px;
      background: none;
      border-top: none; }
      .footer .wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .footer__content {
        padding-bottom: 50px;
        padding-top: 35px; }
      .footer__contacts {
        margin-right: 10px; }
      .footer__info {
        max-width: 240px;
        margin-right: 10px; }
        .footer__info-item {
          margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .footer .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .footer__content {
      padding-top: 40px;
      padding-bottom: 70px; }
    .footer__contacts {
      margin-right: 0;
      padding-top: 0;
      text-align: center; }
      .footer__contacts-copywrite {
        font-size: 11px; }
      .footer__contacts-address {
        display: none; }
    .footer__menu {
      display: none; }
    .footer__info {
      margin-right: 0;
      font-size: 11px;
      line-height: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer__info-item {
        margin-bottom: 20px;
        line-height: 20px; }
    .footer__payments {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
         -moz-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 15px;
      padding-top: 10px; }
    .footer__links {
      padding-top: 10px;
      text-align: center; }
      .footer__links .social__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media screen and (max-width: 320px) {
    .footer__info {
      padding-left: 30px;
      padding-right: 30px; } }

.main-page h2 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.main-page__top {
  text-align: center;
  padding-top: 470px;
  padding-bottom: 100px;
  width: 100%;
  margin-bottom: 75px;
  background: url("../images/main-top-bg.jpg") top center no-repeat; }
  .main-page__top-title {
    display: block;
    margin-bottom: 40px;
    position: relative; }
    .main-page__top-title::after {
      content: "";
      display: block;
      width: 100%;
      height: 11px;
      position: absolute;
      bottom: -20px;
      background: url("../images/green-line.png") no-repeat center center; }
  .main-page__top-text {
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #0A6433;
    font-style: italic; }
  @media screen and (max-width: 960px) {
    .main-page__top {
      -webkit-background-size: 1350px 1350px;
         -moz-background-size: 1350px;
              background-size: 1350px;
      padding-top: 340px;
      padding-bottom: 70px;
      margin-bottom: 25px; }
      .main-page__top-title {
        font-size: 43px;
        margin-bottom: 30px; }
        .main-page__top-title::after {
          background: url("../images/green-line-tablet.png") no-repeat center center; }
      .main-page__top-text {
        font-size: 13px;
        margin-bottom: 27px; }
      .main-page__top-btn {
        height: 30px;
        padding-left: 10px;
        padding-right: 10px; } }
  @media screen and (max-width: 480px) {
    .main-page__top {
      background: url("../images/main-top-bg-mobile.jpg") center 35% no-repeat;
      padding-top: 300px;
      padding-bottom: 50px;
      -webkit-background-size: 480px 480px;
         -moz-background-size: 480px;
              background-size: 480px; }
      .main-page__top-title {
        font-size: 25px;
        margin-bottom: 5px; }
        .main-page__top-title::after {
          background: url("../images/green-line-mobile.png") no-repeat center center;
          bottom: -10px; }
      .main-page__top-text {
        font-size: 9px;
        margin-bottom: 17px; } }

.main-page__promo {
  margin-bottom: 100px; }
  .main-page__promo-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px; }
    .main-page__promo-header h2 {
      margin-bottom: 0;
      letter-spacing: -0.01em; }
  .main-page__promo-slider .swiper-container {
    overflow: visible; }
    @media screen and (max-width: 1023px) {
      .main-page__promo-slider .swiper-container {
        width: 640px;
        margin-left: 0; } }
    @media screen and (max-width: 680px) {
      .main-page__promo-slider .swiper-container {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .main-page__promo {
      margin-bottom: 50px; } }
  @media screen and (max-width: 480px) {
    .main-page__promo-header {
      margin-bottom: 15px; }
    .main-page__promo h2 {
      max-width: 80%;
      line-height: 22px; }
    .main-page__promo .gray-line {
      display: none; }
    .main-page__promo .slider__nav {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; } }

.main-page__new-products {
  margin-bottom: 20px; }
  .main-page__new-products h2 {
    margin-bottom: 0; }
  .main-page__new-products-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
  .main-page__new-products-list {
    display: none; }
    .main-page__new-products-list .catalog__item:last-child {
      display: none; }
  .main-page__new-products-slider {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .main-page__new-products {
      margin-bottom: 50px; }
      .main-page__new-products-list {
        display: block; }
        .main-page__new-products-list .catalog__item:last-child {
          display: none; }
      .main-page__new-products-slider {
        display: none; }
      .main-page__new-products .gray-line {
        margin-left: 20px;
        margin-right: 20px; }
      .main-page__new-products-header {
        margin-bottom: 20px; }
        .main-page__new-products-header a span {
          margin-right: 5px; } }
  @media screen and (max-width: 750px) {
    .main-page__new-products-list .catalog__item:nth-child(5) {
      display: none; } }
  @media screen and (max-width: 600px) {
    .main-page__new-products-list .catalog__item:nth-child(5) {
      display: block; }
    .main-page__new-products-list .catalog__item:last-child {
      display: block; } }
  @media screen and (max-width: 480px) {
    .main-page__new-products-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main-page__new-products-list .catalog__item {
        width: 50%; }
      .main-page__new-products-list .catalog__item:last-child {
        display: block; }
    .main-page__new-products .product {
      padding-bottom: 65px; } }

.main-page__popular-products {
  margin-bottom: 120px; }
  .main-page__popular-products-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
    .main-page__popular-products-header .gray-line {
      margin-right: 0; }
  .main-page__popular-products h2, .main-page__popular-products h3, .main-page__popular-products small {
    margin-bottom: 0;
    position: relative;
    z-index: 3; }
  .main-page__popular-products h3 {
    font-size: 18px;
    line-height: 20px; }
  .main-page__popular-products .card {
    position: relative;
    background-color: #F0F3F1;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 30px 30px 30px;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .main-page__popular-products .card:hover {
      background-color: #FFE7B7; }
    @media screen and (max-width: 1300px) {
      .main-page__popular-products .card {
        -webkit-background-size: contain;
           -moz-background-size: contain;
                background-size: contain;
        background-position: 100% 0%; } }
  .main-page__popular-products .card[data-category="peppers"] {
    background-image: url("../images/перцы.png"); }
  .main-page__popular-products .card[data-category="flavorings"] {
    background-image: url("../images/приправы.png"); }
  .main-page__popular-products .card[data-category="herbs"] {
    background-image: url("../images/травы.png"); }
  .main-page__popular-products .card[data-category="spices"] {
    background-image: url("../images/специи.png"); }
  .main-page__popular-products .card[data-category="recipes"] {
    background-image: url("../images/готовые_рецепты.png"); }
  .main-page__popular-products .card[data-category="spices-in-mills"] {
    background-image: url("../images/мельницы.png"); }
  .main-page__popular-products .card[data-category="sea-salt"] {
    background-image: url("../images/соли.png"); }
  .main-page__popular-products .card[data-category="cookery"] {
    background-image: url("../images/сладкие_блюда.png"); }
  .main-page__popular-products .card[data-category="spices"] {
    width: 48.44%; }
  .main-page__popular-products .card[data-category="spices-in-mills"] {
    position: relative;
    width: 49.23%; }
  .main-page__popular-products .top-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .main-page__popular-products .top-row .columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 49.23%;
      margin-right: 20px; }
    .main-page__popular-products .top-row .left-column {
      width: 48.44%;
      margin-right: 20px; }
      .main-page__popular-products .top-row .left-column .card {
        height: 140px; }
      .main-page__popular-products .top-row .left-column .card:first-child {
        margin-bottom: 20px; }
  .main-page__popular-products .bottom-row {
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .main-page__popular-products .bottom-row .card:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .main-page__popular-products {
      margin-bottom: 50px; }
      .main-page__popular-products-header {
        margin-bottom: 25px; }
      .main-page__popular-products h2 {
        letter-spacing: -0.4px; }
      .main-page__popular-products h3 {
        font-size: 13px; }
      .main-page__popular-products .card {
        padding: 20px 20px 15px 20px;
        -webkit-background-size: contain;
           -moz-background-size: contain;
                background-size: contain; }
      .main-page__popular-products .card[data-category="spices"] {
        width: 100%;
        height: 140px; }
      .main-page__popular-products .card[data-category="spices-in-mills"] {
        height: 284px; }
      .main-page__popular-products .bottom-row .card:not(:last-child) {
        margin-right: 4px; }
      .main-page__popular-products .top-row {
        margin-bottom: 4px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .main-page__popular-products .top-row .columns {
          width: 49.72%;
          margin-right: 4px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .main-page__popular-products .top-row .left-column {
          margin-right: 4px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
          .main-page__popular-products .top-row .left-column .card:first-child {
            margin-bottom: 4px;
            margin-right: 4px; } }
  @media screen and (max-width: 480px) {
    .main-page__popular-products {
      margin-bottom: 35px; }
      .main-page__popular-products .card[data-category="spices-in-mills"] {
        width: 100%;
        height: 140px;
        margin-top: 4px; }
      .main-page__popular-products .top-row {
        height: auto;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .main-page__popular-products .top-row .columns {
          width: 100%;
          margin-right: 0px; }
      .main-page__popular-products .bottom-row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        height: auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .main-page__popular-products .bottom-row .card {
          height: 140px;
          width: -webkit-calc(50% - 2px);
          width: -moz-calc(50% - 2px);
          width: calc(50% - 2px);
          margin-bottom: 4px; }
          .main-page__popular-products .bottom-row .card:nth-child(1), .main-page__popular-products .bottom-row .card:nth-child(3) {
            margin-right: 4px; }
          .main-page__popular-products .bottom-row .card:nth-child(2), .main-page__popular-products .bottom-row .card:nth-child(4) {
            margin-right: 0px; } }

.main-page__info {
  margin-bottom: 100px; }
  .main-page__info-production {
    background-color: #F0F3F1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    padding: 30px 100px 50px 85px; }
    .main-page__info-production .text {
      width: 46%;
      padding: 85px 30px 0 0;
      margin-right: 4%; }
      .main-page__info-production .text p {
        max-width: 475px;
        line-height: 25px; }
    .main-page__info-production .image {
      width: 50%;
      background-image: url("../images/production-main-bg.jpg");
      background-repeat: no-repeat;
      background-position: 100% 100%;
      position: relative; }
      .main-page__info-production .image img {
        border-top: 15px solid #fff;
        border-right: 15px solid #fff;
        position: absolute;
        left: 0;
        bottom: 0; }
  .main-page__info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-page__info-recipes {
    background-color: #F0F3F1;
    background-image: url("../images/recipes-main-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    padding: 83px;
    margin-right: 20px; }
    .main-page__info-recipes h2 {
      margin-bottom: 100px;
      max-width: 160px; }
  .main-page__info-spices {
    width: 100%;
    padding: 80px;
    background-color: #F0F3F1;
    background-image: url("../images/spices-main-bg.jpg");
    background-repeat: no-repeat;
    background-position: right; }
    .main-page__info-spices h2 {
      margin-bottom: 100px;
      max-width: 150px; }
  @media screen and (max-width: 960px) {
    .main-page__info-recipes {
      -webkit-background-size: contain;
         -moz-background-size: contain;
              background-size: contain; }
      .main-page__info-recipes h2 {
        font-size: 15px;
        line-height: 18px;
        max-width: 100px; }
    .main-page__info-spices {
      -webkit-background-size: contain;
         -moz-background-size: contain;
              background-size: contain; }
      .main-page__info-spices h2 {
        font-size: 15px;
        line-height: 18px;
        max-width: 70px; } }
  @media screen and (max-width: 959px) {
    .main-page__info .wrapper {
      padding-left: 0;
      padding-right: 0; }
    .main-page__info-production .text {
      padding-top: 40px;
      padding-right: 15px; }
    .main-page__info-production .image {
      background-position: 50% 0; }
      .main-page__info-production .image img {
        left: 50%;
        bottom: -30%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        border-left: 15px solid #fff; } }
  @media screen and (max-width: 768px) {
    .main-page__info {
      margin-bottom: 50px; }
      .main-page__info-production {
        margin-bottom: 4px; } }
  @media screen and (max-width: 767px) {
    .main-page__info-production {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .main-page__info-production .text {
        width: 100%;
        max-width: 100%; }
        .main-page__info-production .text p {
          max-width: 100%; }
      .main-page__info-production .image {
        width: 100%;
        height: 300px; }
        .main-page__info-production .image img {
          bottom: -20%; } }
  @media screen and (max-width: 480px) {
    .main-page__info-production {
      padding-bottom: 0; }
      .main-page__info-production .text {
        padding-top: 5px;
        padding-left: 10px; }
      .main-page__info-production .image {
        -webkit-background-size: contain;
           -moz-background-size: contain;
                background-size: contain; }
        .main-page__info-production .image img {
          bottom: 10%; }
    .main-page__info-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .main-page__info-recipes {
      padding: 30px;
      height: 140px;
      margin-bottom: 4px; }
      .main-page__info-recipes h2 {
        margin-bottom: 30px; }
      .main-page__info-recipes a span {
        margin-right: 5px; }
    .main-page__info-spices {
      padding: 30px;
      height: 140px; }
      .main-page__info-spices h2 {
        margin-bottom: 30px; }
      .main-page__info-spices a span {
        margin-right: 5px; } }
  @media screen and (max-width: 960px) and (min-width: 480px) {
    .main-page__info-production {
      padding: 40px 45px 130px 45px; }
    .main-page__info-recipes {
      padding: 35px;
      height: 165px; }
      .main-page__info-recipes h2 {
        margin-bottom: 50px; }
    .main-page__info-spices {
      padding: 35px;
      height: 165px; }
      .main-page__info-spices h2 {
        margin-bottom: 50px; } }

.main-page__news {
  margin-bottom: 110px; }
  .main-page__news-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
    .main-page__news-header h2 {
      margin-bottom: 0; }
  @media screen and (max-width: 479px) {
    .main-page__news .gray-line {
      margin-left: 20px;
      margin-right: 20px; } }
  @media screen and (max-width: 768px) {
    .main-page__news {
      margin-bottom: 50px; }
      .main-page__news .gray-line {
        margin-left: 20px;
        margin-right: 20px; }
      .main-page__news-header {
        margin-bottom: 20px; } }

.main-page__instagram {
  margin-bottom: 85px; }
  .main-page__instagram-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-page__instagram-header h2 {
      margin-bottom: 0; }
  .main-page__instagram-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main-page__instagram-link {
    width: 18.77%;
    overflow: hidden; }
    .main-page__instagram-link img {
      display: block;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .main-page__instagram-link:hover img {
      -webkit-transform: scale(1.03) rotate(1deg);
         -moz-transform: scale(1.03) rotate(1deg);
          -ms-transform: scale(1.03) rotate(1deg);
           -o-transform: scale(1.03) rotate(1deg);
              transform: scale(1.03) rotate(1deg); }
  @media screen and (max-width: 768px) {
    .main-page__instagram {
      margin-bottom: 45px; }
      .main-page__instagram-header {
        margin-bottom: 25px; }
      .main-page__instagram .gray-line {
        margin-left: 20px;
        margin-right: 20px; } }
  @media screen and (max-width: 480px) {
    .main-page__instagram .gray-line {
      margin-left: 20px;
      margin-right: 20px; }
    .main-page__instagram-header a span {
      margin-right: 5px; }
    .main-page__instagram-content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .main-page__instagram-link {
      width: 48.28%;
      margin-bottom: 7px; }
      .main-page__instagram-link:last-child {
        display: none; } }

.main-page__subscribe label.error {
  position: absolute;
  right: 0; }

.main-page__subscribe .inner {
  background-color: #F0F3F1;
  padding: 50px 70px;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main-page__subscribe-content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 120px; }

.main-page__subscribe-title {
  letter-spacing: -0.3px;
  margin-bottom: 17px; }

.main-page__subscribe-text {
  font-size: 14px;
  line-height: 20px;
  max-width: 360px;
  margin-bottom: 0; }

.main-page__subscribe-form {
  width: 100%;
  height: 65px; }

.main-page__subscribe__top {
  display: none; }

.main-page__subscribe__promo {
  padding-top: 180px; }

@media screen and (max-width: 1210px) {
  .main-page__subscribe .inner {
    padding-left: 20px;
    padding-right: 20px; }
  .main-page__subscribe-content {
    margin-right: 65px; }
  .main-page__subscribe-text {
    max-width: 230px; } }

@media screen and (max-width: 768px) {
  .main-page__subscribe .wrapper {
    padding-left: 0;
    padding-right: 0; }
  .main-page__subscribe .inner {
    padding: 45px 20px;
    margin-bottom: 0; }
  .main-page__subscribe-content {
    max-width: 230px;
    margin-right: 60px; }
  .main-page__subscribe-title {
    font-size: 16px; }
  .main-page__subscribe-text {
    font-size: 11px; }
  .main-page__subscribe-form {
    height: 42px; } }

@media screen and (max-width: 670px) {
  .main-page__subscribe .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0; }
  .main-page__subscribe-content {
    margin-right: 0;
    margin-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .main-page__subscribe .inner {
    padding: 30px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0; }
  .main-page__subscribe-title {
    margin-bottom: 13px; } }

@media screen and (max-width: 960px) {
  .buy-page .slider__slide--promo span {
    margin-bottom: 35px; } }

@media screen and (max-width: 768px) {
  .buy-page .slider__slide--promo {
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover; } }

@media screen and (max-width: 480px) {
  .buy-page .slider__slide--promo {
    width: 100% !important; }
    .buy-page .slider__slide--promo span {
      margin-bottom: 45px; } }

.catalog-page .sorting {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }

.catalog-page--recipes .sorting {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.catalog-page__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.catalog-page__aside {
  width: 255px;
  min-width: 255px;
  padding-right: 45px;
  padding-bottom: 40px; }

.catalog-page__center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.catalog-page__sorting {
  margin-bottom: 29px; }

@media screen and (min-width: 769px) {
  .catalog-page .catalog--tile .product:not(:hover) .product__actions {
    opacity: 0; } }

@media screen and (max-width: 960px) {
  .catalog-page .page-title {
    margin-bottom: 20px; }
  .catalog-page__content {
    display: block; }
  .catalog-page__aside {
    width: 0;
    min-width: 0;
    padding-right: 0; } }

@media screen and (max-width: 768px) {
  .catalog-page__sorting {
    margin-bottom: 24px; }
  .catalog-page__seen {
    background: #F0F3F1;
    padding: 27px 20px 0;
    margin: 0 -20px; } }

@media screen and (max-width: 768px) {
  .catalog-page__seen {
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 768px) {
  .catalog-page__seen .gray-line {
    margin-right: 0; }
  .catalog-page__seen .slider__nav--mobile {
    display: none; } }

.product-page__recipes {
  padding: 90px 0 102px;
  background: #F0F3F1; }

.product-page__products {
  padding-top: 90px; }

@media screen and (max-width: 768px) {
  .product-page__products {
    padding-top: 45px; }
  .product-page__recipes {
    padding: 32px 0 36px; } }

@media screen and (min-width: 768px) {
  .product-page__products .gray-line {
    margin-right: 0; }
  .product-page__products .slider__nav--mobile {
    display: none; } }

@media screen and (max-width: 480px) {
  .product-page {
    padding-top: 0; }
    .product-page__products {
      padding-top: 35px; }
      .product-page__products .seen {
        padding-bottom: 15px; }
    .product-page .product-discount {
      padding-right: 5px; }
      .product-page .product-discount__price {
        margin-right: 20px; }
    .product-page .product-quantity {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .product-page .product__actions {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .product-page .product__click {
      margin-left: auto; }
    .product-page .product-card {
      padding-bottom: 35px; }
      .product-page .product-card__details {
        max-width: 245px;
        margin-left: 0; } }

.error-page {
  height: 100vh;
  width: 100vw;
  background-color: black;
  background-image: url("../images/404-bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat; }
  .error-page__button {
    width: 170px;
    position: absolute;
    left: 50%;
    bottom: 23.5%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media screen and (max-width: 480px) {
    .error-page {
      background-image: url("../images/404-bg-mobile.jpg");
      -webkit-background-size: 100% 100%;
         -moz-background-size: 100%;
              background-size: 100%; } }

.basket-page {
  padding-top: 65px;
  position: relative; }
  .basket-page--delivery {
    padding-top: 0px; }
  .basket-page__row {
    width: -webkit-calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: calc(100% - 370px);
    position: relative;
    z-index: 3; }
  .basket-page__aside {
    width: 369px;
    min-width: 369px; }
    .basket-page__aside--fixed {
      margin: 0 0 0 auto; }
  .basket-page__main {
    width: 100%;
    padding-right: 64px; }
    .basket-page__main .basket-list {
      min-height: 300px; }
    @media screen and (max-width: 768px) {
      .basket-page__main .basket-list {
        min-height: 0px !important;
        margin-bottom: 20px; } }
  .basket-page__revise {
    padding-bottom: 39px; }
  .basket-page__order {
    padding: 0px 0px 40px; }
    .basket-page__order .page-title {
      max-width: 450px; }
    .basket-page__order .tabs-menu {
      max-width: 450px; }
    .basket-page__order .link--underline::after {
      bottom: -2px; }
  .basket-page--order .page-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .basket-page--order .page-title__link {
      margin-bottom: 25px; }
  .basket-page--order .basket-page__order {
    padding: 0; }
  .basket-page-fixed {
    width: 100%;
    position: absolute;
    top: 151px;
    left: 0px;
    z-index: 2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .basket-page-fixed.fixed {
      position: fixed;
      top: 95px; }
    .basket-page-fixed.fixed-up {
      top: 170px; }
    .basket-page-fixed.fixed-down {
      top: auto;
      bottom: 350px; }
    @media screen and (max-width: 700px) {
      .basket-page-fixed {
        width: 100%;
        overflow-y: hidden;
        max-height: none; } }
    @media screen and (max-width: 700px) {
      .basket-page-fixed {
        position: static; }
        .basket-page-fixed.fixed {
          position: static; } }
  .basket-page-fixed-bottom {
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .basket-page-fixed-bottom.fixed {
      position: fixed;
      top: 400px; }
    .basket-page-fixed-bottom.fixed-up {
      top: 475px; }
      .basket-page-fixed-bottom.fixed-up .basket-page__aside--bottom {
        max-height: -webkit-calc(100vh - 485px);
        max-height: -moz-calc(100vh - 485px);
        max-height: calc(100vh - 485px); }
    .basket-page-fixed-bottom.fixed-down {
      position: absolute;
      top: auto;
      bottom: 10px; }
      .basket-page-fixed-bottom.fixed-down .basket-page__aside--bottom {
        max-height: none; }
    @media screen and (max-width: 700px) {
      .basket-page-fixed-bottom {
        position: static; }
        .basket-page-fixed-bottom.fixed {
          position: static; }
        .basket-page-fixed-bottom .basket-page__aside--bottom {
          max-height: none !important; } }
  .basket-page .tabs-menu,
  .basket-page .page-title {
    position: relative;
    z-index: 3; }
  @media screen and (max-width: 960px) {
    .basket-page__aside {
      width: 230px;
      min-width: 230px; }
    .basket-page__row {
      width: -webkit-calc(100% - 230px);
      width: -moz-calc(100% - 230px);
      width: calc(100% - 230px); } }
  @media screen and (max-width: 768px) {
    .basket-page__order {
      padding-bottom: 0; }
      .basket-page__order .basket-total {
        margin-top: -95px; }
      .basket-page__order .page-title {
        margin-bottom: 27px; }
    .basket-page__revise {
      padding-bottom: 0; }
    .basket-page-fixed {
      top: 107px; } }
  @media screen and (max-width: 700px) {
    .basket-page--order .basket-page__order {
      display: block; }
      .basket-page--order .basket-page__order .basket-total {
        margin-top: 0; }
    .basket-page__row {
      display: block;
      width: 100%; }
    .basket-page__aside {
      width: 100%;
      min-width: 100%; }
    .basket-page__main {
      padding-right: 0; }
    .basket-page-fixed .wrapper, .basket-page-fixed-bottom .wrapper {
      padding: 0; }
    .basket-page-fixed .basket-total, .basket-page-fixed-bottom .basket-total {
      margin: 0px; } }
  @media screen and (max-width: 480px) {
    .basket-page__order .basket-total {
      margin-top: 0; } }

.recipe-page {
  padding-top: 0; }
  .recipe-page-top {
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center; }
    .recipe-page-top__img {
      margin-bottom: 40px;
      min-height: 360px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 700px) {
        .recipe-page-top__img {
          min-height: 40vw; } }
    .recipe-page-top__content {
      min-height: 500px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 21px 0 54px; }
    .recipe-page-top__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .recipe-page-top .recipe-preview {
      height: auto;
      background: transparent;
      padding: 10px 0;
      -webkit-border-radius: 10px;
         -moz-border-radius: 10px;
              border-radius: 10px;
      border: 0;
      display: block;
      min-height: 0; }
      .recipe-page-top .recipe-preview-list {
        margin-bottom: 13px;
        opacity: 1; }
        .recipe-page-top .recipe-preview-list__item:not(:last-child) {
          margin-right: 48px; }
        .recipe-page-top .recipe-preview-list__text {
          font-size: 14px;
          font-weight: 600; }
        .recipe-page-top .recipe-preview-list__icon {
          margin-right: 9px; }
      .recipe-page-top .recipe-preview__title {
        font-size: 38px;
        letter-spacing: -0.3px;
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
        text-align: left; }
      .recipe-page-top .recipe-preview:hover::after {
        opacity: 0; }
    .recipe-page-top .breadcrumbs {
      color: #333333;
      margin-top: 19px;
      margin-bottom: 19px; }
    .recipe-page-top__actions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 -5px; }
    .recipe-page-top__button {
      padding: 0 5px; }
      .recipe-page-top__button .link {
        color: #000;
        border-color: #E2EBE6; }
        .recipe-page-top__button .link:hover {
          background-color: #E4E9E6; }
  .recipe-page__main {
    padding: 43px 0 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .recipe-page__aside {
    width: 37%;
    min-width: 37%;
    padding-right: 43px; }
  .recipe-page__center {
    width: 63%;
    min-width: 63%;
    padding-left: 49px; }
  .recipe-page__recipes {
    padding-bottom: 70px; }
  .recipe-page-slogan {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    .recipe-page-slogan .h1--decor {
      font-size: 40px;
      margin-left: 25px;
      margin-bottom: 3px; }
      .recipe-page-slogan .h1--decor:after {
        height: 3px;
        bottom: -6px;
        background: #0E6637; }
    @media print {
      .recipe-page-slogan {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .recipe-page-slogan .main-page__top-title {
          color: #00693B;
          font-weight: 600;
          font-size: 36px;
          font-style: italic;
          margin-left: 25px;
          line-height: 1;
          margin-bottom: 17px; } }
  @media screen and (max-width: 1210px) {
    .recipe-page__aside {
      padding-right: 10px; }
    .recipe-page__center {
      padding-left: 10px; } }
  @media screen and (max-width: 960px) {
    .recipe-page__aside {
      width: 41%;
      min-width: 41%; }
    .recipe-page__center {
      width: 59%;
      min-width: 59%; } }
  @media screen and (max-width: 768px) {
    .recipe-page__recipes {
      padding-bottom: 20px; }
    .recipe-page-top__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .recipe-page-top .soc__wrapper {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .recipe-page-top__content {
      min-height: 361px;
      padding: 21px 0 30px; }
    .recipe-page-top__img {
      margin-bottom: 25px; }
    .recipe-page-top .recipe-preview {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .recipe-page-top .recipe-preview-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%; }
        .recipe-page-top .recipe-preview-list__text {
          font-size: 11px; }
        .recipe-page-top .recipe-preview-list__icon {
          margin-right: 7px; }
        .recipe-page-top .recipe-preview-list__item:not(:last-child) {
          margin: 0 19px 0 0; }
      .recipe-page-top .recipe-preview__title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 0; }
    .recipe-page-top__actions {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .recipe-page__aside {
      padding-right: 5px; }
    .recipe-page__center {
      padding-left: 5px; }
    .recipe-page__main {
      padding: 18px 0 0; } }
  @media screen and (max-width: 480px) {
    .recipe-page__recipes {
      padding-bottom: 0; }
    .recipe-page-top__info {
      display: block; }
    .recipe-page-top__button {
      text-align: left; }
    .recipe-page-top__content {
      padding-top: 10px; }
    .recipe-page__main .product__title {
      font-size: 13px; } }
  @media screen and (max-width: 700px) {
    .recipe-page__main {
      display: block; }
    .recipe-page__aside {
      width: 100%;
      min-width: 100%;
      padding: 0;
      margin-bottom: 26px; }
    .recipe-page__center {
      width: 100%;
      min-width: 100%;
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .recipe-page-top__actions {
      display: block;
      text-align: left; }
    .recipe-page-top__button:first-child {
      margin-bottom: 10px; } }

.action-page.page-inside {
  padding-top: 0;
  border-top: none; }

.action-page__top {
  padding-top: 20px;
  border-top: 1px solid #E2EBE6;
  border-bottom: 1px solid #E2EBE6; }
  .action-page__top .breadcrumbs {
    margin-bottom: 18px;
    color: #333333; }

.action-page__top-image {
  display: block;
  margin: 0 auto;
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (max-width: 700px) {
    .action-page__top-image {
      min-height: 40vw; } }

.action-page__advert {
  padding: 70px 0 45px; }
  .action-page__advert .h2 {
    color: #000;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 32px;
    letter-spacing: -0.01em; }
  .action-page__advert p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px; }

.action-page__text {
  max-width: 940px;
  margin: auto; }
  .action-page__text img {
    padding: 10px 0; }

.action-page__list {
  max-width: 940px;
  margin: auto;
  padding: 60px 0 100px; }
  .action-page__list .h2 {
    margin-bottom: 35px; }
  .action-page__list .product__name {
    font-size: 14px; }

@media screen and (max-width: 768px) {
  .action-page__advert {
    padding: 40px 0 20px; }
    .action-page__advert p {
      margin-bottom: 20px; }
    .action-page__advert .h2 {
      font-size: 28px; }
  .action-page__list {
    padding: 40px 0; }
    .action-page__list .product__name {
      font-size: 13px; }
    .action-page__list .product__details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.buy-page .page-title {
  padding-left: 5px; }

.buy-page__select {
  margin-bottom: 50px;
  max-width: 430px;
  padding-left: 5px;
  padding-right: 5px; }

.buy-page__buy {
  margin-bottom: 100px; }

.buy-page__buy-online {
  margin-bottom: 170px; }
  .buy-page__buy-online-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px; }
    .buy-page__buy-online-header h2 {
      margin-bottom: 0;
      letter-spacing: -0.01em;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }

@media screen and (max-width: 960px) {
  .buy-page__buy {
    margin-bottom: 50px; }
  .buy-page__buy-online {
    margin-bottom: 50px; } }

@media screen and (max-width: 480px) {
  .buy-page .gray-line {
    margin-left: 20px;
    margin-right: 20px; }
  .buy-page__buy {
    margin-bottom: 50px; }
  .buy-page__buy-online {
    margin-bottom: 10px; } }

.articles-page .page-title {
  margin-bottom: 60px; }

.articles-page__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.articles-page__aside {
  width: 200px;
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.articles-page__center {
  width: 100%; }

@media screen and (max-width: 1209px) and (min-width: 768px) {
  .articles-page__aside {
    width: 160px; } }

@media screen and (max-width: 767px) {
  .articles-page .page-title {
    margin-bottom: 20px; }
  .articles-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .articles-page__aside {
    width: 100%;
    margin-right: 0; } }

.article-preview__image {
  overflow: hidden;
  position: relative;
  z-index: -1; }
  .article-preview__image img {
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s; }

.article-preview__body {
  padding: 35px 40px 50px; }

.article-preview__title {
  font-size: 18px;
  line-height: 21px; }

.article-preview__text {
  display: block;
  margin-bottom: 20px;
  line-height: 20px; }

.article-preview__date {
  display: block;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  bottom: 30px; }

@media screen and (max-width: 1209px) and (min-width: 480px) {
  .article-preview__body {
    padding: 30px 25px 45px; }
  .article-preview__title {
    font-size: 16px; }
  .article-preview__text {
    font-size: 12px; } }

@media screen and (max-width: 479px) {
  .article-preview__body {
    padding: 30px 15px 45px; }
  .article-preview__title {
    font-size: 14px; }
  .article-preview__text {
    font-size: 11px; } }

.contacts-page__map {
  min-height: 500px;
  margin-bottom: 60px; }
  .contacts-page__map .map {
    height: 500px; }

.contacts-page__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
  padding: 0 50px; }

.contacts-page__column {
  margin-right: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.contacts-page .column__title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 35px; }

.contacts-page .column__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.contacts-page .column__item {
  margin-bottom: 30px; }
  .contacts-page .column__item small {
    display: block;
    max-width: 200px;
    color: #bdbdbd;
    font-style: italic;
    padding-top: 20px; }

.contacts-page .column__subtitle {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px; }

.contacts-page .column__contact {
  max-width: 200px;
  line-height: 20px; }

.contacts-page__feedback-form {
  max-width: 360px; }

.contacts-page .feedback-form .input-wrap {
  margin-bottom: 10px; }

.contacts-page .feedback-form__title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px; }

.contacts-page .feedback-form__agreement {
  margin-bottom: 30px; }
  .contacts-page .feedback-form__agreement .checkbox__text {
    display: inline-block; }

@media screen and (max-width: 959px) {
  .contacts-page__info {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 959px) and (min-width: 768px) {
  .contacts-page__column {
    margin-right: 20px; } }

@media screen and (max-width: 767px) {
  .contacts-page__info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin-bottom: 40px; }
  .contacts-page__column {
    margin-bottom: 40px;
    margin-right: 0; }
  .contacts-page__map {
    min-height: 300px; }
    .contacts-page__map .map {
      height: 300px; } }

@media screen and (max-width: 479px) {
  .contacts-page__info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contacts-page .column {
    width: 48%; }
    .contacts-page .column__title {
      margin-bottom: 20px; }
    .contacts-page .column__item {
      margin-bottom: 20px; }
      .contacts-page .column__item small {
        padding-top: 10px; }
    .contacts-page .column__subtitle {
      margin-bottom: 5px; } }

.results-page {
  color: #000; }
  .results-page__top {
    font-size: 38px;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 45px; }
    .results-page__top .request {
      color: #F96232; }
  .results-page__list {
    padding: 0 0 100px; }
    .results-page__list .product {
      padding-right: 51px; }
      .results-page__list .product__name {
        font-size: 15px; }
      .results-page__list .product__details {
        padding-right: 138px;
        position: relative;
        bottom: 0;
        width: auto; }
      .results-page__list .product__image img {
        max-height: 82px;
        width: auto; }
    .results-page__list .results-list__item:last-child .product {
      border-bottom: 0; }
  @media screen and (max-width: 960px) {
    .results-page__list .product {
      padding-right: 15px; } }
  @media screen and (max-width: 768px) {
    .results-page__top {
      font-size: 24px;
      margin-bottom: 20px; }
    .results-page__list {
      padding-bottom: 40px; }
      .results-page__list .product {
        padding-right: 0; }
        .results-page__list .product__info {
          padding-right: 35px; }
        .results-page__list .product__name {
          font-size: 13px;
          line-height: 18px; }
        .results-page__list .product__details {
          padding-right: 20px; }
        .results-page__list .product__image {
          width: 50px; } }
  @media screen and (max-width: 480px) {
    .results-page__list {
      padding-bottom: 10px; } }

.profile-page {
  color: #000; }
  .profile-page__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 70px; }
  .profile-page__aside {
    width: 270px;
    min-width: 270px;
    padding-right: 20px; }
  .profile-page__center {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .profile-page__block {
    border: 5px solid #F0F3F1;
    padding: 24px 42px 14px; }
    .profile-page__block:not(:last-child) {
      margin-bottom: 20px; }
    .profile-page__block--info {
      margin-bottom: 0;
      border-bottom: 0; }
      .profile-page__block--info:not(:last-child) {
        margin-bottom: 0; }
  .profile-page__adress .input {
    padding-right: 48px; }
  .profile-page__adress .popup-block__close {
    z-index: 4; }
  @media screen and (max-width: 1210px) {
    .profile-page__aside {
      width: 210px;
      min-width: 210px; }
    .profile-page__block {
      padding: 24px 20px 14px; } }
  @media screen and (max-width: 960px) {
    .profile-page__main {
      display: block; }
    .profile-page__aside {
      width: 100%;
      min-width: 100%;
      padding: 0 0 20px; } }
  @media screen and (max-width: 768px) {
    .profile-page__main {
      padding-bottom: 40px; }
    .profile-page__adress .input {
      padding-right: 30px; } }

.about__header .header__slogan {
  color: #fff; }

.about__header .header.header-up .header__bar-cart-info {
  color: #000; }

.about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) {
  color: #fff; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .input-wrap--search .input {
    border-color: #7A8C92; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .header__phone span {
    font-weight: 400; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .header__bar-cart-total {
    font-weight: 400; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .header__bar-cart-info {
    color: #fff; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .link--header-auth {
    font-weight: 400;
    color: #fff; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .link--header-menu {
    font-weight: 400; }
    .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .link--header-menu.is-current {
      color: #fff;
      font-weight: 600; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .input-wrap--search .input:not(.is-active) {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .icon--search {
    color: #fff; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .icon--heart {
    fill: #fff; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .icon--cart {
    fill: #fff; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .header__bar-heart:hover .icon--heart {
    fill: #F96232; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .header__bar-cart:hover .icon--cart {
    fill: #F96232; }
  .about__header .header:not(.header-up):not(.header--catalog-is-open):not(.header--white) .header__catalog-btn .burger__line {
    background-color: #fff; }

.about .h1 {
  color: #D1BA8B;
  letter-spacing: -0.01em; }

.about-top {
  background: url("../images/about-top.png") 50% no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: relative; }
  .about-top::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#191B1A), to(rgba(25, 27, 26, 0)));
    background: -webkit-linear-gradient(left, #191B1A 0%, rgba(25, 27, 26, 0) 100%);
    background: -moz- oldlinear-gradient(left, #191B1A 0%, rgba(25, 27, 26, 0) 100%);
    background: -o-linear-gradient(left, #191B1A 0%, rgba(25, 27, 26, 0) 100%);
    background: linear-gradient(90deg, #191B1A 0%, rgba(25, 27, 26, 0) 100%);
    opacity: 0.5; }
  .about-top__content {
    min-height: 760px;
    padding: 295px 0 125px;
    position: relative;
    z-index: 2; }
  .about-top__text {
    max-width: 530px;
    color: #fff; }
    .about-top__text .h1 {
      font-size: 64px;
      margin-bottom: 48px;
      color: #fff;
      font-weight: 400; }
    .about-top__text p {
      font-size: 18px;
      line-height: 1.67;
      letter-spacing: -0.01em;
      margin: 0 0 20px; }

.about-video {
  position: relative;
  background: url("../images/about-video-bg.png") 50% 0 no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  padding: 129px 0 153px; }
  .about-video__top {
    max-width: 720px;
    margin: auto;
    padding-bottom: 68px;
    text-align: center;
    position: relative;
    z-index: 2; }
    .about-video__top .h1 {
      margin-bottom: 36px; }
  .about-video p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.01em;
    color: #222222;
    margin: 0; }
  .about-video__block {
    max-width: 700px;
    margin: auto;
    margin-bottom: 157px;
    position: relative; }
    .about-video__block .video-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      -webkit-transition: 1s;
      -o-transition: 1s;
      -moz-transition: 1s;
      transition: 1s; }
      .about-video__block .video-overlay.is-hidden {
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
            -ms-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
        opacity: 0; }
    .about-video__block .video-button {
      max-width: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 4; }
      .about-video__block .video-button:hover {
        cursor: pointer; }
  .about-video__wrapper {
    width: 100%;
    padding-top: 54.75%;
    height: 0;
    position: relative; }
    .about-video__wrapper iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .about-video__wrapper::before {
      position: absolute;
      top: 167px;
      bottom: -21px;
      left: 28px;
      right: 28px;
      content: '';
      background: #BBA293;
      opacity: 0.9;
      -webkit-filter: blur(25px);
              filter: blur(25px);
      z-index: 2; }
    .about-video__wrapper::after {
      position: absolute;
      top: 126px;
      bottom: -92px;
      left: 28px;
      right: 28px;
      content: '';
      background: #A8A8A8;
      opacity: 0.1;
      -webkit-filter: blur(25px);
              filter: blur(25px);
      z-index: 1; }
  .about-video__bottom .h1 {
    text-align: center;
    margin-bottom: 90px;
    position: relative;
    z-index: 1; }
  .about-video__bottom-columns {
    padding-left: 50px; }
  .about-video__bottom .columns {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about-video__bottom .columns__item {
      text-align: center;
      margin-right: 50px; }
      .about-video__bottom .columns__item:nth-child(1) {
        max-width: 300px; }
      .about-video__bottom .columns__item:nth-child(2) {
        max-width: 370px; }
      .about-video__bottom .columns__item:nth-child(3) {
        max-width: 355px;
        margin-right: 0; }
    .about-video__bottom .columns__title {
      margin-bottom: 30px;
      letter-spacing: -0.01em; }
    .about-video__bottom .columns__text {
      font-weight: 500;
      font-size: 15px;
      line-height: 27px;
      letter-spacing: -0.01em;
      color: #222222; }

.about__bg {
  background: #F6F6F4; }

.about-steps {
  padding-top: 113px; }
  .about-steps .h1 {
    margin-bottom: 53px; }
  .about-steps__time {
    margin-bottom: 44px;
    background: url("../images/about-line.png") 2px 100% no-repeat; }
    .about-steps__time .swiper-container {
      overflow: visible; }
    .about-steps__time .swiper-slide {
      margin-right: 6.2px; }
      .about-steps__time .swiper-slide.swiper-slide-thumb-active .about-steps__point::after {
        opacity: 1; }
  .about-steps__point {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #B2BCB6;
    cursor: pointer;
    font-weight: 700;
    padding: 0 12px 47px;
    position: relative; }
    .about-steps__point::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 2px;
      height: 30px;
      background: #007E40;
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      opacity: 0; }
  .about-steps__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 192px; }
  .about-steps__title {
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #000;
    width: 22.5%;
    min-width: 22.5%;
    padding: 0 15px 0 32px;
    font-weight: 900;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
  .about-steps__image {
    width: 30%;
    min-width: 30%;
    padding: 0 15px;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    .about-steps__image img {
      position: relative;
      z-index: 3; }
  .about-steps__shadow {
    display: inline-block;
    position: relative; }
    .about-steps__shadow::before {
      position: absolute;
      top: 107px;
      bottom: -24px;
      left: 28px;
      right: 28px;
      content: '';
      background: #BBA293;
      opacity: 0.6;
      -webkit-filter: blur(35px);
              filter: blur(35px);
      z-index: 2; }
    .about-steps__shadow::after {
      position: absolute;
      top: 88px;
      bottom: -36px;
      left: 28px;
      right: 28px;
      content: '';
      background: #A8A8A8;
      opacity: 0.1;
      -webkit-filter: blur(35px);
              filter: blur(35px);
      z-index: 1; }
  .about-steps__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 500px;
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #222222;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    .about-steps__text p {
      line-height: 1.5;
      margin: 0; }
  .about-steps__story {
    position: relative; }
    .about-steps__story .wrapper {
      position: relative; }
    .about-steps__story .slider__slide .about-steps__text {
      -webkit-transform: translate(100%, -300%);
         -moz-transform: translate(100%, -300%);
          -ms-transform: translate(100%, -300%);
           -o-transform: translate(100%, -300%);
              transform: translate(100%, -300%); }
    .about-steps__story .slider__slide .about-steps__title {
      -webkit-transform: translate(-100%, 100%);
         -moz-transform: translate(-100%, 100%);
          -ms-transform: translate(-100%, 100%);
           -o-transform: translate(-100%, 100%);
              transform: translate(-100%, 100%); }
    .about-steps__story .slider__slide.swiper-slide-active .about-steps__text {
      opacity: 1;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0); }
    .about-steps__story .slider__slide.swiper-slide-active .about-steps__image {
      opacity: 1; }
    .about-steps__story .slider__slide.swiper-slide-active .about-steps__title {
      opacity: 1;
      -webkit-transform: translate(0, 0);
         -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0); }

.about-group__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 112px;
  margin: 0 -15px;
  position: relative; }

.about-group__item {
  padding: 0 15px; }
  .about-group__item--text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 425px;
    min-width: 0; }
    .about-group__item--text .h1 {
      margin-bottom: 51px; }
    .about-group__item--text p {
      margin: 0 0 20px;
      font-size: 14px;
      line-height: 1.93;
      letter-spacing: -0.01em;
      color: #222222; }
    .about-group__item--text .link {
      font-weight: 500; }
  .about-group__item--image {
    width: 59%;
    min-width: 59%;
    padding-left: 15px;
    position: relative; }
    .about-group__item--image img {
      position: relative;
      z-index: 3;
      display: block; }
  .about-group__item--map {
    height: 786px; }
    @media screen and (max-width: 960px) {
      .about-group__item--map {
        height: 480px; } }

.about-group__slider {
  position: relative;
  z-index: 3; }
  .about-group__slider img {
    display: block; }
  .about-group__slider .slider__nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5; }
  .about-group__slider .slider__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    background: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px; }
    .about-group__slider .slider__arrow--prev {
      margin: 0;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.about-group__shadow {
  position: relative; }
  .about-group__shadow::before {
    position: absolute;
    top: 159px;
    bottom: -49px;
    left: 44px;
    right: 44px;
    content: '';
    background: #BBA293;
    opacity: 0.6;
    -webkit-filter: blur(25px);
            filter: blur(25px);
    z-index: 2; }
  .about-group__shadow::after {
    position: absolute;
    top: 108px;
    bottom: -78px;
    left: 44px;
    right: 44px;
    content: '';
    background: #A8A8A8;
    opacity: 0.1;
    -webkit-filter: blur(25px);
            filter: blur(25px);
    z-index: 1; }

.about-production .about-group__shadow {
  display: inline-block; }

.about-production .about-group__item--image {
  text-align: right; }

.about-production__data {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  z-index: 4;
  text-align: left;
  margin-top: 28px; }

.about-production__number {
  font-size: 96px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
  font-weight: 900;
  margin-bottom: 17px; }
  .about-production__number sup {
    font-size: 36px;
    top: -1.5em; }

.about-production__legend {
  font-size: 14px;
  line-height: 1.93;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  max-width: 324px; }

.about-production__columns {
  padding: 30px 0 130px; }

.about-production .columns {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .about-production .columns__item {
    text-align: center;
    margin-right: 50px; }
    .about-production .columns__item:nth-child(1) {
      max-width: 370px; }
    .about-production .columns__item:nth-child(2) {
      max-width: 320px; }
    .about-production .columns__item:nth-child(3) {
      max-width: 385px;
      margin-right: 0; }
  .about-production .columns__icon {
    margin-bottom: 50px; }
  .about-production .columns__title {
    margin-bottom: 30px;
    letter-spacing: -0.01em;
    color: #007E40;
    font-weight: 900; }
    .about-production .columns__title span {
      margin-right: 5px; }
  .about-production .columns__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: -0.01em;
    color: #222222; }

.about-slider {
  margin-bottom: 189px;
  position: relative; }
  .about-slider::after {
    content: '';
    background: #F6F6F4;
    position: absolute;
    height: 200px;
    left: 0;
    right: 0;
    top: 0; }
  .about-slider .slider__arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5; }
    .about-slider .slider__arrow--prev {
      left: 35px; }
    .about-slider .slider__arrow--next {
      right: 35px; }
    .about-slider .slider__arrow:hover {
      color: hoverGreen; }
  .about-slider__main {
    margin-bottom: 8px; }
    .about-slider__main img {
      display: block;
      position: relative;
      z-index: 1; }
    .about-slider__main .about-slider__image {
      position: relative; }
      .about-slider__main .about-slider__image::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, color-stop(78.24%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.67)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 78.24%, rgba(0, 0, 0, 0.67) 100%);
        background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 78.24%, rgba(0, 0, 0, 0.67) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 78.24%, rgba(0, 0, 0, 0.67) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.24%, rgba(0, 0, 0, 0.67) 100%);
        z-index: 2; }
  .about-slider__thumbs {
    margin: 0 -5px; }
    .about-slider__thumbs .slider__slide {
      padding: 0 5px;
      cursor: pointer;
      position: relative; }
      .about-slider__thumbs .slider__slide img {
        display: block;
        position: relative;
        z-index: 1; }
      .about-slider__thumbs .slider__slide::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 5px;
        right: 5px;
        content: '';
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 126, 64, 0.5)), to(rgba(0, 126, 64, 0.5)));
        background: -webkit-linear-gradient(bottom, rgba(0, 126, 64, 0.5), rgba(0, 126, 64, 0.5));
        background: -moz- oldlinear-gradient(bottom, rgba(0, 126, 64, 0.5), rgba(0, 126, 64, 0.5));
        background: -o-linear-gradient(bottom, rgba(0, 126, 64, 0.5), rgba(0, 126, 64, 0.5));
        background: linear-gradient(0deg, rgba(0, 126, 64, 0.5), rgba(0, 126, 64, 0.5));
        z-index: 2;
        opacity: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .about-slider__thumbs .slider__slide.swiper-slide-thumb-active::after {
        opacity: 1; }

.about-more {
  padding-bottom: 67px; }
  .about-more .about-group__item--text {
    margin-right: 33px; }
  .about-more .link--underline-green {
    color: #007E40; }
  .about-more .about-group__item--image {
    -webkit-box-shadow: 0 110px 50px -60px rgba(187, 162, 147, 0.6);
       -moz-box-shadow: 0 110px 50px -60px rgba(187, 162, 147, 0.6);
            box-shadow: 0 110px 50px -60px rgba(187, 162, 147, 0.6); }

.about-map {
  background: url("../images/about-map.png") 50% 0 no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: relative;
  color: #fff;
  margin-bottom: 134px; }
  .about-map .about-group__item--text {
    margin-right: 33px;
    max-width: 415px; }
  .about-map .h1 {
    color: #fff; }
  .about-map p {
    color: #fff; }
  .about-map .link {
    color: #D1BA8B; }
    .about-map .link--phone {
      color: #fff;
      font-weight: 700;
      font-size: 16px; }
  .about-map__wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    height: 786px;
    width: 56.3%; }
  .about-map .about-group__item--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .about-map .about-group__row {
    padding: 0; }

.about-partners {
  margin-bottom: 105px; }
  .about-partners .h1 {
    margin-bottom: 30px; }

.about-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px; }
  .about-logo__item {
    width: 16.6667%;
    min-width: 16.6667%; }
    .about-logo__item img {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      -moz-transition: 0.4s;
      transition: 0.4s; }
    .about-logo__item:hover .about-logo__image img {
      -webkit-transform: scale(1.03);
         -moz-transform: scale(1.03);
          -ms-transform: scale(1.03);
           -o-transform: scale(1.03);
              transform: scale(1.03); }
  .about-logo__image {
    height: 155px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px; }

.about-online {
  margin-bottom: 70px; }
  .about-online-logo {
    margin-left: -60px;
    margin-right: -60px; }
  .about-online .h1 {
    margin-bottom: 27px; }

.about-tile__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -2px; }

.about-tile__col {
  padding: 0 2px; }

.about-tile__block {
  padding: 4px 0 0; }

.about-tile img {
  display: block; }

.about-tile__block-desctop {
  display: block; }

.about-tile__block-mobile {
  display: none; }

.about-certificates {
  padding: 115px 0 0; }
  .about-certificates .about-group__item--image {
    padding-left: 121px; }
  .about-certificates .about-group__item--text {
    max-width: 515px; }
  .about-certificates .about-group__row {
    padding-bottom: 41px; }
  .about-certificates__slider {
    min-width: 60vw;
    position: relative;
    z-index: 2; }
    .about-certificates__slider .slider__slide {
      width: 343px;
      height: auto;
      padding: 0 25px 30px; }
  .about-certificates__block {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
  .about-certificates__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
    min-height: 420px;
    position: relative;
    padding: 23px 21px 40px 32px;
    border: 1px solid #F2F2F2;
    z-index: 5;
    -webkit-box-shadow: 0 60px 40px -50px rgba(187, 162, 147, 0.6);
       -moz-box-shadow: 0 60px 40px -50px rgba(187, 162, 147, 0.6);
            box-shadow: 0 60px 40px -50px rgba(187, 162, 147, 0.6); }
  .about-certificates__link {
    padding-top: 30px;
    position: relative;
    z-index: 5; }
    .about-certificates__link .link--underline-green {
      color: #007E40;
      font-weight: 500; }
  .about-certificates__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 134px; }
  .about-certificates__name {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 5px; }
  .about-certificates__title {
    color: #88908D;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5; }
  .about-certificates__info {
    max-width: 200px; }
  .about-certificates .slider__nav {
    margin-top: 62px; }
  .about-certificates .slider__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    background: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px; }
    .about-certificates .slider__arrow--prev {
      margin: 0;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.about-awards {
  padding: 92px 0 79px; }
  .about-awards__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .about-awards__title {
    min-width: 287px;
    padding-right: 15px; }
  .about-awards__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .about-awards__item {
    padding: 39px 0 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .about-awards__item:not(:last-child) {
      border-bottom: 1px solid #E0E0E0; }
    .about-awards__item:first-child {
      padding-top: 5px; }
  .about-awards__date {
    min-width: 120px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 2;
    letter-spacing: -0.01em;
    color: #004D27;
    font-weight: 500; }
  .about-awards__name {
    font-size: 24px;
    line-height: 1.54;
    letter-spacing: -0.01em;
    color: #222222; }

.about__moving {
  position: absolute;
  z-index: 1; }
  .about__moving--1 {
    width: 24vw;
    top: 13%;
    left: 0; }
  .about__moving--2 {
    width: 10vw;
    top: 14%;
    left: 19.5%; }
  .about__moving--3 {
    top: 3%;
    left: 8%;
    width: 5vw; }
  .about__moving--4 {
    top: 54%;
    left: 9%;
    width: 10vw; }
  .about__moving--5 {
    top: 57%;
    left: 21%;
    z-index: 2;
    width: 5vw; }
  .about__moving--6 {
    top: 15%;
    right: 6%;
    width: 19vw; }
  .about__moving--7 {
    top: 53%;
    right: 16%;
    width: 5vw; }
  .about__moving--7-1 {
    top: 58%;
    right: 12%;
    width: 15vw; }
  .about__moving--8 {
    top: 4%;
    right: 10.5%;
    width: 5vw; }
  .about__moving--9 {
    top: 28%;
    right: 13%;
    width: 5vw; }
  .about__moving--10 {
    top: -19%;
    right: -9%;
    width: 22vw; }
  .about__moving--11 {
    top: -10%;
    left: -9%;
    width: 18vw; }
  .about__moving--12 {
    top: -20%;
    left: -6%;
    width: 31vw;
    z-index: 0; }
  .about__moving--13 {
    top: 35%;
    left: -8%;
    width: 7vw; }
  .about__moving--14 {
    top: -10%;
    left: 1%;
    width: 6vw; }
  .about__moving--15 {
    top: -12%;
    left: 46%;
    z-index: 5;
    width: 5vw; }
  .about__moving--16 {
    top: 10%;
    left: 52%;
    width: 5vw; }
  .about__moving--17 {
    top: -19%;
    right: -16%;
    width: 17vw; }
  .about__moving--18 {
    top: -13%;
    left: 27%;
    z-index: 5;
    width: 5vw; }
    @media screen and (max-width: 960px) {
      .about__moving--18 {
        z-index: 0; } }

@media screen and (max-width: 1210px) {
  .about-certificates .about-group__item--image {
    padding-left: 15px; }
  .about__moving--6 {
    right: 0; }
  .about__moving--11 {
    left: 0; }
  .about__moving--10 {
    right: 0; }
  .about-production .about-group__item--image {
    padding-left: 50px; }
  .about-production__number {
    font-size: 60px; }
    .about-production__number sup {
      font-size: 24px; }
  .about-production__data {
    left: 0; }
  .about-more .about-group__item--text {
    margin-right: 0; }
  .about-map .about-group__item--text {
    margin-right: 0; }
  .about-logo {
    margin-left: -20px;
    margin-right: -20px; }
  .about-online-logo {
    margin-left: -30px;
    margin-right: -30px; }
  .about .h1 {
    font-size: 40px; } }

@media screen and (max-width: 960px) {
  .about-video {
    padding: 60px 0 70px; }
    .about-video__block {
      margin-bottom: 60px; }
    .about-video__bottom .columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 100px;
      padding-right: 100px; }
      .about-video__bottom .columns__item {
        margin-right: 0;
        margin-bottom: 50px; }
        .about-video__bottom .columns__item:nth-child(1), .about-video__bottom .columns__item:nth-child(2), .about-video__bottom .columns__item:nth-child(3) {
          max-width: 100%; }
        .about-video__bottom .columns__item:nth-child(3) {
          margin-bottom: 0; }
  .about-steps {
    padding-top: 60px; }
    .about-steps__title {
      min-width: 230px; }
    .about-steps__block {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 40px; }
    .about-steps__text {
      width: 100%;
      min-width: 100%;
      padding-top: 40px; }
    .about-steps__image {
      width: auto;
      min-width: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .about-group__row {
    display: block;
    padding-bottom: 80px; }
  .about-group__item--text {
    max-width: 100%; }
    .about-group__item--text .h1 {
      margin-bottom: 40px; }
  .about-group__item--image {
    width: 100%;
    min-width: 100%; }
  .about-group__slider {
    margin: 0 auto 100px;
    max-width: 750px; }
  .about-production .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 100px 80px; }
    .about-production .columns__item {
      margin-right: 0;
      margin-bottom: 50px; }
      .about-production .columns__item:nth-child(1), .about-production .columns__item:nth-child(2), .about-production .columns__item:nth-child(3) {
        max-width: 100%; }
      .about-production .columns__item:nth-child(3) {
        margin-bottom: 0; }
  .about-production .about-group__item--image {
    padding-left: 15px; }
  .about-production__data {
    left: 30px;
    margin: 0; }
  .about-production__param {
    font-size: 60px; }
  .about-production__info {
    padding-bottom: 60px; }
  .about-slider {
    margin-bottom: 100px; }
  .about-more {
    padding-bottom: 0; }
  .about-map {
    margin-bottom: 60px; }
    .about-map .about-group__item--text {
      max-width: 100%;
      padding: 40px 15px; }
    .about-map__wrapper {
      height: 480px;
      width: 100%;
      min-width: unset; }
  .about-partners {
    margin-bottom: 60px; }
  .about-certificates {
    padding: 60px 0 0; }
    .about-certificates .about-group__row {
      padding-bottom: 10px; }
    .about-certificates .about-group__item--text {
      max-width: 100%;
      margin-bottom: 20px; }
    .about-certificates .slider__nav-wrap {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .about-certificates .slider__nav {
      margin-top: 40px; }
    .about-certificates__slider {
      min-width: 100%;
      margin: 0 -20px; }
      .about-certificates__slider .swiper-container {
        padding: 0 10px;
        overflow: visible; }
      .about-certificates__slider .slider__slide {
        padding: 0 10px 30px;
        width: 250px; }
    .about-certificates__wrapper {
      min-height: 300px;
      padding: 20px; }
    .about-certificates__logo {
      margin-bottom: 40px; }
    .about-certificates__title {
      font-size: 14px; }
  .about-awards {
    padding: 60px 0; }
    .about-awards__content {
      display: block; }
    .about-awards__title {
      min-width: 100%;
      padding: 0 0 20px; }
  .about-logo__item {
    width: 25%;
    min-width: 25%; }
  .about-awards__name {
    font-size: 20px; } }

@media screen and (max-width: 768px) {
  .about-logo {
    margin-left: -10px;
    margin-right: -10px; }
    .about-logo__image {
      height: 100%; }
  .about .h1 {
    font-size: 25px; }
  .about-top__content {
    min-height: 0;
    padding: 250px 0 40px; }
  .about-top__text p {
    font-size: 14px; }
  .about-video__top {
    padding-bottom: 40px; }
  .about-video p {
    font-size: 12px; }
  .about-video__block {
    margin: 0 -20px 60px -20px; }
    .about-video__block .video-button {
      max-width: 80px; }
  .about-steps__block {
    display: block; }
  .about-steps__title {
    min-width: 100%;
    padding: 0 0 20px;
    font-size: 48px; }
  .about-steps__image {
    padding: 0 0 20px; }
  .about-group__row {
    padding-bottom: 40px; }
  .about-group__item--text {
    font-size: 12px; }
  .about-group__image {
    padding: 0; }
  .about-production__data {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    margin-top: 40px; }
  .about-production__number {
    font-size: 40px; }
    .about-production__number sup {
      font-size: 14px; }
  .about-production__legend {
    font-size: 12px; }
  .about-production__info {
    display: block;
    padding: 0 20px; }
  .about-production__param {
    font-size: 48px; }
  .about-slider {
    margin: 0 0 40px; }
    .about-slider__main {
      margin: 0 0 8px; }
  .about-logo__item {
    width: 20%;
    min-width: 20%; }
  .about-awards__name {
    font-size: 16px; }
  .about-awards__date {
    min-width: 80px;
    line-height: 1.5; }
  .about-awards__item {
    padding: 20px 0; }
  .about-tile__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .about-tile__row--inside {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .about-tile__row--inside .about-tile__col {
        width: 50%;
        min-width: 50%; }
  .about-tile__col--big {
    width: 100%;
    min-width: 100%; }
  .about-tile__col--small {
    width: 33.3333%;
    min-width: 33.3333%; }
  .about-tile__col--medium {
    width: 66.6667%;
    min-width: 66.6667%; } }

@media screen and (max-width: 600px) {
  .about-production .columns {
    padding: 30px 0 50px; } }

@media screen and (max-width: 480px) {
  .about-video__block {
    margin: 0 -15px 60px -15px; }
  .about-video__bottom .h1 {
    margin-bottom: 50px; }
  .about-video__bottom .columns {
    padding-left: 0;
    padding-right: 0; }
  .about-production .columns__item {
    margin-bottom: 40px; }
  .about-production .columns__icon {
    margin-bottom: 20px; }
  .about-production .columns__title {
    margin-bottom: 20px; }
  .about-production__info {
    padding: 0 15px; }
  .about-slider__main {
    margin: 0 0 8px; }
  .about-logo {
    margin-left: 0;
    margin-right: 0; }
    .about-logo__item {
      width: 50%;
      min-width: 50%; }
  .about-awards__item {
    display: block; }
  .about-awards__date {
    min-width: 80px;
    line-height: 1.5; }
  .about-tile__col {
    display: block; }
    .about-tile__col--small {
      display: none; }
    .about-tile__col--medium {
      display: none; }
  .about-tile__block-desctop {
    display: none; }
  .about-tile__block-mobile {
    display: block; }
  .about__moving--7-1 {
    top: 67%; } }

.text-page {
  padding-top: 0;
  padding-bottom: 70px; }
  .text-page--whithout-top {
    padding-top: 40px; }
    .text-page--whithout-top .text-page__content .breadcrumbs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      color: #737373; }
      .text-page--whithout-top .text-page__content .breadcrumbs__bg {
        padding: 0;
        background-color: transparent; }
      .text-page--whithout-top .text-page__content .breadcrumbs__link:hover {
        color: #00693B; }
      .text-page--whithout-top .text-page__content .breadcrumbs__link:hover::after {
        color: #00693B; }
  .text-page .breadcrumbs {
    color: #fff; }
    .text-page .breadcrumbs__link:hover {
      color: #FFE6D2; }
    .text-page .breadcrumbs__link:hover::after {
      color: #FFE6D2; }
  .text-page .table-wrap {
    overflow-x: auto; }
  .text-page__top {
    min-height: 500px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 100px; }
    .text-page__top .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .text-page__title {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 20px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px; }
    .text-page__title time {
      font-size: 12px;
      margin-bottom: 25px;
      display: inline-block; }
    .text-page__title h1 {
      letter-spacing: 1px; }
  .text-page__content {
    font-size: 15px;
    text-align: left;
    line-height: 27px;
    letter-spacing: 0.25px;
    margin-bottom: 60px;
    width: 937px;
    margin: 0 auto 0 140px; }
    .text-page__content .breadcrumbs {
      display: none; }
  .text-page__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .text-page__img {
    margin-bottom: 60px; }
    .text-page__img--small {
      width: -webkit-calc(50% - 12px);
      width: -moz-calc(50% - 12px);
      width: calc(50% - 12px); }
  .text-page img {
    padding: 10px 0; }
  @media screen and (max-width: 1210px) {
    .text-page__content {
      margin-left: auto;
      width: 900px; } }
  @media screen and (max-width: 960px) {
    .text-page {
      padding-bottom: 50px; }
      .text-page__content {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .text-page {
      padding-bottom: 30px; }
      .text-page--whithout-top {
        padding-top: 30px; }
      .text-page__top {
        min-height: 350px;
        margin-bottom: 60px; }
      .text-page__content {
        font-size: 13px; } }
  @media screen and (max-width: 480px) {
    .text-page {
      padding-bottom: 10px; }
      .text-page--whithout-top {
        padding-top: 20px; }
      .text-page__top {
        min-height: 300px; } }

article.article {
  font-weight: 600; }
  article.article p {
    line-height: 27px;
    letter-spacing: 0.25px; }
  article.article h2 {
    letter-spacing: 0.6px;
    margin-bottom: 36px; }
  article.article h3 {
    letter-spacing: -0.3px;
    margin-bottom: 30px; }
  article.article h4 {
    margin-bottom: 25px;
    letter-spacing: -0.25px; }
  article.article ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 45px; }
    article.article ul li {
      position: relative;
      padding-left: 22px;
      letter-spacing: -0.15px;
      line-height: 35px; }
      article.article ul li::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        width: 4px;
        height: 4px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background: #000;
        opacity: 0.2; }
  article.article ol {
    padding-left: 35px; }
    article.article ol li {
      font-size: 13px;
      line-height: 35px;
      padding-left: 10px;
      letter-spacing: -0.15px; }
  article.article table {
    width: 100%;
    min-width: 600px;
    font-size: 15px;
    line-height: 32px; }
    article.article table td, article.article table th {
      padding: 14px 20px; }
    article.article table td:first-child,
    article.article table th:first-child {
      padding-left: 0; }
    article.article table tr {
      border-bottom: 1px solid #E2EBE6; }
    article.article table tr:first-child {
      border-bottom: 2px solid #000; }
    article.article table th {
      font-size: 12px; }
    article.article table td {
      font-size: 15px; }
  article.article blockquote {
    background-color: #F0F3F1;
    margin: 0;
    padding: 55px 40px 60px 135px;
    position: relative; }
    article.article blockquote::before {
      content: "";
      position: absolute;
      width: 75px;
      height: -webkit-calc(100% - 10px);
      height: -moz-calc(100% - 10px);
      height: calc(100% - 10px);
      left: 5px;
      top: 5px;
      background-color: #fff;
      display: block; }
    article.article blockquote::after {
      content: url("../images/sprites/svg/quote.svg");
      position: absolute;
      width: 38px;
      height: 30px;
      left: 25px;
      top: 55px;
      display: block; }
    article.article blockquote p {
      line-height: 27px;
      margin-bottom: 0; }
    article.article blockquote cite {
      color: #9D9D9D;
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      font-style: normal; }
  article.article img {
    padding: 40px 0; }
  article.article figure img {
    margin-bottom: 10px; }
  article.article figure figcaption {
    font-size: 12px;
    line-height: 12px;
    color: #767676; }
  article.article .section:not(:last-child) {
    margin-bottom: 90px; }
  article.article .section.attention {
    border-left: 18px solid #F0F3F1;
    padding: 40px 40px 25px 40px; }
    article.article .section.attention h2 {
      margin-bottom: 30px; }
    article.article .section.attention p {
      font-size: 18px;
      line-height: 32px;
      letter-spacing: -0.2px;
      margin-bottom: 0; }
  @media screen and (max-width: 960px) {
    article.article .section:not(:last-child) {
      margin-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    article.article blockquote {
      padding: 35px 20px 40px 115px; }
      article.article blockquote p {
        font-size: 14px; }
    article.article table {
      line-height: 20px; }
      article.article table td {
        font-size: 13px; }
      article.article table td, article.article table th {
        padding: 10px 5px; }
    article.article .section.attention {
      padding: 30px 30px 25px 30px; }
      article.article .section.attention p {
        font-size: 16px;
        line-height: 28px; } }
  @media screen and (max-width: 479px) {
    article.article ul {
      padding-left: 10px; }
      article.article ul li {
        line-height: 30px; }
    article.article ol {
      padding-left: 25px; }
      article.article ol li {
        line-height: 30px; }
    article.article blockquote {
      padding-left: 75px; }
      article.article blockquote::before {
        width: 50px; }
      article.article blockquote::after {
        left: 11px;
        top: 35px; }
      article.article blockquote p {
        font-size: 13px;
        line-height: 23px; }
    article.article .section.attention {
      padding-left: 20px;
      padding-right: 20px; }
      article.article .section.attention p {
        font-size: 15px;
        line-height: 25px; } }

/*# sourceMappingURL=main.css.map */

/* @media screen and (max-width: 768px) { */
.DOEXACTLY {
 /* font-size: 15px; */
 margin: auto 0;
}
/* } */

/* new styles */
@media(max-width: 414px){
	#item-new_4, #item-new_5, #item-new_6, #item-new_7, #item-new_8, #item-new_9, #item-new_10, #item-new_11, #item-new_12, #item-new_13, #item-new_14, #item-new_15, #item-new_16, #item-new_17{
		display: none;
	}
}
/* new styles */