@charset "UTF-8";
@import url(swiper.min.css);
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, normalize.css */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
/* line 33, normalize.css */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, normalize.css */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/* line 70, normalize.css */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, normalize.css */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, normalize.css */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, normalize.css */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, normalize.css */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 170, normalize.css */
small {
  font-size: 80%; }

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

/* line 187, normalize.css */
sub {
  bottom: -0.25em; }

/* line 191, normalize.css */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, normalize.css */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, normalize.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, normalize.css */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
/* line 228, normalize.css */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, normalize.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 311, normalize.css */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, normalize.css */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, normalize.css */
textarea {
  overflow: auto; }

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, normalize.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, normalize.css */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 415, normalize.css */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, normalize.css */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
/* line 434, normalize.css */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, normalize.css */
[hidden] {
  display: none; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on September 14, 2017 5:49 PM */
@font-face {
  font-family: 'Heuristica';
  src: url("hinted-subset-Heuristica-Italic.eot");
  src: url("hinted-subset-Heuristica-Italic.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Heuristica-Italic.woff") format("woff"), url("hinted-subset-Heuristica-Italic.ttf") format("truetype"), url("hinted-subset-Heuristica-Italic.svg#Heuristica-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: block; }
@font-face {
  font-family: 'Heuristica';
  src: url("hinted-subset-Heuristica-BoldItalic.eot");
  src: url("hinted-subset-Heuristica-BoldItalic.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Heuristica-BoldItalic.woff") format("woff"), url("hinted-subset-Heuristica-BoldItalic.ttf") format("truetype"), url("hinted-subset-Heuristica-BoldItalic.svg#Heuristica-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: block; }
@font-face {
  font-family: 'Heuristica';
  src: url("hinted-subset-Heuristica-Regular.eot");
  src: url("hinted-subset-Heuristica-Regular.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Heuristica-Regular.woff") format("woff"), url("hinted-subset-Heuristica-Regular.ttf") format("truetype"), url("hinted-subset-Heuristica-Regular.svg#Heuristica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: 'Heuristica';
  src: url("hinted-subset-Heuristica-Bold.eot");
  src: url("hinted-subset-Heuristica-Bold.eot?#iefix") format("embedded-opentype"), url("hinted-subset-Heuristica-Bold.woff") format("woff"), url("hinted-subset-Heuristica-Bold.ttf") format("truetype"), url("hinted-subset-Heuristica-Bold.svg#Heuristica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-Italic.woff2") format("woff2"), url("subset-OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-SemiBold.woff2") format("woff2"), url("subset-OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-BoldItalic.woff2") format("woff2"), url("subset-OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-LightItalic.woff2") format("woff2"), url("subset-OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans Condensed';
  src: url("subset-OpenSansCondensed-Bold.woff2") format("woff2"), url("subset-OpenSansCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans Condensed';
  src: url("subset-OpenSansCondensed-Light.woff2") format("woff2"), url("subset-OpenSansCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-Regular.woff2") format("woff2"), url("subset-OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("subset-OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-Light.woff2") format("woff2"), url("subset-OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-ExtraBold.woff2") format("woff2"), url("subset-OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-SemiBoldItalic.woff2") format("woff2"), url("subset-OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans Condensed';
  src: url("subset-OpenSansCondensed-LightItalic.woff2") format("woff2"), url("subset-OpenSansCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback; }
@font-face {
  font-family: 'Open Sans';
  src: url("subset-OpenSans-Bold.woff2") format("woff2"), url("subset-OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: fallback; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.woff2") format("woff2"), url("fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: norma;
  font-display: block; }
/* line 175, fonts.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 175, fonts.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

/* line 175, fonts.scss */
.fa-2x {
  font-size: 2em; }

/* line 175, fonts.scss */
.fa-3x {
  font-size: 3em; }

/* line 175, fonts.scss */
.fa-4x {
  font-size: 4em; }

/* line 175, fonts.scss */
.fa-5x {
  font-size: 5em; }

/* line 175, fonts.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 175, fonts.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 175, fonts.scss */
.fa-ul > li {
  position: relative; }

/* line 175, fonts.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

/* line 175, fonts.scss */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 175, fonts.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  -webkit-border-radius: .1em;
  border-radius: .1em; }

/* line 175, fonts.scss */
.fa-pull-left {
  float: left; }

/* line 175, fonts.scss */
.fa-pull-right {
  float: right; }

/* line 175, fonts.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 175, fonts.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* line 175, fonts.scss */
.pull-right {
  float: right; }

/* line 175, fonts.scss */
.pull-left {
  float: left; }

/* line 175, fonts.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 175, fonts.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 175, fonts.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 175, fonts.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 175, fonts.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 175, fonts.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 175, fonts.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 175, fonts.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 175, fonts.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 175, fonts.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

/* line 175, fonts.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 175, fonts.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 175, fonts.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 175, fonts.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 175, fonts.scss */
.fa-inverse {
  color: #fff; }

/* line 175, fonts.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 175, fonts.scss */
.fa-music:before {
  content: "\f001"; }

/* line 175, fonts.scss */
.fa-search:before {
  content: "\f002"; }

/* line 175, fonts.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 175, fonts.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 175, fonts.scss */
.fa-star:before {
  content: "\f005"; }

/* line 175, fonts.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 175, fonts.scss */
.fa-user:before {
  content: "\f007"; }

/* line 175, fonts.scss */
.fa-film:before {
  content: "\f008"; }

/* line 175, fonts.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 175, fonts.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 175, fonts.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 175, fonts.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 175, fonts.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

/* line 175, fonts.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 175, fonts.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 175, fonts.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 175, fonts.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 175, fonts.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

/* line 175, fonts.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 175, fonts.scss */
.fa-home:before {
  content: "\f015"; }

/* line 175, fonts.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 175, fonts.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 175, fonts.scss */
.fa-road:before {
  content: "\f018"; }

/* line 175, fonts.scss */
.fa-download:before {
  content: "\f019"; }

/* line 175, fonts.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 175, fonts.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 175, fonts.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 175, fonts.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 175, fonts.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

/* line 175, fonts.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 175, fonts.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 175, fonts.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 175, fonts.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 175, fonts.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 175, fonts.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 175, fonts.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 175, fonts.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 175, fonts.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 175, fonts.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 175, fonts.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 175, fonts.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 175, fonts.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 175, fonts.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 175, fonts.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 175, fonts.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 175, fonts.scss */
.fa-font:before {
  content: "\f031"; }

/* line 175, fonts.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 175, fonts.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 175, fonts.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 175, fonts.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 175, fonts.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 175, fonts.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 175, fonts.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 175, fonts.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 175, fonts.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 175, fonts.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

/* line 175, fonts.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 175, fonts.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 175, fonts.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

/* line 175, fonts.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 175, fonts.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 175, fonts.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 175, fonts.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 175, fonts.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

/* line 175, fonts.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 175, fonts.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 175, fonts.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 175, fonts.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 175, fonts.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 175, fonts.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 175, fonts.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 175, fonts.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 175, fonts.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 175, fonts.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 175, fonts.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 175, fonts.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 175, fonts.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 175, fonts.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 175, fonts.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 175, fonts.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 175, fonts.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 175, fonts.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 175, fonts.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 175, fonts.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 175, fonts.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 175, fonts.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 175, fonts.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 175, fonts.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 175, fonts.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 175, fonts.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 175, fonts.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 175, fonts.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 175, fonts.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 175, fonts.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

/* line 175, fonts.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 175, fonts.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 175, fonts.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 175, fonts.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 175, fonts.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 175, fonts.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 175, fonts.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 175, fonts.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 175, fonts.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 175, fonts.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 175, fonts.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 175, fonts.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 175, fonts.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 175, fonts.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 175, fonts.scss */
.fa-random:before {
  content: "\f074"; }

/* line 175, fonts.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 175, fonts.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 175, fonts.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 175, fonts.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 175, fonts.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 175, fonts.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 175, fonts.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 175, fonts.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 175, fonts.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 175, fonts.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 175, fonts.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

/* line 175, fonts.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 175, fonts.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 175, fonts.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 175, fonts.scss */
.fa-key:before {
  content: "\f084"; }

/* line 175, fonts.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

/* line 175, fonts.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 175, fonts.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 175, fonts.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 175, fonts.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 175, fonts.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 175, fonts.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 175, fonts.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 175, fonts.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 175, fonts.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 175, fonts.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 175, fonts.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 175, fonts.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 175, fonts.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 175, fonts.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 175, fonts.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 175, fonts.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 175, fonts.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 175, fonts.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 175, fonts.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 175, fonts.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

/* line 175, fonts.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 175, fonts.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 175, fonts.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 175, fonts.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

/* line 175, fonts.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 175, fonts.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 175, fonts.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 175, fonts.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 175, fonts.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 175, fonts.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 175, fonts.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 175, fonts.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 175, fonts.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 175, fonts.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 175, fonts.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 175, fonts.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 175, fonts.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 175, fonts.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 175, fonts.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 175, fonts.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 175, fonts.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 175, fonts.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 175, fonts.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

/* line 175, fonts.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

/* line 175, fonts.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 175, fonts.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 175, fonts.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

/* line 175, fonts.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

/* line 175, fonts.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 175, fonts.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

/* line 175, fonts.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 175, fonts.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

/* line 175, fonts.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 175, fonts.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 175, fonts.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 175, fonts.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 175, fonts.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 175, fonts.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 175, fonts.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 175, fonts.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 175, fonts.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 175, fonts.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 175, fonts.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 175, fonts.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 175, fonts.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 175, fonts.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 175, fonts.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 175, fonts.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 175, fonts.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 175, fonts.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

/* line 175, fonts.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

/* line 175, fonts.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

/* line 175, fonts.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 175, fonts.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 175, fonts.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

/* line 175, fonts.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

/* line 175, fonts.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

/* line 175, fonts.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 175, fonts.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 175, fonts.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

/* line 175, fonts.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 175, fonts.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 175, fonts.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

/* line 175, fonts.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 175, fonts.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 175, fonts.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 175, fonts.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 175, fonts.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 175, fonts.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 175, fonts.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 175, fonts.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 175, fonts.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 175, fonts.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 175, fonts.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 175, fonts.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 175, fonts.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 175, fonts.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 175, fonts.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 175, fonts.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 175, fonts.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 175, fonts.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 175, fonts.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 175, fonts.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 175, fonts.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 175, fonts.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 175, fonts.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 175, fonts.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 175, fonts.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 175, fonts.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 175, fonts.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 175, fonts.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 175, fonts.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 175, fonts.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 175, fonts.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

/* line 175, fonts.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 175, fonts.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 175, fonts.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 175, fonts.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 175, fonts.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 175, fonts.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

/* line 175, fonts.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 175, fonts.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 175, fonts.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 175, fonts.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 175, fonts.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 175, fonts.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 175, fonts.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 175, fonts.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 175, fonts.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 175, fonts.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 175, fonts.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 175, fonts.scss */
.fa-code:before {
  content: "\f121"; }

/* line 175, fonts.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

/* line 175, fonts.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

/* line 175, fonts.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 175, fonts.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 175, fonts.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 175, fonts.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

/* line 175, fonts.scss */
.fa-question:before {
  content: "\f128"; }

/* line 175, fonts.scss */
.fa-info:before {
  content: "\f129"; }

/* line 175, fonts.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 175, fonts.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 175, fonts.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 175, fonts.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 175, fonts.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 175, fonts.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 175, fonts.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 175, fonts.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 175, fonts.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 175, fonts.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 175, fonts.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 175, fonts.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 175, fonts.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 175, fonts.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 175, fonts.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 175, fonts.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 175, fonts.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 175, fonts.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 175, fonts.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 175, fonts.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 175, fonts.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 175, fonts.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 175, fonts.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 175, fonts.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 175, fonts.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 175, fonts.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 175, fonts.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 175, fonts.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 175, fonts.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 175, fonts.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 175, fonts.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 175, fonts.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 175, fonts.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 175, fonts.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 175, fonts.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 175, fonts.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 175, fonts.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 175, fonts.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 175, fonts.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

/* line 175, fonts.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 175, fonts.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

/* line 175, fonts.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

/* line 175, fonts.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

/* line 175, fonts.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

/* line 175, fonts.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159"; }

/* line 175, fonts.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

/* line 175, fonts.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 175, fonts.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 175, fonts.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 175, fonts.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 175, fonts.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 175, fonts.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 175, fonts.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 175, fonts.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 175, fonts.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 175, fonts.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 175, fonts.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 175, fonts.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 175, fonts.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 175, fonts.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 175, fonts.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 175, fonts.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 175, fonts.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 175, fonts.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 175, fonts.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 175, fonts.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 175, fonts.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 175, fonts.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 175, fonts.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 175, fonts.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 175, fonts.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 175, fonts.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 175, fonts.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 175, fonts.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 175, fonts.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 175, fonts.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 175, fonts.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 175, fonts.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 175, fonts.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 175, fonts.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 175, fonts.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 175, fonts.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 175, fonts.scss */
.fa-female:before {
  content: "\f182"; }

/* line 175, fonts.scss */
.fa-male:before {
  content: "\f183"; }

/* line 175, fonts.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

/* line 175, fonts.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 175, fonts.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 175, fonts.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 175, fonts.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 175, fonts.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 175, fonts.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 175, fonts.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 175, fonts.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 175, fonts.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 175, fonts.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 175, fonts.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 175, fonts.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 175, fonts.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 175, fonts.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 175, fonts.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 175, fonts.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

/* line 175, fonts.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 175, fonts.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 175, fonts.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 175, fonts.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 175, fonts.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 175, fonts.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 175, fonts.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

/* line 175, fonts.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

/* line 175, fonts.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 175, fonts.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 175, fonts.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 175, fonts.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 175, fonts.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 175, fonts.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 175, fonts.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 175, fonts.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 175, fonts.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 175, fonts.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 175, fonts.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 175, fonts.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 175, fonts.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 175, fonts.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 175, fonts.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 175, fonts.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 175, fonts.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 175, fonts.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 175, fonts.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 175, fonts.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 175, fonts.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 175, fonts.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 175, fonts.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 175, fonts.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 175, fonts.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 175, fonts.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

/* line 175, fonts.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

/* line 175, fonts.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 175, fonts.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 175, fonts.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 175, fonts.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 175, fonts.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 175, fonts.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 175, fonts.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 175, fonts.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 175, fonts.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 175, fonts.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

/* line 175, fonts.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 175, fonts.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 175, fonts.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

/* line 175, fonts.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 175, fonts.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 175, fonts.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 175, fonts.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 175, fonts.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

/* line 175, fonts.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 175, fonts.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

/* line 175, fonts.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

/* line 175, fonts.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 175, fonts.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 175, fonts.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

/* line 175, fonts.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 175, fonts.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 175, fonts.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

/* line 175, fonts.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

/* line 175, fonts.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 175, fonts.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 175, fonts.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 175, fonts.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 175, fonts.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 175, fonts.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 175, fonts.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 175, fonts.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 175, fonts.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 175, fonts.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

/* line 175, fonts.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 175, fonts.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 175, fonts.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 175, fonts.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 175, fonts.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 175, fonts.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 175, fonts.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 175, fonts.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 175, fonts.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 175, fonts.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 175, fonts.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 175, fonts.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 175, fonts.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 175, fonts.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 175, fonts.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 175, fonts.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 175, fonts.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 175, fonts.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 175, fonts.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 175, fonts.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 175, fonts.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 175, fonts.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 175, fonts.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 175, fonts.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 175, fonts.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 175, fonts.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 175, fonts.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 175, fonts.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 175, fonts.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 175, fonts.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 175, fonts.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 175, fonts.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 175, fonts.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 175, fonts.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 175, fonts.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 175, fonts.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 175, fonts.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 175, fonts.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

/* line 175, fonts.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 175, fonts.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 175, fonts.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 175, fonts.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 175, fonts.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 175, fonts.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 175, fonts.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 175, fonts.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 175, fonts.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 175, fonts.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 175, fonts.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 175, fonts.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 175, fonts.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 175, fonts.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 175, fonts.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 175, fonts.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 175, fonts.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 175, fonts.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 175, fonts.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 175, fonts.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 175, fonts.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 175, fonts.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

/* line 175, fonts.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 175, fonts.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 175, fonts.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 175, fonts.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 175, fonts.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 175, fonts.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 175, fonts.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 175, fonts.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 175, fonts.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 175, fonts.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 175, fonts.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 175, fonts.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 175, fonts.scss */
.fa-server:before {
  content: "\f233"; }

/* line 175, fonts.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 175, fonts.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 175, fonts.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

/* line 175, fonts.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 175, fonts.scss */
.fa-train:before {
  content: "\f238"; }

/* line 175, fonts.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 175, fonts.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 175, fonts.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

/* line 175, fonts.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 175, fonts.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 175, fonts.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 175, fonts.scss */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

/* line 175, fonts.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 175, fonts.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

/* line 175, fonts.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

/* line 175, fonts.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

/* line 175, fonts.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 175, fonts.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 175, fonts.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 175, fonts.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 175, fonts.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 175, fonts.scss */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 175, fonts.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 175, fonts.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 175, fonts.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 175, fonts.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 175, fonts.scss */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 175, fonts.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

/* line 175, fonts.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

/* line 175, fonts.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

/* line 175, fonts.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 175, fonts.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

/* line 175, fonts.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

/* line 175, fonts.scss */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 175, fonts.scss */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 175, fonts.scss */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 175, fonts.scss */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 175, fonts.scss */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 175, fonts.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 175, fonts.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 175, fonts.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 175, fonts.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 175, fonts.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 175, fonts.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 175, fonts.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 175, fonts.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 175, fonts.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 175, fonts.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 175, fonts.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 175, fonts.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 175, fonts.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 175, fonts.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 175, fonts.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 175, fonts.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

/* line 175, fonts.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 175, fonts.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 175, fonts.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 175, fonts.scss */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 175, fonts.scss */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 175, fonts.scss */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 175, fonts.scss */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 175, fonts.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 175, fonts.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 175, fonts.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 175, fonts.scss */
.fa-map-o:before {
  content: "\f278"; }

/* line 175, fonts.scss */
.fa-map:before {
  content: "\f279"; }

/* line 175, fonts.scss */
.fa-commenting:before {
  content: "\f27a"; }

/* line 175, fonts.scss */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 175, fonts.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 175, fonts.scss */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 175, fonts.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 175, fonts.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 175, fonts.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 175, fonts.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 175, fonts.scss */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 175, fonts.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 175, fonts.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 175, fonts.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 175, fonts.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 175, fonts.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 175, fonts.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 175, fonts.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 175, fonts.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 175, fonts.scss */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 175, fonts.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 175, fonts.scss */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 175, fonts.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 175, fonts.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 175, fonts.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 175, fonts.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 175, fonts.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 175, fonts.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 175, fonts.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 175, fonts.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 175, fonts.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 175, fonts.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 175, fonts.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 175, fonts.scss */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 175, fonts.scss */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 175, fonts.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 175, fonts.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 175, fonts.scss */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 175, fonts.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 175, fonts.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 175, fonts.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 175, fonts.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

/* line 175, fonts.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 175, fonts.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 175, fonts.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

/* line 175, fonts.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 175, fonts.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 175, fonts.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 175, fonts.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 175, fonts.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 175, fonts.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 175, fonts.scss */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 175, fonts.scss */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 175, fonts.scss */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 175, fonts.scss */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 175, fonts.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 175, fonts.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

/* line 175, fonts.scss */
.fa-handshake-o:before {
  content: "\f2b5"; }

/* line 175, fonts.scss */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 175, fonts.scss */
.fa-envelope-open-o:before {
  content: "\f2b7"; }

/* line 175, fonts.scss */
.fa-linode:before {
  content: "\f2b8"; }

/* line 175, fonts.scss */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 175, fonts.scss */
.fa-address-book-o:before {
  content: "\f2ba"; }

/* line 175, fonts.scss */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

/* line 175, fonts.scss */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

/* line 175, fonts.scss */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 175, fonts.scss */
.fa-user-circle-o:before {
  content: "\f2be"; }

/* line 175, fonts.scss */
.fa-user-o:before {
  content: "\f2c0"; }

/* line 175, fonts.scss */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 175, fonts.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

/* line 175, fonts.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

/* line 175, fonts.scss */
.fa-quora:before {
  content: "\f2c4"; }

/* line 175, fonts.scss */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 175, fonts.scss */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 175, fonts.scss */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 175, fonts.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 175, fonts.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 175, fonts.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 175, fonts.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 175, fonts.scss */
.fa-shower:before {
  content: "\f2cc"; }

/* line 175, fonts.scss */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

/* line 175, fonts.scss */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 175, fonts.scss */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 175, fonts.scss */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 175, fonts.scss */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 175, fonts.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

/* line 175, fonts.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

/* line 175, fonts.scss */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 175, fonts.scss */
.fa-grav:before {
  content: "\f2d6"; }

/* line 175, fonts.scss */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 175, fonts.scss */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 175, fonts.scss */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 175, fonts.scss */
.fa-eercast:before {
  content: "\f2da"; }

/* line 175, fonts.scss */
.fa-microchip:before {
  content: "\f2db"; }

/* line 175, fonts.scss */
.fa-snowflake-o:before {
  content: "\f2dc"; }

/* line 175, fonts.scss */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 175, fonts.scss */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 175, fonts.scss */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 175, fonts.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 175, fonts.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: "GSMarket";
  src: url("GSMarket.woff?affkjh") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/* line 32, fonts_icon.scss */
i.gs-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "GSMarket" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 47, fonts_icon.scss */
i.icon-catalog {
  line-height: 32px; }

/* line 53, fonts_icon.scss */
.icon-menu-cat__ikra {
  font-size: 26px; }
  /* line 55, fonts_icon.scss */
  .icon-menu-cat__ikra:before {
    content: ""; }

/* line 60, fonts_icon.scss */
.icon-menu-cat__ryba {
  font-size: 25px; }
  /* line 62, fonts_icon.scss */
  .icon-menu-cat__ryba:before {
    content: ""; }

/* line 68, fonts_icon.scss */
.icon-menu-cat__moreprodukty {
  font-size: 25px; }
  /* line 70, fonts_icon.scss */
  .icon-menu-cat__moreprodukty:before {
    content: ""; }

/* line 75, fonts_icon.scss */
.icon-menu-cat__syry {
  font-size: 26px; }
  /* line 77, fonts_icon.scss */
  .icon-menu-cat__syry:before {
    content: ""; }

/* line 83, fonts_icon.scss */
.icon-menu-cat__molochnaya-produktsiya {
  font-size: 25px; }
  /* line 85, fonts_icon.scss */
  .icon-menu-cat__molochnaya-produktsiya:before {
    content: ""; }

/* line 91, fonts_icon.scss */
.icon-menu-cat__polufabrikaty {
  font-size: 36px; }
  /* line 93, fonts_icon.scss */
  .icon-menu-cat__polufabrikaty:before {
    content: ""; }

/* line 99, fonts_icon.scss */
.icon-menu-cat__ovoschi-frukty {
  font-size: 29px; }
  /* line 101, fonts_icon.scss */
  .icon-menu-cat__ovoschi-frukty:before {
    content: ""; }

/* line 107, fonts_icon.scss */
.icon-menu-cat__napitki {
  font-size: 26px; }
  /* line 109, fonts_icon.scss */
  .icon-menu-cat__napitki:before {
    content: ""; }

/* line 115, fonts_icon.scss */
.icon-menu-cat__hleb {
  font-size: 28px; }
  /* line 117, fonts_icon.scss */
  .icon-menu-cat__hleb:before {
    content: ""; }

/* line 122, fonts_icon.scss */
.icon-menu-cat__bakaleya {
  font-size: 19px; }
  /* line 124, fonts_icon.scss */
  .icon-menu-cat__bakaleya:before {
    content: ""; }

/* line 130, fonts_icon.scss */
.icon-menu-cat__konservatsiya {
  font-size: 24px; }
  /* line 132, fonts_icon.scss */
  .icon-menu-cat__konservatsiya:before {
    content: ""; }

/* line 138, fonts_icon.scss */
.icon-menu-cat__myaso-ptitsa {
  font-size: 23px; }
  /* line 140, fonts_icon.scss */
  .icon-menu-cat__myaso-ptitsa:before {
    content: ""; }

/* line 146, fonts_icon.scss */
.icon-menu-cat__myasnaya-gastronomiya {
  font-size: 34px; }
  /* line 148, fonts_icon.scss */
  .icon-menu-cat__myasnaya-gastronomiya:before {
    content: ""; }

/* line 154, fonts_icon.scss */
.icon-menu-cat__konditerskie-izdeliya {
  font-size: 38px; }
  /* line 156, fonts_icon.scss */
  .icon-menu-cat__konditerskie-izdeliya:before {
    content: ""; }

/* line 162, fonts_icon.scss */
.icon-menu-cat__chay-kofe {
  font-size: 34px; }
  /* line 164, fonts_icon.scss */
  .icon-menu-cat__chay-kofe:before {
    content: ""; }

/* line 170, fonts_icon.scss */
.icon-menu-cat__proch-tovari {
  font-size: 26px; }
  /* line 172, fonts_icon.scss */
  .icon-menu-cat__proch-tovari:before {
    content: ""; }

/* line 180, fonts_icon.scss */
.icon-menu-cat__novelties {
  font-size: 27px; }
  /* line 182, fonts_icon.scss */
  .icon-menu-cat__novelties:before {
    content: ""; }

/* line 190, fonts_icon.scss */
.icon-menu-cat__special {
  font-size: 27px; }
  /* line 192, fonts_icon.scss */
  .icon-menu-cat__special:before {
    content: ""; }

/* line 2, _base.scss */
*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 3, _base.scss */
body {
  font-size: 12.8px;
  font-family: 'Open Sans',"Helvetica Neue",sans-serif;
  color: #222;
  background-color: white; }

/* line 10, _base.scss */
.wrapper {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    /* line 10, _base.scss */
    .wrapper {
      max-width: 735px; } }
  @media screen and (max-width: 760px) {
    /* line 10, _base.scss */
    .wrapper {
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px; } }

/* line 27, _base.scss */
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 42, _base.scss */
input, button {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  font-family: 'Open Sans',"Helvetica Neue",sans-serif;
  font-weight: 600;
  font-size: 16px; }

/* line 53, _base.scss */
select {
  font-family: 'Open Sans',"Helvetica Neue",sans-serif;
  font-weight: 600;
  font-size: 16px; }

/* line 58, _base.scss */
button, input[type="submit"] {
  cursor: pointer; }

/* line 61, _base.scss */
ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
  color: inherit; }

/* line 67, _base.scss */
img {
  max-width: 100%; }

/* line 71, _base.scss */
a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit; }

/* line 73, _base.scss */
.hidden {
  display: none; }

@media screen and (max-width: 760px) {
  /* line 76, _base.scss */
  .hidden-mobile {
    display: none; } }
/* line 82, _base.scss */
.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0; }

/* line 85, _base.scss */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 94, _base.scss */
  .flex.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 106, _base.scss */
  .flex.flex-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 117, _base.scss */
  .flex.flex-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  /* line 125, _base.scss */
  .flex.flex-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  /* line 138, _base.scss */
  .flex .flex-in-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

/* line 147, _base.scss */
.custom-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center; }
  /* line 153, _base.scss */
  .custom-checkbox__default {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  /* line 161, _base.scss */
  .custom-checkbox__custom {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 1px solid #3A4362;
    background-color: white;
    margin-right: 10px;
    border-radius: 3px; }
  /* line 171, _base.scss */
  .custom-checkbox__custom::before {
    content: '';
    display: none;
    width: 19px;
    height: 19px;
    background-image: url(checkbox.svg);
    background-position: center;
    background-repeat: no-repeat; }
  /* line 180, _base.scss */
  .custom-checkbox__default:checked + .custom-checkbox__custom {
    border-color: #3A4362; }
    /* line 182, _base.scss */
    .custom-checkbox__default:checked + .custom-checkbox__custom::before {
      display: block; }
  /* line 187, _base.scss */
  .custom-checkbox__custom, .custom-checkbox__label, .custom-checkbox__count {
    display: block; }

/* line 195, _base.scss */
h1, h2, h3, h4, .h1, .h2 {
  font-family: "Open Sans Condensed","Open Sans","Helvetica Neue",sans-serif;
  padding: 0;
  margin: 0;
  color: #3A4362; }

/* line 202, _base.scss */
h1, .h1 {
  font-size: 28.992px;
  font-weight: 700; }
  @media screen and (max-width: 760px) {
    /* line 202, _base.scss */
    h1, .h1 {
      font-size: 18px; } }

/* line 210, _base.scss */
h2, .h2 {
  font-size: 17.6px; }

/* line 214, _base.scss */
h3 {
  font-size: 28.16px;
  line-height: 17.92px;
  margin: 3px 0 8px 0; }

/* line 223, _base.scss */
.divider__blue {
  height: 50px;
  clear: both;
  background-color: #3A4362;
  -webkit-background-size: 140% 140%;
  background-size: 140%;
  background-position: 0 50%; }
  @media screen and (max-width: 760px) {
    /* line 223, _base.scss */
    .divider__blue {
      height: 25px;
      -webkit-background-size: 500% 500%;
      background-size: 500%; } }
  /* line 237, _base.scss */
  .divider__blue.lz-viewed {
    background-image: url(bg__sea-pattern.png); }

/* line 244, _base.scss */
img.lz {
  opacity: 0;
  transition: ease .4s opacity; }
  /* line 249, _base.scss */
  img.lz.lz-loaded, img.lz.swiper-lazy-loaded {
    opacity: 1; }

/* line 254, _base.scss */
img.swiper-lazy {
  opacity: 0;
  transition: ease .4s opacity; }
  /* line 259, _base.scss */
  img.swiper-lazy.swiper-lazy-loaded {
    opacity: 1; }

/* line 267, _base.scss */
button {
  font-family: inherit;
  outline: none; }

/* line 271, _base.scss */
.button {
  display: block;
  cursor: pointer;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  /* line 278, _base.scss */
  .button_blue {
    background-color: #3A4362;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3A4362;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 0 32px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px; }
    /* line 300, _base.scss */
    .button_blue[disabled="disabled"] {
      cursor: not-allowed;
      border-color: #d5d8dd;
      background: #e2e2e2;
      color: gray;
      -webkit-box-shadow: unset;
      box-shadow: unset; }
    @media screen and (max-width: 760px) {
      /* line 278, _base.scss */
      .button_blue {
        font-size: 14px;
        line-height: 35px;
        padding: 0 15px; } }
    /* line 317, _base.scss */
    .button_blue:hover:not([disabled="disabled"]) {
      background-color: white;
      color: #3A4362; }
  /* line 324, _base.scss */
  .button_yellow_small {
    border: 1px solid #ff9933;
    border-color: #ff9933;
    background-color: #ff9933;
    color: #525765;
    padding: 0 16px;
    line-height: 35px;
    font-size: 12.8px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    /* line 336, _base.scss */
    .button_yellow_small:hover {
      background-color: transparent;
      color: #3A4362;
      border-color: #3A4362; }
  /* line 343, _base.scss */
  .button_blue_small {
    border: 1px solid #3A4362;
    background-color: #3A4362;
    color: white;
    padding: 0 16px;
    line-height: 35px;
    font-size: 12.8px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    /* line 354, _base.scss */
    .button_blue_small:hover {
      background-color: transparent;
      color: #3A4362;
      border-color: #3A4362; }
  /* line 362, _base.scss */
  .button_white {
    background-color: white;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3A4362;
    padding: 0 32px;
    color: #3A4362;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px; }
    /* line 379, _base.scss */
    .button_white:hover {
      background-color: #3A4362;
      color: white; }
    @media screen and (max-width: 760px) {
      /* line 362, _base.scss */
      .button_white {
        font-size: 14px;
        line-height: 35px;
        padding: 0 15px; } }
  /* line 392, _base.scss */
  .button_red_disabled {
    background-color: white;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    cursor: not-allowed;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid red;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 0 32px;
    color: red;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    width: 100%; }
    @media screen and (max-width: 760px) {
      /* line 392, _base.scss */
      .button_red_disabled {
        font-size: 14px;
        line-height: 35px;
        padding: 0 15px; } }
  /* line 422, _base.scss */
  .button.hidden {
    display: none; }

/* line 428, _base.scss */
.input {
  display: block;
  font-family: inherit;
  line-height: 46px;
  height: 48px;
  border: 1px solid #3A4362;
  background: white;
  font-size: 12.8px;
  padding: 0 6px;
  text-align: left; }
  @media screen and (max-width: 760px) {
    /* line 428, _base.scss */
    .input {
      font-size: 14px;
      line-height: 33px;
      height: 35px;
      padding: 0 6px; } }

/* line 448, _base.scss */
.tooltip {
  cursor: pointer;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #a7a7a7;
  box-shadow: 0 0 0 1px #a7a7a7; }
  /* line 461, _base.scss */
  .tooltip-text {
    display: none;
    position: absolute;
    min-width: 260px;
    opacity: .85;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    right: -6px;
    bottom: 26px;
    text-transform: initial; }
    /* line 479, _base.scss */
    .tooltip-text::after {
      width: 0;
      position: absolute;
      height: 0;
      border: 6px solid transparent;
      content: '';
      border-top-color: #000;
      border-bottom: none;
      bottom: -6px;
      right: 10px; }
  /* line 493, _base.scss */
  .tooltip:hover .tooltip-text {
    display: block; }

/* line 499, _base.scss */
[data-tooltip-big] {
  position: relative; }
  /* line 502, _base.scss */
  [data-tooltip-big] [data-tooltip-text] {
    display: none;
    position: absolute;
    z-index: 1006;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    padding: 12px;
    max-width: 300px;
    left: 50%;
    width: 100%;
    color: #FFF;
    background: #333;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    /* line 519, _base.scss */
    [data-tooltip-big] [data-tooltip-text]:after {
      border-color: rgba(0, 0, 0, 0.8) transparent transparent;
      border-style: solid;
      border-width: 8px;
      bottom: -16px;
      content: "";
      left: 42px;
      position: absolute; }
  /* line 531, _base.scss */
  [data-tooltip-big]:hover [data-tooltip-text] {
    display: block; }

@media (max-width: 760px) {
  /* line 540, _base.scss */
  .selectbox__label {
    font-size: 11px; } }
/* line 547, _base.scss */
.selectbox__toggle {
  padding: 12px 20px 11px 20px;
  cursor: pointer; }
  @media (max-width: 760px) {
    /* line 547, _base.scss */
    .selectbox__toggle {
      font-size: 11px;
      padding: 10px 10px 9px 10px; } }
/* line 558, _base.scss */
.selectbox__toggle-label {
  white-space: nowrap; }
/* line 563, _base.scss */
.selectbox__toggle-icon {
  margin-left: 5px; }
  /* line 566, _base.scss */
  .selectbox__toggle-icon .fa-angle-down {
    font-size: 20px;
    font-weight: bold; }
/* line 572, _base.scss */
.selectbox__list {
  display: none;
  position: absolute;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.8);
  z-index: 11;
  background: white; }
  /* line 579, _base.scss */
  .selectbox__list.expanded {
    display: block; }
/* line 584, _base.scss */
.selectbox__item {
  border-bottom: 1px solid #e5e5e5; }
/* line 588, _base.scss */
.selectbox__link {
  display: block;
  padding: 12px 20px 11px 20px; }
  @media (max-width: 760px) {
    /* line 588, _base.scss */
    .selectbox__link {
      font-size: 11px;
      padding: 10px 10px 9px 10px; } }
  /* line 599, _base.scss */
  .selectbox__link:last-child {
    border-bottom: 0; }
  /* line 603, _base.scss */
  .selectbox__link:hover {
    color: #adadad; }
  /* line 607, _base.scss */
  .selectbox__link.active {
    color: #adadad; }
/* line 616, _base.scss */
.selectbox.expanded .selectbox__list {
  display: block; }

/* line 626, _base.scss */
.share-socials .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  width: 30px;
  height: 30px;
  background-size: 30px 30px; }

/*.dialogs__widget_btn.hvIQtu {
	background: #000;
}*/
/* line 3, _messages.scss */
.message {
  font-size: 12.8px;
  font-weight: 600;
  color: #3A4362; }
  /* line 8, _messages.scss */
  .message__wrapper {
    padding: 5px; }
  /* line 14, _messages.scss */
  .message_no-reviews {
    text-align: center; }

/* line 20, _messages.scss */
.highlighted_max-quanitity {
  -webkit-box-shadow: inset 0px 0px 0 3px rgba(58, 67, 98, 0.9);
  box-shadow: inset 0px 0px 0 3px rgba(58, 67, 98, 0.9); }

/* line 27, _messages.scss */
.message-alert__product-block {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  color: white;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 5px 5px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: visibility 0s ease 500ms, opacity 500ms;
  -o-transition: visibility 0s ease 500ms, opacity 500ms;
  transition: visibility 0s ease 500ms, opacity 500ms;
  z-index: 30; }
  /* line 45, _messages.scss */
  .message-alert__product-block.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s ease 0s, opacity 500ms;
    -o-transition: visibility 0s ease 0s, opacity 500ms;
    transition: visibility 0s ease 0s, opacity 500ms; }

/* line 3, _header.scss */
.header-dashboard {
  position: absolute;
  width: 100%;
  z-index: 30;
  top: 0;
  left: 0;
  height: 31px;
  background: #3A4362;
  color: white;
  font-size: 14px; }
  /* line 16, _header.scss */
  .header-dashboard .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  /* line 26, _header.scss */
  .header-dashboard__spacer {
    width: 100%;
    height: 31px; }
  /* line 31, _header.scss */
  .header-dashboard__city {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; }
    /* line 38, _header.scss */
    .header-dashboard__city::before {
      content: '';
      display: block;
      width: 14px;
      height: 20px;
      margin-right: 8px;
      background-image: url(ico-dashboard-city.png);
      background-repeat: no-repeat;
      background-size: contain; }
    /* line 52, _header.scss */
    .header-dashboard__city.expanded .ico {
      transform: rotate(180deg); }
    @media (max-width: 1200px) {
      /* line 31, _header.scss */
      .header-dashboard__city {
        font-size: 11px; } }
  /* line 63, _header.scss */
  .header-dashboard__phone {
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-left: 24px; }
    /* line 68, _header.scss */
    .header-dashboard__phone::before {
      content: '';
      display: block;
      width: 17px;
      height: 16px;
      margin-right: 8px;
      background-image: url(ico-dashboard-phone.png);
      background-repeat: no-repeat;
      background-size: contain; }
    @media (max-width: 1200px) {
      /* line 63, _header.scss */
      .header-dashboard__phone {
        font-size: 11px;
        margin-left: auto; } }
  @media (min-width: 1201px) {
    /* line 94, _header.scss */
    .header-dashboard_index {
      background-color: transparent;
      position: fixed; } }
  @media screen and (min-width: 765px) {
    /* line 101, _header.scss */
    .header-dashboard_index .header-dashboard__spacer {
      display: none; } }

/* line 112, _header.scss */
.header-user-panel {
  display: flex;
  color: #3A4362; }
  /* line 120, _header.scss */
  .header-user-panel__element {
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    position: relative; }
  /* line 128, _header.scss */
  .header-user-panel__element:first-child {
    margin-left: 0; }
  /* line 131, _header.scss */
  .header-user-panel__element:last-child {
    margin-right: 0; }
  /* line 135, _header.scss */
  .header-user-panel__element:hover {
    color: #adadad; }
  /* line 139, _header.scss */
  .header-user-panel__element-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22.5px;
    margin: 0 auto; }
    /* line 146, _header.scss */
    .header-user-panel__element-img .icon-svg {
      display: block;
      max-height: 100%;
      margin: 0 auto; }
    /* line 152, _header.scss */
    .header-user-panel__element-img .ico-dashboard-cabinet {
      height: 24px; }
    /* line 156, _header.scss */
    .header-user-panel__element-img .ico-dashboard-wishlist {
      height: 24px; }
    /* line 160, _header.scss */
    .header-user-panel__element-img .ico-dashboard-cart {
      height: 26px; }
    /* line 164, _header.scss */
    .header-user-panel__element-img .ico-dashboard-new {
      height: 14px; }
    /* line 168, _header.scss */
    .header-user-panel__element-img .ico-dashboard-discount {
      height: 26px; }
  /* line 173, _header.scss */
  .header-user-panel__element-text {
    display: block;
    margin-top: 6px; }
  /* line 178, _header.scss */
  .header-user-panel__element-count {
    display: block;
    position: absolute;
    top: -7px;
    right: 7px;
    opacity: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    background: #F69E48; }
    /* line 195, _header.scss */
    .header-user-panel__element-count.active {
      opacity: 1; }
  /* line 201, _header.scss */
  .header-user-panel .icon-svg {
    fill: #3A4362; }
  /* line 207, _header.scss */
  .header-user-panel.on-dark {
    color: white; }
    /* line 209, _header.scss */
    .header-user-panel.on-dark .icon-svg {
      fill: white; }
  /* line 215, _header.scss */
  .header-user-panel .ico-user-cabinet {
    background-image: url(ico-user-cabinet.png); }
  /* line 219, _header.scss */
  .header-user-panel .ico-user-wishlist {
    background-image: url(ico-user-wishlist.png); }
  /* line 223, _header.scss */
  .header-user-panel .ico-user-cart {
    background-image: url(ico-user-cart.png); }
  /* line 227, _header.scss */
  .header-user-panel .ico-user-new {
    background-image: url(ico-user-new.png);
    background-size: contain; }
  /* line 232, _header.scss */
  .header-user-panel .ico-user-discount {
    background-image: url(ico-user-discount.png); }
  @media (max-width: 1200px) {
    /* line 112, _header.scss */
    .header-user-panel {
      display: none; } }

/* line 242, _header.scss */
.header-dashboard-mobile {
  display: none;
  justify-content: space-between;
  padding: 9px 0 0 0;
  width: 100%; }
  /* line 251, _header.scss */
  .header-dashboard-mobile__logo {
    width: 128px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(logo_mobile.png);
    margin-top: -3px; }
    /* line 262, _header.scss */
    .header-dashboard-mobile__logo.event-decorated {
      background-image: url(logo_mobile_event.png);
      position: relative; }
      /* line 266, _header.scss */
      .header-dashboard-mobile__logo.event-decorated::before {
        content: '';
        background: url(https://static.insales-cdn.com/files/1/5351/32396519/original/шапка2.png);
        position: absolute;
        width: 14px;
        height: 14px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0; }
  /* line 278, _header.scss */
  .header-dashboard-mobile__toggle {
    width: 32px;
    height: 39px;
    cursor: pointer;
    padding: 4px 0 0 0; }
    /* line 287, _header.scss */
    .header-dashboard-mobile__toggle .ln {
      display: block;
      margin: 4px auto;
      width: 32px;
      height: 3px;
      background: white;
      font-size: 0px;
      line-height: 2px; }
  /* line 301, _header.scss */
  .header-dashboard-mobile__user-panel {
    float: right; }
  /* line 306, _header.scss */
  .header-dashboard-mobile__cart {
    width: 44px;
    height: 24px;
    border: 1px solid white;
    -webkit-border-radius: 24px 2px 2px 24px;
    border-radius: 24px 2px 2px 24px;
    display: inline-block; }
  /* line 316, _header.scss */
  .header-dashboard-mobile__cart-panel .link_d {
    display: block;
    position: relative;
    padding-left: 26px; }
  /* line 322, _header.scss */
  .header-dashboard-mobile__cart-panel .ico {
    width: 24px;
    height: 24px;
    background: white;
    display: inline-block;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: -1px;
    top: -1px;
    font-size: 14px;
    color: #3A4362; }
  /* line 338, _header.scss */
  .header-dashboard-mobile__cart-panel .items_number {
    font-size: 11px;
    color: white;
    text-align: center;
    line-height: 22px;
    display: block; }
  /* line 348, _header.scss */
  .header-dashboard-mobile__search-toggle {
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 22px;
    vertical-align: top;
    line-height: 22px; }

/* line 364, _header.scss */
.header-primary {
  position: fixed;
  top: 39px;
  width: 100%;
  left: 0;
  z-index: 19;
  /* 	&.on-index{
  
  		&.sticky{
  			background-color: $main-color;
  		}
  
  		&.presticky{
  			overflow: hidden;
  		}
  
  		@media screen and (min-width: 760px) {
  			color: white;
  		}
  		@media screen and (min-width: 1200px) {
  			
  		}
  	} */ }
  /* line 375, _header.scss */
  .header-primary .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  /* line 384, _header.scss */
  .header-primary__top {
    height: 75px;
    position: relative; }
  /* line 390, _header.scss */
  .header-primary__logo {
    width: 220px;
    display: block;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
    /* line 399, _header.scss */
    .header-primary__logo_white {
      background-image: url(logo__white.png); }
      /* line 402, _header.scss */
      .header-primary__logo_white.event-decorated {
        background-image: url(logo__white_event.png); }
    /* line 407, _header.scss */
    .header-primary__logo_blue {
      background-image: url(logo__blue.png); }
      /* line 409, _header.scss */
      .header-primary__logo_blue.event-decorated {
        background-image: url(logo__blue_event.png);
        position: relative; }
        /* line 413, _header.scss */
        .header-primary__logo_blue.event-decorated::before {
          content: '';
          background: url(https://static.insales-cdn.com/files/1/5351/32396519/original/шапка2.png);
          position: absolute;
          width: 28px;
          height: 28px;
          background-size: contain;
          background-repeat: no-repeat;
          top: 5px; }
    @media screen and (max-width: 1200px) {
      /* line 390, _header.scss */
      .header-primary__logo {
        position: absolute; } }
  @media (min-width: 1201px) {
    /* line 433, _header.scss */
    .header-primary__spacer {
      height: 75px; } }
  /* line 446, _header.scss */
  .header-primary.sticky {
    top: 0; }
    /* line 451, _header.scss */
    .header-primary.sticky.on-white {
      border-bottom: 1px solid #dedee2; }
  /* line 457, _header.scss */
  .header-primary.on-white {
    background: white; }

/* line 486, _header.scss */
.header-search {
  width: 490px;
  position: relative; }
  /* line 494, _header.scss */
  .header-search__input {
    width: 100%;
    height: 40px;
    border: 1px solid #3A4362;
    background-color: white;
    color: #3A4362;
    border-radius: 8px;
    padding: 10px 50px 10px 10px;
    font-size: 12.8px;
    text-align: right;
    font-weight: 400; }
  /* line 506, _header.scss */
  .header-search__input[type="text"] {
    border-radius: 8px; }
  /* line 509, _header.scss */
  .header-search__button {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 38px;
    height: 34px;
    background-color: #3A4362;
    border-radius: 6px;
    color: white;
    font-size: 16px;
    line-height: 34px;
    cursor: pointer; }
  /* line 526, _header.scss */
  .header-search_in-mobile-menu {
    display: none; }
  @media (min-width: 1200px) {
    /* line 533, _header.scss */
    .header-search_on-dark:not(.sticky) .header-search__input {
      background-color: transparent;
      border-color: white;
      color: white; }
      /* line 21, variables.scss */
      .header-search_on-dark:not(.sticky) .header-search__input::-webkit-input-placeholder {
        color: #d5d5d5; }
      /* line 22, variables.scss */
      .header-search_on-dark:not(.sticky) .header-search__input::-moz-placeholder {
        color: #d5d5d5; }
      /* line 23, variables.scss */
      .header-search_on-dark:not(.sticky) .header-search__input:-moz-placeholder {
        color: #d5d5d5; }
      /* line 24, variables.scss */
      .header-search_on-dark:not(.sticky) .header-search__input:-ms-input-placeholder {
        color: #d5d5d5; }
    /* line 541, _header.scss */
    .header-search_on-dark:not(.sticky) .header-search__button {
      background-color: transparent; } }

/* line 553, _header.scss */
.header-navigation {
  margin-left: auto; }
  /* line 559, _header.scss */
  .header-navigation__menu-in {
    display: flex; }
  /* line 563, _header.scss */
  .header-navigation__element {
    margin-left: 12px; }
  /* line 569, _header.scss */
  .header-navigation__element.highlight .header-navigation__element-link {
    background-color: #576487; }
  /* line 577, _header.scss */
  .header-navigation__element-link {
    display: block;
    line-height: 31px;
    padding: 0 7px;
    font-size: 13px;
    font-weight: 400; }
    /* line 584, _header.scss */
    .header-navigation__element-link:hover {
      color: #adadad; }

@media screen and (max-width: 1200px) and (min-width: 760px) {
  /* line 608, _header.scss */
  .view-index .header-primary__logo {
    width: 190px;
    position: static; } }
@media screen and (min-width: 765px) {
  /* line 619, _header.scss */
  .view-index .header-catalog-toggle.toggle-expand {
    top: 180px; } }

@media screen and (max-width: 1200px) {
  /* line 635, _header.scss */
  .header-dashboard {
    z-index: 40;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 75px;
    padding-top: 3px;
    position: fixed; }
    /* line 645, _header.scss */
    .header-dashboard__user-panel {
      display: none; }
    /* line 649, _header.scss */
    .header-dashboard__contacts {
      padding-top: 4px;
      float: none; }
    /* line 654, _header.scss */
    .header-dashboard__spacer {
      height: 80px; }

  /* line 660, _header.scss */
  .header-primary {
    height: 0;
    position: static;
    overflow: hidden; }
    /* line 667, _header.scss */
    .header-primary__logo {
      display: none;
      height: auto;
      background-image: none; }
    /* line 673, _header.scss */
    .header-primary__search-place {
      padding: 2px;
      height: 35px;
      display: none;
      position: fixed;
      left: 0;
      width: 100%;
      top: 67px;
      background: #f2f2f2;
      z-index: 30; }
      /* line 686, _header.scss */
      .header-primary__search-place.expanded {
        display: block; }

  /* line 693, _header.scss */
  .header-navigation {
    display: none; }

  /* line 699, _header.scss */
  .header-search {
    padding: 2px;
    height: 35px;
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 75px;
    background: #f2f2f2;
    z-index: 30; }
    /* line 711, _header.scss */
    .header-search__input {
      width: 100%;
      border: 0;
      height: 31px;
      padding: 0 90px 0 8px;
      background-color: transparent;
      text-align: left; }
    /* line 722, _header.scss */
    .header-search__button {
      border-left: 0;
      top: 2px;
      width: 80px;
      height: 31px;
      padding: 0;
      right: 2px;
      color: white;
      background: #3A4362;
      font-size: 14px;
      font-weight: 400;
      border-radius: 0; }
    /* line 737, _header.scss */
    .header-search_in-mobile-menu {
      display: block;
      position: initial;
      width: 100%;
      background-color: #f3f3f3;
      height: 45px; }
      /* line 745, _header.scss */
      .header-search_in-mobile-menu .header-search__input {
        height: 45px;
        line-height: 45px; }
      /* line 750, _header.scss */
      .header-search_in-mobile-menu .header-search__button {
        height: 43px;
        top: 1px;
        right: 1px; }
    /* line 758, _header.scss */
    .header-search.expanded {
      display: block; }

  /* line 763, _header.scss */
  .header-dashboard-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
/* line 2, _infobar.scss */
.infobar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: #666666;
  z-index: 22; }
  /* line 12, _infobar.scss */
  .infobar [data-tooltip] {
    position: relative;
    cursor: pointer; }
    /* line 18, _infobar.scss */
    .infobar [data-tooltip]:hover .infobar__tooltip {
      display: block; }
  /* line 26, _infobar.scss */
  .infobar__spacer {
    height: 35px; }
  /* line 30, _infobar.scss */
  .infobar__delivery {
    text-align: left; }
  /* line 36, _infobar.scss */
  .infobar__tooltip {
    display: none; }
  /* line 41, _infobar.scss */
  .infobar__rating .star-ico {
    color: #fdc800; }
  /* line 44, _infobar.scss */
  .infobar__rating .text {
    margin-left: 4px; }
  /* line 50, _infobar.scss */
  .infobar__tooltip {
    position: absolute;
    opacity: .85;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 0px 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    right: 0;
    bottom: 26px;
    text-transform: initial;
    line-height: 35px; }
    /* line 69, _infobar.scss */
    .infobar__tooltip::after {
      width: 0;
      position: absolute;
      height: 0;
      border: 6px solid transparent;
      content: '';
      border-top-color: #000;
      border-bottom: none;
      bottom: -6px;
      right: 10px; }
  /* line 86, _infobar.scss */
  .infobar__body {
    display: table;
    text-align: center;
    font-size: 0px;
    color: white;
    width: 100%; }
  /* line 95, _infobar.scss */
  .infobar__item {
    display: inline-block;
    vertical-align: middle;
    font-size: 12.8px;
    text-transform: uppercase;
    vertical-align: middle;
    height: 35px;
    line-height: 35px; }
    /* line 105, _infobar.scss */
    .infobar__item .link_d {
      color: white;
      text-decoration: none; }
  /* line 111, _infobar.scss */
  .infobar__dot {
    width: 8px;
    height: 35px;
    display: inline-block;
    font-size: 8px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle; }
  /* line 121, _infobar.scss */
  .infobar__delivery {
    width: 270px; }
    /* line 127, _infobar.scss */
    .infobar__delivery-date-text {
      display: inline-block;
      text-decoration: none;
      line-height: 18px;
      border-bottom: 1px solid white; }
  /* line 138, _infobar.scss */
  .infobar__guarantee {
    width: 303px; }
  /* line 142, _infobar.scss */
  .infobar__rating {
    width: 308px; }
  /* line 149, _infobar.scss */
  .infobar__free-delivery {
    text-align: right;
    width: 293px; }
    /* line 153, _infobar.scss */
    .infobar__free-delivery .link_d {
      display: inline-block;
      width: 200px;
      height: 30px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin-top: 2px;
      text-transform: initial;
      background: #3A4362;
      line-height: 25px;
      text-align: center;
      border: 2px solid white;
      text-decoration: none;
      cursor: pointer; }

/* line 172, _infobar.scss */
.infobar-mobile {
  display: none;
  z-index: 40;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  padding: 12px 0 12px 0;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2); }
  /* line 187, _infobar.scss */
  .infobar-mobile__wrapper {
    width: 735px;
    margin: 0 auto; }
  /* line 191, _infobar.scss */
  .infobar-mobile__date {
    width: 85px;
    height: 85px;
    background: #3A4362;
    -webkit-border-radius: 85px;
    border-radius: 85px;
    float: left;
    text-align: center;
    padding: 11px 0 0 0;
    color: white; }
    /* line 204, _infobar.scss */
    .infobar-mobile__date-day {
      font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
      font-size: 34px;
      line-height: 34px;
      font-weight: 700;
      letter-spacing: -1px;
      display: block; }
    /* line 215, _infobar.scss */
    .infobar-mobile__date-month {
      display: block;
      font-size: 18px; }
  /* line 223, _infobar.scss */
  .infobar-mobile__body {
    float: left;
    font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #076e8d;
    padding: 10px 0 0 15px;
    float: left; }
  /* line 235, _infobar.scss */
  .infobar-mobile__payments {
    float: left;
    padding: 10px 0 0 15px; }
    /* line 238, _infobar.scss */
    .infobar-mobile__payments .element {
      width: 48px;
      height: 32px;
      display: block;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain; }
      /* line 246, _infobar.scss */
      .infobar-mobile__payments .element_visa {
        background-image: url(payment__visa_c.png); }
      /* line 249, _infobar.scss */
      .infobar-mobile__payments .element_mastercard {
        background-image: url(payment__mastercard_c.png);
        margin-top: 2px; }

/* line 258, _infobar.scss */
.infobar-history-back {
  display: none; }

@media screen and (min-width: 1200px) {
  /* line 262, _infobar.scss */
  .sc-ifAKCX.doonAJ {
    bottom: 50px; } }
@media screen and (max-width: 1199px) {
  /* line 267, _infobar.scss */
  .infobar {
    position: relative;
    display: none; }
    /* line 272, _infobar.scss */
    .infobar__spacer {
      display: none; }

  /* line 278, _infobar.scss */
  .infobar-mobile {
    display: block; } }
@media screen and (max-width: 760px) {
  /* line 286, _infobar.scss */
  .infobar-mobile {
    position: relative;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 6px 0;
    overflow: hidden; }
    /* line 294, _infobar.scss */
    .infobar-mobile__wrapper {
      width: auto;
      margin: 0;
      overflow: hidden;
      padding: 0 10px; }
    /* line 300, _infobar.scss */
    .infobar-mobile__date {
      width: 40px;
      height: 40px;
      -webkit-border-radius: 40px;
      border-radius: 40px;
      padding-top: 8px;
      margin-top: 3px; }
      /* line 308, _infobar.scss */
      .infobar-mobile__date-day {
        font-size: 15px;
        line-height: 11px;
        letter-spacing: 0; }
      /* line 314, _infobar.scss */
      .infobar-mobile__date-month {
        font-size: 10px; }
    /* line 319, _infobar.scss */
    .infobar-mobile__body {
      font-size: 16px;
      padding-top: 4px;
      padding-left: 15px; }
    /* line 325, _infobar.scss */
    .infobar-mobile__payments {
      padding-top: 0;
      padding: 0px 0 0 13px;
      float: right; }
      /* line 329, _infobar.scss */
      .infobar-mobile__payments .element {
        width: 33px;
        height: 22px;
        margin-top: 1px; }

  /* line 338, _infobar.scss */
  .sc-ifAKCX.doonAJ {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms, background-color 300ms;
    bottom: 14px;
    right: 10px; }
    /* line 346, _infobar.scss */
    .sc-ifAKCX.doonAJ.hidden {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 300ms, opacity 300ms; }
    /* line 352, _infobar.scss */
    .sc-ifAKCX.doonAJ .dialogs__widget_btn {
      width: 45px;
      height: 45px; }
    /* line 356, _infobar.scss */
    .sc-ifAKCX.doonAJ .ioKexq {
      width: 24px;
      height: 24px; }

  /* line 363, _infobar.scss */
  .infobar-history-back {
    display: block;
    position: fixed;
    bottom: 14px;
    left: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #3c4262;
    text-align: center;
    color: white;
    z-index: 38;
    border: 1px solid #3A4362;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms, background-color 300ms; }
    /* line 380, _infobar.scss */
    .infobar-history-back.hidden {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
      -o-transition: visibility 0s linear 300ms, opacity 300ms;
      transition: visibility 0s linear 300ms, opacity 300ms; }
    /* line 390, _infobar.scss */
    .infobar-history-back .icon-svg {
      width: 24px;
      height: 24px;
      margin-top: 11px; }
      /* line 394, _infobar.scss */
      .infobar-history-back .icon-svg path {
        fill: white; }
    /* line 399, _infobar.scss */
    .infobar-history-back:hover {
      background-color: white; }
      /* line 402, _infobar.scss */
      .infobar-history-back:hover .icon-svg path {
        fill: #3A4362; } }
/* line 1, _header-slider.scss */
.header-slider {
  background-color: #1b202f;
  overflow: hidden; }
  @media screen and (min-width: 765px) {
    /* line 1, _header-slider.scss */
    .header-slider {
      position: fixed;
      height: -webkit-calc(100% - 24px);
      height: calc(100% - 24px);
      width: 100%;
      top: 0;
      left: 0;
      z-index: 10; } }
  @media screen and (max-width: 1200px) {
    /* line 1, _header-slider.scss */
    .header-slider {
      height: 470px; } }
  @media screen and (max-width: 760px) {
    /* line 1, _header-slider.scss */
    .header-slider {
      position: relative;
      height: 180px; } }
  /* line 25, _header-slider.scss */
  .header-slider__block {
    height: 100%;
    overflow: hidden; }
    @media screen and (min-width: 765px) {
      /* line 25, _header-slider.scss */
      .header-slider__block {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; } }
    @media screen and (max-width: 1200px) {
      /* line 25, _header-slider.scss */
      .header-slider__block {
        height: 470px; } }
    @media screen and (max-width: 760px) {
      /* line 25, _header-slider.scss */
      .header-slider__block {
        height: 180px; } }
    /* line 44, _header-slider.scss */
    .header-slider__block:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 28%;
      z-index: 10;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.61)), color-stop(48%, rgba(0, 0, 0, 0.61)), color-stop(100%, rgba(0, 0, 0, 0.03)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.61) 48%, rgba(0, 0, 0, 0.03) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.61) 48%, rgba(0, 0, 0, 0.03) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), color-stop(48%, rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.03)));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0.61) 48%, rgba(0, 0, 0, 0.03) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c000000', endColorstr='#08000000',GradientType=0 ); }
  /* line 60, _header-slider.scss */
  .header-slider__list {
    height: 100%; }
  /* line 65, _header-slider.scss */
  .header-slider__item {
    height: 100%; }
    /* line 69, _header-slider.scss */
    .header-slider__item[data-link] {
      cursor: pointer; }
  /* line 75, _header-slider.scss */
  .header-slider__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    background-color: black;
    object-fit: cover; }
  /* line 87, _header-slider.scss */
  .header-slider__image.swiper-lazy.swiper-lazy-loaded {
    opacity: .8; }
  /* line 91, _header-slider.scss */
  .header-slider__content {
    position: relative;
    height: 90%;
    text-align: center;
    font-family: 'Open Sans',sans-serif; }
    @media screen and (max-width: 1200px) {
      /* line 91, _header-slider.scss */
      .header-slider__content {
        height: 70%; } }
  /* line 100, _header-slider.scss */
  .header-slider__content-in {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 48%; }
  /* line 107, _header-slider.scss */
  .header-slider__text {
    color: white;
    margin-bottom: 10px; }
    /* line 111, _header-slider.scss */
    .header-slider__text-h1 {
      font-family: 'Heuristica',serif;
      font-style: italic;
      font-weight: 700;
      font-size: 64px;
      line-height: 64px;
      text-transform: lowercase; }
    /* line 120, _header-slider.scss */
    .header-slider__text-h2, .header-slider__text-h3 {
      font-size: 26px;
      line-height: 52px;
      text-transform: uppercase;
      font-weight: 300; }
      @media screen and (max-width: 1200px) {
        /* line 120, _header-slider.scss */
        .header-slider__text-h2, .header-slider__text-h3 {
          line-height: 25px; } }
  /* line 131, _header-slider.scss */
  .header-slider__button {
    width: 97px;
    margin: 10px auto; }
    @media screen and (max-width: 1200px) {
      /* line 131, _header-slider.scss */
      .header-slider__button {
        margin-top: 25px; } }
    /* line 139, _header-slider.scss */
    .header-slider__button .link_d {
      display: block;
      background: white;
      border: 1px solid white;
      color: #3A4362;
      font-weight: 600;
      text-transform: uppercase;
      height: 26px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      line-height: 24px;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
      /* line 153, _header-slider.scss */
      .header-slider__button .link_d:hover {
        background: #3A4362;
        color: white;
        border-color: #3A4362; }
  /* line 162, _header-slider.scss */
  .header-slider__move-down {
    position: absolute;
    cursor: pointer;
    font-size: 42px;
    padding: 0;
    border: 2px solid white;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: white;
    line-height: 46px;
    text-align: center;
    left: 50%;
    margin-left: -25px;
    top: 82%; }
    /* line 180, _header-slider.scss */
    .header-slider__move-down:hover {
      color: #3A4362;
      background: white; }
  /* line 186, _header-slider.scss */
  .header-slider__decorative {
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 18px;
    background: url(rope1_part.png) bottom center repeat-x transparent;
    z-index: 10; }
  @media screen and (max-width: 1200px) {
    /* line 196, _header-slider.scss */
    .header-slider__spacer {
      height: 360px; } }
  @media screen and (max-width: 760px) {
    /* line 196, _header-slider.scss */
    .header-slider__spacer {
      display: none; } }

@media screen and (min-width: 765px) {
  /* line 217, _header-slider.scss */
  .header-slider__image {
    height: -webkit-calc(100% - 11px);
    height: calc(100% - 11px); } }
@media screen and (max-width: 1200px) {
  /* line 228, _header-slider.scss */
  .header-slider__move-down {
    display: none; } }
@media screen and (max-width: 760px) {
  /* line 238, _header-slider.scss */
  .header-slider__content {
    height: 50%; }
  /* line 241, _header-slider.scss */
  .header-slider__text {
    margin-bottom: 3px; }
    /* line 243, _header-slider.scss */
    .header-slider__text-h1 {
      font-size: 24px;
      line-height: 24px; }
    /* line 248, _header-slider.scss */
    .header-slider__text-h2, .header-slider__text-h3 {
      font-size: 11px;
      line-height: 13px; }
    /* line 253, _header-slider.scss */
    .header-slider__text-h3 {
      display: none; }
  /* line 258, _header-slider.scss */
  .header-slider__button {
    width: 75px;
    margin-top: 5px; }
    /* line 262, _header-slider.scss */
    .header-slider__button .link_d {
      height: 15px;
      font-size: 10px;
      line-height: 15px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  /* line 271, _header-slider.scss */
  .header-slider__decorative {
    height: 10px;
    -webkit-background-size: contain;
    background-size: contain; } }
@media screen and (min-width: 1200px) {
  /* line 2, _menu-catalog.scss */
  .header-catalog {
    color: #3A4362;
    position: relative;
    margin-bottom: 12.8px;
    /* 		&.on-index{
    			position: relative;
    			left: 0;
    			margin-top: 87px;
    		} */ }
    /* line 9, _menu-catalog.scss */
    .header-catalog.white-menu {
      color: white; }
      /* line 13, _menu-catalog.scss */
      .header-catalog.white-menu .header-catalog__wrapper {
        border-color: white; }
      /* line 18, _menu-catalog.scss */
      .header-catalog.white-menu .hc-menu_item__lvl0-children {
        box-shadow: 0 4px 3px rgba(0, 0, 0, 0.8); }
    /* line 30, _menu-catalog.scss */
    .header-catalog__wrapper {
      border-bottom: 1px solid #3A4365; }

  /* line 35, _menu-catalog.scss */
  .header-catalog-menu {
    width: 100%;
    height: 63px;
    margin: 12px 0 0 0; }
    /* line 45, _menu-catalog.scss */
    .header-catalog-menu__row {
      display: grid;
      grid-template-columns: auto auto auto auto auto auto auto auto;
      justify-content: space-between;
      justify-items: stretch;
      margin-left: -10px;
      margin-right: -2px; }

  /* line 59, _menu-catalog.scss */
  .hc-menu_item__lvl0 {
    position: relative;
    font-size: 12.8px;
    z-index: 2;
    height: 32px;
    position: relative;
    font-size: 12.8px;
    /* 			&.col-1{
    	width: 83px;
    }
    &.col-2{
    	width: 105px;
    }
    
    &.col-3{
    	width: 153px;
    }
    &.col-4{
    	width: 139px;
    }
    &.col-5{
    	width: 200px;
    }
    &.col-6{
    	width: 208px;
    }
    &.col-7{
    	width: 161px;
    }
    &.col-8{
    	width: 151px;
    } */ }
    /* line 72, _menu-catalog.scss */
    .hc-menu_item__lvl0::before {
      content: '';
      position: absolute;
      top: 12px;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-color: #3A4362;
      left: 0px; }
    /* line 87, _menu-catalog.scss */
    .hc-menu_item__lvl0.col-1::before {
      display: none; }
    /* line 91, _menu-catalog.scss */
    .hc-menu_item__lvl0.col-1 .hc-menu_item__lvl0-block {
      margin-left: 0; }
    /* line 95, _menu-catalog.scss */
    .hc-menu_item__lvl0.col-1 .hc-menu_item__lvl0-children.to-right {
      left: 0; }
    /* line 106, _menu-catalog.scss */
    .hc-menu_item__lvl0.col-8 .hc-menu_item__lvl0-link {
      padding-right: 0; }
    /* line 112, _menu-catalog.scss */
    .hc-menu_item__lvl0.white-menu::before {
      background-color: white; }
    /* line 117, _menu-catalog.scss */
    .hc-menu_item__lvl0-block {
      padding: 0px 5px 0px 4px;
      -webkit-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      position: relative;
      margin-left: 8px;
      width: calc(100% - 8px); }
    /* line 129, _menu-catalog.scss */
    .hc-menu_item__lvl0-block.row-1::after {
      content: '';
      font-size: 0px;
      width: 75px;
      height: 45px;
      position: absolute;
      display: none; }
    /* line 139, _menu-catalog.scss */
    .hc-menu_item__lvl0-block.row-1.to-right::after {
      right: -75px; }
    /* line 145, _menu-catalog.scss */
    .hc-menu_item__lvl0-block.row-1.to-left::after {
      left: -75px; }
    /* line 154, _menu-catalog.scss */
    .hc-menu_item__lvl0-block.row-2::after {
      content: '';
      width: 80px;
      height: 45px;
      top: 15px;
      position: absolute;
      display: none; }
    /* line 165, _menu-catalog.scss */
    .hc-menu_item__lvl0-block.row-2.to-right::after {
      transform: rotate(25deg);
      right: -68px; }
    /* line 172, _menu-catalog.scss */
    .hc-menu_item__lvl0-block.row-2.to-left::after {
      transform: rotate(-25deg);
      left: -68px; }
    /* line 181, _menu-catalog.scss */
    .hc-menu_item__lvl0-link {
      display: block;
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 30px;
      white-space: nowrap;
      padding-right: 20px; }
    /* line 192, _menu-catalog.scss */
    .hc-menu_item__lvl0-ico {
      width: 5px;
      height: 30px;
      margin-right: 2px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      position: relative; }
    /* line 208, _menu-catalog.scss */
    .hc-menu_item__lvl0-children {
      background-repeat: no-repeat;
      display: none;
      position: absolute;
      top: 65px;
      min-width: 400px;
      background-position: top right;
      background-color: white;
      color: #3A4362;
      -webkit-border-radius: 0px 0px 3px 3px;
      border-radius: 0px 0px 3px 3px;
      -webkit-box-shadow: 0 4px 3px #BDBDBD;
      box-shadow: 0 4px 3px #BDBDBD;
      min-height: 160px;
      padding: 10px 170px 11px 16px; }
      /* line 225, _menu-catalog.scss */
      .hc-menu_item__lvl0-children.row-2 {
        top: 34px; }
      /* line 229, _menu-catalog.scss */
      .hc-menu_item__lvl0-children.to-left {
        right: 0px;
        background-position: left bottom;
        padding: 10px 16px 11px 186px; }
      /* line 235, _menu-catalog.scss */
      .hc-menu_item__lvl0-children.to-right {
        left: 8px;
        background-position: right bottom; }
    /* line 242, _menu-catalog.scss */
    .hc-menu_item__lvl0:hover {
      z-index: 20; }
      /* line 245, _menu-catalog.scss */
      .hc-menu_item__lvl0:hover .hc-menu_item__lvl0-block::after {
        display: block; }
      /* line 250, _menu-catalog.scss */
      .hc-menu_item__lvl0:hover:not(.has-children) {
        color: #adadad; }
        /* line 253, _menu-catalog.scss */
        .hc-menu_item__lvl0:hover:not(.has-children) .hc-menu_item__lvl0-ico {
          opacity: 0.65; }
    /* line 261, _menu-catalog.scss */
    .hc-menu_item__lvl0.has-children:hover {
      z-index: 20; }
      /* line 263, _menu-catalog.scss */
      .hc-menu_item__lvl0.has-children:hover .hc-menu_item__lvl0-children {
        display: block; }
      /* line 266, _menu-catalog.scss */
      .hc-menu_item__lvl0.has-children:hover .hc-menu_item__lvl0-block {
        background: white;
        color: #3A4362;
        -webkit-box-shadow: 0 1px 3px #BDBDBD;
        box-shadow: 0 1px 3px #BDBDBD;
        height: 74px;
        margin-bottom: -45px; }
        /* line 274, _menu-catalog.scss */
        .hc-menu_item__lvl0.has-children:hover .hc-menu_item__lvl0-block.second-line {
          height: 38px;
          margin-bottom: -8px; }
      /* line 279, _menu-catalog.scss */
      .hc-menu_item__lvl0.has-children:hover .hc-menu_item__lvl0-link {
        border-bottom: 1px solid #3A4362; }
  /* line 313, _menu-catalog.scss */
  .hc-menu_item__lvl1 {
    margin: 1px 0 2px 0;
    padding: 1px 0 1px 0;
    line-height: 17px;
    font-weight: 600; }
    /* line 319, _menu-catalog.scss */
    .hc-menu_item__lvl1:hover {
      color: #adadad; }
    /* line 323, _menu-catalog.scss */
    .hc-menu_item__lvl1-children {
      padding: 0 0 0 20px; }
    /* line 329, _menu-catalog.scss */
    .hc-menu_item__lvl1-block {
      background-color: white; }
      /* line 333, _menu-catalog.scss */
      .hc-menu_item__lvl1-block .column {
        float: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
      /* line 347, _menu-catalog.scss */
      .hc-menu_item__lvl1-block.columns-1 .column {
        width: 100%; }
      /* line 352, _menu-catalog.scss */
      .hc-menu_item__lvl1-block.columns-2 {
        min-width: 430px; }
        /* line 354, _menu-catalog.scss */
        .hc-menu_item__lvl1-block.columns-2 .column {
          width: 50%;
          padding: 0 10px; }
      /* line 360, _menu-catalog.scss */
      .hc-menu_item__lvl1-block.columns-3 {
        min-width: 765px; }
        /* line 362, _menu-catalog.scss */
        .hc-menu_item__lvl1-block.columns-3 .column {
          width: 33.3%;
          padding: 0 10px; }
  /* line 374, _menu-catalog.scss */
  .hc-menu_item__lvl2 {
    line-height: 17px;
    display: inline-block;
    padding: 2px 0;
    margin-left: 20px; }
    /* line 379, _menu-catalog.scss */
    .hc-menu_item__lvl2:hover {
      color: #adadad; } }
@media screen and (max-width: 1200px) {
  /* line 389, _menu-catalog.scss */
  .header-catalog {
    display: none; } }
@media screen and (min-width: 1200px) {
  /* line 3, _mobile-panel.scss */
  .mobile-panel {
    display: none; }

  /* line 7, _mobile-panel.scss */
  .mcat-submenu-list {
    display: none; } }
@media screen and (max-width: 1199px) {
  /* line 14, _mobile-panel.scss */
  .mobile-panel {
    position: fixed;
    color: #3A4362;
    top: 75px;
    width: 100%;
    border-bottom: 1px solid #a4a4a4;
    left: -108%;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
    z-index: 39;
    height: -webkit-calc(100% - 75px);
    height: calc(100% - 75px);
    overflow: auto;
    padding-right: 45px;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    /* line 44, _mobile-panel.scss */
    .mobile-panel__wrapper {
      border-right: 2px solid #3A4362;
      position: relative;
      background-color: white; }
    /* line 51, _mobile-panel.scss */
    .mobile-panel__close {
      width: 45px;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0px;
      padding-top: 2px;
      font-size: 35px;
      color: #7f7f7f;
      text-align: center;
      line-height: 42px;
      z-index: 92;
      cursor: pointer; }
    /* line 66, _mobile-panel.scss */
    .mobile-panel__menu {
      padding: 10px;
      background-color: #3A4362;
      color: white; }
    /* line 72, _mobile-panel.scss */
    .mobile-panel__menu-item {
      display: block;
      padding: 4px 0 4px 29px;
      font-size: 19px;
      font-weight: 600; }
      /* line 78, _mobile-panel.scss */
      .mobile-panel__menu-item-ico {
        width: 19px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        margin-left: -29px; }

  /* line 92, _mobile-panel.scss */
  .mcat-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    position: relative; }
    /* line 104, _mobile-panel.scss */
    .mcat-item::before {
      content: '';
      height: 1px;
      line-height: 1px;
      overflow: hidden;
      position: absolute;
      left: 10px;
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      background-color: #eaeaea;
      bottom: 0; }
    /* line 118, _mobile-panel.scss */
    .mcat-item.has-children::after {
      content: "\f105";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-family: FontAwesome;
      display: block;
      width: 15px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      font-size: 24px;
      margin-left: auto;
      color: #adadad;
      margin-right: 4px; }
    /* line 138, _mobile-panel.scss */
    .mcat-item:hover {
      background-color: #f3f3f3;
      outline: none; }
    /* line 146, _mobile-panel.scss */
    .mcat-item__ico {
      width: 41px;
      height: 30px;
      text-align: center; }
      /* line 152, _mobile-panel.scss */
      .mcat-item__ico-img {
        margin-top: 1.5px;
        width: 27px;
        height: 27px;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        display: none; }
    /* line 165, _mobile-panel.scss */
    .mcat-item__title {
      font-size: 16px;
      font-weight: 400; }

  /* line 173, _mobile-panel.scss */
  .mcat-submenu-list {
    position: absolute; }

  /* line 177, _mobile-panel.scss */
  .mcat-submenu {
    display: block;
    position: fixed;
    left: 100%;
    top: 75px;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    height: -webkit-calc(100% - 75px);
    height: calc(100% - 75px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-right: 2px solid #3A4362;
    -webkit-background-size: 1px 1px;
    background-color: white;
    overflow: auto;
    z-index: 91;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    color: #3A4362; }
    /* line 204, _mobile-panel.scss */
    .mcat-submenu.hovered {
      left: 0; }
    /* line 209, _mobile-panel.scss */
    .mcat-submenu__goback {
      height: 40px;
      line-height: 25px;
      font-size: 16px; }
      /* line 217, _mobile-panel.scss */
      .mcat-submenu__goback::before {
        width: 53px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: FontAwesome;
        content: '\f104';
        text-align: center;
        font-size: 24px; }
    /* line 230, _mobile-panel.scss */
    .mcat-submenu__header {
      padding: 8px 10px;
      background-color: #3A4362;
      color: white;
      font-size: 19px; }
      /* line 236, _mobile-panel.scss */
      .mcat-submenu__header-ico {
        width: 40px;
        color: white; }
    /* line 244, _mobile-panel.scss */
    .mcat-submenu__item {
      padding: 12px 5px 12px 53px;
      position: relative;
      font-size: 16px;
      display: block; }
      /* line 250, _mobile-panel.scss */
      .mcat-submenu__item:hover {
        background-color: #f3f3f3;
        color: #adadad; }
      /* line 256, _mobile-panel.scss */
      .mcat-submenu__item::after {
        content: '';
        height: 1px;
        line-height: 1px;
        overflow: hidden;
        position: absolute;
        left: 42px;
        width: -webkit-calc(100% - 42px);
        width: calc(100% - 42px);
        background-color: #eee;
        bottom: 0; }

  /* line 274, _mobile-panel.scss */
  .mcat-subsubmenu {
    z-index: 91;
    padding: 10px 0 10px 53px; }
    /* line 278, _mobile-panel.scss */
    .mcat-subsubmenu__item {
      padding: 5px 0;
      font-size: 14px;
      line-height: 17px;
      display: block; }

  /* line 287, _mobile-panel.scss */
  .mobile-panel.expanded {
    left: 0; }
    /* line 292, _mobile-panel.scss */
    .mobile-panel.expanded .mcat-item__ico-img {
      display: inline-block; }

  /* line 298, _mobile-panel.scss */
  .mobile-panel.ov_h {
    left: -100%; }

  /* line 302, _mobile-panel.scss */
  .mobile-panel.ov_h.expanded {
    left: -100%; } }
/* line 1, _menu-catalog_side.scss */
.side-catalog {
  color: #3A4362;
  padding-bottom: 50px; }
  /* line 12, _menu-catalog_side.scss */
  .side-catalog .menu_item__lvl0 {
    padding: 11px 0;
    display: block;
    border-bottom: 1px solid #ececec; }
    /* line 24, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl0_block {
      line-height: 14px; }
    /* line 27, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl0_link {
      font-size: 14px; }
      /* line 30, _menu-catalog_side.scss */
      .side-catalog .menu_item__lvl0_link:hover {
        color: #adadad; }
    /* line 35, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl0_icon {
      width: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px; }
    /* line 42, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl0_children {
      display: none; }
    /* line 48, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl0.active .menu_item__lvl0_children {
      display: block; }
  /* line 55, _menu-catalog_side.scss */
  .side-catalog .menu_item__lvl1 {
    border-bottom: 1px solid #ececec;
    padding: 8px 0; }
    /* line 59, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl1:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    /* line 68, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl1_list {
      margin-top: 8px;
      padding-top: 2px;
      padding-left: 15px;
      border-top: 1px solid #ececec; }
    /* line 76, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl1_link {
      font-size: 12.8px; }
      /* line 78, _menu-catalog_side.scss */
      .side-catalog .menu_item__lvl1_link:hover {
        color: #adadad; }
    /* line 83, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl1_children {
      display: none; }
    /* line 90, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl1.active .menu_item__lvl1_block {
      color: #3A4362;
      font-weight: 600; }
    /* line 94, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl1.active .menu_item__lvl1_children {
      display: block; }
  /* line 101, _menu-catalog_side.scss */
  .side-catalog .menu_item__lvl2 {
    border-bottom: 1px solid #ececec;
    padding: 8px 0; }
    /* line 106, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl2:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    /* line 113, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl2_list {
      margin-top: 8px;
      padding: 2px 0 0 20px;
      border-top: 1px solid #ececec; }
    /* line 120, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl2_link {
      font-size: 12.8px; }
      /* line 122, _menu-catalog_side.scss */
      .side-catalog .menu_item__lvl2_link:hover {
        color: #adadad; }
    /* line 129, _menu-catalog_side.scss */
    .side-catalog .menu_item__lvl2.active {
      font-weight: 600; }
  /* line 138, _menu-catalog_side.scss */
  .side-catalog_floated {
    position: fixed; }
  /* line 144, _menu-catalog_side.scss */
  .side-catalog_fixed-bottom {
    position: absolute;
    bottom: 0; }

/* line 4, _breadcrumbs.scss */
.breadcrumbs__list {
  display: block;
  font-size: 0px; }
/* line 8, _breadcrumbs.scss */
.breadcrumbs__item {
  font-weight: 600;
  display: inline-block;
  font-size: 12.8px;
  color: #9E9E9E;
  font-family: "Open Sans Condensed","Open Sans","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; }
  /* line 14, _breadcrumbs.scss */
  .breadcrumbs__item:after {
    content: '/';
    display: inline-block;
    padding: 0 10px; }
  /* line 20, _breadcrumbs.scss */
  .breadcrumbs__item:last-child:after {
    content: '';
    padding: 0; }
/* line 27, _breadcrumbs.scss */
.breadcrumbs__link {
  color: #9E9E9E;
  font-size: 12.8px;
  text-transform: uppercase; }
  /* line 32, _breadcrumbs.scss */
  .breadcrumbs__link.current-page {
    color: #3A4362; }

@media screen and (max-width: 760px) {
  /* line 44, _breadcrumbs.scss */
  .breadcrumbs__item:after {
    padding: 0 6px; }
  /* line 49, _breadcrumbs.scss */
  .breadcrumbs__link {
    font-size: 11px; } }
/* line 3, _index.scss */
.index-page__columns {
  margin-top: 12.8px;
  margin-bottom: 12.8px; }
  /* line 9, _index.scss */
  .index-page__columns .column_one {
    width: 61%;
    float: left;
    max-width: 730px; }
  /* line 16, _index.scss */
  .index-page__columns .column_two {
    width: 37.5%;
    float: right;
    max-width: 450px; }
  /* line 27, _index.scss */
  .index-page__columns .advantages-bar__item:last-child {
    padding: 20px 35px; }
  @media screen and (max-width: 1200px) {
    /* line 26, _index.scss */
    .index-page__columns .advantages-bar {
      flex-wrap: wrap;
      margin-bottom: 0; }
      /* line 35, _index.scss */
      .index-page__columns .advantages-bar__item {
        width: 47%;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        order: 0; }
        /* line 42, _index.scss */
        .index-page__columns .advantages-bar__item:nth-child(2) {
          order: 2; }
        /* line 46, _index.scss */
        .index-page__columns .advantages-bar__item:nth-child(3) {
          order: 1; }
        /* line 50, _index.scss */
        .index-page__columns .advantages-bar__item:last-child {
          order: 3; } }
  @media screen and (max-width: 760px) {
    /* line 57, _index.scss */
    .index-page__columns .advantages-bar__item {
      margin-bottom: 8.5px; } }
  @media screen and (max-width: 580px) {
    /* line 63, _index.scss */
    .index-page__columns .advantages-bar__item:last-child {
      padding: 20px; }
    /* line 67, _index.scss */
    .index-page__columns .advantages-bar__ico {
      width: 40%;
      margin: 0 4px; }
    /* line 72, _index.scss */
    .index-page__columns .advantages-bar__item:first-child .advantages-bar__ico, .index-page__columns .advantages-bar__item:nth-child(2) .advantages-bar__ico {
      margin-right: 8px; } }
  @media screen and (max-width: 430px) {
    /* line 80, _index.scss */
    .index-page__columns .advantages-bar__item {
      padding: 5px !important;
      align-items: center;
      width: 49%; }
    /* line 86, _index.scss */
    .index-page__columns .advantages-bar__ico {
      height: 50px; }
    /* line 91, _index.scss */
    .index-page__columns .advantages-bar .advantages-bar__text {
      font-size: 12px; } }
@media screen and (max-width: 760px) {
  /* line 103, _index.scss */
  .index-page__description {
    display: none; } }

/* line 112, _index.scss */
.index-slider {
  margin: 12.8px 0 0 0; }
  @media screen and (max-width: 1200px) {
    /* line 112, _index.scss */
    .index-slider {
      margin: 10px 0 0 0; } }
  @media screen and (max-width: 767px) {
    /* line 112, _index.scss */
    .index-slider {
      margin: 14px 0 0 0; } }
  @media screen and (max-width: 760px) {
    /* line 112, _index.scss */
    .index-slider {
      bottom: 2px; } }
  /* line 135, _index.scss */
  .index-slider__wrapper {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-overflow: hidden;
    overflow: hidden;
    transform: translateZ(0); }
  /* line 144, _index.scss */
  .index-slider__block {
    position: relative; }
  /* line 148, _index.scss */
  .index-slider__item {
    border-radius: 20px;
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      /* line 148, _index.scss */
      .index-slider__item {
        min-height: 187px; } }
    @media screen and (max-width: 1200px) {
      /* line 148, _index.scss */
      .index-slider__item {
        min-height: 115px; } }
    @media screen and (max-width: 760px) {
      /* line 148, _index.scss */
      .index-slider__item {
        min-height: 52px; } }
  /* line 169, _index.scss */
  .index-slider__ img {
    width: 100%;
    display: block; }
  /* line 174, _index.scss */
  .index-slider__dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2px;
    text-align: center;
    z-index: 1040; }
  /* line 183, _index.scss */
  .index-slider__in {
    overflow: hidden; }
  /* line 187, _index.scss */
  .index-slider__text {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 10; }
    /* line 200, _index.scss */
    .index-slider__text-inner {
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 12px;
      font-family: 'Open Sans',sans-serif;
      background-color: #fff;
      border: 1px solid #fff;
      color: #3A4362;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 10px 15px 10px;
      text-transform: uppercase;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      cursor: pointer; }
    /* line 218, _index.scss */
    .index-slider__text::after {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  /* line 226, _index.scss */
  .index-slider__link {
    display: block;
    text-align: center;
    position: relative; }
    /* line 231, _index.scss */
    .index-slider__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease;
      position: absolute;
      z-index: 9;
      left: 0;
      top: 0;
      border-radius: 20px; }
    /* line 249, _index.scss */
    .index-slider__link:hover::after {
      opacity: .2; }
    /* line 253, _index.scss */
    .index-slider__link:hover .index-slider__text {
      opacity: 1; }
  /* line 261, _index.scss */
  .index-slider__image {
    display: block; }
    /* line 265, _index.scss */
    .index-slider__image img {
      width: 100%;
      display: block; }
    /* line 270, _index.scss */
    .index-slider__image.hide-desk {
      display: none; }
    @media screen and (max-width: 767px) {
      /* line 276, _index.scss */
      .index-slider__image.hide-mob {
        display: none; }
      /* line 280, _index.scss */
      .index-slider__image.hide-desk {
        display: block; } }
  /* line 290, _index.scss */
  .index-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0;
    opacity: .7;
    position: relative;
    z-index: 10;
    background-color: transparent; }
    @media screen and (max-width: 760px) {
      /* line 290, _index.scss */
      .index-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 1px; } }
    /* line 308, _index.scss */
    .index-slider .swiper-pagination-bullet::before {
      content: '';
      width: 12px;
      height: 12px;
      display: block;
      margin: 4px 0 0 4px;
      border-radius: 12px;
      background-color: white;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 760px) {
        /* line 308, _index.scss */
        .index-slider .swiper-pagination-bullet::before {
          width: 8px;
          height: 8px;
          margin: 1px 0 0 1px;
          border-radius: 12px; } }
    /* line 328, _index.scss */
    .index-slider .swiper-pagination-bullet:hover {
      opacity: 1; }
  /* line 334, _index.scss */
  .index-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: transparent; }

/* line 340, _index.scss */
.homepage-banners-slider {
  margin-top: 12.8px; }
  @media screen and (max-width: 760px) {
    /* line 340, _index.scss */
    .homepage-banners-slider {
      margin-top: 8.5px; } }
  /* line 347, _index.scss */
  .homepage-banners-slider__item {
    width: auto;
    height: auto;
    margin-left: 24px;
    cursor: pointer; }
    @media screen and (max-width: 1200px) {
      /* line 347, _index.scss */
      .homepage-banners-slider__item {
        margin-left: 14px; } }
    @media screen and (max-width: 760px) {
      /* line 347, _index.scss */
      .homepage-banners-slider__item {
        margin-left: 12px; } }
    @media screen and (max-width: 630px) {
      /* line 347, _index.scss */
      .homepage-banners-slider__item {
        margin-left: 10px;
        border-radius: 10px; } }
    /* line 366, _index.scss */
    .homepage-banners-slider__item:first-child {
      margin-left: 0; }
  /* line 374, _index.scss */
  .homepage-banners-slider .index-slider__image {
    display: block;
    width: 180px;
    border-radius: 20px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 695px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 170px; } }
    @media screen and (max-width: 667px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 160px; } }
    @media screen and (max-width: 630px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 150px; } }
    @media screen and (max-width: 585px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 140px; } }
    @media screen and (max-width: 535px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 130px; } }
    @media screen and (max-width: 510px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 120px; } }
    @media screen and (max-width: 485px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 110px; } }
    @media screen and (max-width: 436px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 100px; } }
    @media screen and (max-width: 396px) {
      /* line 374, _index.scss */
      .homepage-banners-slider .index-slider__image {
        width: 90px; } }
    /* line 412, _index.scss */
    .homepage-banners-slider .index-slider__image::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease;
      position: absolute;
      z-index: 9;
      left: 0;
      top: 0; }
    /* line 430, _index.scss */
    .homepage-banners-slider .index-slider__image:hover::after {
      opacity: .2; }
  @media screen and (max-width: 760px) {
    /* line 437, _index.scss */
    .homepage-banners-slider .index-slider__wrapper {
      padding-left: 10px;
      padding-right: 10px; } }

/* line 446, _index.scss */
.banner-grid {
  font-size: 0px; }
  /* line 449, _index.scss */
  .banner-grid__item {
    display: inline-block;
    width: 50%; }
    /* line 454, _index.scss */
    .banner-grid__item-one {
      padding-right: 5px; }
    /* line 457, _index.scss */
    .banner-grid__item-two {
      padding-left: 5px; }
    /* line 461, _index.scss */
    .banner-grid__item-three {
      width: 100%;
      margin-top: 10px; }
  /* line 468, _index.scss */
  .banner-grid__link {
    display: block;
    position: relative; }
    /* line 472, _index.scss */
    .banner-grid__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease;
      position: absolute;
      z-index: 9;
      left: 0;
      top: 0; }
    /* line 490, _index.scss */
    .banner-grid__link:hover::after {
      opacity: .2; }
  /* line 495, _index.scss */
  .banner-grid__image-container {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    display: block; }
  /* line 502, _index.scss */
  .banner-grid__image {
    visibility: hidden; }

/* line 511, _index.scss */
.manufacturers-slider {
  margin: 70px 0 50px 0; }
  /* line 515, _index.scss */
  .manufacturers-slider__wrapper {
    position: relative; }
  /* line 518, _index.scss */
  .manufacturers-slider__header {
    text-align: center;
    font-size: 28px;
    font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    color: #3A4362; }
  /* line 527, _index.scss */
  .manufacturers-slider__block {
    overflow: hidden;
    height: 120px; }
  /* line 531, _index.scss */
  .manufacturers-slider__item {
    padding: 0 20px;
    height: 120px;
    text-align: center;
    width: 14.28571%; }
  /* line 538, _index.scss */
  .manufacturers-slider__link {
    display: inline-block;
    height: 120px;
    font-size: 0px; }
    /* line 544, _index.scss */
    .manufacturers-slider__link::after {
      content: '.';
      font-size: 0px;
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  /* line 553, _index.scss */
  .manufacturers-slider__image {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%; }
  /* line 559, _index.scss */
  .manufacturers-slider__arrow {
    position: absolute;
    width: 30px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    font-size: 41px;
    line-height: 40px;
    color: #a5a5a5;
    text-align: center;
    cursor: pointer; }
    /* line 571, _index.scss */
    .manufacturers-slider__arrow-prev {
      left: -30px; }
    /* line 575, _index.scss */
    .manufacturers-slider__arrow-next {
      right: -30px; }
    /* line 579, _index.scss */
    .manufacturers-slider__arrow:hover {
      color: #3A4362; }

/* line 587, _index.scss */
.banners-slider {
  margin: 25px 0 35px;
  max-height: 450px;
  overflow: hidden;
  position: relative; }
  /* line 594, _index.scss */
  .banners-slider__item {
    width: 100%;
    display: block;
    text-align: center; }
  /* line 602, _index.scss */
  .banners-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat; }
    /* line 611, _index.scss */
    .banners-slider__image-file {
      visibility: hidden; }
  /* line 616, _index.scss */
  .banners-slider__link {
    display: block;
    width: 100%;
    height: 100%; }
    /* line 621, _index.scss */
    .banners-slider__link .mob {
      display: none; }
  /* line 627, _index.scss */
  .banners-slider__dots {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    bottom: 20px; }
    /* line 634, _index.scss */
    .banners-slider__dots .swiper-pagination-bullet {
      width: 18px;
      height: 18px;
      -webkit-border-radius: 18px;
      border-radius: 18px;
      background: #c9c8c4;
      cursor: pointer;
      -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
      box-shadow: 2px 0 2px rgba(0, 0, 0, 0.5);
      margin: 0 4px;
      opacity: 1; }
      /* line 646, _index.scss */
      .banners-slider__dots .swiper-pagination-bullet-active {
        background: white; }

/* line 658, _index.scss */
.index-description {
  line-height: 20.8px;
  margin-top: 50px; }
  /* line 662, _index.scss */
  .index-description__header {
    text-transform: uppercase;
    text-align: center;
    font-size: 29px;
    margin: 4px 0 8px 0; }
  /* line 670, _index.scss */
  .index-description__line-text {
    text-align: center; }
  /* line 674, _index.scss */
  .index-description__blocks-list {
    margin-bottom: 20px;
    font-size: 0px;
    overflow: hidden; }
  /* line 680, _index.scss */
  .index-description__block {
    font-size: 12.8px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%; }
    /* line 688, _index.scss */
    .index-description__block-image {
      text-align: center; }
      /* line 690, _index.scss */
      .index-description__block-image-in {
        padding: 9px 10px; }
    /* line 695, _index.scss */
    .index-description__block-title {
      text-align: center;
      font-size: 18.6px; }
      /* line 698, _index.scss */
      .index-description__block-title-in {
        padding: 9px 10px; }
    /* line 703, _index.scss */
    .index-description__block-text {
      text-align: justify; }
      /* line 706, _index.scss */
      .index-description__block-text-in {
        padding: 9px 10px; }
  /* line 712, _index.scss */
  .index-description__blocks-navigation {
    display: none;
    text-align: center; }
    /* line 716, _index.scss */
    .index-description__blocks-navigation .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: #c8c7c7;
      margin: 0 5px; }
      /* line 724, _index.scss */
      .index-description__blocks-navigation .swiper-pagination-bullet-active {
        background: #3A4362; }
  /* line 731, _index.scss */
  .index-description h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2; }
    @media screen and (max-width: 1200px) {
      /* line 731, _index.scss */
      .index-description h2 {
        font-size: 22px;
        margin-bottom: 8px; } }
    @media screen and (max-width: 760px) {
      /* line 731, _index.scss */
      .index-description h2 {
        font-size: 18px;
        margin-bottom: 5px; } }
  /* line 750, _index.scss */
  .index-description h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0px 0 4px 0;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      /* line 750, _index.scss */
      .index-description h3 {
        font-size: 20px; } }
    @media screen and (max-width: 760px) {
      /* line 750, _index.scss */
      .index-description h3 {
        font-size: 16px; } }
  /* line 764, _index.scss */
  .index-description p {
    margin: 2px 0 2px 0; }

/* line 773, _index.scss */
.stripe-button {
  display: none;
  height: 65px;
  line-height: 65px;
  padding: 0 0 0 13px;
  background: #3c4262;
  border-radius: 15px;
  color: white; }
  /* line 784, _index.scss */
  .stripe-button__ico, .stripe-button__text {
    display: inline-block;
    vertical-align: middle; }
  /* line 788, _index.scss */
  .stripe-button__ico {
    margin-right: 8px;
    width: 36px; }
    /* line 791, _index.scss */
    .stripe-button__ico img {
      display: block; }
  /* line 796, _index.scss */
  .stripe-button__text {
    font-size: 22px; }
  /* line 800, _index.scss */
  .stripe-button__arrow {
    float: right;
    margin-right: 14px;
    font-size: 22px; }
  /* line 807, _index.scss */
  .stripe-button_catalog {
    margin-bottom: 10px; }
  @media screen and (max-width: 760px) {
    /* line 773, _index.scss */
    .stripe-button {
      height: 52px;
      line-height: 50px; }
      /* line 815, _index.scss */
      .stripe-button__ico {
        width: 29px; }
      /* line 819, _index.scss */
      .stripe-button__text {
        font-size: 18px; } }

@media screen and (max-width: 1200px) {
  /* line 838, _index.scss */
  .index-page__columns .column_one {
    width: 65%; }
  /* line 841, _index.scss */
  .index-page__columns .column_two {
    width: 31%; }

  /* line 850, _index.scss */
  .stripe-button_catalog {
    display: block; }

  /* line 857, _index.scss */
  .manufacturers-slider__navigation {
    display: none; }
  /* line 861, _index.scss */
  .manufacturers-slider__item {
    width: 25%; }

  /* line 869, _index.scss */
  .banners-slider__dots {
    bottom: 10px; }
    /* line 871, _index.scss */
    .banners-slider__dots .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      margin: 0 2px; } }
@media screen and (max-width: 760px) {
  /* line 885, _index.scss */
  .index-page__columns {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
    /* line 888, _index.scss */
    .index-page__columns .column {
      float: none; }
      /* line 890, _index.scss */
      .index-page__columns .column_one {
        width: 100%;
        max-width: 100%; }
      /* line 894, _index.scss */
      .index-page__columns .column_two {
        width: 100%;
        max-width: 100%; }

  /* line 903, _index.scss */
  .banner-grid {
    display: none; }

  /* line 911, _index.scss */
  .stripe-button_sale {
    display: block;
    margin-bottom: 5px; }
    /* line 914, _index.scss */
    .stripe-button_sale .stripe-button__ico {
      width: 28px;
      margin-right: 4px; }

  /* line 926, _index.scss */
  .view-index .header-dashboard__spacer {
    height: 67px; }

  /* line 933, _index.scss */
  .banners-slider {
    margin: 20px 0; }
    /* line 940, _index.scss */
    .banners-slider__dots {
      bottom: 5px; }
      /* line 942, _index.scss */
      .banners-slider__dots .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 1px; }
    /* line 950, _index.scss */
    .banners-slider .mob {
      display: block; }
    /* line 954, _index.scss */
    .banners-slider .desk {
      display: none; }

  /* line 960, _index.scss */
  .manufacturers-slider {
    margin-top: 15px;
    margin-bottom: 20px; }
    /* line 965, _index.scss */
    .manufacturers-slider__header {
      font-size: 18px;
      margin-bottom: 10px; }
    /* line 970, _index.scss */
    .manufacturers-slider__block {
      height: 70px; }
    /* line 973, _index.scss */
    .manufacturers-slider__item {
      width: 33.33333%;
      padding: 0 10px;
      height: 70px; }
    /* line 980, _index.scss */
    .manufacturers-slider__link {
      height: 70px; }

  /* line 986, _index.scss */
  .index-description {
    margin-top: 0; }
    /* line 989, _index.scss */
    .index-description__header {
      font-size: 24px;
      line-height: 24px; }
    /* line 994, _index.scss */
    .index-description__line-text {
      text-align: justify; }
    /* line 998, _index.scss */
    .index-description__block {
      width: 100%;
      position: relative; }
      /* line 1002, _index.scss */
      .index-description__block-image {
        position: absolute;
        width: 55px;
        height: 55px; }
      /* line 1008, _index.scss */
      .index-description__block-title {
        font-size: 16px;
        padding: 9px 0 0 56px;
        text-align: left; }
      /* line 1014, _index.scss */
      .index-description__block-text-in {
        padding-left: 0;
        padding-right: 0; }
    /* line 1020, _index.scss */
    .index-description__blocks-navigation {
      display: block; } }
/* line 1030, _index.scss */
.video-reviews .wrapper {
  background-color: #d9eafc;
  padding-top: 16px; }
/* line 1035, _index.scss */
.video-reviews__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 29px;
  margin: 4px 0 20px 0; }
/* line 1042, _index.scss */
.video-reviews__videos {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
/* line 1048, _index.scss */
.video-reviews__item {
  max-width: 32%;
  margin-bottom: 20px; }
  /* line 1052, _index.scss */
  .video-reviews__item iframe {
    max-width: 100%; }
  /* line 1056, _index.scss */
  .video-reviews__item-title {
    font-size: 17.6px;
    text-align: center; }
  @media screen and (max-width: 1200px) {
    /* line 1048, _index.scss */
    .video-reviews__item {
      max-width: 48%; } }
  @media screen and (max-width: 768px) {
    /* line 1048, _index.scss */
    .video-reviews__item {
      max-width: 98%; }
      /* line 1068, _index.scss */
      .video-reviews__item:nth-child(n + 3) {
        display: none; } }

/* line 2, _advantages-bar.scss */
.advantages-bar {
  font-size: 0px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between; }
  /* line 8, _advantages-bar.scss */
  .advantages-bar__item {
    display: flex;
    width: 24%;
    vertical-align: middle;
    padding: 20px;
    position: relative;
    background: #f3f1f2;
    border-radius: 20px;
    color: #3A4362; }
  /* line 19, _advantages-bar.scss */
  .advantages-bar__ico {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    height: 70px; }
    /* line 27, _advantages-bar.scss */
    .advantages-bar__ico-image {
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
  /* line 36, _advantages-bar.scss */
  .advantages-bar__text {
    font-size: 16px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: normal;
    max-width: 130px;
    display: block;
    margin: 5px auto 0 auto; }
    @media screen and (max-width: 430px) {
      /* line 36, _advantages-bar.scss */
      .advantages-bar__text {
        margin: 0 auto 0 0; } }
  /* line 49, _advantages-bar.scss */
  .advantages-bar__subtext {
    display: block;
    margin: 2px 0; }
  /* line 53, _advantages-bar.scss */
  .advantages-bar__subtext + .advantages-bar__text {
    margin-top: 0; }
  /* line 61, _advantages-bar.scss */
  .advantages-bar .star {
    font-size: 12px;
    display: inline-block;
    color: #fec30f; }

/* line 5, _collection.scss */
.collection__main {
  padding: 15px 0 40px 0; }
  /* line 8, _collection.scss */
  .collection__main-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: flex-start; }
/* line 18, _collection.scss */
.collection__content-col {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    /* line 18, _collection.scss */
    .collection__content-col {
      width: 82%; } }
  /* line 27, _collection.scss */
  .collection__content-col.in-search {
    width: 100%; }
  /* line 32, _collection.scss */
  .collection__content-col.in-article {
    width: 100%; }
/* line 37, _collection.scss */
.collection__side-col {
  width: 18%;
  margin-right: 1.4%;
  border-right: 1px solid #ececec;
  position: relative; }
  @media screen and (max-width: 1200px) {
    /* line 37, _collection.scss */
    .collection__side-col {
      display: none; } }
/* line 49, _collection.scss */
.collection__header {
  margin-bottom: 15px; }
/* line 52, _collection.scss */
.collection__title {
  text-transform: uppercase;
  margin: 0; }
/* line 62, _collection.scss */
.collection__information-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media screen and (min-width: 1200px) {
  /* line 69, _collection.scss */
  .collection__information .column-one {
    width: 66%; } }
@media screen and (min-width: 1200px) {
  /* line 76, _collection.scss */
  .collection__information .column-two {
    /* width: 30%; */ } }
@media screen and (max-width: 1200px) {
  /* line 76, _collection.scss */
  .collection__information .column-two {
    margin-top: 45px; } }
/* line 88, _collection.scss */
.collection__video {
  margin-bottom: 20px; }
/* line 91, _collection.scss */
.collection__video-iframe {
  width: 100%; }
  @media screen and (min-width: 1200px) {
    /* line 91, _collection.scss */
    .collection__video-iframe {
      height: 265px; } }
  @media screen and (max-width: 1200px) {
    /* line 91, _collection.scss */
    .collection__video-iframe {
      height: 350px; } }
/* line 101, _collection.scss */
.collection__description {
  line-height: 20px; }
/* line 106, _collection.scss */
.collection__reviews-header {
  font-size: 19px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 8px; }

/* line 119, _collection.scss */
.collection-page_subcollections .collection__main-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 129, _collection.scss */
.collection-panel {
  margin-top: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 760px) {
    /* line 129, _collection.scss */
    .collection-panel {
      padding: 0 10px;
      flex-wrap: wrap;
      margin-bottom: 0; } }

/* line 143, _collection.scss */
.collection-sort {
  position: relative; }
  /* line 146, _collection.scss */
  .collection-sort .selectbox__toggle {
    padding-right: 0; }
  /* line 150, _collection.scss */
  .collection-sort .selectbox__list {
    right: 0; }
  /* line 154, _collection.scss */
  .collection-sort .selectbox__link {
    white-space: nowrap; }
  @media (max-width: 760px) {
    /* line 143, _collection.scss */
    .collection-sort {
      order: 3; } }

@media (max-width: 760px) {
  /* line 164, _collection.scss */
  .collection-tags {
    order: 2;
    margin-right: auto; } }

/* line 171, _collection.scss */
[data-collection-grid] .collection__description {
  margin: 0 auto; }

/* line 175, _collection.scss */
.collection-children {
  max-height: 85px;
  overflow: hidden; }
  /* line 182, _collection.scss */
  .collection-children.expanded {
    max-height: 100%; }
  /* line 188, _collection.scss */
  .collection-children__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    text-align: center; }
  /* line 208, _collection.scss */
  .collection-children__item {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    margin: 5px 4px; }
  /* line 215, _collection.scss */
  .collection-children__link {
    display: block;
    border: 1px solid #3A4362;
    color: #3A4362;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12.8px;
    line-height: 29px;
    padding: 0 10px; }
    /* line 225, _collection.scss */
    .collection-children__link:hover, .collection-children__link.active {
      background: #3A4362;
      color: white; }
  /* line 232, _collection.scss */
  .collection-children__toggle {
    overflow: hidden;
    width: auto;
    white-space: nowrap; }
    /* line 238, _collection.scss */
    .collection-children__toggle .ico {
      display: inline; }
    /* line 242, _collection.scss */
    .collection-children__toggle.collapsed {
      width: 0px; }
  /* line 249, _collection.scss */
  .collection-children__link-toggle {
    border-color: white;
    text-decoration: underline;
    cursor: pointer; }
    /* line 253, _collection.scss */
    .collection-children__link-toggle:hover, .collection-children__link-toggle.active {
      background: white;
      color: #3A4362; }
  @media (max-width: 760px) {
    /* line 175, _collection.scss */
    .collection-children {
      order: 1; } }

/* line 269, _collection.scss */
.collection-seo-text {
  font-size: 16px;
  line-height: 22.4px;
  margin-top: 40px; }
  @media (max-width: 760px) {
    /* line 269, _collection.scss */
    .collection-seo-text {
      margin-top: 16px;
      padding-left: 10px;
      padding-right: 10px; } }
  /* line 284, _collection.scss */
  .collection-seo-text__in {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-overflow: hidden;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 60px; }
  /* line 295, _collection.scss */
  .collection-seo-text__show, .collection-seo-text__hide {
    margin: 24px 0 0 auto;
    font-weight: normal; }
  /* line 301, _collection.scss */
  .collection-seo-text__hide {
    display: none; }
  /* line 312, _collection.scss */
  .collection-seo-text.expanded .collection-seo-text__in {
    display: block;
    height: auto !important; }
  /* line 317, _collection.scss */
  .collection-seo-text.expanded .collection-seo-text__show {
    display: none; }
  /* line 321, _collection.scss */
  .collection-seo-text.expanded .collection-seo-text__hide {
    display: block; }
  /* line 328, _collection.scss */
  .collection-seo-text h3 {
    font-size: 17.6px;
    line-height: 3; }
  /* line 333, _collection.scss */
  .collection-seo-text ul {
    padding-left: 40px; }
    /* line 336, _collection.scss */
    .collection-seo-text ul li {
      list-style: disc; }

/* line 341, _collection.scss */
.collection-subcolls {
  font-size: 0px; }
  /* line 345, _collection.scss */
  .collection-subcolls__item {
    width: 20%;
    display: inline-block;
    vertical-align: top; }
    /* line 351, _collection.scss */
    .collection-subcolls__item-wrapper {
      padding: 10px 15px; }
    /* line 355, _collection.scss */
    .collection-subcolls__item-title, .collection-subcolls__item-image-wrapper, .collection-subcolls__item-link {
      display: block; }
    /* line 358, _collection.scss */
    .collection-subcolls__item-image-wrapper {
      min-height: 210px;
      line-height: 210px;
      text-align: center; }
    /* line 363, _collection.scss */
    .collection-subcolls__item-image {
      display: inline-block;
      vertical-align: middle; }
    /* line 367, _collection.scss */
    .collection-subcolls__item-title {
      padding: 16px 0 8px 0;
      font-size: 19.2px;
      font-family: Heuristica,serif;
      font-weight: 700;
      color: #3A4362;
      text-align: center; }
    /* line 376, _collection.scss */
    .collection-subcolls__item:hover {
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6); }

/* line 384, _collection.scss */
.collection-banner {
  margin: 15px 0 0 0; }
  /* line 390, _collection.scss */
  .collection-banner__text {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 10; }
    /* line 403, _collection.scss */
    .collection-banner__text-inner {
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 12px;
      font-family: 'Open Sans',sans-serif;
      background-color: #fff;
      border: 1px solid #fff;
      color: #3A4362;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 10px 15px 10px;
      text-transform: uppercase;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      cursor: pointer; }
    /* line 421, _collection.scss */
    .collection-banner__text::after {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  /* line 429, _collection.scss */
  .collection-banner__link {
    display: block;
    text-align: center;
    position: relative; }
    /* line 434, _collection.scss */
    .collection-banner__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease;
      position: absolute;
      z-index: 9;
      left: 0;
      top: 0; }
    /* line 451, _collection.scss */
    .collection-banner__link:hover::after {
      opacity: .2; }
    /* line 455, _collection.scss */
    .collection-banner__link:hover .collection-banner__text {
      opacity: 1; }
  /* line 465, _collection.scss */
  .collection-banner__image-tablet, .collection-banner__image-phone, .collection-banner__image-desktop {
    display: none; }
    /* line 469, _collection.scss */
    .collection-banner__image-tablet img, .collection-banner__image-phone img, .collection-banner__image-desktop img {
      width: 100%; }
  /* line 474, _collection.scss */
  .collection-banner__image-desktop {
    display: block; }

/* line 485, _collection.scss */
.collection-slider {
  margin: 15px 0 0 0; }
  @media screen and (max-width: 760px) {
    /* line 485, _collection.scss */
    .collection-slider {
      bottom: 2px; } }
  @media screen and (max-width: 760px) {
    /* line 495, _collection.scss */
    .collection-slider__wrapper {
      padding-left: 0;
      padding-right: 0; } }
  /* line 501, _collection.scss */
  .collection-slider__block {
    position: relative; }
  /* line 505, _collection.scss */
  .collection-slider__dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2px;
    text-align: center;
    opacity: 0; }
  /* line 514, _collection.scss */
  .collection-slider__in {
    overflow: hidden; }
  /* line 518, _collection.scss */
  .collection-slider__item {
    width: auto;
    height: auto;
    margin-left: 12px;
    cursor: pointer; }
    /* line 524, _collection.scss */
    .collection-slider__item:first-child {
      margin-left: 0; }
      @media screen and (max-width: 768px) {
        /* line 524, _collection.scss */
        .collection-slider__item:first-child {
          margin-left: 12px; } }
    @media screen and (max-width: 1200px) {
      /* line 518, _collection.scss */
      .collection-slider__item {
        min-height: 115px; } }
    @media screen and (max-width: 760px) {
      /* line 518, _collection.scss */
      .collection-slider__item {
        min-height: 52px; } }
  /* line 542, _collection.scss */
  .collection-slider__image {
    width: 98px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box; }
    /* line 550, _collection.scss */
    .collection-slider__image img {
      display: block;
      border-radius: 30px;
      border: 2px #ff9933 solid; }
  /* line 557, _collection.scss */
  .collection-slider__text {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: 10; }
    /* line 570, _collection.scss */
    .collection-slider__text-inner {
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      font-size: 12px;
      font-family: 'Open Sans',sans-serif;
      background-color: #fff;
      border: 1px solid #fff;
      color: #3A4362;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 10px 15px 10px;
      text-transform: uppercase;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
      cursor: pointer; }
    /* line 588, _collection.scss */
    .collection-slider__text::after {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  /* line 597, _collection.scss */
  .collection-slider__title {
    text-align: center;
    width: 98px;
    margin-bottom: 0; }
  /* line 603, _collection.scss */
  .collection-slider__link {
    display: block;
    text-align: center;
    position: relative; }
    /* line 608, _collection.scss */
    .collection-slider__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: opacity .4s ease;
      -o-transition: opacity .4s ease;
      transition: opacity .4s ease;
      position: absolute;
      z-index: 9;
      left: 0;
      top: 0; }
    /* line 625, _collection.scss */
    .collection-slider__link:hover::after {
      /* opacity: .2; */ }
    /* line 629, _collection.scss */
    .collection-slider__link:hover .collection-slider__text {
      opacity: 1; }
  /* line 642, _collection.scss */
  .collection-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0;
    opacity: .7;
    position: relative;
    z-index: 10;
    background-color: transparent; }
    /* line 652, _collection.scss */
    .collection-slider .swiper-pagination-bullet::before {
      content: '';
      width: 12px;
      height: 12px;
      display: block;
      margin: 4px 0 0 4px;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      background-color: white;
      -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.7);
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.7); }
    /* line 666, _collection.scss */
    .collection-slider .swiper-pagination-bullet:hover {
      opacity: 1; }
    @media screen and (max-width: 760px) {
      /* line 642, _collection.scss */
      .collection-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 1px; } }
    @media screen and (max-width: 760px) {
      /* line 677, _collection.scss */
      .collection-slider .swiper-pagination-bullet::before {
        width: 8px;
        height: 8px;
        margin: 1px 0 0 1px;
        -webkit-border-radius: 12px;
        border-radius: 12px; } }
  /* line 689, _collection.scss */
  .collection-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: transparent; }

/* line 696, _collection.scss */
.popup-collection-slider {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 99;
  overflow: hidden;
  align-items: center;
  display: flex; }
  @media screen and (max-width: 767px) {
    /* line 708, _collection.scss */
    .popup-collection-slider .wrapper {
      padding: 80px 0; } }
  @media screen and (max-width: 767px) {
    /* line 716, _collection.scss */
    .popup-collection-slider .collection-slider__in {
      max-width: 302px; } }
  /* line 724, _collection.scss */
  .popup-collection-slider__dropdown {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  /* line 733, _collection.scss */
  .popup-collection-slider__item {
    min-height: 70vh;
    /* min-width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 1s;
    transform: scale(0.5); }
    /* line 742, _collection.scss */
    .popup-collection-slider__item.swiper-slide {
      height: initial; }
    /* line 747, _collection.scss */
    .popup-collection-slider__item .collection-slider__link,
    .popup-collection-slider__item .popup-collection-slider__image,
    .popup-collection-slider__item .popup-collection-slider__image img {
      display: block;
      max-height: 100%; }
      @media screen and (max-width: 380px) {
        /* line 747, _collection.scss */
        .popup-collection-slider__item .collection-slider__link,
        .popup-collection-slider__item .popup-collection-slider__image,
        .popup-collection-slider__item .popup-collection-slider__image img {
          width: 100%; } }
    /* line 759, _collection.scss */
    .popup-collection-slider__item.swiper-slide-active {
      transform: scale(0.9); }
      /* line 764, _collection.scss */
      .popup-collection-slider__item.swiper-slide-active .popup-collection-slider__dots {
        opacity: 1; }
    /* line 772, _collection.scss */
    .popup-collection-slider__item.swiper-slide-prev, .popup-collection-slider__item.swiper-slide-next {
      max-height: 100%; }
      /* line 776, _collection.scss */
      .popup-collection-slider__item.swiper-slide-prev .popup-collection-slider__close, .popup-collection-slider__item.swiper-slide-next .popup-collection-slider__close {
        display: none; }
    @media screen and (min-width: 768px) {
      /* line 782, _collection.scss */
      .popup-collection-slider__item.swiper-slide-prev {
        transform: translateX(48vw) scale(0.5); }
      /* line 786, _collection.scss */
      .popup-collection-slider__item.swiper-slide-next {
        transform: translateX(-48vw) scale(0.5); } }
    @media screen and (max-width: 767px) {
      /* line 792, _collection.scss */
      .popup-collection-slider__item.swiper-slide-prev {
        transform: translateX(-15vw) scale(0.5); }
      /* line 796, _collection.scss */
      .popup-collection-slider__item.swiper-slide-next {
        transform: translateX(15vw) scale(0.5); } }
    @media screen and (max-width: 640px) {
      /* line 802, _collection.scss */
      .popup-collection-slider__item.swiper-slide-prev {
        transform: translateX(-1vw) scale(0.5); }
      /* line 806, _collection.scss */
      .popup-collection-slider__item.swiper-slide-next {
        transform: translateX(1vw) scale(0.5); } }
    @media screen and (max-width: 440px) {
      /* line 812, _collection.scss */
      .popup-collection-slider__item.swiper-slide-prev {
        transform: translateX(8vw) scale(0.5); }
      /* line 816, _collection.scss */
      .popup-collection-slider__item.swiper-slide-next {
        transform: translateX(-8vw) scale(0.5); }
      /* line 820, _collection.scss */
      .popup-collection-slider__item.swiper-slide-active {
        transform: scale(0.8); } }
    @media screen and (max-width: 380px) {
      /* line 733, _collection.scss */
      .popup-collection-slider__item {
        align-items: self-start; }
        /* line 828, _collection.scss */
        .popup-collection-slider__item .collection-slider__link {
          position: initial; }
        /* line 832, _collection.scss */
        .popup-collection-slider__item.swiper-slide-prev {
          transform: translateX(32vw) scale(0.5); }
        /* line 838, _collection.scss */
        .popup-collection-slider__item.swiper-slide-next {
          transform: translateX(-25vw) scale(0.5); } }
    @media screen and (max-width: 340px) {
      /* line 845, _collection.scss */
      .popup-collection-slider__item.swiper-slide-prev {
        transform: translateX(25vw) scale(0.5); }
      /* line 850, _collection.scss */
      .popup-collection-slider__item.swiper-slide-next {
        transform: translateX(-20vw) scale(0.5); } }
    /* line 855, _collection.scss */
    .popup-collection-slider__item .collection-slider__text {
      opacity: 1; }
      /* line 858, _collection.scss */
      .popup-collection-slider__item .collection-slider__text-inner {
        vertical-align: bottom;
        margin-bottom: 9%;
        width: 60%;
        height: 8%;
        line-height: 60px;
        font-size: 14px;
        padding: 0;
        background: none;
        color: white;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
  /* line 875, _collection.scss */
  .popup-collection-slider__image {
    display: block; }
    /* line 878, _collection.scss */
    .popup-collection-slider__image img {
      display: block;
      width: auto;
      margin: 0 auto;
      border-radius: 30px;
      height: 100%;
      max-width: none; }
      @media screen and (max-width: 380px) {
        /* line 878, _collection.scss */
        .popup-collection-slider__image img {
          left: 0;
          height: 100%;
          position: absolute; } }
  /* line 896, _collection.scss */
  .popup-collection-slider__arrow {
    position: absolute;
    font-size: 144px;
    height: 144px;
    width: 144px;
    top: 50%;
    margin-top: -72px;
    cursor: pointer;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    visibility: visible;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    outline: none; }
    /* line 912, _collection.scss */
    .popup-collection-slider__arrow.swiper-button-disabled {
      display: none; }
    /* line 916, _collection.scss */
    .popup-collection-slider__arrow-prev {
      left: 25%; }
    /* line 920, _collection.scss */
    .popup-collection-slider__arrow-next {
      right: 25%; }
    @media screen and (max-width: 1080px) {
      /* line 925, _collection.scss */
      .popup-collection-slider__arrow-prev {
        left: 10%; }
      /* line 929, _collection.scss */
      .popup-collection-slider__arrow-next {
        right: 10%; } }
    @media screen and (max-width: 767px) {
      /* line 896, _collection.scss */
      .popup-collection-slider__arrow {
        display: none; } }
  /* line 940, _collection.scss */
  .popup-collection-slider__dots {
    width: 90%;
    max-width: 302px;
    bottom: 2.5%;
    z-index: 9;
    position: absolute; }
    /* line 948, _collection.scss */
    .popup-collection-slider__dots-in {
      display: flex;
      max-width: 302px; }
      /* line 953, _collection.scss */
      .popup-collection-slider__dots-in .product-item__gallery-nav-dot {
        opacity: 1;
        background-color: #c3c6cf;
        height: 2px; }
        /* line 958, _collection.scss */
        .popup-collection-slider__dots-in .product-item__gallery-nav-dot::after {
          max-width: 0;
          transition: max-width 12s;
          opacity: 0;
          bottom: 0;
          margin-right: 1px; }
        /* line 966, _collection.scss */
        .popup-collection-slider__dots-in .product-item__gallery-nav-dot.active::after {
          opacity: 1;
          max-width: 100%; }
    @media screen and (max-width: 767px) {
      /* line 940, _collection.scss */
      .popup-collection-slider__dots {
        width: 80%; } }
  /* line 983, _collection.scss */
  .popup-collection-slider__close {
    position: absolute;
    color: #fff;
    font-size: 34px;
    font-weight: normal;
    right: 10px;
    top: 5px;
    z-index: 99;
    transform: rotate(45deg); }
  /* line 997, _collection.scss */
  .popup-collection-slider .wrapper {
    height: 100%;
    padding: 40px 0;
    max-width: 100%; }
    /* line 1002, _collection.scss */
    .popup-collection-slider .wrapper .collection-slider__block,
    .popup-collection-slider .wrapper .collection-slider__in {
      height: 100%; }
    /* line 1007, _collection.scss */
    .popup-collection-slider .wrapper .collection-slider__in {
      overflow: visible;
      display: flex;
      align-items: center; }
      /* line 1012, _collection.scss */
      .popup-collection-slider .wrapper .collection-slider__in .swiper-wrapper {
        max-height: 900px;
        align-items: center; }

/* line 1019, _collection.scss */
.coll-review-video {
  flex-flow: row-reverse;
  align-items: stretch;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    /* line 1019, _collection.scss */
    .coll-review-video {
      flex-flow: column; } }

/* line 1030, _collection.scss */
.collection-information {
  position: relative; }

/* line 1034, _collection.scss */
.coll-video {
  width: 390px;
  background-color: #F5F5F5; }
  @media (max-width: 1200px) {
    /* line 1034, _collection.scss */
    .coll-video {
      width: 100%;
      margin-top: 5px; } }
  /* line 1044, _collection.scss */
  .coll-video__iframe {
    min-height: 256px;
    height: 100%; }

/* line 1050, _collection.scss */
.coll-review {
  width: calc(100% - 400px);
  margin-left: 10px;
  background-color: #F5F5F5;
  align-items: flex-start;
  opacity: 0; }
  /* line 1060, _collection.scss */
  .coll-review__block {
    width: 70%;
    padding-right: 40px; }
    @media (max-width: 760px) {
      /* line 1060, _collection.scss */
      .coll-review__block {
        width: 100%;
        padding-right: 10px; } }
  /* line 1071, _collection.scss */
  .coll-review__image {
    width: 30%;
    padding: 8px 6px; }
    @media (max-width: 760px) {
      /* line 1071, _collection.scss */
      .coll-review__image {
        display: none; } }
  /* line 1082, _collection.scss */
  .coll-review__image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 270px; }
  /* line 1090, _collection.scss */
  .coll-review__header {
    height: 40px;
    justify-content: space-between; }
  /* line 1095, _collection.scss */
  .coll-review__header-title {
    position: relative;
    height: 40px;
    padding: 0 36px 0 10px;
    background-color: #3A4362;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    font-weight: 700;
    overflow: hidden; }
  /* line 1108, _collection.scss */
  .coll-review__header-title::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    right: -28px;
    top: 0;
    background-color: #F5F5F5;
    transform: rotate(45deg); }
  /* line 1119, _collection.scss */
  .coll-review__header-data {
    align-items: flex-end; }
  /* line 1123, _collection.scss */
  .coll-review__header-data::before {
    content: 'средняя оценка';
    display: block;
    width: 46px;
    font-size: 10px;
    line-height: 10px;
    text-align: center; }
  /* line 1133, _collection.scss */
  .coll-review__header-score {
    font-size: 26px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 12px;
    margin-right: 12px; }
  /* line 1141, _collection.scss */
  .coll-review__header-count {
    font-size: 10px; }
    @media (max-width: 760px) {
      /* line 1141, _collection.scss */
      .coll-review__header-count {
        display: none; } }
  /* line 1150, _collection.scss */
  .coll-review__body {
    padding-top: 10px; }
  /* line 1156, _collection.scss */
  .coll-review.processed {
    opacity: 1; }
  /* line 1160, _collection.scss */
  .coll-review .mp-review-block {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  /* line 1166, _collection.scss */
  .coll-review .mp-author-name {
    white-space: nowrap;
    width: 100%;
    margin-bottom: 24px; }
  @media (max-width: 1200px) {
    /* line 1050, _collection.scss */
    .coll-review {
      width: 100%;
      margin: 0; } }

@media (min-width: 1200px) {
  /* line 1181, _collection.scss */
  .products-grid_wide-items .product-item {
    width: 33.333%; }
  /* line 1185, _collection.scss */
  .products-grid_wide-items .product-item__image {
    height: 420px; } }
@media (max-width: 1200px) {
  /* line 1193, _collection.scss */
  .products-grid_wide-items .product-item__image {
    height: 310px; } }
@media (max-width: 760px) {
  /* line 1202, _collection.scss */
  .products-grid_wide-items .product-item__image {
    height: auto; }
  /* line 1206, _collection.scss */
  .products-grid_wide-items .product-item__content {
    margin-top: 16px; }
  /* line 1210, _collection.scss */
  .products-grid_wide-items .product-item__gallery-nav {
    bottom: -4px; } }

@media screen and (max-width: 1200px) {
  /* line 1224, _collection.scss */
  .collection-subcolls__item {
    width: 25%; } }
@media screen and (max-width: 760px) {
  /* line 1237, _collection.scss */
  .collection__title {
    text-align: center; }
  /* line 1241, _collection.scss */
  .collection__information {
    margin-top: 20px; }

  /* line 1249, _collection.scss */
  .collection-children {
    max-height: 69px; }
    /* line 1253, _collection.scss */
    .collection-children__item {
      margin: 3px 4px; }
    /* line 1257, _collection.scss */
    .collection-children__link {
      line-height: 25px;
      padding: 0 8px; }

  /* line 1266, _collection.scss */
  .collection-subcolls__item {
    width: 50%; }
    /* line 1269, _collection.scss */
    .collection-subcolls__item-wrapper {
      padding: 10px; }
    /* line 1273, _collection.scss */
    .collection-subcolls__item-image-wrapper {
      min-height: 120px;
      line-height: 120px; }
    /* line 1278, _collection.scss */
    .collection-subcolls__item-title {
      font-size: 14px;
      padding: 8px 0; } }
/* line 1, _pagination.scss */
.pagination {
  clear: left;
  border-top: 1px solid #3A4362;
  margin: 30px 0 0 0;
  padding: 10px 0 0 0;
  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; }
  /* line 20, _pagination.scss */
  .pagination__load {
    float: left; }
    /* line 24, _pagination.scss */
    .pagination__load-button {
      width: 230px;
      height: 38px;
      cursor: pointer;
      border: 1px solid #d7d7d7;
      text-align: center;
      line-height: 36px; }
      /* line 32, _pagination.scss */
      .pagination__load-button-ico, .pagination__load-button-text {
        display: inline-block;
        vertical-align: top; }
      /* line 38, _pagination.scss */
      .pagination__load-button-ico {
        font-size: 18px; }
      /* line 42, _pagination.scss */
      .pagination__load-button-text {
        margin-left: 4px; }
  /* line 49, _pagination.scss */
  .pagination__progress {
    text-align: center;
    line-height: 38px;
    color: #9f9a7a; }
  /* line 56, _pagination.scss */
  .pagination__pages {
    font-size: 0px;
    text-align: right; }
    /* line 64, _pagination.scss */
    .pagination__pages .element {
      display: inline-block;
      width: 38px;
      height: 38px;
      text-align: center;
      font-size: 13px;
      line-height: 38px;
      text-transform: uppercase;
      background: #f9f9fb;
      color: #3A4362; }
      /* line 78, _pagination.scss */
      .pagination__pages .element.page-number {
        border-right: 0; }
      /* line 81, _pagination.scss */
      .pagination__pages .element.page-current {
        color: white;
        background: #3A4362; }
      /* line 86, _pagination.scss */
      .pagination__pages .element:hover {
        color: white;
        background: #3A4362; }

@media screen and (max-width: 760px) {
  /* line 121, _pagination.scss */
  .pagination {
    -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;
    text-align: center; }
    /* line 133, _pagination.scss */
    .pagination__load-button {
      width: 100%; }
    /* line 138, _pagination.scss */
    .pagination__pages {
      text-align: center; }
      /* line 140, _pagination.scss */
      .pagination__pages .element {
        width: 33px; } }
/* line 4, _product.scss */
.product-images__video-play, .product-images__video-iframe, .product-images__video.active .product-images__video-iframe, .product-images__video.active .product-images__video-play, .product-isticker, .product-isticker.hidden {
  -webkit-transition: visibility 0s linear 0s, opacity .4s ease 0s;
  -o-transition: visibility 0s linear 0s, opacity .4s ease 0s;
  transition: visibility 0s linear 0s, opacity .4s ease 0s; }

/* line 10, _product.scss */
.product-rating {
  margin-bottom: 12px;
  display: block; }
  /* line 15, _product.scss */
  .product-rating__stars, .product-rating__text {
    display: inline-block;
    vertical-align: middle; }
  /* line 20, _product.scss */
  .product-rating__text {
    margin-left: 5px;
    color: #6e6e6e; }
  /* line 24, _product.scss */
  .product-rating__stars, .product-rating__stars-fill, .product-rating__stars-fill::before {
    height: 15px;
    width: 80px; }
  /* line 29, _product.scss */
  .product-rating__stars, .product-rating__stars-fill::before {
    background-image: url(mneniyapro__stars-small.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%; }
  /* line 37, _product.scss */
  .product-rating__stars {
    background-position: left bottom; }
  /* line 40, _product.scss */
  .product-rating__stars-fill {
    display: block;
    overflow: hidden; }
  /* line 45, _product.scss */
  .product-rating__stars-fill:before {
    display: block;
    content: '';
    background-position: left top; }

/* line 60, _product.scss */
.product__full {
  margin-bottom: 32px; }
/* line 70, _product.scss */
.product__header {
  margin-bottom: 15px;
  padding: 10px 0 0 0; }
/* line 75, _product.scss */
.product__title {
  text-transform: uppercase; }

/* Модальное окно */
/* line 87, _product.scss */
.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 900;
  display: none; }
  @media screen and (max-width: 767px) {
    /* line 87, _product.scss */
    .modal-overlay {
      display: none !important; } }

/* line 103, _product.scss */
.modal {
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  left: 0;
  top: -200%;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 10px; }
  /* line 118, _product.scss */
  .modal .product-images__large {
    height: 600px !important;
    border-bottom: none;
    max-height: calc(100vh - 168.7px); }
    /* line 123, _product.scss */
    .modal .product-images__large-item {
      height: 100% !important; }
  /* line 128, _product.scss */
  .modal .product-images__thumbs {
    height: 80px !important;
    padding-top: 20px;
    display: block; }
    /* line 133, _product.scss */
    .modal .product-images__thumbs-in {
      display: flex;
      justify-content: center; }
  /* line 139, _product.scss */
  .modal .product-images__decoration {
    background: #304675;
    color: #fff;
    padding: 2px;
    display: flex;
    justify-content: space-evenly; }
  /* line 148, _product.scss */
  .modal .product-images__arrow {
    position: absolute;
    top: 50%;
    font-size: 42px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #3E4363;
    outline: none;
    z-index: 9; }
    /* line 158, _product.scss */
    .modal .product-images__arrow-prev {
      left: 3%; }
    /* line 162, _product.scss */
    .modal .product-images__arrow-next {
      right: 3%; }
    /* line 166, _product.scss */
    .modal .product-images__arrow.swiper-button-disabled {
      display: none; }
  /* line 171, _product.scss */
  .modal .product-preview {
    width: 100%;
    max-width: 950px; }
  @media screen and (max-width: 767px) {
    /* line 103, _product.scss */
    .modal {
      display: none; } }

/* line 181, _product.scss */
.modal-content {
  background-color: #fff;
  z-index: 1000;
  padding: 30px 0 20px 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
  text-align: left;
  min-width: 270px;
  border: 1px solid #dadbdb;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 20px);
  overflow: hidden;
  max-width: 100%; }

/* line 199, _product.scss */
.modal-close {
  position: absolute;
  top: 0px;
  right: 8px;
  cursor: pointer;
  margin: 0;
  height: 40px;
  width: 32px;
  text-align: center;
  border: 1px solid white;
  font-size: 40px;
  opacity: .6;
  z-index: 30; }
  /* line 213, _product.scss */
  .modal-close:hover {
    opacity: 1; }

/* line 218, _product.scss */
.modal-body {
  padding: 20px; }

/* Стили для слайдера в модальном окне */
/* line 223, _product.scss */
.modal-product-images {
  position: relative; }

/* line 227, _product.scss */
.modal-product-images__large,
.modal-product-images__thumbs {
  width: 100%; }

/* line 232, _product.scss */
.modal-product-images__large {
  margin-bottom: 20px; }

/* line 236, _product.scss */
.modal-product-images__large .swiper-slide {
  text-align: center; }

/* line 240, _product.scss */
.modal-product-images__large img {
  max-width: 100%;
  height: auto; }

/* line 245, _product.scss */
.modal-product-images__thumbs {
  overflow: hidden; }

/* line 249, _product.scss */
.modal-product-images__thumbs-in {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px; }

/* line 256, _product.scss */
.modal-product-images__thumb {
  flex: 0 0 auto;
  width: 85px;
  height: 85px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden; }

/* line 266, _product.scss */
.modal-product-images__thumb img {
  max-width: 100%;
  height: auto; }

/* line 271, _product.scss */
.modal-product-images__thumb.active {
  border-color: #007bff; }

/* line 275, _product.scss */
.product-page [data-swiper-type="product-large"] [data-item-image] {
  cursor: pointer; }
  /* line 279, _product.scss */
  .product-page [data-swiper-type="product-large"] [data-item-image]:hover::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    background: url(https://static.insales-cdn.com/files/1/8078/34226062/original/zoom_icon2.png);
    background-size: contain;
    z-index: 9;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      /* line 279, _product.scss */
      .product-page [data-swiper-type="product-large"] [data-item-image]:hover::before {
        display: none; } }

/* line 300, _product.scss */
.product-images {
  position: relative;
  float: left; }
  @media screen and (min-width: 1200px) {
    /* line 300, _product.scss */
    .product-images {
      max-width: 480px;
      width: 40%; } }
  /* line 308, _product.scss */
  .product-images__large {
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 1200px) {
      /* line 308, _product.scss */
      .product-images__large {
        border-bottom: 1px solid #3A4362;
        height: 350px; } }
    /* line 318, _product.scss */
    .product-images__large-item {
      float: left;
      height: 350px;
      background-color: white;
      position: relative; }
    /* line 324, _product.scss */
    .product-images__large-img {
      max-width: 100%; }
  /* line 329, _product.scss */
  .product-images__video {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    /* line 341, _product.scss */
    .product-images__video-overlay {
      width: 100%;
      height: calc(100% - 60px);
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      z-index: 8; }
    /* line 351, _product.scss */
    .product-images__video-play {
      position: absolute;
      color: white;
      left: calc(50% - 30px);
      top: calc(50% + 0px);
      width: 60px;
      height: 60px;
      border: 2px solid white;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      background-color: transparent;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      font-size: 22px;
      padding: 15px 0 0 21px;
      text-align: left;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      opacity: 1; }
    /* line 374, _product.scss */
    .product-images__video-iframe {
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden; }
    /* line 387, _product.scss */
    .product-images__video.active .product-images__video-iframe {
      opacity: 1;
      visibility: visible; }
    /* line 394, _product.scss */
    .product-images__video.active .product-images__video-play {
      opacity: 0;
      visibility: hidden; }
  /* line 403, _product.scss */
  .product-images__thumbs {
    margin: 12px 0 0 0;
    font-size: 0px; }
    /* line 408, _product.scss */
    .product-images__thumbs-in {
      display: block; }
  /* line 413, _product.scss */
  .product-images__thumb {
    display: inline-block;
    height: 60px;
    margin: 0 3px 4px 0;
    cursor: pointer; }
    /* line 418, _product.scss */
    .product-images__thumb-link {
      display: block; }
    /* line 421, _product.scss */
    .product-images__thumb-image {
      max-height: 60px; }
    /* line 425, _product.scss */
    .product-images__thumb.active {
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); }
  /* line 431, _product.scss */
  .product-images__dots {
    margin: 12px 0 0 0;
    height: 20px;
    font-size: 0px;
    text-align: center; }
    @media screen and (min-width: 1200px) {
      /* line 431, _product.scss */
      .product-images__dots {
        display: none; } }
    /* line 441, _product.scss */
    .product-images__dots-in {
      display: block; }
    /* line 445, _product.scss */
    .product-images__dots .swiper-pagination-bullet {
      display: inline-block;
      width: 10px;
      height: 10px;
      background: #d5d5d5;
      cursor: pointer;
      margin: 0 4px;
      opacity: 1;
      border-radius: 100%; }
      /* line 455, _product.scss */
      .product-images__dots .swiper-pagination-bullet-active {
        background: #3A4362; }

/* line 467, _product.scss */
.product-tabs {
  margin-top: 40px;
  clear: left;
  float: left;
  width: 100%;
  max-width: 850px; }
  /* line 474, _product.scss */
  .product-tabs__headers {
    display: block;
    font-size: 0px;
    border-bottom: 1px solid #3A4362;
    display: inline-block;
    min-width: 480px; }
  /* line 482, _product.scss */
  .product-tabs__header {
    border: 1px solid white;
    border-bottom-color: #3A4362;
    display: inline-block;
    position: relative;
    top: 1px; }
    /* line 490, _product.scss */
    .product-tabs__header-link {
      display: block;
      padding: 8px 13px 8px 13px;
      font-size: 15px;
      line-height: 23px;
      font-weight: 600;
      text-transform: uppercase;
      color: #9e9e9e;
      cursor: pointer; }
      /* line 500, _product.scss */
      .product-tabs__header-link:hover {
        background-color: #e1e1e1; }
    /* line 505, _product.scss */
    .product-tabs__header.active {
      border-color: #3A4362;
      border-bottom-color: white;
      -webkit-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
      /* line 510, _product.scss */
      .product-tabs__header.active .product-tabs__header-link {
        color: #3A4362;
        background-color: white; }
    /* line 516, _product.scss */
    .product-tabs__header_properties {
      display: none; }
      /* line 518, _product.scss */
      .product-tabs__header_properties.active {
        display: none; }
  /* line 528, _product.scss */
  .product-tabs__block {
    display: none;
    padding: 15px 0 0 0; }
    /* line 532, _product.scss */
    .product-tabs__block.active {
      display: block; }
    /* line 537, _product.scss */
    .product-tabs__block_properties.active {
      display: none; }

/* line 550, _product.scss */
.product-properties {
  display: block; }
  /* line 555, _product.scss */
  .product-properties__container {
    width: 350px;
    float: left;
    margin-left: 25px; }
  /* line 565, _product.scss */
  .product-properties__property {
    display: block;
    line-height: 20px; }
    /* line 569, _product.scss */
    .product-properties__property-title {
      font-weight: bold; }

/* line 577, _product.scss */
.product-offer {
  color: #3A4362; }
  /* line 585, _product.scss */
  .product-offer__inner {
    border: 1px solid #3A4362;
    padding: 10px 5px 10px 5px; }
  /* line 590, _product.scss */
  .product-offer__wrapper {
    position: relative; }
  /* line 594, _product.scss */
  .product-offer__status {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
    color: #6d6d6d; }
  /* line 602, _product.scss */
  .product-offer__prices {
    height: 140px;
    padding: 56px 0 0 0;
    text-align: center; }
    /* line 610, _product.scss */
    .product-offer__prices-for-unit {
      position: absolute;
      right: 0;
      top: 0;
      line-height: 25px;
      padding: 0 6px 0 6px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-color: #3A4362;
      color: white;
      font-size: 16px;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    /* line 628, _product.scss */
    .product-offer__prices-numbers {
      text-align: center;
      line-height: 38px; }
    /* line 633, _product.scss */
    .product-offer__prices-current {
      font-size: 48px;
      display: inline;
      font-weight: 700; }
    /* line 640, _product.scss */
    .product-offer__prices-old {
      display: inline;
      font-size: 20px;
      line-height: 20px;
      color: #6b6b6d;
      text-decoration: line-through;
      margin-right: 8px; }
    /* line 649, _product.scss */
    .product-offer__prices-item {
      margin-top: 0px;
      text-align: center; }
  /* line 656, _product.scss */
  .product-offer__buttons {
    height: 55px; }
  /* line 661, _product.scss */
  .product-offer__quantity {
    display: none;
    font-size: 0px; }
    /* line 665, _product.scss */
    .product-offer__quantity .ico {
      display: inline-block;
      vertical-align: middle;
      font-style: normal; }
    /* line 671, _product.scss */
    .product-offer__quantity-minus, .product-offer__quantity-number, .product-offer__quantity-plus {
      display: inline-block;
      text-align: center;
      cursor: pointer;
      vertical-align: top; }
    /* line 682, _product.scss */
    .product-offer__quantity-minus, .product-offer__quantity-number {
      height: 55px;
      border: 1px solid #3A4362;
      font-size: 22px;
      background: white; }
    /* line 690, _product.scss */
    .product-offer__quantity-minus {
      width: 54px;
      border-right: 0;
      font-weight: 400; }
      /* line 697, _product.scss */
      .product-offer__quantity-minus .ico {
        display: block;
        font-size: 34px;
        height: 10px;
        line-height: 0;
        padding: 3px 0 0 0; }
    /* line 711, _product.scss */
    .product-offer__quantity-number {
      width: 62px;
      line-height: 53px;
      cursor: auto; }
    /* line 718, _product.scss */
    .product-offer__quantity-plus {
      width: 212px;
      height: 55px;
      color: white;
      background-color: #3A4362;
      font-size: 30px;
      font-weight: 400; }
      /* line 727, _product.scss */
      .product-offer__quantity-plus .ico {
        margin: 0 3px;
        font-weight: 400;
        font-size: 34px; }
  /* line 738, _product.scss */
  .product-offer__cart-add {
    width: 100%;
    height: 55px;
    font-size: 24px;
    line-height: 53px; }
  /* line 747, _product.scss */
  .product-offer__operations {
    margin-top: 30px; }
  /* line 751, _product.scss */
  .product-offer__operation-button {
    margin: 5px 0;
    font-size: 12.8px;
    position: relative;
    font-weight: 400;
    cursor: pointer; }
    /* line 758, _product.scss */
    .product-offer__operation-button .ico, .product-offer__operation-button .text {
      display: inline-block;
      vertical-align: middle; }
    /* line 762, _product.scss */
    .product-offer__operation-button .ico {
      font-size: 24px;
      margin-right: 5px;
      width: 30px; }
    /* line 768, _product.scss */
    .product-offer__operation-button .text {
      font-style: italic; }
    /* line 772, _product.scss */
    .product-offer__operation-button .text a {
      text-decoration: underline; }
  /* line 779, _product.scss */
  .product-offer__wishlist_add, .product-offer__wishlist_delete {
    color: #3A4362; }
  /* line 786, _product.scss */
  .product-offer__wishlist_add:hover {
    color: #3A4362; }
  /* line 790, _product.scss */
  .product-offer__wishlist_add.active {
    display: none; }
    /* line 792, _product.scss */
    .product-offer__wishlist_add.active + .product-offer__wishlist_delete {
      display: block; }
  /* line 797, _product.scss */
  .product-offer__wishlist_delete {
    display: none; }
    /* line 800, _product.scss */
    .product-offer__wishlist_delete:hover {
      color: #3A4362; }
    /* line 804, _product.scss */
    .product-offer__wishlist_delete .sub-ico {
      font-size: 16px;
      position: absolute;
      top: 6px;
      left: 14px;
      background: white;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      line-height: 0;
      border: 1px solid white;
      color: red; }
  /* line 826, _product.scss */
  .product-offer__delivery .ico img {
    display: inline; }
  /* line 833, _product.scss */
  .product-offer__delivery-date {
    text-transform: lowercase; }
  /* line 837, _product.scss */
  .product-offer__delivery-time {
    margin-left: 1pt; }
  /* line 844, _product.scss */
  .product-offer__pickup .ico {
    text-align: center; }
    /* line 847, _product.scss */
    .product-offer__pickup .ico img {
      display: inline; }
  /* line 857, _product.scss */
  .product-offer__rating {
    display: none;
    position: absolute;
    left: 0;
    top: 0; }
  /* line 869, _product.scss */
  .product-offer.added-item .product-offer__cart-add {
    display: none; }
  /* line 872, _product.scss */
  .product-offer.added-item .product-offer__quantity {
    display: block; }

/* line 880, _product.scss */
.product-recipes {
  margin: 50px 0 70px 0; }
  /* line 885, _product.scss */
  .product-recipes__header {
    font-size: 28px;
    font-family: "Open Sans Condensed",sans-serif;
    text-transform: uppercase;
    color: #3A4362;
    font-weight: 700; }
  /* line 893, _product.scss */
  .product-recipes__body {
    margin-top: 30px;
    width: 33%; }
  /* line 897, _product.scss */
  .product-recipes__element {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    margin-right: 1.5%; }
  /* line 912, _product.scss */
  .product-recipes__element_three {
    margin-right: 0; }
  /* line 918, _product.scss */
  .product-recipes__element-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #3A4362;
    position: absolute;
    top: 0px; }
  /* line 930, _product.scss */
  .product-recipes__element-title {
    width: 100%;
    max-height: 45px;
    overflow: hidden;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-align: center;
    color: white;
    padding: 0 5px; }
  /* line 943, _product.scss */
  .product-recipes__element:hover {
    opacity: 0.8; }

/* line 949, _product.scss */
.product-bestreview {
  background-color: #F5F5F5;
  align-items: flex-start;
  margin-bottom: 32px; }
  /* line 957, _product.scss */
  .product-bestreview__block {
    width: 70%;
    padding-right: 40px; }
    @media (max-width: 760px) {
      /* line 957, _product.scss */
      .product-bestreview__block {
        width: 100%;
        padding-right: 10px; } }
  /* line 968, _product.scss */
  .product-bestreview__image {
    width: 30%;
    padding: 8px 6px; }
    @media (max-width: 760px) {
      /* line 968, _product.scss */
      .product-bestreview__image {
        display: none; } }
  /* line 979, _product.scss */
  .product-bestreview__image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 270px; }
  /* line 987, _product.scss */
  .product-bestreview__header {
    height: 40px;
    justify-content: space-between; }
  /* line 992, _product.scss */
  .product-bestreview__header-title {
    position: relative;
    height: 40px;
    padding: 0 36px 0 10px;
    background-color: #3A4362;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 40px;
    font-weight: 700;
    overflow: hidden; }
  /* line 1005, _product.scss */
  .product-bestreview__header-title::after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    right: -28px;
    top: 0;
    background-color: #F5F5F5;
    transform: rotate(45deg); }
  /* line 1016, _product.scss */
  .product-bestreview__header-data {
    align-items: flex-end; }
  /* line 1020, _product.scss */
  .product-bestreview__header-data::before {
    content: 'средняя оценка';
    display: block;
    width: 46px;
    font-size: 10px;
    line-height: 10px;
    text-align: center; }
  /* line 1030, _product.scss */
  .product-bestreview__header-score {
    font-size: 26px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 12px;
    margin-right: 12px; }
  /* line 1038, _product.scss */
  .product-bestreview__header-count {
    font-size: 10px; }
    @media (max-width: 760px) {
      /* line 1038, _product.scss */
      .product-bestreview__header-count {
        display: none; } }
  /* line 1047, _product.scss */
  .product-bestreview__body {
    padding-top: 10px; }
  /* line 1053, _product.scss */
  .product-bestreview.processed {
    opacity: 1; }
  /* line 1057, _product.scss */
  .product-bestreview .mp-review-text-block {
    float: none;
    display: block;
    width: 100%;
    clear: left; }
  /* line 1064, _product.scss */
  .product-bestreview .mp-review-block {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  /* line 1070, _product.scss */
  .product-bestreview .mp-author-name {
    white-space: nowrap;
    width: 100%; }

@media screen and (min-width: 1200px) {
  /* line 1080, _product.scss */
  .product-page_tall-image .product-images__large {
    height: 730px; } }
@media screen and (max-width: 1200px) {
  /* line 1086, _product.scss */
  .product-page_tall-image .product-images__large {
    height: auto; }
  /* line 1090, _product.scss */
  .product-page_tall-image .product-images__large-item {
    height: auto; } }

/* line 1096, _product.scss */
[data-deco-block-place] {
  width: 100%;
  position: relative; }

@media screen and (min-width: 1200px) {
  /* line 1103, _product.scss */
  .product__main {
    position: relative; }

  /* line 1107, _product.scss */
  .product-offer {
    max-width: 340px;
    width: 28.4%;
    min-height: 260px;
    float: right;
    position: relative; }
    /* line 1115, _product.scss */
    .product-offer__inner {
      position: absolute;
      top: 0;
      width: 340px; } }
@media screen and (max-width: 1200px) {
  /* line 1131, _product.scss */
  .product__full .wrapper {
    position: relative; }
  /* line 1136, _product.scss */
  .product__title {
    font-size: 21.12px; }

  /* line 1146, _product.scss */
  .product-images {
    width: 405px; }
    /* line 1150, _product.scss */
    .product-images__large {
      height: 295px; }
      /* line 1153, _product.scss */
      .product-images__large-item {
        height: 295px; }
    /* line 1158, _product.scss */
    .product-images__thumbs {
      display: none; }

  /* line 1166, _product.scss */
  .product-tabs__headers {
    width: 100%; }
  /* line 1171, _product.scss */
  .product-tabs__header_properties {
    display: inline-block; }
    /* line 1174, _product.scss */
    .product-tabs__header_properties.active {
      display: inline-block; }
  /* line 1183, _product.scss */
  .product-tabs__block_properties.active {
    display: block; }

  /* line 1194, _product.scss */
  .product-properties__place-right {
    display: none; }

  /* line 1200, _product.scss */
  .product-offer {
    width: 300px;
    min-height: 237px;
    float: right; }
    /* line 1206, _product.scss */
    .product-offer__prices {
      height: 115px;
      padding: 49px 0 0 0; }
      /* line 1210, _product.scss */
      .product-offer__prices-for-unit {
        font-size: 14px; }
      /* line 1214, _product.scss */
      .product-offer__prices-current {
        font-size: 36px;
        line-height: 36px; }
      /* line 1219, _product.scss */
      .product-offer__prices-item {
        margin-top: 0px; }
      /* line 1223, _product.scss */
      .product-offer__prices-numbers {
        line-height: 30px; }
    /* line 1228, _product.scss */
    .product-offer__buttons {
      height: 42px; }
    /* line 1233, _product.scss */
    .product-offer__quantity-minus, .product-offer__quantity-number {
      height: 42px; }
    /* line 1237, _product.scss */
    .product-offer__quantity-minus {
      width: 18.75%; }
      /* line 1239, _product.scss */
      .product-offer__quantity-minus .ico {
        font-size: 24px; }
    /* line 1243, _product.scss */
    .product-offer__quantity-plus {
      width: 59.75%;
      font-size: 24px;
      height: 42px; }
      /* line 1248, _product.scss */
      .product-offer__quantity-plus .ico {
        font-size: 24px; }
    /* line 1253, _product.scss */
    .product-offer__quantity-number {
      width: 21.5%;
      line-height: 40px; }
    /* line 1259, _product.scss */
    .product-offer__cart-add {
      height: 42px;
      line-height: 40px;
      font-size: 22px; }
    /* line 1265, _product.scss */
    .product-offer__operations {
      margin-top: 15px; }
    /* line 1269, _product.scss */
    .product-offer__operation-button {
      font-size: 12px; }
      /* line 1271, _product.scss */
      .product-offer__operation-button .ico {
        font-size: 21px;
        width: 27px; }
    /* line 1279, _product.scss */
    .product-offer__wishlist_delete .sub-ico {
      font-size: 14px;
      top: 5px;
      left: 16px; }
    /* line 1287, _product.scss */
    .product-offer__rating {
      display: block;
      font-size: 12px; }
    /* line 1292, _product.scss */
    .product-offer__rating + .product-offer__status {
      top: 11px; }

  /* line 1304, _product.scss */
  .product-recipes__element {
    height: 200px;
    display: block; }
  /* line 1309, _product.scss */
  .product-recipes__element-content {
    height: 50px; }
  /* line 1313, _product.scss */
  .product-recipes__element-title {
    font-size: 16px;
    line-height: 18px;
    max-height: 38px; }

  /* line 1327, _product.scss */
  .product-rating__stars, .product-rating__stars-fill, .product-rating__stars-fill::before {
    height: 13px;
    width: 70px; } }
@media screen and (max-width: 760px) {
  /* line 1343, _product.scss */
  .product__full {
    padding-bottom: 15px; }

  /* line 1351, _product.scss */
  .product-images {
    width: 100%;
    float: none; }
    /* line 1356, _product.scss */
    .product-images__large {
      height: 200px;
      text-align: center; }
      /* line 1360, _product.scss */
      .product-images__large-item {
        height: 200px;
        background: white; }
      /* line 1365, _product.scss */
      .product-images__large-img {
        max-height: 100%; }

  /* line 1372, _product.scss */
  .product-offer {
    width: 100%;
    float: none;
    min-height: 206px;
    margin-top: 15px; }
    /* line 1380, _product.scss */
    .product-offer__operations {
      overflow: hidden; }
    /* line 1383, _product.scss */
    .product-offer__wishlist {
      display: block;
      float: left; }
    /* line 1388, _product.scss */
    .product-offer__weight-info {
      display: block;
      float: right; }
    /* line 1394, _product.scss */
    .product-offer__operation-button {
      font-size: 11px; }
      /* line 1396, _product.scss */
      .product-offer__operation-button .ico {
        margin-right: 2px;
        width: 24px; }

  /* line 1407, _product.scss */
  .product-tabs__headers {
    min-width: 100%; }
  /* line 1412, _product.scss */
  .product-tabs__header-link {
    padding: 6px 8px;
    font-size: 12px;
    line-height: 20px; }

  /* line 1421, _product.scss */
  .product-preview {
    max-width: 300px; }
    /* line 1425, _product.scss */
    .product-preview .breadcrumbs__item {
      font-size: 9px; }
      /* line 1427, _product.scss */
      .product-preview .breadcrumbs__item:after {
        padding: 0 1px; }
    /* line 1431, _product.scss */
    .product-preview .breadcrumbs__link {
      font-size: 9px; }
    /* line 1437, _product.scss */
    .product-preview .divider {
      display: none; }
    /* line 1443, _product.scss */
    .product-preview .product__title {
      font-size: 18px; }

  /* line 1450, _product.scss */
  .product-recipes {
    margin-top: 20px;
    margin-bottom: 20px; }
    /* line 1455, _product.scss */
    .product-recipes__header {
      font-size: 18px; }
    /* line 1459, _product.scss */
    .product-recipes__body {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 15px; }
    /* line 1465, _product.scss */
    .product-recipes__element {
      width: 100%;
      margin-top: 15px;
      margin-right: 0;
      display: block; } }
@media screen and (max-width: 425px) {
  /* line 1479, _product.scss */
  .product-tabs__headers {
    width: 100%; }
  /* line 1483, _product.scss */
  .product-tabs__header-link {
    font-size: 9px; } }
/* line 1, _product-badges.scss */
.product-badge {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  font-family: Heuristica,serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  display: block; }
  /* line 23, _product-badges.scss */
  .product-badge_action {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    height: 26px;
    line-height: 26px;
    background: white;
    font-size: 16px;
    padding: 0 4px;
    background: white;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  /* line 35, _product-badges.scss */
  .product-badge_discount {
    width: 73px;
    height: 28px;
    background-color: #ff9933;
    color: white; }
    /* line 41, _product-badges.scss */
    .product-badge_discount::before {
      content: 'Скидка!';
      display: block;
      font-weight: 700;
      font-size: 14px;
      line-height: 30px;
      padding-left: 1px; }
    /* line 51, _product-badges.scss */
    .product-badge_discount::after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 28px 0 0px 10px;
      border-color: transparent transparent transparent #ff9933;
      right: -10px;
      top: 0; }
  /* line 67, _product-badges.scss */
  .product-badge__inner {
    display: none; }

/* line 81, _product-badges.scss */
.product-day-offer .product-badge_discount {
  top: initial;
  bottom: 0; }

/* line 90, _product-badges.scss */
.product-isticker {
  bottom: 2px;
  right: 2px;
  z-index: 10;
  position: absolute;
  opacity: 1; }
  /* line 105, _product-badges.scss */
  .product-isticker.hidden {
    opacity: 0;
    visibility: hidden; }
  /* line 113, _product-badges.scss */
  .product-isticker__ico {
    display: block;
    width: 38px;
    cursor: pointer; }
  /* line 121, _product-badges.scss */
  .product-isticker__text {
    display: none;
    position: absolute;
    white-space: nowrap;
    text-align: center;
    line-height: 1.4;
    right: -5px;
    bottom: 100%;
    margin-bottom: 10px; }
    /* line 135, _product-badges.scss */
    .product-isticker__text-in {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 5px 10px;
      color: white;
      display: block; }
    /* line 142, _product-badges.scss */
    .product-isticker__text-triangle {
      width: 10px;
      height: 11px;
      position: absolute;
      overflow: hidden;
      right: 10px;
      top: 100%; }
      /* line 151, _product-badges.scss */
      .product-isticker__text-triangle::after {
        content: '';
        width: 10px;
        height: 10px;
        position: relative;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        top: -7px; }
  /* line 170, _product-badges.scss */
  .product-isticker__ico:hover + .product-isticker__text {
    display: block; }
  /* line 180, _product-badges.scss */
  .product-isticker_own-page .product-isticker__ico {
    width: 75px; }

@media screen and (max-width: 760px) {
  /* line 194, _product-badges.scss */
  .product-badge_action {
    height: 18px;
    line-height: 20px;
    font-size: 13px; }
  /* line 207, _product-badges.scss */
  .product-badge_product-page .product-badge_action {
    height: 23px;
    line-height: 27px;
    font-size: 16px; }

  /* line 232, _product-badges.scss */
  .product-item .product-badge_discount {
    width: 61px;
    height: 61px;
    overflow: hidden;
    background: transparent;
    font-size: 12px;
    text-align: center;
    color: white;
    line-height: 20px;
    top: -11px;
    left: -11px;
    font-weight: normal;
    font-family: Open sans, sans-serif;
    font-style: normal; }
    /* line 247, _product-badges.scss */
    .product-item .product-badge_discount::before, .product-item .product-badge_discount::after {
      display: none; }
  /* line 253, _product-badges.scss */
  .product-item .product-badge__inner {
    display: block;
    width: 82px;
    height: 20px;
    position: relative;
    top: 11px;
    right: 18px;
    background-color: #3A4362;
    -webkit-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg); } }
/* line 1, _product-preview.scss */
.product-preview {
  max-width: 950px;
  width: 950px;
  background: white;
  z-index: 400;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  /* line 12, _product-preview.scss */
  .product-preview .product-recipes {
    margin-bottom: 30px; }
    /* line 15, _product-preview.scss */
    .product-preview .product-recipes__element {
      width: 49.25%; }
    /* line 19, _product-preview.scss */
    .product-preview .product-recipes__element_three {
      display: none; }
  @media screen and (min-width: 767px) {
    /* line 29, _product-preview.scss */
    .product-preview .product__full {
      padding-bottom: 10px;
      position: relative; }
    /* line 33, _product-preview.scss */
    .product-preview .product__main {
      width: 100%; }
    /* line 41, _product-preview.scss */
    .product-preview .product-properties__place-right {
      display: none; }
    /* line 45, _product-preview.scss */
    .product-preview .product-offer {
      width: 42%;
      min-height: 240px;
      position: absolute;
      right: 0;
      top: 0; }
      /* line 54, _product-preview.scss */
      .product-preview .product-offer__inner {
        position: relative;
        width: 100%; }
      /* line 59, _product-preview.scss */
      .product-preview .product-offer__rating {
        display: block;
        top: -6px; }
        /* line 63, _product-preview.scss */
        .product-preview .product-offer__rating .star {
          font-size: 13px; }
        /* line 67, _product-preview.scss */
        .product-preview .product-offer__rating-text {
          font-size: 11px; }
      /* line 72, _product-preview.scss */
      .product-preview .product-offer__rating + .product-offer__status {
        top: 3px; }
      /* line 76, _product-preview.scss */
      .product-preview .product-offer__status {
        font-size: 12px; }
      /* line 79, _product-preview.scss */
      .product-preview .product-offer__prices {
        height: 115px;
        padding: 40px 0 0 0; }
        /* line 83, _product-preview.scss */
        .product-preview .product-offer__prices-current {
          font-size: 36px;
          line-height: 36px; }
        /* line 88, _product-preview.scss */
        .product-preview .product-offer__prices-for-unit {
          font-size: 14px; }
        /* line 92, _product-preview.scss */
        .product-preview .product-offer__prices-item {
          margin-top: 5px; }
      /* line 97, _product-preview.scss */
      .product-preview .product-offer__buttons {
        height: 42px; }
      /* line 100, _product-preview.scss */
      .product-preview .product-offer__cart-add {
        height: 42px;
        line-height: 40px;
        font-size: 22px; }
      /* line 107, _product-preview.scss */
      .product-preview .product-offer__quantity-minus, .product-preview .product-offer__quantity-plus, .product-preview .product-offer__quantity-number {
        height: 42px; }
      /* line 112, _product-preview.scss */
      .product-preview .product-offer__quantity-minus {
        width: 52px; }
        /* line 114, _product-preview.scss */
        .product-preview .product-offer__quantity-minus .ico {
          font-size: 24px; }
      /* line 119, _product-preview.scss */
      .product-preview .product-offer__quantity-number {
        width: 52px;
        line-height: 40px; }
      /* line 124, _product-preview.scss */
      .product-preview .product-offer__quantity-plus {
        width: 162px;
        font-size: 24px; }
        /* line 128, _product-preview.scss */
        .product-preview .product-offer__quantity-plus .ico {
          font-size: 24px; }
      /* line 134, _product-preview.scss */
      .product-preview .product-offer__operations {
        margin-top: 15px; }
      /* line 137, _product-preview.scss */
      .product-preview .product-offer__operation-button {
        font-size: 11px; }
        /* line 139, _product-preview.scss */
        .product-preview .product-offer__operation-button .ico {
          font-size: 19px; }
      /* line 147, _product-preview.scss */
      .product-preview .product-offer__wishlist_delete .sub-ico {
        font-size: 14px;
        top: 4px;
        left: 10px; }
    /* line 162, _product-preview.scss */
    .product-preview .product-images {
      max-width: 506px;
      width: 55%; }
      /* line 167, _product-preview.scss */
      .product-preview .product-images__large {
        height: 270px; }
        /* line 170, _product-preview.scss */
        .product-preview .product-images__large-item {
          height: 270px; }
        /* line 174, _product-preview.scss */
        .product-preview .product-images__large-img {
          object-fit: contain;
          display: block;
          max-height: 100%;
          margin: 0 auto; }
      /* line 184, _product-preview.scss */
      .product-preview .product-images__thumbs {
        height: 40px; }
      /* line 188, _product-preview.scss */
      .product-preview .product-images__thumb {
        height: 40px; }
        /* line 191, _product-preview.scss */
        .product-preview .product-images__thumb-image {
          max-height: 40px; }
    /* line 200, _product-preview.scss */
    .product-preview .product-tabs {
      margin-top: 20px; }
      /* line 204, _product-preview.scss */
      .product-preview .product-tabs__headers {
        width: 100%; }
      /* line 207, _product-preview.scss */
      .product-preview .product-tabs__header_properties {
        display: inline-block; }
        /* line 210, _product-preview.scss */
        .product-preview .product-tabs__header_properties.active {
          display: inline-block; }
      /* line 217, _product-preview.scss */
      .product-preview .product-tabs__block_properties.active {
        display: block; }
    /* line 227, _product-preview.scss */
    .product-preview .products-carousel__header {
      font-size: 24px; }
    /* line 231, _product-preview.scss */
    .product-preview .products-carousel__body {
      padding: 0; }
    /* line 235, _product-preview.scss */
    .product-preview .products-carousel__navigation {
      display: none; }
    /* line 239, _product-preview.scss */
    .product-preview .products-carousel .product-item {
      width: 25%; }
    /* line 244, _product-preview.scss */
    .product-preview .divider {
      display: none; } }
  @media screen and (min-width: 760px) {
    /* line 252, _product-preview.scss */
    .product-preview.product-page_tall-image .product-images__large {
      height: 700px; }
    /* line 256, _product-preview.scss */
    .product-preview.product-page_tall-image .product-images__large-item {
      height: 690px; } }

/* line 1, _product-item.scss */
.product-item {
  width: 25%;
  font-size: 12.8px;
  color: #3A4362;
  margin: 10px 0; }
  /* line 13, _product-item.scss */
  .product-item__wrapper {
    margin: 10px;
    position: relative; }
  /* line 18, _product-item.scss */
  .product-item__gallery {
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
    /* line 25, _product-item.scss */
    .product-item__gallery-in {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    /* line 33, _product-item.scss */
    .product-item__gallery-element {
      display: block;
      width: 100%;
      height: 100%; }
    /* line 42, _product-item.scss */
    .product-item__gallery-nav {
      position: absolute;
      display: flex;
      justify-content: center;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
      @media (max-width: 1200px) {
        /* line 42, _product-item.scss */
        .product-item__gallery-nav {
          top: initial;
          height: 5px;
          bottom: 0; } }
    /* line 60, _product-item.scss */
    .product-item__gallery-nav-dot {
      display: block;
      width: 28%;
      height: 100%;
      position: relative;
      opacity: .3;
      margin: 0 1%; }
      /* line 68, _product-item.scss */
      .product-item__gallery-nav-dot::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #3A4362;
        border-radius: 10px; }
    /* line 82, _product-item.scss */
    .product-item__gallery-nav-dot.active {
      opacity: 1; }
  /* line 88, _product-item.scss */
  .product-item__image {
    position: relative;
    height: 160px; }
    /* line 92, _product-item.scss */
    .product-item__image-in {
      height: 100%; }
    /* line 97, _product-item.scss */
    .product-item__image-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      height: 100%; }
    /* line 114, _product-item.scss */
    .product-item__image picture {
      height: 100%; }
    /* line 117, _product-item.scss */
    .product-item__image img {
      max-height: 100%;
      position: relative;
      z-index: 1; }
  /* line 127, _product-item.scss */
  .product-item__content {
    text-align: center;
    margin-top: 16px;
    height: 88px;
    overflow: hidden; }
  /* line 135, _product-item.scss */
  .product-item__title {
    display: block;
    font-family: 'Heuristica',serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 22.4px; }
  /* line 145, _product-item.scss */
  .product-item__short-desc {
    padding: 2px 0 0 0;
    line-height: 20.5px;
    color: #222; }
  /* line 151, _product-item.scss */
  .product-item__short-desc p {
    padding: 0;
    margin: 0; }
  /* line 156, _product-item.scss */
  .product-item__delivery {
    text-align: center;
    color: #3A4362;
    margin-top: 8px; }
  /* line 162, _product-item.scss */
  .product-item__express {
    display: none;
    z-index: 3;
    top: 43px;
    right: 2px;
    position: absolute; }
    /* line 170, _product-item.scss */
    .product-item__express-ico {
      display: block;
      width: 22px;
      height: 22px;
      cursor: pointer;
      background-image: url(ico__delivery.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 14px 14px;
      background-size: 14px;
      background-color: white;
      border: 1px solid #3A4362;
      -webkit-border-radius: 22px;
      border-radius: 22px; }
    /* line 186, _product-item.scss */
    .product-item__express-text {
      display: none;
      position: absolute;
      padding-top: 11px;
      width: 138px;
      text-align: center;
      top: 21px;
      line-height: 1.4;
      right: -5px; }
      /* line 198, _product-item.scss */
      .product-item__express-text-in {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 10px;
        color: white;
        display: block; }
      /* line 205, _product-item.scss */
      .product-item__express-text-triangle {
        width: 10px;
        height: 11px;
        top: 0px;
        position: absolute;
        overflow: hidden;
        right: 10px; }
        /* line 213, _product-item.scss */
        .product-item__express-text-triangle::after {
          content: '';
          width: 10px;
          height: 10px;
          position: relative;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          display: block;
          background-color: rgba(0, 0, 0, 0.5);
          top: 8px; }
    /* line 228, _product-item.scss */
    .product-item__express-ico:hover + .product-item__express-text {
      display: block; }
  /* line 232, _product-item.scss */
  .product-item__wishlist {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    right: 2px;
    display: none;
    z-index: 6; }
  /* line 241, _product-item.scss */
  .product-item__wishlist-add, .product-item__wishlist-delete {
    font-size: 22px; }
    /* line 244, _product-item.scss */
    .product-item__wishlist-add:hover, .product-item__wishlist-delete:hover {
      color: #3A4362; }
  /* line 248, _product-item.scss */
  .product-item__wishlist-add {
    color: #b2b2b2; }
    /* line 250, _product-item.scss */
    .product-item__wishlist-add.active {
      display: none; }
      /* line 252, _product-item.scss */
      .product-item__wishlist-add.active + .product-item__wishlist-delete {
        display: block; }
  /* line 257, _product-item.scss */
  .product-item__wishlist-delete {
    color: #3A4362;
    display: none; }
    /* line 261, _product-item.scss */
    .product-item__wishlist-delete .sub-ico {
      font-size: 16px;
      position: absolute;
      top: 8px;
      right: -6px;
      background: white;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      line-height: 0;
      border: 1px solid white;
      color: red; }
  /* line 275, _product-item.scss */
  .product-item__cart-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    position: relative;
    background: white; }
  /* line 296, _product-item.scss */
  .product-item__price {
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -0.5px; }
  /* line 303, _product-item.scss */
  .product-item__old-price {
    display: inline-block;
    color: #7e7e7e;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-left: 8px; }
  /* line 315, _product-item.scss */
  .product-item__unit {
    font-size: 15px; }
    /* line 317, _product-item.scss */
    .product-item__unit:before {
      content: '/'; }
  /* line 321, _product-item.scss */
  .product-item__cart-quantity {
    display: none;
    font-size: 0px;
    margin: 10px auto 0; }
  /* line 328, _product-item.scss */
  .product-item__quantity-minus, .product-item__quantity-number, .product-item__quantity-plus {
    height: 32px;
    background: white;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 3px; }
  /* line 342, _product-item.scss */
  .product-item__quantity-minus, .product-item__quantity-number {
    width: 24%;
    background: white; }
  /* line 349, _product-item.scss */
  .product-item__quantity-number {
    line-height: 30px; }
  /* line 352, _product-item.scss */
  .product-item__quantity-plus {
    width: 52%;
    background: #3A4362;
    border-right: 0;
    color: white; }
    /* line 358, _product-item.scss */
    .product-item__quantity-plus .ico-cart, .product-item__quantity-plus .ico-plus {
      display: inline-block;
      font-style: normal; }
  /* line 364, _product-item.scss */
  .product-item__cart-add {
    height: 32px;
    cursor: pointer;
    font-size: 22px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.26);
    color: #3A4362; }
    /* line 371, _product-item.scss */
    .product-item__cart-add .ico-plus, .product-item__cart-add .ico-cart {
      display: inline-block;
      font-style: normal; }
    /* line 375, _product-item.scss */
    .product-item__cart-add .ico-plus {
      display: none; }
  /* line 384, _product-item.scss */
  .product-item .product-rating {
    text-align: center;
    display: block;
    margin-bottom: 4px;
    height: 34px;
    margin-top: 3px; }
    /* line 391, _product-item.scss */
    .product-item .product-rating__stars {
      margin-bottom: 2px; }
    /* line 394, _product-item.scss */
    .product-item .product-rating__text {
      display: block;
      font-size: 10px; }

/* line 402, _product-item.scss */
.product-item__block .product-item__wrapper {
  padding: 10px;
  position: relative;
  margin: 0; }

/* line 410, _product-item.scss */
.product-item.wishlist-added .product-item__wishlist {
  display: block; }

/* line 418, _product-item.scss */
.product-item.added-item {
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  /* line 423, _product-item.scss */
  .product-item.added-item .product-item__cart-buttons {
    width: 100%; }
  /* line 426, _product-item.scss */
  .product-item.added-item .product-item__cart-add {
    display: none; }
  /* line 429, _product-item.scss */
  .product-item.added-item .product-item__cart-quantity {
    display: block; }
  /* line 433, _product-item.scss */
  .product-item.added-item .product-item__rating {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0; }
  /* line 440, _product-item.scss */
  .product-item.added-item .product-item__prices {
    width: 100%;
    text-align: center; }

@media screen and (max-width: 1200px) {
  /* line 457, _product-item.scss */
  .product-item {
    width: 33.3%; }
    /* line 460, _product-item.scss */
    .product-item__wishlist {
      display: block; }
    /* line 463, _product-item.scss */
    .product-item__cart-add {
      width: 82px;
      background: #3A4362;
      color: white;
      text-align: center;
      font-size: 12.8px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      /* line 473, _product-item.scss */
      .product-item__cart-add .ico-plus {
        display: inline-block;
        margin-right: 3px; } }
@media screen and (min-width: 760px) {
  /* line 496, _product-item.scss */
  .product-item__price-number .fa-rub {
    font-size: 23px;
    margin-left: -3px; }
  /* line 503, _product-item.scss */
  .product-item__old-price {
    margin-left: 4px; }
  /* line 507, _product-item.scss */
  .product-item__delivery {
    display: none; }

  /* line 513, _product-item.scss */
  .product-item:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    /* line 519, _product-item.scss */
    .product-item:hover .product-item__cart-add {
      width: 82px;
      background: #3A4362;
      color: white;
      text-align: center;
      font-size: 12.8px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      /* line 527, _product-item.scss */
      .product-item:hover .product-item__cart-add .ico-plus {
        display: inline-block;
        margin-right: 3px; }
    /* line 532, _product-item.scss */
    .product-item:hover .product-item__wishlist {
      display: block; }
    /* line 538, _product-item.scss */
    .product-item:hover .product-rating__stars, .product-item:hover .product-rating__stars-fill, .product-item:hover .product-rating__stars-fill::before {
      height: 19px;
      width: 100px; } }
@media screen and (max-width: 760px) {
  /* line 555, _product-item.scss */
  .product-item {
    font-size: 11px;
    width: 50%;
    margin: 0;
    border: 1px solid #eceef2; }
    /* line 565, _product-item.scss */
    .product-item__title {
      font-size: 11px;
      line-height: 14px;
      letter-spacing: 0;
      overflow: hidden; }
    /* line 575, _product-item.scss */
    .product-item__content {
      height: 58px;
      margin-top: 10px; }
    /* line 582, _product-item.scss */
    .product-item__image {
      height: 120px; }
      /* line 585, _product-item.scss */
      .product-item__image img {
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset; }
    /* line 592, _product-item.scss */
    .product-item__short-desc {
      line-height: 14px;
      overflow: hidden; }
    /* line 600, _product-item.scss */
    .product-item__wishlist {
      display: block;
      top: 0px;
      right: 0px; }
    /* line 606, _product-item.scss */
    .product-item__express {
      top: 30px; }
    /* line 610, _product-item.scss */
    .product-item__wishlist-add, .product-item__wishlist-delete {
      font-size: 20px; }
    /* line 616, _product-item.scss */
    .product-item__wishlist-delete .sub-ico {
      right: -1px;
      top: 9px;
      font-size: 12px; }
    /* line 623, _product-item.scss */
    .product-item__prices {
      max-width: -webkit-calc(100% - 70px);
      max-width: calc(100% - 70px);
      text-align: center;
      margin-right: auto; }
    /* line 631, _product-item.scss */
    .product-item__price {
      font-size: 16px; }
    /* line 634, _product-item.scss */
    .product-item__old-price {
      display: inline-block;
      font-size: 11px;
      margin-left: 5px; }
    /* line 640, _product-item.scss */
    .product-item__cart-form {
      padding-top: 10px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 651, _product-item.scss */
    .product-item__cart-quantity {
      margin-top: 0; }
    /* line 655, _product-item.scss */
    .product-item__cart-add {
      height: 32px;
      width: 65px; }
    /* line 667, _product-item.scss */
    .product-item__quantity-minus, .product-item__quantity-number, .product-item__quantity-plus {
      height: 28px;
      vertical-align: top; }
    /* line 672, _product-item.scss */
    .product-item__quantity-number {
      font-size: 12px;
      width: 26%;
      line-height: 26px; }
    /* line 678, _product-item.scss */
    .product-item__quantity-plus {
      width: 50%; }
    /* line 683, _product-item.scss */
    .product-item__delivery {
      font-size: 11px; }
    /* line 689, _product-item.scss */
    .product-item .product-rating {
      margin-top: 2px;
      margin-bottom: 0;
      height: 29px; }

  /* line 701, _product-item.scss */
  .product-item.added-item .product-item__prices {
    margin-bottom: 7px;
    max-width: 100%; }
  /* line 706, _product-item.scss */
  .product-item.added-item .product-item__rating {
    height: 8px;
    overflow: hidden;
    opacity: 0; } }
/* line 3, _product-item_dayoffer.scss */
.product-day-offer {
  width: 50%;
  -webkit-box-shadow: 0 0 0 2px #ececec;
  box-shadow: 0 0 0 2px #ececec;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12.8px;
  color: #3A4362;
  margin: 10px 0; }
  /* line 19, _product-item_dayoffer.scss */
  .product-day-offer__wrapper {
    margin: 10px;
    position: relative; }
  /* line 24, _product-item_dayoffer.scss */
  .product-day-offer__image {
    position: relative;
    height: 160px; }
    /* line 27, _product-item_dayoffer.scss */
    .product-day-offer__image-in {
      height: 100%; }
    /* line 31, _product-item_dayoffer.scss */
    .product-day-offer__image-link {
      display: block;
      text-align: center;
      height: 100%; }
    /* line 37, _product-item_dayoffer.scss */
    .product-day-offer__image img {
      max-height: 100%; }
  /* line 42, _product-item_dayoffer.scss */
  .product-day-offer__body {
    text-align: center;
    padding-top: 16px;
    overflow: hidden;
    margin-bottom: 36px; }
  /* line 49, _product-item_dayoffer.scss */
  .product-day-offer__content {
    height: 46px;
    overflow: hidden; }
  /* line 53, _product-item_dayoffer.scss */
  .product-day-offer__title {
    font-family: 'Heuristica',serif;
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 16px;
    line-height: 22.4px; }
  /* line 60, _product-item_dayoffer.scss */
  .product-day-offer__title-link {
    display: block; }
  /* line 64, _product-item_dayoffer.scss */
  .product-day-offer__short-desc {
    padding: 2px 0 0 0;
    line-height: 20.5px;
    color: #222; }
  /* line 70, _product-item_dayoffer.scss */
  .product-day-offer__short-desc p {
    padding: 0;
    margin: 0; }
  /* line 77, _product-item_dayoffer.scss */
  .product-day-offer__operations {
    width: 80%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    background: white; }
  /* line 85, _product-item_dayoffer.scss */
  .product-day-offer__delivery {
    display: none;
    z-index: 10;
    top: 43px;
    right: 12px;
    position: absolute; }
    /* line 93, _product-item_dayoffer.scss */
    .product-day-offer__delivery-ico {
      display: block;
      width: 22px;
      height: 22px;
      cursor: pointer;
      background-image: url(ico__delivery.png);
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: 14px 14px;
      background-size: 14px;
      background-color: white;
      border: 1px solid #3A4362;
      -webkit-border-radius: 22px;
      border-radius: 22px; }
    /* line 109, _product-item_dayoffer.scss */
    .product-day-offer__delivery-text {
      display: none;
      position: absolute;
      padding-top: 11px;
      width: 138px;
      text-align: center;
      top: 21px;
      line-height: 1.4;
      right: -5px; }
      /* line 121, _product-item_dayoffer.scss */
      .product-day-offer__delivery-text-in {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 10px;
        color: white;
        display: block; }
      /* line 128, _product-item_dayoffer.scss */
      .product-day-offer__delivery-text-triangle {
        width: 10px;
        height: 11px;
        top: 0px;
        position: absolute;
        overflow: hidden;
        right: 10px; }
        /* line 136, _product-item_dayoffer.scss */
        .product-day-offer__delivery-text-triangle::after {
          content: '';
          width: 10px;
          height: 10px;
          position: relative;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          display: block;
          background-color: rgba(0, 0, 0, 0.5);
          top: 8px; }
    /* line 151, _product-item_dayoffer.scss */
    .product-day-offer__delivery-ico:hover + .product-day-offer__delivery-text {
      display: block; }
  /* line 155, _product-item_dayoffer.scss */
  .product-day-offer__wishlist {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    z-index: 6; }
  /* line 164, _product-item_dayoffer.scss */
  .product-day-offer__wishlist-add, .product-day-offer__wishlist-delete {
    font-size: 22px; }
    /* line 167, _product-item_dayoffer.scss */
    .product-day-offer__wishlist-add:hover, .product-day-offer__wishlist-delete:hover {
      color: #3A4362; }
  /* line 171, _product-item_dayoffer.scss */
  .product-day-offer__wishlist-add {
    color: #b2b2b2; }
    /* line 173, _product-item_dayoffer.scss */
    .product-day-offer__wishlist-add.active {
      display: none; }
      /* line 175, _product-item_dayoffer.scss */
      .product-day-offer__wishlist-add.active + .product-day-offer__wishlist-delete {
        display: block; }
  /* line 180, _product-item_dayoffer.scss */
  .product-day-offer__wishlist-delete {
    color: #3A4362;
    display: none; }
    /* line 184, _product-item_dayoffer.scss */
    .product-day-offer__wishlist-delete .sub-ico {
      font-size: 16px;
      position: absolute;
      top: 8px;
      right: -6px;
      background: white;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      line-height: 0;
      border: 1px solid white;
      color: red; }
  /* line 198, _product-item_dayoffer.scss */
  .product-day-offer__cart-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 216, _product-item_dayoffer.scss */
  .product-day-offer__price {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -0.5px; }
  /* line 223, _product-item_dayoffer.scss */
  .product-day-offer__old-price {
    display: inline-block;
    color: #7e7e7e;
    font-size: 14px;
    text-decoration: line-through;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-left: 8px; }
  /* line 235, _product-item_dayoffer.scss */
  .product-day-offer__unit {
    font-size: 15px; }
    /* line 237, _product-item_dayoffer.scss */
    .product-day-offer__unit:before {
      content: '/'; }
  /* line 245, _product-item_dayoffer.scss */
  .product-day-offer__cart-quantity {
    display: none;
    font-size: 0px;
    margin: 10px 0 0 0; }
  /* line 252, _product-item_dayoffer.scss */
  .product-day-offer__quantity-minus, .product-day-offer__quantity-number, .product-day-offer__quantity-plus {
    height: 32px;
    background: white;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-align: center; }
  /* line 265, _product-item_dayoffer.scss */
  .product-day-offer__quantity-minus, .product-day-offer__quantity-number {
    width: 24%;
    background: white; }
  /* line 275, _product-item_dayoffer.scss */
  .product-day-offer__quantity-number {
    line-height: 30px; }
  /* line 278, _product-item_dayoffer.scss */
  .product-day-offer__quantity-plus {
    width: 52%;
    background: #3A4362;
    border-right: 0;
    color: white; }
    /* line 284, _product-item_dayoffer.scss */
    .product-day-offer__quantity-plus .ico-cart, .product-day-offer__quantity-plus .ico-plus {
      display: inline-block;
      font-style: normal; }
  /* line 290, _product-item_dayoffer.scss */
  .product-day-offer__cart-add {
    height: 32px;
    cursor: pointer;
    font-size: 22px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.26);
    color: white;
    background-color: #3A4362; }
    /* line 298, _product-item_dayoffer.scss */
    .product-day-offer__cart-add .ico-plus, .product-day-offer__cart-add .ico-cart {
      display: inline-block;
      font-style: normal; }
    /* line 302, _product-item_dayoffer.scss */
    .product-day-offer__cart-add .ico-plus {
      display: none; }
  /* line 310, _product-item_dayoffer.scss */
  .product-day-offer .product-rating {
    display: block;
    margin-bottom: 0;
    height: 34px;
    margin-top: 3px; }
    /* line 316, _product-item_dayoffer.scss */
    .product-day-offer .product-rating__text {
      display: block;
      font-size: 10px; }

/* line 327, _product-item_dayoffer.scss */
.product-day-offer.wishlist-added .product-day-offer__wishlist {
  display: block; }

/* line 335, _product-item_dayoffer.scss */
.product-day-offer.added-item {
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  /* line 340, _product-item_dayoffer.scss */
  .product-day-offer.added-item .product-day-offer__cart-buttons {
    width: 100%; }
  /* line 343, _product-item_dayoffer.scss */
  .product-day-offer.added-item .product-day-offer__cart-add {
    display: none; }
  /* line 346, _product-item_dayoffer.scss */
  .product-day-offer.added-item .product-day-offer__cart-quantity {
    display: block; }
  /* line 350, _product-item_dayoffer.scss */
  .product-day-offer.added-item .product-day-offer__body {
    margin-bottom: 0px; }
  /* line 354, _product-item_dayoffer.scss */
  .product-day-offer.added-item .product-day-offer__prices {
    width: 100%;
    text-align: center; }
  /* line 359, _product-item_dayoffer.scss */
  .product-day-offer.added-item .product-day-offer__operations {
    background: white; }
  /* line 362, _product-item_dayoffer.scss */
  .product-day-offer.added-item .product-day-offer__rating {
    overflow: hidden;
    opacity: 0; }

@media screen and (max-width: 1200px) {
  /* line 379, _product-item_dayoffer.scss */
  .product-day-offer {
    width: 66.66%; }
    /* line 382, _product-item_dayoffer.scss */
    .product-day-offer__wishlist {
      display: block; }
    /* line 385, _product-item_dayoffer.scss */
    .product-day-offer__cart-add {
      width: 82px;
      background: #3A4362;
      color: white;
      text-align: center;
      font-size: 12.8px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      /* line 395, _product-item_dayoffer.scss */
      .product-day-offer__cart-add .ico-plus {
        display: inline-block;
        margin-right: 3px; } }
@media screen and (min-width: 760px) {
  /* line 419, _product-item_dayoffer.scss */
  .product-day-offer__price-number .fa-rub {
    font-size: 23px;
    margin-left: -3px; }
  /* line 426, _product-item_dayoffer.scss */
  .product-day-offer__old-price {
    margin-left: 4px; }
  /* line 430, _product-item_dayoffer.scss */
  .product-day-offer__cart-add {
    width: 150px;
    height: 40px;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    /* line 441, _product-item_dayoffer.scss */
    .product-day-offer__cart-add .ico-plus {
      display: inline-block;
      margin-right: 3px; }

  /* line 453, _product-item_dayoffer.scss */
  .product-day-offer:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 3px; }
    /* line 463, _product-item_dayoffer.scss */
    .product-day-offer:hover .product-day-offer__wishlist {
      display: block; } }
@media screen and (max-width: 760px) {
  /* line 473, _product-item_dayoffer.scss */
  .product-day-offer {
    font-size: 11px;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    /* line 483, _product-item_dayoffer.scss */
    .product-day-offer__title {
      font-size: 11px;
      line-height: 14px;
      letter-spacing: 0; }
    /* line 489, _product-item_dayoffer.scss */
    .product-day-offer__body {
      padding-top: 10px;
      margin-bottom: 0; }
    /* line 495, _product-item_dayoffer.scss */
    .product-day-offer__content {
      height: auto; }
    /* line 499, _product-item_dayoffer.scss */
    .product-day-offer__image {
      height: 120px; }
    /* line 503, _product-item_dayoffer.scss */
    .product-day-offer__short-desc {
      line-height: 14px; }
    /* line 507, _product-item_dayoffer.scss */
    .product-day-offer__operations {
      margin-top: 5px; }
    /* line 511, _product-item_dayoffer.scss */
    .product-day-offer__wishlist {
      display: block;
      top: 2px;
      right: 2px; }
    /* line 517, _product-item_dayoffer.scss */
    .product-day-offer__wishlist-add, .product-day-offer__wishlist-delete {
      font-size: 20px; }
    /* line 523, _product-item_dayoffer.scss */
    .product-day-offer__wishlist-delete .sub-ico {
      right: -1px;
      top: 9px;
      font-size: 12px; }
    /* line 530, _product-item_dayoffer.scss */
    .product-day-offer__prices {
      width: 100%;
      text-align: center; }
    /* line 535, _product-item_dayoffer.scss */
    .product-day-offer__price {
      font-size: 24px; }
    /* line 538, _product-item_dayoffer.scss */
    .product-day-offer__old-price {
      display: inline-block;
      font-size: 11px;
      margin-left: 5px; }
    /* line 544, _product-item_dayoffer.scss */
    .product-day-offer__cart-form {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 554, _product-item_dayoffer.scss */
    .product-day-offer__cart-buttons {
      margin-top: 7px; }
    /* line 561, _product-item_dayoffer.scss */
    .product-day-offer__cart-quantity {
      margin-top: 0; }
    /* line 565, _product-item_dayoffer.scss */
    .product-day-offer__cart-add {
      height: 28px;
      width: 105px;
      text-align: center;
      margin: 0 auto;
      float: none; }
      /* line 572, _product-item_dayoffer.scss */
      .product-day-offer__cart-add .ico-plus, .product-day-offer__cart-add .ico-cart {
        display: none; }
      /* line 576, _product-item_dayoffer.scss */
      .product-day-offer__cart-add:before {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px; }
    /* line 587, _product-item_dayoffer.scss */
    .product-day-offer__quantity-minus, .product-day-offer__quantity-number, .product-day-offer__quantity-plus {
      height: 28px;
      vertical-align: top; }
    /* line 592, _product-item_dayoffer.scss */
    .product-day-offer__quantity-number {
      font-size: 12px;
      width: 26%;
      line-height: 26px; }
    /* line 598, _product-item_dayoffer.scss */
    .product-day-offer__quantity-plus {
      width: 50%; }
    /* line 604, _product-item_dayoffer.scss */
    .product-day-offer .product-rating {
      margin-top: 2px;
      margin-bottom: 0;
      height: 29px; }

  /* line 614, _product-item_dayoffer.scss */
  .product-day-offer.added-item .product-day-offer__body {
    margin-bottom: 0px; }
  /* line 622, _product-item_dayoffer.scss */
  .product-day-offer.added-itemrating {
    height: 8px;
    overflow: hidden;
    opacity: 0; } }
/* line 4, _products-loop.scss */
.products-grid__header {
  font-size: 28px;
  font-family: "Open Sans Condensed",sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700; }
/* line 12, _products-loop.scss */
.products-grid__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 22, _products-loop.scss */
.products-grid__part {
  width: 100%;
  display: none; }
  /* line 26, _products-loop.scss */
  .products-grid__part.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

/* line 45, _products-loop.scss */
.products-grid-index .products-grid__header {
  text-align: center; }

/* line 55, _products-loop.scss */
.products-carousel {
  margin: 12px 0 32px 0; }
  /* line 60, _products-loop.scss */
  .products-carousel__header {
    margin-bottom: 8px; }
  /* line 64, _products-loop.scss */
  .products-carousel__header-title {
    font-size: 28px;
    font-family: "Open Sans Condensed",sans-serif;
    text-transform: uppercase;
    color: #3A4362;
    font-weight: 700; }
  /* line 73, _products-loop.scss */
  .products-carousel__body {
    position: relative;
    margin: 0 auto; }
  /* line 78, _products-loop.scss */
  .products-carousel__wrapper {
    overflow: hidden;
    padding: 5px; }
  /* line 89, _products-loop.scss */
  .products-carousel__arrow {
    position: absolute;
    font-size: 41px;
    line-height: 144px;
    height: 144px;
    width: 52px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    z-index: 2;
    color: #a5a5a5; }
    /* line 102, _products-loop.scss */
    .products-carousel__arrow-prev {
      left: 30px; }
    /* line 105, _products-loop.scss */
    .products-carousel__arrow-next {
      right: -10px; }
    /* line 109, _products-loop.scss */
    .products-carousel__arrow:hover {
      color: #3A4362; }
    /* line 113, _products-loop.scss */
    .products-carousel__arrow:focus {
      outline: none; }
  /* line 122, _products-loop.scss */
  .products-carousel__body.processed .products-carousel__arrow {
    visibility: visible; }
  /* line 131, _products-loop.scss */
  .products-carousel__body.processed .product-item__image-link {
    visibility: visible; }
  /* line 139, _products-loop.scss */
  .products-carousel .product-item {
    float: left;
    width: 20%; }
    /* line 144, _products-loop.scss */
    .products-carousel .product-item__image-link {
      visibility: hidden; }

/* line 158, _products-loop.scss */
.products-carousel_in-index .products-carousel__header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 10px;
  background-color: #eaebef;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 181, _products-loop.scss */
.products-carousel_in-index .products-carousel__header-link {
  display: block;
  height: 35px;
  border: 1px solid #3A4362;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 33px;
  padding: 0 14px;
  font-size: 18px; }
/* line 195, _products-loop.scss */
.products-carousel_in-index .products-carousel__header-link:hover {
  color: white;
  background-color: #3A4362; }

@media screen and (min-width: 1200px) {
  /* line 214, _products-loop.scss */
  .products-grid_article .product-item {
    width: 20%; }

  /* line 224, _products-loop.scss */
  .products-grid-index .product-item__image {
    height: 145px; }

  /* line 236, _products-loop.scss */
  .products-carousel__body {
    padding: 0 52px;
    max-width: 1304px; } }
@media screen and (min-width: 760px) {
  /* line 247, _products-loop.scss */
  .products-grid-index .product-item {
    width: 50%;
    margin: 5px 0; } }
@media screen and (max-width: 1200px) {
  /* line 259, _products-loop.scss */
  .products-carousel__body {
    max-width: 735px; }
  /* line 262, _products-loop.scss */
  .products-carousel__navigation {
    display: none; }
  /* line 267, _products-loop.scss */
  .products-carousel .product-item {
    width: 33.33%; } }
@media screen and (max-width: 1200px) and (min-width: 765px) {
  /* line 278, _products-loop.scss */
  .products-grid-index .product-item {
    width: 100%;
    margin: 0 0 5px 0; }
    /* line 281, _products-loop.scss */
    .products-grid-index .product-item:nth-child(n+3) {
      display: none; }
    /* line 287, _products-loop.scss */
    .products-grid-index .product-item__content {
      height: 98px; }
    /* line 292, _products-loop.scss */
    .products-grid-index .product-item__image {
      height: 120px; }
  /* line 299, _products-loop.scss */
  .products-grid-index .products-grid__header {
    display: none; } }
@media screen and (max-width: 760px) {
  /* line 312, _products-loop.scss */
  .products-grid {
    font-size: 18px; }

  /* line 318, _products-loop.scss */
  .products-grid-index {
    margin-bottom: 20px; }
    /* line 323, _products-loop.scss */
    .products-grid-index .products-grid__header {
      text-align: left; }

  /* line 329, _products-loop.scss */
  .products-grid-collection {
    margin-left: -10px;
    margin-right: -10px; }

  /* line 334, _products-loop.scss */
  .products-carousel {
    margin-bottom: 20px; }
    /* line 338, _products-loop.scss */
    .products-carousel__header-title {
      font-size: 18px; }
    /* line 343, _products-loop.scss */
    .products-carousel .product-item {
      width: 50%; }

  /* line 354, _products-loop.scss */
  .products-carousel_in-index .products-carousel__header-link {
    height: 25px;
    line-height: 23px;
    padding: 0 7px;
    font-size: 12px; } }
/* line 3, _wishlist.scss */
.wishlist-products .product-item {
  display: none;
  width: 25%; }
  /* line 7, _wishlist.scss */
  .wishlist-products .product-item.wishlist-added {
    display: inline-block; }
/* line 13, _wishlist.scss */
.wishlist-products[data-previously-ordered-list] .product-item {
  display: block; }

@media screen and (max-width: 1200px) {
  /* line 21, _wishlist.scss */
  .wishlist-products .product-item {
    width: 33.33%; } }
@media screen and (max-width: 760px) {
  /* line 29, _wishlist.scss */
  .wishlist-products .product-item {
    width: 50%; } }
/* line 8, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-widget {
  display: block !important; }
/* line 12, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-logo {
  display: none; }
/* line 16, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-proved {
  color: #3A4362;
  border-color: #3A4362; }
/* line 23, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-rating-details .mp-bar .mp-strip1,
.reviews-widget.mp-widget-custom-css .mp-rating-details .mp-bar .mp-strip2,
.reviews-widget.mp-widget-custom-css .mp-rating-details .mp-bar .mp-strip3,
.reviews-widget.mp-widget-custom-css .mp-rating-details .mp-bar .mp-strip4,
.reviews-widget.mp-widget-custom-css .mp-rating-details .mp-bar .mp-strip5 {
  background-color: #3A4362; }
/* line 34, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-open-modal {
  color: #3A4362;
  border-color: #3A4362; }
  /* line 38, _reviews.scss */
  .reviews-widget.mp-widget-custom-css .mp-open-modal:hover {
    color: #3A4362;
    border-color: #adadad; }
/* line 45, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-product-widget-head .mp-stars-score {
  background-image: url(mneniyapro__stars-big.png); }
  /* line 48, _reviews.scss */
  .reviews-widget.mp-widget-custom-css .mp-product-widget-head .mp-stars-score div {
    background-image: url(mneniyapro__stars-big.png); }
/* line 53, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-product-widget-head .mp-head-third-block {
  margin-right: 0; }
/* line 58, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-proved-wrapper {
  display: none; }
/* line 62, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-recommends-count {
  background-image: url(mneniyapro__recommend.png); }
/* line 68, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-review-info .mp-review-rate .mp-rating-value {
  background-image: url(mneniyapro__stars-small.png); }
  /* line 71, _reviews.scss */
  .reviews-widget.mp-widget-custom-css .mp-review-info .mp-review-rate .mp-rating-value div {
    background-image: url(mneniyapro__stars-small.png); }
/* line 78, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-recommend {
  background-image: url(mneniyapro__recommend-small.png); }
/* line 83, _reviews.scss */
.reviews-widget.mp-widget-custom-css .mp-pagination a.mp-active {
  border-color: #3A4362; }
/* line 90, _reviews.scss */
.reviews-widget.mp-widget-custom-css.on-page-response {
  min-height: 100vh; }
  /* line 93, _reviews.scss */
  .reviews-widget.mp-widget-custom-css.on-page-response .mp-title-text a {
    display: block; }
    /* line 96, _reviews.scss */
    .reviews-widget.mp-widget-custom-css.on-page-response .mp-title-text a::first-letter {
      text-transform: uppercase; }

/* line 104, _reviews.scss */
.layout-common .mp-modal {
  position: fixed;
  right: 0 !important;
  top: 0 !important;
  left: initial !important;
  overflow-y: scroll;
  height: 100% !important; }
  /* line 113, _reviews.scss */
  .layout-common .mp-modal .mp-form-title-text {
    background-color: white;
    color: #3A4362;
    line-height: 25px;
    text-transform: uppercase;
    padding: 20px 0 10px 20px;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700; }
  /* line 124, _reviews.scss */
  .layout-common .mp-modal .mp-form-product-name {
    margin: 0px 20px 0 20px;
    font-size: 20px; }
    /* line 128, _reviews.scss */
    .layout-common .mp-modal .mp-form-product-name b {
      font-weight: normal; }
  /* line 139, _reviews.scss */
  .layout-common .mp-modal .mp-form-row .mp-form-row-field-label {
    font-weight: 600;
    margin-bottom: 8px; }
  /* line 146, _reviews.scss */
  .layout-common .mp-modal .mp-star-rating {
    background-image: url(mneniyapro__stars-big.png); }
    /* line 148, _reviews.scss */
    .layout-common .mp-modal .mp-star-rating a {
      background-image: url(mneniyapro__stars-big.png); }

/* line 158, _reviews.scss */
.product-reviews {
  max-width: 855px; }
  /* line 164, _reviews.scss */
  .product-reviews__add-review {
    padding: 20px 0 0 0; }
    /* line 166, _reviews.scss */
    .product-reviews__add-review-button {
      width: 100%; }
  /* line 172, _reviews.scss */
  .product-reviews__form-wrapper {
    display: none; }

/* line 180, _reviews.scss */
.product-review {
  padding: 10px;
  background-color: white; }
  /* line 185, _reviews.scss */
  .product-review:nth-child(odd) {
    background-color: #f9f9fb; }
  /* line 190, _reviews.scss */
  .product-review__header {
    font-size: 14px;
    line-height: 18px; }
  /* line 194, _reviews.scss */
  .product-review__author {
    font-size: 16px;
    float: left;
    font-family: 'Heuristica',serif;
    font-weight: bold;
    padding-right: 7px; }
  /* line 202, _reviews.scss */
  .product-review__rating {
    float: left; }
    /* line 205, _reviews.scss */
    .product-review__rating .stars {
      display: inline-block;
      font-size: 14px;
      color: #cec9cd;
      cursor: pointer; }
      /* line 211, _reviews.scss */
      .product-review__rating .stars.gained {
        color: #ff9933; }
  /* line 217, _reviews.scss */
  .product-review__date {
    float: right;
    font-size: 14px;
    font-weight: bold; }
  /* line 223, _reviews.scss */
  .product-review__body {
    line-height: 20px;
    padding-bottom: 20px; }

/* line 231, _reviews.scss */
.reviews-form {
  min-width: 400px; }
  /* line 234, _reviews.scss */
  .reviews-form__wrapper {
    display: none; }
  /* line 238, _reviews.scss */
  .reviews-form__header {
    font-size: 37px;
    font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
    margin: 3px 0 8px 0;
    font-weight: 600; }
  /* line 245, _reviews.scss */
  .reviews-form__row {
    margin-bottom: 16px; }
  /* line 249, _reviews.scss */
  .reviews-form__input {
    font-size: 16px;
    height: 39px;
    border: 0;
    font-weight: 600;
    border-bottom: 1px solid #3A4362;
    display: block;
    width: 100%;
    text-transform: uppercase; }
  /* line 260, _reviews.scss */
  .reviews-form__textarea {
    font-size: 14px;
    height: 96px;
    border: 0;
    font-weight: 600;
    border-bottom: 1px solid #3A4362;
    display: block;
    width: 100%;
    line-height: 1.2; }
    /* line 21, variables.scss */
    .reviews-form__textarea::-webkit-input-placeholder {
      font-size: 16px;
      text-transform: uppercase; }
    /* line 22, variables.scss */
    .reviews-form__textarea::-moz-placeholder {
      font-size: 16px;
      text-transform: uppercase; }
    /* line 23, variables.scss */
    .reviews-form__textarea:-moz-placeholder {
      font-size: 16px;
      text-transform: uppercase; }
    /* line 24, variables.scss */
    .reviews-form__textarea:-ms-input-placeholder {
      font-size: 16px;
      text-transform: uppercase; }
  /* line 276, _reviews.scss */
  .reviews-form__submit {
    display: block;
    width: 100%; }
  /* line 282, _reviews.scss */
  .reviews-form .stars {
    display: inline-block;
    font-size: 14px;
    color: #cec9cd;
    cursor: pointer; }
    /* line 288, _reviews.scss */
    .reviews-form .stars.gained {
      color: #ff9933; }

@media screen and (max-width: 760px) {
  /* line 295, _reviews.scss */
  .reviews-form {
    min-width: 270px;
    padding: 5px 10px; }
    /* line 300, _reviews.scss */
    .reviews-form__header {
      font-size: 25px; }
    /* line 304, _reviews.scss */
    .reviews-form__input, .reviews-form__textarea {
      font-size: 13px; } }
/* line 5, _cart.scss */
.cart-page__header {
  margin-bottom: 30px;
  text-transform: uppercase; }
/* line 10, _cart.scss */
.cart-page__body {
  margin-bottom: 40px; }
  @media screen and (min-width: 1200px) {
    /* line 13, _cart.scss */
    .cart-page__body form {
      display: flex;
      justify-content: space-between;
      position: relative; } }
/* line 22, _cart.scss */
.cart-page__items {
  border-bottom: 2px solid #3A4362;
  padding-bottom: 16px; }
  @media screen and (min-width: 1200px) {
    /* line 22, _cart.scss */
    .cart-page__items {
      width: 817px; } }
  /* line 30, _cart.scss */
  .cart-page__items-list {
    display: table;
    width: 100%; }
/* line 37, _cart.scss */
.cart-page__discounts {
  margin-bottom: 60px; }
  /* line 40, _cart.scss */
  .cart-page__discounts-header {
    text-transform: uppercase; }

/* line 47, _cart.scss */
.cart-item {
  display: table-row;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px; }
  /* line 52, _cart.scss */
  .cart-item:nth-child(even) {
    background-color: #f9f9fb; }
  /* line 56, _cart.scss */
  .cart-item__cell {
    display: table-cell;
    vertical-align: middle; }
    /* line 60, _cart.scss */
    .cart-item__cell-wrap {
      padding: 9px 10px; }
  /* line 65, _cart.scss */
  .cart-item__title {
    font-size: 17px;
    font-family: 'Heuristica',serif;
    line-height: 19.2px; }
    /* line 71, _cart.scss */
    .cart-item__title-link {
      text-decoration: none;
      display: block; }
      @media screen and (min-width: 1200px) {
        /* line 71, _cart.scss */
        .cart-item__title-link {
          max-width: 350px; } }
      @media screen and (max-width: 1200px) {
        /* line 71, _cart.scss */
        .cart-item__title-link {
          max-width: 215px; } }
    /* line 82, _cart.scss */
    .cart-item__title_mobile {
      display: none; }
  /* line 87, _cart.scss */
  .cart-item__price {
    white-space: nowrap; }
  /* line 95, _cart.scss */
  .cart-item__quantity {
    white-space: nowrap; }
    /* line 100, _cart.scss */
    .cart-item__quantity-change, .cart-item__quantity-number, .cart-item__quantity-placeholder {
      display: inline-block; }
    /* line 106, _cart.scss */
    .cart-item__quantity-change {
      width: 15px;
      height: 15px;
      color: white;
      background: #3A4362;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-size: 10px;
      line-height: 15px;
      cursor: pointer; }
      /* line 117, _cart.scss */
      .cart-item__quantity-change.disabled {
        visibility: hidden; }
    /* line 122, _cart.scss */
    .cart-item__quantity-placeholder {
      width: 15px;
      height: 15px;
      line-height: 15px; }
    /* line 128, _cart.scss */
    .cart-item__quantity-number {
      width: 48px;
      height: 23px;
      text-align: center;
      border: 0;
      border-bottom: 1px solid #3A4362;
      margin: 0 3px; }
    /* line 138, _cart.scss */
    .cart-item__quantity-number[disabled] {
      visibility: hidden;
      opacity: 0; }
  /* line 144, _cart.scss */
  .cart-item__amount {
    white-space: nowrap; }
    /* line 146, _cart.scss */
    .cart-item__amount_mobile {
      display: none; }
  /* line 155, _cart.scss */
  .cart-item__image img {
    max-width: 88px; }

@media screen and (min-width: 1200px) {
  /* line 163, _cart.scss */
  .cart-order {
    width: 340px;
    min-height: 293px;
    position: sticky;
    height: max-content;
    top: 75px;
    border: 1px solid #3A4362; } }
/* line 176, _cart.scss */
.cart-order__wrap {
  padding: 12px 18px; }
  @media screen and (max-width: 1200px) {
    /* line 176, _cart.scss */
    .cart-order__wrap {
      padding: 12px 0px; } }

/* line 185, _cart.scss */
.cart-coupon {
  padding-bottom: 20px; }
  @media screen and (max-width: 1200px) {
    /* line 185, _cart.scss */
    .cart-coupon {
      width: 60%;
      float: left;
      margin-top: 55px; } }
  /* line 195, _cart.scss */
  .cart-coupon__title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: "Open Sans Condensed",sans-serif; }
  /* line 202, _cart.scss */
  .cart-coupon__body {
    padding-top: 3px; }
  /* line 206, _cart.scss */
  .cart-coupon__input, .cart-coupon__button {
    width: 100%; }
  /* line 207, _cart.scss */
  .cart-coupon__input {
    margin-bottom: 10px; }
    @media screen and (max-width: 1200px) {
      /* line 207, _cart.scss */
      .cart-coupon__input {
        margin: 0;
        width: 40%;
        float: left; } }
  @media screen and (max-width: 1200px) {
    /* line 217, _cart.scss */
    .cart-coupon__button {
      margin: 0;
      width: 50%;
      float: right; } }
  /* line 226, _cart.scss */
  .cart-coupon__message {
    padding: 5px; }
  /* line 231, _cart.scss */
  .cart-coupon__message_error {
    color: red; }

@media screen and (max-width: 1200px) {
  /* line 239, _cart.scss */
  .cart-checkout {
    width: 38%;
    float: right; } }
/* line 246, _cart.scss */
.cart-checkout__amount {
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Open Sans Condensed"; }
  @media screen and (max-width: 1200px) {
    /* line 246, _cart.scss */
    .cart-checkout__amount {
      text-align: right;
      margin-bottom: 0; } }
  /* line 259, _cart.scss */
  .cart-checkout__amount-title, .cart-checkout__amount-sum {
    display: inline-block; }
  /* line 263, _cart.scss */
  .cart-checkout__amount-title {
    margin-right: 15px; }
/* line 268, _cart.scss */
.cart-checkout__discount {
  margin-bottom: 10px; }
  /* line 271, _cart.scss */
  .cart-checkout__discount-item {
    margin-bottom: 5px; }
  /* line 274, _cart.scss */
  .cart-checkout__discount-title, .cart-checkout__discount-sum {
    display: inline-block;
    margin-right: 5px; }
/* line 280, _cart.scss */
.cart-checkout__submit {
  width: 100%; }
  @media screen and (max-width: 1200px) {
    /* line 280, _cart.scss */
    .cart-checkout__submit {
      margin-top: 50px;
      max-width: 210px;
      padding: 0 20px;
      float: right; } }

/* line 293, _cart.scss */
.cart-bonus {
  margin-bottom: 10px;
  justify-content: space-between; }
  /* line 299, _cart.scss */
  .cart-bonus__switch {
    width: 190px;
    padding-right: 5px;
    font-weight: bold; }
    @media screen and (max-width: 1200px) {
      /* line 299, _cart.scss */
      .cart-bonus__switch {
        width: 167px; } }
  /* line 312, _cart.scss */
  .cart-bonus__input {
    width: 90px;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #a7a7a7;
    background: white; }
  /* line 324, _cart.scss */
  .cart-bonus__info {
    margin-left: 5px; }

/* line 332, _cart.scss */
.cart-bonus-message {
  display: block;
  margin: 10px 0 10px 0;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 5px 4px;
  background-color: #eeeef0; }

/* line 342, _cart.scss */
.cart-bonuses-will {
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
  line-height: 1.3; }
  /* line 349, _cart.scss */
  .cart-bonuses-will__info {
    display: inline-block;
    margin-left: 5px; }
  /* line 355, _cart.scss */
  .cart-bonuses-will a {
    text-decoration: underline; }

/* line 362, _cart.scss */
.minicart {
  height: 100%; }
  /* line 365, _cart.scss */
  .minicart [data-form] {
    overflow: hidden; }
  /* line 370, _cart.scss */
  .minicart__wrapper {
    position: fixed;
    width: 300px;
    height: -webkit-calc(100% - 35px);
    height: calc(100% - 35px);
    top: 0;
    right: -300px;
    background: white;
    z-index: 200;
    -webkit-box-shadow: inset 3px 0 9px 0 rgba(0, 0, 0, 0.12);
    box-shadow: inset 3px 0 9px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: right .5s;
    -o-transition: right .5s;
    transition: right .5s; }
  /* line 390, _cart.scss */
  .minicart__header {
    height: 31px;
    background: #576487;
    text-align: center;
    color: white;
    font-size: 14.08px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    position: relative; }
  /* line 402, _cart.scss */
  .minicart__close-btn {
    position: absolute;
    font-size: 14px;
    background: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #3A4362;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    top: 3px;
    right: 9px;
    cursor: pointer; }
  /* line 418, _cart.scss */
  .minicart__close-btn2 {
    position: absolute;
    font-size: 27px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    top: -3px;
    left: 2px;
    cursor: pointer;
    text-align: center; }
  /* line 431, _cart.scss */
  .minicart__body {
    max-height: calc(100% - 222px);
    overflow-x: hidden;
    overflow-y: auto; }
  /* line 437, _cart.scss */
  .minicart__items-list {
    padding: 0 8px 0 0; }
  /* line 442, _cart.scss */
  .minicart__footer {
    padding: 15px 25px 0 25px;
    color: #3A4362; }
  /* line 447, _cart.scss */
  .minicart__amount {
    margin-bottom: 20px; }
    /* line 449, _cart.scss */
    .minicart__amount-title, .minicart__amount-number {
      display: block;
      font-size: 25px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Open Sans Condensed", sans-serif; }
    /* line 456, _cart.scss */
    .minicart__amount-title {
      float: left; }
    /* line 461, _cart.scss */
    .minicart__amount-number {
      float: right; }
  /* line 469, _cart.scss */
  .minicart__submit-button {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer; }
  /* line 477, _cart.scss */
  .minicart__delivery {
    margin-top: 15px; }
    /* line 480, _cart.scss */
    .minicart__delivery-text {
      margin-bottom: 8px;
      font-size: 12px; }
    /* line 485, _cart.scss */
    .minicart__delivery-progress {
      height: 10px;
      background: #f1f1f1;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden; }
    /* line 493, _cart.scss */
    .minicart__delivery-progress-filled {
      height: 10px;
      background: #3A4362; }
  /* line 502, _cart.scss */
  .minicart-bonus {
    margin: 15px 25px 15px 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 510, _cart.scss */
    .minicart-bonus__switch {
      width: 190px;
      font-weight: bold;
      padding-right: 5px; }
    /* line 516, _cart.scss */
    .minicart-bonus__input {
      width: 90px;
      height: 30px;
      line-height: 28px;
      padding: 0 10px;
      border: 1px solid #a7a7a7;
      background: white; }
    /* line 528, _cart.scss */
    .minicart-bonus__info {
      margin-left: 5px; }
  /* line 534, _cart.scss */
  .minicart-bonus-message {
    display: block;
    margin: 10px 25px 10px 25px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    padding: 5px 4px;
    background-color: #eeeef0; }
  /* line 545, _cart.scss */
  .minicart-bonuses-will {
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    line-height: 1.3; }
    /* line 552, _cart.scss */
    .minicart-bonuses-will__info {
      display: inline-block;
      margin-left: 5px; }
    /* line 558, _cart.scss */
    .minicart-bonuses-will a {
      text-decoration: underline; }

/* line 566, _cart.scss */
.minicart-trigger {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 576, _cart.scss */
  .minicart-trigger__element {
    width: 100%;
    cursor: pointer;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    margin-top: 10px; }
  /* line 592, _cart.scss */
  .minicart-trigger_client .minicart-trigger__coupon {
    width: 44%; }
  /* line 596, _cart.scss */
  .minicart-trigger_client .minicart-trigger__bonus {
    width: 54%; }

/* line 606, _cart.scss */
.minicart-float-button {
  display: none; }

/* line 610, _cart.scss */
.minicart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
  color: #3A4362;
  position: relative;
  min-height: 56px; }
  /* line 632, _cart.scss */
  .minicart-item:last-child {
    border-bottom: 1px solid #e9e9e9; }
  /* line 636, _cart.scss */
  .minicart-item.hidden {
    display: none; }
  /* line 640, _cart.scss */
  .minicart-item_gift + .minicart-item_progress {
    border-top: 0; }
  /* line 646, _cart.scss */
  .minicart-item__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 661, _cart.scss */
  .minicart-item__block_image-title {
    margin-left: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  /* line 672, _cart.scss */
  .minicart-item__quantity {
    width: 38px;
    position: absolute;
    left: 0;
    top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    /* line 687, _cart.scss */
    .minicart-item__quantity-number {
      font-size: 12.8px;
      width: 100%;
      text-align: center; }
    /* line 693, _cart.scss */
    .minicart-item__quantity-change {
      color: #c1c1c1;
      font-size: 16px;
      width: 16px;
      height: 16px;
      line-height: 16px;
      margin: 0 auto;
      display: block; }
      /* line 702, _cart.scss */
      .minicart-item__quantity-change.disabled {
        visibility: hidden; }
  /* line 709, _cart.scss */
  .minicart-item__image {
    width: 43px;
    padding: 0 3px; }
  /* line 714, _cart.scss */
  .minicart-item__title {
    width: 126px;
    text-align: left; }
    /* line 718, _cart.scss */
    .minicart-item__title-link {
      font-size: 12px;
      color: #3A4362; }
  /* line 724, _cart.scss */
  .minicart-item__amount {
    width: 56px; }
  /* line 728, _cart.scss */
  .minicart-item__delete {
    width: 13px;
    font-size: 13px;
    color: #999999; }
  /* line 736, _cart.scss */
  .minicart-item__progress {
    padding: 0 0px 5px 17px;
    margin-top: -5px;
    width: 100%; }
    /* line 742, _cart.scss */
    .minicart-item__progress-text {
      margin-bottom: 8px;
      font-size: 12px; }
    /* line 747, _cart.scss */
    .minicart-item__progress-scale {
      height: 5px;
      background: #f1f1f1;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden; }
    /* line 755, _cart.scss */
    .minicart-item__progress-filled {
      height: 5px;
      background: #3A4362; }

/* line 765, _cart.scss */
.minicart-coupon {
  margin: 10px 25px 0 25px; }
  /* line 768, _cart.scss */
  .minicart-coupon__title {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: "Open Sans Condensed",sans-serif; }
  /* line 775, _cart.scss */
  .minicart-coupon__body {
    padding-top: 3px; }
  /* line 779, _cart.scss */
  .minicart-coupon__input, .minicart-coupon__button {
    width: 100%; }
  /* line 780, _cart.scss */
  .minicart-coupon__input {
    margin-bottom: 10px;
    font-size: 16px; }
  /* line 787, _cart.scss */
  .minicart-coupon__error {
    margin: 10px 0;
    color: #dc1010;
    font-size: 13px;
    line-height: 16px; }

@media screen and (min-width: 767px) {
  /* line 802, _cart.scss */
  .minicart-item__title-mobile {
    display: none; }
  /* line 806, _cart.scss */
  .minicart-item__image-medium {
    display: none; }
  /* line 811, _cart.scss */
  .minicart-item__quantity-change [data-class="ico-sign"] {
    display: none; }

  /* line 817, _cart.scss */
  .minicart-coupon,
  .minicart-bonus,
  .minicart-bonus-message,
  .minicart-trigger {
    display: none; } }
@media screen and (max-width: 1199px) {
  /* line 830, _cart.scss */
  .minicart__wrapper {
    height: 100%; } }
@media screen and (max-width: 760px) {
  /* line 840, _cart.scss */
  .minicart__wrapper {
    height: 100%; }
  /* line 844, _cart.scss */
  .minicart__body {
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    max-height: calc(100% - 315px); }

  /* line 853, _cart.scss */
  .minicart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 0px 8px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    /* line 865, _cart.scss */
    .minicart-item__block_image-title {
      margin-left: 0;
      width: 42%;
      margin-right: auto;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    /* line 881, _cart.scss */
    .minicart-item__block_quantity-amount {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      width: 58%;
      padding-right: 40px;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
    /* line 895, _cart.scss */
    .minicart-item__quantity {
      position: static;
      width: auto;
      margin-top: 6px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      /* line 915, _cart.scss */
      .minicart-item__quantity::before {
        content: 'Количество';
        width: 100%;
        display: block;
        padding-bottom: 3px;
        font-size: 12px;
        font-weight: normal;
        text-align: right; }
      /* line 927, _cart.scss */
      .minicart-item__quantity-change {
        width: 42px;
        height: 32px;
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #3A4362;
        font-size: 13px;
        border: 1px solid #adadad;
        vertical-align: top; }
        /* line 941, _cart.scss */
        .minicart-item__quantity-change [data-class="ico-arrow"] {
          display: none; }
      /* line 947, _cart.scss */
      .minicart-item__quantity-number {
        width: 40px;
        height: 32px;
        line-height: 30px;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #3A4362;
        font-size: 13px;
        border: 1px solid #adadad;
        margin: 0 -1px;
        vertical-align: top; }
    /* line 963, _cart.scss */
    .minicart-item__image {
      width: auto;
      padding-left: 10px; }
      /* line 968, _cart.scss */
      .minicart-item__image-thumb {
        display: none; }
      /* line 971, _cart.scss */
      .minicart-item__image img {
        max-width: 120px; }
    /* line 976, _cart.scss */
    .minicart-item__title {
      display: none; }
    /* line 980, _cart.scss */
    .minicart-item__title-mobile {
      width: 100%;
      font-size: 16px;
      font-weight: 600;
      padding-left: 13px;
      padding-bottom: 10px; }
    /* line 989, _cart.scss */
    .minicart-item__amount {
      font-size: 14px;
      font-weight: 600;
      text-align: right; }
      /* line 996, _cart.scss */
      .minicart-item__amount::before {
        content: 'Цена';
        display: block;
        padding-bottom: 3px;
        font-size: 12px;
        font-weight: normal; }
    /* line 1006, _cart.scss */
    .minicart-item__delete {
      width: 25px;
      font-size: 24px;
      color: #3A4362;
      margin-left: -25px; }
      /* line 1012, _cart.scss */
      .minicart-item__delete-link {
        display: block;
        width: 25px;
        height: 25px;
        line-height: 20px; } }
@media screen and (max-width: 760px) {
  /* line 1030, _cart.scss */
  .cart-page__body {
    margin-bottom: 15px; }
  /* line 1033, _cart.scss */
  .cart-page__items {
    border-bottom: 0;
    padding-bottom: 0; }
    /* line 1037, _cart.scss */
    .cart-page__items-list {
      display: block; }
  /* line 1043, _cart.scss */
  .cart-page__discounts {
    margin-bottom: 0px; }
  /* line 1047, _cart.scss */
  .cart-page__footer {
    margin-top: 20px; }

  /* line 1053, _cart.scss */
  .cart-item {
    display: block;
    padding: 9px 4px 9px 4px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    border-top: 2px solid #ebebed;
    border-bottom: 2px solid #ebebed;
    margin: 5px 0; }
    /* line 1065, _cart.scss */
    .cart-item:nth-child(even) {
      border-color: white; }
    /* line 1071, _cart.scss */
    .cart-item__cell {
      display: block; }
      /* line 1073, _cart.scss */
      .cart-item__cell-wrap {
        padding: 0px; }
    /* line 1078, _cart.scss */
    .cart-item__title {
      display: none; }
      /* line 1081, _cart.scss */
      .cart-item__title-link {
        max-width: 100%; }
      /* line 1084, _cart.scss */
      .cart-item__title_mobile {
        display: block;
        padding-bottom: 8px; }
    /* line 1090, _cart.scss */
    .cart-item__image {
      float: left;
      width: 42%; }
      /* line 1094, _cart.scss */
      .cart-item__image img {
        max-width: 120px; }
    /* line 1097, _cart.scss */
    .cart-item__price {
      display: none; }
    /* line 1101, _cart.scss */
    .cart-item__quantity {
      width: 58%;
      text-align: right;
      float: left;
      padding-right: 40px; }
      /* line 1107, _cart.scss */
      .cart-item__quantity .cart-item__cell-wrap {
        font-size: 0px;
        padding-top: 4px; }
        /* line 1110, _cart.scss */
        .cart-item__quantity .cart-item__cell-wrap:before {
          content: 'Количество';
          font-weight: 400;
          font-size: 11px;
          display: block; }
      /* line 1118, _cart.scss */
      .cart-item__quantity-change {
        width: 42px;
        height: 32px;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #3A4362;
        font-size: 13px;
        border: 1px solid #adadad;
        vertical-align: top; }
      /* line 1130, _cart.scss */
      .cart-item__quantity-number {
        width: 40px;
        height: 32px;
        line-height: 30px;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: transparent;
        color: #3A4362;
        font-size: 13px;
        border: 1px solid #adadad;
        margin: 0 -1px;
        vertical-align: top; }
    /* line 1145, _cart.scss */
    .cart-item__amount {
      display: none; }
      /* line 1148, _cart.scss */
      .cart-item__amount_mobile {
        display: block;
        font-size: 12px; }
        /* line 1152, _cart.scss */
        .cart-item__amount_mobile:before {
          content: 'Цена';
          font-weight: 400;
          font-size: 11px;
          display: block; }
    /* line 1161, _cart.scss */
    .cart-item__delete {
      float: right;
      font-size: 26px;
      margin-left: -40px; }

  /* line 1169, _cart.scss */
  .cart-coupon {
    width: 100%;
    float: none;
    margin-top: 20px; }
    /* line 1175, _cart.scss */
    .cart-coupon__input {
      width: 100%;
      float: none; }
    /* line 1180, _cart.scss */
    .cart-coupon__button {
      width: 100%;
      float: none;
      margin-top: 8px; }

  /* line 1188, _cart.scss */
  .cart-checkout {
    float: none;
    width: 100%; }
    /* line 1193, _cart.scss */
    .cart-checkout__amount {
      text-align: left;
      font-size: 32px; }
      /* line 1197, _cart.scss */
      .cart-checkout__amount-title {
        margin-right: 12px; }
    /* line 1202, _cart.scss */
    .cart-checkout__submit {
      max-width: 100%;
      float: none;
      margin-top: 10px; }

  /* line 1214, _cart.scss */
  .minicart__wrapper {
    width: 100%;
    right: -100%; }

  /* line 1221, _cart.scss */
  .minicart-float-button {
    display: block;
    position: fixed;
    bottom: 14px;
    left: -webkit-calc(50% - 180px / 2);
    left: calc(50% - 180px / 2);
    width: 180px;
    height: 45px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #3c4262;
    text-align: center;
    color: white;
    padding-top: 7px;
    z-index: 38;
    border: 1px solid #3A4362;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear 0s, opacity 300ms, background-color 300ms;
    -o-transition: visibility 0s linear 0s, opacity 300ms, background-color 300ms;
    transition: visibility 0s linear 0s, opacity 300ms, background-color 300ms; }
    /* line 1244, _cart.scss */
    .minicart-float-button.hidden {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0s linear 300ms, opacity 300ms;
      -o-transition: visibility 0s linear 300ms, opacity 300ms;
      transition: visibility 0s linear 300ms, opacity 300ms; }
    /* line 1251, _cart.scss */
    .minicart-float-button.not_display {
      display: none; }
    /* line 1255, _cart.scss */
    .minicart-float-button:hover {
      background-color: white;
      color: #3A4362; }
    /* line 1265, _cart.scss */
    .minicart-float-button__text {
      display: block;
      font-size: 15px;
      line-height: 15px;
      text-transform: uppercase;
      font-weight: 600; }
    /* line 1273, _cart.scss */
    .minicart-float-button__price {
      display: block;
      padding-top: 3px;
      font-size: 14px;
      line-height: 14px; } }
/* line 1, _cart-abandoned-cart.scss */
.abandoned-cart {
  position: absolute;
  width: 300px;
  background: white;
  z-index: 900;
  -webkit-box-shadow: 0 3px 11px rgba(58, 67, 98, 0.5);
  box-shadow: 0 3px 11px rgba(58, 67, 98, 0.5);
  padding: 10px 15px;
  left: -89px;
  top: 35px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #3A4362; }
  /* line 21, _cart-abandoned-cart.scss */
  .abandoned-cart:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent transparent #FFF;
    border-bottom-style: solid;
    position: absolute;
    top: -11px;
    left: 92px;
    z-index: 89; }
  /* line 34, _cart-abandoned-cart.scss */
  .abandoned-cart:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px inset;
    border-color: transparent transparent #ccc;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 91px;
    z-index: 88; }
  /* line 50, _cart-abandoned-cart.scss */
  .abandoned-cart__header {
    margin-bottom: 10px; }
  /* line 56, _cart-abandoned-cart.scss */
  .abandoned-cart__title, .abandoned-cart__subtitle {
    display: block; }
  /* line 61, _cart-abandoned-cart.scss */
  .abandoned-cart__title {
    font-weight: bold; }
  /* line 65, _cart-abandoned-cart.scss */
  .abandoned-cart__subtitle {
    font-size: 12px;
    margin-top: 2px; }
  /* line 70, _cart-abandoned-cart.scss */
  .abandoned-cart__body {
    max-height: 300px;
    overflow-y: auto; }
  /* line 77, _cart-abandoned-cart.scss */
  .abandoned-cart__product {
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 90, _cart-abandoned-cart.scss */
  .abandoned-cart__product:last-child {
    border-bottom: 0; }
  /* line 94, _cart-abandoned-cart.scss */
  .abandoned-cart__product-img {
    width: 40px;
    height: 40px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  /* line 106, _cart-abandoned-cart.scss */
  .abandoned-cart__product-content {
    font-size: 12px;
    padding-left: 10px; }
  /* line 111, _cart-abandoned-cart.scss */
  .abandoned-cart__product-title, .abandoned-cart__product-info {
    display: block; }
  /* line 118, _cart-abandoned-cart.scss */
  .abandoned-cart__product-title {
    margin-bottom: 4px; }
  /* line 129, _cart-abandoned-cart.scss */
  .abandoned-cart__product-price {
    margin-right: 5px; }
  /* line 133, _cart-abandoned-cart.scss */
  .abandoned-cart__product-quantity {
    margin-left: 5px; }
  /* line 139, _cart-abandoned-cart.scss */
  .abandoned-cart__footer {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 151, _cart-abandoned-cart.scss */
  .abandoned-cart__button {
    font-size: 12.8px;
    line-height: 34px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 0 16px; }
  /* line 160, _cart-abandoned-cart.scss */
  .abandoned-cart__button_add {
    margin-right: 10px;
    border-color: #ff9933;
    background-color: #ff9933;
    color: #525765; }
  /* line 167, _cart-abandoned-cart.scss */
  .abandoned-cart__button_remove {
    background-color: #3A4362;
    color: white; }

@media screen and (max-width: 760px) {
  /* line 176, _cart-abandoned-cart.scss */
  .abandoned-cart {
    right: 10px;
    top: 100%;
    left: initial; }
    /* line 181, _cart-abandoned-cart.scss */
    .abandoned-cart:before, .abandoned-cart:after {
      left: initial;
      right: 25px; } }
/* line 1, _promo.scss */
.modal-promo-alert {
  padding: 10px;
  width: 630px; }
  /* line 8, _promo.scss */
  .modal-promo-alert__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 24, _promo.scss */
  .modal-promo-alert__product {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    font-size: 14px; }
    /* line 36, _promo.scss */
    .modal-promo-alert__product-wrap {
      padding: 10px 15px; }
    /* line 40, _promo.scss */
    .modal-promo-alert__product-image-file {
      max-height: 150px; }
  /* line 46, _promo.scss */
  .modal-promo-alert__text {
    padding: 10px 10px;
    border-top: 1px solid #3A4362;
    border-bottom: 1px solid #3A4362;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px; }
  /* line 56, _promo.scss */
  .modal-promo-alert__buttons {
    margin: 10px 0 0 0;
    font-size: 0px; }
  /* line 61, _promo.scss */
  .modal-promo-alert__button {
    width: 48%;
    display: inline-block; }
    /* line 65, _promo.scss */
    .modal-promo-alert__button:first-child {
      margin-right: 2%; }
    /* line 69, _promo.scss */
    .modal-promo-alert__button:last-child {
      margin-left: 2%; }

/* line 77, _promo.scss */
.dm-modal-block.promo-action-up {
  padding: 0;
  border: 0;
  background-color: transparent;
  max-width: 80%; }
  /* line 83, _promo.scss */
  .dm-modal-block.promo-action-up .dm-modal-close {
    color: white;
    opacity: 1;
    border: 0; }

/* line 90, _promo.scss */
.modal-promo-up {
  position: relative; }
  /* line 96, _promo.scss */
  .modal-promo-up__image {
    display: block; }
  /* line 101, _promo.scss */
  .modal-promo-up__content {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%; }
  /* line 108, _promo.scss */
  .modal-promo-up__link {
    display: block;
    margin: 0 auto;
    width: 190px;
    height: 35px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f64f3f;
    color: white;
    font-size: 22px;
    text-align: center;
    line-height: 30px; }

/* line 126, _promo.scss */
.header-promo {
  width: 100%;
  height: 55px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  background-size: contain; }
  /* line 140, _promo.scss */
  .header-promo__inner {
    width: 360px;
    height: 55px;
    margin: 0 auto; }
  /* line 146, _promo.scss */
  .header-promo__link {
    display: block;
    width: 100%;
    height: 100%; }
  /* line 152, _promo.scss */
  .header-promo__close {
    display: block;
    position: absolute;
    top: 9px;
    left: 8px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 8px 0 0 0;
    color: #3A4362;
    line-height: 1;
    font-size: 18px; }

/* line 173, _promo.scss */
.header-promo-showing .mobile-panel {
  top: 130px;
  height: -webkit-calc(100% - 130px);
  height: calc(100% - 130px); }
/* line 178, _promo.scss */
.header-promo-showing .header-dashboard {
  margin-top: 55px; }
/* line 181, _promo.scss */
.header-promo-showing .header-dashboard__spacer {
  margin-top: 55px; }
/* line 185, _promo.scss */
.header-promo-showing .header-primary .header-search {
  margin-top: 55px; }

/* line 196, _promo.scss */
.events-decorate {
  position: absolute;
  top: 0;
  height: calc(100% - 66px);
  background-repeat: no-repeat;
  display: block;
  z-index: 20;
  transition: background-position-y .3s ease, opacity .3s ease,margin .5s ease;
  background-position-y: 30px;
  /*@media screen and (max-width: 1650px) {
  	&_left, &_right {
  		background-size: 150%;
  	}
  }*/ }
  /* line 207, _promo.scss */
  .events-decorate.events-decorate_nf {
    position: absolute; }
  /* line 213, _promo.scss */
  .events-decorate_left {
    left: 0;
    background-image: url(deco-back__left.png);
    background-position-x: 0%;
    border-right: 5px solid transparent;
    background-size: 120%; }
  /* line 222, _promo.scss */
  .events-decorate_right {
    right: 0;
    background-image: url(deco-back__right.png);
    background-position-x: 100%;
    border-left: 5px solid transparent;
    background-size: 120%; }
  /* line 231, _promo.scss */
  .events-decorate.sticky {
    z-index: 19; }
  @media (max-width: 1440px) and (min-width: 1200px) {
    /* line 196, _promo.scss */
    .events-decorate {
      background-image: none; } }
  @media screen and (max-width: 1200px) {
    /* line 196, _promo.scss */
    .events-decorate {
      background-position-y: 0;
      top: 75px;
      height: 100%; } }
  @media screen and (max-width: 980px) {
    /* line 196, _promo.scss */
    .events-decorate {
      background: none; } }

@media screen and (max-width: 980px) {
  /* line 257, _promo.scss */
  .events-decorate {
    display: none !important; } }
@media screen and (max-width: 760px) {
  /* line 270, _promo.scss */
  .modal-promo-alert {
    width: 280px; }
    /* line 275, _promo.scss */
    .modal-promo-alert__product {
      font-size: 12px; }
      /* line 280, _promo.scss */
      .modal-promo-alert__product-wrap {
        padding: 5px 7px; }
      /* line 284, _promo.scss */
      .modal-promo-alert__product-image-file {
        max-height: 70px; }
    /* line 291, _promo.scss */
    .modal-promo-alert__text {
      padding: 5px;
      font-size: 13px;
      line-height: 20px; }
    /* line 297, _promo.scss */
    .modal-promo-alert__button {
      width: 100%; }
      /* line 299, _promo.scss */
      .modal-promo-alert__button:last-child {
        margin: 0 0 10px 0; }
      /* line 303, _promo.scss */
      .modal-promo-alert__button:last-child {
        margin: 10px 0 0 0; }

  /* line 309, _promo.scss */
  .dm-modal-block.promo-action-up {
    max-width: 80%; }
    /* line 313, _promo.scss */
    .dm-modal-block.promo-action-up .dm-modal-close {
      font-size: 32px;
      right: 15px; }

  /* line 325, _promo.scss */
  .modal-promo-up__image {
    display: block;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
  /* line 331, _promo.scss */
  .modal-promo-up__link {
    width: 250px;
    height: 55px;
    line-height: 50px;
    font-size: 30px; } }
/* line 2, _subscribe-form.scss */
.subscribe-section {
  margin-top: 30px;
  background-image: url(footer-wave-1.png);
  background-position: calc(50% + 120px) 0;
  background-repeat: repeat-x;
  height: 380px;
  margin-bottom: -45px; }
  @media (max-width: 760px) {
    /* line 2, _subscribe-form.scss */
    .subscribe-section {
      background-position: calc(50% - 124px) 0;
      background-size: 420px;
      height: 280px; } }
  /* line 18, _subscribe-form.scss */
  .subscribe-section__wrapper {
    padding: 70px 0 0 0; }
  /* line 31, _subscribe-form.scss */
  .subscribe-section__header {
    max-width: 580px;
    margin: 0 auto;
    color: #3A4362;
    text-align: center;
    font-weight: 600; }
  /* line 40, _subscribe-form.scss */
  .subscribe-section__header-title {
    font-size: 66px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold; }
    @media (max-width: 760px) {
      /* line 40, _subscribe-form.scss */
      .subscribe-section__header-title {
        font-size: 41px; } }
  /* line 56, _subscribe-form.scss */
  .subscribe-section__header-subtitle {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media (max-width: 760px) {
      /* line 56, _subscribe-form.scss */
      .subscribe-section__header-subtitle {
        font-size: 29px; } }
  /* line 75, _subscribe-form.scss */
  .subscribe-section__header-subtitle2 {
    color: black;
    font-size: 14px; }
  /* line 86, _subscribe-form.scss */
  .subscribe-section__body {
    max-width: 526px;
    margin: 20px auto 0 auto; }
    @media (max-width: 760px) {
      /* line 86, _subscribe-form.scss */
      .subscribe-section__body {
        width: 327px; } }
  /* line 98, _subscribe-form.scss */
  .subscribe-section__share {
    margin-top: 16px;
    justify-content: space-between; }
    @media screen and (max-width: 760px) {
      /* line 98, _subscribe-form.scss */
      .subscribe-section__share {
        flex-wrap: wrap;
        align-items: center; } }
  /* line 107, _subscribe-form.scss */
  .subscribe-section__share-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 66%;
    max-width: 385px;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 1200px) {
      /* line 107, _subscribe-form.scss */
      .subscribe-section__share-title {
        width: 63%; } }
    @media screen and (max-width: 760px) {
      /* line 107, _subscribe-form.scss */
      .subscribe-section__share-title {
        width: 100%;
        justify-content: space-between;
        font-size: 12px; } }
  /* line 131, _subscribe-form.scss */
  .subscribe-section__share-elements {
    margin-left: 10px; }
    @media screen and (max-width: 760px) {
      /* line 131, _subscribe-form.scss */
      .subscribe-section__share-elements {
        width: 116px; } }
  /* line 140, _subscribe-form.scss */
  .subscribe-section__share-more {
    width: 172px;
    text-align: center; }
    /* line 144, _subscribe-form.scss */
    .subscribe-section__share-more a {
      text-decoration: underline;
      color: #b4b8bb; }
    @media screen and (max-width: 760px) {
      /* line 140, _subscribe-form.scss */
      .subscribe-section__share-more {
        width: 100%;
        text-align: left;
        font-size: 12px; } }
  /* line 158, _subscribe-form.scss */
  .subscribe-section_quick-view {
    background-image: url(subscribe-form__quick-view.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin: 0px -20px -20px -20px;
    height: 440px; }
    /* line 166, _subscribe-form.scss */
    .subscribe-section_quick-view .subscribe-section__wrapper {
      padding: 30px 0 0 0; }
    /* line 171, _subscribe-form.scss */
    .subscribe-section_quick-view .subscribe-section__body {
      margin-top: 10px; }
    /* line 181, _subscribe-form.scss */
    .subscribe-section_quick-view.subscribe-section_bonus .subscribe-section__wrapper {
      padding-top: 55px; }
  /* line 196, _subscribe-form.scss */
  .subscribe-section_bonus .subscribe-section__wrapper {
    padding-top: 96px; }
    @media (max-width: 760px) {
      /* line 196, _subscribe-form.scss */
      .subscribe-section_bonus .subscribe-section__wrapper {
        padding: 58px 0 0 0; } }
  @media (max-width: 760px) {
    /* line 204, _subscribe-form.scss */
    .subscribe-section_bonus .subscribe-section__header {
      max-width: 327px; } }
  /* line 210, _subscribe-form.scss */
  .subscribe-section_bonus .subscribe-section__header-title {
    font-size: 50px;
    letter-spacing: 3px; }
    @media (max-width: 760px) {
      /* line 210, _subscribe-form.scss */
      .subscribe-section_bonus .subscribe-section__header-title {
        font-size: 32px;
        letter-spacing: initial; } }
    /* line 221, _subscribe-form.scss */
    .subscribe-section_bonus .subscribe-section__header-title .fa-rub {
      font-size: 94%; }
  /* line 226, _subscribe-form.scss */
  .subscribe-section_bonus .subscribe-section__header-subtitle {
    font-size: 20px;
    letter-spacing: .4px;
    text-transform: initial; }
    @media (max-width: 760px) {
      /* line 226, _subscribe-form.scss */
      .subscribe-section_bonus .subscribe-section__header-subtitle {
        font-size: 16px; } }
  /* line 248, _subscribe-form.scss */
  .subscribe-section_bonus .subscribe-form__button {
    text-transform: initial; }
  /* line 259, _subscribe-form.scss */
  .subscribe-section + .footer {
    margin-top: 0; }
  /* line 263, _subscribe-form.scss */
  .subscribe-section .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    height: 34px;
    width: 34px;
    background-size: 26px 26px; }

/* line 272, _subscribe-form.scss */
.subscribe-form {
  flex-wrap: wrap;
  justify-content: space-between; }
  /* line 281, _subscribe-form.scss */
  .subscribe-form__input, .subscribe-form__button {
    display: block;
    height: 54px;
    border: 1px solid #3A4362;
    border-radius: 10px; }
    @media (max-width: 1200px) {
      /* line 281, _subscribe-form.scss */
      .subscribe-form__input, .subscribe-form__button {
        height: 42px;
        font-size: 14px; } }
    @media (max-width: 760px) {
      /* line 281, _subscribe-form.scss */
      .subscribe-form__input, .subscribe-form__button {
        height: 38px;
        font-size: 11px; } }
  /* line 297, _subscribe-form.scss */
  .subscribe-form__input {
    width: 66%;
    max-width: 385px;
    padding: 0 25px; }
    @media (max-width: 1200px) {
      /* line 297, _subscribe-form.scss */
      .subscribe-form__input {
        width: 63%;
        padding: 0 15px; } }
  /* line 312, _subscribe-form.scss */
  .subscribe-form__button {
    width: 172px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ae180e;
    border-color: #ae180e;
    transition: background-color 300ms ease-out; }
    @media (max-width: 760px) {
      /* line 312, _subscribe-form.scss */
      .subscribe-form__button {
        width: 116px; } }
  /* line 332, _subscribe-form.scss */
  .subscribe-form__button:hover {
    background-color: white;
    color: #ae180e; }
  /* line 337, _subscribe-form.scss */
  .subscribe-form__message {
    width: 100%;
    display: none;
    padding: 0;
    margin: 20px 0px -10px 0px;
    padding: 0 25px;
    font-size: 14px;
    text-align: center;
    font-weight: bold; }
    /* line 348, _subscribe-form.scss */
    .subscribe-form__message.visible {
      display: block; }
  /* line 354, _subscribe-form.scss */
  .subscribe-form__agreement {
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    font-size: 11px;
    letter-spacing: -.2px;
    line-height: 1.2;
    color: #9e9e9e;
    padding: 0;
    margin-bottom: 0; }
    /* line 365, _subscribe-form.scss */
    .subscribe-form__agreement::after {
      content: '';
      display: inline-block;
      width: 100%; }
    @media (max-width: 760px) {
      /* line 354, _subscribe-form.scss */
      .subscribe-form__agreement {
        text-align: center; } }
  /* line 382, _subscribe-form.scss */
  .subscribe-form.error .subscribe-form__message {
    color: red; }
  /* line 388, _subscribe-form.scss */
  .subscribe-form.success .subscribe-form__message {
    color: green; }

/* line 1, _page.scss */
.static-page {
  padding: 16px 0 32px 0; }
  /* line 4, _page.scss */
  .static-page__header {
    position: relative; }
    /* line 7, _page.scss */
    .static-page__header .breadcrumbs {
      position: absolute;
      right: 0;
      top: 10px; }
  /* line 13, _page.scss */
  .static-page__title {
    text-transform: uppercase; }
  /* line 17, _page.scss */
  .static-page__body {
    padding: 16px 0 0 0; }
  /* line 21, _page.scss */
  .static-page__announce {
    background-color: #3A4362;
    text-align: center;
    color: white;
    padding: 16px 10px;
    font-size: 18px; }
    /* line 28, _page.scss */
    .static-page__announce p {
      padding: 0;
      margin-top: 0;
      margin-bottom: 12px; }
    /* line 34, _page.scss */
    .static-page__announce p:last-child {
      margin-bottom: 0; }
    /* line 38, _page.scss */
    .static-page__announce .phone-link {
      font-weight: bold;
      text-decoration: underline; }
    /* line 43, _page.scss */
    .static-page__announce_mobile {
      margin-top: 15px;
      font-weight: 600;
      display: none; }
  /* line 52, _page.scss */
  .static-page .checkout-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 65, _page.scss */
    .static-page .checkout-wrapper .checkout-sidebar {
      width: 200px;
      position: -webkit-sticky;
      position: sticky;
      top: 75px;
      border: 1px solid #ddd; }
      /* line 72, _page.scss */
      .static-page .checkout-wrapper .checkout-sidebar .checkout-bonus {
        background-color: #F5F5F5;
        color: #3A4362;
        text-align: center;
        padding: 10px 5px 10px 5px; }
        /* line 78, _page.scss */
        .static-page .checkout-wrapper .checkout-sidebar .checkout-bonus__count {
          font-family: "Open Sans Condensed", sans-serif;
          font-weight: bold;
          font-size: 16px; }
        /* line 84, _page.scss */
        .static-page .checkout-wrapper .checkout-sidebar .checkout-bonus__desc {
          margin-top: 2px;
          font-size: 9px;
          font-weight: bold; }
      /* line 91, _page.scss */
      .static-page .checkout-wrapper .checkout-sidebar .checkout-navigation__element {
        border-top: 1px solid #ddd;
        display: block;
        padding: 10px 8px 10px 5px; }
        /* line 96, _page.scss */
        .static-page .checkout-wrapper .checkout-sidebar .checkout-navigation__element.active, .static-page .checkout-wrapper .checkout-sidebar .checkout-navigation__element:hover {
          opacity: .8; }
      @media screen and (max-width: 1200px) {
        /* line 65, _page.scss */
        .static-page .checkout-wrapper .checkout-sidebar {
          width: 100%;
          margin-top: 15px; } }
    @media screen and (min-width: 1201px) {
      /* line 52, _page.scss */
      .static-page .checkout-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative; }
        /* line 120, _page.scss */
        .static-page .checkout-wrapper .checkout-content {
          width: -webkit-calc(100% - 240px);
          width: calc(100% - 240px); } }

/* line 128, _page.scss */
.blog-page {
  position: relative; }

@media screen and (max-width: 1200px) {
  /* line 138, _page.scss */
  .static-page__header .breadcrumbs {
    position: static;
    padding: 5px 0 0 0; }
    /* line 142, _page.scss */
    .static-page__header .breadcrumbs .wrapper {
      padding: 0; }
  /* line 149, _page.scss */
  .static-page__announce_mobile {
    display: block; }
  /* line 154, _page.scss */
  .static-page__announce_desktop {
    display: none; } }
@media screen and (max-width: 760px) {
  /* line 164, _page.scss */
  .static-page [id*="timer"] {
    display: none !important; }
  /* line 168, _page.scss */
  .static-page .mobile-hidden {
    display: none; }
  /* line 174, _page.scss */
  .static-page__announce {
    font-size: 14px; } }
/* line 10, _blog.scss */
.blog-article {
  padding: 20px 0;
  border-bottom: 1px solid #3A4362;
  position: relative; }
  /* line 18, _blog.scss */
  .blog-article__image {
    width: 150px;
    float: left; }
    /* line 22, _blog.scss */
    .blog-article__image-in {
      display: block;
      width: 128px;
      height: 128px;
      -webkit-border-radius: 128px;
      border-radius: 128px;
      overflow: hidden; }
  /* line 35, _blog.scss */
  .blog-article__content {
    float: left;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px); }
  /* line 42, _blog.scss */
  .blog-article__header {
    padding-bottom: 8px;
    font-weight: bold; }
  /* line 47, _blog.scss */
  .blog-article__title {
    font-size: 19px;
    color: #3A4362;
    line-height: 27px;
    font-family: Heuristica,serif; }
  /* line 54, _blog.scss */
  .blog-article__date {
    display: block;
    float: right;
    margin: 2px 0 0 0;
    line-height: 24px;
    font-size: 16px;
    color: #bab4b4; }
  /* line 63, _blog.scss */
  .blog-article__body {
    line-height: 20px;
    margin-bottom: 20px; }
  /* line 71, _blog.scss */
  .blog-article__footer-link {
    font-weight: 700;
    color: #222;
    font-size: 16px; }
    /* line 76, _blog.scss */
    .blog-article__footer-link:hover {
      opacity: .45; }
  /* line 85, _blog.scss */
  .blog-article:hover .blog-article__image-in {
    opacity: 0.6; }
  /* line 91, _blog.scss */
  .blog-article:last-child {
    border-bottom: 0; }

/* line 97, _blog.scss */
.article-freedelivery .wdg-table {
  text-align: center;
  width: 100%;
  margin-top: 30px; }
  /* line 102, _blog.scss */
  .article-freedelivery .wdg-table td {
    width: 25%; }
/* line 110, _blog.scss */
.article-freedelivery .wdg-text td p {
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 760px) {
  /* line 122, _blog.scss */
  .article-freedelivery .slogan p {
    padding: 0; }
  /* line 125, _blog.scss */
  .article-freedelivery .slogan p span {
    font-size: 18px !important;
    line-height: 27px; }
  /* line 130, _blog.scss */
  .article-freedelivery .slogan p:last-child {
    display: none; }
  /* line 134, _blog.scss */
  .article-freedelivery .wdg-table {
    display: block;
    margin-top: 10px; }
    /* line 137, _blog.scss */
    .article-freedelivery .wdg-table tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    /* line 148, _blog.scss */
    .article-freedelivery .wdg-table tbody {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    /* line 154, _blog.scss */
    .article-freedelivery .wdg-table td {
      display: block;
      width: 100%;
      margin: 10px 0;
      text-align: left;
      height: 85px; }
  /* line 164, _blog.scss */
  .article-freedelivery .wdg-images {
    width: 85px; }
    /* line 166, _blog.scss */
    .article-freedelivery .wdg-images img {
      max-height: 85px; }
  /* line 171, _blog.scss */
  .article-freedelivery .wdg-texts {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px); }
    /* line 174, _blog.scss */
    .article-freedelivery .wdg-texts td {
      padding-left: 20px; }
      /* line 176, _blog.scss */
      .article-freedelivery .wdg-texts td p span {
        font-size: 16px !important; }
    /* line 181, _blog.scss */
    .article-freedelivery .wdg-texts td:last-child {
      padding-top: 10px; }
      /* line 183, _blog.scss */
      .article-freedelivery .wdg-texts td:last-child p {
        padding: 0;
        margin: 0; } }
/* line 2, _footer.scss */
.footer {
  padding: 80px 0 40px 0;
  margin: 30px 0 0 0;
  background-position: calc(50% + 40px) 100%, calc(50% + 120px) 0;
  background-repeat: no-repeat, repeat-x;
  background-size: 233px, auto; }
  @media screen and (max-width: 1200px) {
    /* line 2, _footer.scss */
    .footer {
      padding: 60px 0 14px 0;
      background-size: 152px, auto; } }
  /* line 15, _footer.scss */
  .footer__title {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white; }
  /* line 23, _footer.scss */
  .footer.lz-viewed {
    background-image: url(footer-slogan.png), url(footer-wave-2.png); }

/* line 32, _footer.scss */
.checkout + .footer {
  margin-top: 60px; }
  @media screen and (max-width: 1200px) {
    /* line 32, _footer.scss */
    .checkout + .footer {
      margin-top: 30px; } }

/* line 42, _footer.scss */
.footer-navigation {
  width: 49%;
  float: left;
  display: flex;
  flex-wrap: wrap; }
  /* line 50, _footer.scss */
  .footer-navigation__menu {
    padding-right: 40px; }
    @media screen and (max-width: 1200px) {
      /* line 50, _footer.scss */
      .footer-navigation__menu {
        padding-right: 5px; }
        /* line 57, _footer.scss */
        .footer-navigation__menu:last-child {
          margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      /* line 50, _footer.scss */
      .footer-navigation__menu {
        width: 40%;
        padding-right: 10px; }
        /* line 66, _footer.scss */
        .footer-navigation__menu:first-child {
          width: 60%; }
        /* line 71, _footer.scss */
        .footer-navigation__menu:last-child {
          position: absolute;
          right: 0;
          bottom: 0; } }
  /* line 81, _footer.scss */
  .footer-navigation__list {
    display: block; }
  /* line 85, _footer.scss */
  .footer-navigation__item {
    display: block;
    line-height: 19.2px; }
    @media screen and (max-width: 1200px) {
      /* line 85, _footer.scss */
      .footer-navigation__item {
        margin: 3px 0; } }
  /* line 92, _footer.scss */
  .footer-navigation__link {
    color: white;
    text-decoration: none;
    white-space: nowrap; }
    /* line 97, _footer.scss */
    .footer-navigation__link:hover {
      opacity: 0.8; }

/* line 102, _footer.scss */
.footer-socials {
  width: 17%;
  float: left; }
  @media screen and (max-width: 1200px) {
    /* line 102, _footer.scss */
    .footer-socials {
      width: 25%; } }

/* line 111, _footer.scss */
.socials-network__list {
  display: block;
  font-size: 0px; }
/* line 115, _footer.scss */
.socials-network__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px; }
/* line 123, _footer.scss */
.socials-network__link {
  color: #3A4362; }
  /* line 130, _footer.scss */
  .socials-network__link:hover {
    opacity: .9; }

/* line 136, _footer.scss */
.footer-company {
  width: 32%;
  float: right;
  text-align: right; }
  /* line 141, _footer.scss */
  .footer-company .flex {
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 760px) {
      /* line 141, _footer.scss */
      .footer-company .flex {
        display: block; } }
  /* line 151, _footer.scss */
  .footer-company__logo {
    width: 165px;
    height: 63px;
    float: right;
    clear: both; }
    @media screen and (max-width: 1200px) {
      /* line 151, _footer.scss */
      .footer-company__logo {
        width: 125px;
        height: 52px; } }
  /* line 162, _footer.scss */
  .footer-company__development {
    text-align: center; }
  /* line 166, _footer.scss */
  .footer-company__details {
    font-size: 12.8px;
    color: white;
    clear: both;
    line-height: 19.2px; }
  /* line 172, _footer.scss */
  .footer-company__app {
    margin-top: 20px;
    font-size: 12.8px;
    color: white;
    float: right;
    clear: both;
    line-height: 19.2px; }
  /* line 180, _footer.scss */
  .footer-company__payments {
    margin-top: 24px;
    font-size: 0px;
    float: right;
    clear: both; }
    @media screen and (max-width: 1200px) {
      /* line 180, _footer.scss */
      .footer-company__payments {
        margin-top: 12px; } }
  /* line 189, _footer.scss */
  .footer-company__payment {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
    @media screen and (max-width: 1200px) {
      /* line 189, _footer.scss */
      .footer-company__payment {
        margin-left: 6px;
        max-width: 34px; } }
  @media screen and (max-width: 1200px) {
    /* line 136, _footer.scss */
    .footer-company {
      width: 49%; } }

@media screen and (max-width: 760px) {
  /* line 209, _footer.scss */
  .footer {
    padding-bottom: 150px;
    background-size: 144px, auto;
    background-position: calc(50% + 20px) 100%, calc(50% - 235px) 0; }
    /* line 214, _footer.scss */
    .footer__title {
      display: none; }

  /* line 220, _footer.scss */
  .footer-navigation {
    width: 100%;
    float: none;
    overflow: hidden;
    position: relative; }
    /* line 229, _footer.scss */
    .footer-navigation__link {
      white-space: normal; }

  /* line 236, _footer.scss */
  .footer-socials {
    width: 100%;
    float: none;
    margin: 30px 0;
    text-align: center; }
    /* line 242, _footer.scss */
    .footer-socialstitle {
      display: block; }

  /* line 247, _footer.scss */
  .footer-company {
    width: 100%;
    float: none;
    text-align: center; }
    /* line 254, _footer.scss */
    .footer-company__logo {
      display: none; }
    /* line 258, _footer.scss */
    .footer-company__details {
      display: none; }
    /* line 261, _footer.scss */
    .footer-company__app {
      float: none; }
      /* line 264, _footer.scss */
      .footer-company__app [data-action="show-widget"] {
        margin: 0 auto; }
        /* line 267, _footer.scss */
        .footer-company__app [data-action="show-widget"] .lz {
          margin-left: 0 !important; }
    /* line 273, _footer.scss */
    .footer-company__payments {
      text-align: center;
      float: none;
      margin-top: 0px; } }
/* line 2, static-text.scss */
.static-text {
  text-rendering: optimizeLegibility; }
  /* line 4, static-text.scss */
  .static-text h1 {
    text-transform: uppercase; }
  /* line 8, static-text.scss */
  .static-text h2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 17.6px;
    padding: 8px 0 0 0;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 600; }
  /* line 18, static-text.scss */
  .static-text ul li {
    list-style-type: disc; }
  /* line 24, static-text.scss */
  .static-text ol {
    padding: 4px;
    margin: 5px 5px 5px 10px; }
    /* line 27, static-text.scss */
    .static-text ol li {
      list-style-type: decimal;
      padding: 2px 5px 2px 5px;
      margin: 3px 5px 3px 10px; }
  /* line 35, static-text.scss */
  .static-text img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle; }
  /* line 42, static-text.scss */
  .static-text p {
    font-family: inherit;
    font-weight: 400;
    line-height: 20.48px;
    margin-bottom: 4px; }
  /* line 49, static-text.scss */
  .static-text table {
    border-collapse: collapse;
    border-spacing: 0;
    background: #FFF;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    table-layout: auto; }
  /* line 57, static-text.scss */
  .static-text li, .static-text td {
    font-family: inherit;
    font-weight: 400;
    line-height: 20.48px; }
  /* line 64, static-text.scss */
  .static-text table {
    margin-top: 20px; }
    /* line 66, static-text.scss */
    .static-text table td, .static-text table th {
      padding: 9px 10px;
      color: #222; }
    /* line 71, static-text.scss */
    .static-text table tr:nth-of-type(even) {
      background: rgba(133, 139, 157, 0.05); }
    /* line 75, static-text.scss */
    .static-text table td {
      font-size: 14px;
      line-height: 18px; }
  /* line 82, static-text.scss */
  .static-text_collection img {
    margin: 0 auto;
    display: block; }
  /* line 86, static-text.scss */
  .static-text_collection table {
    border: none;
    margin-top: 20px; }
    /* line 90, static-text.scss */
    .static-text_collection table td {
      padding: 0;
      vertical-align: middle; }
  /* line 95, static-text.scss */
  .static-text_collection h2 {
    min-height: 38px;
    text-transform: uppercase; }
  /* line 101, static-text.scss */
  .static-text a {
    color: #008CBA; }

@media screen and (max-width: 1200px) {
  /* line 110, static-text.scss */
  .static-text iframe {
    width: 100%;
    height: auto; } }
/* line 3, animations.scss */
.opened-cart {
  -webkit-transition: margin-left .5s , margin-right .5s;
  -o-transition: margin-left .5s , margin-right .5s;
  transition: margin-left .5s , margin-right .5s; }

/* line 1, _client.scss */
.client-discounts {
  padding: 20px 0 0 0; }
  /* line 7, _client.scss */
  .client-discounts__bar-numbers {
    position: relative;
    height: 20px;
    font-size: 16px;
    margin-bottom: 20px; }
    /* line 13, _client.scss */
    .client-discounts__bar-numbers-element {
      text-align: center;
      position: absolute;
      width: 160px;
      margin-left: -80px; }
      /* line 19, _client.scss */
      .client-discounts__bar-numbers-element.element-one {
        left: 33.333%; }
      /* line 23, _client.scss */
      .client-discounts__bar-numbers-element.element-two {
        left: 66.666%; }
  /* line 28, _client.scss */
  .client-discounts__bar-line {
    position: relative;
    height: 20px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 #d3d3d3 inset;
    box-shadow: 0 1px 0 #d3d3d3 inset;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden; }
    /* line 40, _client.scss */
    .client-discounts__bar-line-progress {
      display: block;
      height: 20px;
      background-color: #008cba; }
    /* line 46, _client.scss */
    .client-discounts__bar-line-step {
      width: 1px;
      height: 20px;
      z-index: 10;
      position: absolute;
      background: #d3d3d3;
      font-weight: 0px; }
      /* line 54, _client.scss */
      .client-discounts__bar-line-step.element-one {
        left: 33.333%; }
      /* line 58, _client.scss */
      .client-discounts__bar-line-step.element-two {
        left: 66.666%; }
  /* line 66, _client.scss */
  .client-discounts__bar-annotation {
    text-align: center; }
  /* line 70, _client.scss */
  .client-discounts__cards {
    font-size: 0;
    margin-top: 15px; }
    /* line 74, _client.scss */
    .client-discounts__cards-element {
      width: 33.3%;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      font-size: 14.5px;
      padding: 16px 10px 20px 10px;
      margin: 0 0 16px 0; }
      /* line 83, _client.scss */
      .client-discounts__cards-element.element-two {
        border-left: 1px solid  #cacacb;
        border-right: 1px solid  #cacacb;
        background: #fbfcfc; }
      /* line 90, _client.scss */
      .client-discounts__cards-element-title {
        font-size: 23px;
        font-family: Heuristica,serif;
        margin: 3px 0 10px 0;
        font-weight: bold;
        color: #3A4362;
        cursor: pointer; }
      /* line 99, _client.scss */
      .client-discounts__cards-element-tooltip {
        font-family: "Open Sans", "Helvetica Neue", sans-serif; }
      /* line 103, _client.scss */
      .client-discounts__cards-element-image {
        text-align: center; }
  /* line 111, _client.scss */
  .client-discounts [data-tooltip-text] {
    margin-left: 0;
    left: 47px;
    bottom: 40px; }

/* line 118, _client.scss */
.modal-login {
  width: 630px;
  height: 390px;
  display: flex; }
  /* line 123, _client.scss */
  .modal-login_noproduct {
    width: 100%;
    height: auto; }
    /* line 128, _client.scss */
    .modal-login_noproduct .modal-login__content {
      padding-top: 25px;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 760px) {
        /* line 128, _client.scss */
        .modal-login_noproduct .modal-login__content {
          padding: 25px 0 0 0; } }
    /* line 139, _client.scss */
    .modal-login_noproduct .modal-login__form {
      padding-left: 20px;
      padding-right: 20px; }
    /* line 144, _client.scss */
    .modal-login_noproduct .modal-login__register {
      position: static; }
  /* line 150, _client.scss */
  .modal-login-block.dm-modal-block {
    padding: 0; }
  /* line 155, _client.scss */
  .modal-login__product {
    width: 270px;
    height: 390px;
    border-right: 1px solid #d4d4d4;
    text-align: center;
    padding: 50px 10px 0 10px; }
    /* line 163, _client.scss */
    .modal-login__product-title {
      font-size: 18px;
      color: #3A4362;
      padding: 0 20px; }
    /* line 169, _client.scss */
    .modal-login__product-image {
      padding: 40px 0 0 0; }
  /* line 174, _client.scss */
  .modal-login__content {
    width: 360px;
    height: 390px;
    padding: 50px 0 0 0;
    position: relative;
    text-align: center; }
  /* line 183, _client.scss */
  .modal-login__title {
    font-size: 22px;
    text-align: center;
    margin: 0 0 20px 0; }
  /* line 189, _client.scss */
  .modal-login__desc {
    font-size: 14px;
    color: #b7b7b7;
    margin: 0 0 20px 0; }
  /* line 195, _client.scss */
  .modal-login__form {
    width: 290px;
    margin: 0 auto; }
    /* line 199, _client.scss */
    .modal-login__form-row {
      position: relative;
      margin: 16px 0; }
    /* line 206, _client.scss */
    .modal-login__form-input {
      width: 100%;
      line-height: 30px;
      height: 32px; }
    /* line 212, _client.scss */
    .modal-login__form-submit {
      width: 115px;
      margin: 25px auto 0 auto;
      line-height: 33px;
      font-size: 14px;
      text-transform: initial; }
    /* line 220, _client.scss */
    .modal-login__form-forgot {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      height: 32px;
      line-height: 32px;
      padding-right: 11px;
      color: #8a828f; }
  /* line 232, _client.scss */
  .modal-login__register {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: #fafafa;
    border-top: 1px solid #f5f5f5;
    text-align: center;
    padding-top: 20px; }
    /* line 243, _client.scss */
    .modal-login__register-button {
      cursor: pointer;
      color: #adadad; }

/* line 251, _client.scss */
.modal-register {
  width: 400px; }
  @media screen and (max-width: 760px) {
    /* line 251, _client.scss */
    .modal-register {
      max-width: 370px;
      padding: 6px 10px;
      width: 100%;
      padding: 0; } }
  /* line 262, _client.scss */
  .modal-register__header {
    font-size: 28px;
    color: #3A4362;
    line-height: 28px;
    margin: 0px 0 12px 0;
    padding: 0px 0 0 0;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    width: 100%; }
  /* line 274, _client.scss */
  .modal-register__welcome {
    margin-bottom: 12px;
    margin-top: -5px;
    font-size: 14px;
    color: #b7b7b7; }
  /* line 281, _client.scss */
  .modal-register__notifications {
    display: none;
    padding: 8px 10px;
    margin-top: 5px; }
    /* line 286, _client.scss */
    .modal-register__notifications.danger {
      display: block;
      background: red;
      color: white; }
    /* line 292, _client.scss */
    .modal-register__notifications.success {
      display: block;
      background: green;
      color: white; }
    /* line 297, _client.scss */
    .modal-register__notifications p {
      padding: 0;
      margin: 5px 0 0 0; }
    /* line 302, _client.scss */
    .modal-register__notifications p:first-child {
      margin-top: 0; }
  /* line 309, _client.scss */
  .modal-register_success .co-input {
    display: none; }
  /* line 312, _client.scss */
  .modal-register_success .co-form-controls {
    display: none; }
  /* line 316, _client.scss */
  .modal-register .co-input {
    padding: 8px 0px 8px 0px;
    width: 100%; }
    /* line 323, _client.scss */
    .modal-register .co-input--required .co-input-label::after {
      content: '*';
      color: red; }
    /* line 331, _client.scss */
    .modal-register .co-input--error .co-input-field {
      box-shadow: 0px 0px 0px 2px red; }
  /* line 336, _client.scss */
  .modal-register .co-input-label {
    display: block;
    font-size: 18px;
    font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
    white-space: nowrap;
    padding: 0 0 8px 0;
    font-weight: 600; }
    @media screen and (max-width: 760px) {
      /* line 336, _client.scss */
      .modal-register .co-input-label {
        font-size: 16px;
        padding-bottom: 4px;
        text-transform: lowercase; } }
    @media screen and (max-width: 760px) {
      /* line 350, _client.scss */
      .modal-register .co-input-label::first-letter {
        text-transform: uppercase; } }
  /* line 358, _client.scss */
  .modal-register .co-input-field {
    display: block;
    line-height: 46px;
    height: 46px;
    width: 100%;
    border: 1px solid #d5d8dd;
    padding: 0 18px;
    background: transparent;
    font-family: 'Open Sans',"Helvetica Neue",sans-serif;
    font-weight: 600;
    font-size: 16px; }
    @media screen and (max-width: 760px) {
      /* line 358, _client.scss */
      .modal-register .co-input-field {
        height: 39px;
        line-height: 39px;
        padding: 0 5px; } }
  /* line 379, _client.scss */
  .modal-register .co-input-notice {
    display: none; }
  /* line 383, _client.scss */
  .modal-register .co-notice--danger {
    background: red;
    color: white;
    padding: 10px;
    margin: 10px 0;
    line-height: 1.5; }
  /* line 391, _client.scss */
  .modal-register .co-form-controls {
    padding: 8px 0px 0px 0px;
    width: 100%; }
  /* line 396, _client.scss */
  .modal-register .co-button:not(.co-button--link) {
    background-color: #3A4362;
    transition: background-color 300ms ease-out;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #3A4362;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 0 32px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    width: 100%; }
  /* line 413, _client.scss */
  .modal-register .co-button--link {
    display: block;
    margin: 8px auto 0px auto;
    padding: 5px 0px 5px 0px;
    text-align: center; }

@media screen and (max-width: 1240px) {
  /* line 426, _client.scss */
  .client-discounts__bar-numbers {
    margin-bottom: 10px;
    font-size: 14px;
    height: 15px; }
  /* line 434, _client.scss */
  .client-discounts__cards-element-title {
    font-size: 18px; }
  /* line 438, _client.scss */
  .client-discounts__cards-element-image {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 760px) {
  /* line 449, _client.scss */
  .client-discounts {
    padding: 10px 0 0 0; }
    /* line 453, _client.scss */
    .client-discounts__bar-numbers {
      margin-bottom: 6px;
      font-size: 11px;
      height: 10px; }
    /* line 459, _client.scss */
    .client-discounts__bar-line {
      height: 15px; }
    /* line 463, _client.scss */
    .client-discounts__cards {
      margin-top: 10px; }
      /* line 466, _client.scss */
      .client-discounts__cards-element-title {
        font-size: 12px; }

  /* line 476, _client.scss */
  .modal-login {
    width: 100%;
    height: auto;
    flex-wrap: wrap; }
    /* line 482, _client.scss */
    .modal-login__product {
      width: 100%;
      height: auto;
      padding: 10px 20px 0 20px;
      border: 0;
      float: none; }
      /* line 489, _client.scss */
      .modal-login__product-title {
        font-size: 14px;
        padding: 0 10px; }
      /* line 494, _client.scss */
      .modal-login__product-image {
        padding: 10px 0 0 0; }
        /* line 496, _client.scss */
        .modal-login__product-image img {
          max-height: 90px; }
    /* line 502, _client.scss */
    .modal-login__content {
      width: 100%;
      height: auto;
      padding: 20px 20px 45px 20px;
      float: none; }
    /* line 509, _client.scss */
    .modal-login__form {
      width: 100%; }
      /* line 512, _client.scss */
      .modal-login__form-row {
        margin: 10px 0; }
      /* line 516, _client.scss */
      .modal-login__form-submit {
        margin-top: 10px; }
    /* line 521, _client.scss */
    .modal-login__title {
      margin-bottom: 11px; }
    /* line 525, _client.scss */
    .modal-login__desc {
      font-size: 13px;
      line-height: 17px;
      margin: 0 0 10px 0; }
    /* line 531, _client.scss */
    .modal-login__register {
      padding-top: 11px;
      height: 40px; } }
/* line 2, _modal.scss */
.modal-opened {
  height: 100%;
  overflow: hidden; }

/* line 9, _modal.scss */
.menu-opened {
  height: 100%;
  overflow: hidden;
  /* 	position: fixed;
  width: 100%; */ }

/* line 20, _modal.scss */
.dm-modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 900; }
/* line 32, _modal.scss */
.dm-modal-container {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  align-items: center;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 10px; }
/* line 47, _modal.scss */
.dm-modal-block {
  background-color: #fff;
  z-index: 1000;
  padding: 30px 20px 20px 20px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
  text-align: left;
  min-width: 270px;
  border: 1px solid #dadbdb;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2); }
  /* line 62, _modal.scss */
  .dm-modal-block h2 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 25px;
    text-align: Center;
    color: black; }
/* line 71, _modal.scss */
.dm-modal-close {
  position: absolute;
  top: 0px;
  right: 8px;
  cursor: pointer;
  margin: 0;
  height: 40px;
  width: 32px;
  text-align: center;
  border: 1px solid white;
  font-size: 40px;
  opacity: .6;
  z-index: 30; }
  /* line 86, _modal.scss */
  .dm-modal-close:hover {
    opacity: 1; }

/* line 98, _modal.scss */
.dm-slideup-container {
  position: fixed;
  right: 0;
  bottom: 35px;
  z-index: 999;
  text-align: center;
  padding: 10px;
  opacity: 0; }
  /* line 111, _modal.scss */
  .dm-slideup-container.opened {
    opacity: 1; }
/* line 116, _modal.scss */
.dm-slideup-block {
  background-color: #fff;
  z-index: 1000;
  padding: 30px 20px 20px 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  border: 1px solid #dadbdb;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2); }
/* line 131, _modal.scss */
.dm-slideup-close {
  position: absolute;
  top: 0px;
  right: 8px;
  cursor: pointer;
  margin: 0;
  height: 40px;
  width: 32px;
  text-align: center;
  border: 1px solid white;
  font-size: 40px;
  opacity: .6;
  z-index: 30; }
  /* line 146, _modal.scss */
  .dm-slideup-close:hover {
    opacity: 1; }

/* line 154, _modal.scss */
.modal-change-city {
  top: 33px;
  display: none;
  background-color: white;
  position: absolute;
  margin-top: 3px;
  text-transform: initial;
  z-index: 999;
  color: black;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font-weight: 600; }
  @media screen and (max-width: 1200px) {
    /* line 154, _modal.scss */
    .modal-change-city {
      left: 4px;
      top: 20px; } }
  /* line 172, _modal.scss */
  .modal-change-city.fadein {
    display: block; }
  /* line 176, _modal.scss */
  .modal-change-city::before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 59px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ffffff transparent; }
    @media screen and (max-width: 1200px) {
      /* line 176, _modal.scss */
      .modal-change-city::before {
        left: 60px;
        top: -6px;
        border-width: 0 6px 6px 6px; } }
  /* line 200, _modal.scss */
  .modal-change-city__inner {
    padding: 20px 25px; }
    @media screen and (max-width: 1200px) {
      /* line 200, _modal.scss */
      .modal-change-city__inner {
        padding: 10px 10px; } }
  /* line 209, _modal.scss */
  .modal-change-city__text {
    padding-bottom: 20px;
    font-size: 15px; }
    @media screen and (max-width: 1200px) {
      /* line 209, _modal.scss */
      .modal-change-city__text {
        padding-bottom: 10px;
        font-size: 13px; } }
  /* line 221, _modal.scss */
  .modal-change-city__button {
    display: block;
    height: 33px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 31px; }
    @media screen and (max-width: 1200px) {
      /* line 221, _modal.scss */
      .modal-change-city__button {
        font-size: 13px; } }
    /* line 238, _modal.scss */
    .modal-change-city__button.button_yes {
      width: 80px;
      background-color: #3A4362;
      color: white;
      margin-right: 10px; }
    /* line 245, _modal.scss */
    .modal-change-city__button.button_other {
      width: 210px;
      border: 1px solid #cdcdcd; }

@keyframes preloader_pulse {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: 100% 100%; } }
/* line 258, _modal.scss */
.npreloader {
  position: fixed;
  display: none;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  /* line 269, _modal.scss */
  .npreloader__bg {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4;
    z-index: 30; }
  /* line 280, _modal.scss */
  .npreloader__circle {
    z-index: 40;
    width: 104px;
    height: 104px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -52px 0 0 -52px;
    background: white;
    border-radius: 104px;
    overflow: hidden;
    box-shadow: 0 0 0 4px #3A4362;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(logo__symbol.png); }
  /* line 299, _modal.scss */
  .npreloader__circle::before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -50px;
    top: -50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 53%);
    background-size: 180% 180%;
    animation: preloader_pulse 2s linear infinite; }
  /* line 314, _modal.scss */
  .npreloader_inblock {
    position: absolute;
    left: 0;
    top: 0;
    cursor: wait;
    z-index: 10; }

/* line 3, _notfound.scss */
.notfound-page__content {
  font-size: 0px;
  text-align: center; }
  /* line 6, _notfound.scss */
  .notfound-page__content-image {
    width: 42%;
    display: inline-block;
    vertical-align: middle; }
  /* line 12, _notfound.scss */
  .notfound-page__content-text {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-weight: bold;
    color: #3A4362; }
  /* line 20, _notfound.scss */
  .notfound-page__content-title {
    font-family: Heuristica, serif;
    font-size: 23px;
    line-height: 32px;
    padding: 8px 0; }
  /* line 27, _notfound.scss */
  .notfound-page__content-title2 {
    font-size: 28px;
    font-family: "Open Sans Condensed","Helvetica Neue",sans-serif;
    text-transform: uppercase;
    padding: 8px 0; }

/* line 1, modifiers.scss */
.on-cart-opened {
  margin-left: -600px; }

/* line 5, modifiers.scss */
.on-cart-opened-fixed {
  margin-left: -300px; }

/* line 11, modifiers.scss */
body.has-action-up .gazeSSB {
  display: none !important;
  visibility: hidden !important; }

@media screen and (max-width: 1199px) {
  /* line 4, _temp.scss */
  .nsmenu table, .nsmenu tr, .nsmenu td, .nsmenu tbody {
    display: block;
    height: auto !important; }
  /* line 9, _temp.scss */
  .nsmenu tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 22, _temp.scss */
  .nsmenu div {
    padding-top: 0 !important; } }
@media screen and (max-width: 767px) {
  /* line 30, _temp.scss */
  .nstitle {
    margin-top: -30px; }
    /* line 32, _temp.scss */
    .nstitle p {
      line-height: 2em; }

  /* line 36, _temp.scss */
  .nsvaraints {
    display: block; }
    /* line 38, _temp.scss */
    .nsvaraints td, .nsvaraints tr, .nsvaraints tbody {
      display: block; }
    /* line 43, _temp.scss */
    .nsvaraints tr.ns-variant {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      height: auto !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 55, _temp.scss */
      .nsvaraints tr.ns-variant td {
        margin-bottom: -50px; }
      /* line 59, _temp.scss */
      .nsvaraints tr.ns-variant:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        /* line 75, _temp.scss */
        .nsvaraints tr.ns-variant:nth-of-type(even) td + td {
          margin-bottom: -50px; }
    /* line 82, _temp.scss */
    .nsvaraints .ns-variant td {
      display: block;
      height: auto !important; }
      /* line 86, _temp.scss */
      .nsvaraints .ns-variant td p {
        text-align: center !important; }
      /* line 91, _temp.scss */
      .nsvaraints .ns-variant td div a {
        display: block !important;
        margin: 0 auto !important; } }
/* Geo Modals */
/* line 3, regions.scss */
.modal-geolocation-question {
  position: absolute;
  background: white;
  z-index: 900;
  -webkit-box-shadow: 0 3px 11px rgba(58, 67, 98, 0.5);
  box-shadow: 0 3px 11px rgba(58, 67, 98, 0.5);
  padding: 10px 14px;
  top: 31px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 12.8px;
  left: 0px; }
  /* line 16, regions.scss */
  .modal-geolocation-question:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent transparent #FFF;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    z-index: 89; }
  /* line 29, regions.scss */
  .modal-geolocation-question:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px inset;
    border-color: transparent transparent #ccc;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    z-index: 88; }
  /* line 42, regions.scss */
  .modal-geolocation-question .text {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom; }
  /* line 48, regions.scss */
  .modal-geolocation-question .place {
    color: #3A4362;
    padding: 4px 0 10px; }
  /* line 52, regions.scss */
  .modal-geolocation-question .title {
    vertical-align: bottom;
    color: #3A4362;
    font-size: 12.8px;
    display: inline-block;
    margin-right: 5px; }
  /* line 59, regions.scss */
  .modal-geolocation-question .quest {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 3px; }
  /* line 64, regions.scss */
  .modal-geolocation-question .buttons {
    border-top: 1px solid #3A4362;
    padding: 10px 0 0 0; }
  /* line 68, regions.scss */
  .modal-geolocation-question .button {
    font-size: 12.8px;
    line-height: 34px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    padding: 0 16px;
    display: inline-block; }
    /* line 77, regions.scss */
    .modal-geolocation-question .button-no {
      background-color: #3A4362; }
    /* line 80, regions.scss */
    .modal-geolocation-question .button-yes {
      margin-right: 10px;
      border-color: #ff9933;
      background-color: #ff9933;
      color: #525765; }

/* line 92, regions.scss */
.modal-geolocation-select {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.78);
  padding: 10px 14px;
  top: 31px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 16px;
  left: 0px;
  width: 440px; }
  /* line 103, regions.scss */
  .modal-geolocation-select .title {
    text-transform: uppercase;
    font-size: 16px; }
  /* line 107, regions.scss */
  .modal-geolocation-select .places-block {
    padding: 5px 0 0 0;
    overflow: hidden; }
  /* line 112, regions.scss */
  .modal-geolocation-select .column {
    width: 50%;
    float: left; }
  /* line 117, regions.scss */
  .modal-geolocation-select .element {
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    margin: 8px 0; }
    /* line 122, regions.scss */
    .modal-geolocation-select .element.main-place {
      font-weight: 700; }
    /* line 123, regions.scss */
    .modal-geolocation-select .element:hover {
      opacity: 0.8; }

@media screen and (max-width: 760px) {
  /* line 131, regions.scss */
  .modal-geolocation-select {
    width: 100%;
    left: 0;
    z-index: 20;
    top: 21px; }
    /* line 137, regions.scss */
    .modal-geolocation-select .title {
      font-size: 13px; }
    /* line 141, regions.scss */
    .modal-geolocation-select .element {
      font-size: 13px;
      margin: 5px 0; } }
/* Gift Modal */
/* line 3, gifts.scss */
.modal-gift-info {
  position: absolute;
  width: 260px;
  background: white;
  z-index: 900;
  box-shadow: 0 3px 11px rgba(58, 67, 98, 0.5);
  padding: 10px 20px;
  left: -59px;
  top: 52px;
  border-radius: 3px;
  color: #3A4362; }
  /* line 17, gifts.scss */
  .modal-gift-info:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent transparent #FFF;
    border-bottom-style: solid;
    position: absolute;
    top: -11px;
    left: 81px;
    z-index: 89; }
  /* line 30, gifts.scss */
  .modal-gift-info:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 7px inset;
    border-color: transparent transparent #ccc;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 80px;
    z-index: 88; }
  /* line 44, gifts.scss */
  .modal-gift-info .text {
    padding-bottom: 10px; }
  /* line 45, gifts.scss */
  .modal-gift-info .product-info {
    padding-bottom: 10px; }
  /* line 46, gifts.scss */
  .modal-gift-info .image {
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: middle;
    width: 70px;
    text-align: center;
    line-height: 1rem; }
  /* line 53, gifts.scss */
  .modal-gift-info .title {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    line-height: 1.3; }

/* line 59, gifts.scss */
.modal-gift-alert {
  padding: 10px;
  width: 660px; }
  /* line 65, gifts.scss */
  .modal-gift-alert__products {
    font-style: 0px;
    text-align: center;
    padding-bottom: 15px; }
  /* line 71, gifts.scss */
  .modal-gift-alert__product {
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }
    /* line 77, gifts.scss */
    .modal-gift-alert__product-wrap {
      padding: 10px 15px; }
    /* line 81, gifts.scss */
    .modal-gift-alert__product-image-file {
      max-height: 150px; }
  /* line 87, gifts.scss */
  .modal-gift-alert__text {
    padding: 10px 10px;
    border-top: 1px solid #3A4362;
    border-bottom: 1px solid #3A4362;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px; }
  /* line 97, gifts.scss */
  .modal-gift-alert__buttons {
    margin: 10px 0 0 0;
    font-size: 0px; }
  /* line 102, gifts.scss */
  .modal-gift-alert__button {
    width: 48%;
    display: inline-block; }
    /* line 106, gifts.scss */
    .modal-gift-alert__button:first-child {
      margin-right: 2%; }
    /* line 110, gifts.scss */
    .modal-gift-alert__button:last-child {
      margin-left: 2%; }

@media screen and (max-width: 1200px) {
  /* line 118, gifts.scss */
  .modal-gift-info {
    right: 10px;
    top: 100%;
    left: initial; }
    /* line 123, gifts.scss */
    .modal-gift-info:before, .modal-gift-info:after {
      left: initial;
      right: 25px; } }
@media screen and (max-width: 760px) {
  /* line 134, gifts.scss */
  .modal-gift-alert {
    width: 280px; }
    /* line 138, gifts.scss */
    .modal-gift-alert__product {
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
      /* line 144, gifts.scss */
      .modal-gift-alert__product-wrap {
        padding: 5px 7px; }
      /* line 148, gifts.scss */
      .modal-gift-alert__product-image-file {
        max-height: 70px; }
    /* line 155, gifts.scss */
    .modal-gift-alert__text {
      padding: 5px;
      font-size: 13px;
      line-height: 20px; }
    /* line 161, gifts.scss */
    .modal-gift-alert__button {
      width: 100%; }
      /* line 163, gifts.scss */
      .modal-gift-alert__button:last-child {
        margin: 0 0 10px 0; }
      /* line 167, gifts.scss */
      .modal-gift-alert__button:last-child {
        margin: 10px 0 0 0; } }
