/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
 
 
 
 
 
 
 
 


@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|PT+Sans+Narrow:400,700&subset=latin,cyrillic,cyrillic-ext,latin-ext);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800&subset=cyrillic');
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--FONTS--*/
@font-face {
  font-family: 'Pe-icon-7-stroke';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
}
/*--/fonts--*/
/* line 106, ../../../../../../lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*--VARIABLES--*/
/*--/variables--*/
/*--MIXINS--*/
/*--/mixins--*/
/*--RESET--*/
/* line 65, ../sass/styles.scss */
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

/* line 66, ../sass/styles.scss */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  overflow-x: hidden;
}

/* line 68, ../sass/styles.scss */
h1, .g-h1 {
  margin: 0 0 27px;
  padding: 0;
  color: #202020;
  font: 700 24px/28px "Open Sans", Arial, sans-serif;
}

/* line 69, ../sass/styles.scss */
h2, .g-h2 {
  margin: 0 0 15px;
  padding: 0;
  color: #202020;
  font: 700 20px/28px "Open Sans", Arial, sans-serif;
}

/* line 70, ../sass/styles.scss */
h3, .g-h3 {
  margin: 0 0 15px;
  padding: 0;
  color: #202020;
  font: 700 16px/14px "Open Sans", Arial, sans-serif;
}

/* line 71, ../sass/styles.scss */
h4, .g-h4 {
  margin: 0 0 15px;
  padding: 0;
  color: #202020;
  font: 700 14px/14px "Open Sans", Arial, sans-serif;
}

/* line 73, ../sass/styles.scss */
a {
  color: #555;
  text-decoration: underline;
  outline: 0;
  cursor: pointer;
}

/* line 74, ../sass/styles.scss */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 75, ../sass/styles.scss */
a:hover {
  color: #000;
}

/* line 76, ../sass/styles.scss */
a img {
  border: 0;
}

/* line 78, ../sass/styles.scss */
p {
  margin: 0 0 10px;
}

/* line 80, ../sass/styles.scss */
:focus {
  outline: 0;
}

/*--/reset--*/
/*--GLOBAL--*/
/* line 84, ../sass/styles.scss */
.g-hidden {
  display: none !important;
}

/* line 85, ../sass/styles.scss */
.g-nihidden {
  display: none;
}

/* line 86, ../sass/styles.scss */
.g-clearing {
  clear: both;
}

/* line 60, ../sass/styles.scss */
.g-cleared:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 88, ../sass/styles.scss */
.g-unvisible {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* line 90, ../sass/styles.scss */
.g-switcher {
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
}

/* line 91, ../sass/styles.scss */
.g-switcher:hover {
  color: #26c2f1;
  text-decoration: none;
}

/* line 92, ../sass/styles.scss */
.g-switcher:active {
  color: #26c2f1;
  text-decoration: none;
}

/* line 93, ../sass/styles.scss */
.g-switcher:focus {
  color: #26c2f1;
  text-decoration: none;
}

/* line 95, ../sass/styles.scss */
.g-label {
  color: #26c2f1;
  text-decoration: none;
}

/* line 96, ../sass/styles.scss */
.g-label:hover {
  color: #26c2f1;
  text-decoration: underline;
}

/* line 98, ../sass/styles.scss */
.g-product-img {
  max-width: 73px;
  max-height: 68px;
}

/*--/global--*/
/*--GUI--*/
/* line 102, ../sass/styles.scss */
.gui-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  margin: 0;
  padding: 6px 9px;
  background: #ffd203;
  border: 1px solid #ffd203;
  border-radius: 3px;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
}

/* line 103, ../sass/styles.scss */
.gui-button.butt_add_basket {
  min-width: 105px;
}

/* line 104, ../sass/styles.scss */
.gui-button:hover {
  background: #fff;
  border-color: #989898;
  color: #202002;
}

/* line 106, ../sass/styles.scss */
.gui-button-simple {
  display: inline-block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  margin: 0;
  padding: 6px 17px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  /*display: none;*/
}
.buy1click_button {display: none;}
/* line 107, ../sass/styles.scss */
.gui-button-simple:hover {
  border-color: #989898;
}

/* line 109, ../sass/styles.scss */
.gui-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 17px;
  cursor: pointer;
}

/* line 110, ../sass/styles.scss */
.gui-checkbox-input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 111, ../sass/styles.scss */
.gui-checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: 4px 2px 0 0;
  background: url(../images/icons/checkbox-icon.png) no-repeat 0 0;
}

/* line 112, ../sass/styles.scss */
.gui-checkbox-icon_checked {
  background-position: 0 -13px;
}

/* line 113, ../sass/styles.scss */
.product-list__checkbox.selected .gui-checkbox-icon {
  background-position: 0 -13px;
}

/* line 116, ../sass/styles.scss */
.gui-checkbox-input:checked + .gui-checkbox-icon {
  background-position: 0 -13px;
}

/* line 117, ../sass/styles.scss */
.gui-checkbox-input:disabled + .gui-checkbox-icon {
  background-position: 0 -26px;
}

/* line 118, ../sass/styles.scss */
.gui-checkbox-input:disabled ~ .gui-checkbox-name {
  color: #c3c3c3;
}

/* line 120, ../sass/styles.scss */
.gui-checkbox.checked .gui-checkbox-icon {
  background-position: 0 -13px;
}

/* line 121, ../sass/styles.scss */
.gui-checkbox.disabled .gui-checkbox-icon {
  background-position: 0 -26px;
}

/* line 122, ../sass/styles.scss */
.gui-checkbox.disabled .gui-checkbox-name {
  color: #c3c3c3;
}

/* line 125, ../sass/styles.scss */
.gui-radiobox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 17px;
  cursor: pointer;
}

/* line 126, ../sass/styles.scss */
.gui-radiobox-input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 127, ../sass/styles.scss */
.gui-radiobox-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: 4px 2px 0 0;
  background: url(../images/icons/radiobox-icon.png) no-repeat 0 0;
}

/* line 129, ../sass/styles.scss */
.gui-radiobox-input:checked + .gui-radiobox-icon {
  background-position: 0 -13px;
}

/* line 130, ../sass/styles.scss */
.gui-radiobox-input:disabled + .gui-radiobox-icon {
  background-position: 0 -26px;
}

/* line 132, ../sass/styles.scss */
.gui-radiobox.checked .gui-radiobox-icon {
  background-position: 0 -13px;
}

/* line 133, ../sass/styles.scss */
.gui-radiobox.disabled .gui-radiobox-icon {
  background-position: 0 -26px;
}

/* line 136, ../sass/styles.scss */
.gui-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  margin: 0;
  padding: 7px 15px 7px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset, inset 0 0 0 50px #fff;
  color: #b8b8b8;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 137, ../sass/styles.scss */
.gui-input:hover {
  border-color: #989898;
  color: #555;
}

/* line 138, ../sass/styles.scss */
.gui-input:focus {
  border-color: #989898;
  color: #555;
}

/* line 139, ../sass/styles.scss */
.gui-input:active {
  border-color: #989898;
  color: #555;
}

/* line 140, ../sass/styles.scss */
.gui-input[disabled] {
  background-color: #eaeaea;
  box-shadow: none;
}

/* line 141, ../sass/styles.scss */
.gui-input[disabled]:hover {
  border-color: #ccc;
}

/*--/gui--*/
/*--FANCYBOX--*/
/* line 145, ../sass/styles.scss */
html.fancybox-lock {
  position: relative;
  overflow: visible !important;
}

/* line 146, ../sass/styles.scss */
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.4);
}

/* line 147, ../sass/styles.scss */
.fancybox-skin {
  background: #fff;
}

/* line 148, ../sass/styles.scss */
.fancybox-opened .fancybox-skin {
  box-shadow: 0 3px 9px rgba(14, 22, 54, 0.8);
}

/* line 149, ../sass/styles.scss */
.fancybox-close {
  position: absolute;
  top: 11px;
  right: 0px;
  font-size: 35px;
  font-weight: 200;
  background-image: none;
  color: #cccccc;
  text-decoration: none;
}

/* line 150, ../sass/styles.scss */
.fancybox-close:hover {
  color: #148ECD;
}

/*--/fancybox--*/
/*--OWL--*/
/* line 156, ../sass/styles.scss */
.owl-carousel .owl-item img {
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  transform-style: flat;
}

/* line 158, ../sass/styles.scss */
.owl-dots {
  text-align: center;
}

/* line 159, ../sass/styles.scss */
.owl-dots.disabled {
  display: none;
}

/* line 160, ../sass/styles.scss */
.promo-slider .owl-dots {
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
}
/* line 60, ../sass/styles.scss */
.promo-slider .owl-dots:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 161, ../sass/styles.scss */
.owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
  width: 9px;
  height: 9px;
  border: 2px solid #ffd203;
  border-radius: 9px;
  cursor: pointer;
}

/* line 162, ../sass/styles.scss */
.owl-dot.active {
  background-color: #ffd203;
  cursor: default;
}

/* line 164, ../sass/styles.scss */
.brands-fiewport .owl-stage-outer {
  margin: 0 0 0 30px;
}

/* line 165, ../sass/styles.scss */
.brands-fiewport_simple .owl-stage-outer {
  margin-left: 0;
}

/* line 166, ../sass/styles.scss */
.brands-fiewport_simple .owl-item {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/* line 169, ../sass/styles.scss */
.owl-nav.disabled {
  display: none;
}

/* line 170, ../sass/styles.scss */
.owl-prev {
  position: absolute;
  top: 50%;
  left: -18px;
  width: 35px;
  height: 35px;
  margin: -18px 0 0;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 171, ../sass/styles.scss */
.owl-prev.disabled {
  display: none;
}

/* line 172, ../sass/styles.scss */
.owl-prev:after {
  content: '\e686';
  position: absolute;
  top: 8px;
  left: -7px;
  color: #ffd203;
  font: 50px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 173, ../sass/styles.scss */
.owl-next {
  position: absolute;
  top: 50%;
  right: -18px;
  width: 35px;
  height: 35px;
  margin: -18px 0 0;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 174, ../sass/styles.scss */
.set .owl-next, .set .owl-prev {
  margin: 10px 0 0;
}

/* line 175, ../sass/styles.scss */
.owl-next.disabled {
  display: none;
}

/* line 176, ../sass/styles.scss */
.owl-next:after {
  content: '\e684';
  position: absolute;
  top: 8px;
  left: -7px;
  color: #ffd203;
  font: 50px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 178, ../sass/styles.scss */
.best-products-list .best-products-list__item .best-products-list__img {
  max-width: 100%;
  max-height: 100%;
}

/* line 180, ../sass/styles.scss */
.best-products_simple .owl-prev {
  top: 85px;
}

/* line 181, ../sass/styles.scss */
.best-products_simple .owl-next {
  top: 85px;
}

/* line 183, ../sass/styles.scss */
.owl-carousel .owl-item .catalog__img {
  display: inline-block;
}

/* line 187, ../sass/styles.scss */
.product-gallery .owl-item .product-gallery__img {
  display: inline-block;
  width: auto;
}

/* line 188, ../sass/styles.scss */
.product-gallery .owl-prev {
  left: -60px;
}

/* line 189, ../sass/styles.scss */
.product-gallery .owl-next {
  right: -60px;
}

/* line 191, ../sass/styles.scss */
.promo-slider-list .owl-stage-outer {
  border: 1px solid #ccc;
}

/* line 193, ../sass/styles.scss */
.products-extra .owl-item .products-extra__img {
  width: auto;
}

/* line 194, ../sass/styles.scss */
.products-extra .owl-prev {
  left: -78px;
}

/* line 195, ../sass/styles.scss */
.products-extra .owl-next {
  right: -78px;
}

/* line 197, ../sass/styles.scss */
.products-extra_cart .owl-prev {
  left: -18px;
}

/* line 198, ../sass/styles.scss */
.products-extra_cart .owl-next {
  right: -18px;
}

/* line 200, ../sass/styles.scss */
.promo-slider .owl-item .promo-slider-icon__img {
  width: auto;
}

/* line 201, ../sass/styles.scss */
.promo-col-main_middle .promo-slider .owl-item .promo-slider-icon__img {
  display: none;
}

/* line 203, ../sass/styles.scss */
.owl-carousel .owl-item .promo-slider__img_detail {
  display: none;
}

/* line 204, ../sass/styles.scss */
.promo-col-main_middle .owl-carousel .owl-item .promo-slider__img_detail {
  display: block;
}

/* line 206, ../sass/styles.scss */
.promo-col-main_middle .owl-item .promo-slider-list__img {
  width: auto;
}

/* line 207, ../sass/styles.scss */
.promo-col-main_middle .owl-dots {
  width: 100%;
  left: 0;
  text-align: center;
}

/* line 208, ../sass/styles.scss */
.promo-col-main_middle .owl-dot {
  float: none;
  display: inline-block;
  vertical-align: top;
}

/* line 209, ../sass/styles.scss */
.promo-col-main_middle .owl-nav {
  display: block;
}

/* line 214, ../sass/styles.scss */
.product-list .owl-prev {
  top: 100px;
}

/* line 215, ../sass/styles.scss */
.product-list .owl-next {
  top: 100px;
}

/* line 217, ../sass/styles.scss */
.promo-slider-list .owl-item {
  overflow: hidden;
}

/* line 218, ../sass/styles.scss */
.promo-slider-list .owl-item .promo-slider-list__img {
  width: auto;
}

/* line 220, ../sass/styles.scss */
.popup-gallery__slider .owl-stage-outer {
  margin: 0 0 10px;
}

/* line 222, ../sass/styles.scss */
.slider-side .owl-nav {
  display: none;
}

/* line 223, ../sass/styles.scss */
.slider-side .owl-stage-outer {
  margin: 0 0 8px;
}

/* line 224, ../sass/styles.scss */
.slider-side .owl-dot:last-child {
  margin-right: 0;
}

/* line 226, ../sass/styles.scss */
.set-list .owl-prev {
  top: 100px;
}

/* line 227, ../sass/styles.scss */
.set-list .owl-next {
  top: 100px;
}

/*--/owl--*/
/*--HELPERS--*/
/*-- Product of day --*/
/*-- Things to buy --*/
/*--/helpers--*/
/*--LAYOUT--*/
/* line 240, ../sass/styles.scss */
.l-layout {
  min-width: 300px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
/* line 60, ../sass/styles.scss */
.l-layout:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 241, ../sass/styles.scss */
.l-toppanel-mob-inner {
  max-height: 100%;
}

/* line 243, ../sass/styles.scss */
.l-wrapper {
  position: relative;
  min-height: 100%;
  height: auto;
}

/* line 244, ../sass/styles.scss */
.l-toppanel {
  min-height: 32px;
}

/* line 245, ../sass/styles.scss */
.l-toppanel-bar {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 24px;
  padding: 8px 0 0;
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
}

/* line 246, ../sass/styles.scss */
.l-toppanel-bar_fix {
  position: fixed;
  top: 0;
  left: 0;
}

/* line 247, ../sass/styles.scss */
.l-toppanel-inner {
  position: relative;
}

/* line 249, ../sass/styles.scss */
.l-toppanel-mob {
  display: none;
  min-height: 103px;
}

/* line 250, ../sass/styles.scss */
.l-mob-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 5px 0 6px;
  background: #fff;
  border-bottom: 2px solid #989898;
}

/* line 251, ../sass/styles.scss */
.l-mob-bar_fix {
  position: fixed;
}

/* line 255, ../sass/styles.scss */
.l-header {
  padding-top: 31px;
  padding-bottom: 17px;
}

/* line 256, ../sass/styles.scss */
.header__item {
  float: left;
}

/* line 257, ../sass/styles.scss */
.header__item_first {
  /*width: 52%;*/
  width: 70%;
}

/* line 258, ../sass/styles.scss */
.header__item_last {
  /*width: 48%;*/
  width: 30%;
}

/* line 259, ../sass/styles.scss */
.header__block {
  float: left;
  width: 48%;
  margin: 0 2% 4px 0;
}
/* line 60, ../sass/styles.scss */
.header__block:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 260, ../sass/styles.scss */
.header__block_logo {
  /*width: 53%;*/
  width: 40%;
}

/* line 261, ../sass/styles.scss */
.header__block_contacts {
  /*width: 42%;*/
  width: 54%;
}

/* line 262, ../sass/styles.scss */
.header__block_search {
  width: 44%;
}

/* line 263, ../sass/styles.scss */
.header__block_favorites {
  float: right;
  width: 54%;
  margin-right: 0;
}

/* line 266, ../sass/styles.scss */
.l-body {
  min-height: 440px;
  padding-bottom: 85px;
}
/* line 60, ../sass/styles.scss */
.l-body:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 267, ../sass/styles.scss */
.l-content {
  float: right;
  width: 100%;
}

/* line 268, ../sass/styles.scss */
.l-container {
  margin-left: 240px;
}
/* line 60, ../sass/styles.scss */
.l-container:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 269, ../sass/styles.scss */
.l-sidebar {
  position: relative;
  float: left;
  width: 220px;
  margin-right: -220px;
}

/* line 276, ../sass/styles.scss */
.l-footer {
  width: 100%;
  padding: 0 0 40px;
}

/* line 277, ../sass/styles.scss */
.footer {
  padding: 10px 0 25px;
  border-top: 1px solid #ccc;
}

/* line 278, ../sass/styles.scss */
.footer-bar {
  padding: 13px 0;
  background: #f3f3f3;
  border-top: 1px solid #ccc;
}
/* line 60, ../sass/styles.scss */
.footer-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 279, ../sass/styles.scss */
.footer-copyright {
  float: left;
  color: #202020;
  font: 13px/16px "Open Sans", Arial, sans-serif;
}

/* line 280, ../sass/styles.scss */
.footer-develop {
  float: right;
  color: #202020;
  font: 13px/16px "Open Sans", Arial, sans-serif;
}

/* line 281, ../sass/styles.scss */
.footer-composite {
  float: right;
}

/*--/layout--*/
/*--FORM--*/
/* line 285, ../sass/styles.scss */
.form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 880px;
  padding: 24px 40px 22px 24px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 60, ../sass/styles.scss */
.form-raw:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 287, ../sass/styles.scss */
.form-raw__item {
  display: inline-block;
  vertical-align: bottom;
  width: 48%;
  margin: 0 3% 0 0;
}

/* line 288, ../sass/styles.scss */
.form-raw__item:last-child {
  width: 48%;
  margin-right: 0;
}

/* line 289, ../sass/styles.scss */
.form-raw__item_simple {
  vertical-align: top;
}

/* line 292, ../sass/styles.scss */
.form-title {
  margin: 0 0 20px;
  color: #202020;
  font: 700 24px/28px "Open Sans", Arial, sans-serif;
}

/* line 293, ../sass/styles.scss */
.form-toolbar {
  margin: 20px 0 0;
}
/* line 60, ../sass/styles.scss */
.form-toolbar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 294, ../sass/styles.scss */
.form-toolbar__help {
  float: left;
  margin: 9px 0 0;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}

/* line 295, ../sass/styles.scss */
#register .form-toolbar__help {
  float: none;
}

/* line 296, ../sass/styles.scss */
.form-toolbar__help_simple {
  display: block;
  float: none;
  margin: 0 0 20px;
}

/* line 297, ../sass/styles.scss */
.form-toolbar__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}

/* line 298, ../sass/styles.scss */
.form-message {
  margin: 0 0 10px;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 299, ../sass/styles.scss */
.form-message_error {
  background: #fff6f6;
  border-color: #881f1f;
  color: #881f1f;
  font: 13px/19px Arial, sans-serif;
}

/* line 300, ../sass/styles.scss */
.form-message_error .errortext {
  color: #881f1f !important;
}

/* line 301, ../sass/styles.scss */
.form-message_error p {
  margin: 0;
}

/* line 302, ../sass/styles.scss */
.form-message_success {
  background: #f1faf3;
  border-color: #16842a;
  color: #16842a;
  font: 13px/19px Arial, sans-serif;
}

/* line 303, ../sass/styles.scss */
.form-message_success .successеtext {
  color: #16842a !important;
}

/* line 304, ../sass/styles.scss */
.form-message_success p {
  margin: 0;
}

/* line 305, ../sass/styles.scss */
.form-buttons {
  text-align: right;
}

/* line 309, ../sass/styles.scss */
.form-review__rating {
  padding: 7px 0 0;
}

/* line 311, ../sass/styles.scss */
.form-separator {
  margin: 0 0 20px;
  padding: 0 0 17px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 313, ../sass/styles.scss */
.fieldset {
  margin: 0 0 12px;
  border-bottom: 1px solid #ebebeb;
}

/* line 314, ../sass/styles.scss */
.fieldset:last-child {
  border-bottom: 0;
}

/* line 315, ../sass/styles.scss */
.field {
  margin: 0 0 12px;
  padding: 0;
}

/* line 316, ../sass/styles.scss */
.field_name {
  width: 404px;
}

/* line 317, ../sass/styles.scss */
.field__title {
  margin: 0 0 6px;
  padding: 0;
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 318, ../sass/styles.scss */
.field__label {
  margin: 0 7px 0 0;
  color: #555;
}

/* line 319, ../sass/styles.scss */
.field__title__mark {
  color: #c90d0d;
  font-size: 18px;
  line-height: 0;
}

/* line 320, ../sass/styles.scss */
.field__value {
  min-height: 35px;
  margin: 0;
  padding: 0;
}

/* line 321, ../sass/styles.scss */
.field__input {
  width: 100%;
}

/* line 322, ../sass/styles.scss */
.field__input_textarea {
  max-width: 100%;
  height: 63px;
  padding-right: 0;
}

/* line 323, ../sass/styles.scss */
.field__input_multiple {
  max-width: 100%;
  height: 63px;
  padding-right: 0;
}

/* line 324, ../sass/styles.scss */
.field-select {
  position: relative;
}

/* line 325, ../sass/styles.scss */
.field-select:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 10px;
  width: 25px;
  height: 20px;
  background: #fff;
}

/* line 326, ../sass/styles.scss */
.field-select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  width: 8px;
  height: 4px;
  margin: -2px 0 0;
  background: url(../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 327, ../sass/styles.scss */
.field-select__input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 328, ../sass/styles.scss */
.field__captcha {
  float: left;
  width: 182px;
  height: 56px;
  margin: 0 30px 10px 0;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 329, ../sass/styles.scss */
.field__captcha-reload {
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/*--/form--*/
/*--MAIN--*/
/* line 333, ../sass/styles.scss */
.about {
  margin: 0 0 20px;
}

/* line 334, ../sass/styles.scss */
.about-title {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 7px 0;
}

/* line 335, ../sass/styles.scss */
.about-title-sub {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 7px;
  color: #555;
  font: 16px/28px "Open Sans", Arial, sans-serif;
}

/* line 336, ../sass/styles.scss */
.about-bar {
  margin: 0 0 5px;
  color: #000;
  font: 14px/20px "Open Sans", Arial, sans-serif;
}

/* line 339, ../sass/styles.scss */
.auth {
  width: 40%;
}

/* line 340, ../sass/styles.scss */
.auth__label {
  float: left;
}

/* line 341, ../sass/styles.scss */
.auth__link {
  float: right;
}

/* line 344, ../sass/styles.scss */
.characteristics {
  margin: 0 0 22px;
}
/* line 60, ../sass/styles.scss */
.characteristics:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 346, ../sass/styles.scss */
.characteristics__item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0 2% 5px 0;
}

/* line 347, ../sass/styles.scss */
.characteristics__item:nth-child(2n) {
  margin-right: 0;
}

/* line 348, ../sass/styles.scss */
.characteristics-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.characteristics-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.characteristics__item { width: 100%; }
.characteristics-list > .left, .characteristics-list > .right { float: left; width: 50%; }
.second-list { width: 50%; }

/* line 349, ../sass/styles.scss */
.characteristics-list__item {
  margin: 0 0 8px;
  color: #202020;
  font: 14px/20px "Open Sans", Arial, sans-serif;
}
/* line 60, ../sass/styles.scss */
.characteristics-list__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 350, ../sass/styles.scss */
.characteristics-list__name {
  float: left;
  width: 54%;
  overflow: hidden;
  margin: 0 2% 0 0;
}

/* line 351, ../sass/styles.scss */
.characteristics-list__label {
  position: relative;
  display: inline-block;
  padding: 0 13px 0 0;
}

/* line 352, ../sass/styles.scss */
.characteristics-list__label:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 100%;
  width: 600px;
  border-bottom: 1px dashed #cfcfcf;
}

/* line 353, ../sass/styles.scss */
.characteristics-list__value {
  float: left;
  width: 44%;
  word-wrap: break-word;
}

/* line 356, ../sass/styles.scss */
.best-products {
  margin: 0 0 34px;
}

/* line 357, ../sass/styles.scss */
.best-products-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.best-products-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 359, ../sass/styles.scss */
.best-products-list__title {
  margin: 0 20px 0 0;
  font: 20px/22px "Open Sans", Arial, sans-serif;
}

/* line 360, ../sass/styles.scss */
.best-products-list__announce {
  margin: 0 20px 0 0;
  color: #555;
  font: 13px/16px "Open Sans", Arial, sans-serif;
}

/* line 361, ../sass/styles.scss */
.best-products-list__img {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

/* line 364, ../sass/styles.scss */
.brands {
  margin: 0 0 37px;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.brands:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 365, ../sass/styles.scss */
.brands-title {
  margin: 0 0 17px;
}

/* line 366, ../sass/styles.scss */
.brands-title__label {
  text-decoration: none;
  color: #202020;
}

/* line 367, ../sass/styles.scss */
.brands-title__label:hover {
  text-decoration: underline;
}

/* line 368, ../sass/styles.scss */
.brands-fiewport {
  padding: 0;
}
/* line 60, ../sass/styles.scss */
.brands-fiewport:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 369, ../sass/styles.scss */
.brands__item {
  float: left;
}

/* line 370, ../sass/styles.scss */
.brands__title {
  display: block;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #ffd203;
  font: 22px/28px "Open Sans", Arial, sans-serif;
}

/* line 371, ../sass/styles.scss */
.brands__name {
  margin: 0 0 5px;
  color: #555;
  font: 13px/14px "Open Sans", Arial, sans-serif;
}

/* line 372, ../sass/styles.scss */
.brands__label {
  text-decoration: none;
}

/* line 373, ../sass/styles.scss */
.brands__label:hover {
  text-decoration: underline;
}

/* line 374, ../sass/styles.scss */
.brands__item__label {
  display: block;
}

/* line 375, ../sass/styles.scss */
.brands__item__img {
  max-width: 154px;
}

/* line 378, ../sass/styles.scss */
.brands_list .brands__item {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 167px;
}

/* line 382, ../sass/styles.scss */
.brand-detail__content {
  margin: 0 0 20px;
}
/* line 60, ../sass/styles.scss */
.brand-detail__content:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 383, ../sass/styles.scss */
.brand-detail__icon {
  float: right;
  width: 20%;
}

/* line 384, ../sass/styles.scss */
.brand-detail__img {
  max-width: 100%;
}

/* line 385, ../sass/styles.scss */
.brand-detail__info {
  margin: 0 25% 18px 0;
}

/* line 388, ../sass/styles.scss */
.breadcrumbs {
  margin: 0;
  padding: 0 0 35px;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.breadcrumbs:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 389, ../sass/styles.scss */
.breadcrumbs__item {
  float: left;
  margin: 0 7px 0 0;
  color: #26c2f1;
  font: 11px/20px "Open Sans", Arial, sans-serif;
}

/* line 390, ../sass/styles.scss */
.breadcrumbs__label {
  color: #585f69;
  text-decoration: none;
}

/* line 391, ../sass/styles.scss */
.breadcrumbs__separator {
  margin: 0 0 0 7px;
  color: #bbb;
  font-size: 14px;
  line-height: 0;
}

/* line 394, ../sass/styles.scss */
.bread {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 17px;
}

/* line 395, ../sass/styles.scss */
.bread__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  color: #26c2f1;
  font: 11px/17px "Open Sans", Arial, sans-serif;
}

/* line 396, ../sass/styles.scss */
.bread__label {
  position: relative;
  padding: 0 8px 0 0;
  color: #585f69;
  text-decoration: none;
}

/* line 397, ../sass/styles.scss */
.bread__label:after {
  content: '\e684';
  position: absolute;
  top: -1px;
  right: -8px;
  color: #40c6f2;
  font: 700 18px/17px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 401, ../sass/styles.scss */
.filter__item_active .catalog-filter__label {
  border-color: #ffd203;
}

/* line 402, ../sass/styles.scss */
.filter__item_active .catalog-filter__label:hover {
  border-color: #ffd203;
}

/* line 406, ../sass/styles.scss */
.catalog-list {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.catalog-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 407, ../sass/styles.scss */
.catalog__item {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  border: 2px solid transparent;
  text-align: center;
}

/* line 408, ../sass/styles.scss */
.catalog__item:hover {
  border-color: #ffc803;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.12), 0 0 8px rgba(0, 0, 0, 0.12);
}

/* line 409, ../sass/styles.scss */
.catalog__item_active {
  border-color: #ffc803;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.12), 0 0 8px rgba(0, 0, 0, 0.12);
}

/* line 410, ../sass/styles.scss */
.catalog__wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 310px;
  text-align: left;
}

/* line 411, ../sass/styles.scss */
.mobile-icon_section {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 130px;
  display: none;
}

/* line 412, ../sass/styles.scss */
.product-detail .mobile-icon_section {
  top: 17px;
}

/* line 413, ../sass/styles.scss */
.mobile-icon_section .mob-icon__img {
  position: relative;
  z-index: 5;
  font-size: 26px;
  line-height: 12px;
  width: 26px;
  padding: 11px 5px;
  margin: 6px 0px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

/* line 414, ../sass/styles.scss */
.mob-icon__img.mob-icon__img-active {
  border-color: #ffd203;
}

/* line 415, ../sass/styles.scss */
.mobile-bckg_section {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
}

/* line 416, ../sass/styles.scss */
.catalog-product {
  max-width: 215px;
  min-height: 280px;
  margin: 0 auto;
  padding: 9px 10px 0;
}

/* line 417, ../sass/styles.scss */
.catalog-label {
  display: block;
  text-decoration: none;
  text-align: center;
}

/* line 418, ../sass/styles.scss */
.catalog-cover {
  position: relative;
  display: block;
  height: 225px;
  margin: 0;
  line-height: 215px;
}

/* line 419, ../sass/styles.scss */
.catalog__img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 172px;
}

/* line 420, ../sass/styles.scss */
.catalog__title {
  display: block;
  height: 32px;
  overflow: hidden;
  margin: 0 0 4px;
  font: 13px/16px "Open Sans", Arial, sans-serif;
  text-align: center;
}

/* line 421, ../sass/styles.scss */
.catalog-price {
  text-align: center;
}

/* line 422, ../sass/styles.scss */
.catalog-price__label {
  margin: 0 7px 0 0;
  color: #585f69;
  font: 11px/15px "Open Sans", Arial, sans-serif;
}

/* line 423, ../sass/styles.scss */
.catalog-price__actual {
  margin: 0 11px 0 0;
}

/* line 424, ../sass/styles.scss */
.c-gallery__content .catalog-price__actual {
  margin: 0;
}

/* line 425, ../sass/styles.scss */
.catalog-price__item {
  display: inline-block;
  vertical-align: bottom;
}

/* line 426, ../sass/styles.scss */
.catalog-price__actual-label {
  display: block;
  color: #585f69;
  font: 11px/10px "Open Sans", Arial, sans-serif;
  text-align: left;
}

/* line 427, ../sass/styles.scss */
.catalog-price__actual-digit {
  display: block;
  color: #202020;
  font: italic 18px/20px Arial, sans-serif;
  white-space: nowrap;
}

/* line 428, ../sass/styles.scss */
.catalog-price__old {
  color: #636363;
  text-decoration: line-through;
  font: italic 13px/16px Arial, sans-serif;
  white-space: nowrap;
}

/* line 429, ../sass/styles.scss */
.catalog-announce {
  height: 45px;
  overflow: hidden;
  margin: 0 0 12px;
  font: 13px/15px "Open Sans", Arial, sans-serif;
}

/* line 431, ../sass/styles.scss */
.catalog-description {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 3px;
  background: #fff;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 432, ../sass/styles.scss */
.catalog__item_active .catalog-description {
  display: block;
}

/* line 433, ../sass/styles.scss */
.catalog__item:hover .catalog-product.hide_sec_item {
  opacity: 0;
}
.catalog__item:hover .catalog-description {
  opacity: 1;
}

/* line 434, ../sass/styles.scss */
.catalog-description__item {
  margin: 0 0 7px;
}
/* line 60, ../sass/styles.scss */
.catalog-description__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 435, ../sass/styles.scss */
.catalog-description__id {
  float: left;
}

/* line 436, ../sass/styles.scss */
.catalog-description_price {
  min-height: 25px;
  white-space: nowrap;
}

/* line 437, ../sass/styles.scss */
.catalog-id {
  color: #585f69;
  font: 11px/20px "Open Sans", Arial, sans-serif;
}

/* line 438, ../sass/styles.scss */
.catalog-description__availability {
  float: right;
  font: 11px/20px "Open Sans", Arial, sans-serif;
}

/* line 439, ../sass/styles.scss */
.availability-icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  background: url(../images/icons/params-icon.png) no-repeat -100% -100%;
}

/* line 440, ../sass/styles.scss */
.availability-icon_no {
  background-position: 0 0;
}

/* line 441, ../sass/styles.scss */
.availability-icon_yes {
  background-position: -19px 0;
}

/* line 442, ../sass/styles.scss */
.availability-icon_few {
  background-position: -38px 0;
}

/* line 443, ../sass/styles.scss */
.catalog-description__amount {
  float: left;
  margin-left: 7%;
}

/* line 444, ../sass/styles.scss */
.catalog-description__add-cart {
  float: right;
  width: 49%;
  height: 35px;
  padding: 3px 5px 5px;
}

/* line 445, ../sass/styles.scss */
.catalog-description__label {
  margin: 0 15px 0 0;
}

/* line 446, ../sass/styles.scss */
.catalog-description__label:last-child {
  margin-right: 0;
}

/* line 447, ../sass/styles.scss */
.catalog-description__compare {
  float: left;
}

/* line 448, ../sass/styles.scss */
.catalog-description__favorites {
  float: right;
}

/* line 450, ../sass/styles.scss */
.select-input_amount {
  position: relative;
  width: 70px;
}

/* line 451, ../sass/styles.scss */
.dropdown_select.dropdown-active .select-input {
  z-index: auto;
}

/* line 453, ../sass/styles.scss */
.recommended .catalog__item {
  width: 20%;
}

/* line 456, ../sass/styles.scss */
.catalog-add-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  line-height: 20px;
  text-align: center;
}

/* line 457, ../sass/styles.scss */
.catalog-marks {
  display: block;
  line-height: 20px;
}
/* line 60, ../sass/styles.scss */
.catalog-marks:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 458, ../sass/styles.scss */
.catalog-marks__item {
  float: right;
  clear: right;
  height: 22px;
  margin: 0 0 6px;
  padding: 2px 10px 0 15px;
  background: url(../images/bgr/marks-bgr.png) no-repeat -100% -100%;
  color: #fff;
  font: 16px/18px "Open Sans", Arial, sans-serif;
  white-space: nowrap;
}

/* line 459, ../sass/styles.scss */
.catalog-marks__item_benefits {
  background-position: 0 0;
}

/* line 460, ../sass/styles.scss */
.catalog-marks__item_discount {
  background-position: 0 -25px;
}

/* line 461, ../sass/styles.scss */
.catalog-marks__item_new {
  background-position: 0 -50px;
}

/* line 462, ../sass/styles.scss */
.catalog-marks__item_hit {
  background-position: 0 -75px;
}

/* line 464, ../sass/styles.scss */
.catalog-stickers {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}

/* line 465, ../sass/styles.scss */
.catalog-stickers__item {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58px;
  height: 58px;
  margin: 0 0 12px;
  padding: 14px 0 0;
  background: url(../images/bgr/stickers-bgr.png) no-repeat -100% -100%;
  color: #fff;
  text-transform: uppercase;
  font: 12px/16px Arial, sans-serif;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* line 467, ../sass/styles.scss */
.catalog-stickers__item_favorite {
  display: none;
  background-position: 0 0;
}

/* line 468, ../sass/styles.scss */
.da2 .catalog-stickers__item_favorite {
  display: block;
}

/* line 470, ../sass/styles.scss */
.catalog-stickers__item_cheap {
  display: none;
  background-position: -59px 0;
}

/* line 471, ../sass/styles.scss */
.qb .catalog-stickers__item_cheap {
  display: block;
}

/* line 475, ../sass/styles.scss */
.catalog-stickers__item_discount {
  width: 50px;
  height: 50px;
  margin-left: 3px;
  padding-top: 17px;
  background-position: -120px 0;
  font-size: 18px;
  font-weight: 700;
}

/* line 478, ../sass/styles.scss */
.c-gallery-list {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}

/* line 479, ../sass/styles.scss */
.c-gallery__item {
  padding: 7px 0;
  border: solid #ededed;
  border-width: 1px 0 0 0;
}
/* line 60, ../sass/styles.scss */
.c-gallery__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 480, ../sass/styles.scss */
.c-gallery__item:last-child {
  border-bottom-width: 1px;
}

/* line 481, ../sass/styles.scss */
.c-gallery__box {
  float: left;
  width: 100%;
}

/* line 482, ../sass/styles.scss */
.c-gallery__content {
  float: left;
  position: relative;
}

/* line 483, ../sass/styles.scss */
.c-gallery__content_icon {
  width: 190px;
  margin: 0 -190px 0 20px;
}

/* line 484, ../sass/styles.scss */
.c-gallery__cover {
  position: relative;
  display: block;
  height: 180px;
  line-height: 180px;
}

/* line 489, ../sass/styles.scss */
.c-gallery__content_info {
  float: none;
  margin: 0 140px 0 255px;
}

/* line 490, ../sass/styles.scss */
.c-gallery__params {
  margin: 0 0 10px;
}

/* line 491, ../sass/styles.scss */
.gallery__params__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}

/* line 492, ../sass/styles.scss */
.c-gallery__name {
  display: inline-block;
  vertical-align: top;
  font: 13px/18px Arial, sans-serif;
  margin: 0 0 10px;
}

/* line 493, ../sass/styles.scss */
.c-gallery-brand {
  color: #636363;
  font: 13px/16px Arial, sans-serif;
}

/* line 494, ../sass/styles.scss */
.c-gallery__announce {
  height: 80px;
  overflow: hidden;
  margin: 0 0 15px;
  color: #555;
  font: 12px/16px "Open Sans", Arial, sans-serif;
}

/* line 495, ../sass/styles.scss */
.c-gallery__prop {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}

/* line 496, ../sass/styles.scss */
.c-gallery__content_order {
  float: right;
  width: 120px;
  margin: 0 0 0 -140px;
}

/* line 497, ../sass/styles.scss */
.c-gallery__price {
  height: 98px;
  position: relative;
}

/* line 498, ../sass/styles.scss */
.c-gallery__price_long {
  height: 139px;
}

/* line 499, ../sass/styles.scss */
.price_block_gallery {
  position: absolute;
  bottom: 0;
  text-align: left;
}

/* line 500, ../sass/styles.scss */
.c-gallery__wrapper {
  margin: 0 4px 0 0;
}
/* line 60, ../sass/styles.scss */
.c-gallery__wrapper:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 501, ../sass/styles.scss */
.c-gallery__amount, .c-gallery__button {
  float: left;
  margin: 6px 18px 0 0;
}

/* line 502, ../sass/styles.scss */
.c-gallery__input {
  min-width: 105px;
}

/* line 503, ../sass/styles.scss */
.c-gallery__compare {
  float: left;
  margin: 5px 10px 0 0;
  white-space: nowrap;
}
/* line 60, ../sass/styles.scss */
.c-gallery__compare:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 504, ../sass/styles.scss */
.c-gallery__compare:last-child {
  margin: 5px 0 0 0;
}

/* line 507, ../sass/styles.scss */
.c-list-nomenclature {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}

/* line 508, ../sass/styles.scss */
.c-list__item {
  padding: 7px 0;
  border: solid #ededed;
  border-width: 1px 0 0 0;
  height: 82px;
}
/* line 60, ../sass/styles.scss */
.c-list__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 509, ../sass/styles.scss */
.c-list__item:last-child {
  border-bottom-width: 1px;
}

/* line 510, ../sass/styles.scss */
.c-list__content {
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 0 0;
}

/* line 511, ../sass/styles.scss */
.c-list__content:last-child {
  margin-right: 0;
  padding: 27px 0 0;
}

/* line 512, ../sass/styles.scss */
.c-list__icon {
  width: 92px;
  margin-right: 0.3%;
  vertical-align: top;
}

/* line 513, ../sass/styles.scss */
.c-list__img {
  vertical-align: middle;
  line-height: 82px;
}

/* line 514, ../sass/styles.scss */
.c-list__label {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 82px;
}

/* line 515, ../sass/styles.scss */
.c-list__stickers {
  position: absolute;
  top: 0;
  left: -4px;
}

/* line 516, ../sass/styles.scss */
.c-list__info {
  width: 39%;
  line-height: 16px;
  height: 82px;
  position: relative;
}

/* line 517, ../sass/styles.scss */
.c-list__info .c-list__wrapper {
  position: absolute;
  bottom: 0;
}

/* line 518, ../sass/styles.scss */
.c-list__name {
  font: 13px/16px Arial, sans-serif;
}

/* line 519, ../sass/styles.scss */
.c-list__params {
  margin: 3px 0 0;
  line-height: 20px;
}
/* line 60, ../sass/styles.scss */
.c-list__params:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 520, ../sass/styles.scss */
.c-list__params__item {
  float: left;
  margin: 0 20px 0 0;
}

/* line 521, ../sass/styles.scss */
.c-list__price {
  width: 24%;
}

/* line 523, ../sass/styles.scss */
.c-list__price__item:last-child {
  margin-bottom: 0;
}

/* line 524, ../sass/styles.scss */
.c-list-catalog-price {
  margin: 30px 0 0;
}

/* line 525, ../sass/styles.scss */
.c-list__order {
  float: right;
  width: 205px;
}

/* line 60, ../sass/styles.scss */
.c-list__wrapper:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 527, ../sass/styles.scss */
.c-list__amount {
  float: left;
  margin: 0 18px 0 12px;
}

/* line 528, ../sass/styles.scss */
.c-list__button {
  float: right;
}

/* line 529, ../sass/styles.scss */
.c-list__input {
  min-width: 105px;
}

/* line 530, ../sass/styles.scss */
.c-list__compare {
  margin: 5px 15px 0 0;
  white-space: nowrap;
  float: left;
}
/* line 60, ../sass/styles.scss */
.c-list__compare:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 531, ../sass/styles.scss */
.c-list__compare:last-child {
  margin-right: 0;
}

/* line 534, ../sass/styles.scss */
.catalog-more {
  margin: 0 0 20px;
  text-align: center;
}

/* line 535, ../sass/styles.scss */
.catalog-more_mob {
  display: none;
}

/* line 538, ../sass/styles.scss */
.catalog-menu {
  position: relative;
  height: 42px;
  margin: 0;
  padding: 0 45px 0 0;
  overflow: hidden;
  list-style: none;
  background: #fff;
  border-radius: 4px;
}

/* line 60, ../sass/styles.scss */
.catalog-menu:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 539, ../sass/styles.scss */
.catalog-menu_active.catalog-menu {
  overflow: visible;
}

/* line 540, ../sass/styles.scss */
.catalog-menu__item {
  position: relative;
  float: left;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 543, ../sass/styles.scss */
.catalog-menu__label {
  position: relative;
  z-index: 4;
  display: block;
  margin: 0 0 -10px;
  padding: 10px 21px 14px;
  text-decoration: none;
  color: #202002;
}
/*.alert-warning { display: none; }*/

/* line 544, ../sass/styles.scss */
.catalog-menu-active.catalog-menu__item .catalog-menu__label {
  color: #202002;
}

/* line 545, ../sass/styles.scss */
.catalog-menu__item:hover .catalog-menu__label {
  height: 19px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* line 546, ../sass/styles.scss */
.catalog-menu-active.catalog-menu__item:hover .catalog-menu__label {
  height: 25px;
}

/* line 547, ../sass/styles.scss */
.catalog-menu-active.catalog-menu__item:hover .catalog-menu__label:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 6px;
  width: 100%;
  background: #fff;
}

/* line 549, ../sass/styles.scss */
.catalog-menu-sub-wrapper {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 3;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px 10px;
  list-style: none;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  white-space: nowrap;
  font-size: 0;
}
/* line 60, ../sass/styles.scss */
.catalog-menu-sub-wrapper:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 550, ../sass/styles.scss */
.catalog-menu-sub-item {
  display: inline-block;
  vertical-align: top;
  width: 197px;
  margin: 0 20px -507px 0;
  padding: 0 0 500px;
  white-space: normal;
}

/* line 551, ../sass/styles.scss */
.catalog-menu-sub-item:last-child {
  margin-right: 0;
}

/* line 552, ../sass/styles.scss */
.catalog-menu-sub-item_product {
  position: relative;
  width: 228px;
  margin-top: -18px;
  margin-right: 0;
  padding-top: 6px;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px dashed #ccc;
}

/* line 553, ../sass/styles.scss */
.catalog-menu-sub-item_product:before {
  content: '';
  position: absolute;
  top: 211px;
  left: -6px;
  width: 14px;
  height: 16px;
  background: url(../images/icons/icons-sprite.png) no-repeat -82px 0;
}

/* line 554, ../sass/styles.scss */
.catalog-menu-sub-title {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 555, ../sass/styles.scss */
.catalog-menu-sub {
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
}

/* line 556, ../sass/styles.scss */
.catalog-menu__item:hover .catalog-menu-sub-wrapper {
  display: block;
}

/* line 557, ../sass/styles.scss */
.catalog-menu-sub__item {
  margin: 0 0 6px;
  font: 13px/15px "Open Sans", Arial, sans-serif;
}

/* line 558, ../sass/styles.scss */
.catalog-menu-sub__label {
  color: #202020;
  text-decoration: none;
}

/* line 559, ../sass/styles.scss */
.catalog-menu-sub__label:hover {
  color: #26c2f1;
}

/* line 561, ../sass/styles.scss */
.catalog-menu-sub__product {
  width: 100%;
  margin: 0 0 5px;
}

/* line 563, ../sass/styles.scss */
.catalog-menu__item_other {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

/* line 564, ../sass/styles.scss */
.catalog-menu__item_other .catalog-menu__label {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 565, ../sass/styles.scss */
.catalog-menu__item_other .catalog-menu-sub-wrapper {
  right: 0;
  left: auto;
  min-width: 100%;
  width: auto;
}

/* line 566, ../sass/styles.scss */
.catalog-menu__item_other .catalog-menu-sub {
  margin-bottom: 7px;
}

/* line 568, ../sass/styles.scss */
.side-menu {
  width: 218px;
  margin: 0 0 27px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 570, ../sass/styles.scss */
.side-menu-title {
  margin: 0;
}

/* line 571, ../sass/styles.scss */
.side-menu-title__label {
  position: relative;
  display: block;
  padding: 7px 20px 6px 9px;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
  text-decoration: none;
}

/* line 572, ../sass/styles.scss */
.side-menu-icon {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 13px;
  height: 11px;
  margin: -6px 0 0;
  background: url(../images/icons/dropdown-icons.png) no-repeat 0 0;
}

/* line 573, ../sass/styles.scss */
.side-menu-list {
  margin: 0 -1px -1px;
  padding: 0;
  list-style: none;
}

/* line 574, ../sass/styles.scss */
.side-menu-list__item {
  font: 13px/16px "Open Sans", Arial, sans-serif;
}

/* line 577, ../sass/styles.scss */
.side-menu-list__label {
  display: block;
  padding: 9px 9px 8px;
  margin: 0 0 -1px;
  border: 1px solid #ccc;
  color: #202020;
  text-decoration: none;
}

/* line 578, ../sass/styles.scss */
.side-menu-list__item:first-child .side-menu-list__label {
  margin-top: -1px;
  border-radius: 2px 2px 0 0;
}

/* line 579, ../sass/styles.scss */
.side-menu-list__item:last-child .side-menu-list__label {
  border-radius: 0 0 2px 2px;
}

/* line 580, ../sass/styles.scss */
.side-menu-list__label:hover {
  position: relative;
  z-index: 1;
  color: #202020;
  background: #ebebeb;
  border-color: #989898;
}

/* line 581, ../sass/styles.scss */
.side-menu-list__label-cur {
  position: relative;
  z-index: 1;
  color: #202020;
  background: #ebebeb;
  border-color: #989898;
}

/* line 584, ../sass/styles.scss */
.side-menu_catalog .side-menu-list__item:first-child .side-menu-list__label {
  border-radius: 0;
}

/* line 589, ../sass/styles.scss */
.input-label {
  color: #202020;
  font: 13px/20px "Open Sans", Arial, sans-serif;
}

/* line 592, ../sass/styles.scss */
.catalog-detail {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 36px;
  padding: 0 0 0 240px;
}

/* line 593, ../sass/styles.scss */
.catalog-detail__content {
  color: #000;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  margin: 0 0 15px;
}

/* line 596, ../sass/styles.scss */
.category-bar {
  clear: both;
}
/* line 60, ../sass/styles.scss */
.category-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 597, ../sass/styles.scss */
.category-menu {
  position: relative;
  z-index: 5;
  margin: 0 0 2px 54px;
  padding: 0 45px 0 0;
  list-style: none;
}
/* line 60, ../sass/styles.scss */
.category-menu:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 598, ../sass/styles.scss */
.category-menu__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 12px 0 0;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 599, ../sass/styles.scss */
.category-menu__label {
  display: block;
  padding: 7px 10px 6px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  color: #202002;
}

/* line 600, ../sass/styles.scss */
.category-menu__label:hover, .category-menu__label.selected {
  border-color: #ccc;
}

/* line 602, ../sass/styles.scss */
.category-menu__item_other {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* line 603, ../sass/styles.scss */
.category-menu.active .category-menu__item_other {
  display: block;
}

/* line 604, ../sass/styles.scss */
.category-menu__item_other .category-menu__label {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 606, ../sass/styles.scss */
.category-home {
  float: left;
  margin-top: -3px;
  background: #ffd203;
  border-radius: 4px;
}

/* line 607, ../sass/styles.scss */
.category-home__label {
  display: block;
  width: 41px;
  height: 41px;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
}

/* line 608, ../sass/styles.scss */
.category-home__label__icon {
  font: 21px/40px "Pe-icon-7-stroke", Arial, sans-serif;
  color: #202002;
}

/* line 609, ../sass/styles.scss */
.category-home__label:hover {
  border-color: transparent;
}

/* line 610, ../sass/styles.scss */
.category-home__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icons/icons-sprite.png) no-repeat -30px 0;
}

/* line 612, ../sass/styles.scss */
.category-menu-sub-wrapper {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* line 613, ../sass/styles.scss */
.category-menu-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 614, ../sass/styles.scss */
.category-menu__item_other .category-menu-sub-wrapper {
  right: 0;
  left: auto;
}

/* line 615, ../sass/styles.scss */
.category-menu__item:hover .category-menu-sub-wrapper {
  display: block;
}

/* line 617, ../sass/styles.scss */
.category-menu-sub__label {
  color: #202020;
  font: 13px/15px "Open Sans", Arial, sans-serif;
  text-decoration: none;
}

/* line 618, ../sass/styles.scss */
.category-menu-sub__label:hover {
  color: #26c2f1;
}

/* line 60, ../sass/styles.scss */
.cart:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 622, ../sass/styles.scss */
.cart-head {
  margin: 0 0 23px;
}
/* line 60, ../sass/styles.scss */
.cart-head:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 623, ../sass/styles.scss */
.cart-head__filter {
  float: left;
}

/* line 624, ../sass/styles.scss */
.cart-head__sum {
  float: right;
  margin: 7px 0 0;
}

/* line 625, ../sass/styles.scss */
.sum-common {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 8px;
  color: #000;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  text-align: right;
}

/* line 626, ../sass/styles.scss */
.sum-result {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 5px 16px;
  color: #202020;
}

/* line 627, ../sass/styles.scss */
.sum-result-old {
  text-decoration: line-through;
}

/* line 629, ../sass/styles.scss */
.sum-result__label {
  font: 13px/18px Arial, sans-serif;
}

/* line 630, ../sass/styles.scss */
.sum-result__value {
  font: 18px/18px Arial, sans-serif;
}

/* line 631, ../sass/styles.scss */
.sum-result__detail {
  display: block;
  color: #585f69;
  font: 11px/12px "Open Sans", Arial, sans-serif;
}

/* line 634, ../sass/styles.scss */
.cart-tab-item {
  display: none;
}

/* line 635, ../sass/styles.scss */
.cart-tab-item_active {
  display: block;
}

/* line 636, ../sass/styles.scss */
.cart-list {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
}

/* line 637, ../sass/styles.scss */
.cart-list__item {
  padding: 8px 0;
  border: solid #ededed;
  border-width: 0 0 1px 0;
}

/* line 638, ../sass/styles.scss */
.cart-list__item:last-child {
  border-bottom-width: 1px;
}

/* line 639, ../sass/styles.scss */
.cart-content {
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 0 0;
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 641, ../sass/styles.scss */
.cart-content:last-child {
  margin-right: 0;
}

/* line 643, ../sass/styles.scss */
.cart-digit-box {
  position: relative;
}

/* line 644, ../sass/styles.scss */
.cart-digit-name {
  display: none;
  margin: 5px 0 0;
  text-align: left;
}

/* line 645, ../sass/styles.scss */
.cart-icon {
  min-width: 73px;
  width: 8%;
  max-width: 90px;
  vertical-align: top;
  text-align: center;
}

/* line 646, ../sass/styles.scss */
.cart__label {
  display: block;
  text-decoration: none;
  text-align: center;
}

/* line 647, ../sass/styles.scss */
.cart-info {
  width: 33%;
  margin: -2px 0 0;
  line-height: 16px;
  vertical-align: top;
}

/* line 648, ../sass/styles.scss */
.cart__name {
  font: 13px/16px Arial, sans-serif;
}

/* line 649, ../sass/styles.scss */
.cart-params__item {
  margin: 0 0 3px;
}

/* line 650, ../sass/styles.scss */
.cart-params__item:last-child {
  margin-bottom: 0;
}

/* line 651, ../sass/styles.scss */
.cart-params__code {
  display: block;
  margin: 3px 0 0;
  color: #585f69;
  font: 11px/18px "Open Sans", Arial, sans-serif;
}

/* line 652, ../sass/styles.scss */
.cart-price {
  width: 13%;
  text-align: right;
}

/* line 653, ../sass/styles.scss */
.cart-price-label {
  position: absolute;
  right: 0;
  bottom: 16px;
  color: #585f69;
  font: 11px/16px "Open Sans", Arial, sans-serif;
}

/* line 654, ../sass/styles.scss */
.cart-price-value {
  display: block;
  margin: 18px 0 0;
  color: #202020;
  font: 13px/16px Arial, sans-serif;
  white-space: nowrap;
}

/* line 655, ../sass/styles.scss */
.cart-price-value_old {
  color: #636363;
  text-decoration: line-through;
}

/* line 656, ../sass/styles.scss */
.cart-discount {
  width: 10%;
  text-align: right;
}

/* line 657, ../sass/styles.scss */
.cart-sum {
  width: 11%;
  text-align: right;
}

/* line 658, ../sass/styles.scss */
.cart-amount {
  width: 8%;
  margin-right: 1%;
  text-align: center;
}

/* line 659, ../sass/styles.scss */
.cart-amount__digit {
  display: block;
  margin: 16px 0 0;
  color: #202020;
}

/* line 660, ../sass/styles.scss */
.cart-action {
  width: 8%;
  text-align: center;
  line-height: 14px;
}

/* line 661, ../sass/styles.scss */
.cart-action__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px;
  text-decoration: none;
  color: #555;
}

/* line 662, ../sass/styles.scss */
.cart-number {
  width: 13%;
  text-align: right;
}

/* line 665, ../sass/styles.scss */
.cart-foot {
  margin: 0 0 23px;
  text-align: right;
}

/* line 666, ../sass/styles.scss */
.cart-bar {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 60, ../sass/styles.scss */
.cart-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 667, ../sass/styles.scss */
.cart-bar__promo {
  float: left;
  margin: 54px 0 0;
  display: none;
}

/* line 669, ../sass/styles.scss */
.promo-code__label {
  display: block;
  margin: 0 0 7px;
  color: #000;
  font: 14px/20px "Open Sans", Arial, sans-serif;
}

/* line 670, ../sass/styles.scss */
.promo-code__input {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin: 0 5px 0 0;
}

/* line 671, ../sass/styles.scss */
.cart-bar__sum {
  float: right;
}

/* line 672, ../sass/styles.scss */
.cart-bar__sum-result {
  min-height: 32px;
  text-align: right;
}

/* line 673, ../sass/styles.scss */
.cart-bar__button {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 7px;
}

/* line 674, ../sass/styles.scss */
.cart-panel {
  margin: 0 0 15px;
  text-align: right;
}

/* line 677, ../sass/styles.scss */
.cart-order {
  display: none;
  margin: 70px 0 0;
}

/* line 678, ../sass/styles.scss */
.cart-order_active {
  display: block;
}

/* line 679, ../sass/styles.scss */
.cart-order__item {
  margin: 0 0 15px;
  border: 1px solid #ccc;
}

/* line 680, ../sass/styles.scss */
.cart-order__label {
  position: relative;
  display: block;
  position: relative;
  padding: 9px 9px 10px;
  text-decoration: none;
  color: #202020;
  font: 15px/16px "Open Sans", Arial, sans-serif;
}

/* line 681, ../sass/styles.scss */
.cart__label_unactive {
  cursor: pointer;
}

/* line 682, ../sass/styles.scss */
.cart__label_unactive:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 8px;
  width: 8px;
  height: 4px;
  background: url(../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 683, ../sass/styles.scss */
.cart-order__detail {
  padding: 12px 24px 20px;
}

/* line 685, ../sass/styles.scss */
.cart-order__item.accordion-active .cart__label_unactive:after {
  margin-top: -2px;
  background-position: 0 -5px;
}

/* line 687, ../sass/styles.scss */
.order-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 688, ../sass/styles.scss */
.order-list__item {
  margin: 0 0 25px;
  font: 14px/18px "Open Sans", Arial, sans-serif;
}

/* line 689, ../sass/styles.scss */
.order-list__label {
  display: block;
  cursor: pointer;
}

/* line 690, ../sass/styles.scss */
.order-box {
  display: inline-block;
  vertical-align: middle;
}

/* line 691, ../sass/styles.scss */
.order-box_inpit {
  width: 5%;
}

/* line 692, ../sass/styles.scss */
.order-box_icon {
  width: 12%;
  margin: 0 2% 0 0;
}

/* line 693, ../sass/styles.scss */
.order-box__img {
  max-width: 100%;
}

/* line 694, ../sass/styles.scss */
.order-box_info {
  width: 75%;
}

/* line 695, ../sass/styles.scss */
.order-box__item {
  display: block;
}

/* line 696, ../sass/styles.scss */
.order-box__name {
  font-weight: bold;
  color: #202020;
}

/* line 697, ../sass/styles.scss */
.order-box__label {
  text-decoration: none;
}

/* line 701, ../sass/styles.scss */
.cart-select__dropdown {
  width: 100%;
}

/* line 702, ../sass/styles.scss */
.cart-select__input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 703, ../sass/styles.scss */
.cart-select__icon {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 9;
  width: 33px;
  height: 33px;
  background: #fff;
  border: solid #ccc;
  border-width: 0 0 0 1px;
  border-radius: 0 2px 2px 0;
}

/* line 705, ../sass/styles.scss */
.cart-select__dropdown:hover .cart-select__input {
  border-color: #989898;
  color: #636363;
}

/* line 706, ../sass/styles.scss */
.cart-select__dropdown.dropdown-active .cart-select__input {
  border-color: #989898;
  color: #636363;
}

/* line 713, ../sass/styles.scss */
.city-input {
  margin: 0 10px 0 0;
}

/* line 716, ../sass/styles.scss */
.compare {
  margin: 0 0 20px;
}
/* line 60, ../sass/styles.scss */
.compare:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 717, ../sass/styles.scss */
.compare-sidebar {
  position: relative;
  float: left;
  width: 220px;
  margin-right: -220px;
}

/* line 718, ../sass/styles.scss */
.compare-content {
  float: right;
  width: 100%;
}

/* line 719, ../sass/styles.scss */
.compare-container {
  margin-left: 243px;
}
/* line 60, ../sass/styles.scss */
.compare-container:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 720, ../sass/styles.scss */
.compare-params {
  height: 162px;
  margin: 173px 0 0;
}

/* line 721, ../sass/styles.scss */
.compare-params__label {
  display: block;
  margin: 0 0 30px;
  color: #202020;
  font: 16px/18px "Open Sans", Arial, sans-serif;
}

/* line 722, ../sass/styles.scss */
.compare-params__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 723, ../sass/styles.scss */
.compare-params__item {
  margin: 0 0 5px;
  color: #202002;
  font: 15px/18px "Open Sans", Arial, sans-serif;
}

/* line 724, ../sass/styles.scss */
.compare-list {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  list-style-type: none;
  white-space: nowrap;
  font-size: 0;
}
/* line 60, ../sass/styles.scss */
.compare-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 725, ../sass/styles.scss */
.compare-list__item {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  margin: 0 -1px 22px 0;
  font-size: 13px;
  white-space: normal;
}

/* line 726, ../sass/styles.scss */
.compare-product {
  position: relative;
  margin: 0 0 23px;
  border: 1px solid #e3e3e3;
}

/* line 727, ../sass/styles.scss */
.compare-close {
  position: absolute;
  top: 8px;
  right: 8px;
}

/* line 728, ../sass/styles.scss */
.compare-props {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/* line 729, ../sass/styles.scss */
.compare-props__item {
  overflow: hidden;
  min-height: 19px;
  padding: 5px 14px;
  border: solid #e3e3e3;
  border-width: 1px 0 0;
  color: #555;
  font: 13px/18px "Open Sans", Arial, sans-serif;
  white-space: nowrap;
}

/* line 730, ../sass/styles.scss */
.compare-props__item:last-child {
  border-bottom-width: 1px;
}

/* line 731, ../sass/styles.scss */
.compare-props__item:nth-child(even) {
  background: #f9f9f9;
}

/* line 735, ../sass/styles.scss */
.contacts__phone {
  margin: 0 0 2px;
  color: #202020;
  font: 700 16px/20px "Open Sans", Arial, sans-serif;
}

/* line 736, ../sass/styles.scss */
.contacts__phone__number {
  text-decoration: none;
  min-width: 185px;
display: inline-block;
}

/* line 737, ../sass/styles.scss */
.contacts__phone__code {
  color: #26c2f1;
}

/* line 738, ../sass/styles.scss */
.contacts__address {
  color: #555;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}

/* line 741, ../sass/styles.scss */
.counter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0;
  padding: 2px 12px 5px;
  background: #fff;
  background: rgba(232, 232, 232, 0.8);
  border-radius: 5px;
  text-align: center;
}

/* line 743, ../sass/styles.scss */
.counter_wide {
  width: 100%;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}

/* line 744, ../sass/styles.scss */
.counter-title {
  display: block;
  color: #202020;
  font: 11px/18px "Open Sans", Arial, sans-serif;
}

/* line 745, ../sass/styles.scss */
.counter_long {
  width: 100%;
  margin-top: 0;
}

/* line 746, ../sass/styles.scss */
.c-gallery__cover .counter_long {
  margin-bottom: 0;
}

/* line 749, ../sass/styles.scss */
.colors-title {
  display: block;
  margin: 0 0 3px;
  color: #585f69;
  font: 11px/20px "Open Sans", Arial, sans-serif;
}

/* line 750, ../sass/styles.scss */
.colors-list {
  margin: 2px 0 0 -3px;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.colors-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 751, ../sass/styles.scss */
.colors-list__item {
  float: left;
  margin-right: 6px;
}

/* line 752, ../sass/styles.scss */
.colors-list__item.disabled {
  display: none;
}

/* line 753, ../sass/styles.scss */
.colors-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

/* line 754, ../sass/styles.scss */
.colors-checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -1000px;
}

/* line 755, ../sass/styles.scss */
.colors-cover {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
  border: 1px solid transparent;
}

/* line 756, ../sass/styles.scss */
.colors-cover__icon {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
}

/* line 758, ../sass/styles.scss */
.colors-checkbox:checked + .colors-cover {
  border-color: #ffd203;
}

/* line 759, ../sass/styles.scss */
.colors-name {
  display: inline-block;
  vertical-align: top;
  max-width: 60px;
  margin: 3px 0 0 3px;
}

/* line 760, ../sass/styles.scss */
.colors-list__item.active .colors-cover {
  border-color: #ffd203;
}

/* line 763, ../sass/styles.scss */
.colors-checkbox:disabled ~ .colors-name {
  color: #c3c3c3;
}

/* line 766, ../sass/styles.scss */
.colors-label:hover .colors-cover__icon {
  border-color: #989898;
}

/* line 767, ../sass/styles.scss */
.colors-label:hover .colors-checkbox:disabled ~ .colors-cover .colors-cover__icon {
  border-color: #ccc;
}

/* line 770, ../sass/styles.scss */
.close {
  width: 13px;
  height: 13px;
}

/* line 771, ../sass/styles.scss */
.close__icon {
  width: 13px;
  height: 13px;
  background: url(../images/icons/icons-sprite.png) no-repeat -160px 0;
}

/* line 775, ../sass/styles.scss */
.detail-bar {
  overflow: hidden;
  width: 70%;
  display: table-cell;
}

div.detail {
	display: table;
}

div.detail-content {}
div.detail-content > p:last-child { margin-bottom: 0px; }

div.guarantee {
	width: 28%;
	display: table-cell;
	padding-left: 2%;
	vertical-align: middle;
}

div.guarantee > div.image { padding-bottom: 20px; }
div.guarantee > div.image > img { margin: 0 auto; display: block; width: 100%; max-width: 200px; }
div.guarantee > div.text { text-align: center; padding: 0px 20px; }
div.guarantee > div.text > a { font-weight: bold; color: #3f5fb2; }

/* line 777, ../sass/styles.scss */
.detail-label {
  display: none;
}

/* line 780, ../sass/styles.scss */
.detail.drop-visible .detail-label {
  display: block;
}

/* line 782, ../sass/styles.scss */
.detail-switcher {
  display: inline-block;
  vertical-align: top;
  color: #26c2f1;
}

/* line 783, ../sass/styles.scss */
.detail-switcher__label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font: 13px/20px "Open Sans", Arial, sans-serif;
}

/* line 784, ../sass/styles.scss */
.detail-switcher__label:after {
  content: '';
  position: absolute;
  right: -13px;
  border: 4px solid transparent;
}

/* line 786, ../sass/styles.scss */
.detail-switcher__label_open:after {
  top: 9px;
  border-top-color: #26c2f1;
}

/* line 787, ../sass/styles.scss */
.detail-switcher__label_close {
  display: none;
}

/* line 788, ../sass/styles.scss */
.detail-switcher__label_close:after {
  top: 5px;
  border-bottom-color: #26c2f1;
}

/* line 791, ../sass/styles.scss */
.detail.drop-active .detail-bar {
  max-height: 100%;
}

/* line 792, ../sass/styles.scss */
.detail.drop-active .detail-switcher__label_open {
  display: none;
}

/* line 793, ../sass/styles.scss */
.detail.drop-active .detail-switcher__label_close {
  display: inline-block;
}

/* line 796, ../sass/styles.scss */
.documentation {
  margin: 0 0 70px;
}

/* line 797, ../sass/styles.scss */
.documentation__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
/* line 60, ../sass/styles.scss */
.documentation__list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 798, ../sass/styles.scss */
.documentation__item {
  display: inline-block;
  vertical-align: top;
  width: 226px;
  margin: 0 12px 20px 0;
  font: 12px/16px "Open Sans", Arial, sans-serif;
}

/* line 799, ../sass/styles.scss */
.documentation__item:last-child {
  margin-right: 0;
}

/* line 800, ../sass/styles.scss */
.documentation__label {
  display: block;
  text-decoration: none;
}

/* line 801, ../sass/styles.scss */
.documentation-icon {
  float: left;
  min-width: 23px;
  height: 33px;
  margin: 0 10px 0 0;
  background: url(../images/icons/document-icon.png) no-repeat 0 0;
}

/* line 802, ../sass/styles.scss */
.documentation-icon__name {
  display: block;
  min-width: 20px;
  margin: 13px 0 0 5px;
  padding: 2px 1px;
  background: #fff;
  border: 1px solid #636363;
  border-radius: 2px;
  color: #202020;
  text-transform: uppercase;
  text-align: center;
  font: 700 11px/8px "Open Sans", Arial, sans-serif;
}

/* line 803, ../sass/styles.scss */
.documentation__detail {
  display: block;
  overflow: hidden;
  padding: 9px 0 0;
  color: #202020;
}

/* line 804, ../sass/styles.scss */
.documentation__label:hover .documentation__detail {
  text-decoration: underline;
}

/* line 808, ../sass/styles.scss */
.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 809, ../sass/styles.scss */
.dropdown-switcher {
  position: relative;
}

/* line 810, ../sass/styles.scss */
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  margin: 9px 0 0;
  padding: 1px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
}

/* line 811, ../sass/styles.scss */
.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 25px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}

/* line 812, ../sass/styles.scss */
.dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

/* line 814, ../sass/styles.scss */
.dropdown-list__label {
  display: block;
  padding: 6px 25px 6px 10px;
  border-bottom: 1px solid #ededed;
  color: #555;
  text-decoration: none;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}

/* line 815, ../sass/styles.scss */
.dropdown-list__label:hover {
  background-color: #ebebeb;
}

/* line 816, ../sass/styles.scss */
.dropdown-list__item:last-child .dropdown-list__label {
  border-bottom-width: 0;
}

/* line 817, ../sass/styles.scss */
.dropdown-list__label_current {
  color: #26c2f1;
}

/* line 818, ../sass/styles.scss */
.dropdown-list__label_current:hover {
  background-color: transparent;
}

/* line 821, ../sass/styles.scss */
.dropdown-active .dropdown-overlay {
  display: block;
  z-index: 8;
}

/* line 822, ../sass/styles.scss */
.dropdown-active .dropdown-switcher {
  z-index: 9;
}

/* line 824, ../sass/styles.scss */
.dropdown_cart {
  position: relative;
}

/* line 825, ../sass/styles.scss */
.dropdown_cart .dropdown-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 682px;
  right: -1px;
  left: auto;
  padding: 10px 15px 15px 11px;
  white-space: normal;
}

/* line 826, ../sass/styles.scss */
.dropdown_cart .dropdown-menu:before {
  left: auto;
  right: 75px;
}

/* line 827, ../sass/styles.scss */
.drop-cart-list {
  max-height: 326px;
  overflow: auto;
  margin: 0 0 19px;
  padding: 0;
  list-style: none;
  color: #202020;
}

/* line 828, ../sass/styles.scss */
.drop-cart-list__item {
  padding: 6px 0;
  border-bottom: 1px solid #ededed;
}
/* line 60, ../sass/styles.scss */
.drop-cart-list__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 829, ../sass/styles.scss */
.drop-cart-list__link {
  display: block;
  text-decoration: none;
}

/* line 830, ../sass/styles.scss */
.drop-cart-list__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1% 0 0;
}

/* line 831, ../sass/styles.scss */
.drop-cart-list__content_icon {
  width: 18%;
  min-width: 73px;
  text-align: center;
  vertical-align: top;
}

/* line 832, ../sass/styles.scss */
.drop-cart-list__content_description {
  width: 45%;
}

/* line 833, ../sass/styles.scss */
.drop-cart-list__label {
  font: 13px/18px Arial, sans-serif;
}

/* line 834, ../sass/styles.scss */
.drop-cart-list__link:hover .drop-cart-list__label {
  text-decoration: underline;
}

/* line 835, ../sass/styles.scss */
.drop-cart-list__content_amount {
  width: 12%;
  text-align: right;
}

/* line 836, ../sass/styles.scss */
.drop-cart-list__content_price {
  width: 18%;
  text-align: right;
  white-space: nowrap;
}

/* line 837, ../sass/styles.scss */
.drop-cart-list__content:last-child {
  margin-right: 0;
}

/* line 838, ../sass/styles.scss */
.drop-cart-button {
  float: right;
}

/* line 841, ../sass/styles.scss */
.dropdown_search .dropdown-menu:before {
  content: normal;
}

/* line 844, ../sass/styles.scss */
.dropdown_amount .dropdown-menu {
  margin-top: 1px;
}

/* line 845, ../sass/styles.scss */
.dropdown_amount .dropdown-menu:before {
  content: normal;
}

/* line 848, ../sass/styles.scss */
.dropdown_sort .dropdown-menu:before {
  content: normal;
}

/* line 850, ../sass/styles.scss */
.dropdown_colors {
  position: relative;
}

/* line 851, ../sass/styles.scss */
.dropdown_colors .dropdown-menu {
  margin-left: -5px;
  padding: 5px 10px 5px 5px;
}

/* line 854, ../sass/styles.scss */
.dropdown_user .dropdown-menu {
  left: -65px;
}

/* line 855, ../sass/styles.scss */
.dropdown_user .dropdown-menu:before {
  left: 75px;
}

/* line 858, ../sass/styles.scss */
.dropdown_select .dropdown-menu {
  z-index: 2;
}

/* line 861, ../sass/styles.scss */
.favorites {
  float: right;
  margin: -3px 0 0;
  padding: 0;
  list-style: none;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}
/* line 60, ../sass/styles.scss */
.favorites:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 862, ../sass/styles.scss */
.favorites__item {
  float: left;
  width: 87px;
  margin: 0 10px 0 0;
  padding: 0 0 0 35px;
  white-space: nowrap;
}

/* line 863, ../sass/styles.scss */
.favorites__item:last-child {
  margin-right: 0;
}

/* line 864, ../sass/styles.scss */
.favorites__label {
  position: relative;
  text-decoration: none;
}

/* line 866, ../sass/styles.scss */
.favorites-icon {
  position: absolute;
  top: 8px;
  left: -37px;
  color: #26c2f1;
  font: 30px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 867, ../sass/styles.scss */
.favorites__label:hover .favorites-icon {
  color: #26c2f1;
}

/* line 869, ../sass/styles.scss */
.favorites__data {
  display: block;
}

/* line 872, ../sass/styles.scss */
.favorites-mob {
  float: right;
}

/* line 876, ../sass/styles.scss */
.feedback-button {
  height: 34px;
  margin: 0 0 20px;
  padding-left: 27px;
  padding-right: 27px;
}

/* line 877, ../sass/styles.scss */
.feedback__content {
  margin: 0 0 45px;
}

/* line 878, ../sass/styles.scss */
.feedback__contacts {
  margin: 0 -10px;
  padding: 10px 10px 5px;
  border: 1px solid transparent;
}

/* line 879, ../sass/styles.scss */
.feedback__mark-icon {
  visibility: hidden;
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
  color: #ffd203;
  font: 30px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 881, ../sass/styles.scss */
.feedback__contacts:hover {
  border-color: #ccc;
}

/* line 882, ../sass/styles.scss */
.feedback__contacts:hover .feedback__mark-icon {
  visibility: visible;
}

/* line 884, ../sass/styles.scss */
.feedback__map {
  margin: 0 0 20px;
}

/* line 885, ../sass/styles.scss */
.feedback__map-content {
  max-width: 880px;
  height: 255px;
}

/* line 888, ../sass/styles.scss */
.feedback-menu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 13px/17px "Open Sans", Arial, sans-serif;
}
/* line 60, ../sass/styles.scss */
.feedback-menu:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 889, ../sass/styles.scss */
.feedback-menu__item {
  float: left;
  margin: 0 33px 0 0;
  color: #555;
}

/* line 890, ../sass/styles.scss */
.feedback-menu__item:last-child {
  margin-right: 10px;
}

/* line 891, ../sass/styles.scss */
.feedback-menu__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
  color: #555;
  text-decoration: none;
}

/* line 892, ../sass/styles.scss */
.feedback-menu__icon {
  position: absolute;
  top: 4px;
  left: -20px;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: url(../images/icons/icons-sprite.png) no-repeat -100% -100%;
}

/* line 893, ../sass/styles.scss */
.feedback-menu__icon_message {
  background-position: 0 0;
}

/* line 894, ../sass/styles.scss */
.feedback-menu__icon_callback {
  top: 3px;
  background-position: -15px 0;
}

/* line 895, ../sass/styles.scss */
.feedback-menu__icon_mail {
  top: 2px;
  background-position: -46px 0;
}

/* line 898, ../sass/styles.scss */
.feedback-menu-multi {
  display: none;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
  font: 13px/18px "Open Sans", Arial, sans-serif;
  text-align: center;
}
/* line 60, ../sass/styles.scss */
.feedback-menu-multi:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 899, ../sass/styles.scss */
.feedback-menu-multi__item {
  margin: 0 0 10px;
  color: #555;
}

/* line 900, ../sass/styles.scss */
.feedback-menu-multi__link {
  position: relative;
  margin: 0 0 0 20px;
  color: #555;
  text-decoration: none;
}

/* line 903, ../sass/styles.scss */
.feedback-list {
  list-style-type: none;
  padding: 0;
}

/* line 904, ../sass/styles.scss */
.feedback-list__item {
  margin: 0 0 7px;
}

/* line 905, ../sass/styles.scss */
.feedback-list__info {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}

/* line 906, ../sass/styles.scss */
.feedback-list__name {
  width: 15%;
}

/* line 907, ../sass/styles.scss */
.feedback-list__value {
  width: 50%;
}

/* line 910, ../sass/styles.scss */
.filter-box {
  margin: 0 0 20px;
}

/* line 912, ../sass/styles.scss */
.filter-box__name {
  display: none;
  position: relative;
  margin: 0 0 13px;
  padding: 6px 10px;
  border: solid #ccc;
  border-width: 1px;
  color: #202002;
  text-decoration: none;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 913, ../sass/styles.scss */
.filter-box__name:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  width: 8px;
  height: 4px;
  background: url(../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 914, ../sass/styles.scss */
.filter-box.accordion-active .filter-box__name:after {
  margin-top: -2px;
  background-position: 0 -5px;
}

/* line 916, ../sass/styles.scss */
.filter-box.accordion-active .filter-box__content {
  display: block;
}

/* line 918, ../sass/styles.scss */
.filter {
  position: relative;
  border: 1px solid #ccc;
}

/* line 919, ../sass/styles.scss */
.filter__menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 920, ../sass/styles.scss */
.filter__item {
  border-bottom: 1px solid #ccc;
}
.filter__item[data-propcode=DIAMETER] li.filter-list__item{
	width:50%;
	display: inline-flex;
}

/* line 921, ../sass/styles.scss */
.filter-title {
	position: relative;
	display: block;
	padding: 10px 20px 10px 9px;
	color: #7e7b7b;
	text-decoration: none;
	font: 15px/16px "Open Sans", Arial, sans-serif;
	font-weight: bold;
}

/* line 922, ../sass/styles.scss */
.filter-title:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  width: 8px;
  height: 4px;
  background: url(../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 923, ../sass/styles.scss */
.filter-description {
  position: relative;
  padding: 0 3px 9px;
}

/* line 924, ../sass/styles.scss */
.filter-row {
  padding: 0 0 15px;
}
/* line 60, ../sass/styles.scss */
.filter-row:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 925, ../sass/styles.scss */
.filter-field {
  position: relative;
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
}

/* line 926, ../sass/styles.scss */
.filter-field:nth-child(2n) {
  margin-right: 0;
}

/* line 927, ../sass/styles.scss */
.filter-label {
  position: absolute;
  top: 10px;
  left: 6px;
  color: #555;
  font: 12px/16px "Open Sans", Arial, sans-serif;
}

/* line 928, ../sass/styles.scss */
.filter-input {
  width: 100%;
  padding-left: 23px;
  color: #ccc;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 929, ../sass/styles.scss */
.around_f_search {
  margin: 4px 0 12px;
}

/* line 930, ../sass/styles.scss */
.filter-track {
  position: relative;
  height: 4px;
  margin: 8px 0 15px;
  background: #ccc;
  border-radius: 1px;
}

/* line 931, ../sass/styles.scss */
.filter-track__icon {
  position: absolute;
  top: -9px;
  width: 24px;
  height: 24px;
  background: url(../images/icons/track-icon.png) no-repeat 0 0;
}

/* line 932, ../sass/styles.scss */
.filter-track__icon.left {
  left: 0;
  margin-left: -3px;
}

/* line 933, ../sass/styles.scss */
.filter-track__icon.right {
  right: 0;
  margin-right: -3px;
}

/* line 934, ../sass/styles.scss */
.filter-track__indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ffd203;
}

/* line 937, ../sass/styles.scss */
.filter-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 938, ../sass/styles.scss */
.filter-list__item {
  margin: 0 0 5px;
  color: #585f69;
  font: 13px/20px "Open Sans", Arial, sans-serif;
}

/* line 939, ../sass/styles.scss */
.filter-amount {
  margin: 0 0 0 3px;
  color: #c3c3c3;
}

/* line 942, ../sass/styles.scss */
.filter-buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.filter-buttons:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 943, ../sass/styles.scss */
.filter-buttons__item {
  float: left;
  margin: 0 10px 0 0;
}

/* line 944, ../sass/styles.scss */
.filter-buttons-label {
  position: relative;
  display: block;
  cursor: pointer;
}

/* line 945, ../sass/styles.scss */
.filter-buttons-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 946, ../sass/styles.scss */
.filter-buttons-icon {
  display: block;
  min-width: 23px;
  min-height: 23px;
  padding: 6px 5px 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-align: center;
}

/* line 947, ../sass/styles.scss */
.filter-buttons-input:checked + .filter-buttons-icon {
  border-color: #ffd203;
}

/* line 948, ../sass/styles.scss */
.filter-buttons-input:disabled + .filter-buttons-icon {
  background-color: #eaeaea;
  color: #c3c3c3;
}

/* line 950, ../sass/styles.scss */
.filter__item.accordion-active .filter-title:after {
  margin-top: -2px;
  background-position: 0 -5px;
}

/* line 952, ../sass/styles.scss */
.filter-bar {
  padding: 19px 9px;
}
/* line 60, ../sass/styles.scss */
.filter-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 953, ../sass/styles.scss */
.filter-bar__item {
  float: left;
  width: 48%;
  margin: 0 4% 0 0;
}

/* line 954, ../sass/styles.scss */
.filter-bar__item:last-child {
  margin-right: 0;
}

/* line 955, ../sass/styles.scss */
.filter-submit {
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}

/* line 957, ../sass/styles.scss */
.filter-result {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  height: 17px;
  padding: 8px 10px 12px 10px;
  background: #fafafa;
  white-space: nowrap;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12);
  color: #585f69;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 958, ../sass/styles.scss */
.filter-result:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -2px;
  width: 20px;
  height: 47px;
  background: url(../images/bgr/filter-result-bgr.png) no-repeat 0 0;
}

/* line 959, ../sass/styles.scss */
.filter-result__amount {
  margin: 0 16px 0 0;
}

/* line 960, ../sass/styles.scss */
.filter-result__label {
  color: #585f69;
  text-decoration: none;
}

/* line 961, ../sass/styles.scss */
.filter-result__label:hover {
  text-decoration: underline;
}

/* line 964, ../sass/styles.scss */
.footer-contacts {
  clear: both;
  float: left;
  width: 70%;
  color: Arial, sans-serif;
  font: 13px/17px "Open Sans", Arial, sans-serif;
}

/* line 968, ../sass/styles.scss */
.glass {
  position: relative;
  display: inline-block;
}

/* line 969, ../sass/styles.scss */
.glass_lupa {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 295px;
  height: 295px;
  border: 4px solid #F2F2F2;
  cursor: pointer;
  z-index: 110;
  background-color: #fff;
}

/* line 970, ../sass/styles.scss */
.js_picture_glass {
  cursor: pointer;
}

/* line 973, ../sass/styles.scss */
.links {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 974, ../sass/styles.scss */
.links__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 5px 0;
}

/* line 975, ../sass/styles.scss */
.links__item:last-child {
  margin-right: 0;
}

/* line 976, ../sass/styles.scss */
.links__label {
  display: block;
  padding: 6px 11px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  color: #202002;
}

/* line 977, ../sass/styles.scss */
.links__label:hover {
  border-color: #989898;
}

/* line 980, ../sass/styles.scss */
.links__item_current .links__label {
  border-color: #ffd203;
}

/* line 981, ../sass/styles.scss */
.links__item_current .links__label:hover {
  border-color: #ffd203;
}

/* line 984, ../sass/styles.scss */
.logo-label {
  text-decoration: none;
}

/* line 985, ../sass/styles.scss */
.logo {
  margin: 5px 0 23px;
  color: #202020;
  font: 700 36px/31px "Open Sans", Arial, sans-serif;
}

/* line 986, ../sass/styles.scss */
.logo img {
  max-width: 100%;
  margin: -20px 0 0;
}

/* line 989, ../sass/styles.scss */
.logo-mob__label {
  text-decoration: none;
  color: #202020;
}

/* line 990, ../sass/styles.scss */
.logo-mob__label:hover {
  color: #202020;
}

/* line 991, ../sass/styles.scss */
.logo-mob {
  float: left;
  margin: 0;
  color: #202020;
  font: 700 20px/31px "Open Sans", Arial, sans-serif;
}

/* line 994, ../sass/styles.scss */
.locationbig .title {
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 995, ../sass/styles.scss */
.locationbig .items {
  margin-bottom: 20px;
}

/* line 996, ../sass/styles.scss */
.fancybox-inner .items {
  max-height: 200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* line 997, ../sass/styles.scss */
.locationbig .item {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  padding-right: 2%;
}

/* line 999, ../sass/styles.scss */
.locationbig .item label,
.locationbig .ajaxlocation label {
  color: #555;
}

/* line 1001, ../sass/styles.scss */
.locationbig .item label:hover,
.locationbig .ajaxlocation label:hover {
  text-decoration: underline;
}

/* line 1004, ../sass/styles.scss */
.locationbig .ajaxlocation .line {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #F2F2F2;
}

/* line 1005, ../sass/styles.scss */
.fancybox-inner .locationbig .ajaxlocation .line {
  position: relative;
  left: -20px;
  padding: 0px 20px;
}

/* line 60, ../sass/styles.scss */
.ajaxlocation:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1008, ../sass/styles.scss */
.cominput {
  width: 60%;
  float: left;
  margin: 0 10px 0 0;
}

/* line 1011, ../sass/styles.scss */
.loader {
  background: #fff;
  opacity: 0.5;
}

/* line 1014, ../sass/styles.scss */
.user {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 13px/17px "Open Sans", Arial, sans-serif;
}

/* line 1015, ../sass/styles.scss */
.user__item {
  position: relative;
  float: left;
  margin: 0 18px 0 0;
}

/* line 1016, ../sass/styles.scss */
.user__item:last-child {
  margin-right: 0;
}

/* line 1017, ../sass/styles.scss */
.user__bitton {
  height: 23px;
  margin: -4px 0 0;
  padding: 1px 5px 2px;
  font-size: 13px;
}

/* line 1018, ../sass/styles.scss */
.user__label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
  color: #555;
  text-decoration: none;
}

/* line 1020, ../sass/styles.scss */
.user__label_registration {
  margin-right: 0;
  text-decoration: underline;
}

/* line 1021, ../sass/styles.scss */
.user__icon {
  position: absolute;
  top: 8px;
  right: -11px;
  width: 8px;
  height: 4px;
  margin: 0 0 0 9px;
  background: url(../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 1022, ../sass/styles.scss */
.dropdown-active .user__icon {
  top: 8px;
  background-position: 0 -5px;
}

/* line 1024, ../sass/styles.scss */
.lan-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin: 0 5px 0 0;
  background: url(../images/icons/icons.png) no-repeat -100% -100%;
}

/* line 1025, ../sass/styles.scss */
.lan-icon_ru {
  background-position: 0 0;
}

/* line 1026, ../sass/styles.scss */
.lan-icon_ua {
  background-position: 0 -13px;
}

/* line 1027, ../sass/styles.scss */
.lan-icon_en {
  background-position: 0 -26px;
}

/* line 1028, ../sass/styles.scss */
.lan-icon_de {
  background-position: 0 -39px;
}

/* line 1029, ../sass/styles.scss */
.lan-icon_es {
  background-position: 0 -52px;
}

/* line 1031, ../sass/styles.scss */
.user__city {
  float: left;
  margin: 0 5px 0 0;
}

/* line 1032, ../sass/styles.scss */
.user__city-name {
  float: left;
  position: relative;
}

/* line 1035, ../sass/styles.scss */
.menu {
  float: left;
  overflow: hidden;
  height: 18px;
  margin: 9px 0 10px;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.menu:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1036, ../sass/styles.scss */
.menu__item {
  float: left;
  margin: 0 17px 10px 0;
  padding-right: 17px;
  border-right: 1px solid #919191;
  color: #202002;
  font: 15px/13px "Open Sans", Arial, sans-serif;
}

/* line 1037, ../sass/styles.scss */
.menu__item:last-child {
  border-right: 0;
}

/* line 1038, ../sass/styles.scss */
.menu__label {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border: 0;
  color: #202002;
  text-decoration: none;
}

/* line 1039, ../sass/styles.scss */
.menu__label:hover {
  text-decoration: underline;
}

/* line 1042, ../sass/styles.scss */
.menu-mob {
  float: left;
  margin: 0 10px 0 0;
}

/* line 1043, ../sass/styles.scss */
.menu-mob-dropdown {
  width: 37px;
}

/* line 1044, ../sass/styles.scss */
.menu-mob-dropdown__overlay {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 1500px;
  background: #fff;
}

/* line 1045, ../sass/styles.scss */
.menu-mob-contsainer {
  display: none;
  position: relative;
  top: 6px;
  left: -10px;
  z-index: 11;
  overflow: hidden;
  width: 290px;
}

/* line 1046, ../sass/styles.scss */
.menu-mob-sub__back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 13;
  width: 100%;
  background: #fff;
}

/* line 1047, ../sass/styles.scss */
.menu-mob-list {
  position: relative;
  left: 0;
  z-index: 14;
  margin: 0 0 4px;
  padding: 0;
  list-style-type: none;
  background: #fff;
  box-shadow: 0 0 5px rgba(17, 20, 22, 0.27);
  -moz-transition: left 0.15s linear;
  -webkit-transition: left 0.15s linear;
  transition: left 0.15s linear;
}

/* line 1048, ../sass/styles.scss */
.menu-mob-list__item {
  border-bottom: 2px solid #989898;
  font: 13px/16px "Open Sans", Arial, sans-serif;
}

/* line 1049, ../sass/styles.scss */
.menu-mob-list__item__label {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 14px 9px 13px;
  margin: 0 0 -1px;
  border-bottom: 1px solid #989898;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
}
/* line 60, ../sass/styles.scss */
.menu-mob-list__item__label:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1050, ../sass/styles.scss */
.menu-mob-list__item__label:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background: url(../images/bgr/gradient-bgr.png) repeat-y right top;
}

/* line 1051, ../sass/styles.scss */
.menu-mob-list__user-icon {
  float: left;
  margin: -2px 6px 0 0;
  font: 30px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1052, ../sass/styles.scss */
.menu-mob-list__arrow-icon {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 8px;
  height: 4px;
  margin: -3px 0 0;
  background: url(../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 1053, ../sass/styles.scss */
.active.menu-mob-list__arrow-icon {
  background-position: 0 -5px;
}

/* line 1055, ../sass/styles.scss */
.menu-mob-icon {
  display: block;
  width: 23px;
  height: 18px;
  padding: 8px 6px;
  text-decoration: none;
  background: #ffd203;
  border-radius: 3px;
}

/* line 1056, ../sass/styles.scss */
.menu_icon_mob_inner {
  width: 80%;
  height: 4px;
  margin: 2px auto;
  border-radius: 2px;
  background-color: #202002;
}

/* line 1057, ../sass/styles.scss */
.menu-mob-icon__img {
  color: #202002;
  font: 23px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1059, ../sass/styles.scss */
.menu-mob-auth {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.menu-mob-auth:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1060, ../sass/styles.scss */
.menu-mob-auth__item {
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  color: #555;
}

/* line 1061, ../sass/styles.scss */
.menu-mob-auth__item:after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  height: 10px;
  border-right: 1px solid #555;
}

/* line 1062, ../sass/styles.scss */
.menu-mob-auth__item:last-child:after {
  border-right: 0;
}

/* line 1063, ../sass/styles.scss */
.menu-mob-auth__label {
  text-decoration: none;
}

/* line 1065, ../sass/styles.scss */
.menu-mob-sub {
  width: 100%;
  margin: 0 0 -2px;
  padding: 0;
  background: #fff;
  border-bottom: 2px solid #989898;
  list-style-type: none;
}

/* line 1067, ../sass/styles.scss */
.menu-mob-sub__item__label {
  position: relative;
  display: block;
  overflow: hidden;
  margin: -1px 0 0;
  padding: 14px 9px 13px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #202020;
  text-decoration: none;
  font: 15px/16px Arial, sans-serif;
  white-space: nowrap;
}

/* line 1068, ../sass/styles.scss */
.menu-mob-sub__item__label:hover {
  position: relative;
  z-index: 11;
  background-color: #f2f2f2;
  border-color: #989898;
}

/* line 1069, ../sass/styles.scss */
.menu-mob-sub__item:last-child .menu-mob-sub__item__label {
  border-bottom-width: 0;
}

/* line 1070, ../sass/styles.scss */
.menu-mob-sub__item__label:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background: url(../images/bgr/product-gradient-bgr.png) repeat-y right top;
}

/* line 1071, ../sass/styles.scss */
.menu-mob-sub__item__label:hover:before {
  background-image: url(../images/bgr/gradient-bgr.png);
  background-position: 19px 0;
}

/* line 1072, ../sass/styles.scss */
.menu-mob-sub__item__label_exit {
  color: #555;
}

/* line 1073, ../sass/styles.scss */
.menu-mob-sub__item__title {
  margin-top: 0;
  background-color: #f2f2f2;
  border-top-color: transparent;
  font: 15px/16px Arial, sans-serif;
}

/* line 1074, ../sass/styles.scss */
.menu-mob-sub__item__title:hover {
  z-index: 11;
  border-top-color: transparent;
  border-bottom-color: #989898;
}

/* line 1075, ../sass/styles.scss */
.menu-mob-sub__item__title:before {
  background-image: url(../images/bgr/gradient-bgr.png);
  background-position: 19px 0;
}

/* line 1076, ../sass/styles.scss */
.menu-mob-sub__exit-icon {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 22px;
  height: 19px;
  margin: -10px 0 0;
  background: url(../images/icons/icons-sprite.png) no-repeat -96px 0;
}

/* line 1077, ../sass/styles.scss */
.menu-mob-sub__arrow-r-icon {
  position: absolute;
  right: 9px;
  width: 5px;
  height: 7px;
  margin: 4px 0 0;
  background: url(../images/icons/arrows-icon.png) no-repeat -9px 0;
}

/* line 1078, ../sass/styles.scss */
.menu-mob-sub__arrow-l-icon {
  float: left;
  width: 5px;
  height: 7px;
  margin: 4px 6px 0 0;
  background: url(../images/icons/arrows-icon.png) no-repeat -9px -8px;
}

/* line 1080, ../sass/styles.scss */
.menu-mob-sub .menu-mob-sub {
  display: none;
  position: absolute;
  top: 44px;
  left: 100%;
}

/* line 1081, ../sass/styles.scss */
.menu-mob-sub .menu-mob-sub .menu-mob-sub {
  top: 0;
}

/* line 1082, ../sass/styles.scss */
.menu-mob-sub__item_current {
  display: block !important;
}

/* line 1087, ../sass/styles.scss */
.menu-mob-accordion.accordion-active .menu-mob-list__arrow-icon {
  background-position: 0 -5px;
}

/* line 1089, ../sass/styles.scss */
.menu-mob-sub_simple {
  margin-bottom: -1px;
  padding: 0 0 41px;
}

/* line 1090, ../sass/styles.scss */
.menu-mob-sub_simple .menu-mob-sub__item__label {
  border-color: transparent;
  color: #555;
  font-size: 13px;
}

/* line 1091, ../sass/styles.scss */
.menu-mob-sub_simple .menu-mob-sub__item__label:hover {
  border-color: #989898;
}

/* line 1094, ../sass/styles.scss */
.menu-mob-dropdown.dropdown-active .menu-mob-dropdown__overlay {
  display: block;
}

/* line 1097, ../sass/styles.scss */
.mob-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 9px 13px 0 0;
  text-decoration: none;
}

/* line 1098, ../sass/styles.scss */
.mob-icon__img {
  color: #26c2f1;
  font: 30px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1099, ../sass/styles.scss */
.mob-icon__amount {
  position: absolute;
  top: -10px;
  right: -14px;
  padding: 1px 7px 2px;
  background: #f3f3f3;
  border-radius: 11px;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}

/* line 1103, ../sass/styles.scss */
.modification__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1104, ../sass/styles.scss */
.modification__item {
  padding: 7px 0;
  border: solid #ededed;
  border-width: 1px 0 0 0;
}

/* line 1105, ../sass/styles.scss */
.modification__item:last-child {
  border-bottom-width: 1px;
}

/* line 1106, ../sass/styles.scss */
.modification__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1% 0 0;
}

/* line 1107, ../sass/styles.scss */
.modification__content:last-child {
  margin-right: 0;
}

/* line 1108, ../sass/styles.scss */
.modification__icon {
  min-width: 73px;
  width: 8%;
  max-width: 90px;
  margin-right: 0.3%;
  vertical-align: top;
}

/* line 1109, ../sass/styles.scss */
.modification__label {
  position: relative;
  display: block;
  text-align: right;
  text-decoration: none;
}

/* line 1110, ../sass/styles.scss */
.modification__stickers {
  position: absolute;
  top: 0;
  left: -4px;
}

/* line 1111, ../sass/styles.scss */
.modification__info {
  width: 50%;
  line-height: 16px;
}

/* line 1112, ../sass/styles.scss */
.modification__name {
  font: 13px/16px Arial, sans-serif;
}

/* line 1113, ../sass/styles.scss */
.modification__params {
  margin: 3px 0 0;
  line-height: 20px;
}
/* line 60, ../sass/styles.scss */
.modification__params:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1114, ../sass/styles.scss */
.mod__params__item {
  float: left;
  margin: 0 20px 0 0;
}

/* line 1115, ../sass/styles.scss */
.modification__price {
  width: 21%;
}

/* line 1116, ../sass/styles.scss */
.mod__price__item {
  margin: 0 0 5px;
}

/* line 1117, ../sass/styles.scss */
.mod__price__item:last-child {
  margin-bottom: 0;
}

/* line 1119, ../sass/styles.scss */
.modification__order {
  width: 210px;
}

/* line 1120, ../sass/styles.scss */
.mod__order__item {
  display: inline-block;
  vertical-align: middle;
}

/* line 1121, ../sass/styles.scss */
.modification__amount {
  margin: 0 18px 0 12px;
}

/* line 1122, ../sass/styles.scss */
.modification__compare {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
  white-space: nowrap;
}
/* line 60, ../sass/styles.scss */
.modification__compare:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1125, ../sass/styles.scss */
.news-list {
  margin: 11px 0 0;
  padding: 0;
  list-style-type: none;
}

/* line 1126, ../sass/styles.scss */
.news-list__item {
  margin: 0 0 33px;
  line-height: 16px;
}
/* line 60, ../sass/styles.scss */
.news-list__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1127, ../sass/styles.scss */
.news-list__img {
  float: left;
  margin: 0 20px 0 0;
}

/* line 1128, ../sass/styles.scss */
.news-list__info {
  overflow: hidden;
}

/* line 1129, ../sass/styles.scss */
.news-bar {
  margin: 0 0 5px;
}

/* line 1130, ../sass/styles.scss */
.news-bar__date {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  color: #555;
  font: 12px/15px "Open Sans", Arial, sans-serif;
}

/* line 1131, ../sass/styles.scss */
.news-bar__mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 16px;
  padding: 0 10px 0 7px;
  background: #fa543f;
  color: #fff;
  text-transform: uppercase;
  font: 12px/15px "Open Sans", Arial, sans-serif;
}

/* line 1132, ../sass/styles.scss */
.news-bar__mark:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border: solid transparent;
  border-width: 8px 5px;
  border-right-color: #fff;
}

/* line 1134, ../sass/styles.scss */
.news-list__label {
  text-decoration: none;
  color: #26c2f1;
  font: 13px/16px Arial, sans-serif;
}

/* line 1135, ../sass/styles.scss */
.news-list__label:hover {
  text-decoration: underline;
  color: #26c2f1;
}

/* line 1136, ../sass/styles.scss */
.news-list__description {
  color: #555;
  font: 13px/16px "Open Sans", Arial, sans-serif;
}

/* line 1139, ../sass/styles.scss */
.news-detail {
  margin: 0 0 20px;
}
/* line 60, ../sass/styles.scss */
.news-detail:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1140, ../sass/styles.scss */
.news-detail__img {
  float: left;
  max-width: 500px;
  margin: 0 20px 7px 0;
}

/* line 1141, ../sass/styles.scss */
.news-detail__box {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 1px 1px;
}

/* line 1142, ../sass/styles.scss */
.news-detail__text {
  margin: 0 0 20px;
}

/* line 1143, ../sass/styles.scss */
.news-detail-bar {
  margin: 0 0 5px;
}

/* line 1144, ../sass/styles.scss */
.news-detail-bar__date {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  color: #555;
  font: 12px/15px "Open Sans", Arial, sans-serif;
}

/* line 1147, ../sass/styles.scss */
.news-side {
  margin: 25px 0 37px;
}

/* line 1148, ../sass/styles.scss */
.news-side-list {
  margin: 11px 0 0;
  padding: 0;
  list-style-type: none;
}

/* line 1149, ../sass/styles.scss */
.news-side-list__item {
  margin: 0 0 17px;
  line-height: 16px;
}

/* line 1150, ../sass/styles.scss */
.news-side-bar {
  margin: 0 0 1px;
}

/* line 1151, ../sass/styles.scss */
.news-side-bar__date {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  color: #555;
  font: 12px/15px "Open Sans", Arial, sans-serif;
}

/* line 1152, ../sass/styles.scss */
.news-side-bar__mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 16px;
  padding: 0 10px 0 7px;
  background: #fa543f;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font: 12px/15px "Open Sans", Arial, sans-serif;
}

/* line 1153, ../sass/styles.scss */
.news-side-bar__mark:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border: solid transparent;
  border-width: 8px 5px;
  border-right-color: #fff;
}

/* line 1154, ../sass/styles.scss */
.news-side-bar__mark:hover {
  color: #fff;
}

/* line 1155, ../sass/styles.scss */
.news-side-list__img {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0;
}

/* line 1156, ../sass/styles.scss */
.news-side-list__title {
  max-height: 33px;
  overflow: hidden;
}

/* line 1157, ../sass/styles.scss */
.news-side-list__label {
  text-decoration: none;
  color: #26c2f1;
  font: 13px/16px Arial, sans-serif;
}

/* line 1158, ../sass/styles.scss */
.news-side-list__label:hover {
  text-decoration: underline;
  color: #26c2f1;
}

/* line 1159, ../sass/styles.scss */
.news-side-list__description {
  max-height: 50px;
  overflow: hidden;
  color: #555;
  font: 13px/16px "Open Sans", Arial, sans-serif;
}

/* line 1162, ../sass/styles.scss */
.orders {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}

/* line 1163, ../sass/styles.scss */
.orders__item {
  position: relative;
  padding: 15px 20px 15px 50px;
  border: 1px solid #ebebeb;
  border-width: 0 0 1px;
}

/* line 1164, ../sass/styles.scss */
.orders__item:first-child {
  border-top-width: 1px;
}

/* line 1165, ../sass/styles.scss */
.orders__item:nth-child(odd) {
  background: #f9f9f9;
}

/* line 1166, ../sass/styles.scss */
.orders__item:before {
  position: absolute;
  left: 20px;
  counter-increment: myCounter;
  content: counter(myCounter);
}

/* line 1167, ../sass/styles.scss */
.orders__name {
  margin: 0 7px 0 0;
  font: 13px/18px Arial, sans-serif;
}

/* line 1168, ../sass/styles.scss */
.orders__status {
  margin: 0 7px 0 0;
  padding: 2px 5px;
  background: #88a64d;
  color: #fff;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}

/* line 1169, ../sass/styles.scss */
.orders__status_canselled {
  background-color: #e27e7e;
}

/* line 1170, ../sass/styles.scss */
.orders__date {
  color: #555;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}

/* line 1171, ../sass/styles.scss */
.orders__products {
  padding: 0 0 12px;
  color: #555;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}

/* line 1176, ../sass/styles.scss */
.orderdetail__item {
  margin: 0 0 2px;
}

/* line 1177, ../sass/styles.scss */
.orderdetail__info {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 1178, ../sass/styles.scss */
.orderdetail__title {
  margin: 25px 0 10px;
  color: #555;
  font: 20px/28px "Open Sans", Arial, sans-serif;
}

/* line 1179, ../sass/styles.scss */
.orderdetail__toolbar {
  margin: 13px 0 20px;
  padding: 13px 0 0;
  border-top: 1px solid #ebebeb;
}

/* line 1180, ../sass/styles.scss */
.orderdetail__toolbar_mod {
  border-top-width: 0;
}

/* line 1183, ../sass/styles.scss */
.order-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  cursor: pointer;
}

/* line 1184, ../sass/styles.scss */
.order-radio__input {
  position: absolute;
  opacity: 0;
}

/* line 1185, ../sass/styles.scss */
.order-radio__label {
  display: block;
  padding: 6px 11px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1186, ../sass/styles.scss */
.order-radio__label:hover {
  border-color: #989898;
}

/* line 1187, ../sass/styles.scss */
.order-radio__input:checked + .order-radio__label {
  border-color: #ffd203;
}

/* line 1190, ../sass/styles.scss */
.order-result {
  width: 70%;
}

/* line 1191, ../sass/styles.scss */
.order-result__title {
  color: #555;
  font: 20px/19px "Open Sans", Arial, sans-serif;
}

/* line 1192, ../sass/styles.scss */
.order-result__description {
  margin: 0 0 20px;
}

/* line 1193, ../sass/styles.scss */
.order-result__info {
  margin: 0 0 10px;
}

/* line 1194, ../sass/styles.scss */
.order-payname {
  margin: 0 0 5px;
}

/* line 1198, ../sass/styles.scss */
.pager-bar {
  margin: 0 160px;
  text-align: center;
}

/* line 1199, ../sass/styles.scss */
.pager {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
/* line 60, ../sass/styles.scss */
.pager:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1200, ../sass/styles.scss */
.pager__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0;
  font: 15px/20px "Open Sans", Arial, sans-serif;
  text-align: center;
}

/* line 1201, ../sass/styles.scss */
.pager__label {
  display: block;
  min-width: 15px;
  height: 15px;
  padding: 7px 9px 11px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  color: #202002;
}

/* line 1202, ../sass/styles.scss */
.pager__label:hover {
  border-color: #989898;
}

/* line 1203, ../sass/styles.scss */
.pager__label_current {
  border-color: #ffd203;
}

/* line 1204, ../sass/styles.scss */
.pager__label_current:hover {
  border-color: #ffd203;
}

/* line 1205, ../sass/styles.scss */
.pager__link {
  color: #202002;
}

/* line 1206, ../sass/styles.scss */
.pager__link:hover {
  text-decoration: none;
}

/* line 1207, ../sass/styles.scss */
.pager__link_prev {
  margin-right: 5px;
}

/* line 1208, ../sass/styles.scss */
.pager__link_next {
  margin-left: 5px;
}

/* line 1211, ../sass/styles.scss */
.personalacc {
  float: right;
  margin: 0 0 10px;
}

/* line 1212, ../sass/styles.scss */
.personalacc__sum {
  white-space: nowrap;
}

/* line 1215, ../sass/styles.scss */
.products-side {
  margin: 0 0 28px;
}

/* line 1216, ../sass/styles.scss */
.products-side-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1221, ../sass/styles.scss */
.profile {
  width: 50%;
}

/* line 1222, ../sass/styles.scss */
.profile-checkbox {
  margin: 0 0 5px;
}

/* line 1225, ../sass/styles.scss */
.p-delivery {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}

/* line 1226, ../sass/styles.scss */
.p-delivery__item {
  position: relative;
  padding: 15px 25px 15px 50px;
  border: 1px solid #ebebeb;
  border-width: 0 0 1px;
}
/* line 60, ../sass/styles.scss */
.p-delivery__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1227, ../sass/styles.scss */
.p-delivery__item:first-child {
  border-top-width: 1px;
}

/* line 1228, ../sass/styles.scss */
.p-delivery__item:nth-child(odd) {
  background: #f9f9f9;
}

/* line 1229, ../sass/styles.scss */
.p-delivery__name {
  float: left;
  margin: 0 10px 0 0;
}

/* line 1230, ../sass/styles.scss */
.p-delivery__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  font: 13px/19px Arial, sans-serif;
}

/* line 1231, ../sass/styles.scss */
.p-delivery__data {
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 1232, ../sass/styles.scss */
.p-delivery__action {
  float: right;
  margin: 0 0 0 50px;
}

/* line 1233, ../sass/styles.scss */
.p-delivery__link {
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 1236, ../sass/styles.scss */
.popup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 445px;
  padding: 25px 25px 30px;
}

/* line 1239, ../sass/styles.scss */
.popup-input_textarea {
  height: 60px;
}

/* line 1240, ../sass/styles.scss */
.popup-input_captcha {
  display: block;
  width: 172px;
  margin: 0 0 5px;
}

/* line 1241, ../sass/styles.scss */
.popup-input_comment {
  height: 90px;
}

/* line 1242, ../sass/styles.scss */
.field__captcha-reload {
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 1243, ../sass/styles.scss */
.popup-button {
  float: right;
}

/* line 1246, ../sass/styles.scss */
.popup-cart {
  max-width: 863px;
}

/* line 1247, ../sass/styles.scss */
.popup-cart-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1248, ../sass/styles.scss */
.popup-cart-list__item {
  margin-bottom: 13px;
}

/* line 1249, ../sass/styles.scss */
.popup-cart-list__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

/* line 1250, ../sass/styles.scss */
.popup-cart-list__content:last-child {
  margin-right: 0;
}

/* line 1251, ../sass/styles.scss */
.popup-cart-list__icon {
  width: 80px;
  text-align: center;
  vertical-align: top;
}

/* line 1252, ../sass/styles.scss */
.popup-cart-list__description {
  width: 53%;
  line-height: 16px;
}

/* line 1253, ../sass/styles.scss */
.popup-cart-list__label {
  font: 13px/16px Arial, sans-serif;
}

/* line 1254, ../sass/styles.scss */
.popup-cart__product-code {
  color: #585f69;
  font: 11px/18px "Open Sans", Arial, sans-serif;
}

/* line 1255, ../sass/styles.scss */
.popup-cart-list__amount {
  width: 80px;
  text-align: right;
}

/* line 1256, ../sass/styles.scss */
.popup-cart-list__price {
  width: 110px;
  text-align: right;
  line-height: 18px;
}

/* line 1257, ../sass/styles.scss */
.popup-cart-list__price-type {
  display: block;
  color: #585f69;
  font: 11px/10px "Open Sans", Arial, sans-serif;
}

/* line 1258, ../sass/styles.scss */
.popup-cart-list__price-val {
  color: #202020;
  font: 13px/18px Arial, sans-serif;
}

/* line 1259, ../sass/styles.scss */
.popup-cart-sum {
  text-align: right;
  color: #585f69;
  font: 13px/18px Arial, sans-serif;
}

/* line 1260, ../sass/styles.scss */
.popup-cart-toolbar {
  margin: 0 0 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 60, ../sass/styles.scss */
.popup-cart-toolbar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1261, ../sass/styles.scss */
.popup-cart-button {
  margin: 10px 0 0;
  text-align: center;
}

/* line 1262, ../sass/styles.scss */
.popup-cart-order {
  float: right;
  margin-left: 10px;
}

/* line 1265, ../sass/styles.scss */
.popup-review {
  width: 860px;
  max-width: 860px;
}

/* line 1267, ../sass/styles.scss */
.popup-city {
  width: 940px;
}

/* line 1269, ../sass/styles.scss */
.popup-gallery {
  width: 900px;
}
/* line 60, ../sass/styles.scss */
.popup-gallery:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1270, ../sass/styles.scss */
.popup-gallery__icon {
  float: left;
  width: 600px;
  margin: 0 20px 0 0;
}

/* line 1271, ../sass/styles.scss */
.popup-gallery__icon .popup-gallery__slider .owl-dots {
  display: none;
}

/* line 1272, ../sass/styles.scss */
.popup-gallery__wrap {
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
}

/* line 1273, ../sass/styles.scss */
.popup-gallery__icon .owl-carousel .popup-gallery__img {
  width: auto;
  max-width: 100%;
  max-height: 500px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 1274, ../sass/styles.scss */
.popup-gallery__box {
  width: 600px;
}

/* line 1276, ../sass/styles.scss */
.popup-gallery__img {
  max-width: 100%;
  max-height: 500px;
}

/* line 1277, ../sass/styles.scss */
.popup-gallery__list {
  float: right;
  width: 217px;
}

/* line 1280, ../sass/styles.scss */
.promo {
  max-height: 450px;
  overflow: hidden;
  padding-bottom: 25px;
}
/* line 60, ../sass/styles.scss */
.promo:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1281, ../sass/styles.scss */
.promo-col-left {
  float: left;
  width: 220px;
  margin: 0 -220px 0 0;
}

/* line 1282, ../sass/styles.scss */
.promo-col-main {
  margin: 0 240px;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 1283, ../sass/styles.scss */
.promo-col-right {
  float: right;
  width: 220px;
  margin: 0 0 0 -220px;
}

/* line 1284, ../sass/styles.scss */
.promo-col-main_middle {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 1286, ../sass/styles.scss */
.promo-product {
  position: relative;
  display: block;
  margin: 0 0 22px;
  border: 1px solid #ccc;
}

/* line 1287, ../sass/styles.scss */
.promo-product:last-child {
  margin-bottom: 0;
}

/* line 1289, ../sass/styles.scss */
.promo-product__img {
  display: block;
  max-width: 100%;
}

/* line 1290, ../sass/styles.scss */
.promo-product:hover .promo-product__img {
  opacity: 0.8;
}

/* line 1291, ../sass/styles.scss */
.promo-product__label {
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 9px 6px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #26c2f1;
  font: 20px/22px "Open Sans", Arial, sans-serif;
}

/* line 1293, ../sass/styles.scss */
.promo-slider {
  position: relative;
  width: 100%;
}

/* line 1294, ../sass/styles.scss */
.promo-slider-list {
  height: 406px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

/* line 1295, ../sass/styles.scss */
.js_on .promo-slider-list {
  overflow: visible;
  height: auto;
}

/* line 1296, ../sass/styles.scss */
.promo-slider-list__item {
  overflow: hidden;
}

/* line 1297, ../sass/styles.scss */
.promo-slider-list__label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 1298, ../sass/styles.scss */
.promo-slider__layout {
  display: block;
  padding: 0;
  height: 407px;
}

/* line 1299, ../sass/styles.scss */
.promo-slider-list__img {
  display: block;
  position: absolute;
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  min-width: 100%;
  width: auto;
  height: 100%;
  margin: auto;
}

/* line 1301, ../sass/styles.scss */
.promo-slider-description {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 30px 20px 30px 30px;
}

/* line 1302, ../sass/styles.scss */
.promo-slider-description__title {
  display: block;
  max-height: 83px;
  overflow: hidden;
  margin: 0 0 17px;
  color: #202020;
  font: 700 24px/28px "Open Sans", Arial, sans-serif;
}

/* line 1303, ../sass/styles.scss */
.promo-slider__title_decor {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px 3px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1304, ../sass/styles.scss */
.promo-slider-description__info {
  width: 90%;
  max-height: 82px;
  overflow: hidden;
  margin: 0 0 23px;
  color: #000;
  font: 14px/20px "Open Sans", Arial, sans-serif;
}

/* line 1305, ../sass/styles.scss */
.promo-slider__info_decor {
  padding: 2px 12px 3px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1306, ../sass/styles.scss */
.promo-slider-description__price {
  display: inline-block;
  vertical-align: top;
  margin: 2px 11px 5px 0;
  color: #000;
  font: italic 27px/28px Arial, sans-serif;
}

/* line 1307, ../sass/styles.scss */
.promo-slider-description__cart {
  display: inline-block;
  vertical-align: top;
  height: 29px;
  margin: 0 0 5px;
  padding: 3px 17px 5px;
  color: #000;
  font-size: 16px;
}

/* line 1308, ../sass/styles.scss */
.promo-slider-list__label .promo-slider-description__cart:hover {
  color: #000;
}

/* line 1309, ../sass/styles.scss */
.promo-slider-icon {
  float: left;
  width: 50%;
}

/* line 1310, ../sass/styles.scss */
.promo-slider-icon__img {
  display: block;
  max-width: 100%;
  max-height: 306px;
  margin: 0 auto;
}

/* line 1311, ../sass/styles.scss */
.promo-slider__img_detail {
  display: none;
}

/* line 1313, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-description {
  width: 40%;
}

/* line 1314, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-description__info {
  width: auto;
}

/* line 1315, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-icon {
  width: 60%;
}

/* line 1316, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-icon__img {
  display: none;
}

/* line 1317, ../sass/styles.scss */
.promo-col-main_middle .promo-slider__img_detail {
  display: block;
}

/* line 1322, ../sass/styles.scss */
.promo-video {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1325, ../sass/styles.scss */
.product {
  margin: 0 0 8px;
}

/* line 1326, ../sass/styles.scss */
.product-detail {
  margin: 0 0 46px;
}
/* line 60, ../sass/styles.scss */
.product-detail:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1327, ../sass/styles.scss */
.product-col {
  float: left;
  margin: 0 0 0 0;
}

/* line 1329, ../sass/styles.scss */
.product-title-bar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 100%;
  padding: 0 0 0 380px;
}

/* line 1330, ../sass/styles.scss */
.product-img {
  position: relative;
  float: left;
  width: 350px;
  margin: 0 -350px 0 0;
}
.product-img [class^=plate]{
	position: absolute;
top: 0;
left: 0;
z-index:9;
}

.product-img [class^=plate] img {
 width:100%;

}

.product-img .plate1{
bottom: 200px;
top: unset;
left: 0px;
width: 40%;
}
.product-img .plate2{
  right:100%;
  top: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.element_section [class^=plate] img {
 width:100%;

}
.element_section .plate1{
position: absolute;
top: 0;
left: 0px;
width: 40%;
z-index: 9;
}
/* line 1331, ../sass/styles.scss */
.product-preview {
  position: relative;
  display: block;
  height: 348px;
  margin: 0 0 10px;
  border: 1px solid #e3e3e3;
  text-decoration: none;
  line-height: 348px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

/* line 1332, ../sass/styles.scss */
.product-detail .product-preview .owl-dots {
  display: none;
}

/* line 1333, ../sass/styles.scss */
.product-preview .catalog-stickers {
  top: 20px;
  left: 20px;
}

/* line 1334, ../sass/styles.scss */
.product-detail .catalog-stickers {
  z-index: 2;
}

/* line 1335, ../sass/styles.scss */
.product-preview .catalog-add-info {
  bottom: 56px;
}

/* line 1336, ../sass/styles.scss */
.product-detail .catalog-add-info {
  z-index: 2;
}

/* line 1337, ../sass/styles.scss */
.product-preview__icon {
  max-width: 100%;
  max-height: 346px;
  margin: 0 auto;
  vertical-align: middle;
}

/* line 1338, ../sass/styles.scss */
.product-detail.js-element .product-preview .product-preview__icon {
  max-width: 100%;
  max-height: 346px;
  margin: 0 auto;
  vertical-align: middle;
  width: auto;
  display: inline-block;
}

/* line 1339, ../sass/styles.scss */
.product-detail .add2basketform .product-button .check_in_cart {
  text-decoration: none;
}

/* line 1340, ../sass/styles.scss */
.product-detail .add2basketform .product-button .check_in_cart input {
  opacity: 0.9;
  display: none;
}

/* line 1341, ../sass/styles.scss */
.product-preview__counter {
  display: none;
}

/* line 1342, ../sass/styles.scss */
.product-zoom {
  display: block;
  color: #585f69;
  font: 11px/20px "Open Sans", Arial, sans-serif;
  text-align: center;
}

/* line 1343, ../sass/styles.scss */
.zoom-icon {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  background: url(../images/icons/icons-sprite.png) no-repeat -119px 0;
}

/* line 1344, ../sass/styles.scss */
.product-zoom_icon {
  margin: 0 6px 36px 0;
}

/* line 1346, ../sass/styles.scss */
.product-gallery-list {
  width: 230px;
  margin: 0 auto;
}
/* line 60, ../sass/styles.scss */
.product-gallery-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1347, ../sass/styles.scss */
.product-gallery__item {
  float: left;
}

/* line 1348, ../sass/styles.scss */
.product-gallery__label {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  line-height: 45px;
  text-align: center;
}

/* line 1349, ../sass/styles.scss */
.product-gallery__l_active {
  border-color: #ffd203;
}

/* line 1350, ../sass/styles.scss */
.product-gallery__img {
  display: inline-block;
  vertical-align: middle;
  max-width: 48px;
  max-height: 48px;
}

/* line 1352, ../sass/styles.scss */
.popup-gallery .product-gallery {
  margin-left: 0;
  margin-right: 0;
}

/* line 1353, ../sass/styles.scss */
.popup-gallery .product-gallery-list {
  width: auto;
}

/* line 1354, ../sass/styles.scss */
.popup-gallery .product-gallery__item {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 1355, ../sass/styles.scss */
.popup-gallery__list .product-gallery__label {
  width: 58px;
  height: 58px;
}

/* line 1356, ../sass/styles.scss */
.popup-gallery__list .product-gallery__label .product-gallery__img {
  max-width: 58px;
  max-height: 58px;
}

/* line 1359, ../sass/styles.scss */
.product-description {
  float: right;
  width: 100%;
}

/* line 1360, ../sass/styles.scss */
.product-description__inner {
  margin: 0 0 0 380px;
}

/* line 1361, ../sass/styles.scss */
.product-title {
  margin-top: -5px;
  margin-bottom: 5px;
}

/* line 1362, ../sass/styles.scss */
.product-code {
  min-height: 20px;
  margin: 0 0 12px;
}

/* line 1363, ../sass/styles.scss */
.product-code__label {
  color: #585f69;
  font: 11px/20px "Open Sans", Arial, sans-serif;
}

/* line 1364, ../sass/styles.scss */
.product-rating {
  min-height: 18px;
  margin: 0 0 18px;
}

/* line 1366, ../sass/styles.scss */
.product-price-multi {
  max-height: 90px;
  overflow-y: auto;
  margin: 0 0 10px;
  padding: 5px 0 5px 13px;
  border: 1px solid #cdcdcd;
}

/* line 1368, ../sass/styles.scss */
.product-price {
  min-height: 33px;
  margin: 0 0 12px;
}

/* line 1369, ../sass/styles.scss */
.product-price__label {
  margin: 0 7px 0 0;
  color: #585f69;
  font: 11px/15px "Open Sans", Arial, sans-serif;
}

/* line 1370, ../sass/styles.scss */
.product-price__actual {
  margin: 0 11px 0 0;
}

/* line 1371, ../sass/styles.scss */
.product-price__item {
  display: inline-block;
  vertical-align: bottom;
}

/* line 1372, ../sass/styles.scss */
.product-price__actual-label {
  display: block;
  margin: 0 0 11px;
  color: #585f69;
  font: 11px/10px "Open Sans", Arial, sans-serif;
  text-align: left;
}

/* line 1373, ../sass/styles.scss */
.product-price__actual-digit {
  display: block;
  color: #202020;
  font: italic 28px/20px Arial, sans-serif;
  white-space: nowrap;
}

/* line 1374, ../sass/styles.scss */
.product-price__old {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 18px 0 0;
  color: #636363;
  text-decoration: line-through;
  font: italic 22px/16px Arial, sans-serif;
  white-space: nowrap;
}

/* line 1376, ../sass/styles.scss */
.product-price-multi .product-price {
  margin: 0 0 6px;
}

/* line 1377, ../sass/styles.scss */
.product-price-multi .product-price__actual-label {
  margin-bottom: 3px;
}

/* line 1378, ../sass/styles.scss */
.product-price-multi .product-price__actual-digit {
  font-size: 19px;
}

/* line 1379, ../sass/styles.scss */
.product-price-multi .product-price__old {
  font-size: 16px;
}

/* line 1381, ../sass/styles.scss */
.product-economy {
  min-height: 17px;
  margin: 0 0 18px;
}

/* line 1382, ../sass/styles.scss */
.economy {
  display: inline-block;
  vertical-align: bottom;
  color: #b12704;
  font: 15px/18px Arial, sans-serif;
}

/* line 1383, ../sass/styles.scss */
.economy_simple {
  color: #b63515;
  font-size: 13px;
}

/* line 1384, ../sass/styles.scss */
.economy__price {
  font-style: italic;
}

/* line 1385, ../sass/styles.scss */
.product-availability {
  min-height: 18px;
  margin: 0 0 18px;
  position: relative;
}

/* line 1386, ../sass/styles.scss */
.js-stores .catalog-availability_title {
  border-bottom: 1px dashed;
  cursor: pointer;
}

/* line 1387, ../sass/styles.scss */
.js-stores td {
  padding: 6px 4px;
}

/* line 1388, ../sass/styles.scss */
.js-stores .store_green {
  color: #008800;
}

/* line 1389, ../sass/styles.scss */
.js-stores .store_red {
  color: #dd2808;
}

/* line 1390, ../sass/styles.scss */
.product-color {
  min-height: 47px;
  margin: 0 0 7px;
}

/* line 1392, ../sass/styles.scss */
.product-select {
  min-height: 32px;
  margin: 0 0 10px;
}

/* line 1393, ../sass/styles.scss */
.product-announce {
  margin: 0 0 10px;
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 1396, ../sass/styles.scss */
.product-bar {
	margin: -10px 0 0 380px;
}

/* line 1397, ../sass/styles.scss */
.product-counter {
  min-height: 108px;
  margin: -4px 0 22px;
}

/* line 1398, ../sass/styles.scss */
.product-counter-title {
  color: #636363;
  font: 14px/18px "Open Sans", Arial, sans-serif;
  text-align: center;
}

/* line 1399, ../sass/styles.scss */
.product-amount {
	float: left;
  min-height: 35px;
  margin: 3px 15px 10px 0;
  text-align: center;
}

/* line 1401, ../sass/styles.scss */
.product-button {
	float: left;
  min-height: 40px;
  margin: 0px 15px 10px 0;
}

/* line 1402, ../sass/styles.scss */
.product-submit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 9px 30px;
  border-radius: 3px;
  color: #202002;
  font: 17px/20px "Open Sans", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

/* line 1403, ../sass/styles.scss */
.product-submit_buy {
  background-color: #e2dbba;
}

/* line 1404, ../sass/styles.scss */
.product-submit_buy:hover {
  background-color: #dcd4ac;
}

/* line 1405, ../sass/styles.scss */
.product-submit_credit {
  color: #636363;
  background-color: #f2f2f2;
}

/* line 1406, ../sass/styles.scss */
.product-submit_credit:hover {
  background-color: #e3e3e3;
}

/* line 1408, ../sass/styles.scss */
.product-bar__foot {
  margin: 30px auto 0;
}

/* line 1409, ../sass/styles.scss */
.product-transfer {
  position: relative;
  min-height: 20px;
  margin: 23px 0 7px 21px;
}

/* line 1410, ../sass/styles.scss */
.product-transfer__label {
  margin: 0 15px 0 0;
  color: #202020;
}

/* line 1411, ../sass/styles.scss */
.product-transfer__label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -21px;
  width: 18px;
  height: 12px;
  background: url(../images/icons/icons-sprite.png) no-repeat -140px 0;
}

/* line 1412, ../sass/styles.scss */
.product-favorites {
  min-height: 20px;
  margin: 0 0 18px;
}
/* line 60, ../sass/styles.scss */
.product-favorites:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1413, ../sass/styles.scss */
.product-share {
  min-height: 20px;
  margin: 0 0 10px;
}

/* line 1416, ../sass/styles.scss */
.product-menu {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

/* line 1417, ../sass/styles.scss */
.product-menu__item.mob-tab__wi {
  display: none;
  margin: -1px 4px 0px 0;
}

/* line 1418, ../sass/styles.scss */
.product-menu__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 2px 0;
}

/* line 1419, ../sass/styles.scss */
.mob-tab__wi {
  position: relative;
}

/* line 1420, ../sass/styles.scss */
.mob-tab__wi.active-tab__wi .select-field-icon {
  transform: rotate(180deg);
}

/* line 1421, ../sass/styles.scss */
.product-menu .product-menu__label {
  display: block;
  padding: 6px 9px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1422, ../sass/styles.scss */
.mob-tab__wi .product-menu__label {
  display: block;
  margin-left: -10px;
  margin-right: -14px;
  padding: 9px 9px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1423, ../sass/styles.scss */
.mob-tab__wi .product-menu__label:hover {
  border-color: #989898;
}

/* line 1428, ../sass/styles.scss */
.product-content {
  margin: 0 0 25px;
}

/* line 1429, ../sass/styles.scss */
.product-content__title {
  margin: 21px 0 15px;
}

/* line 1430, ../sass/styles.scss */
.product-content__info {
  margin: 0 0 5px;
  color: #202020;
  font: 14px/20px "Open Sans", Arial, sans-serif;
}

/* line 1431, ../sass/styles.scss */
.product-content__switcher {
  display: none;
}

/* line 1433, ../sass/styles.scss */
.product-content.drop-active .product-content__info {
  max-height: 100%;
  overflow: visible;
}

/* line 1436, ../sass/styles.scss */
.set-list {
  margin: 0 0 10px;
}
/* line 60, ../sass/styles.scss */
.set-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1437, ../sass/styles.scss */
.set-list__item {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 0 0 10px;
  border: 2px solid transparent;
}

/* line 1438, ../sass/styles.scss */
.set-list__item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -39px;
  width: 18px;
  height: 18px;
  margin: -9px 0 0;
  background: url(../images/icons/icons-sprite.png) no-repeat -174px 0;
}

/* line 1439, ../sass/styles.scss */
.set-list__item:hover {
  border-color: #ffc803;
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12), 0 0 8px rgba(0, 0, 0, 0.12);
}

/* line 1440, ../sass/styles.scss */
.set-list__item .catalog__img {
  width: auto !important;
}

/* line 1441, ../sass/styles.scss */
.set-list__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px;
}

/* line 1442, ../sass/styles.scss */
.set-list__decor {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.79;
}

/* line 1445, ../sass/styles.scss */
.set-list__item_deleted .set-list__decor {
  display: block;
}

/* line 1448, ../sass/styles.scss */
.product-list {
  margin: 0 0 10px;
}
/* line 60, ../sass/styles.scss */
.product-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1449, ../sass/styles.scss */
.product-list__item {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border: 2px solid transparent;
}

/* line 1450, ../sass/styles.scss */
.product-list__item:hover {
  border-color: #ffc803;
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.12), 0 0 8px rgba(0, 0, 0, 0.12);
}

/* line 1451, ../sass/styles.scss */
.product-list__item_wide {
  width: 100%;
}

/* line 1452, ../sass/styles.scss */
.product-list__item .catalog__img {
  width: auto !important;
}

/* line 1453, ../sass/styles.scss */
.product-list__checkbox {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  cursor: pointer;
}

/* line 1456, ../sass/styles.scss */
.products-side {
  margin: 0 0 28px;
}

/* line 1457, ../sass/styles.scss */
.products-side-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 16px;
}

/* line 1458, ../sass/styles.scss */
.products-side-list__item {
  padding: 4px 0;
  border-top: 1px solid #ededed;
}
/* line 60, ../sass/styles.scss */
.products-side-list__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1459, ../sass/styles.scss */
.products-side-list__item:last-child {
  border-bottom: 1px solid #ededed;
}

/* line 1460, ../sass/styles.scss */
.products-side-list__img {
  float: left;
  width: 73px;
  margin: 0 11px 0 0;
  text-align: center;
}

/* line 1461, ../sass/styles.scss */
.products-side-list__detail {
  float: left;
  width: 135px;
}

/* line 1462, ../sass/styles.scss */
.products-side-list__label {
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 4px;
  font: 13px/16px Arial, sans-serif;
}

/* line 1463, ../sass/styles.scss */
.products-side-list__price {
  display: block;
  color: #202020;
  font: italic 16px/16px Arial, sans-serif;
}

/* line 1464, ../sass/styles.scss */
.side-title {
  margin: 0 0 6px;
  padding: 0;
  color: #202020;
  font: 20px/20px "Open Sans", Arial, sans-serif;
}

/* line 1465, ../sass/styles.scss */
.side-title_products {
  margin-right: 20px;
}

/* line 1466, ../sass/styles.scss */
.side__label {
  text-decoration: none;
  color: #202020;
}

/* line 1467, ../sass/styles.scss */
.side__label:hover {
  text-decoration: underline;
}

/* line 1471, ../sass/styles.scss */
.products-extra-title {
  display: block;
  margin: 0 0 15px;
  color: #202002;
  font: 20px/20px "Open Sans", Arial, sans-serif;
}

/* line 1472, ../sass/styles.scss */
.products-extra-inner {
  margin: 0 50px;
}

/* line 1473, ../sass/styles.scss */
.products-extra-list {
  padding: 0;
  list-style-type: none;
}

/* line 1474, ../sass/styles.scss */
.products-extra__item {
  position: relative;
  width: 140px;
  min-height: 68px;
  padding: 0 0 0 73px;
  line-height: 16px;
}

/* line 1475, ../sass/styles.scss */
.products-extra__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  text-align: center;
}

/* line 1476, ../sass/styles.scss */
.products-extra__img {
  margin: 0 auto;
}

/* line 1477, ../sass/styles.scss */
.products-extra__bar {
  margin: 0 -12px 0 0;
  text-align: right;
}

/* line 1478, ../sass/styles.scss */
.products-extra__label {
  margin: 0 0 4px;
  font: 13px/16px Arial, sans-serif;
}

/* line 1479, ../sass/styles.scss */
.products-extra__price {
  display: block;
  color: #202020;
  font: italic 16px/16px Arial, sans-serif;
}

/* line 1481, ../sass/styles.scss */
.products-extra_cart {
  margin: 0 0 40px;
}

/* line 1482, ../sass/styles.scss */
.products-extra_cart .products-extra-inner {
  margin-left: 0;
  margin-right: 0;
}

/* line 1485, ../sass/styles.scss */
.progress-bar {
  display: block;
  max-width: 153px;
  height: 8px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px #8f8f8f inset;
}

/* line 1486, ../sass/styles.scss */
.progress-bar__indicator {
  display: block;
  float: left;
  height: 8px;
  background: #ff7200;
  background: linear-gradient(to bottom, #fea500 50%, #ff7200 100%);
  border-radius: 2px;
}

/* line 1487, ../sass/styles.scss */
.progress-bar__indicator_cheap {
  background: #ff7200;
  background: linear-gradient(to bottom, #40aafe 50%, #1e7dc3 100%);
}

/* line 1490, ../sass/styles.scss */
.rating {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.rating:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1491, ../sass/styles.scss */
.rating__item {
  float: left;
  margin: 0 2px 0 0;
}

/* line 1494, ../sass/styles.scss */
.rating__img {
  width: 13px;
  height: 12px;
  background: url(../images/icons/rating-icon.png) no-repeat 0 0;
}

/* line 1495, ../sass/styles.scss */
.rating__label_empty .rating__img {
  background-position: 0 -13px;
}

/* line 1496, ../sass/styles.scss */
.rating__form .rating__label_empty:hover .rating__img {
  background-position: 0 0;
}

/* line 1499, ../sass/styles.scss */
.rating__item_active .rating__img {
  background: url(../images/icons/rating-icon.png) no-repeat 0 0;
}

/* line 1501, ../sass/styles.scss */
.rating-counter {
  display: inline-block;
  vertical-align: top;
  color: #585f69;
  font: 11px/20px "Open Sans", Arial, sans-serif;
}

/* line 60, ../sass/styles.scss */
.reviews-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1506, ../sass/styles.scss */
.reviews-title {
  float: left;
  margin: 21px 0 15px;
}

/* line 1507, ../sass/styles.scss */
.reviews-bar__button {
  padding: 6px 30px 4px;
  float: right;
  margin: 21px 0 15px;
}

/* line 1508, ../sass/styles.scss */
.reviews__item {
  padding: 20px 20px 23px;
  border: 1px solid #ccc;
}

/* line 1509, ../sass/styles.scss */
.reviews__user {
  margin: 0 0 22px;
}

/* line 1510, ../sass/styles.scss */
.reviews__user-name {
  margin: 0 13px 0 0;
  color: #202020;
  font: 13px/20px "Open Sans", Arial, sans-serif;
}

/* line 1511, ../sass/styles.scss */
.reviews__date {
  color: #636363;
  font: 13px/20px "Open Sans", Arial, sans-serif;
}

/* line 1512, ../sass/styles.scss */
.reviews__rating {
  margin: 0 0 10px;
}

/* line 1513, ../sass/styles.scss */
.reviews__detail {
  margin: 0 0 17px;
}

/* line 1514, ../sass/styles.scss */
.reviews__detail:last-child {
  margin-bottom: 0;
}

/* line 1515, ../sass/styles.scss */
.reviews__detail-info {
  max-height: 73px;
}

/* line 1516, ../sass/styles.scss */
.reviews__detail-name {
  margin: 0 3px 0 0;
  color: #202020;
  font: 700 14px/24px "Open Sans", Arial, sans-serif;
}

/* line 1517, ../sass/styles.scss */
.reviews__detail-content {
  color: #202020;
  font: 14px/24px "Open Sans", Arial, sans-serif;
}

/* line 1518, ../sass/styles.scss */
.reviews__more {
  margin: 27px 0 0;
}

/* line 1519, ../sass/styles.scss */
.reviews__message {
  color: #636363;
}

/* line 1520, ../sass/styles.scss */
.reviews__message p {
  margin-bottom: 0;
}

/* line 1521, ../sass/styles.scss */
.reviews__message .errortext {
  color: #636363 !important;
}

/* line 1524, ../sass/styles.scss */
.reviews-switcher-more {
  margin: -13px 0 0;
}

/* line 1527, ../sass/styles.scss */
.search {
  position: relative;
}

/* line 1529, ../sass/styles.scss */
.search__label {
  display: block;
  margin: 0 0 5px;
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 1530, ../sass/styles.scss */
.search__field {
  position: relative;
}

/* line 1532, ../sass/styles.scss */
.search__input {
  width: 100%;
  padding-right: 37px;
}

/* line 1534, ../sass/styles.scss */
.search__button {
  position: absolute;
  top: 1px;
  right: 2px;
  width: 33px;
  height: 33px;
  background: url(../images/icons/forms-icon.png) no-repeat 0 0;
  border: 1px solid #ccc;
  border-width: 0 0 0 1px;
  border-radius: 0 2px 2px 0;
}

/* line 1537, ../sass/styles.scss */
.search__field:hover .search__input {
  border-color: #989898;
  color: #202002;
}

/* line 1538, ../sass/styles.scss */
.search__field:hover .search__button {
  border-color: #989898;
}

/* line 1540, ../sass/styles.scss */
.search__example {
  color: #555;
  font: 13px/18px "Open Sans", Arial, sans-serif;
}

/* line 1543, ../sass/styles.scss */
.search-mob {
  float: right;
  margin: -1px 10px 0 0;
}

/* line 1544, ../sass/styles.scss */
.search-mob-icon {
  width: 33px;
  height: 33px;
  background: #fff url(../images/icons/forms-icon.png) no-repeat 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1545, ../sass/styles.scss */
.search-mob-bar__form {
  margin: 0 31px 0 0;
}

/* line 1547, ../sass/styles.scss */
.search-mob-bar {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #f3f3f3;
}

/* line 1548, ../sass/styles.scss */
.search-mob.dropdown-active .search-mob-bar {
  display: block;
}

/* line 1549, ../sass/styles.scss */
.search-mob-bar__close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -8px 0 0 0;
}

/* line 1550, ../sass/styles.scss */
.search-mob-bar__close-icon {
  width: 13px;
  height: 13px;
  background: url(../images/icons/icons.png) no-repeat -17px 0;
}

/* line 1553, ../sass/styles.scss */
.title-search-result {
  display: none;
  z-index: 8;
}

/* line 1554, ../sass/styles.scss */
.title-search-fader {
  display: none;
  background-image: url("images/fader.png");
  background-position: right top;
  background-repeat: repeat-y;
  position: absolute;
}

/* line 1556, ../sass/styles.scss */
.search-result {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 190px;
  width: 100%;
  padding: 6px 10px 7px;
  margin: 9px 0 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
}

/* line 1557, ../sass/styles.scss */
.s-result-title {
  display: block;
  padding: 0 0 5px;
  border-bottom: 1px solid #ededed;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1559, ../sass/styles.scss */
.s-result-list__item {
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
}

/* line 1560, ../sass/styles.scss */
.s-result-list__item:last-child {
  border-bottom-width: 0;
}

/* line 1561, ../sass/styles.scss */
.s-result-list__label {
  position: relative;
  display: block;
  min-height: 68px;
  padding: 0 0 0 85px;
  line-height: 16px;
  text-decoration: none;
}
/* line 60, ../sass/styles.scss */
.s-result-list__label:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1562, ../sass/styles.scss */
.s-result-list__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  text-align: center;
}

/* line 1563, ../sass/styles.scss */
.s-result-list__img {
  margin: 0 15px 0 0;
}

/* line 1564, ../sass/styles.scss */
.s-result-list__name {
  color: #26c2f1;
  font: 13px/16px Arial, sans-serif;
}

/* line 1565, ../sass/styles.scss */
.s-result-list__name:hover {
  text-decoration: underline;
}

/* line 1566, ../sass/styles.scss */
.s-result-list__price {
  margin: 5px 0 0;
  display: block;
  color: #202020;
  font: italic 16px/18px Arial, sans-serif;
}

/* line 1567, ../sass/styles.scss */
.s-result-substring {
  font-weight: bold;
}

/* line 1568, ../sass/styles.scss */
.s-result-section {
  margin: 0 0 10px 5px;
  color: #555;
}

/* line 1569, ../sass/styles.scss */
.s-result-section__title {
  display: block;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 60, ../sass/styles.scss */
.s-result-more:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1571, ../sass/styles.scss */
.s-result-more__label {
  float: right;
  padding-left: 9px;
  padding-right: 9px;
}

/* line 1573, ../sass/styles.scss */
.search_filter {
  margin-bottom: 7px;
}

/* line 1577, ../sass/styles.scss */
.sections-list {
  margin: 0 -3% 0 0;
  padding: 0;
  list-style-type: none;
}

/* line 1578, ../sass/styles.scss */
.sections__item {
  display: inline-block;
  vertical-align: top;
  width: 17%;
  margin: 0 3% 30px 0;
}

/* line 1579, ../sass/styles.scss */
.sections__label {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  text-decoration: none;
}

/* line 1580, ../sass/styles.scss */
.sections__img {
  display: block;
  width: 100%;
}

/* line 1581, ../sass/styles.scss */
.sections__label:hover .sections__img {
  opacity: 0.8;
}

/* line 1582, ../sass/styles.scss */
.sections__name {
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 53px;
  padding: 4px 9px 6px;
  background: rgba(255, 255, 255, 0.9);
  color: #26c2f1;
  font: 20px/22px "Open Sans", Arial, sans-serif;
}

/* line 1585, ../sass/styles.scss */
.select-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
}

/* line 1586, ../sass/styles.scss */
.select {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 1587, ../sass/styles.scss */
.select-label {
  display: block;
  margin: 0 0 2px;
  color: #585f69;
  font: 11px/18px "Open Sans", Arial, sans-serif;
}

/* line 1588, ../sass/styles.scss */
.select-field {
  position: relative;
  cursor: pointer;
}

/* line 1589, ../sass/styles.scss */
.select-field:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1591, ../sass/styles.scss */
.select-field_undisabled:after {
  display: none;
}
.flg-text{
 font-size: 13px;
}

/* line 1592, ../sass/styles.scss */
.select-input {
  display: inline-block;
  vertical-align: top;
  min-width: 70px;
  height: 35px;
  padding-left: 6px;
  padding-right: 36px;
  color: #202020;
  font-size: 14px;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
}

/* line 1593, ../sass/styles.scss */
.sort-list .select-input {
  min-width: 58px;
  padding-right: 25px;
}

/* line 1594, ../sass/styles.scss */
.select-unit {
  position: absolute;
  right: 20px;
  top: 7px;
  color: #202020;
  font: 14px/20px "Open Sans", Arial, sans-serif;
}

/* line 1595, ../sass/styles.scss */
.select-input:hover + .select-unit {
  color: #636363;
}

/* line 1596, ../sass/styles.scss */
.select-field-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 4px;
  margin: -1px 0px 0;
  background: url(../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 1597, ../sass/styles.scss */
.sort-list .select-field-icon {
  margin: -1px 5px 0;
}

/* line 1598, ../sass/styles.scss */
.select.dropdown-active .select-field-icon {
  margin-top: -2px;
  background-position: 0 -5px;
}

/* line 1600, ../sass/styles.scss */
.select-field-icon_mod {
  right: 50%;
  margin-right: -5px;
}

/* line 1602, ../sass/styles.scss */
.select-input:focus {
  padding-right: 6px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset;
}

/* line 1603, ../sass/styles.scss */
.select-input:focus + .select-unit {
  display: none;
}

/* line 1604, ../sass/styles.scss */
.select-input:focus ~ .select-field-icon {
  display: none;
}

/* line 1606, ../sass/styles.scss */
.select-bar {
  width: 100%;
}

/* line 1607, ../sass/styles.scss */
.select-list {
  max-height: 173px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1608, ../sass/styles.scss */
.select-list__item {
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
}

/* line 1609, ../sass/styles.scss */
.select-list__item:last-child {
  border-bottom-width: 0;
}

/* line 1610, ../sass/styles.scss */
.select-list__label {
  display: block;
  padding: 0px;
  color: #555;
  text-decoration: none;
  font: 13px/16px "Open Sans", Arial, sans-serif;
}

/* line 1611, ../sass/styles.scss */
.select-list__label:hover {
  background: #ebebeb;
}

.bx-filter-select-popup label { padding: 9px; }
.JS-Select-Label { padding: 9px; }

/* line 1612, ../sass/styles.scss */
.select-list__item.disabled .select-list__label {
  color: #b8b8b8;
  text-decoration: line-through;
}

/* line 1615, ../sass/styles.scss */
.set {
  margin: 0 -10px 13px;
  padding: 0 8px 10px;
  border: 1px solid transparent;
}

/* line 1616, ../sass/styles.scss */
.set.drop-active {
  border-color: #ccc;
}

/* line 1617, ../sass/styles.scss */
.set-bar {
  margin: 0 0 10px;
  padding: 10px 10px 10px 14px;
  background: #fafafa;
}
/* line 60, ../sass/styles.scss */
.set-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1618, ../sass/styles.scss */
.set-bar__label {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px 0 0;
  color: #636363;
  font: 18px/20px "Open Sans", Arial, sans-serif;
}

/* line 1619, ../sass/styles.scss */
.set-bar__sum {
  float: left;
  margin: 8px 23px 0 0;
}

/* line 1620, ../sass/styles.scss */
.set-bar__buttons {
  float: right;
}

/* line 1621, ../sass/styles.scss */
.set-bar__button {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}

/* line 1622, ../sass/styles.scss */
.set-bar__button:last-child {
  margin-right: 0;
}

/* line 1623, ../sass/styles.scss */
.set-bar__economy {
  float: left;
  margin: 12px 0 0;
}

/* line 1626, ../sass/styles.scss */
.set-primary__bar {
  height: 0;
  visibility: hidden;
}

/* line 1627, ../sass/styles.scss */
.set.drop-active .set-primary__bar {
  height: auto;
  visibility: visible;
}

/* line 1631, ../sass/styles.scss */
.scan-form {
  margin: 0 0 30px;
}

/* line 1632, ../sass/styles.scss */
.scan-form__input {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 0 5px 0 0;
  max-width: 50%;
}

/* line 1633, ../sass/styles.scss */
.scan-sort-bar {
  margin: 0 0 10px;
}
/* line 60, ../sass/styles.scss */
.scan-sort-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1634, ../sass/styles.scss */
.scan-sort {
  float: left;
  margin: 0 20px 5px 0;
}

/* line 1635, ../sass/styles.scss */
.scan-pager {
  float: left;
}

/* line 1636, ../sass/styles.scss */
.scan-more {
  display: none;
  float: left;
}

/* line 1637, ../sass/styles.scss */
.scan-result {
  margin-bottom: 40px;
}

/* line 1638, ../sass/styles.scss */
.scan-result__item {
  padding: 10px 0;
  border: solid #ededed;
  border-width: 0 0 1px;
}

/* line 1639, ../sass/styles.scss */
.scan-label {
  font: 13px/16px Arial, sans-serif;
}

/* line 1640, ../sass/styles.scss */
.scan-description {
  margin: 0 0 20px;
  color: #000;
  font: 14px/20px "Open Sans", Arial, sans-serif;
}

/* line 1641, ../sass/styles.scss */
.scan-text {
  font-weight: bold;
}

/* line 1642, ../sass/styles.scss */
.scan-date {
  color: #585f69;
  font: 11px/18px "Open Sans", Arial, sans-serif;
}

/* line 1644, ../sass/styles.scss */
.scan-bread__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
  color: #585f69;
  font: 11px/18px "Open Sans", Arial, sans-serif;
}

/* line 1645, ../sass/styles.scss */
.scan-bread__list {
  display: inline-block;
  vertical-align: top;
}

/* line 1647, ../sass/styles.scss */
.scan-list {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

/* line 1648, ../sass/styles.scss */
.scan-list__item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 13px;
  text-align: center;
}

/* line 1649, ../sass/styles.scss */
.scan-list__product {
  margin: 0 0 5px;
}

/* line 1653, ../sass/styles.scss */
.shops-sidebar {
  position: relative;
  float: left;
  width: 265px;
  margin: 0 -265px 0 0;
}

/* line 1654, ../sass/styles.scss */
.shops-search {
  position: relative;
  margin: 0 0 20px;
}

/* line 1655, ../sass/styles.scss */
.shops-search-result {
  position: absolute;
  z-index: 2;
  width: 100%;
}

/* line 1656, ../sass/styles.scss */
.shops-s-result-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1658, ../sass/styles.scss */
.shops-s-result__label {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

/* line 1659, ../sass/styles.scss */
.shops-s-result__label:hover {
  background-color: #ebebeb;
}

/* line 1662, ../sass/styles.scss */
.shops-list-bar {
  max-height: 646px;
  overflow-x: hidden;
  overflow-y: auto;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
}

/* line 1663, ../sass/styles.scss */
.shops-list {
  min-height: 25px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: solid #ccc;
  border-width: 0 0 0 1px;
}

/* line 1664, ../sass/styles.scss */
.shops-list__item {
  margin: 0 0 0 -1px;
  padding: 5px 8px 10px;
  font: 13px/19px "Open Sans", Arial, sans-serif;
  border: 1px solid transparent;
}

/* line 1665, ../sass/styles.scss */
.shops-list__item:hover {
  background: #ebebeb;
  border-color: #989898;
}

/* line 1666, ../sass/styles.scss */
.shops-list__item.cityempty {
  display: none;
}

/* line 1667, ../sass/styles.scss */
.shops-list__item.typeempty {
  display: none;
}

/* line 1668, ../sass/styles.scss */
.shops-list__name {
  font-weight: 700;
}

/* line 1669, ../sass/styles.scss */
.shops-list__icon {
  position: relative;
  top: 4px;
  margin: 0 0 0 3px;
  color: #ffd203;
  font: 22px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1670, ../sass/styles.scss */
.shops-list__icon_store {
  color: #989898;
}

/* line 1674, ../sass/styles.scss */
.shops-content {
  float: right;
  width: 100%;
}

/* line 1675, ../sass/styles.scss */
.shops-container {
  margin: 0 0 0 300px;
}

/* line 1676, ../sass/styles.scss */
.shops-filter {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 16px;
  padding: 24px 0 0 300px;
  list-style-type: none;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1677, ../sass/styles.scss */
.shops-filter__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 5px 0;
}

/* line 1678, ../sass/styles.scss */
.shops-filter__item:last-child {
  margin-right: 0;
}

/* line 1679, ../sass/styles.scss */
.shops-filter__label {
  display: block;
  padding: 6px 11px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  color: #202002;
}

/* line 1680, ../sass/styles.scss */
.shops-filter__label:hover {
  border-color: #989898;
}

/* line 1681, ../sass/styles.scss */
.shops-filter__label.btn-primary {
  border-color: #ffd203;
}

/* line 1682, ../sass/styles.scss */
.shops-filter__label.btn-primary:hover {
  border-color: #ffd203;
}

/* line 1683, ../sass/styles.scss */
.shops-filter__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 -5px;
  color: #ffd203;
  font: 22px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1684, ../sass/styles.scss */
.shops-filter__icon_store {
  color: #989898;
}

/* line 1686, ../sass/styles.scss */
.shops-map {
  margin: 0 0 50px;
}

/* line 1687, ../sass/styles.scss */
.shops-map__content {
  width: 100%;
  height: 255px;
}

/* line 1690, ../sass/styles.scss */
.slider-side {
  position: relative;
  margin: 0 0 5px;
}
/* line 60, ../sass/styles.scss */
.slider-side:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1691, ../sass/styles.scss */
.slider-side-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

/* line 1692, ../sass/styles.scss */
.js_on .slider-side-list {
  overflow: visible;
  height: auto;
}

/* line 1694, ../sass/styles.scss */
.slider-side-list__label {
  display: inline-block;
  vertical-align: top;
}

/* line 1695, ../sass/styles.scss */
.slider-side-list__img {
  display: block;
  width: 100%;
}

/* line 1696, ../sass/styles.scss */
.slider-side-list__text {
  position: absolute;
  bottom: 17px;
  left: 17px;
  color: #fff;
  font: 15px/19px Arial, sans-serif;
}

/* line 1699, ../sass/styles.scss */
.social {
  float: right;
  margin: 0 0 14px;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
/* line 60, ../sass/styles.scss */
.social:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1700, ../sass/styles.scss */
.social__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  font-size: 12px;
}

/* line 1705, ../sass/styles.scss */
.sort {
  margin: 0 0 40px;
}
/* line 60, ../sass/styles.scss */
.sort:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1706, ../sass/styles.scss */
.sort_extra {
  margin-top: 24px;
  margin-bottom: 14px;
}

/* line 1707, ../sass/styles.scss */
.sort-list {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.sort-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1708, ../sass/styles.scss */
.sort-list__item {
  float: left;
  margin: 0 8px 0 0;
}

/* line 1709, ../sass/styles.scss */
.sort-label {
  position: relative;
}

/* line 1711, ../sass/styles.scss */
.sort-label:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 4px;
  margin: -2px 0 0;
  background: url(../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 1712, ../sass/styles.scss */
.sort-label.dropdown-active:after {
  margin-top: -3px;
  background-position: 0 -5px;
}

/* line 1713, ../sass/styles.scss */
.sort-label.sort-label_ask:after {
  margin-top: -3px;
  background-position: 0 -5px;
}

/* line 1715, ../sass/styles.scss */
.sort-switcher {
  display: block;
  height: 20px;
  padding: 6px 16px 7px 9px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1716, ../sass/styles.scss */
.sort-switcher:hover {
  border-color: #989898;
}

/* line 1717, ../sass/styles.scss */
.sort-menu {
  width: 100%;
}

/* line 1718, ../sass/styles.scss */
.sort-help {
  float: left;
  margin: 7px 5px 0 0;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1720, ../sass/styles.scss */
.sort-compare {
  float: right;
}

/* line 1721, ../sass/styles.scss */
.sort-compare-label {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  padding: 6px 10px 7px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1722, ../sass/styles.scss */
.sort-compare-label:hover {
  border-color: #989898;
}

/* line 1723, ../sass/styles.scss */
.sort-compare-icon {
  display: none;
}

/* line 1725, ../sass/styles.scss */
.sort-pages {
  float: right;
  margin: 8px 0 0;
  color: #202002;
  font: 15px/20px "Open Sans", Arial, sans-serif;
}

/* line 1728, ../sass/styles.scss */
.statistic {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 31px;
  padding: 10px 0 0;
  overflow: hidden;
  background: #f3f3f3;
  /*background: #ffeb3b;*/
  border-top: 1px solid #ccc;
}

/* line 1729, ../sass/styles.scss */
.statistic-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 1730, ../sass/styles.scss */
.statistic-list__item {
  float: right;
  margin: 0 0 10px 2%;
}

/* line 1731, ../sass/styles.scss */
.statistic-list__item:first-child {
  float: left;
  margin-left: 0;
}

/* line 1732, ../sass/styles.scss */
.statistic-list__label {
  text-decoration: none;
  color: #585f69;
}

/* line 1733, ../sass/styles.scss */
.statistic-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #E53935;
  font: 24px/19px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1744, ../sass/styles.scss */
.subscribe__value {
  margin: 0 0 10px;
}

/* line 1745, ../sass/styles.scss */
.subscribe__value:last-child {
  margin-bottom: 0;
}

/* line 1746, ../sass/styles.scss */
.subscribe-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15px;
}

/* line 1747, ../sass/styles.scss */
.subscribe-box__description {
  display: block;
  color: #a2a2a2;
  font: 11px/19px "Open Sans", Arial, sans-serif;
}

/* line 1750, ../sass/styles.scss */
.table {
  width: 100%;
}

/* line 1751, ../sass/styles.scss */
.table tr:nth-child(odd) td {
  background: #f9f9f9;
}

/* line 1752, ../sass/styles.scss */
.table td {
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-width: 0 0 1px;
  color: #555;
  font: 13px/19px "Open Sans", Arial, sans-serif;
}

/* line 1753, ../sass/styles.scss */
.table tr:first-child td {
  border-top-width: 1px;
}

/* line 1756, ../sass/styles.scss */
.table_profile td:first-child {
  width: 25%;
}

/* line 1759, ../sass/styles.scss */
.timer {
  display: block;
  white-space: nowrap;
}

/* line 1760, ../sass/styles.scss */
.timer__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}

/* line 1761, ../sass/styles.scss */
.timer__item:last-child {
  margin-right: 0;
  margin-left: 7px;
}

/* line 1762, ../sass/styles.scss */
.timer__item__digit {
  display: block;
  min-width: 19px;
  padding: 5px 4px;
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, #ffffff 51%, #ffffff 100%);
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #202020;
  font: bold 20px/24px "PT Sans Narrow", Arial, sans-serif;
}

/* line 1763, ../sass/styles.scss */
.timer__item__label {
  display: block;
  margin: -2px 0 2px;
  color: #202020;
  font: 11px/18px "Open Sans", Arial, sans-serif;
  text-align: center;
}

/* line 1766, ../sass/styles.scss */
.view {
  float: right;
  margin: 0 0 0 8px;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.view:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1767, ../sass/styles.scss */
.view__item {
  float: left;
  margin: 0 4px 0 0;
}

/* line 1768, ../sass/styles.scss */
.view__item:last-child {
  margin-right: 0;
}

/* line 1769, ../sass/styles.scss */
.sort-list__item:last-child {
  margin-right: 0;
}

/* line 1770, ../sass/styles.scss */
.view__switcher {
  display: block;
  width: 11px;
  height: 11px;
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 1771, ../sass/styles.scss */
.view__switcher:hover {
  border-color: #989898;
}

/* line 1775, ../sass/styles.scss */
.view__switcher_current {
  border-color: #ffd203;
}

/* line 1776, ../sass/styles.scss */
.view__switcher_current:hover {
  border-color: #ffd203;
}

/* line 1777, ../sass/styles.scss */
.view__icon {
  display: block;
  width: 11px;
  height: 11px;
  background: url(../images/icons/view-icons.png) no-repeat -100% -100%;
}

/* line 1778, ../sass/styles.scss */
.view__icon_showcase {
  background-position: 0 0;
}

/* line 1779, ../sass/styles.scss */
.view__icon_gallery {
  background-position: -12px 0;
}

/* line 1780, ../sass/styles.scss */
.view__icon_list {
  background-position: -24px 0;
}

/* line 1781, ../sass/styles.scss */
.view__icon_bigitemmob {
  background-color: #C0C0C0;
}

/* line 1782, ../sass/styles.scss */
.view__switcher_bigitemmob {
  display: none;
}

/* line 1785, ../sass/styles.scss */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* line 1786, ../sass/styles.scss */
.error_input {
  color: red !important;
  border: 1px solid red !important;
}

/* line 1787, ../sass/styles.scss */
.location-block-wrapper .dropdown-block:hover {
  border-color: #989898;
  color: #555;
}

/* line 1788, ../sass/styles.scss */
.location-block-wrapper .dropdown-block {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset, 0 0 0 50px #fff inset;
}

/* line 1789, ../sass/styles.scss */
.cart_info_box {
  display: block;
}

/* line 1790, ../sass/styles.scss */
.cart-checkbox {
  display: none;
}

/* line 1791, ../sass/styles.scss */
.btn.btn3.clearitems {
  height: 34px;
  padding: 6px 30px;
}

/* line 1792, ../sass/styles.scss */
.button_order_cart {
  float: none;
  font-size: 14px;
  height: 24px;
  margin-top: 6px;
  padding: 0;
  width: 57%;
}

/* line 1793, ../sass/styles.scss */
.hiddensubmit {
  display: none;
}

/* line 1794, ../sass/styles.scss */
.category-menu__label.selected {
  border-color: #ccc;
}

/* line 1795, ../sass/styles.scss */
.num-404-error {
  color: #ffd203;
  font-size: 120px;
  line-height: 95px;
}

/* line 1796, ../sass/styles.scss */
.text-404-error {
  color: #878787;
  font-size: 24px;
  padding-top: 40px;
}

/* line 1797, ../sass/styles.scss */
.erorpage {
  background: url(../images/404-background.png) center center no-repeat;
  text-align: center;
  padding: 100px 0;
}

/* line 1798, ../sass/styles.scss */
.compare-params__item a {
  background: url(../images/icons/radiobox-icon.png) 0px 0px no-repeat;
  height: 13px;
  line-height: 12px;
  text-decoration: none;
}

/* line 1799, ../sass/styles.scss */
.compare-params__item span {
  background: url(../images/icons/radiobox-icon.png) 0px -13px no-repeat;
  height: 13px;
  line-height: 12px;
  text-decoration: none;
}

/* line 1800, ../sass/styles.scss */
.close__icon:hover {
  background: url(../images/icons/icons.png) -17px 0 no-repeat;
  background-position: -17px -14px;
}

/* line 1801, ../sass/styles.scss */
.read_more_cart {
  display: none;
}

/* line 1802, ../sass/styles.scss */
.ajaxpages {
  text-align: center;
}

/* line 1803, ../sass/styles.scss */
.square-spin {
  margin: auto;
  position: absolute;
}

/* line 1804, ../sass/styles.scss */
#basket_pc .favorites-mob {
  float: none;
}

/* line 1805, ../sass/styles.scss */
.empty_block_timer {
  height: 94px;
  display: block;
}

/* line 1806, ../sass/styles.scss */
a.pager__link {
  text-decoration: none;
  border-bottom: 1px solid #000;
  line-height: 19px;
  display: inline-block;
}

/* line 1807, ../sass/styles.scss */
a.pager__link:hover {
  border-bottom: 1px solid #FFF;
}

/* line 1808, ../sass/styles.scss */
.compare-props__item {
  white-space: normal;
  overflow: auto;
}

/* line 1809, ../sass/styles.scss */
.product-preview {
  padding: 20px 0;
}

/* line 1810, ../sass/styles.scss */
.product-share .b-share {
  padding: 0 !important;
}

/* line 1811, ../sass/styles.scss */
.product-share .b-share .b-share__handle {
  padding: 0 4px 0 0 !important;
}

/*--ANIMATE--*/
@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
/* line 1848, ../sass/styles.scss */
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #ffd203;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

/*--/animate--*/
/*--rs_easycart--*/
/*#rs_easycart{position:fixed;bottom:0px;width:100%;}*/
/* line 1859, ../sass/styles.scss */
#rs_easycart .rsec {
  width: 100%;
  font-size: 13px;
}

/* line 1860, ../sass/styles.scss */
#rs_easycart img, #rs_easycart form, #rs_easycart table, #rs_easycart table td, #rs_easycart hr, #rs_easycart input {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 1861, ../sass/styles.scss */
#rs_easycart table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1862, ../sass/styles.scss */
#rs_easycart .rsec input[type="button"], #rs_easycart .rsec input[type="submit"], #rs_easycart .rsec input[type="reset"] {
  font-size: 13px;
  -webkit-appearance: none;
}

/* line 1863, ../sass/styles.scss */
#rs_easycart .rsec, #rs_easycart .rsec_in {
  width: 100%;
  margin: 0 auto;
}

/*#rs_easycart div, #rs_easycart .rsec_headers a{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}*/
/*#rs_easycart .rsec_iconka{display:inline-block;font-size:0;vertical-align:middle;}*/
/* line 1866, ../sass/styles.scss */
#rs_easycart .rsec_nowrap {
  white-space: nowrap;
}

/* line 1867, ../sass/styles.scss */
#rs_easycart .rsec_clearfix:after {
  display: block;
  clear: both;
  content: " ";
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* line 1868, ../sass/styles.scss */
#rs_easycart .rsec_block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/easycart/loading_bg.png") repeat scroll 0 0 transparent;
  z-index: 9999;
}

/* line 1869, ../sass/styles.scss */
#rs_easycart .rsec_block .rsec_ikonka {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  margin: -15px 0px 0px -15px;
  background: url("../images/easycart/loading.gif") no-repeat 0 0 transparent;
}

/* line 1870, ../sass/styles.scss */
.rsec_disableSelection {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/*#rs_easycart a{color:#214496;text-decoration:none;}
#rs_easycart a:hover{color:#214496;text-decoration:underline;}

/* buttons */
/* line 1875, ../sass/styles.scss */
#rs_easycart .rsec_btn {
  display: inline-block;
  padding: 5px 14px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 1886, ../sass/styles.scss */
#rs_easycart .rsec_btn:hover {
  text-decoration: underline;
}

/* /buttons */
/* headers */
/* line 1892, ../sass/styles.scss */
#rs_easycart .rsec.rsec_headers .rsec_body {
  height: 40px;
  line-height: 40px;
  text-align: right;
}

/*#rs_easycart .rsec_headers a{
	display:inline-block;
	padding:0px 25px;
	color:#fff;
}*/
/* line 1903, ../sass/styles.scss */
#rs_easycart .rsec_headers a,
#rs_easycart .rsec_headers a:hover {
  text-decoration: none;
}

/* line 1908, ../sass/styles.scss */
#rs_easycart .rsec_headers a:hover span.rsec_name,
#rs_easycart .rsec.rsec_headers a.rsec_online:hover span.rsec_name {
  border-bottom: none;
}

/*#rs_easycart .rsec_headers a .rsec_iconka{
	margin-right:10px;
}*/
/* line 1915, ../sass/styles.scss */
#rs_easycart .rsec_headers a.rsec_online {
  float: left;
}

/* line 1918, ../sass/styles.scss */
#rs_easycart .rsec_headers a.rsec_online .rsec_iconka {
  width: 20px;
  height: 20px;
  margin-bottom: 1px;
  background-position: 0px 0px;
}

/*#rs_easycart .rsec_headers a.rsec_viewed .rsec_iconka{
	width:21px;
	height:13px;
	margin-top:2px;
	background-position:-21px -20px;
}*/
/* line 1930, ../sass/styles.scss */
#rs_easycart .rsec_headers a.selected.rsec_viewed .rsec_iconka {
  background-position: -42px -20px;
}

/* line 1933, ../sass/styles.scss */
#rs_easycart .rsec_headers a.rsec_compare .rsec_iconka {
  width: 16px;
  height: 22px;
  margin-bottom: 2px;
  background-position: -16px -33px;
}

/* line 1939, ../sass/styles.scss */
#rs_easycart .rsec_headers a.selected.rsec_compare .rsec_iconka {
  background-position: -32px -33px;
}

/* line 1942, ../sass/styles.scss */
#rs_easycart .rsec_headers a.rsec_favorite .rsec_iconka {
  width: 17px;
  height: 19px;
  margin-bottom: 1px;
  background-position: -17px -55px;
}

/* line 1948, ../sass/styles.scss */
#rs_easycart .rsec_headers a.selected.rsec_favorite .rsec_iconka {
  background-position: -34px -55px;
}

/* line 1951, ../sass/styles.scss */
#rs_easycart .rsec_headers a.rsec_basket .rsec_iconka {
  width: 22px;
  height: 20px;
  margin-bottom: 1px;
  background-position: -22px -74px;
}

/* line 1957, ../sass/styles.scss */
#rs_easycart .rsec_headers a.selected.rsec_basket .rsec_iconka {
  background-position: -44px -74px;
}

/* /headers */
/* content */
/* line 1963, ../sass/styles.scss */
#rs_easycart .rsec_content,
#rs_easycart .rsec_content .rsec_tab {
  display: none;
}

/* line 1967, ../sass/styles.scss */
#rs_easycart .rsec_content.open,
#rs_easycart .rsec_content.open .rsec_tab.selected {
  display: block;
}

/* line 1971, ../sass/styles.scss */
#rs_easycart .rsec_content .rsec_body {
  background-color: #fff;
  border-right: 1px solid #F3F3F3;
  border-left: 1px solid #F3F3F3;
}

/* line 1976, ../sass/styles.scss */
#rs_easycart .rsec_content .rsec_tyanya {
  text-align: center;
  cursor: n-resize;
  background-color: #F3F3F3;
}

/* line 1981, ../sass/styles.scss */
#rs_easycart .rsec_content .rsec_tyanya .rsec_iconka {
  width: 83px;
  height: 16px;
  margin: 10px 0px 8px 0px;
  background-position: 0px -94px;
}

/* line 1987, ../sass/styles.scss */
#rs_easycart .rsec_content .rsec_tyanya .rsec_close {
  display: block;
  float: right;
  width: 70px;
  height: 10px;
  padding: 12px;
  cursor: pointer;
  line-height: 8px;
  text-decoration: none;
}

/* line 1997, ../sass/styles.scss */
#rs_easycart .rsec_content .rsec_tyanya .rsec_close .rsec_iconka {
  width: 13px;
  height: 13px;
  margin: 0px;
  margin-left: 5px;
  background: url(../images/icons/icons.png) no-repeat -17px 0;
}

/* line 2004, ../sass/styles.scss */
#rs_easycart .rsec_content .rsec_tabs {
  width: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* line 2012, ../sass/styles.scss */
#rs_easycart .rsec_buttons {
  padding: 15px 10px;
}

/* line 2015, ../sass/styles.scss */
#rs_easycart .rsec_leftp {
  float: left;
}

/* line 2018, ../sass/styles.scss */
#rs_easycart .rsec_leftp .rsec_btn {
  margin-right: 10px;
}

/* line 2021, ../sass/styles.scss */
#rs_easycart .rsec_rightp {
  float: right;
}

/* content -> table */
/* line 2025, ../sass/styles.scss */
#rs_easycart table.rsec_table {
  width: 100%;
}

/* line 2028, ../sass/styles.scss */
#rs_easycart table.rsec_table th,
#rs_easycart table.rsec_table td {
  padding: 5px 10px;
  border: 1px solid #F2F2F2;
}

/* line 2033, ../sass/styles.scss */
#rs_easycart table.rsec_table th.rsec_hov,
#rs_easycart table.rsec_table td.rsec_hov {
  width: 5px;
  padding: 0px;
}

/* line 2038, ../sass/styles.scss */
#rs_easycart table.rsec_table .rsec_cen {
  text-align: center;
}

/* line 2041, ../sass/styles.scss */
#rs_easycart table.rsec_table .rsec_padd {
  padding-right: 25px;
  padding-left: 25px;
}

/* line 2045, ../sass/styles.scss */
#rs_easycart table.rsec_table .rsec_min {
  width: 1px;
}

/* line 2048, ../sass/styles.scss */
#rs_easycart table.rsec_table .rsec_image img {
  max-width: 40px;
  max-height: 40px;
}

/* content -> /table */
/* content -> viewed */
/* /content -> viewed */
/* content -> compare */
/* line 2057, ../sass/styles.scss */
#rs_easycart .rsec_thistab_compare .rsec_delete .rsec_iconka {
  width: 10px;
  height: 10px;
  background-position: 0px -110px;
}

/* /content -> compare */
/* content -> favorite */
/* line 2064, ../sass/styles.scss */
#rs_easycart .rsec_thistab_favorite .rsec_delete .rsec_iconka {
  width: 10px;
  height: 10px;
  background-position: 0px -110px;
}

/* /content -> favorite */
/* content -> basket */
/* line 2071, ../sass/styles.scss */
#rs_easycart .rsec_plus,
#rs_easycart .rsec_minus {
  display: inline-block;
  padding: 4px 9px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: black;
  cursor: pointer;
  background-color: #F3F3F3;
}

/* line 2083, ../sass/styles.scss */
#rs_easycart .rsec_plus:hover,
#rs_easycart .rsec_minus:hover {
  color: black;
  text-decoration: none;
  background-color: #e0e0e0;
}

/* line 2089, ../sass/styles.scss */
#rs_easycart .rsec_plus:active,
#rs_easycart .rsec_minus:active {
  color: black;
  text-decoration: none;
  background-color: #cdcdcd;
}

/* line 2095, ../sass/styles.scss */
#rs_easycart .rsec_quantity {
  display: inline-block;
  border: 1px solid #F3F3F3;
  background-color: #FFF;
}

/* line 2100, ../sass/styles.scss */
#rs_easycart .rsec_quantity input {
  width: 36px;
  padding: 0px;
  text-align: center;
  border: none;
  box-shadow: none;
}

/* line 2107, ../sass/styles.scss */
#rs_easycart .rsec_quantity input:focus {
  border: none;
  box-shadow: none;
}

/* line 2108, ../sass/styles.scss */
#rs_easycart .rsec_quantity input,
#rs_easycart .rsec_measurename {
  background-color: #FFF;
}

/* line 2112, ../sass/styles.scss */
#rs_easycart .rsec_measurename {
  display: inline-block;
  min-width: 28px;
  padding: 0px 2px;
}

/* line 2117, ../sass/styles.scss */
#rs_easycart .rsec_thistab_basket .rsec_delete .rsec_iconka {
  width: 13px;
  height: 13px;
  background: url(../images/icons/icons.png) no-repeat -17px 0;
}

/* line 2122, ../sass/styles.scss */
#rs_easycart .rsec_thistab_basket .rsec_totaltext {
  font-size: 14px;
}

/* line 2125, ../sass/styles.scss */
#rs_easycart .rsec_thistab_basket .rsec_totaltext .rsec_color {
  font-size: 15px;
  font-weight: bold;
  margin-right: 25px;
}

/* /content -> basket */
/* /content */
/* themes */
/* line 2134, ../sass/styles.scss */
#rs_easycart .rsec_btn1,
#rs_easycart .rsec_btn2 {
  color: #fff;
}

/* line 2136, ../sass/styles.scss */
#rs_easycart .rsec.rsec_headers {
  background-color: #2b2b2b;
}

/* line 2137, ../sass/styles.scss */
#rs_easycart .rsec_headers a.selected {
  color: #666666;
}

/* themes -> orange (default) */
/* line 2139, ../sass/styles.scss */
#rs_easycart .rsec_iconka,
#rs_easycart .rsec_btn1,
#rs_easycart table.rsec_table tr:hover td.rsec_hov,
#rs_easycart .rsec_headers a.rsec_online,
#rs_easycart .rsec_headers span.rsec_color {
  color: #ee8131;
}

/* /themes -> /orange (default) */
/* themes -> green */
/* line 2150, ../sass/styles.scss */
#rs_easycart.green .rsec_iconka,
#rs_easycart.green table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.green .rsec_btn1 {
  background-color: #4c6ca5;
}

/* line 2153, ../sass/styles.scss */
#rs_easycart.green .rsec_btn2 {
  background-color: #8cba25;
}

/* line 2154, ../sass/styles.scss */
#rs_easycart.green .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #8cba25;
}

/* line 2155, ../sass/styles.scss */
#rs_easycart.green .rsec_headers a.rsec_online,
#rs_easycart.green .rsec_headers span.rsec_color {
  color: #8cba25;
}

/* themes -> /green */
/* themes -> blue */
/* line 2159, ../sass/styles.scss */
#rs_easycart.blue .rsec_iconka,
#rs_easycart.blue table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.blue .rsec_btn1 {
  background-color: #3c3c3c;
}

/* line 2162, ../sass/styles.scss */
#rs_easycart.blue .rsec_btn2 {
  background-color: #fed75e;
  color: #000;
}

/* line 2163, ../sass/styles.scss */
#rs_easycart.blue .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #36acd4;
}

/* line 2164, ../sass/styles.scss */
#rs_easycart.blue .rsec_headers a.rsec_online,
#rs_easycart.blue .rsec_headers span.rsec_color {
  color: #36acd4;
}

/* themes -> /blue */
/* themes -> purple */
/* line 2168, ../sass/styles.scss */
#rs_easycart.purple .rsec_iconka,
#rs_easycart.purple table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.purple .rsec_btn1 {
  background-color: #bdd179;
}

/* line 2171, ../sass/styles.scss */
#rs_easycart.purple .rsec_btn2 {
  background-color: #9375ab;
}

/* line 2172, ../sass/styles.scss */
#rs_easycart.purple .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #9375ab;
}

/* line 2173, ../sass/styles.scss */
#rs_easycart.purple .rsec_headers a.rsec_online,
#rs_easycart.purple .rsec_headers span.rsec_color {
  color: #9375ab;
}

/* themes -> /purple */
/* themes -> yellow */
/* line 2177, ../sass/styles.scss */
#rs_easycart.yellow .rsec_iconka,
#rs_easycart.yellow table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.yellow .rsec_btn1 {
  background-color: #fed85e;
  color: #000;
}

/* line 2180, ../sass/styles.scss */
#rs_easycart.yellow .rsec_btn2 {
  background-color: #aabf6b;
}

/* line 2181, ../sass/styles.scss */
#rs_easycart.yellow .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #fed85e;
}

/* line 2182, ../sass/styles.scss */
#rs_easycart.yellow .rsec_headers a.rsec_online,
#rs_easycart.yellow .rsec_headers span.rsec_color {
  color: #fed85e;
}

/* themes -> /yellow */
/* themes -> lime */
/* line 2186, ../sass/styles.scss */
#rs_easycart.lime .rsec_iconka,
#rs_easycart.lime table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.lime .rsec_btn1 {
  background-color: #b7af4d;
}

/* line 2189, ../sass/styles.scss */
#rs_easycart.lime .rsec_btn2 {
  background-color: #5d640b;
}

/* line 2190, ../sass/styles.scss */
#rs_easycart.lime .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #b7af4d;
}

/* line 2191, ../sass/styles.scss */
#rs_easycart.lime .rsec_headers a.rsec_online,
#rs_easycart.lime .rsec_headers span.rsec_color {
  color: #b7af4d;
}

/* themes -> /lime */
/* themes -> red */
/* line 2195, ../sass/styles.scss */
#rs_easycart.red .rsec_iconka,
#rs_easycart.red table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.red .rsec_btn1 {
  background-color: #647a9b;
}

/* line 2198, ../sass/styles.scss */
#rs_easycart.red .rsec_btn2 {
  background-color: #c4010c;
}

/* line 2199, ../sass/styles.scss */
#rs_easycart.red .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #c4010c;
}

/* line 2200, ../sass/styles.scss */
#rs_easycart.red .rsec_headers a.rsec_online,
#rs_easycart.red .rsec_headers span.rsec_color {
  color: #c4010c;
}

/* themes -> /red */
/* themes -> brown */
/* line 2204, ../sass/styles.scss */
#rs_easycart.brown .rsec_iconka,
#rs_easycart.brown input[type="checkbox"] + label:before {
  background-image: url("../images/easycart/icons_brown.png?v100");
}

/* line 2206, ../sass/styles.scss */
#rs_easycart.brown table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.brown .rsec_btn1 {
  background-color: #ff9900;
}

/* line 2208, ../sass/styles.scss */
#rs_easycart.brown .rsec_btn2 {
  background-color: #8b645c;
}

/* line 2209, ../sass/styles.scss */
#rs_easycart.brown .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #8b645c;
}

/* line 2210, ../sass/styles.scss */
#rs_easycart.brown .rsec_headers a.rsec_online,
#rs_easycart.brown .rsec_headers span.rsec_color {
  color: #8b645c;
}

/* themes -> /brown */
/* themes -> towny */
/* line 2214, ../sass/styles.scss */
#rs_easycart.towny .rsec_iconka,
#rs_easycart.towny input[type="checkbox"] + label:before {
  background-image: url("../images/easycart/icons_towny.png?v100");
}

/* line 2216, ../sass/styles.scss */
#rs_easycart.towny table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.towny .rsec_btn1 {
  background-color: #ee3523;
}

/* line 2218, ../sass/styles.scss */
#rs_easycart.towny .rsec_btn2 {
  background-color: #e9c440;
}

/* line 2219, ../sass/styles.scss */
#rs_easycart.towny .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #e9c440;
}

/* line 2220, ../sass/styles.scss */
#rs_easycart.towny .rsec_headers a.rsec_online,
#rs_easycart.towny .rsec_headers span.rsec_color {
  color: #e9c440;
}

/* themes -> /towny */
/* themes -> dark_blue */
/* line 2224, ../sass/styles.scss */
#rs_easycart.dark_blue .rsec_iconka,
#rs_easycart.dark_blue input[type="checkbox"] + label:before {
  background-image: url("../images/easycart/icons_dark_blue.png?v100");
}

/* line 2226, ../sass/styles.scss */
#rs_easycart.dark_blue table.rsec_table tr:hover td.rsec_hov,
#rs_easycart.dark_blue .rsec_btn1 {
  background-color: #555555;
}

/* line 2228, ../sass/styles.scss */
#rs_easycart.dark_blue .rsec_btn2 {
  background-color: #214496;
}

/* line 2229, ../sass/styles.scss */
#rs_easycart.dark_blue .rsec_headers a.rsec_online span.rsec_name {
  border-bottom: 1px dashed #fff;
}

/* line 2230, ../sass/styles.scss */
#rs_easycart.dark_blue .rsec_headers a.rsec_online,
#rs_easycart.dark_blue .rsec_headers span.rsec_color {
  color: #fff;
}

/* line 2232, ../sass/styles.scss */
#rs_easycart.dark_blue .rsec_headers .selected span.rsec_color {
  color: #214496;
}

	/* themes -> /dark_blue *
/* /themes */
/* checkbox and radio buttons */
/* line 2237, ../sass/styles.scss */
#rs_easycart input[type="checkbox"] {
  left: -9999px;
  position: absolute;
}

/* line 2241, ../sass/styles.scss */
#rs_easycart input[type="checkbox"] + label {
  cursor: pointer;
}

/* line 2244, ../sass/styles.scss */
#rs_easycart input[type="checkbox"] + label:before {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 3px;
  content: '';
}

/* line 2251, ../sass/styles.scss */
#rs_easycart input[type="checkbox"] + label:before {
  width: 13px;
  height: 13px;
}

/* line 2255, ../sass/styles.scss */
#rs_easycart input[type="checkbox"] + label:before {
  background-position: 0 -120px;
}

/* line 2258, ../sass/styles.scss */
#rs_easycart input[type="checkbox"]:checked + label:before {
  background-position: -13px -120px;
}

/* line 2261, ../sass/styles.scss */
#rs_easycart input[type="checkbox"] + label.checked:before {
  background-position: -13px -120px;
}

/* /checkbox and radio buttons */
@media screen and (max-width: 1100px) {
  /* line 2267, ../sass/styles.scss */
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_online span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* line 2272, ../sass/styles.scss */
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_viewed span,
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_compare span,
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_favorite span {
    display: none;
  }

  /* line 2277, ../sass/styles.scss */
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_viewed .rsec_iconka,
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_compare .rsec_iconka,
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_favorite .rsec_iconka {
    margin-right: 0px;
  }

  /* line 2282, ../sass/styles.scss */
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 500px) {
  /* line 2287, ../sass/styles.scss */
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_basket span.rsec_name,
  #rs_easycart .rsec.rsec_headers .rsec_body .rsec_changer.rsec_basket span.rsec_color.rsec_sum {
    display: none;
  }
}
/* line 2292, ../sass/styles.scss */
#rs_easycart {
  bottom: 40px;
  position: fixed;
  width: 100%;
}

/* line 2297, ../sass/styles.scss */
#rs_easycart .rsec_content.open, #rs_easycart .rsec_content.open .rsec_tab.selected {
  display: block;
  height: 100%;
}

/* line 2301, ../sass/styles.scss */
#rs_easycart .rsec, #rs_easycart .rsec_in {
  margin: 0 auto;
  width: 100%;
}

/* line 2305, ../sass/styles.scss */
#rs_easycart .rsec_content .rsec_tyanya .rsec_iconka {
  background-position: 0px -94px;
  height: 16px;
  margin: 10px 0 8px 84px;
  width: 83px;
}

/* line 2311, ../sass/styles.scss */
#rs_easycart .rsec_iconka {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

/* line 2316, ../sass/styles.scss */
#rs_easycart .rsec_iconka, #rs_easycart input[type="checkbox"] + label:before {
  background-image: url("../images/easycart/icons_orange.png?v100");
}

/* line 2320, ../sass/styles.scss */
#rs_easycart .rsec_iconka,
#rs_easycart .rsec_btn1,
#rs_easycart table.rsec_table tr:hover td.rsec_hov,
#rs_easycart .rsec_headers a.rsec_online span.rsec_name {
  border-radius: none;
}

/* line 2327, ../sass/styles.scss */
.icon-back_to_top {
  font: 60px/19px "Pe-icon-7-stroke", Arial, sans-serif;
  color: #CCCCCC;
  position: fixed;
  left: 50px;
  bottom: 90px;
  cursor: pointer;
  z-index: 1000;
  display: none;
}

/* line 2328, ../sass/styles.scss */
.icon-back_to_top:hover {
  color: #148ECD;
}

/*--/rs_easycart--*/
/*--/main--*/
@media (max-width: 1240px) {
  /* line 1, ../sass/styles_1240.scss */
  .owl-prev {
    left: -7px;
  }

  /* line 2, ../sass/styles_1240.scss */
  .owl-next {
    right: -7px;
  }

  /* line 4, ../sass/styles_1240.scss */
  .promo-slider .owl-prev {
    left: -18px;
  }

  /* line 5, ../sass/styles_1240.scss */
  .promo-slider .owl-next {
    right: -18px;
  }

  /* line 7, ../sass/styles_1240.scss */
  .catalog-menu-sub-item_product:last-child {
    display: none;
  }

  /* line 9, ../sass/styles_1240.scss */
  .c-list__info {
    width: 31%;
  }

  /* line 10, ../sass/styles_1240.scss */
  .c-list__price {
    width: 23%;
  }

  /* line 11, ../sass/styles_1240.scss */
  .c-list__amount {
    margin: 0 14px 0 8px;
  }

  /* line 12, ../sass/styles_1240.scss */
  .c-list__order {
    width: 198px;
  }

  /* line 14, ../sass/styles_1240.scss */
  .l-wrapper {
    overflow: hidden;
  }

  /* line 16, ../sass/styles_1240.scss */
  .modification__info {
    width: 45%;
  }

  /* line 18, ../sass/styles_1240.scss */
  .promo-slider-description__price {
    font-size: 23px;
  }

  /* line 20, ../sass/styles_1240.scss */
  .recommended .catalog__item {
    width: 25%;
  }

  /* line 22, ../sass/styles_1240.scss */
  .sort_extra .sort-help {
    display: none;
  }

  /* line 23, ../sass/styles_1240.scss */
  .sort_extra .sort-list {
    display: none;
  }

  /* line 24, ../sass/styles_1240.scss */
  .sort-pages {
    display: none;
  }

  /* line 26, ../sass/styles_1240.scss */
  .pager-bar {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 27, ../sass/styles_1240.scss */
  .pager {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  /* line 1, ../sass/styles_1024.scss */
  .catalog__item {
    width: 33%;
  }

  /* line 3, ../sass/styles_1024.scss */
  .catalog-menu-sub-wrapper {
    width: 660px;
  }

  /* line 5, ../sass/styles_1024.scss */
  .catalog-menu-sub-item_product {
    display: none;
  }

  /* line 7, ../sass/styles_1024.scss */
  .cart-head__filter .catalog-filter {
    margin-bottom: 0;
  }

  /* line 9, ../sass/styles_1024.scss */
  .cart-content-head {
    display: none;
  }

  /* line 11, ../sass/styles_1024.scss */
  .cart-icon {
    width: 20%;
  }

  /* line 12, ../sass/styles_1024.scss */
  .cart-info {
    width: 72%;
  }

  /* line 13, ../sass/styles_1024.scss */
  .cart-digit {
    width: auto;
    max-width: 30%;
    margin-bottom: 7px;
    margin-right: 8%;
  }

  /* line 14, ../sass/styles_1024.scss */
  .cart-digit-name {
    display: block;
  }

  /* line 15, ../sass/styles_1024.scss */
  .cart-amount {
    width: 20%;
  }

  /* line 16, ../sass/styles_1024.scss */
  .cart-action {
    width: 78%;
    text-align: left;
  }

  /* line 17, ../sass/styles_1024.scss */
  .cart-action__label {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    margin: 0 5px 0 0;
    padding: 5px 17px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #202002;
    font: 15px/20px "Open Sans", Arial, sans-serif;
    text-decoration: none;
  }

  /* line 18, ../sass/styles_1024.scss */
  .cart-action__label:hover {
    border-color: #989898;
  }

  /* line 19, ../sass/styles_1024.scss */
  .cart-number {
    width: 23%;
    text-align: left;
  }

  /* line 21, ../sass/styles_1024.scss */
  .cart-bar__promo {
    margin-top: 0;
  }

  /* line 23, ../sass/styles_1024.scss */
  .contacts__phone {
    font-size: 18px;
  }

  /* line 28, ../sass/styles_1024.scss */
  .c-gallery__prop {
    display: none;
  }

  /* line 30, ../sass/styles_1024.scss */
  .dropdown_cart .dropdown-menu {
    width: 438px;
  }

  /* line 32, ../sass/styles_1024.scss */
  .favorites__item {
    padding-left: 0;
  }

  /* line 33, ../sass/styles_1024.scss */
  .favorites-icon {
    display: none;
  }

  /* line 35, ../sass/styles_1024.scss */
  .feedback-menu__label {
    display: none;
  }

  /* line 37, ../sass/styles_1024.scss */
  .footer.l-layout {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 38, ../sass/styles_1024.scss */
  .footer-contacts {
    width: auto;
  }

  /* line 40, ../sass/styles_1024.scss */
  .modification__info {
    width: 40%;
  }

  /* line 42, ../sass/styles_1024.scss */
  .promo-col-main {
    margin-left: 0;
  }

  /* line 43, ../sass/styles_1024.scss */
  .promo-col-left {
    display: none;
  }

  /* line 45, ../sass/styles_1024.scss */
  .scan-list__item {
    width: 25%;
  }

  /* line 47, ../sass/styles_1024.scss */
  .statistic-name {
    display: none;
  }
}
@media (max-width: 940px) {
  /* line 1, ../sass/styles_940.scss */
  .l-catalog-content {
    float: none;
  }

  /* line 2, ../sass/styles_940.scss */
  .l-catalog-container {
    margin-left: 0;
  }

  /* line 3, ../sass/styles_940.scss */
  .l-catalog-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* line 4, ../sass/styles_940.scss */
  .l-body {
    min-height: 360px;
  }

  /* line 7, ../sass/styles_940.scss */
  .promo-slider .owl-prev {
    left: -7px;
  }

  /* line 8, ../sass/styles_940.scss */
  .promo-slider .owl-next {
    right: -7px;
  }

  /* line 10, ../sass/styles_940.scss */
  .catalog__item {
    width: 50%;
  }

  /* line 11, ../sass/styles_940.scss */
  .catalog-detail {
    float: none;
    padding-left: 0;
  }

  /* line 13, ../sass/styles_940.scss */
  .l-catalog-content .catalog__item {
    width: 33%;
  }

  /* line 15, ../sass/styles_940.scss */
  .locationbig .item {
    width: 31%;
  }

  /* line 17, ../sass/styles_940.scss */
  .recommended .catalog__item {
    width: 33%;
  }

  /* line 19, ../sass/styles_940.scss */
  .filter-result {
    visibility: hidden;
  }

  /* line 21, ../sass/styles_940.scss */
  .filter-box__name {
    display: block;
  }

  /* line 22, ../sass/styles_940.scss */
  .filter-box__content {
    display: none;
  }

  /* line 24, ../sass/styles_940.scss */
  .modification__content {
    margin-bottom: 16px;
  }

  /* line 25, ../sass/styles_940.scss */
  .modification__content:last-child {
    margin-bottom: 5px;
  }

  /* line 26, ../sass/styles_940.scss */
  .modification__icon {
    margin-bottom: 0;
  }

  /* line 27, ../sass/styles_940.scss */
  .modification__info {
    width: 86%;
  }

  /* line 28, ../sass/styles_940.scss */
  .modification__price {
    margin-left: 85px;
  }

  /* line 30, ../sass/styles_940.scss */
  .news-detail__img {
    float: none;
  }

  /* line 32, ../sass/styles_940.scss */
  .popup-city {
    width: auto;
  }

  /* line 34, ../sass/styles_940.scss */
  .popup-gallery {
    width: 100%;
  }

  /* line 36, ../sass/styles_940.scss */
  .popup-review {
    width: 100%;
  }

  /* line 38, ../sass/styles_940.scss */
  .popup-gallery__icon {
    width: 400px;
  }

  /* line 39, ../sass/styles_940.scss */
  .popup-gallery__box {
    width: 400px;
  }

  /* line 41, ../sass/styles_940.scss */
  .product-img {
    margin-bottom: 20px;
  }

  /* line 43, ../sass/styles_940.scss */
  .profile {
    width: 100%;
  }

  /* line 45, ../sass/styles_940.scss */
  .product-detail {
    margin-bottom: 0;
  }

  /* line 46, ../sass/styles_940.scss */
  .product-col {
    margin-right: 0;
  }

  /* line 47, ../sass/styles_940.scss */
  .product-bar {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 48, ../sass/styles_940.scss */
  .product-preview .catalog-add-info {
    bottom: 0;
  }

  /* line 49, ../sass/styles_940.scss */
  .product-preview__counter {
    display: block;
  }

  /* line 50, ../sass/styles_940.scss */
  .product-counter {
    display: none;
  }

  /* line 51, ../sass/styles_940.scss */
  .product-description {
    margin-bottom: 20px;
  }

  /* line 52, ../sass/styles_940.scss */
  .product-bar__foot {
    text-align: center;
    margin-top: 23px;
  }

  /* line 53, ../sass/styles_940.scss */
  .product-transfer {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }

  /* line 54, ../sass/styles_940.scss */
  .product-favorites {
    display: inline-block;
    vertical-align: top;
  }

  /* line 56, ../sass/styles_940.scss */
  .promo-col-main {
    width: 100%;
    margin-right: 0;
  }

  /* line 57, ../sass/styles_940.scss */
  .promo-col-right {
    display: none;
  }

  /* line 59, ../sass/styles_940.scss */
  .scan-list__item {
    width: 33%;
  }

  /* line 61, ../sass/styles_940.scss */
  .sections__item {
    width: 22%;
  }

  /* line 63, ../sass/styles_940.scss */
  .side-menu_catalog {
    display: none;
  }

  /* line 65, ../sass/styles_940.scss */
  .sort-compare-label {
    display: none;
  }

  /* line 66, ../sass/styles_940.scss */
  .sort-compare-icon {
    display: block;
  }

  /* line 67, ../sass/styles_940.scss */
  .icon-back_to_top {
    display: none;
  }

  /* line 69, ../sass/styles_940.scss */
  .c-list__params__item .iblock-vote {
    display: none;
  }

  /* line 70, ../sass/styles_940.scss */
  .c-list__info {
    width: 30%;
  }

  /* line 71, ../sass/styles_940.scss */
  .c-list__price {
    width: 25%;
  }
}
.l-toppanel-mob a.contacts__phone__number{
	width:45%;
	margin-right:2%;
	margin-left:2%;
	display: inline-block;
	min-width: auto;
}
.l-toppanel-mob .contacts__phone {
    font-size: 1em !important;
  }
@media screen (max-width: 768px) {
  /* line 1, ../sass/styles_768.scss */
  .best-products_simple .owl-prev {
    top: 102px;
  }

  /* line 2, ../sass/styles_768.scss */
  .best-products_simple .owl-next {
    top: 102px;
  }

  /* line 4, ../sass/styles_768.scss */
  .catalog-more_mob {
    display: block;
  }

  /* line 6, ../sass/styles_768.scss */
  .contacts__address {
    display: none;
  }

  /* line 8, ../sass/styles_768.scss */
  .contacts__phone {
    font-size: 24px;
  }


  /* line 12, ../sass/styles_768.scss */
  .c-list__content {
    margin: 0;
  }

  /* line 13, ../sass/styles_768.scss */
  .c-list__info {
    width: 30%;
  }

  /* line 14, ../sass/styles_768.scss */
  .c-list__price {
    width: 23%;
  }

  /* line 16, ../sass/styles_768.scss */
  .c-gallery__content_info {
    margin-left: 230px;
    margin-right: 140px;
  }

  /* line 18, ../sass/styles_768.scss */
  .favorites__item {
    padding-left: 35px;
  }

  /* line 19, ../sass/styles_768.scss */
  .favorites-icon {
    display: block;
  }

  /* line 21, ../sass/styles_768.scss */
  .field__captcha {
    float: none;
  }

  /* line 22, ../sass/styles_768.scss */
  .form-raw__item {
    width: 100%;
  }

  /* line 23, ../sass/styles_768.scss */
  .form-raw__item:last-child {
    width: 100%;
  }

  /* line 25, ../sass/styles_768.scss */
  .form-toolbar__help_simple {
    float: left;
  }

  /* line 27, ../sass/styles_768.scss */
  .header__block {
    float: none;
    width: 98%;
    margin-bottom: 13px;
  }

  /* line 28, ../sass/styles_768.scss */
  .header__block_logo {
    width: 98%;
  }

  /* line 29, ../sass/styles_768.scss */
  .header__block_contacts {
    width: 98%;
  }

  /* line 30, ../sass/styles_768.scss */
  .header__block_search {
    width: 98%;
  }

  /* line 31, ../sass/styles_768.scss */
  .header__block_search .search {
    float: right;
  }

  /* line 32, ../sass/styles_768.scss */
  .header__block_favorites {
    width: 98%;
  }

  /* line 34, ../sass/styles_768.scss */
  .g-mobile-hidden.user__item {
    display: none;
  }

  /* line 36, ../sass/styles_768.scss */
  .popup-cart-list__description {
    width: 67%;
  }

  /* line 37, ../sass/styles_768.scss */
  .popup-cart-list__amount {
    margin-top: 10px;
    margin-left: 92px;
    text-align: left;
  }

  /* line 38, ../sass/styles_768.scss */
  .popup-cart-list__price {
    margin-top: 10px;
  }

  /* line 40, ../sass/styles_768.scss */
  .popup-gallery__list {
    display: none;
  }

  /* line 42, ../sass/styles_768.scss */
  .search_header .search__field {
    width: 251px;
  }

  /* line 43, ../sass/styles_768.scss */
  .search-mob__field {
    width: auto;
  }

  /* line 44, ../sass/styles_768.scss */
  .search__example {
    display: none;
  }

  /* line 46, ../sass/styles_768.scss */
  .set-bar__sum {
    margin-bottom: 7px;
  }

  /* line 47, ../sass/styles_768.scss */
  .set-bar__economy {
    margin-bottom: 7px;
  }

  /* line 48, ../sass/styles_768.scss */
  .popup-button {
    margin-top: 10px;
  }

  /* line 50, ../sass/styles_768.scss */
  .sort_extra {
    display: none;
  }

  /* line 51, ../sass/styles_768.scss */
  .sort-help {
    display: none;
  }

  /* line 52, ../sass/styles_768.scss */
  .sort-label_per {
    display: none;
  }
}
@media (max-width: 660px) {
  /* line 1, ../sass/styles_660.scss */
  .l-toppanel {
    display: none;
  }

  /* line 2, ../sass/styles_660.scss */
  .product-detail .product-bar__foot {
    display: none;
  }

  /* line 3, ../sass/styles_660.scss */
  .l-toppanel-mob {
    display: block;
  }

  /* line 5, ../sass/styles_660.scss */
  .l-body {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 140px;
  }

  /* line 6, ../sass/styles_660.scss */
  .l-content {
    float: none;
  }

  /* line 7, ../sass/styles_660.scss */
  .l-container {
    margin-left: 0;
  }

  /* line 8, ../sass/styles_660.scss */
  .l-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* line 10, ../sass/styles_660.scss */
  .about-bar {
    /*max-height: 227px;*/
  }

  /* line 11, ../sass/styles_660.scss */
  .about-title {
    margin-bottom: 0;
  }

  /* line 12, ../sass/styles_660.scss */
  .about-title-sub {
    margin-bottom: 0;
  }

  /* line 14, ../sass/styles_660.scss */
  .ajaxlocation .cominput {
    width: 100%;
    margin: 0 0 10px;
  }

  /* line 16, ../sass/styles_660.scss */
  .auth {
    width: 100%;
  }

  /* line 19, ../sass/styles_660.scss */
  .body-fix .l-wrapper {
    overflow: hidden;
  }

  /* line 20, ../sass/styles_660.scss */
  .body-fix .l-mob-bar {
    position: relative;
  }

  /* line 21, ../sass/styles_660.scss */
  .body-fix .l-body {
    padding-top: 8px;
  }

  /* line 22, ../sass/styles_660.scss */
  .body-fix .l-main-content {
    position: absolute;
  }

  /* line 24, ../sass/styles_660.scss */
  .best-products_simple .owl-prev {
    top: 85px;
  }

  /* line 25, ../sass/styles_660.scss */
  .best-products_simple .owl-next {
    top: 85px;
  }

  /* line 27, ../sass/styles_660.scss */
  .brand-detail__icon {
    width: 100%;
  }

  /* line 28, ../sass/styles_660.scss */
  .brand-detail__info {
    margin-right: 0;
  }

  /* line 30, ../sass/styles_660.scss */
  .catalog-menu-sub-wrapper {
    width: 250px;
    white-space: normal;
  }

  /* line 32, ../sass/styles_660.scss */
  .cart-head__sum {
    text-align: right;
  }

  /* line 33, ../sass/styles_660.scss */
  .cart-head__sum .sum-result {
    margin-top: 8px;
  }

  /* line 35, ../sass/styles_660.scss */
  .cart-action {
    white-space: nowrap;
  }

  /* line 37, ../sass/styles_660.scss */
  .cart-bar__sum {
    width: 100%;
    text-align: right;
  }

  /* line 38, ../sass/styles_660.scss */
  .cart-bar__promo {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  /* line 40, ../sass/styles_660.scss */
  .cart-order__item {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 41, ../sass/styles_660.scss */
  .cart-order__detail {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 43, ../sass/styles_660.scss */
  .cart-side-menu {
    display: none;
  }

  /* line 45, ../sass/styles_660.scss */
  .catalog__item:hover .catalog-description {
    display: none;
  }

  /* line 47, ../sass/styles_660.scss */
  .l-catalog-content .catalog__item {
    width: 50%;
  }

  /* line 49, ../sass/styles_660.scss */
  .recommended .catalog__item {
    width: 50%;
  }

  /* line 51, ../sass/styles_660.scss */
  .catalog-list .catalog-stickers__item_discount {
    display: none;
  }

  /* line 53, ../sass/styles_660.scss */
  .c-gallery__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
  }

  /* line 55, ../sass/styles_660.scss */
  .c-gallery__announce {
    display: none;
  }

  /* line 56, ../sass/styles_660.scss */
  .c-gallery__counter {
    display: none;
  }

  /* line 57, ../sass/styles_660.scss */
  .c-gallery__content_icon {
    width: 120px;
    margin-left: 0;
    margin-right: -120px;
  }

  /* line 58, ../sass/styles_660.scss */
  .c-gallery__cover {
    height: auto;
    line-height: 100px;
  }

  /* line 59, ../sass/styles_660.scss */
  .c-gallery__img {
    max-width: 100px;
    max-height: 85px;
  }

  /* line 60, ../sass/styles_660.scss */
  .c-gallery__stickers {
    display: none;
  }

  /* line 61, ../sass/styles_660.scss */
  .c-gallery__add-info {
    display: none;
  }

  /* line 62, ../sass/styles_660.scss */
  .c-gallery__content_info {
    margin-left: 140px;
    margin-right: 110px;
    height: 100px;
  }

  /* line 63, ../sass/styles_660.scss */
  .c-gallery__button_c_f {
    position: absolute;
    bottom: 0;
  }

  /* line 64, ../sass/styles_660.scss */
  .c-gallery__content_order {
    width: 100px;
  }

  /* line 65, ../sass/styles_660.scss */
  .c-gallery__content_order .c-gallery__amount {
    display: none;
  }

  /* line 66, ../sass/styles_660.scss */
  .gallery__params__item {
    margin: 0 10px 0 0;
  }

  /* line 67, ../sass/styles_660.scss */
  .count_compare {
    display: none !important;
  }

  /* line 68, ../sass/styles_660.scss */
  .c-list__order {
    margin-left: 0;
  }

  /* line 69, ../sass/styles_660.scss */
  .c-list__item .catalog-price__old {
    display: none;
  }

  /* line 70, ../sass/styles_660.scss */
  .c-list__price {
    margin-right: 0;
    width: 27%;
    text-align: right;
  }

  /* line 72, ../sass/styles_660.scss */
  .c-list__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 73, ../sass/styles_660.scss */
  .c-list__icon {
    width: 12%;
    margin-right: 1%;
  }

  /* line 74, ../sass/styles_660.scss */
  .c-list__info {
    width: 60%;
  }

  /* line 75, ../sass/styles_660.scss */
  .c-list-catalog-price {
    text-align: right;
    white-space: nowrap;
  }

  /* line 76, ../sass/styles_660.scss */
  .c-list__stickers {
    top: -7px;
    left: -10px;
  }

  /* line 78, ../sass/styles_660.scss */
  .characteristics__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }

  /* line 79, ../sass/styles_660.scss */
  .characteristics__item:last-child {
    margin-bottom: 7px;
  }

  /* line 80, ../sass/styles_660.scss */
  .g-product-img {
    max-width: 100%;
  }

  /* line 82, ../sass/styles_660.scss */
  .compare {
    margin-bottom: 30px;
  }

  /* line 83, ../sass/styles_660.scss */
  .compare-sidebar {
    width: 150px;
  }

  /* line 84, ../sass/styles_660.scss */
  .compare-container {
    margin-left: 170px;
  }

  /* line 85, ../sass/styles_660.scss */
  .compare-list__item {
    margin-bottom: 10px;
  }

  /* line 88, ../sass/styles_660.scss */
  .dropdown_cart {
    position: static;
  }

  /* line 89, ../sass/styles_660.scss */
  .dropdown_cart .dropdown-menu {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 90, ../sass/styles_660.scss */
  .dropdown_cart .dropdown-menu:before {
    right: 22px;
  }

  /* line 91, ../sass/styles_660.scss */
  .drop-cart-list__content_icon {
    width: 30%;
  }

  /* line 92, ../sass/styles_660.scss */
  .drop-cart-list__content_description {
    width: 62%;
  }

  /* line 93, ../sass/styles_660.scss */
  .drop-cart-list__content_amount {
    float: right;
    width: 38%;
  }

  /* line 94, ../sass/styles_660.scss */
  .drop-cart-list__content_price {
    float: right;
    width: 38%;
  }

  /* line 96, ../sass/styles_660.scss */
  .documentation {
    margin-bottom: 0;
  }

  /* line 97, ../sass/styles_660.scss */
  .documentation__item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 99, ../sass/styles_660.scss */
  .feedback-menu {
    display: none;
  }

  /* line 101, ../sass/styles_660.scss */
  .feedback-menu-multi {
    display: block;
  }

  /* line 103, ../sass/styles_660.scss */
  .feedback-list__name {
    width: 30%;
  }

  /* line 104, ../sass/styles_660.scss */
  .feedback-list__value {
    width: 63%;
  }

  /* line 106, ../sass/styles_660.scss */
  .footer-copyright {
    margin-bottom: 27px;
  }

  /* line 107, ../sass/styles_660.scss */
  .footer-contacts {
    float: none;
  }

  /* line 108, ../sass/styles_660.scss */
  .footer-contacts__item {
    margin-bottom: 6px;
  }

  /* line 109, ../sass/styles_660.scss */
  .footer-composite {
    float: none;
    text-align: center;
  }

  /* line 111, ../sass/styles_660.scss */
  .l-header {
    display: none;
  }

  /* line 112, ../sass/styles_660.scss */
  .header__item_first {
    width: 100%;
    margin-right: 0;
  }

  /* line 113, ../sass/styles_660.scss */
  .header__item_last {
    width: 100%;
  }

  /* line 114, ../sass/styles_660.scss */
  .header__block {
    margin-right: 0;
  }

  /* line 116, ../sass/styles_660.scss */
  .locationbig .item {
    width: 45%;
  }

  /* line 118, ../sass/styles_660.scss */
  .menu {
    float: none;
    height: auto;
    overflow: visible;
    text-align: center;
    display: none;
  }

  /* line 119, ../sass/styles_660.scss */
  .menu__item {
    float: none;
    margin-bottom: 17px;
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }

  /* line 121, ../sass/styles_660.scss */
  .modification__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 122, ../sass/styles_660.scss */
  .modification__icon {
    margin-right: 1%;
  }

  /* line 123, ../sass/styles_660.scss */
  .modification__info {
    width: 69%;
  }

  /* line 124, ../sass/styles_660.scss */
  .modification__price {
    display: block;
    width: auto;
  }

  /* line 125, ../sass/styles_660.scss */
  .mod-catalog-price {
    text-align: left;
  }

  /* line 126, ../sass/styles_660.scss */
  .modification__order {
    margin-left: 85px;
  }

  /* line 127, ../sass/styles_660.scss */
  .modification__stickers {
    top: -7px;
    left: -10px;
  }

  /* line 128, ../sass/styles_660.scss */
  .catalog-stickers__item_mod {
    width: 10px;
    height: 80px;
    padding-top: 0;
    text-indent: -500px;
  }

  /* line 129, ../sass/styles_660.scss */
  .catalog-stickers__item_mod.catalog-stickers__item_favorite {
    background: #ff8201;
  }

  /* line 130, ../sass/styles_660.scss */
  .catalog-stickers__item_mod.catalog-stickers__item_cheap {
    background: #3ca4f6;
  }

  /* line 132, ../sass/styles_660.scss */
  .news-side-list__item {
    margin-bottom: 24px;
  }

  /* line 133, ../sass/styles_660.scss */
  .news-side-bar__date {
    font-size: 13px;
  }

  /* line 134, ../sass/styles_660.scss */
  .news-side-list__label {
    font-size: 14px;
  }

  /* line 136, ../sass/styles_660.scss */
  .news-detail__img {
    max-width: 100%;
  }

  /* line 138, ../sass/styles_660.scss */
  .owl-nav {
    display: none;
  }

  /* line 140, ../sass/styles_660.scss */
  .order-result {
    width: 100%;
  }

  /* line 142, ../sass/styles_660.scss */
  .popup {
    width: auto;
  }

  /* line 143, ../sass/styles_660.scss */
  .popup-cart-button {
    width: 100%;
  }

  /* line 145, ../sass/styles_660.scss */
  .c-list__content.c-list__order {
    display: none;
  }

  /* line 147, ../sass/styles_660.scss */
  .promo-col-main {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 148, ../sass/styles_660.scss */
  .promo-col-left {
    display: none;
  }

  /* line 149, ../sass/styles_660.scss */
  .promo-col-right {
    display: none;
  }

  /* line 150, ../sass/styles_660.scss */
  .product-detail .detailBigSlider {
    max-height: 112%;
    overflow: hidden;
  }

  /* line 151, ../sass/styles_660.scss */
  .product-detail .product-gallery {
    display: none;
  }

  /* line 153, ../sass/styles_660.scss */
  .promo-slider {
    padding-bottom: 25px;
  }

  /* line 154, ../sass/styles_660.scss */
  .promo-slider .owl-dots {
    bottom: -30px;
    margin: 10px 0 0;
    text-align: center;
  }

  /* line 155, ../sass/styles_660.scss */
  .promo-slider .owl-dot {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  /* line 157, ../sass/styles_660.scss */
  .promo-slider-list__label {
    height: 180px;
  }

  /* line 159, ../sass/styles_660.scss */
  .promo-slider-description__title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
  }

  /* line 160, ../sass/styles_660.scss */
  .promo-slider-description__info {
    display: none;
  }

  /* line 161, ../sass/styles_660.scss */
  .promo-slider-description__price {
    font-size: 16px;
  }

  /* line 163, ../sass/styles_660.scss */
  .products-side-list__detail {
    width: auto;
  }

  /* line 165, ../sass/styles_660.scss */
  .product-col {
    float: none;
    margin-right: 0;
  }

  /* line 166, ../sass/styles_660.scss */
  .product-title-bar {
    float: none;
    padding-left: 0;
  }

  /* line 167, ../sass/styles_660.scss */
  .product-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* line 168, ../sass/styles_660.scss */
  .product-preview {
    margin-left: -10px;
    margin-right: -10px;
    overflow: visible;
  }

  /* line 169, ../sass/styles_660.scss */
  .product-detail .product-preview .detailBigSlider .owl-dots {
    display: block;
  }

  /* line 170, ../sass/styles_660.scss */
  .product-detail .product-preview .detailBigSlider .owl-dots .owl-dot {
    margin: 27px 8px 0 0;
  }

  /* line 171, ../sass/styles_660.scss */
  .product-zoom {
    display: none;
  }

  /* line 172, ../sass/styles_660.scss */
  .product-description {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
  }

  /* line 173, ../sass/styles_660.scss */
  .product-description__inner {
    margin-left: 0;
  }

  /* line 176, ../sass/styles_660.scss */
  .product-menu__item {
    display: block;
    margin-right: 0;
  }

  /* line 178, ../sass/styles_660.scss */
  .product-content__info {
    max-height: 137px;
    overflow: hidden;
  }

  /* line 179, ../sass/styles_660.scss */
  .product-content__switcher {
    display: inline-block;
  }

  /* line 182, ../sass/styles_660.scss */
  .reviews__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 183, ../sass/styles_660.scss */
  .reviews__more {
    display: block;
  }

  /* line 185, ../sass/styles_660.scss */
  .sections__item {
    width: 47%;
  }

  /* line 187, ../sass/styles_660.scss */
  .set-list__plus {
    left: -4px;
  }

  /* line 189, ../sass/styles_660.scss */
  .set-bar__economy {
    display: block;
  }

  /* line 190, ../sass/styles_660.scss */
  .set-bar__buttons {
    float: none;
    clear: both;
  }

  /* line 192, ../sass/styles_660.scss */
  .side-menu_profile {
    display: none;
  }

  /* line 194, ../sass/styles_660.scss */
  .scan-sort {
    margin-bottom: 10px;
  }

  /* line 195, ../sass/styles_660.scss */
  .scan-more {
    display: block;
  }

  /* line 196, ../sass/styles_660.scss */
  .scan-list__item {
    width: 50%;
  }

  /* line 197, ../sass/styles_660.scss */
  .scan-pager {
    display: none;
  }

  /* line 199, ../sass/styles_660.scss */
  .shops-filter {
    float: none;
    padding-top: 0;
    padding-left: 0;
  }

  /* line 200, ../sass/styles_660.scss */
  .shops-content {
    float: none;
    margin-bottom: 20px;
  }

  /* line 201, ../sass/styles_660.scss */
  .shops-container {
    margin-left: 0;
  }

  /* line 202, ../sass/styles_660.scss */
  .shops-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 203, ../sass/styles_660.scss */
  .shops-list-bar {
    max-height: 265px;
  }

  /* line 205, ../sass/styles_660.scss */
  .social {
    float: none;
    margin-bottom: 26px;
    text-align: center;
  }

  /* line 207, ../sass/styles_660.scss */
  .sort {
    margin-bottom: 10px;
  }

  /* line 209, ../sass/styles_660.scss */
  .slider-side .owl-dots {
    text-align: center;
  }

  /* line 210, ../sass/styles_660.scss */
  .slider-side .owl-dot {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  /* line 211, ../sass/styles_660.scss */
  .slider-side .owl-dot:first-child {
    margin-right: 7px;
  }

  /* line 213, ../sass/styles_660.scss */
  .statistic-sum {
    display: none;
  }

  /* line 214, ../sass/styles_660.scss */
  .statistic-product {
    display: none;
  }

  /* line 216, ../sass/styles_660.scss */
  .sum-result {
    width: 100%;
    margin-left: 0;
  }

  /* line 218, ../sass/styles_660.scss */
  .news-list__item > div {
    width: 100%;
    padding-top: 10px;
  }

  /* line 219, ../sass/styles_660.scss */
  .sort-list {
    margin: 0 0 5px 0;
  }

  /* line 220, ../sass/styles_660.scss */
  .sort-list__item__num {
    display: none;
  }

  /* line 222, ../sass/styles_660.scss */
  .c-gallery__price {
    height: 59px;
    line-height: 1px;
  }

  /* line 225, ../sass/styles_660.scss */
  .tabs_elem, .product-menu {
    display: none;
  }

  /* line 226, ../sass/styles_660.scss */
  .tabs_elem.tabs_elem-active {
    display: block;
  }

  /* line 227, ../sass/styles_660.scss */
  .product-menu__item.mob-tab__wi {
    display: block;
  }

  /* line 230, ../sass/styles_660.scss */
  .colors-cover__icon {
    width: 36px;
    height: 36px;
  }

  /* line 232, ../sass/styles_660.scss */
  .block-660 {
    display: block;
  }

  /* line 234, ../sass/styles_660.scss */
  .cart-head__sum {
    max-width: 50%;
    margin: 0;
  }

  /* line 235, ../sass/styles_660.scss */
  .set.drop-active {
    border: none;
  }

  /* line 237, ../sass/styles_660.scss */
  .catalog-price__actual {
    margin: 0 9px 0 0;
  }

  /* line 238, ../sass/styles_660.scss */
  .catalog-price__from {
    display: none;
  }
}
@media (max-width: 558px) {
  /* line 1, ../sass/styles_558.scss */
  .gallery__params_star {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 1, ../sass/styles_480.scss */
  .product-gallery .owl-prev {
    left: -44px;
  }

  /* line 2, ../sass/styles_480.scss */
  .product-gallery .owl-next {
    right: -44px;
  }

  /* line 4, ../sass/styles_480.scss */
  .c-list__order {
    float: none;
    margin-left: 74px;
  }

  /* line 6, ../sass/styles_480.scss */
  .cart-action {
    margin-top: 5px;
  }

  /* line 8, ../sass/styles_480.scss */
  .cart-amount {
    max-width: 56px;
    margin-top: 5px;
    min-width: 50px;
  }

  /* line 10, ../sass/styles_480.scss */
  .catalog-filter__item {
    margin-right: 3px;
  }

  /* line 11, ../sass/styles_480.scss */
  .catalog-filter__label {
    padding-left: 3px;
    padding-right: 3px;
  }

  /* line 13, ../sass/styles_480.scss */
  .catalog-marks__item_benefits {
    display: none;
  }

  /* line 15, ../sass/styles_480.scss */
  .counter {
    display: none;
  }

  /* line 17, ../sass/styles_480.scss */
  .popup-cart-list__description {
    width: 50%;
  }

  /* line 18, ../sass/styles_480.scss */
  .popup-cart-list__price {
    width: auto;
    margin-left: 92px;
  }

  /* line 20, ../sass/styles_480.scss */
  .promo-code__input {
    margin-bottom: 5px;
  }

  /* line 22, ../sass/styles_480.scss */
  .promo-slider-description {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  /* line 24, ../sass/styles_480.scss */
  .set-bar__button {
    margin-bottom: 5px;
  }

  /* line 26, ../sass/styles_480.scss */
  .sum-result {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  /* line 29, ../sass/styles_480.scss */
  .view__switcher_bigitemmob {
    display: block;
  }

  /* line 30, ../sass/styles_480.scss */
  .view__switcher_list {
    display: none;
  }

  /* line 31, ../sass/styles_480.scss */
  .l-catalog-content li.catalog__item-big {
    width: 100%;
  }

  /* line 33, ../sass/styles_480.scss */
  .c-gallery__box {
    float: none;
  }

  /* line 34, ../sass/styles_480.scss */
  .c-gallery__content_order {
    margin-left: 140px;
    float: none;
  }

  /* line 35, ../sass/styles_480.scss */
  .c-gallery__content_info {
    margin-right: 0;
    height: auto;
  }

  /* line 36, ../sass/styles_480.scss */
  .c-list__info .c-list__wrapper {
    display: none;
  }

  /* line 37, ../sass/styles_480.scss */
  .price_block_gallery {
    position: relative;
  }

  /* line 38, ../sass/styles_480.scss */
  .c-gallery__content_order .catalog-price__from {
    display: none;
  }

  /* line 39, ../sass/styles_480.scss */
  .c-gallery__params, .c-gallery__wrapper, .catalog-price__old {
    display: none;
  }

  /* line 40, ../sass/styles_480.scss */
  .c-gallery-list .catalog-price {
    text-align: left;
  }

  /* line 41, ../sass/styles_480.scss */
  .c-gallery__price {
    line-height: 1px;
  }

  /* line 42, ../sass/styles_480.scss */
  .c-gallery__img {
    max-width: 90px;
    max-height: 70px;
  }

  /* line 43, ../sass/styles_480.scss */
  .c-gallery__price {
    height: auto;
  }

  /* line 44, ../sass/styles_480.scss */
  .c-gallery__item {
    min-height: 70px;
    height: auto;
  }

  /* line 46, ../sass/styles_480.scss */
  .c-gallery__price, .c-gallery__price.c-gallery__price_long {
    height: auto;
  }

  /* line 48, ../sass/styles_480.scss */
  .none-400 {
    display: none;
  }

  /* line 49, ../sass/styles_480.scss */
  .block-400 {
    display: block;
  }

  /* line 51, ../sass/styles_480.scss */
  .view {
    float: right;
    width: 35px;
    margin-left: 1%;
  }

  /* line 52, ../sass/styles_480.scss */
  .sort-compare-label .sort-compare-icon .mob-icon__img {
    font-size: 25px;
    line-height: 29px;
  }

  /* line 54, ../sass/styles_480.scss */
  .news-side .news-side-list img, .news-side .news-side-list__img {
    width: 100%;
  }

  /* line 56, ../sass/styles_480.scss */
  .catalog-stickers {
    display: none;
  }

  /* line 58, ../sass/styles_480.scss */
  .sort-compare {
    margin-left: -5px;
  }

  /* line 60, ../sass/styles_480.scss */
  .c-list__content {
    display: block;
    float: left;
  }

  /* line 61, ../sass/styles_480.scss */
  .c-list__price, .c-list__info {
    width: 61%;
    height: auto;
  }

  /* line 62, ../sass/styles_480.scss */
  .c-list__icon {
    width: 31%;
    margin-right: 8%;
    min-height: 70px;
  }

  /* line 63, ../sass/styles_480.scss */
  .c-list-catalog-price {
    text-align: left;
    margin: 10px 0 0;
  }

  /* line 64, ../sass/styles_480.scss */
  .c-list__params {
    display: none;
  }
}
#rsmonopoly_wg {display: none;}
/*.catalog-menu_active.catalog-menu {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
	background: transparent;
}
.category-bar {
    margin-bottom: 30px;
	background: #fddd00;
}
.l-header {
    padding-top: 10px;
}
.category-menu__item {
    padding: 0 9px 0 0;
    font: 13px/20px "Open Sans", Arial, sans-serif;
	float: right;
}

.catalog-menu {
    padding: 0;
}
.category-menu {
    margin: 0 41px 2px 0;
    padding: 0;
}
.category-home {
    float: right;
}
.logo-mob {
    width: 149px;
}
.logo-mob > img {
    width: 100%;
}
.l-header {
    min-width: 300px;
    margin: 0 auto;
    padding: 0;
	width: 100%;
	max-width: 1440px;
}
.l-layout {
	max-width: 1180px;
}
.owl-next {
    right: 0;
}
.owl-prev {
	left: 0;
}
.header__item_first {
    width: 46%;
    margin-left: 4%;
}*/
.promo-slider-list .owl-stage-outer {
    border: 0px solid #ccc;
}
.catalog-menu__item {
	position: relative;
    width: 235px;
    text-align: center;
    margin-bottom: 20px;
}
.catalog-menu__label {
    padding: 0;
    text-decoration: none;
    color: #202002;
    padding-top: 93px;
}
.catalog-menu__label:hover {
	color: #26c2f1 !important;
}
.catalog-menu__label::before {
	content: '';
	width: 165px;
	height: 83px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -82px;
	top: 0;
}
.catalog-menu__item:hover .catalog-menu__label {
    height: auto;
    background: #fff;
    box-shadow: none;
}
.catalog-menu_active.catalog-menu {
    background: #fff;
	margin-top: 10px;
}
.category-menu {
    margin: 0 0 0 54px;
	height: auto;
}
.category-bar {
    background: #f6f6f6;
}
.catalog-menu {
    position: relative;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    background: #fff;
    border-radius: 4px;
    display: table;
    margin: 0 auto;
}
.logo-mob {
    width: 149px;
}
.logo-mob > img {
    width: 100%;
}
.catalog-menu > li:first-child a.catalog-menu__label::before {
	background: url('/bitrix/templates/redigital_default/images/auto_l.png') no-repeat 50% 50%;
}
.catalog-menu > li:nth-child(2) a.catalog-menu__label::before {
	background: url('/bitrix/templates/redigital_default/images/gruz_l.png') no-repeat 50% 50%;
}
.catalog-menu > li:nth-child(3) a.catalog-menu__label::before {
	background: url('/bitrix/templates/redigital_default/images/spec_l.png') no-repeat 50% 50%;
}
.catalog-menu > li:nth-child(4) a.catalog-menu__label::before {
	background: url('/bitrix/templates/redigital_default/images/akkum.png') no-repeat 50% 50%;
}
/*
.catalog-menu > li:nth-child(4) a.catalog-menu__label::before {
	background: url('/bitrix/templates/redigital_default/images/moto_l.png') no-repeat 50% 50%;
}
.catalog-menu > li:nth-child(5) a.catalog-menu__label::before {
	background: url('/bitrix/templates/redigital_default/images/akkum.png') no-repeat 50% 50%;
}
*/
.catalog-menu > li.catalog-menu__item_other a.catalog-menu__label::before {
	background: none;
}

.promo-slider__title_decor {
    background: transparent;
    color: #fff;
}
.promo-slider__info_decor {
    background: transparent;
    color: #fff;
}
.news-side-list {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.news-side-list__img > img {
	width: 195px;
}
.side-title {
    font-weight: bold;
}
.sections__label {
    border: 0;
}
.sections__name {
    position: relative;
    left: 0;
    bottom: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 10px;
    padding: 4px 9px 6px;
    background: #fff;
    color: #26c2f1;
    font: 20px/22px "Open Sans", Arial, sans-serif;
    text-align: center;
    margin-top: 15px;
}
@media (max-width: 768px) {
	.catalog-menu__item {
    width: 160px;
}
	.contacts__phone {
    margin-left: 93px;
    margin-top: -7px;
}
.l-toppanel-mob .contacts__phone {
    margin-left: 0px;
    margin-top: 1px;
}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.logo img {
    max-width: 100%;
    margin: -7px 0 0;
    width: 196px;
}
}
.news-side-list__label {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.news-side-list__description {
    color: #333;
    font: 13px/16px "Open Sans", Arial, sans-serif;
    margin-bottom: 36px;
}
.news-side-list__title {
    max-height: 100%;
}
.l-wrapper {
    background: url(/bitrix/templates/redigital_default/images/bg.png) no-repeat 50% 107%;
}
.form1 > form > h5 {
    font-size: 24px;
	text-transform: uppercase;
}
.form1 > form > h5 > span {
	display: block;
	margin-top: 10px;
}
.form1 > form > input {
    padding: 10px 15px;
    min-width: 200px;
}
.call_shinomontagh {
	background: url(/bitrix/templates/redigital_default/images/bg1.jpg) no-repeat 50% 50% / cover;
	
}
.call_shinomontagh > .l-layout {
	position: relative;
	padding-top: 20px;
    padding-bottom: 60px;
}
/*
.call_shinomontagh > .l-layout:before {
	content: '';
	background: url(/bitrix/templates/redigital_default/images/mont.png) no-repeat 50% 50%;
	width: 345px;
	height: 322px;
	left: 0;
	bottom: 0px;
	position: absolute;
}
*/
div.techies {
	background: url(/bitrix/templates/redigital_default/images/mont.png) no-repeat 50% 50%;
	width: 345px;
	height: 322px;
	left: 0;
	bottom: 0px;
	position: absolute;
}
.form1 {
    margin-left: 400px;
}
.callback_button {
    padding: 10px 25px;
    border: 0;
    background: #00abf0;
    color: #fff;
    text-transform: uppercase;
}
.footer {
    border-top: 0;
}
.pic_left {
    margin-right: 15px;
}
.filter__item {
    background: #f5f5f5;
}
.side-menu-title {
    background: #fcdc19;
}
.side-menu-icon {
    width: 0;
}

/*bootstrap styles */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
.pad-0 {
	padding: 0;
}
.text-center {
  text-align: center;
}
.advantages-item__img-box {
    min-height: 255px;
}
.advantages-item__img_first, .advantages-item__img_third {
    max-width: 230px;
    margin-top: 12px;
}
.advantages-item__img {
    width: 100%;
}
.advantages-item__heading {
    font-size: 18px;
    text-transform: uppercase;
	margin-top: 20px;
}
.advantages-item__img_second {
    max-width: 254px;
}
.advantages-item__img_first, .advantages-item__img_third {
    max-width: 230px;
    margin-top: 24px;
}
.col-sm-12 {
	margin-bottom: 40px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.free-tire-service__img {
	
}
.imiblock {
	margin-top: 15px;
	display: inline-block;
    background: url('/landing/img/main/free-tire-service/shin.png') 0% 50% no-repeat/contain;
}
.col-img {
	max-width: 440px;
	float: left;
}
.col-img:first-child {
    margin-top: 25px;
}
.margin-l30 {
	float: right;
}
.product-detail {
    margin: 0;
}
.center-block {
    max-width: 1180px !important;
}
.tools-wrap {
    background-color: #EEEEEE !important;
}
.auto-wrap .auto-name span {
    color: #333 !important;
}
ul.catalog-menu_active > li.category-menu__item:nth-child(7) > a.category-menu__label {
	background: #fcdc19;
	border: 1px solid #eee;
	min-height: 22px;
}
.img-wrap {
    /*background: url('../images/bgimgew.png') center bottom no-repeat rgba(255,255,255,.98) !important;*/
    min-height: 465px !important;
}
#wheels-vision-widget {
	margin-bottom: 100px;
}
.txt-col {
    padding-right: 30px;
    width: 48%;
}
.tbl-col {
    background: #f5f5f5;
    padding: 30px;
    width: 44%;
	border: 1px solid #eee;
}
.tbl-col > form > table > tbody > tr > td {
    padding-bottom: 10px;
}
.news-side-list__label {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
}
.shin_fix {
	position: fixed;
	width: 48px;
	height: 183px;
	display: block;
	right: -7px;
	top: 14%;
	z-index: 10;
	background: url('/bitrix/templates/redigital_default/images/shin_fix.png') no-repeat 50% 50%;
	border-radius: 5px;
}
.characteristics__content > .characteristics__item > h2 {
    visibility: hidden;
    display: none;
}
.product-share {
    min-width: 230px;
}
div.bx-auth {
    display: none !important;
}
.footer-develop {
    float: left;
    color: #989898;
    margin-left: 7px;
}
.img-about {
    width: 100%;
    max-width:183px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.img-sert {
    width: 100%;
    max-width:200px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.img-sert-mini {
    width: 100%;
    max-width:320px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
 .placemark_layout_container { 
            position: relative;
            /*font-family: Georgia;*/
            font-size: 13px;
            text-align: center;
            /*font-weight: bold;*/
        }
        
        /* Квадратный макет метки 
        .square_layout {
            position: absolute;
            left: -23px;
            top: -23px;
            width: 46px;
            height: 46px;
            line-height: 46px;
            border: 2px solid #f00;
            background-color: #fff;
            color: #333;
        }*/
        
        /* Круглый макет метки 
        .circle_layout {
            background-color: white;
            position: absolute;
            left: -23px;
            top: -23px;
            width: 46px;
            height: 46px;
            border: 2px solid #225D9C;
            color: #225D9C;
            line-height: 46px;
            border-radius: 50px;
        }*/
        
        /* Макет метки с "хвостиком" */
        .polygon_layout {
            position: relative;
            background: #ffffff;
            border: 2px solid #943A43;
			border-radius: 7px;
            width: 100px; 
            height: 25px;
            position: absolute;
            left: -28px;
            top: -76px;
            color: #333;
        }
        
        .polygon_layout:after, .polygon_layout:before {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
        }
        
        .polygon_layout:after {
            border-top-color: #943A43;
            border-width: 10px;
            margin-left: -10px;
        }
        
        .polygon_layout:before {
            border-top-color: #943A43;
            border-width: 16px;
            margin-left: -16px;
        }
		
		
		

        .popover {
            display: block;
        }
        .popover .close {
            position: absolute;
            right: 5px;
            top: 1px;
        }
        .btn {
            margin-top: 10px;
        }
#map {
	height: 336px;
}	
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0;
}
.popover .arrow {
    border-width: 11px;
}
#map > .ymaps-map:last-child {
	display: none;
}
.l-layout > .l-content > .l-container > .links {
    display: none;
}
.statistic-list__item:first-child {
    display: none;
}
.statistic-list__item:last-child {
    display: none;
}
.statistic-list__item:nth-child(3) {
    display: none;
}
.catalog-description__favorites {
    display: none; 
}
.mixer .select {
    padding: 20px 15px;
    margin: 0 0 10px 0;
    background: #f3f3f3 !important;
    border-radius: 5px;
}
.mixer .select {
    width: 100%;
}
.lect {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}
.mixer {
	margin-bottom: 25px;
}
    
.bx_compare .bx_filtren_container {
    padding: 2.6%;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #f5f5f5;
}
.data-table .bx_bt_button {
	display: none !important;
}
.cart-discount {
    display: none;
}
.cart-amount {
    width: 18%;
}
/*font.errortext {
    display: none;
}*/
.box_shin_img {
    width: 100%;/*font.errortext {
    display: none;
}*/
    height: 250px;
    display: block;
}
.shin_img {
	background: url('../images/ac63191ee90851ba307df5f157e5090c.png') no-repeat 50% 50% / contain;
}
.disk_img {
	background: url('../images/640ff876ebdbc5bc795a2d1f5fac9ad3.jpg') no-repeat 50% 50% / contain;
}
.box_shin {
    display: block;
    width: 300px;
    height: 300px;
    /* margin: 0 auto; */
    float: left;
    text-align: center;
}
.box_shin_text {
    font-size: 16px;
    display: block;
    margin-top: 15px;
}
.r_test {    
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    background-color: #e3f3d3;
    padding: 5px 0;
    margin-bottom: 5px; 
}
.r_test > a { color: #26c2f1; }
.r_test > a:hover { text-decoration: none; }
.l-footer .adaptivity-switch {    
    display: table;
    margin: 0 auto;
    font-size: 20px;
    padding: 12px;
}
.l-footer .full-v, .l-footer .mobile-v { display: table-cell; }
.l-footer .mobile-v { padding-left: 32px; }
.l-footer .full-v > a, .l-footer .mobile-v > a { padding: 5px 0 5px 0; text-transform: uppercase; color: #0092cc; }
.l-footer .full-v:hover > a, .l-footer .mobile-v > a:hover { text-decoration: none; }
.img-hover { 
    border: 1px solid #88959e;
    padding: 4px;
    transition: all .2s ease-in-out;
}
.img-hover:hover { 
    border: 1px solid #1a2f42;
    background-color: #8c99a2;
}



form[action="/catalog/gruzovikam/shiny2/"] [data-propid="38"] { display: none; }
form[action="/catalog/gruzovikam/shiny2/"] [data-propid="99"] { display: none; }

.rp_tab_catalog_filter { display: table; width: 100%; background-color: #cccccc; border: 1px solid #cccccc; box-sizing: border-box; border-bottom: 0px; }
.rp_tab_catalog_filter_tabs_body { display: table; width: 100%; background-color: #cccccc; border: 1px solid #cccccc; border-top:none; box-sizing: border-box; }

.rp_tab_catalog_filter_tabs_body .tab_filter_body{
	display: none; width: 100%; box-sizing: border-box; border-bottom: 0px;
	}
.rp_tab_catalog_filter_tabs_body .tab_filter_body.active{
	display: block;
	background: #f5f5f5;
	}
.rp_tab_catalog_filter_tabs_body .tab_filter_body form{
	padding:5px;
}
.tab_finder_input select{
	border: 1px solid #cccccc;
	padding:2px;
	width:100%;
	margin:5px 0;
}
.tab_finder_input select.vis,
.tab_finder_input button.vis{display:block;}
.tab_finder_input select.invis,
.tab_finder_input button.invis{display:none;}

.rp_tab_catalog_filter_title { display: table; width: 100%; padding: 10px; box-sizing: border-box; background-color: #f5f5f5; border: 1px solid #cccccc; border-bottom: 0px; font: 13px/16px "Open Sans", Arial, sans-serif; }

.rp_tab_catalog_filter > .tab { display: table-cell; vertical-align: top; background-color: #cccccc; }
.rp_tab_catalog_filter > .tab.active { background: #f5f5f5; }

.rp_tab_catalog_filter > .tab > a { display: table; height: 36px; box-sizing: border-box; font: 13px/16px "Open Sans", Arial, sans-serif; padding: 9px 20px 0px; text-decoration: none; width: 100%; text-align: center; }
.rp_tab_catalog_filter > .tab > a:hover { text-decoration: underline; }

.rp_tab_catalog_filter > .tab.active > a { color: #000; }
.rp_tab_catalog_filter > .tab.active > a:hover { text-decoration: none; }
.l-catalog-container .form-message_error .errortext {
	color: #881f1f !important;
	display: block;
}
.mainpage_finder_row{
	clear: both;
	float:none;
	width:100%;
}
.mainpage_finder_row .finder_col{
	float:left;
	width:48%;
background-color: #f5f5f5;
border: 1px solid #ccc;
}
.mainpage_finder_row .finder_col:first-child{
  margin-right:5px;
}

.mainpage_finder_row .rp_tab_catalog_filter_tabs_body { border: none;}

.mainpage_finder_row .rp_tab_catalog_filter_title {
	width: 30%;
	float: left;
	padding: 0px;
	border: none;
	border-right: 1px solid #ccc;
	text-align: center;
}
.mainpage_finder_row .rp_tab_catalog_filter{
	border:none;
}

.mainpage_finder_row .rp_tab_catalog_filter_body{
  width:70%;
  float:left;
}
.cft_header{
	margin:10px auto;
	font-size: 1.2em;
   font-weight: bold;
}

@media all and (max-width:480px){
.mainpage_finder_row .finder_col{
	float:none;
	width:100%;
}
.mainpage_finder_row .rp_tab_catalog_filter_body{
  width:100%;
  float:none;
}
.mainpage_finder_row .rp_tab_catalog_filter_title {
	width: 100%;
	float: none;


}
.mainpage_finder_row .rp_tab_catalog_filter_title img{
	display:none;
 }
}
