

/* Start:/local/templates/detrics2019/plugins/owl/owl.carousel.css?15846179234614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

  100% {
    opacity: 0;
  }
}

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

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/detrics2019/plugins/owl/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/local/templates/detrics2019/styles/common.css?1611924320237146*/
/* 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(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|PT+Sans+Narrow:400,700&subset=latin,cyrillic,cyrillic-ext,latin-ext);*/
/* 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;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
/**
 * 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("/local/templates/detrics2019/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("/local/templates/detrics2019/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("/local/templates/detrics2019/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("/local/templates/detrics2019/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("/local/templates/detrics2019/styles/../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: 13px;
  line-height: 20px;
}

/* line 68, ../sass/styles.scss */
h1, .g-h1 {
  margin: 0 0 27px;
  padding: 0;
  line-height: 1.4;
  font-weight: 700;
  font-size: 36px;
}

/* line 69, ../sass/styles.scss */
h2, .g-h2 {
  margin: 0 0 15px;
  padding: 0;
  line-height: 28px;
  font-weight: 700;
  font-size: 20px;
}

/* line 70, ../sass/styles.scss */
h3, .g-h3 {
  margin: 0 0 15px;
  padding: 0;
  line-height: 14px;
  font-weight: 700;
  font-size: 16px;
}

/* line 71, ../sass/styles.scss */
h4, .g-h4 {
  margin: 0 0 15px;
  padding: 0;
  line-height: 14px;
  font-weight: 700;
}

/* 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 {
  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: 2px solid #ffd203;
  border-radius: 100px;
  color: #202002;
  line-height: 20px;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

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

/* 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: 2px solid #ccc;
  border-radius: 100px;
  color: #202002;
  line-height: 20px;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}

/* 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(/local/templates/detrics2019/styles/../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;
  font-weight:normal;
}
.gui-radiobox-name{
  font-weight:normal;
}

/* 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(/local/templates/detrics2019/styles/../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;
  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;
  line-height: 19px;
  font-size: 13px;
}

/* 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: 0px;
  right: 0px;
  font-size: 35px;
  font-weight: 200;
  background-image: none;
  color: #cccccc;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  line-height: 36px;
}

/* 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: 15px;
  height: 15px;
  border: 2px solid #ffd203;
  border-radius: 15px;
  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: none;
}

/* 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: 280px;
  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: 43px;
}

/* 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: 45px;
  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%;
}

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

/* 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%;
}

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

/* 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%;
}

/* 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;
	line-height: 16px;
	font-size: 13px;
}

/* line 280, ../sass/styles.scss */
.footer-develop {
  float: right;
  color: #202020;
	line-height: 16px;
	font-size: 13px;
}

/* 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;
	line-height: 28px;
	font-weight: 700;
	font-size: 24px;
}

/* 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;
	line-height: 18px;
	font-size: 13px;
}

/* 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;
	line-height: 19px;
	font-size: 13px;
}

/* 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;
	line-height: 19px;
	font-size: 13px;
}

/* 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;
	line-height: 19px;
	font-size: 13px;
}

/* 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(/local/templates/detrics2019/styles/../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;
	line-height: 19px;
	font-size: 13px;
}

/*--/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;
	line-height: 28px;
	font-size: 16px;
}

/* line 336, ../sass/styles.scss */
.about-bar {
  margin: 0 0 5px;
  color: #000;
}

/* 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;
}

/* line 349, ../sass/styles.scss */
.characteristics-list__item {
  margin: 0 0 8px;
  color: #202020;
	line-height: 20px;
	font-size: 14px;
}
/* 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;
	line-height: 22px;
	font-size: 20px;
}

/* line 360, ../sass/styles.scss */
.best-products-list__announce {
  margin: 0 20px 0 0;
  color: #555;
	line-height: 16px;
	font-size: 13px;
}

/* 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;
	line-height: 28px;
	font-size: 22px;
}

/* line 371, ../sass/styles.scss */
.brands__name {
  margin: 0 0 5px;
  color: #555;
	line-height: 14px;
	font-size: 13px;
}

/* 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 25px;
  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;
  line-height: 20px;
  font-size: 11px;
}

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

/* line 391, ../sass/styles.scss */
.breadcrumbs__separator {
  margin: 0 0 0 7px;
  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;
	line-height: 17px;
	font-size: 11px;
}

/* 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;*/
  height: 64px;
  overflow: hidden;
  margin: 0 0 4px;
	line-height: 16px;
	font-size: 13px;
	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;
	line-height: 15px;
	font-size: 11px;
}

/* 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;
	line-height: 10px;
	font-size: 11px;
	text-align: left;
}

/* line 427, ../sass/styles.scss */
.catalog-price__actual-digit {
  display: block;
  color: #000;
	line-height: 20px;
	font-style: italic;
	font-size: 18px;
	white-space: nowrap;
}

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

/* line 429, ../sass/styles.scss */
.catalog-announce {
  height: 45px;
  overflow: hidden;
  margin: 0 0 12px;
	line-height: 15px;
	font-size: 13px;
}

/* 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-description {
  opacity: 1;
}

/* line 434, ../sass/styles.scss */
.catalog-description__item {
  margin: 0 0 15px;
}
/* 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;
	line-height: 20px;
	font-size: 11px;
}

/* line 438, ../sass/styles.scss */
.catalog-description__availability {
  float: right;
	line-height: 20px;
	font-size: 11px;
}

/* line 439, ../sass/styles.scss */
.availability-icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  background: url(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../images/bgr/marks-bgr.png) no-repeat -100% -100%;
  color: #fff;
	line-height: 18px;
	font-size: 16px;
	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(/local/templates/detrics2019/styles/../images/bgr/stickers-bgr.png) no-repeat -100% -100%;
  color: #fff;
  text-transform: uppercase;
	line-height: 16px;
	font-size: 12px;
	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;
	line-height: 18px;
	font-size: 13px;
	margin: 0 0 10px;
}

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

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

/* 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 {
	line-height: 16px;
	font-size: 13px;
}

/* 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: #ffd203;
  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;
  line-height: 20px;
  font-size: 13px;
}

/* 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;
}

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

/* line 549, ../sass/styles.scss */
.catalog-menu-sub-wrapper {
  display: none;
  position: absolute;
  top: 87px;
  left: 0;
  z-index: 20;
  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(/local/templates/detrics2019/styles/../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;
  line-height: 20px;
  font-size: 15px;
}

/* 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;
	line-height: 15px;
	font-size: 13px;
}

/* 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;
	line-height: 20px;
	font-size: 15px;
	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(/local/templates/detrics2019/styles/../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 {
	line-height: 16px;
	font-size: 13px;
}

/* 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;
  line-height: 20px;
}

/* 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;
	line-height: 20px;
	font-size: 14px;
	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;
  line-height: 20px;
  font-size: 18px;
}

/* line 599, ../sass/styles.scss */
.category-menu__label {
  display: block;
  padding: 7px 10px 6px;
  border: none;
  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(/local/templates/detrics2019/styles/../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;
	line-height: 15px;
	font-size: 13px;
	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;
	line-height: 20px;
	font-size: 14px;
	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 {
	line-height: 18px;
	font-size: 13px;
}

/* line 630, ../sass/styles.scss */
.sum-result__value {
	line-height: 18px;
	font-size: 18px;
}

/* line 631, ../sass/styles.scss */
.sum-result__detail {
  display: block;
  color: #585f69;
	line-height: 12px;
	font-size: 11px;
}

/* 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;
  list-style-type: none;
  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;
	line-height: 19px;
	font-size: 13px;
}

/* 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 {
	line-height: 16px;
	font-size: 13px;
}

/* 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;
	line-height: 18px;
	font-size: 11px;
}

/* 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;
	line-height: 16px;
	font-size: 11px;
}

/* line 654, ../sass/styles.scss */
.cart-price-value {
  display: block;
  margin: 18px 0 0;
  color: #202020;
	line-height: 16px;
	font-size: 13px;
	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;
}

/* line 669, ../sass/styles.scss */
.promo-code__label {
  display: block;
  margin: 0 0 7px;
  color: #000;
	line-height: 20px;
	font-size: 14px;
}

/* 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;
  padding: 9px 9px 10px;
  text-decoration: none;
  color: #202020;
	line-height: 16px;
	font-size: 15px;
}

/* 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(/local/templates/detrics2019/styles/../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;
	line-height: 18px;
	font-size: 14px;
}

/* 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;
	line-height: 18px;
	font-size: 16px;
}

/* 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;
	line-height: 18px;
	font-size: 15px;
}

/* 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;
	line-height: 18px;
	font-size: 13px;
	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;
	line-height: 28px;
	font-weight: 700;
	font-size: 24px;
}

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

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

/* line 738, ../sass/styles.scss */
.contacts__address {
  color: #555;
	line-height: 18px;
	font-size: 13px;
}

/* 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;
	line-height: 18px;
	font-size: 11px;
}

/* 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;
	line-height: 20px;
	font-size: 11px;
}

/* 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(/local/templates/detrics2019/styles/../images/icons/icons-sprite.png) no-repeat -160px 0;
}

/* line 775, ../sass/styles.scss */
.detail-bar {
  overflow: hidden;
}

/* 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;
  line-height: 20px;
  font-size: 13px;
}

/* 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;
	line-height: 16px;
	font-size: 12px;
}

/* 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(/local/templates/detrics2019/styles/../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;
	line-height: 8px;
	font-weight: 700;
	font-size: 11px;
}

/* 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;
	line-height: 18px;
	font-size: 13px;
}

/* 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 {
	line-height: 18px;
	font-size: 13px;
}

/* 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;
	line-height: 18px;
	font-size: 13px;
}
/* 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;
	line-height: 17px;
	font-size: 13px;
}
/* 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(/local/templates/detrics2019/styles/../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;
	line-height: 18px;
	font-size: 13px;
	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;
  line-height: 20px;
  font-size: 15px;
}

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

/* 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;
}

/* line 921, ../sass/styles.scss */
.filter-title {
  position: relative;
  display: block;
  padding: 10px 20px 10px 9px;
  color: #202020;
  text-decoration: none;
  line-height: 16px;
  font-size: 13px;
}

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

/* line 923, ../sass/styles.scss */
.filter-description {
  position: relative;
  padding: 0 9px 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;
	line-height: 16px;
	font-size: 12px;
}

/* line 928, ../sass/styles.scss */
.filter-input {
  width: 100%;
  padding-left: 23px;
  color: #ccc;
	line-height: 20px;
	font-size: 15px;
}

/* 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(/local/templates/detrics2019/styles/../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;
  line-height: 20px;
  font-size: 13px;
}

/* 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 952, ../sass/styles.scss */
.filter-bar {
  padding: 19px 9px;
}

/* 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;
	line-height: 19px;
	font-size: 13px;
}

/* line 958, ../sass/styles.scss */
.filter-result:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -2px;
  width: 20px;
  height: 47px;
  background: url(/local/templates/detrics2019/styles/../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%;
	line-height: 17px;
	font-size: 13px;
}

/* 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;
  line-height: 20px;
  font-size: 15px;
}

/* 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 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;
	line-height: 31px;
	font-weight: 700;
	font-size: 20px;
}

/* 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;
	line-height: 17px;
	font-size: 13px;
}

/* 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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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;
	line-height: 13px;
	font-size: 15px;
}

/* 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;
	line-height: 16px;
	font-size: 13px;
}

/* 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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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: 1px 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;
	line-height: 16px;
	font-size: 15px;
	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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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;
	line-height: 16px;
	font-size: 15px;
}

/* 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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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;
	line-height: 18px;
	font-size: 13px;
}

/* 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 {
	line-height: 16px;
	font-size: 13px;
}

/* 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;
	line-height: 15px;
	font-size: 12px;
}

/* 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;
	line-height: 15px;
	font-size: 12px;
}

/* 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;
	line-height: 16px;
	font-size: 13px;
}

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

/* line 1136, ../sass/styles.scss */
.news-list__description {
  color: #555;
	line-height: 16px;
	font-size: 13px;
}

/* 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 40px;
}

/* 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;
	line-height: 15px;
	font-size: 12px;
}

/* line 1147, ../sass/styles.scss */
.news-side {
  margin: 0 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;
	line-height: 15px;
	font-size: 12px;
}

/* 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;
	line-height: 15px;
	font-size: 12px;
}

/* 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;
	line-height: 16px;
	font-size: 13px;
}

/* 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;
	line-height: 16px;
	font-size: 13px;
}

/* 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;
}

/* 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;
	line-height: 18px;
	font-size: 13px;
}

/* line 1168, ../sass/styles.scss */
.orders__status {
  margin: 0 7px 0 0;
  padding: 2px 5px;
  background: #88a64d;
  color: #fff;
	line-height: 18px;
	font-size: 13px;
}

/* line 1169, ../sass/styles.scss */
.orders__status_canselled {
  background-color: #e27e7e;
}

/* line 1170, ../sass/styles.scss */
.orders__date {
  color: #555;
	line-height: 18px;
	font-size: 13px;
}

/* line 1171, ../sass/styles.scss */
.orders__products {
  padding: 0 0 12px;
  color: #555;
	line-height: 18px;
	font-size: 13px;
}

/* 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%;
	line-height: 19px;
	font-size: 13px;
}

/* line 1178, ../sass/styles.scss */
.orderdetail__title {
  margin: 25px 0 10px;
  color: #555;
	line-height: 28px;
	font-size: 20px;
}

/* 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;
	line-height: 20px;
	font-size: 15px;
}

/* 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;
	line-height: 19px;
	font-size: 20px;
}

/* 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;
	line-height: 20px;
	font-size: 15px;
	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;
	line-height: 19px;
	font-size: 13px;
}

/* line 1231, ../sass/styles.scss */
.p-delivery__data {
  color: #555;
	line-height: 19px;
	font-size: 13px;
}

/* 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;
	line-height: 19px;
	font-size: 13px;
}

/* 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 !important;
  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;
	line-height: 19px;
	font-size: 13px;
}

/* 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 {
	line-height: 16px;
	font-size: 13px;
}

/* line 1254, ../sass/styles.scss */
.popup-cart__product-code {
  color: #585f69;
	line-height: 18px;
	font-size: 11px;
}

/* 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;
	line-height: 10px;
	font-size: 11px;
}

/* line 1258, ../sass/styles.scss */
.popup-cart-list__price-val {
  color: #202020;
	line-height: 18px;
	font-size: 13px;
}

/* line 1259, ../sass/styles.scss */
.popup-cart-sum {
  text-align: right;
  color: #585f69;
	line-height: 18px;
	font-size: 13px;
}

/* 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: 710px;
  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;
	line-height: 22px;
	font-size: 20px;
}

/* line 1293, ../sass/styles.scss */
.promo-slider {
  position: relative;
  width: 100%;
}

/* line 1294, ../sass/styles.scss */
.promo-slider-list {
  height: 306px;
  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%;
  text-decoration: none;
}

/* line 1298, ../sass/styles.scss */
.promo-slider__layout {
  display: block;
  padding: 0;
  height: 600px;
}

/* 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;
	line-height: 28px;
	font-weight: 700;
	font-size: 24px;
}

/* 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;
	line-height: 20px;
	font-size: 14px;
}

/* 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;
	line-height: 28px;
	font-style: italic;
	font-size: 27px;
}

/* 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 245px 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 {
  float: left;
  width: 350px;
  margin: 0 -350px 0 0;
}

/* line 1331, ../sass/styles.scss */
.product-preview {
  position: relative;
  display: block;
  height: 360px;
  margin: 0 0 10px;
  border: 1px solid #e3e3e3;
  text-decoration: none;
  line-height: 352px;
  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;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
}

/* line 1343, ../sass/styles.scss */
.zoom-icon {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  background: url(/local/templates/detrics2019/styles/../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 {
  line-height: 20px;
  font-size: 11px;
}

/* 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;
	line-height: 15px;
	font-size: 11px;
}

/* 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;
	line-height: 10px;
	font-size: 11px;
	text-align: left;
}

/* line 1373, ../sass/styles.scss */
.product-price__actual-digit {
  display: block;
  color: #202020;
	line-height: 20px;
	font-style: italic;
	font-size: 28px;
	white-space: nowrap;
}

.catalog-price-section-showcase .product-price__actual-digit
{
    text-align: center;
	line-height: 20px;
	font-style: italic;
	font-size: 20px;
	color: #104d22;
}

.catalog-price-section-gallery .product-price__actual-digit
{
	line-height: 20px;
	font-style: italic;
	font-size: 20px;
	color: #104d22;
}

.catalog-price-section-showcase .catalog-price__label
{
    display: block;
    text-align: center;
}

/* 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;
	line-height: 16px;
	font-style: italic;
	font-size: 22px;
	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;
	line-height: 18px;
	font-size: 15px;
}

/* 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;
	line-height: 19px;
	font-size: 13px;
}

/* line 1396, ../sass/styles.scss */
.product-bar {
  float: right;
  width: 220px;
  margin: 0 0 0 -220px;
}

/* line 1397, ../sass/styles.scss */
.product-counter {
  min-height: 108px;
  margin: -4px 0 22px;
}

/* line 1398, ../sass/styles.scss */
.product-counter-title {
  color: #636363;
	line-height: 18px;
	font-size: 14px;
	text-align: center;
}

/* line 1399, ../sass/styles.scss */
.product-amount {
  min-height: 35px;
  margin: 0 0 10px;
  text-align: center;
}

/* line 1401, ../sass/styles.scss */
.product-button {
  min-height: 40px;
  margin: 0 0 10px;
}

/* 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;
  color: #202002;
  line-height: 20px;
  font-size: 17px;
  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: 0 auto;
}

/* 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(/local/templates/detrics2019/styles/../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;
  line-height: 20px;
  font-size: 15px;
}

/* 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;
  line-height: 20px;
  font-size: 15px;
}

/* 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;
  line-height: 20px;
  font-size: 14px;
}

/* 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(/local/templates/detrics2019/styles/../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;
	line-height: 16px;
	font-size: 13px;
}

/* line 1463, ../sass/styles.scss */
.products-side-list__price {
  display: block;
  color: #202020;
	line-height: 16px;
	font-style: italic;
	font-size: 16px;
}

/* line 1464, ../sass/styles.scss */
.side-title {
  margin: 0 0 6px;
  padding: 0;
  color: #202020;
	line-height: 20px;
	font-size: 20px;
}

/* 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;
	line-height: 20px;
	font-size: 20px;
}

/* 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;
	line-height: 16px;
	font-size: 13px;
}

/* line 1479, ../sass/styles.scss */
.products-extra__price {
  display: block;
  color: #202020;
	line-height: 16px;
	font-style: italic;
	font-size: 16px;
}

/* 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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../images/icons/rating-icon.png) no-repeat 0 0;
}

/* line 1501, ../sass/styles.scss */
.rating-counter {
  display: inline-block;
  vertical-align: top;
  color: #585f69;
	line-height: 20px;
	font-size: 11px;
}

/* 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;
  line-height: 20px;
  font-size: 13px;
}

/* line 1511, ../sass/styles.scss */
.reviews__date {
  line-height: 20px;
  font-size: 13px;
}

/* 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;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
}

/* line 1517, ../sass/styles.scss */
.reviews__detail-content {
  color: #202020;
  line-height: 24px;
  font-size: 14px;
}

/* 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;
  line-height: 19px;
  font-size: 13px;
}

/* 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(/local/templates/detrics2019/styles/../images/icons/forms-icon.png) no-repeat 0 0;
  border: 1px solid #ccc;
  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;
	line-height: 18px;
	font-size: 13px;
}

/* 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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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("/local/templates/detrics2019/styles/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;
	line-height: 20px;
	font-size: 15px;
}

/* 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;
	line-height: 16px;
	font-size: 13px;
}

/* 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;
	line-height: 18px;
	font-style: italic;
	font-size: 16px;
}

/* 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;
	line-height: 20px;
	font-size: 15px;
}

/* 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 {

  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;
	line-height: 22px;
	font-size: 20px;
}

/* 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;
	line-height: 18px;
	font-size: 11px;
}

/* 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;
}

/* 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: 15px;
  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;
	line-height: 20px;
	font-size: 14px;
}

/* 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(/local/templates/detrics2019/styles/../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: 9px;
  color: #555;
  text-decoration: none;
  line-height: 16px;
  font-size: 13px;
}

/* line 1611, ../sass/styles.scss */
.select-list__label:hover {
  background: #ebebeb;
}

/* 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;
	line-height: 20px;
	font-size: 18px;
}

/* 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 {
	line-height: 16px;
	font-size: 13px;
}

/* line 1640, ../sass/styles.scss */
.scan-description {
  margin: 0 0 20px;
  color: #000;
	line-height: 20px;
	font-size: 14px;
}

/* line 1641, ../sass/styles.scss */
.scan-text {
  font-weight: bold;
}

/* line 1642, ../sass/styles.scss */
.scan-date {
  color: #585f69;
	line-height: 18px;
	font-size: 11px;
}

/* line 1644, ../sass/styles.scss */
.scan-bread__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
  color: #585f69;
	line-height: 18px;
	font-size: 11px;
}

/* 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;
	line-height: 19px;
	font-size: 13px;
	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;
	line-height: 18px;
	font-size: 22px;
}

/* 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;
	line-height: 20px;
	font-size: 15px;
}

/* 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;
	line-height: 19px;
	font-size: 15px;
}

/* 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(/local/templates/detrics2019/styles/../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;
  line-height: 20px;
  font-size: 15px;
}

/* 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;
  line-height: 20px;
  font-size: 15px;
}

/* 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;
  line-height: 20px;
  font-size: 15px;
}

/* 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;
  line-height: 20px;
  font-size: 15px;
}

/* 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;
  border-top: 1px solid #ccc;
}

/* line 1729, ../sass/styles.scss */
.statistic-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 19px;
  font-size: 13px;
}

/* 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: #26c2f1;
  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;
	line-height: 19px;
	font-size: 11px;
}

/* 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;
	line-height: 19px;
	font-size: 13px;
}

/* 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;
	line-height: 24px;
	font-weight: bold;
	font-size: 20px;
}

/* line 1763, ../sass/styles.scss */
.timer__item__label {
  display: block;
  margin: -2px 0 2px;
  color: #202020;
	line-height: 18px;
	font-size: 11px;
	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(/local/templates/detrics2019/styles/../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: block;
}

/* 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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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: 2px 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("/local/templates/detrics2019/styles/../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("/local/templates/detrics2019/styles/../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(/local/templates/detrics2019/styles/../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-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(/local/templates/detrics2019/styles/../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("/local/templates/detrics2019/styles/../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("/local/templates/detrics2019/styles/../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("/local/templates/detrics2019/styles/../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("/local/templates/detrics2019/styles/../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: 1120px) {
	.catalog__item {
		width: 33%;
	  }
}

@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;
	  line-height: 20px;
	  font-size: 15px;
	  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%;
  }
}
@media (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: 760px) {
  /* 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 */
  /*test .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: 21px 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 */
  /*test .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;
  }
}

/* End */


/* Start:/local/templates/detrics2019/js/glass/style.css?1584617923294*/
.js-glass {
	position:relative;
	max-width: 100%;
	display: inline-block;
}
.js-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;
}
.js-picture-glass{
	cursor:pointer;
}
/* End */


/* Start:/local/templates/detrics2019/styles/additional.css?178049190915787*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&amp;subset=cyrillic);*/
.catalog-price-block .catalog-price__actual__label
{
	width: 81px;
	text-align: left;
}
.catalog-price-block .catalog-price__actual__value{
	width: 45%;
	text-align: right;
}
.catalog-price-block .catalog-price{
	width:100%;
	text-align: left;
}
.showcase .catalog-price{
 width: 33%;
}
.showcase  .catalog-price__actual__label{
	 float:none;
	 width:100%;
	 display: block;
	 text-align: left;
}
.showcase  .catalog-price__actual__value{
	 float:none;
	 width:100%;
	 display: block;
	 text-align: left;
}
.c-gallery__box .catalog-description__item:after {
	content:'';
	clear: none;
}
.showcase .catalog-description__item {
	margin: 0 0 10px;
}
.catalog-marks-table span{
	transform:scale(0.8);
}
.sections__label{
	max-height: 163px;
	overflow: hidden;
}
.cart-order__detail > .label > label{
	display: block;
	padding: 10px;
}
.catalog-menu {
  height:91px;
}
.catalog-menu__label{
  padding: 4px 10px 14px;
  text-align:center;
}
.catalog-menu__item:hover .catalog-menu__label > div{
filter:invert(100%);
}
.catalog-menu__item_other .catalog-menu__label{
	padding-top: 34px;
	font-size: 22px;
}
.catalog-description_price{
	min-height:50px;
}
.alert-success {
	/*
    color: #fff !important;
    background-color: #22a9ab !important;
    border-color: #22a9ab !important;
    */
}
.bx-soa-section{
border: 1px solid #fe2837 !important;
}
.bx-red .btn.btn-default
{
	background-color: #fe2837;
	text-decoration: none;
}
.bx-red .btn.btn-default:hover
{
	background-color: white;
	color: #fe2837;
}
.bx-green .btn.btn-default.btn-disabled{
	background-color: #c2c2c2 !important;
	border-color: #d5d5d5 !important;
	text-decoration: none;
	cursor: not-allowed;
}
.bx-green .btn.btn-default {
    background-color: #22a9ab!important;
    border-color: #22a9ab!important;
    color: #FFF;
}
.btn-disabled:hover{
	text-decoration: none;
}
.links__label_block
{
	float: left;
	margin-right: 10px;
}
.bx_my_order_switch{
	overflow: hidden;
}
/*оформление заказа 16 версии*/
.bx-soa-customer-field[data-property-id-row="93"],
.bx-soa-customer-field[data-property-id-row="95"],
.bx-soa-customer-field[data-property-id-row="96"]{
	overflow:hidden;
}
.bx-soa-customer-field[data-property-id-row="93"] .bx-soa-custom-label,
.bx-soa-customer-field[data-property-id-row="95"] .bx-soa-custom-label,
.bx-soa-customer-field[data-property-id-row="96"] .bx-soa-custom-label{
	float: left; margin-left: 26px;line-height: 21px;
}
.bx-soa-customer-field[data-property-id-row="93"] .soa-property-container,
.bx-soa-customer-field[data-property-id-row="95"] .soa-property-container,
.bx-soa-customer-field[data-property-id-row="96"] .soa-property-container{
	float: left; position: absolute; left: 0px; margin-left: 16px;
}
.statistic{
	height:40px;
}
.statistic-list__item:first-child+.statistic-list__item{
	float:left;
}
.category-home__label:hover {
    text-decoration: none;
}
.header__item_first{
	width: 55%;
}
.header__item_last{
	width: 207px;
	float: right;
}
.contacts__phone_table{
	width:100%;
}
.contacts__phone_table_row{
	display:table-row;
}
.contacts__phone_table_td{
	padding:4px;
	display:table-cell;
}
.contacts__phone_table_td:first-child{
	width:65px;
	text-align:right;
}
.mobile-icon_section .mob-icon__img{
	width: 40px;
}
.header__block_logo {
    width: 47%;
}
.contacts__phone {
	line-height: 28px;
	font-weight: 700;
	font-size: 18px;
}
.product-gallery__label{
	width: 51px;
}
.popup-gallery__list .product-gallery__label{
	width: 62px;
	height: 52px;
}
#rs_easycart .rsec_content .rsec_tyanya .rsec_close{
	width: 99px;
}
#rs_easycart .rsec_content .rsec_tyanya .rsec_close .rsec_iconka{
	margin-left: 8px;
}
.user_menu__item {
    position: relative;
    float: left;
}
.sort-compare-label{
	height:auto;
}
.menu-mob-auth{
	padding-left: 40px;
}
.menu-mob-sub__item__title .login-icon{
	top: 10px;
	left:10px;
}
.user__city-name{
	float: none;
}
.menu_icon_mob_inner{
	background-color: #e7e7e7;
}
.view__switcher{
	width:auto!important;
	height:auto!important;
}
.favorites__label:hover,
.catalog-menu__label:hover{
	text-decoration: none;
}
.catalog-price__item{
	height:22px;
}
.popup-gallery__list .product-gallery__label .product-gallery__img,
.product-gallery__img{
	max-width: 48px;
	max-height: 41px;
}
.pager__label{
	height: 35px;
}
.fancybox-inner .items {
    max-height: 237px;
}
.catalog-menu-sub__item{
	margin: 0 0 6px 5px;
}
.catalog-menu-sub__label:hover{
	text-decoration:underline;
}
.c-gallery__announce{
	height:auto;
}
.sort{
	margin: 0 0 24px;
}
.sort-list .dropdown_select.dropdown-active .select-input{
	width:100%;
}
.select-list{
	max-height:250px;
	margin: auto;
}
.sort-list  .select-list__label{
	padding-right: 25px;
}
.sort-list  .select-bar{
	width:auto;
}
.cart-list .JS-Dropdown{
	margin-top:7px;
}
/*.sections-list{
	margin:auto;
}*/
.sections-list-main {
    margin: 0 -3% 0 0;
}
.cart-action{
	line-height: 24px;
}
.l-body{
	padding-bottom: 0px;
}
@media (max-width:400px)
{
	.catalog-price__item{
		width: 66px;
		text-align:left;
	}
}
@media (max-width:661px)
{
	.showcase .catalog-description>div{
		display:none;
	}
	.showcase .catalog-description{
		position: static;
		opacity: 1;
	}
	.showcase .catalog__item:hover .catalog-description{
		display:block;
	}
	.showcase .catalog-product{
		max-width: none;
	}
	.showcase .catalog-price__actual__label,
	.showcase .catalog-price__actual-digit
	{
		text-align:center;
	}
}
@media (min-width:661px) and (max-width:680px)
{
	.delivery_block_day{
		font-size:12px;
	}
}
@media (min-width:400px) and (max-width:900px)
{
	.catalog-price__item{
		width: 66px;
		text-align:left;
	}
	.header__item_first{
		width: 100%;
	}
	.contacts__phone_table_row{
		float:left;
		/*width: 50%;*/
	}
	.contacts__phone_table_td{
		padding:4px;
		width: 135px;
		float: left;
	}
	.header__item_last{
		 width: 367px;
	}
	.contacts__phone_table_td:first-child{
		width:auto;
	}
	.header__block_search {
		width: 45%;
		float: left;
	}
	.header__block_town{
		padding-top: 10px;
		width:40%;
	}
	.town__block{
		float: left;
		margin-right:10px;
		width:60%;
	}
	.delivery__block {
		padding:0;
		clear:none;
	}
	.contacts__phone {
		line-height: 28px;
		font-weight: 700;
		font-size: 16px;
	}
}
@media (max-width:1024px)
{
	.g-switcher.feedback-menu__link{
			padding-right:0px;
	}
}
@media (max-width:1000px)
{
	.catalog-price__actual-digit{
		line-height: 20px;
		font-style: italic;
		font-size: 16px;
	}
	.menu-mob-icon{
		width:auto!important;
		height:auto!important;
	}
	.header__block_logo {
		width: 50% !important;
		float: left;
	}
}
@media (max-width:1024px)
{
	.header_favorite_line_text{
		width: 27px;
		color: transparent;
	}
	.header_favorite_line_text:hover{
		color: transparent;
	}
}
@media screen and (min-width:940px)
{
	.h-side-menu {
		margin: 0 0 27px;
		border: 1px solid #ccc;
		border-radius: 2px;
	}
	.h-side-menu-list {
		margin: 0 -1px -1px;
		padding: 0;
		list-style: none;
	}
	.h-side-menu-title {
		margin: 0;
	}
	.h-side-menu-list__item {
		line-height: 16px;
		font-size: 13px;
	}
	.h-side-menu_catalog .side-menu-list__item:first-child .side-menu-list__label {
		border-radius: 0;
	}
	.h-side-menu-list__item:first-child .side-menu-list__label {
		margin-top: -1px;
		border-radius: 2px 2px 0 0;
	}
	.h-side-menu-list__label {
		display: block;
		padding: 9px 9px 8px;
		margin: 0 0 -1px;
		border: 1px solid #ccc;
		color: #202020;
		text-decoration: none;
	}
	.h-side-menu-list__label:hover {
	  position: relative;
	  z-index: 1;
	  color: #202020;
	  background: #ebebeb;
	  border-color: #989898;
	}
}
/*
@media screen and (max-width:939px) and (min-width:481px)
{
	.h-side-menu-list__item {
		float:left;
		width:50%;
	}
	.h-side-menu-list__item:nth-child(odd) {
		padding-right: 2px;
		padding-left: 0px;
	}
	.h-side-menu-list__item:nth-child(even){
		padding-left: 2px;
		padding-right: 0px;
	}
}*/
@media screen and (max-width:939px)
{
	.h-side-menu {
		width: 100%;
		margin: 0 0 27px;
	}
	.h-side-menu-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.h-side-menu-title {
		display:none;
	}
	.h-side-menu-list__item {
		line-height: 16px;
		font-size: 13px;
		border-radius:2px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.h-side-menu-list__label {
		display: block;
		padding: 13px 9px;
		border: 1px solid #ccc;
		color: #202020;
		text-decoration: none;
		border-radius: 4px;
	}
	.h-side-menu-list__label:hover {
	  position: relative;
	  z-index: 1;
	  color: #202020;
	  background: #ebebeb;
	  border-color: #989898;
	}
}
@media screen and (max-width:939px) and (min-width:481px)
{
	.h-side-menu-list__item {
		float:left;
		width:auto;
		padding-right:5px;
	}
}
@media (max-width:768px)
{
	.header__block_search .search
	{
		float: left;
	}
}
@media (min-width:480px) and (max-width:650px)
{
	.c-list__price{
		width: 83% !important;
		margin-left: 13%;
	}
	.catalog-price__label{
		width: 60px!important;
	}

	.catalog-price-section-showcase .catalog-price__label
	{
		display: inline-block;
	}
	.c-list__price__item{
		max-width: 100%!important;
	}
}
.c-list__info{
	height:auto;
}
.c-list__info .c-list__wrapper{
	position:static!important;
}
.c-gallery__announce{
	height:auto;
}
.c-gallery__item{
	position:relative;
}
/*.c-list__item{
	margin: 0 3% 0 0;
}*/
.promo-col-main_middle .promo-slider-description .promo-overlay{
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzOEVBREU1OEEyQjExRTZCRDZDQkFEMUUzODMyNjg1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzOEVBREU2OEEyQjExRTZCRDZDQkFEMUUzODMyNjg1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjM4RUFERTM4QTJCMTFFNkJENkNCQUQxRTM4MzI2ODUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjM4RUFERTQ4QTJCMTFFNkJENkNCQUQxRTM4MzI2ODUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4LI0yeAAAAG0lEQVR42mJJSEiIYyACMDEQCUYVUkchQIABAHaeAZXHIA6cAAAAAElFTkSuQmCC');
	top:0;
	right:0;
	bottom:0;
	position:absolute;
	z-index: 0;
	left: 0;
	display:none;
}
.promo-col-main_middle .promo-slider-description .promo-main {
	position: relative;
	z-index: 10;
	color: #fff;
}
.promo-col-main_middle .promo-slider-description .promo-slider__title_decor,
.promo-slider__info_decor{
	background:none;
	color: #fff;
}
.promo-slider-description__title{
	color: inherit;
	font-weight: 500;
}
.promo-col-main_middle .promo-slider-description .promo-main_h1  {
	font-size:35px;
	line-height:43px;
	text-shadow: 0px 0px 6px rgb( 13, 27, 28 );
}
.promo-col-main_middle .promo-slider-description .promo-main_h2  {
	font-size:32px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height:42px;
	text-shadow: 0px 0px 6px rgb( 13, 27, 28 );
}
.promo-col-main_middle .promo-slider-description .promo-main_preview_text  {
	font-size:22px;
	line-height:25px;
	color: white;
	position: relative;
	z-index: 10;
	text-shadow: 0px 0px 6px rgb( 13, 27, 28 );
}
.promo-slider-description__more {
	display: block;
	margin: 0 0 5px 10px;
	padding: 7px 17px 14px;
	color: #fff;
	font-size: 15px;
	width: 164px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.promo-col-main_middle .promo-slider-description{
	width:45%;
	padding-top: 50px;
}
/*.bx-ie .catalog-menu__item:hover .catalog-menu__label{*/
	/*background: #21c1c3;*/
	/*color: #fff !important;*/
/*}*/
@media screen and (min-width: 661px) and (max-width: 1160px)
{
	.promo-col-main_middle .promo-slider-description{
		width:45%;
		padding-top: 40px;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_h1  {
		font-size:27px;
		line-height:43px;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_h2  {
		font-size:21px;
		font-weight: bold;
		line-height:39px;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_preview_text  {
		font-size:20px;
		line-height:24px;
	}
}
@media (min-width:690px)
{
	.c-gallery__box .catalog-price{
		width: 33%;
	}
	.c-gallery__box .catalog-price__actual__label{
		 float:none;
		 width:100%;
		 display: block;
		 text-align: left;
	}
	.c-gallery__box .catalog-price__actual__value{
		 float:none;
		 width:100%;
		 display: block;
		 text-align: left;
	}
	.l-toppanel-inner{
			 margin-bottom:0
	}
}
@media (max-width:689px)
{
	.c-gallery__box .catalog-price__actual__label{
		 float:left;
	}
	.c-gallery__box .catalog-price__actual__value{
		 float:right;
	}
	.c-gallery__box .catalog-price{
		width: 100%;
	}
}
@media (max-width:660px)
{
	.promo-col-main_middle .promo-slider-description{
		width: 100%;
		height: 100%;
		padding-top: 40px;
	}
	.promo-slider__layout{
		height: 100%;
	}
	.promo-col-main_middle .promo-slider-description .promo-overlay{
		display:block;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_h1  {
		font-size:23px;
		line-height:28px;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_h2  {
		font-size:18px;
		line-height:26px;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_preview_text  {
		font-size:14px;
		line-height:14px;
	}
	.promo-slider-description__info{
		display:block;
	}
	.promo-slider-description__more{
		display:none;
	}
}
@media (max-width:480px)
{
	.c-gallery__content.c-gallery__content_order{
		width: auto;
	}
	#tab_main_page li.catalog__item-big {
		width: 100%;
	}
	.h-side-menu-list__item {
		line-height: 16px;
		font-size: 15px;
	}
}
@media (min-width:481px)
{
	.c-gallery__content_order{
		position: absolute;
		bottom: 6px;
		right: 0px;
		width: 107px;
		/*right: 14px;*/
	}
}
@media (min-width:401px)
{
	.product-description  .catalog-price{
		 width: 33%;
	}
	.product-description   .catalog-price__actual__label{
		 float:none;
		 width:100%;
		 display: block;
		 text-align: left;
	}
	.product-description   .catalog-price__actual__value{
		 float:none;
		 width:100%;
		 display: block;
		 text-align: left;
	}
	.product-description  .catalog-price__actual-digit{
		line-height: 20px;
		font-style: italic;
		font-size: 20px;
	}
	.product-description  .catalog-price__label{
		line-height: 15px;
		font-size: 13px;
	}
	.showcase .catalog-price__actual-digit{
		line-height: 20px;
		font-style: italic;
		font-size: 14px;
	}
}
@media (max-width:400px)
{
	.product-description  .catalog-price{
	 width: 100%;
	}
	.product-description .catalog-price__actual__label{
		 float:left;
	}
	.product-description  .catalog-price__actual__value{
		 float:right;
	}
}
@media screen and (max-width:325px)
{
	.promo-col-main_middle .promo-slider-description{
		padding-top: 20px;
	}
}

.catalog__wrap{
    min-height: 430px;
}

.availableQuantityError{
	font-size: 1rem;
	text-align: center;
}

@media (max-width: 580px) {
	#bx-soa-order .bx-soa-pickup-list .bx-soa-pickup-list-item{
		padding: 10px 40px 10px 10px;
	}
	.bx-soa-pickup-l-item-adress {
		max-width: 45vw;
		word-break: break-all;
	}
}
.header-social-link {
	display: block;
	width: 32px;
	float: left;
}
/* для задачи https://b24.34web.ru/workgroups/group/284/tasks/task/view/37593/ пункт 4*/
/*.filter-box__content {
	display: none;
}*/

/* End */


/* Start:/local/templates/detrics2019/styles/news.css?15846179231347*/
.news-list__item>a{
	display: inline-block;
    float: left;
    width: 200px;
    text-align: center;
}
.news-list__item>a .news-list__img{
	float:none;
	margin:auto;
	max-width:200px;
	max-height:200px;
}
.news-side-list__img{
	width: 200px;
    text-align: center;
}
.news-side-list__img img{
	max-width:200px;
	max-height:200px;
}



.n-news-table{
	font:1.5rem 'PT Sans', Arial, sans-serif; text-align:center;
}
.n-news-section, .n-news-title{
	text-align:center;
}
.n-news-title{
	color:rgb(255, 0, 0);
}
.n-news-section{
	overflow:hidden; list-style:none; padding:0;font-size:1.125rem;
}
.n-news-block{
	float: left; 
	width: 23%; 
	height:300px;  
	text-align: center; 
	margin-bottom:10px;
}
.n-news-block:last-of-type{margin-right:0;}
.n-news-block-img{
	height:200px;
	margin-bottom: 20px;
}
.n-news-block-img img{
	height:100%;
	max-width:100%;
	float: none;
}
.n-news-block-text{
	font-size:0.8125rem;
	height:3em;
}
/*.n-news-block-img a img{
	width:100%;
	vertical-align:top;
}*/

@media screen and (max-width: 1024px) {
	.n-news-block{
		width: 30%;
		margin-right:5%;
	}
	.n-news-block:last-of-type{margin-right:0;}
}
@media screen and (max-width: 768px) {
	.n-news-block{
		width: 30%;
		margin-right:5%;
	}
	.n-news-block:last-of-type{margin-right:0;}
}
@media screen and (max-width: 480px) {
	.n-news-block{
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/detrics2019/styles/font-awesome.css?158461792337486*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/local/templates/detrics2019/styles/../fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('/local/templates/detrics2019/styles/../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/detrics2019/styles/../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/detrics2019/styles/../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/detrics2019/styles/../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/detrics2019/styles/../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/local/templates/detrics2019/styles/swiper.min.css?158461792319778*/
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/detrics2019/styles/color.css?15846179232809*/
/* simple color */
	*::selection,
	.gui-button,
	.owl-dot.active,
	.catalog-menu,
	.category-home,
	.filter-track__indicator,
	.menu-mob-icon,
	.product-submit_cart,
	.loader-inner.square-spin > div,
	.gui-button-simple:hover,
	.swiper-pagination-bullet-active,
	.opener_icon:hover
	{
		background-color:#fe2837;
	}

	.owl-prev:after,
	.owl-next:after,
	.brands__title,
	.feedback__mark-icon,
	.shops-list__icon,
	.shops-filter__icon,
	a:hover,
	.link:hover,
	.icon-back_to_top:hover,
	.catalogMenu>li:hover .catalog-menu__label,
	.rating__label,
	.rating__item_active .rating__label_empty,
	.storeAmountBlock__second,
	.reviews-bar__count,
	.swiper-button-next, .swiper-button-prev
	{
		color: #fe2837;
	}

	.gui-button,
	.gui-button-simple,
	.gui-button:hover,
	.owl-dot,
	.view__switcher_current,
	.view__switcher_current:hover,
	.filter__item_active .catalog-filter__label,
	.filter__item_active .catalog-filter__label:hover,
	.colors-checkbox:checked + .colors-cover,
	.colors-list__item.active .colors-cover,
	.filter-buttons-input:checked + .filter-buttons-icon,
	.links__item_current .links__label,
	.links__item_current .links__label:hover,
	.order-radio__input:checked + .order-radio__label,
	.pager__label_current,
	.pager__label_current:hover,
	.product-gallery__l_active,
	.shops-filter__label.btn-primary,
	.shops-filter__label.btn-primary:hover,
	.view__switcher_current,
	.view__switcher_current:hover,
	.catalog__item_active,
	.catalog__item:hover
	{
		border-color:#fe2837;
	}

/*********************************************************************/
/* Second color */
/* COLOR */
	.g-switcher:hover,
	.g-switcher:active,
	.g-switcher:focus,
	.g-label,
	.g-label:hover,
	.breadcrumbs__item,
	.bread__item,
	.catalog-menu-sub__label:hover,
	.category-menu-sub__label:hover,
	.contacts__phone__code,
	.detail-switcher,
	.dropdown-list__label_current,
	.favorites-icon,
	.favorites__label:hover .favorites-icon,
	.mob-icon__img,
	.news-list__label,
	.news-list__label:hover,
	.news-side-list__label,
	.news-side-list__label:hover,
	.promo-product__label,
	.s-result-list__name,
	.sections__name,
	.statistic-icon,
	.fancybox-close:hover,
	.gui-button-simple,
	.gui-button:hover
	{color:  #000000;}

	*::selection,
	.gui-button-simple:hover
	{
		color: #fff;
	}

	.gui-button-simple:hover{
		border-color: transparent;
	}

	.gui-button:hover{
		background-color: transparent;
	}


/* BORDER */
	.detail-switcher__label_open:after {border-top-color: #000000;}
	.detail-switcher__label_close:after {border-bottom-color: #000000;}

	/*	COLOR MENU */
	.catalog-menu .catalog-menu__label,
	.category-home .category-home__label__icon,
	.gui-button,
	.menu-mob-icon__img
	{color:#ebebeb;}

	.rating__label_empty
	{
		color: #dedede;
	}

/* Third color */
/* COLOR */
.opener_icon:hover
{color:  #fff;}

/* End */


/* Start:/local/templates/detrics2019/styles/design2019.css?167473219875188*/
/* main styles */
body {
	font-family: Open Sans, Arial, sans-serif;
	color: #000000;
    font-weight: 400;
	width: auto;
}
*::selection {
	/*background-color: #fe2837;*/
	/*color: white;*/
}
a {
	color: #000;
}

.clear {
    clear: both;
}

._bold{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 600;
}
._semibold{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
}
._flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
._flexCenter{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
._red-bg{
	background-color: #fe2837;
	color: white;
}
._red-bg a:hover, a._red-bg:hover{
	color: white;
}
.h3{
	font-size: 30px;
	line-height: 1.5;
}
.gui-button
{
	height: 37px;
	font-size: 14px;
	background-color: #fe2837;
}
/*.l-layout{*/
	/*max-width: 1920px;*/
	/*padding: 0 24px;*/
/*}*/
/*.l-layout{*/
	/*max-width: 1666px;*/
/*}*/
.l-layout{
	max-width: 1782px;
	padding: 0 0;
	background-color: white;
}

.l-header.h-fixed
{
	position: fixed;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	animation:slide-down 0.7s;
	box-shadow:0 2px 6px rgba(0,0,0,0.2);
	max-width: 100%;
	top: 0;
	left: 0;
}
@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.l-main-content
{
	position: relative;
}
.l-header.h-fixed .category-bar
{
	display: none;
}
.l-header.h-fixed .catalog-menu
{
	display: none;
}
.l-header.h-fixed .mainBar
{
	margin:0;
	padding: 0px 38px;
}
.l-header.h-fixed .mainBar__phone
{
	margin: 0px;
	padding: 0px 74px 0 0px;
	font-size: 24px;
}
.l-header.h-fixed .contacts__phone
{
	padding: 10px 0 0;
}
.l-header.h-fixed .site_logo
{
	padding: 5px 0;
}
.l-header.h-fixed .mainBar__logo img
{
	height: 40px;
}
.l-header.h-fixed .mainBar__search
{
	padding: 8px 0 0;
}
.l-header.h-fixed .mainBar__search .mainBar__searchInput{
	height: 30px;
	font-size: 18px;
}
.l-header.h-fixed .mainBar__search .mainBar__searchButton
{
	right: 12px;
	top: 2px;
}

.l-header.h-fixed .mainBar__headerIcons
{
	padding: 10px 0 0;
}
.l-header.h-fixed .headerIcons__icon
{
	font-size: 24px;
}

.l-header{
	max-width: 1920px;
	padding: 25px 24px 0;
	/*transition: all 0.4s ease;*/
}
.site_logo .logo-label
{
	display: block;
	line-height: 0;
}
.site_logo .h-logo__img
{
	background: url('/local/templates/detrics2019/styles/../images/logo_full.svg') no-repeat center;
	background-size: contain;
	width: 262px;
	height: 65px;
	display: inline-block;
}
.l-header.h-fixed .site_logo .h-logo__img
{
	background: url('/local/templates/detrics2019/styles/../images/logo_full.svg') no-repeat center;
	background-size: contain;
	width: 161px;
	height: 40px;
	display: inline-block;
}
/* sticky header */
.l-header.sticky{
	/*position: fixed;*/
	width: 100%;
	z-index: 1000;
	padding: 30px 24px;
	border-bottom: 2px solid #fe2837;
}
.l-header.sticky .category-bar{
	margin: 0;
}
.l-header.sticky .mainBar, .l-header.sticky .catalogMenu{
	display: none;
}
.title-search-result{
	z-index: 1010;
}
/* end sticky header */
.l-body{
	background-color: #f3f3f3;
	padding-top: 0px;
}

/* swiper styles */
.swiper-container {
	width: 100%;
	/*height: 100%;*/
}
.swiper-slide {
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center;
}
.swiper-pagination-bullet{
	width: 14px;
	height: 14px;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
	background: none;
	font-size: 60px;
}
.swiper-button-next{
	right: -30px;
}
.swiper-button-prev{
	left: -30px;
}

.swiper-button-next.main_tabs
{
	right: -42px;
}

.swiper-button-prev.main_tabs
{
	left: -42px;
}

/* end swiper styles */

/* end main styles */

.catalog-menu-sub-wrapper
{
	padding: 15px 15px 10px;
}

/* header */
.category-bar{
	overflow: hidden;
	margin-bottom: 47px;
}
.category-bar, .mainBar{
	margin-top: 0;
	padding-right: 14px;
	padding-left: 14px;
}
.category-bar:after, .category-menu:after{
	content: none;
}
.category-bar__left{
	float: left;
}
.category-menu__item{
	text-transform: uppercase;
	padding: 0;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 600;
	float: none;
	display: inline;
	font-size: 16px;
}
.category-menu__item:first-of-type .category-menu__label{
	padding-left: 0;
}
.category-menu__item:last-of-type .category-menu__label{
	padding-right: 0;
}
.category-menu__label{
	padding: 0 8px 0;
	display: inline;
}
.category-menu__label:hover, .category-menu__label.selected {
	border: none;
}

.category-menu__label.opt_site_link
{
	color: #fe2837;
}
.category-bar__right{
	float: right;
}
.townBlock{
	display: inline-block;
	margin-left: 20px;
}

.ajaxlocation .bx-sls .bx-ui-sls-route
{
	color: #777777 !important;
}

#town_city_id
{
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 200px;
	overflow: hidden;
}

.townBlock__button{
	text-decoration: none;
	font-size: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 300;
}
.townBlock__buttonAngle{
	font-size: 30px;
	margin-left: 11px;
	transition: .5s transform ease-in-out;
}
.townBlock__button:hover .townBlock__buttonAngle{
	transform: rotate(180deg);
}

.delivery__block{
	font-size: 18px;
	display: inline-block;
	width: 200px;
	margin-left: 15px;
	text-align: right;
	font-weight: 300;
}

.delivery_block_date_text
{
	font-weight: 600;
}

.site_logo
{
	display: block;
	float: left;
	margin-right: 20px;
}

.contacts__phone
{
	display: block;
	padding-top: 18px;
	padding-right: 74px;
	float: left;
}

.contacts__phone_mobil
{
	display: none;
}

.group_logo_phone_search_icons
{
	display: block;
}

.mainBar{
	margin-bottom: 60px;
}
.mainBar__logo img{
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}
.mainBar__phone{
	font-size: 26px;
	text-decoration: none;
}

.mainBar__headerIcons
{
	display: block;
	float: right;
	padding-top: 18px;
}

.mainBar__search
{
	display: block;
	float: left;
	padding-top: 6px;
}

.search__field:hover .mainBar__searchButton
{
	color: #202002;
}
.mainBar__searchInput{
	border-radius: 40px;
	background-color: #dddddd;
	border: none;
	outline: none;
	height: 53px;
	padding: 17px 28px;
	color: #c1bbbb;
	font-size: 20px;

	font-family: Open Sans, Arial, sans-serif;
	font-weight: 600;
	width: 100%;
	min-width: 602px;
}
.mainBar__searchButton{
	position: absolute;
	right: 30px;
	top: 12px;
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
	outline: none;
	color: #c1bbbb;
	font-size: 26px;
	padding: 0px;
}
.mainBar__menu{
	display: none;
	position: relative;
}

.logo-label
{
 	padding-right: 80px;
}
.headerIcons{
	float: none;
	margin: 0 0 0 40px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.headerIcons .user__label
{
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 150px;
	overflow: hidden;
}
.headerIcons__link{
	color:black;
	margin: 0;
}
.headerIcons__icon{
	font-size: 30px;
}
.fa-user.headerIcons__icon
{
	font-size: 35px;
}
.l-header.h-fixed .fa-user.headerIcons__icon
{
	font-size: 28px;
}
.headerIcons__text{
	width: 23px;
	height: 23px;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	position: absolute;
	left: -8px;
	bottom: -8px;
	top: auto;
	right: auto;

	border-radius: 25px;
}
.headerIcons__list{
	position: relative;
	padding-top: 6px;
}
.popup-city
{
	overflow: visible;
}

.fancybox-slide--html .fancybox-close-small
{
	color: #cccccc !important;
}

.fancybox-slide--html .fancybox-close-small:hover
{
	color: #121212 !important;
}

.catalogMenu{
	background-color:  #ffffff;

	border-top: 1px solid #dddddd;
	margin-left: -24px;
	margin-right: -24px;
	padding-left: 24px;
	padding-right: 24px !important;
	justify-content: space-between;
}

.catalog-menu
{
	height: 100px;
}

.catalog-menu:after
{
	content: none;
}

.catalogMenu>li{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	height: 100%;
	padding: 3px 0;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalogMenu .catalog-menu__label{
	color:black;
	padding: 0 10px 0;
	margin-bottom: 0;
}

.catalogMenu li:first-of-type .catalog-menu__label{
	padding-left: 0;
}
.catalogMenu li:last-of-type .catalog-menu__label{
	padding-right: 0;
}
/* header end*/

.promo
{
	max-height: 722px;
	max-width: 1920px;
	margin:0 auto;
}

.promo-slider-list {
	height: auto;
}

.promo-slider-list__item {
	position: relative;
}

@media (min-width: 768px) {
	.promo-slider-list {
		height: 36.25vw;
	}

	.js_on .promo-slider-list {
		height: auto;
		height: 36.25vw;
		max-height: 692px;
	}
}

.promo-slider__layout{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 36.25vw;
}

.promo-col-main_middle .promo-slider-description{
	width: auto;
	padding: 0;
	-ms-flex-preferred-size: 38%;
	flex-basis: 38%;

	text-align: right;
}
.promo-col-main_middle .promo-slider-description .promo-main{
	display: inline-block;
}
.promo-slider-description__title{
	max-height: 350px;
	padding: 0;
	margin-bottom: 30px;
}
.promo-col-main_middle .promo-slider-description .promo-main_h1, .promo-col-main_middle .promo-slider-description .promo-main_h2{
	display: block;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
.promo-col-main_middle .promo-slider-description .promo-main_h1{
	font-size: 60px;
}
.promo-col-main_middle .promo-slider-description .promo-main_h2{
	font-size: 95px;
}
.promo-main_preview_text{
	display: none;
}
.promo-slider-description__more{
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	border: none;
	border-radius: 40px;
	font-size: 20px;

	width: 300px;
	height: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.promo-slider .owl-dots{
	bottom: 100px;
}
.owl-dot{
	border: none;
	background-color: #c1bbbb;
	margin: 0 34px 0 0;
}
.mainPageContent{
	margin-top: -110px;
	position: relative;
	z-index: 1;
}
.mainPageContent .l-container{
	margin-left: 0;
}
.mainPageContent .links{
	padding: 40px 76px 0;
	font-size: 24px;
	margin-bottom: 0px;
}
.mainPageContent .links__item{
	margin: 0;
	text-align: center;
}
.mainPageContent .links__item.HIT_MAIN
{
	width: 250px;
}
.mainPageContent .links__item.NEW_MAIN, .mainPageContent .links .links__item.CATALOG_ITEM
{
	width: 170px;
}
.mainPageContent .links__item_current{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 700;
}
.mainPageContent .links__label{
	border: none;
}
.mainPageItemList{
	padding: 30px 160px 50px;
}
.noveltyItemList{
	padding: 30px 160px 70px;
}

.g-switcher
{
    padding-right: 5px;
}
.profile .gui-button
{
	font-weight: 400;
}

.gui-button-simple
{
	padding: 6px 17px;
	border-color: #fe2837;
	color: #000000;
	text-decoration: none;
}

.gui-button-simple:hover
{
	background-color: #fe2837;
	color: #fff;
	border-color: transparent;
}

.btn.btn3.clearitems
{
	padding: 5px 30px;
}

.gui-button.catalogItemList__buyButton
{
	width: 110px;
}

.gui-button.promo-slider-description__more, .gui-button.catalogItemList__buyButton, .gui-button.clickforsubmit,
.gui-button.elementCard__buyButton, .gui-button.reviews-bar__button, .gui-button.send, .gui-button.filter-submit,
.scan-form .gui-button, .gui-button.product-submit_cart, .cart-bar__button .gui-button, .review_form .gui-button,
.form-toolbar .gui-button.popup-button, .profile .gui-button, .feedback .gui-button
{
	color: #FFFFFF;
    font-weight: 600;
    border-width: 2px;
    border-color: #fe2837;
}

.scan-form .gui-button
{
	padding: 0 20px;
}

.reviews .reviews-bar__button
{
	padding: 10px 0px 0px;
	margin: 20px 0 20px;
	text-decoration: none;
	color: #fe2837;
	font-weight: 300;
	font-size: 1.125em;
}
.reviews .reviews-bar__button:hover
{
	text-decoration: underline;
}
.review_button_send
{
	margin-top: 20px;
	height: 36px;
}
.review_form .required_field
{
	padding-left: 5px;
	color: #fe2837;
}
.review_form
{
	display: none;
	text-align: left;
	margin-bottom: 30px;
}
.review_form .form
{
	padding: 24px 20px 22px 20px;
	max-width: 100%;
}
.a-make-review__success
{
	margin: 20px 0;
	text-align: center;
}
.a-make-review__success .success_send_ico
{
	font-size: 30px;
	vertical-align: middle;
	padding-right: 10px;
}
.a-make-review__success .success_send_text
{
	vertical-align: middle;
}
.gui-button.promo-slider-description__more:hover, .gui-button.catalogItemList__buyButton:hover,
.gui-button.clickforsubmit:hover, .gui-button.elementCard__buyButton:hover, .gui-button.reviews-bar__button:hover,
.gui-button.send:hover, .gui-button.filter-submit:hover, .scan-form .gui-button:hover,
.cart-bar__button .gui-button:hover, .gui-button.product-submit_cart:hover, .review_form .gui-button:hover,
.form-toolbar .gui-button.popup-button:hover, .profile .gui-button:hover, .feedback .gui-button:hover
{
	border-width: 2px;
	border-color: #fe2837;
	border-style: solid;
	background-color: #FFFFFF;
	color: #000000
}

/* catalog item list */
.contentWrapper{
	padding: 30px 0;
}
.contentWrapper .l-layout{
	padding: 30px 50px;
	margin-bottom: 30px;
}
.breadcrumbs
{
	padding: 0 0 30px;
}
.breadcrumbs__item{
	font-size: 16px;
	font-family: Open Sans, Arial, sans-serif;
    font-weight: 300;
}
.breadcrumbs__separator{
	margin: 0;
}
.catalog__img
{
    /*max-height: none;*/
}
.catalogH1{
	font-size: 24px;
	margin-bottom:30px;
	line-height: 26px;
}
.l-sidebar{
	width: 25%;
	margin-right: -25%;
}
.l-container{
	margin-left: 25%;
}

.l-container .sections
{
	padding-left: 20px;
}
.l-container .in_catalog .sections
{
	padding-left: 0px;
}
.l-container .sections .sections-list
{
	margin: 0px;
}

.ajaxpages .load_more
{
	text-transform: uppercase;
	font-size: 1.3em;
	color: #fe2837;
	text-decoration: none;
}

.ajaxpages .load_more:hover {
	text-decoration: underline;
}

.l-container .sections .sections-list .add2basketform .product-amount,
.l-container .catalog-list .add2basketform .product-amount
{
    display: none;
    width: 90px;
    float: left;
    padding-right: 20px;
	text-align: left;
	margin: 0px;
}

.csle-sec-name{
	font-size: 1.6em;
	padding-bottom:10px;
}
.csle-sec-name>a{
	text-decoration: none;
}
.filter-box
{
	margin: 0 20px 20px 0px;
}
.filter-box__name{
	display: block;
	text-align: center;
	margin-bottom: 0;
	height: 40px;
	line-height: 36px;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	border: 2px solid #fe2837;
}
.filter-box__name:after, .filter-title:after{
	font-family: FontAwesome, monospace;
	content: "\f107";
	font-size: 30px;
	width: auto;
	height: auto;
	background: none;
	top: auto;
	transition: 0.5s all ease-in-out;
}
.filter-box__name:after{
	right: 10px;
}
.bx_filter_parameters_box .filter-title:after{
	right: 0px;
}
.filter-box.accordion-active .filter-box__name:after,
.bx_filter_parameters_box.accordion-active .filter-title:after {
	transform: rotate(180deg);
}
.filter__item {
	border-bottom: 2px solid #c1bbbb;
}
.sort-help, .sort-list{
}
.filter{
	border-left: 2px solid #fe2837;
	border-bottom: 2px solid #fe2837;
	border-right: 2px solid #fe2837;
	border-top: none;
}
.bx_filter_parameters_box .filter-title{
	font-size: 18px;
	color:  #000000;
	padding: 10px 0px 10px 0px;
	cursor: pointer;
}

.bx_filter_parameters_box .filter-title:hover
{
	color:#fe2837;
}

.showcase.catalogItemList__list li
{
	padding: 10px;
}

.showcase .catalog-description__item
{
    margin: 0px;
	font-size: 14px;
}

.gallery .catalog-description__item,
.table .catalog-description__item
{
	margin: 0px;
	font-size: 14px;
}

.side-menu-list
{
	padding: 0 20px 20px 0;
	margin: 0px;
}

.catalogItemList__list{
	ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.catalogItemList__list .product-button
{
    float: left;
	margin: 0px;
	min-height: 0;
}
.catalogItemList__item{
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	/*max-width: 324px;*/
	font-size: 16px;
	border: 2px solid transparent;
}

.catalogItemList__item .catalogItemBlock
{
	padding: 10px;
	border: 2px solid transparent;
}
.catalogItemList__item .catalogItemBlock:hover {
	border-color: #fe2837;
}
.bx-ie .catalogItemList__item{
	flex-basis: auto;
	width: 25%;
}
.in_catalog .catalogItemList__item{
	/*-ms-flex-preferred-size: 25%;
	flex-basis: 25%;*/
	width: 25%;
}

.ajaxpages {
	margin-top: 22px;
}

@media (min-width: 768px) {
    .gallery .catalogItemList__item .catalogItemBlock {
        border-bottom: 2px solid #F3F3F3;
        padding: 10px 10px 25px;
    }
    
    .table .catalogItemList__item .catalogItemBlock {
        border-bottom: 2px solid #F3F3F3;
        padding: 0 10px 20px;
    }
    
    .gallery .catalogItemList__item .catalogItemBlock:hover {
        border-color: transparent;
        border-bottom: 2px solid #F3F3F3;
    }
    
    .gallery .catalog__img {
        height: auto;
        max-height: 189px;
    }
    
    .table .catalog__img {
        height: auto;
        max-height: 115px;
    }
    
    .gallery .catalogItemList__item {
        font-size: 19px;
        margin-top: 5px;
    }
    
    .table .catalogItemList__item {
        margin-top: 0;
    }
    
    .gallery .catalogItemList__stars .fa-star {
        font-size: 30px;
        line-height: 1;
    }
    
    .gallery .catalogItemList__reviews {
        font-size: 1.1em;
        font-weight: 400;
    }
    
    .gallery .catalogItemList__retailPrice {
        font-size: 1.6em;
        line-height: 1.6;
        font-weight: 900;
        max-width: 200px;
    }
    
    .table .catalogItemList__retailPrice {
        font-weight: 400;
        text-align: right;
    }
    
    
    .in_catalog .gallery .catalogItemList__item,
    .bx-ie .in_catalog .gallery .catalogItemList__item {
        flex-basis: auto;
        width: 100%;
    }
    
    .gallery .catalogItemList__stars,
    .gallery .catalogItemList__reviews {
        float: none;
    }
    
    .gallery .catalogItemList__textBlock {
        height: auto;
        margin-bottom: 12px;
    }
    
    .table.catalogItemList__list li {
        padding-top: 5px;
    }
    
    .table .catalogItemList__textBlock {
        margin-top: 15px;
    }
    
    .gallery .catalogItemList__imgBlock {
        float: left;
        margin-top: -10px;
        width: 257px;
        padding: 0 25px 10px 0;
        text-align: center;
        max-height: 199px;
        height: 199px;
        margin-bottom: 0;
    }
    
    .table .catalogItemList__imgBlock {
        width: 123px;
        margin-top: 0;
        padding: 0 25px 0 0;
        max-height: 115px;
        height: 115px;
    }
    
    .gallery .gui-button.catalogItemList__buyButton {
        width: 149px;
        height: 42px;
        font-size: 1.3em;
    }
    
    .gallery.catalogItemList__list .product-button {
        float: none;
    }
    
    .gallery .catalogItemList__ButtonToBasket {
        margin-top: -81px;
        height: auto;
    }
    
    .table .catalogItemList__ButtonToBasket {
        margin-top: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
    }
    
    .l-container .catalog-list.gallery .add2basketform .product-amount {
        display: block;
        float: none;
        width: 127px;
        padding-right: 0;
        margin: 0 auto 28px;
    }
    
    .l-container .catalog-list.table .add2basketform .product-amount {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    
    .table.catalogItemList__list .product-button {
        display: inline-block;
        vertical-align: middle;
        margin-left: 55px;
    }
    
    .catalog-list.gallery .elementCard__selectCountButtonAngle {
        right: 20px;
    }
    
    .catalog-list.gallery .elementCard__selectCount .select-input_amount {
        width: 127px;
        height: 45px;
        padding-left: 27px;
        padding-right: 48px;
        text-align: left;
    }
    
    .gallery .catalogItemList__reviewBlock .clear {
        display: none;
    }
    
    .gallery .catalogItemList__priceBlock {
        padding-top: 7px;
        height: auto;
    }
    
    .table .catalogItemList__reviewBlock {
        float: left;
    }
    
    .table .catalogItemList__reviewBlock {
        float: left;
    }
    
    .table .catalogItemList__buyBlock {
        float: right;
        margin-top: 6px;
    }
    
    .table .catalogItemList__priceBlock {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .sort .view {
        display: none;
    }
    
    .gallery .catalogItemBlock>.clear {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .table .catalogItemList__buyBlock {
        min-width: 497px;
    }
    
    .table .catalogItemList__ButtonToBasket {
        margin-left: 15px;
    }
    
    .table.catalogItemList__list .product-button {
        margin-left: 25px;
    }
    
    .table .catalogItemList__retailPrice {
        font-size: 1.5em;
    }
    
    .gallery.catalogItemList__list li {
        padding-left: 0;
        padding-right: 0;
    }
}

.bx-ie .in_catalog .catalogItemList__item{
	flex-basis: auto;
	width: auto;
}

.catalogItemList__imgBlock{
	margin-bottom: 20px;
	height: 172px;
	overflow: hidden;
}
.catalogItemList__imgBlock img{
	/*max-height: 149px;*/
}
.catalogItemList__textBlock{
	margin-bottom: 10px;
	font-size: 1em;
	height: 60px;
	overflow: hidden;
}
.catalogItemList__name{
	text-decoration: none;
}
.catalogItemList__reviewBlock, .catalogItemList__buyBlock{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.catalogItemList__reviewBlock{
	margin-bottom: 10px;
}
.catalogItemList__reviewBlock .catalogItemList__stars
{
	padding: 0px;
}
.catalogItemList__stars{
	font-size: 0;
	color: #c1bbbb;
	display: block;
	float: left;
	padding: 0 10px 10px 0;
}
.catalogItemList__stars .fa-star
{
	font-size: 20px;
	padding-right: 3px;
}
.catalogItemList__rating-1:nth-child(1){
	color: #fe2837;
}
.catalogItemList__rating-2:nth-child(-n + 2){
	color: #fe2837;
}
.catalogItemList__rating-3:nth-child(-n + 3){
	color: #fe2837;
}
.catalogItemList__rating-4 .fa-star:nth-of-type(-n + 4){
	color: #fe2837;
}
.catalogItemList__rating-5:nth-child(-n + 5){
	color: #fe2837;
}
.catalogItemList__reviews{
	color:  #c1bbbb;
	font-size: 1.125em;
    font-weight: 300;
	float: right;
}
.catalogItemList__priceBlock
{
	height: 50px;
	/*width: 130px;*/
}
.catalogItemList__priceBlock:after
{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}
.catalogItemList__priceBlockEqualizer
{
	/*display: inline-block;*/
	display: flex;
	align-items: center;
	vertical-align: middle;
}
.catalogItemList__retailPrice{
	font-size: 1.3em;
	line-height: 1.3;
    font-weight: 700;
	white-space: nowrap;
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.catalogItemList__ButtonToBasket
{
	height: 50px;
	font-size: 0;
}
.catalogItemList__ButtonToBasket:after
{
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: '';
}
.catalogItemList__ButtonToBasketEqualizer
{
	display: inline-block;
	vertical-align: middle;
}
.catalogItemList__buyBlock .add2basketform
{
    float: right;
    display: block;
}

.catalogItemList__retailPrice .currency_text
{
    font-size: 0.8em;
    font-weight: 600;
}
.catalogItemList__oldPrice{
	font-size: 1.125em;
	line-height: 1.3em;
    font-weight: 300;
	white-space: nowrap;
	color: #868686;
	text-decoration: line-through;
	max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.catalogItemList__buyButton{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	padding: 0 10px;
	font-size: 1em;
	line-height: 1;
}
.catalogItemList__buyButton:hover{
	border-width: 2px;
	border-color:  #fe2837;
	border-style: solid;
}
.catalogItemList__inBasket{
	text-decoration: none;
}

.catalogItemList.ajaxsectclass
{
    padding-bottom: 40px;
}
/* catalog item list end */

.h-side-menu
{
	margin: 0 20px 20px 0;
}
/*.cart
{
	padding-left: 20px;
}*/
.cart .basket-btn-checkout
{
	background-color: #fe2837 !important;
	border-color: #da3737;
	color: #FFF;
	border: 1px solid transparent;
	border-radius: 6px;
}
.cart .basket-btn-checkout:hover
{
	background-color: white !important;
	color: #fe2837 !important;
}
.cart-foot .sum-common
{
	display: block;
}
/* catalog filter*/
.filter-bar{
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto;
	display: table;
}
.filter-bar__item{
	width: auto;
	margin: 0;
    float: left;
    padding-bottom: 10px;
    display: block;
}
.filter-bar__item .filter-submit{
	font-size: 16px;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 600;
	padding: 9px 25px;
	height: auto;
	line-height: 18px;
	width: auto;
}
/* end catalog filter*/

/* catalog element */
.elementCard{
	font-size: 16px;
	padding-bottom: 20px;
}
 .product-col,
.elementCard .product-col__column,
.elementCard .product-bar{
	float: none;
	width: auto;
	margin: 0;
}
.elementCard .product-col__column-left{
	width: 43%;
	float: left;
}
.bx-ie .elementCard .product-col__column-left, .bx-ie .elementCard .product-col__column-right{
	/*width: 50%;*/
	flex-basis: auto;
}
.elementCard .product-col__column-right{
	width: 57%;
	float: left;
}
.elementCard__imgBlock .gallery-top{
	/*height: 500px;
	width: 500px;*/
	/*height: 400px;*/
	height: 21.2vw;
	max-height: 400px;
}

.elementCard__imgBlock .container_gallery_block
{
	width: 100%;
	padding-right: 20px;
}

.elementCard__imgBlock .container_gallery_block .thumbs_block
{
	float: left;
	width: 20%;
}
.elementCard__imgBlock .container_gallery_block .gallery_block
{
	float: left;
	width: 80%;
}
.elementCard__imgBlock .gallery-thumbs{
	/*height: 500px;
	width: 160px;
	height: 400px;*/
	height: 21.2vw;
	max-height: 400px;
	padding-right: 20px;
}
.elementCard__imgBlock .gallery-thumbs .swiper-slide {
	width: auto;
}

.elementCard__imgBlock .gallery_product_image
{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.elementCard__imgBlock .gallery_thumb_image
{
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: #0e0e0e 1px solid;
}

.elementCard__emptyImg{
	height: 21.2vw;
	max-height: 400px;
	padding-right: 20px;
	margin: 0 auto;
	display: table;
}
.elementCard .product-title-bar{
	float: none;
	width: auto;
	padding: 0;
}
.elementCard .product-description{
	float: none;
}
.elementCard .product-description__inner{
	margin: 0;
}
.elementCard .product-code{
	margin: 0 20px 0 0;
	float: left;
}
.elementCard .product-code__label{
	font-size: 1em;
	font-weight: 300;
	vertical-align: middle;
}
.elementCard .product-rating{
	margin: 0;
	float: left;
	font-size: 0;
}
.elementCard .product-rating a
{
	cursor: default;
}
.elementCard .product-rating a.rating__label_empty:hover
{
	color: #dedede;
}
.elementCard .product-rating a.a-catalog-user-rate__full:hover
{
	color: #fe2837;
}
.elementCard .rating-counter{
	display: none;
}
.elementCard .rating__label{
	font-size: 23px;
}
.rating__label{
	text-decoration: none;
}
.rating__label_empty {
	color: #dedede;
}
.elementCard__refRating{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
.elementCard__buyBlock{
	margin-bottom: 30px;
}
.elementCard__prices{
	margin-right: 60px;
	margin-bottom: 20px;
	float: left;
}
.elementCard__oldPrice{
	font-size: 1.5em;
	font-weight: 300;
	padding-bottom: 5px;
	color: #868686;
	text-decoration: line-through;
}
.elementCard__retailPrice{
	font-size: 2.7em;
	line-height: 1;
    white-space: nowrap;
	font-weight: 700;
}

.promo-slider-description__more
{
	height: 50px;
}

.gui-button.elementCard__buyButton
{
	font-size: 1.325em;
}
.elementCard__add2basketform
{
	display: block;
}
.elementCard__retailPrice .currency_text
{
	font-weight: 600;
	font-size: 0.8em;
}
.elementCard__add2basketform .product-amount,
.elementCard__add2basketform .product-button{
	margin-bottom: 0;
	float: left;
}
.elementCard__add2basketform .product-amount{
	margin-right: 65px;
	margin-bottom: 20px;
	float: left;
}
.elementCard__selectCount{

}
.elementCard__selectCount .select-input_amount{
	width: 150px;
	height: 50px;
	background-color: #f3f3f3;
	font-size: 24px;
	border: none;
	border-radius: 10px;
}
.elementCard__selectCountButtonAngle{
	font-size: 30px;
	position: absolute;
	right: 30px;
	top: calc(50% - 15px);
	transition: .5s transform ease-in-out;
}
.elementCard__buyButton{
	height: 50px;
	padding: 0px 50px;
}
.elementCard .product-content__info{
	margin-bottom: 30px;
}
.catalog-description__compare, .catalog-description__favorites{
	float: left;
	font-weight: 300;
}
.elementCard .gui-checkbox-input:checked + .gui-checkbox-icon::before{
	content: "\2713";
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
}

.product-favorites .compare_link_block
{
	float: left;
	padding-bottom: 10px;
}
.product-favorites .link_to_compare
{
	padding-right: 15px;
	font-weight: 300;
	display: none;
}
.product-favorites .link_to_compare a
{
	text-decoration: none;
}

.compare .compare-params
{
	margin: 0;
	min-height: 450px;
	height: auto;
}

.compare .compare-params .compare-params__item
{
	line-height: 25px;
}

.ya-share2__badge
{
	border-radius: 3px !important;
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_facebook .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__badge{
	background-color:  #dddddd !important;
}
.ya-share2__item_service_facebook .ya-share2__link:hover .ya-share2__badge{
	background-color: #48729e !important;
}
.ya-share2__item_service_vkontakte .ya-share2__link:hover .ya-share2__badge{
	background-color: #3b5998 !important;
}
.ya-share2__item_service_twitter .ya-share2__link:hover .ya-share2__badge{
	background-color: #00aced !important;
}

.ya-share2__container_size_m .ya-share2__icon{
	height: 22px !important;
	width: 22px !important;
}
.elementCard .gui-checkbox-icon{
	background:  #dddddd;
	width: 22px;
	height: 22px;
	margin: 0;
}

.elementCard .product-detail, .elementCard .product{
	margin: 0;
}

.elementdetail__secondRowColumn, .elementdetail__thirdRowColumn{
}
.bx-ie .elementdetail__secondRowColumn, .bx-ie .elementdetail__thirdRowColumn{
	flex-basis: auto;
	width: 50%;
}
.elementdetail__secondRowColumnThird, .mobileMenu{
	display: none;
}
.mobileMenu{
	margin-bottom: 20px;
}
.mobileMenu__item.active{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
}

.elementdetail__secondRowColumns
{
	padding-top: 40px;
}

.elementdetail__secondRowColumnThird
{
	width: 57%;
	flex-grow: 1;
}

.elementdetail__secondRowColumnFirst, .elementdetail__thirdRowColumnSecond
{
	width: 43%;
}

.elementdetail__secondRowColumnSecond
{
	width: 56%;
	flex-grow: 1;
}

.elementdetail__thirdRowColumnFirst
{
	width: 56%;
	flex-grow: 1;
}

.elementdetail__secondRowColumnFirst, .elementdetail__thirdRowColumnSecond{
	border-right: 2px solid #fe2837;
}
.elementdetail__secondRowColumnSecond, .elementdetail__thirdRowColumnFirst{
	border-left: 2px solid #fe2837;
}
.elementdetail__secondRowColumn{
	padding-bottom: 60px;
}

.reviews .reviews_block
{
	margin-left: 30px;
}
.reviews-bar{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.product-detail .specifications_label
{
	padding: 10px 0 20px 0px;
	font-weight: 300;
}
.product-detail .specifications_block
{
	margin: 0 30px 0 20px;
}
.elementCard .product-detail td._spec_value
{
	font-weight: 300;
}
.elementCard .product-detail .reviews_label
{
	padding: 10px 0 20px 0px;
	font-weight: 300;
}
.elementCard .product-detail .reviews-bar__count
{
	padding-left: 10px;
}
.elementCard .viewed_label
{
	font-weight: 300;
	margin-bottom: 20px;
}

.elementCard .big_data_recom_label
{
	font-weight: 300;
	margin-bottom: 20px;
}
.elementCard .big_data_block
{
	position: relative;
}
.elementCard .big_data_block
{
	margin-left: 30px;
}
.elementCard .big_data_block_list
{
    margin: 0 30px;
    position: relative;
}
.elementCard__reviewItem{
	border: none;
}
.elementCard__reviewItem .reviews__user{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.reviews_block .reviews__user
{
	margin: 0 0 10px;
}
.reviews__item
{
	padding: 10px 0px 10px;
}
.reviews__date{
	color:  #b0aeae;
	font-size: 16px;
	font-weight: 300;
}
.reviews__rating{
}
.reviews__detail
{
	margin: 0px 0 5px;
}
.reviews__detail-name
{
	display: block;
}
.reviews__descriptionAvatar{
	margin-right: 35px;
}
.reviews__user-name
{
	font-size: 16px;
	text-align: left;
}
.a-make-review__label {
	font-size: 14px;
	line-height: 1.2em;
	color: #555;
	margin-bottom: 5px;
}
.a-make-review__field {
	margin-bottom: 5px;
}
.a-catalog-user-rate {
	font-size: 0px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
}
.a-catalog-user-rate__full {
	color: #fe2837;
}
.review_rating_star {
	font-size: 23px;
	text-decoration: none;
	vertical-align: middle;
	padding-right: 5px;
}
.review_rating_star_user
{

}
.a-catalog-user-rate__value
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 400;
	color: #555;
}
.a-make-review__textarea {
	height: 6.6em;
}
.a-make-review__text, .a-make-review__textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 6px 6px 6px;
	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: #555;
	line-height: 19px;
	font-size: 13px;
	width: 100%;
	max-width: 100%;
	max-height: 150px;
}
.a-make-review__captcha {
	max-width: 100%;
	width: auto;
	height: auto;
}
.elementdetail__thirdRowColumnFirst{
	order:20;
}
.elementdetail__thirdRowColumnSecond{
	order:10;
}

.elementCard .catalogViewed
{
	margin-right: 30px;
}

.elementCard .catalogViewed .viewed_block
{
	margin: 0 30px;
	position: relative;
}

.viewed_block .catalogItemList
{
	padding: 0 1px;
}
.viewed_block .catalogItemList .catalogItemList__list .catalogItemList__item
{
	padding: 10px;
}
.viewed_block .catalogItemList .catalogItemList__list .catalogItemList__item .catalogItemList__name,
.big_data_block .catalogItemList__list .catalogItemList__item .catalogItemList__name
{
	font-weight: 600;
}

.big_data_block_list .catalogItemList__item:hover, .viewed_block .catalogItemList__item:hover
{
	border-color: #fe2837;
}
.big_data_block_list .gui-button.catalogItemList__buyButton,
.viewed_block .gui-button.catalogItemList__buyButton
{
	width: 90px;
	padding: 0 5px;
	height: 30px;
}
.mainTabs_list
{
	padding: 0px;
}

.mainTabs_list .catalogItemList__item
{
	display: block;
	flex-basis: auto;
	border : 2px solid #dddddd;
	padding: 20px;
}

.mainTabs_list .catalogItemList__item:hover
{
	border-color: #fe2837;
}
.swiper-button-next, .swiper-button-prev
{
	color: #555;
	width: auto;
}
.swiper-button-next:hover, .swiper-button-prev:hover
{
	color: #fe2837;
}
.bigData, .catalogViewed{
}

.bigData.swiper-container
{
	padding: 0 1px;
}
.bigData__list, .catalogViewed__list{
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 auto;
}
.bigData__list .catalogItemList__item,
.catalogViewed__list .catalogItemList__item
{
	font-size: 12px;
	padding: 0;

	flex-basis: auto;
	display: block;
}

.big_data_block .catalogItemList__list .catalogItemList__item
{
	padding: 10px;
}
.bigData__list .catalogItemList__item img,
.catalogViewed__list .catalogItemList__item img{
	/*height: 149px;*/
}

.bigData__list .catalogItemList__imgBlock, .catalogViewed__list .catalogItemList__imgBlock
{
    /*height: 149px;*/
}

.elementdetail__thirdRowColumns .h3{
}
.elementdetail__thirdRowColumns .catalogItemList__reviews{
	display: none;
}
.elementdetail__thirdRowColumns .catalogItemList__buyBlock{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.elementdetail__thirdRowColumns .catalogItemList__priceBlock{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.elementdetail__thirdRowColumns .catalogItemList__retailPrice{
	margin-right: 10px;
}
.elementdetail__thirdRowColumns .catalogItemList__reviewBlock{
	margin-bottom: 10px;
}
.elementdetail__thirdRowColumns .catalogItemList__textBlock{
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
}
.elementdetail__thirdRowColumns .catalogItemList__retailPrice,
.elementdetail__thirdRowColumns .catalogItemList__oldPrice{
	font-size: 1em;
}
.mobileMenu .mobileMenu__item
{
	font-size: 1.2em;
}
.mobileMenu .mobileMenu__item.active
{
	font-weight: 700;
}
	/* end catalog element */

.mainPageAbout{
	margin: 0;
	line-height: 1.2;
	font-size: 24px;
}

.mainPageAbout__title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 22px;
}
.mainPageAbout .swiper-container{
	height: 110px;
	padding-right: 40px;
}
.mainPageAbout .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-submit
{
	font-size: 15px;
}
.cart-foot{
	margin: 0 0 10px;
}
.cart-bar__sum-result
{
	margin: 0 0 10px;
}


/* footer*/
.l-footer
{
	background-color: white;
}
.l-foot-content{
	margin: 27px auto 61px;
	padding: 42px 90px;
}
.footerLine{
	height: 60px;
	font-size: 20px;
}
.footerLine__layout, .footerColumns-layout{
	max-width: 1782px;
	margin: 0 auto;
}
.footerLine__layout{
	padding: 20px 90px;
}
.footerColumns-layout{
	padding: 56px 90px;
}

.footerColumns{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footerColumns .contacts_block, .footerColumns .payments_block, .footerColumns .support_block
{
	padding: 0 10px;
}
.footerColumns__column{
	-ms-flex-preferred-size: 33.33%;
	flex-basis: 33.33%;
	margin-bottom: 20px;
}
.footerColumns__title{
	font-size: 20px;
	margin-bottom: 18px;
	text-decoration: none;
	display: inline-block;
}
.footerColumns__contact{
	font-size: 16px;
}
.footerColumns__paymentTitle{
	/*color:  #c1bbbb;*/
	color:  #868686;
	font-size: 16px;
	margin-bottom: 7px;
    font-weight: 300;
}
.footerColumns__supports{
	text-align: right;
}
.footerColumns__support{
	font-size: 16px;
	margin-bottom: 9px;
}
.footerColumns__help{
	text-transform: uppercase;
}
.footerColumns__help a,
.footerColumns__phone a
{
	text-decoration: none;
}
/* footer end*/

.footerLine__layout::selection
{
	background-color: #dddddd;
}
.unset_block_text
{
    color: #636363 !important;
}

#basketinfo .drop-cart-button
{
	font-weight: 600;
}
#inheadfavorite .drop-cart-button
{
	font-weight: 400;
}

.search_mobile
{
	display: none;
	float:right;
}

.mainBar__hamburger{
	display: none;
	position: relative;
}
.mainBar__hamburgerBar:before, .mainBar__hamburgerBar:after{
	content: '';
	display: block;
}
.mainBar__hamburgerBar, .mainBar__hamburgerBar:before, .mainBar__hamburgerBar:after{
	position: absolute;
	background-color: #fe2837;
	width: 100%;
	max-width: 30px;
	height: 5px;
}
.mainBar__hamburgerBar:before{
	top: -10px;
}
.mainBar__hamburgerBar:after{
	top: 10px;
}

.small_logo
{
	display: none;
	width: 30px;
	height: 30px;
}

.small_logo_img
{
	background: url('/local/templates/detrics2019/styles/../images/logo_short.svg') no-repeat center;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.search-fixed
{
	display: none;
}

.border_line
{
	border-bottom: 2px solid #fe2837;
	margin: 10px 0 0px 0;
	width: 100%;
	display: none;
}
.product-favorites.mobil
{
	display: none;
}
.product-favorites .share
{
	font-weight: 300;
	float: left;
}

.product-share
{
	display: inline-block;
}

#pagination_result
{
	font-size: 13px;
}
#pagination_result .a-pagination
{
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
}
#pagination_result .a-pagination a
{
	color: #fe2837;
}

.read_reviews_button_block
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	box-shadow: inset 0 -100px 20px -30px #fff;
}
.read_reviews_btn
{
	color: #FFFFFF;
	font-weight: 600;
	background-color: #fe2837;
	border: 2px solid #fe2837;
	border-radius: 100px;
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	margin: 10px 0;
}
.read_reviews_btn:hover
{
	background-color: #FFFFFF;
	color: #000000;
}
.not_reviews_text
{
	text-align: center;
	padding: 20px 0;
	color: #636363 !important;
}
.h-side-menu
{
	border: 1px solid #fe2837;
}
.h-side-menu-list__label
{
	display: block;
	padding: 13px 9px;
	border: 1px solid #fe2837;
	color: #202020;
	text-decoration: none;
}
.h-side-menu-list__label:hover
{
	border-color: #fe2837;
	background: transparent;
	color: #fe2837;
}
.side-menu-list__label, .side-menu-list__label:hover
{
	border: 1px solid #fe2837;
}
.side-menu-list__label:hover
{
	color: #fe2837;
	background: transparent;
}
.scan-result__item .catalog-list .add2basketform .product-amount
{
	display: none;
	width: 90px;
	float: left;
	padding-right: 20px;
	text-align: left;
}

.viewed_block .catalogItemList__priceBlock, .big_data_block_list .catalogItemList__priceBlock
{
	margin-bottom: 0px;
}
.viewed_block .catalogItemList__priceBlock
{
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 80px;
}
.big_data_block_list .catalogItemList__priceBlock
{
	display: inline-block;
	float: none;
	vertical-align: middle;
	width: 85px;
}

.viewed_block .catalogItemList__priceBlock .catalogItemList__retailPrice
{
	max-width: 70px;
}
.big_data_block_list .catalogItemList__priceBlock .catalogItemList__retailPrice
{
	max-width: 75px;
}

.viewed_block .catalogItemList__buyBlock .add2basketform, .big_data_block_list .catalogItemList__buyBlock .add2basketform
{
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.gui-button.butt_add_basket
{
	min-width: 80px;
}

.smartfilter .filter_slider_block
{
	margin: 20px auto;
	width: 90%;
	color: #000;
	font-size: 18px;
}
.smartfilter .filter_min_max_value
{
	display: block;
	width: 100%;
}
.smartfilter .filter_min_value
{
	float: left;
	white-space: nowrap;
}
.smartfilter .filter_max_value
{
	float: right;
	white-space: nowrap;
}

.smartfilter .filter-input
{
	border-radius: 10px;
	color: #000;
	border: 2px solid #ccc;
	box-shadow: none;
	height: 34px;
}

.smartfilter .filter-field .filter-label
{
	color: #585f69;
}

.smartfilter .filter_min_max_block
{
	width: 90%;
	margin: 0 auto;
}

.bx_filter .bx_ui_slider_handle.filter-track__icon
{
	position: absolute;
	top: -8px;
	width: 24px;
	height: 24px;
	background: url(/local/templates/detrics2019/styles/../images/icons/track-icon.png) no-repeat 0 0;
	z-index: 12;
}

.bx_filter .bx_filter_popup_result
{

}
.bx_filter .bx_filter_popup_result:before
{
	content: '';
	position: absolute;
	left: -20px;
	top: -2px;
	width: 20px;
	height: 47px;
	background: url(/local/templates/detrics2019/styles/../images/bgr/filter-result-bgr.png) no-repeat 0 0;
}

.dropdown-menu
{
	margin: 14px 0 0;
}

.dropdown_cart .dropdown-menu:before
{
	right: 6px;
}

#tab_main_page .CATALOG_ITEM
{
	padding-top: 15px;
}

#tab_main_page .catalogItemList.ajaxsectclass
{
	padding-bottom: 0px;
}

.noveltyItemList .catalogItemList.ajaxsectclass
{
	padding-bottom: 0px;
}

.soc_buttons_header
{
	display: inline-block;
	font: normal normal normal 22px/1 FontAwesome;
}

.soc_buttons_header a
{
	text-decoration: none;
	color: #fe2837;
	padding: 0 5px;
	margin: 0;
}

.novelty-content-main{
	margin: 61px auto 61px;
	padding: 42px 0px;
}

.icon-back_to_top
{
	right: 0px;
	left: unset;
	bottom: 40px;
}

.novelty-title-block
{
	padding: 0 90px;
}

.novelty-title-block .novelty-title
{
	font-size: 24px;
	font-weight: 700;
}

.news-list-main-block
{
	margin: 0 40px 20px;
}

.news-list-main-block #pagination_result
{
	padding-top: 20px;
}

.news-detail
{
	margin: 0 70px 20px;
}

.news-detail .news-detail-title
{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px;
}

.news-detail .news-detail-image-block
{
	display: table;
	margin: 0 auto 20px;
	padding: 0;
}

.news-detail .news-detail-date
{
	margin: 0 0 20px;
	font-size: 14px;
}

.news-detail .news-detail-image
{
	max-width: 100%;
	width: auto;
	height: auto;
}

.news-detail .news-detail-description
{
	margin: 0;
	padding: 0;
}

.news-detail .news-detail-description-block
{
	margin: 20px 0;
}

.news-detail .news-detail-description-block p
{
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 15px;
	margin: 0;
}

.news-detail .news-detail-description-block img
{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.news-list-title
{
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px;
}

.news-detail .news-detail-back-link
{
	margin-top: 20px;
}

.news-list-group
{
	margin: 0;
}

.news-list
{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.news-list .news-list__item
{
	flex-basis: 50%;
	margin: 0;
	padding: 0;
}

.news-list .news-list-block
{
	border: 1px solid #dddddd;
	height: 350px;
	position: relative;
	font-size: 0;
	margin-bottom: 20px;
}

.news-list .news-list-link:before
{
	content: '';
	display: inline-block;
	vertical-align: bottom;
	height: 100%;
}

.news-list .news-list__item:nth-child(2n+1) .news-list-block
{
	margin-right: 10px;
}

.news-list .news-list__item:nth-child(2n) .news-list-block
{
	margin-left: 10px;
}

.news-list .news-list-link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: none no-repeat center;
	background-size: cover;
}

.news-list .news-list-link:hover
{
	opacity: 0.9;
}


.news-list .news-list-link:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(41, 41, 41, 0.16);
}

.news-list .news-list-description
{
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	height: auto;
	padding: 20px 32px 50px;
	margin: 0;
	color: white;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(41, 41, 41, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(41, 41, 41, 1) 100%);
}

.news-list-description .news-list-name
{
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.2;
	text-shadow: 0 0 2px rgba(0,0,0,1);
	max-height: 240px;
	overflow: hidden;
}

.news-list-description .news-list-date
{
	font-size: 14px;
	text-shadow: 0 0 2px rgba(0,0,0,1);
}

.not-valid-news
{
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

.not-valid-main-news
{
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

.main-news-list-title
{
	font-size: 24px;
	font-weight: 700;
}

.main-news-list-block .swiper-container-vertical
{
	height: 220px;
}

.main-news-list-layout
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.main-news-list-img
{
	flex-basis: 25%;
}

.main-news-list-img-block
{
	margin-right: 20px;
	position: relative;
	height: 200px;
}
.main-news-list-img-container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: none no-repeat center;
	background-size: cover;
}

.main-news-list-content
{
	flex-basis: 75%;
	padding-right: 30px;
	max-height: 200px;
	overflow: hidden;
}

.main-news-list-name
{
	font-size: 20px;
	font-weight: 700;
	max-height: 42px;
	overflow: hidden;
	line-height: 23px;
}

.main-news-list-announce
{
	max-height: 90px;
	overflow: hidden;
}

.main-news-list-block .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
{
	margin: 20px 0;
}

.main-news-list-detail-but
{
	color: #FFFFFF;
	font-weight: 600;
	border-width: 2px;
	border-color: #fe2837;
	border-radius: 40px;
	border-style: solid;
	padding: 0 10px;
	background-color: #fe2837;
	font-size: 14px;
	height: 37px;
	line-height: 33px;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	text-decoration: none;
}

.main-news-list-detail-but:hover
{
	border-width: 2px;
	border-color: #fe2837;
	border-style: solid;
	background-color: #FFFFFF;
	color: #000000;
}
.main-news-list-all-news
{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 20px;
}

.main-news-list-all-news a
{
	color: #fe2837;
}

.owl-dot.active {
	background-color: #fe2837;
	cursor: default;
}

.swiper-pagination-bullet-active
{
	background-color: #fe2837;
}

.loader-inner.square-spin > div
{
	background-color: #fe2837;
}

/************** MEDIA **********************/

@media (max-width: 1822px){
	.l-layout.mainPageContent
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	.l-foot-content
	{
		margin-left: 20px;
		margin-right: 20px;
	}
	.novelty-content-main
	{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media (max-width: 1800px) {
    .catalogItemList__buyBlock .add2basketform
    {
        float: left;
        clear: both;
    }
}
@media (max-width: 1700px) {
	.catalogItemList__reviews
	{
		float: left;
	}
}
@media (max-width: 1666px){

	.logo-label
	{
		padding-right: 20px;
	}
	.contacts__phone
	{
		padding-right: 20px;
	}

	.mainBar__search .search__field input
	{
		min-width: 300px;
	}
}

@media (max-width: 1600px) {
	.category-menu__item
	{
		font-size: 14px;
	}
	.category-menu__label
	{
		padding: 0 4px 0;
	}
}

@media (max-width: 1500px){
	.category-menu__label
	{
		padding: 0 2px 0;
	}
	.mainBar__search .search__field input
	{
		width: 350px;
	}
	.townBlock__button
	{
		font-size: 16px;
	}
	.delivery__block
	{
		font-size: 16px;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_h2
	{
		font-size: 70px;
	}
	.mainBar__phone
	{
		font-size: 26px;
	}

	.bx_filter .bx_filter_search_reset
	{
		padding: 5px 10px;
		margin-right: 10px;
	}
	.bx_filter .bx_filter_search_button
	{
		padding: 5px 10px;
	}
}

@media (max-width: 1310px){
	.mainBar__phone{
		font-size: 30px;
	}
	.catalogItemList__item{
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		font-size: 14px;
	}
	.l-header{
		padding: 30px 0 0;
	}
	.catalogMenu{
		padding-left: 0;
		padding-right: 0 !important;
		margin-left: 0;
		margin-right: 0;
	}
	.catalogMenu>li{
		font-size: 13px;
	}
	.mainPageContent .links {
		padding: 40px 76px 10px;
	}
	.mainPageItemList {
		padding: 10px 100px 30px;
	}
	.noveltyItemList {
		padding: 10px 100px 30px;
	}
	.mainPageAbout{
		font-size: 18px;
	}
	.mainPageAbout .swiper-container{
		height: 150px;
	}
	.l-foot-content{
		/*padding: 42px 30px;*/
	}
	.product-title
	{
		font-size: 30px;
	}

	.gui-button.elementCard__buyButton
	{
		font-size: 1.2em;
	}

	.elementCard__selectCount .select-input_amount
	{
		height: 36px;
	}

	.elementCard__buyButton
	{
		padding: 2% 36px;
		height: 40px;
	}
}
@media (max-width: 1279px)
{
	.l-header.h-fixed ~ .mainBar__menu
	{
		position: fixed;
		z-index: 11;
		bottom: 0;
		overflow: auto;
		background-color: white;
	}
    .catalogItemList__item, .in_catalog .catalogItemList__item
    {
        flex-basis: 50%;
    }
	.l-header
	{
		padding: 0;
	}
	.category-bar
	{
		display: none;
	}
	.main_menu
	{
		display: none;
	}
	.category-bar, .mainBar
	{
		margin: 0px;
		padding: 0px;
	}
	.contacts__phone_mobil
	{
		display: block;
		float: left;
		padding: 10px 0;
	}
	.contacts__phone
	{
		display: none;
	}
	.mainBar__search
	{
		float:right;
		display: none;
	}
	.logo_search_block
	{
		padding: 10px 20px;
	}
	.logo_search_block::after
	{
		clear: both;
		content: '';
		display: block;
	}
	.search_mobile
	{
		display: block;
		position: relative;
	}
	.mainBar__search
	{
		padding-top: 12px;
	}
	.mainBar__searchButton
	{
		top: 5px;
	}
	.search_mobile .mainBar__searchButton
	{
		font-size: 30px;
		color: #202002;
		top:13px;
	}
	.search_mobile .mainBar__searchButton:hover
	{
		color: #c1bbbb;
	}
	.mainBar__searchInput
	{
		height: 40px;
		font-size: 16px;
	}

	.mobil_blockphone_personal
	{
		padding: 10px 20px;
		border-bottom: 2px solid #dddddd;
		border-top: 2px solid #dddddd;
	}
	.mainBar__headerIcons
	{
		padding-top: 4px;
	}
	.mainBar__hamburger
	{
		height: 30px;
		display: block;
		float: left;
		width: 30px;
		padding-top: 18px;
		margin-right: 20px;
		cursor: pointer;
	}
	.search-fixed
	{
		display: none;
		position: relative;
		float: left;
	}
	.l-header.h-fixed .small_logo
	{
		float: left;
		display: block;
		margin-right: 20px;
	}
	.l-header.h-fixed .mainBar
	{
		padding: 0px;
	}

	.l-header.h-fixed .logo_search_block
	{
		display: none;
	}

	.l-header.h-fixed .mobil_blockphone_personal
	{
		border: none;
	}
	.l-header.h-fixed .mainBar__hamburger
	{
		padding-top: 12px;
	}
	.l-header.h-fixed .contacts__phone_mobil
	{
		padding: 5px 0;
	}
	.l-header.h-fixed .mainBar__headerIcons
	{
		padding: 0px;
	}
	.l-header.h-fixed .search-fixed
	{
		display: block;
	}
	.l-header.h-fixed .search-fixed .mainBar__searchButton
	{
		top: 0px;
		color: #202002;
	}

	.footerColumns__title
	{
		font-size: 20px;
	}
	.footerColumns__help
	{
		text-transform: none;
	}
	.promo-col-main_middle .promo-slider-description
	{
		padding: 0 0px 0 20px;
	}
	.promo-slider-description__more
	{
		height: 50px;
		font-size: 18px;
	}
	.catalogItemList__reviews
	{
		float: right;
	}
	.contacts_block .footerColumns__title, .payments_block .footerColumns__title
	{
		font-weight: 600;
	}

	.catalogItemList__retailPrice .currency_text
	{
		font-size: 1em;
		font-weight: 700;
	}
	.novelty-content-main{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.news-detail
	{
		margin: 0 0px 20px;
	}
	.news-list-main-block {
		margin: 0 0px 20px;
	}
}
@media (max-width: 1023px) {
	.cart
	{
		padding-left: 0px;
	}
	.side-menu-list
	{
		padding: 0 0px 20px 0;
	}
    .l-container
    {
        margin-left: 0;
    }
    .l-container .sections
    {
        padding-left: 0;
    }
    .l-sidebar {
        width: 100%;
        margin-right: 0;
    }
    .h-side-menu
    {
        border: none;
    }
    .h-side-menu-title
    {
        display: none;
    }
    .h-side-menu-list__item
    {
        float: left;
        width: auto;
        padding-right: 5px;
        line-height: 16px;
        font-size: 13px;
        border-radius: 2px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .h-side-menu-list__label
    {
        display: block;
        padding: 13px 9px;
        border: 1px solid #ccc;
        color: #202020;
        text-decoration: none;
        border-radius: 4px;
    }
    .csle-sec-name
    {
        text-align: center;
    }
    .filter-box {
        margin: 0 0px 20px 0px;
    }
    .filter-box__name
    {
        border-radius: 20px;
        transition: .5s all ease-in-out;
        line-height: 38px;
        height: 40px;
        font-size: 16px;
    }
    .filter-box__content
    {
        display: none;
    }
    .accordion-active .filter-box__name {
        border-radius: 0;
    }
	.catalogItemList__item, .in_catalog .catalogItemList__item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	.bx-ie .catalogItemList__item, .bx-ie .in_catalog .catalogItemList__item{
		flex-basis: auto;
		width: 50%;
	}
	.catalogMenu>li{
		font-size: 11px;
	}
	.catalogMenu .catalog-menu__label{
		padding: 0 5px 0;
	}
	.catalogMenu li:first-of-type .catalog-menu__label{
		padding-left: 5px;
	}
	.catalogMenu li:last-of-type .catalog-menu__label {
		padding-right: 5px;
	}
	.promo-col-main_middle .promo-slider-description{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		height: auto;
		text-align: left;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_h1{
		/*font-size: 20px;*/
	}
	.promo-col-main_middle .promo-slider-description .promo-main_h2{
		font-size: 35px;
	}
	.promo-slider-description__more{
		display: none;
	}
	.elementCard .product-col__column-left
	{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.elementCard__imgBlock .container_gallery_block
	{
		padding-right: 0px;
	}
	.elementCard__imgBlock .container_gallery_block .thumbs_block
	{
		width: 30%;
	}
	.elementCard__imgBlock .container_gallery_block .gallery_block
	{
		width: 70%;
	}
	.elementCard__imgBlock .gallery-thumbs
	{
		height: 40.2vw;
	}
	.elementCard__imgBlock .gallery-top
	{
		height: 40.2vw;
	}
	.elementCard .product-col__column-right
	{
		width: 100%;
		float: none;
	}
	.elementCard .product-rating
	{
		float: right;
	}
	.elementCard__prices
	{
		margin-right: 20px;
	}
	.elementCard__add2basketform .product-amount
	{
		margin-right: 20px;
	}
	.footerColumns-layout {
		padding: 40px 30px;
	}
	.footerColumns__column{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.footerColumns__title{
		font-family: Open Sans, Arial, sans-serif;
		font-weight: 400;
		margin-bottom: 10px;
	}
	.footerColumns__supports{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footerColumns__title, .footerColumns__support{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.footerColumns__linkUs, .footerColumns__security{
		text-align: left;
		font-size: 16px;
	}
	.footerColumns__linkUs{
		order:1;
	}
	.footerColumns__help{
		text-align: left;
		order:3;
	}
	.footerColumns__security{
		order:2;
	}
    .footerLine
    {
        font-size: 20px;
    }
	.footerColumns .support_block
	{
		text-align: left;
	}
	.elementCard__retailPrice
	{
		font-size: 1.8em;
	}
	.news-list .news-list__item
	{
		flex-basis: 100%;
	}
	.news-list .news-list__item:nth-child(2n) .news-list-block
	{
		margin-left: 0;
	}
	.news-list .news-list__item:nth-child(2n+1) .news-list-block
	{
		margin-right: 0;
	}
	.main-news-list-img
	{
		display: none;
	}
	.main-news-list-content
	{
		flex-basis: 100%;
	}
}
@media (max-width: 920px) {

}
@media (max-width: 767px) {
	body{
		font-size: 11px;
	}
	.h3{
		font-size: 1.4em;
	}
	.catalogH1{
		font-size: 1.5em;
	}
	.csle-sec-name{
		font-size: 1.4em;
        font-weight: 600;
	}
	.l-toppanel-mob, .category-bar, .catalogMenu{
		display: none;
	}
	.l-header,.l-header.sticky .mainBar{
		display: block;
	}
	.l-header{
	}
	.l-layout{
	}
	.mainBar{

	}
	.reviews-bar
	{
		display: table;
		margin: 0px auto 10px;
		width: 100%;
		text-align: center;
	}
	.reviews-bar .reviews-bar__button
	{
		float: none;
	}
	.promo-col-main_middle .promo-slider-description .promo-main_h1{
		font-size: 20px;
	}
	.mainBar__logo, .mainBar__search{
	}
	.mainBar__logo{

	}
	.mainBar__search{

	}
	.search_mobile .mainBar__searchButton
	{
		font-size: 26px;
	}
	.mainBar__searchInput{
		display: none;
		height: 40px;
		font-size: 16px;
		padding: 17px 28px;
	}
	.mainBar__searchButton{
		top: 6px;
		color: #000;
	}
	.mainBar__searchInput:focus{
		border-color:#fe2837;
	}
	.mainBar__hamburger, .mainBar__phone, .mainBar__headerIcons{
	}
	.mainBar__hamburger, .mainBar__phone{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.mainBar__hamburger{
		order: 30;
		-ms-flex-preferred-size: 10%;
		flex-basis: 10%;
		margin-right: 3%;
	}
	.mainBar__phone{
		order: 40;
		-ms-flex-preferred-size: 47;
		flex-basis: 47%;
		font-size: 18px;
	}
	.mainBar__headerIcons{
	}
	.headerIcons{
	}
	.headerIcons__icon{
		font-size: 24px;
	}
	.headerIcons__text{
		width: 17px;
		height: 17px;
		left: -5px;
		bottom: -5px;
	}
	.fa-user.headerIcons__icon
	{
		font-size: 28px;
	}
	.promo-slider-list__label{
		height: 300px;
	}
    .contentWrapper
    {
        padding: 20px;
    }
	.promo-slider__layout{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.promo-col-main_middle .promo-slider-description{
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
	}
	.owl-dots{
		display: none;
	}
	.mainPageContent .links{
		padding: 20px 30px 0;
		font-size: 20px;
		margin-bottom: 0;
	}
	.mainPageContent .links__item{
		margin: 0;
	}
	.links__label{
		padding: 6px;
	}
	.mainPageItemList {
		padding: 20px 50px 30px;
	}
	.noveltyItemList {
		padding: 20px 50px 30px;
	}
    .showcase.catalogItemList__list li
    {
        padding: 10px 0;
    }
	.catalogItemList__list{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
    .catalogItemList__buyBlock .add2basketform
    {
        clear: none;
        float: right;
    }
    .l-container .sections .sections-list .add2basketform .product-amount,
    .l-container .catalog-list .add2basketform .product-amount
    {
        display: block;
    }
	.catalogItemList__item, .in_catalog .catalogItemList__item{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.bx-ie .catalogItemList__item, .bx-ie .in_catalog .catalogItemList__item{
		flex-basis: auto;
		width: 80%;
	}
	.l-container .catalog-list .add2basketform .product-amount
	{
		width: 170px !important;
	}
	.mainPageAbout__title{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.mainPageAbout {
		font-size: 14px;
	}
	.l-foot-content{
		padding: 30px;
		margin-top: 10px;
		margin-bottom: 40px;
	}
	.detail.drop-visible .detail-label{
		display: none;
	}
	.footerLine {
		height: auto;
		font-size: 18px;
	}
	.footerLine__layout {
		padding: 15px 40px;
	}

	.l-sidebar {
		width: 100%;
		margin-right: 0;
	}
	.l-container {
		margin-left: 0;
	}
	.contentWrapper .l-layout{
		padding: 10px 5vw 20px;
	}
	.breadcrumbs__item{
		font-size: 13px;
	}
	.filter-box__name{
		border-radius: 20px;
		font-size: 14px;
		height: 30px;
		line-height: 26px;
		transition: .5s all ease-in-out;
	}
	.filter-box__name:after, .filter-title:after{
		font-size: 20px;
	}
	.accordion-active .filter-box__name {
		border-radius: 0;
	}
	.bx_filter_parameters_box .filter-title{
		font-size: 14px;
	}
	.filter-list__item{
		font-size: 12px;
	}
	.filter-bar__item .filter-submit{
		padding: 0 15px;
		font-size: 14px;
		height: 30px;
		line-height: 26px;
	}

	.user__label, .user__label .headerIcons__icon{
		font-size: 0;
		line-height: 0;
	}
    .l-header.h-fixed .user__label .headerIcons__icon::before
    {
        content: none;
    }
	.user__label::before{
		content: "\f007";
		display: inline-block;
		line-height: 1;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		font-size: 28px;
		font-family: FontAwesome, monospace;
	}
	.product-col{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.elementCard{
		padding: 0 2vw;
		font-size: 1.27em;
	}
	.elementCard .product-col__column-left{
		width: 80vw;
		/*flex-basis: 100%;*/
		margin-bottom: 20px;
	}
	.elementCard__imgBlock .gallery-thumbs{
		height: 60vw;
		width: 25vw;
		margin-right: 2vw;
	}
	.elementCard__imgBlock .gallery-thumbs .swiper-slide{
		width: calc(25vw - 2px);
	}
	.elementCard__imgBlock .gallery-top{
		height: 60vw;
		width: 53vw;
	}
	.elementCard__imgBlock .gallery-top .swiper-slide{
		width: 53vw;
	}
	.elementCard .product-col__column-right{
		padding: 0;
		flex-basis: 100%;
	}
	.elementCard__add2basketform .product-button
	{
		float: right;
	}
	.bx-ie .elementCard .product-col__column-left, .bx-ie .elementCard .product-col__column-right{
		width: 100%;
		flex-basis: auto;
	}
	.elementCard .product-title{
		margin: 0;
		line-height: 1;
		font-size: 1.5em;
	}
	.elementCard .product-description{
		margin-top: 20px;
	}
	.elementCard .product-code{
		margin: 0;
	}

	.elementCard__refRating{
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		margin-bottom: 20px;
	}
	.product-description
	{
		margin-bottom: 0px;
	}
	.elementCard__oldPrice{
		font-size: 1em;
        white-space: nowrap;
	}
	.elementCard__retailPrice{
		font-size: 1.25em;
	}
	.elementCard__prices{
		margin-right: 5%;
		min-width: 30%;
	}
	.elementCard__add2basketform .product-amount{
		margin-right: 5%;
	}
	.elementCard__selectCount .select-input_amount{
		width: 150px;
		height: 36px;
		font-size: 0.875em;
	}
	.elementCard__selectCountButtonAngle{
		right: 10px;
	}
	.elementCard__buyButton{
		height: auto;
        padding: 2% 36px;
		min-width: 50px;
		font-size: 0.875em;
	}
	.elementCard .storeAmountBlock{
		font-size: 0.875em;
	}
	.elementCard__buyBlock, .elementCard__add2basketform{
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		min-width: 50%;
	}
	.elementCard__buyBlock
	{
		margin-bottom: 0px;
	}
	.elementdetail__secondRowColumns
	{
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
	}


	.elementCard .product-description .product-content__info,
	.elementCard .product-description .product-favorites,
	.elementdetail__secondRowColumnFirst .h3,
	.elementdetail__secondRowColumnSecond .h3
	{
		display: none;
	}
	.elementdetail__secondRowColumnThird{
		padding: 0;
		width: auto;
	}
	.mobileMenu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	/*.elementCard .elementdetail__secondRowColumnThird .product-content__info, .elementCard .elementdetail__secondRowColumnThird .product-favorites{*/
		/*display: block;*/
	/*}*/

	.elementdetail__secondRowColumn.active{
		display: block;
	}
	.product-detail .specifications_block
	{
		margin: 0 30px 20px 20px;
	}
	.reviews .reviews_block
	{
		margin: 0px 0px 20px 0px;
	}
	.product-favorites
	{
		margin: 0px;
	}
	.elementdetail__secondRowColumnFirst, .elementdetail__secondRowColumnSecond{
		display: none;
		flex-basis: auto;
		width: 100%;
		border: none;
		padding: 0;
	}
	.catalog-description__label{
		/*margin-right:2%;*/
	}

	.elementdetail__thirdRowColumns{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.elementdetail__thirdRowColumnFirst, .elementdetail__thirdRowColumnSecond{
		border: none;
		flex-basis: auto;
		padding: 0;
		width: 100%;
	}
	.elementdetail__thirdRowColumnFirst{
		order: 10;
		min-height: 300px;
	}
	.elementdetail__thirdRowColumnSecond{
		order: 20;
	}
	.elementdetail__secondRowColumnThird .product-favorites{
		font-size: 0.9em;
	}

	.catalogItemList__buyButton{
		line-height: 1.2;
		min-width: 100px;
	}

	.bigData__list, .catalogViewed__list{
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.swiper-button-next{
		right: -10vw;
	}
	.swiper-button-prev{
		left: -10vw;
	}

	.headerIcons__list
	{
		padding-top: 0px;
		height: 30px;
	}

	.user__label::before
	{
		font-size: 28px;
		color: #000000;
	}

	.dropdown_user .dropdown-menu
	{
		left: -140px;
	}
	.dropdown_user .dropdown-menu:before
	{
		left: 143px;
	}

	.l-header.h-fixed .mainBar__phone
	{
		padding: 0px 74px 0 0;
	}
    .elementCard .big_data_block
    {
        margin-left: 0;
    }
    .elementCard .big_data_recom_label
    {
        font-weight: 400;
        text-align: center;
    }
    .elementCard .catalogViewed
    {
        margin-right: 0px;
    }
    .elementCard .viewed_label
    {
        font-weight: 400;
        text-align: center;
    }
	.border_line
	{
		display: block;
	}
	.product-favorites.mobil
	{
		display: block;
	}

	.gui-button.elementCard__buyButton
	{
		height: 36px;
	}
	.scan-result__item .catalog-list .add2basketform .product-amount
	{
		display: block;
		width: 170px;
	}
	.breadcrumbs {
		padding: 0 0 20px;
	}
	.catalogH1
	{
		margin-bottom: 10px;
	}
	.news-list-main-block
	{
		margin: 0;
	}
	.news-list-title
	{
		font-size: 1.5em;
	}
	.news-list-main-block #pagination_result
	{
		padding-top: 0px;
	}
	.main-news-list-title
	{
		font-size: 20px;
	}
	.novelty-title-block
	{
		padding: 0 30px;
	}
	.novelty-title-block .novelty-title
	{
		font-size: 20px;
	}
}
@media (max-width: 760px)
{
	/*.l-body{
		padding: 0px;
	}*/
	.sort-list
	{
		width: 100%;
		margin: 0;
	}
	.sort-list__item
	{
		width: 100%;
	}
	.catalogsorter .dropdown
	{
		width: 100%;
	}
	.sort-list .select-input
	{
		width: 100%;
	}
	.sort-list .select-bar
	{
		width: 100%;
	}
	.dropdown_cart .dropdown-menu:before
	{
		right: 80px;
	}
	.dropdown-menu
	{
		margin: 18px 0 0;
	}
}
@media (max-width: 700px)
{
	.mainBar__search
	{
		display: none !important;
	}
	.search_mobile
	{
		display: none;
	}
	.search-fixed
	{
		display: block;
		margin-left: 74px;
	}
	.l-header.h-fixed .mainBar__phone
	{
		padding: 0px 0px 0 0;
	}
	.mainPageContent .links .links__item.HIT_MAIN
	{
		width: 155px;
	}
	.mainPageContent .links .links__item.NEW_MAIN, .mainPageContent .links .links__item.CATALOG_ITEM,
	.mainPageContent .links .links__item.SALE
	{
		width: 110px;
	}
}
@media (max-width: 629px)
{
	.elementCard__prices {
		margin-right: 0;
		min-width: auto;
		width: 100%;
	}
	.elementCard__priceBlock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media (max-width: 600px)
{
	.l-header.h-fixed .contacts__phone_mobil
	{
		display: none;
	}
    .l-container .sections .sections-list .add2basketform .product-amount,
    .l-container .catalog-list .add2basketform .product-amount
    {
    }
    .catalogItemList__buyBlock .add2basketform
    {
        float: left;
    }
	.product-favorites.mobil .compare_link_block
	{
		display: inline-block;
		float: none;
		padding-bottom: 10px;
		vertical-align: middle;
	}
	.product-favorites.mobil .catalog-description__favorites
	{
		display: inline-block;
		float: none;
		padding-bottom: 10px;
		vertical-align: middle;
	}
	.product-favorites.mobil .share
	{
		display: inline-block;
		float: none;
		padding-bottom: 10px;
		vertical-align: middle;
	}
	.product-favorites.mobil .product-share
	{
		margin: 0px;
	}
}
@media (max-width: 560px) {
	.catalogItemList__ButtonToBasket
	{
		width: 100%;
	}
	.catalogItemList__ButtonToBasketEqualizer
	{
		width: 100%;
	}
	.catalogItemList__buyBlock .add2basketform
	{
		width: 100%;
		float: none;
	}
	.showcase .catalog-description__item
	{
		display: flex;
		justify-content: space-between;
	}
	.catalog-description__item::after
	{
		content: none;
	}
}
@media (max-width: 479px) {
    h1, .g-h1
    {
        font-size: 2em;
    }
    .contentWrapper
    {
        padding: 10px;
    }
	.mainBar__phone{
		font-size: 14px;
	}
	.catalogItemList__item{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.in_catalog .catalogItemList__item{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.bx-ie .catalogItemList__item{
		flex-basis: auto;
		width: 100%;
	}
	.bx-ie .in_catalog .catalogItemList__item{
		flex-basis: auto;
		width: 100%;
	}
	.mainPageAbout .swiper-container {
		height: 220px;
	}
	.about-bar {
		max-height: none;
	}
	.l-foot-content{
		padding: 14px;
	}
	.novelty-content-main
	{
		margin-left: 10px;
		margin-right: 10px;
	}

	.elementCard .rating__label{
		font-size: 1em;
	}
	.elementCard__buyBlock{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.elementCard__prices {
		margin-right: 0;
		min-width: auto;
		width: 100%;
	}
	.elementCard__priceBlock{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
	}
	.mobileMenu{
		font-size: 0.8em;
	}
	.elementdetail__secondRowColumnThird .product-favorites{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.catalog-description__label{
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.reviews__description{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.reviews__descriptionAvatar{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.reviews__descriptionText
	{
		width: 100%;
	}
	.reviews__rating
	{
		text-align: center;
	}
	.review_rating_star
	{
		font-size: 18px;
	}

	.mainBar__searchInput{
		font-size: 12px;
	}
	.headerIcons
	{
		margin: 0 0 0 20px;
	}
	.headerIcons__icon
	{
		font-size: 24px;
	}
	.l-layout.mainPageContent
	{
		margin-right: 10px;
		margin-left: 10px;
	}
	.l-foot-content
	{
		margin-right: 10px;
		margin-left: 10px;
	}
	.product-favorites.mobil
	{
		display: block;
	}
	.product-favorites .share
	{
		/*padding-top: 20px;*/
	}
	.footerColumns .support_block
	{
		text-align: center;
		width: 100%;
	}
	.footerColumns__help
	{
		text-align: center;
	}
	.footerColumns__security
	{
		text-align: center;
	}
	.mainPageContent .links .links__item.HIT_MAIN
	{
		font-size: 16px;
		width: 130px;
	}
	.mainPageContent .links .links__item.NEW_MAIN, .mainPageContent .links .links__item.CATALOG_ITEM,
	.mainPageContent .links .links__item.SALE
	{
		font-size: 16px;
		width: 100px;
	}
	.dropdown_cart .dropdown-menu:before
	{
		right: 60px;
	}

	/*#tab_main_page .swiper-button-next, #tab_main_page .swiper-button-prev {*/
		/*display: none !important;*/
	/*}*/
	.mainTabs_list .catalogItemList__item
	{
		border: none;
	}
	.mainTabs_list .catalogItemList__item:hover
	{
		border-color: transparent;
	}
	.novelty-content-main{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.news-list .news-list-description
	{
		padding: 20px;
	}
	.news-list-description .news-list-name
	{
		max-height: 265px;
		overflow: hidden;
	}
	.novelty-title-block
	{
		padding: 0 10px;
	}
	.novelty-content-main
	{
		padding: 10px 0;
	}
	.mainPageContent .links
	{
		padding: 10px 10px 0;
		text-align: center;
	}
	.novelty-title-block .novelty-title
	{
		text-align: center;
	}
	.main-news-list-title
	{
		text-align: center;
	}
}

@media (max-width: 420px) {
	.headerIcons
	{
		margin: 0 0 0 10px;
	}
	.promo-col-main_middle .promo-slider-description
	{
		padding-top:60px;
	}
	.elementCard__buyButton
	{
		padding: 2% 20px;
	}
	.dropdown_cart .dropdown-menu:before
	{
		right: 50px;
	}
}
@media (max-width: 380px) {
	.elementCard__selectCount .select-input_amount
	{
		width: 100px;
	}
	.l-container .catalog-list .add2basketform .product-amount
	{
		width: 120px !important;
	}
	.scan-result__item .catalog-list .add2basketform .product-amount
	{
		width: 120px;
	}
}
@media (max-width: 379px) {
	.cart-head__sum
	{
		max-width: 100%;
	}
	.cart-head__sum .catalog-filter__item
	{
		width: 100%;
	}
	.cart-head__filter
	{
		width: 100%;
	}
	.cart-head .catalog-filter__item
	{
		width:100%;
	}
	.cart-list .cart-content.cart-action
	{
		width: 100%;
	}
	.mainPageContent .links .links__item.HIT_MAIN
	{
		font-size: 14px;
		width: 113px;
	}
	.mainPageContent .links .links__item.NEW_MAIN, .mainPageContent .links .links__item.CATALOG_ITEM,
	.mainPageContent .links .links__item.SALE
	{
		font-size: 14px;
		width: 78px;
	}
}
@media (max-width: 368px) {
	.contacts__phone_mobil {
		display: none;
	}
	.l-container .catalog-list .add2basketform .product-amount
	{
		width: 100px !important;
	}
}
@media (max-width: 319px) {
	.elementCard__add2basketform .product-button
	{
		float: left;
	}
}
@media (min-width: 1280px) and (max-width: 1666px) {
	.in_catalog .catalogItemList__item {
		width: 33%;
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.bx_filter_parameters_box .filter-title
	{
		font-size: 14px;
	}
	.bx_filter .bx_filter_search_reset
	{
		font-size: 14px;
	}
	.bx_filter .bx_filter_search_button
	{
		font-size: 14px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.promo-slider .promo-slider-list__img.big
	{
		display: none;
	}
}
@media (min-width: 768px) {
	.promo-slider .promo-slider-list__img.small
	{
		display: none;
	}
}

.showcase:not(.gallery) .catalogItemList__oldPrice{
	font-size: 0.95em;
	padding-left: 4px;
}

.showcase:not(.gallery) .catalogItemList__priceBlock {
	display: flex;
	align-items: center;
}
/* End */


/* Start:/local/templates/detrics2019/plugins/fancybox3/jquery.fancybox.min.css?158461792312795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/detrics2019/components/bitrix/sale.location.selector.search/.default/style.css?15846179236373*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	background: transparent !important;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	padding: 0;
}
.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	height: 33px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-route{
	position: absolute !important;
	top: 0;
	left: 0;
	color: #aba8ac !important;
	background-color: transparent !important;
	border-color: transparent !important;
	opacity: 1 !important;
	box-shadow: none !important;

	padding-right: 22px;
	background-position: right 1px;
	background-repeat: no-repeat;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */


/* Start:/local/templates/detrics2019/template_styles.css?15846179238385*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo-mob img{
      height: 36px;
}
.search__button{
   background: url('/local/templates/detrics2019/images/img/search-icon.png') no-repeat center center;
}

.news-side-list__img img{
  width:100%;
}

.catalog-menu-sub-title{
display:block!important;
}

.cart-order__detail{
 overflow:hidden;
}

.cart-order__detail>.label{
 border: 1px solid gray;
 width: 150px;
 text-align: center;
 border-radius: 5px !important;
 float: left;
 margin-right: 30px;
 cursor:pointer;
}

.cart-order__detail>.label>input[type=radio]
{
  display:none
}
.cart-order__detail>.label >input+label
{ 
   cursor:pointer;
}
.cart-order__detail>.label >input[checked=checked]+label
{
  font-weight:bold;
}
.cart-order__detail .cart-content{
margin: 0;
}

.cart-order__detail  .cart-discount {
  width: 33%;
  text-align: left;
}

.warning_message{
padding: 10px 10px;
    border: 1px solid #F00;
    margin: 0 0 10px;
    border-radius: 3px;
}

.infografic_item {
	width:25%;
	float:left;
	text-align:center;
	display:block;
}

.infografic_item img {
	max-width:100%;
}

.infografic {
    overflow: hidden;
	margin-top: -27px;
}

.header-caption-w-block img{
	vertical-align: middle;
}

.header-caption-w-title{
	font: 700 24px/28px "PT Sans", Arial, sans-serif;
	padding-left: 10px;
	vertical-align: middle;
}

.pickup_items{
	padding: 10px 0;
	font-size:16px;
}
.pickup_item{
	padding: 20px;
	margin:10px 0;
	border:1px solid gray;
}

@media screen and (max-width: 768px) {
	.infografic {
		display:none;
		}
}	
.sections__name{
        font-size:17px
}
.table_data{
width:100%;
}

.table_data td{
   text-align: center;
   vertical-align: middle;
   padding:10px;
}
.table_data td:first-child{
   text-align: left;  
}
.table_data .a_c {
    text-align: center!important;
}
.table_data .a_m {
    vertical-align: middle;
}
.table_data th {
    background: #d9d9d9;
}
.table_data .caption {
    background: #f3f3f3;
}

.bx_order_list .bx_ordercart_order_sum tr td.custom_t1,
.bx_order_list .bx_ordercart_order_sum tr td.custom_t2{
    vertical-align: top;
}

.bx_order_list .bx_bt_button_type_2{
    background: #22a9ab !important;
	border-color: #22a9ab !important;
	color: #FFF;
	outline: none;
	text-shadow:none;
}

.header_favorite_line_icon{
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: rgb(34, 169, 171);
	border-radius: 12px;
	text-align: center;
	padding: 2px 2px 0;
	line-height: 20px;
	top: 0px;
	left: -17px;
	color: white;
}


.header_favorite_line_text{
	margin-left:13px;
    display: block;
}
.favorites__item{
	width: auto;
}
.favorites{
	position: relative;
	margin: 3px 0 0;
	padding-left: 40px;
}
.favorites>div{
	float:left;
}

.category-menu{
	margin:0;
	padding: 5px 10px 0 0;
}
.category-bar{
	position: relative;
}
.favorites__label{
	display:block;
}

.user__label_registration{
	text-decoration:none;
	padding-left: 30px;
}

.user__city_icon{
	background:url('/local/templates/detrics2019/images/icons/new_icon/town.png') no-repeat center center;
	float: left;
    width: 32px;
    height: 24px;
    margin-right: 6px;
}
.login-icon{
	/*font-family: 'Pe-icon-7-stroke';
	font-size: 30px;*/
	background:url('/local/templates/detrics2019/images/icons/new_icon/user_logon.png') no-repeat center center;
	padding-left: 30px;
    padding-top: 25px;
    position: absolute;
    top: 2px;
    left: 0px;
}
.delivery_icon{
	background:url('/local/templates/detrics2019/images/icons/new_icon/delivery.png') no-repeat center center;
    width: 32px;
    height: 24px;
	float: left;
	margin-right: 8px;
}
.contacts__phone__title{
	font-size:14px;
	font-weight:normal;
	vertical-align: top;
}

/*Модальная форма*/
.modal_order{
	text-align:center;
	
}

.fancybox-skin{
	background:url('/local/templates/detrics2019/images/img/logo.png') no-repeat bottom right #fff;
}

.modal_order_header{
	font-size:25px;
}
	.modal_order_header__summorder{
		padding: 10px 0 25px;
	}
	.modal_order_header__summorder_money,
	.modal_order_footer__amount_money
	{
		color: black;
		font-weight:bold;
	}

.modal_order_content{
	font-size:13px;
	border-top:1px solid #cad3d3;
	border-bottom:1px solid #cad3d3;
	padding: 10px 0;
}
	.modal_order_content_delivery{
		font-size:25px;
		color: #949494;
		padding: 10px 0;
	}

.modal_order_footer{
	padding: 20px 0 40px;
	font-size: 25px;
}

.l-toppanel{
	min-height: auto;
}

.bx-soa-pp-item-oferta{
	clear:both;
}

.arrow-town
{	
	background: url(/local/templates/detrics2019/images/img/arrow_bottom.png) no-repeat right 8px;
	padding-right:15px;
}

.margintop20{
	margin-top:20px;
}

.sale_order_full_table .paysystem_name{
  text-align: center;
  padding: 8px 0px;
  font-weight: bold;
}
.sale_order_full_table .pay_name{
 text-align: center;
font-weight: bold;
font-size: 14px;
padding: 5px 0;
}
.sale_order_full_table .ps_logo{
	width: 20%;padding: 0 10px;
}
.sale_order_full_table{
	width: auto;
	height: 100px;
}
.sale_order_full_table .ps_logo>img{
    margin: 0 auto;
    display: block;
}
.popup-window{
	box-shadow:none;
	background-color:transparent;
}

@media (max-width:405px) 
{
	.modal_order_footer_btn1,
	.modal_order_footer_btn2{
		width:100%;
		margin:0;
	}
	.modal_order_footer_btn1 a,
	.modal_order_footer_btn2 input{
		width:100%;
	}
	.modal_order_footer_btn1{
		margin-bottom:10px;
	}
}
 
@media (min-width:406px) 
{
	.modal_order_footer_btn1{
		float:left;
		margin:0;
	}
	.modal_order_footer_btn2{
		float:right;
		margin:0;
	}
}
.radio-inline1 {height:45px;width:180px;}
.radio-inline1 > input {height:45px;width:180px;}

#id-radio-inline-1 > label {
    background: url(/local/templates/detrics2019/fl.png) no-repeat;
    cursor: pointer;
}
#id-radio-inline-2 > label {
    background: url(/local/templates/detrics2019/yl.png) no-repeat;
    cursor: pointer;
}
#id-radio-inline-8 > label {
    background: url(/local/templates/detrics2019/ip.png) no-repeat;
    cursor: pointer;
}
#id-radio-inline-1 > input[type=radio]{
	display:none;
}#id-radio-inline-2 > input[type=radio]{
	display:none;
}#id-radio-inline-8 > input[type=radio]{
	display:none;
}



/*
.form-group {
margin-bottom: 0px;}

*/


.radio-inline {margin-bottom:20px;}



/*
@media (min-width: 100px) {
  .radio-inline+.radio-inline{
	margin-top:20px;
	}
}
@media (min-width: 452px) {
	  .radio-inline+.radio-inline{
	margin-top:0px;
	}
  .radio-inline+.radio-inline+.radio-inline{
	margin-top:20px;
	}
}
@media (min-width: 652px) {
  .radio-inline+.radio-inline+.radio-inline{
	margin-top:0px;
	}
}
@media (min-width: 661px) {
  .radio-inline+.radio-inline{
	margin-top:20px;
	}
	.radio-inline+.radio-inline+.radio-inline{
	margin-top:20px;
	}
}
@media (min-width: 692px) {
  .radio-inline+.radio-inline{
	margin-top:0px;
	}
	.radio-inline+.radio-inline+.radio-inline{
	margin-top:20px;
	}
}
@media (min-width: 768px) {
  .radio-inline+.radio-inline{
	margin-top:20px;
	}
}
@media (min-width: 846px) {
	.radio-inline+.radio-inline{
	margin-top:0px;
	}
  .radio-inline+.radio-inline+.radio-inline{
	margin-top:20px;
	}
}
@media (min-width: 1113px) {
	.radio-inline+.radio-inline{
	margin-top:0px;
	}
  .radio-inline+.radio-inline+.radio-inline{
	margin-top:0px;
	}
}*/
.radio-inline label {margin-bottom:0px;}
.radio-inline + .radio-inline {margin-left:0px;margin-right:20px}
.radio-inline {padding-left: 0px; margin-right:20px}
.input-set-person-type1 {position: absolute;left: -9999px;}
.input-set-person-type2 {position: absolute;left: -9999px;}
.input-set-person-type8 {position: absolute;left: -9999px;}
.label-person-type1 {display: block;height:45px; width:180px;background:url(/local/templates/detrics2019/fl.png) no-repeat;cursor: pointer;}
.label-person-type1:hover {background:url(/local/templates/detrics2019/flchecked.png) no-repeat;}
.label-person-type2{display: block;height:45px; width:180px;background:url(/local/templates/detrics2019/yl.png) no-repeat;cursor: pointer;}
.label-person-type2:hover {background:url(/local/templates/detrics2019/ylchecked.png) no-repeat;}
.label-person-type8{display: block;height:45px; width:180px;background:url(/local/templates/detrics2019/ip.png) no-repeat;cursor: pointer;}
.label-person-type8:hover {background:url(/local/templates/detrics2019/ipchecked.png) no-repeat;}
.radio-inline input:checked + label {background:url(/local/templates/detrics2019/flchecked.png) no-repeat;}
.radio-inline+.radio-inline input:checked + label {background:url(/local/templates/detrics2019/ylchecked.png) no-repeat;}
.radio-inline+.radio-inline+.radio-inline input:checked + label {background:url(/local/templates/detrics2019/ipchecked.png) no-repeat;}

.l-mob-bar{z-index:1000}
.erorpage_new{
	background: url(/local/templates/detrics2019/images/404-background.png) center center no-repeat;
	font-size: 14px;
}

.urdn{display:none}

.error_text_red {
	color:red !important;
}

.agree_str {
    line-height: 14px;
    padding-bottom: 10px;
}
/* End */
/* /local/templates/detrics2019/plugins/owl/owl.carousel.css?15846179234614 */
/* /local/templates/detrics2019/styles/common.css?1611924320237146 */
/* /local/templates/detrics2019/js/glass/style.css?1584617923294 */
/* /local/templates/detrics2019/styles/additional.css?178049190915787 */
/* /local/templates/detrics2019/styles/news.css?15846179231347 */
/* /local/templates/detrics2019/styles/font-awesome.css?158461792337486 */
/* /local/templates/detrics2019/styles/swiper.min.css?158461792319778 */
/* /local/templates/detrics2019/styles/color.css?15846179232809 */
/* /local/templates/detrics2019/styles/design2019.css?167473219875188 */
/* /local/templates/detrics2019/plugins/fancybox3/jquery.fancybox.min.css?158461792312795 */
/* /local/templates/detrics2019/components/bitrix/sale.location.selector.search/.default/style.css?15846179236373 */
/* /local/templates/detrics2019/template_styles.css?15846179238385 */
