

/* Start:/local/templates/electro/plugins/fancybox/jquery.fancybox.css?16911356004895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/electro/plugins/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/electro/plugins/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/electro/plugins/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/electro/plugins/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/electro/plugins/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/electro/plugins/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/electro/plugins/owl/owl.carousel.css?16911356004614*/
/* 
 *  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/electro/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/electro/styles/common.css?1770884772241038*/
/* 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/electro/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("/local/templates/electro/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("/local/templates/electro/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("/local/templates/electro/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("/local/templates/electro/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;
  font-family: "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 106, ../sass/styles.scss */
.gui-button-simple {
  display: inline-block;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  margin: 0;
  padding: 6px 17px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
  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/electro/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/electro/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;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset, inset 0 0 0 50px #fff;
  color: #b8b8b8;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

/* line 149, ../sass/styles.scss */
.fancybox-close {
  position: absolute;
  top: 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: 300px;
  max-width: 1180px;
  margin: 0 auto 20px;
  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%;
  padding: 0 0 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 326, ../sass/styles.scss */
.field-select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  width: 8px;
  height: 4px;
  margin: -2px 0 0;
  background: url(/local/templates/electro/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;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 388, ../sass/styles.scss */
.breadcrumbs {
  margin: 0;
  padding: 0 0 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;
  font: 11px/20px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 433, ../sass/styles.scss */
.catalog__item:hover .catalog-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;
  font: 11px/20px "PT Sans", Arial, sans-serif;
}

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

/* line 439, ../sass/styles.scss */
.availability-icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin: 0 3px;
  background: url(/local/templates/electro/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/electro/styles/../images/bgr/marks-bgr.png) no-repeat -100% -100%;
  color: #fff;
  font: 16px/18px "PT Sans", Arial, sans-serif;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 538, ../sass/styles.scss */
.catalog-menu {
  position: relative;
  height: 42px;
  margin: 0;
  padding: 0 45px 0 0;
  overflow: hidden;
  list-style: none;
  background: #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;
  font: 13px/20px "PT Sans", Arial, sans-serif;
}

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

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

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

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



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

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

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

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

/* line 553, ../sass/styles.scss */
.catalog-menu-sub-item_product:before {
  content: '';
  position: absolute;
  top: 211px;
  left: -6px;
  width: 14px;
  height: 16px;
  background: url(/local/templates/electro/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;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 572, ../sass/styles.scss */
.side-menu-icon {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 13px;
  height: 11px;
  margin: -6px 0 0;
  background: url(/local/templates/electro/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 {
  font: 13px/16px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 610, ../sass/styles.scss */
.category-home__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/local/templates/electro/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;
  font: 13px/15px "PT Sans", Arial, sans-serif;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 637, ../sass/styles.scss */
.cart-list__item {
  padding: 8px 0;
  border: solid #ededed;
  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;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-discount-value {
  margin: 5px 0 0;
  display: block;
  color: #FF2222;
}

/* 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;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

/* line 682, ../sass/styles.scss */
.cart__label_unactive:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 8px;
  width: 8px;
  height: 4px;
  background: url(/local/templates/electro/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;
  font: 14px/18px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 771, ../sass/styles.scss */
.close__icon {
  width: 13px;
  height: 13px;
  background: url(/local/templates/electro/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;
  font: 13px/20px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 801, ../sass/styles.scss */
.documentation-icon {
  float: left;
  min-width: 23px;
  height: 33px;
  margin: 0 10px 0 0;
  background: url(/local/templates/electro/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;
  font: 700 11px/8px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 892, ../sass/styles.scss */
.feedback-menu__icon {
  position: absolute;
  top: 4px;
  left: -20px;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: url(/local/templates/electro/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;
  font: 13px/18px "PT Sans", Arial, sans-serif;
  text-align: center;
}
/* line 60, ../sass/styles.scss */
.feedback-menu-multi:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 920, ../sass/styles.scss */
.filter__item {
  border-bottom: 1px solid #ccc;
}

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

/* line 922, ../sass/styles.scss */
.filter-title:after {
  content: '';
  position: absolute;
  right: 9px;
  top: 50%;
  width: 8px;
  height: 4px;
  background: url(/local/templates/electro/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;
  font: 12px/16px "PT Sans", Arial, sans-serif;
}

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

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

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

/* line 931, ../sass/styles.scss */
.filter-track__icon {
  position: absolute;
  top: -9px;
  width: 24px;
  height: 24px;
  background: url(/local/templates/electro/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;
  font: 13px/20px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1021, ../sass/styles.scss */
.user__icon {
  position: absolute;
  top: 8px;
  right: -11px;
  width: 8px;
  height: 4px;
  margin: 0 0 0 9px;
  background: url(/local/templates/electro/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/electro/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;
  font: 15px/13px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 1050, ../sass/styles.scss */
.menu-mob-list__item__label:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background: url(/local/templates/electro/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/electro/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: 2px solid #989898;
  list-style-type: none;
}

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

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

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

/* line 1070, ../sass/styles.scss */
.menu-mob-sub__item__label:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  background: url(/local/templates/electro/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/electro/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;
  font: 15px/16px Arial, sans-serif;
}

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

/* line 1075, ../sass/styles.scss */
.menu-mob-sub__item__title:before {
  background-image: url(/local/templates/electro/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/electro/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/electro/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/electro/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;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1140, ../sass/styles.scss */
.news-detail__img {
  float: left;
  max-width: 500px;
  margin: 0 20px 7px 0;
}

/* line 1141, ../sass/styles.scss */
.news-detail__box {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 1px 1px;
}

/* line 1142, ../sass/styles.scss */
.news-detail__text {
  margin: 0 0 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;
  font: 12px/15px "PT Sans", Arial, sans-serif;
}

/* 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;
  font: 12px/15px "PT Sans", Arial, sans-serif;
}

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

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

/* line 1154, ../sass/styles.scss */
.news-side-bar__mark:hover {
  color: #fff;
}

/* line 1155, ../sass/styles.scss */
.news-side-list__img {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0;
}

/* line 1156, ../sass/styles.scss */
.news-side-list__title {
  max-height: 33px;
  overflow: hidden;
}

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

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

/* line 1159, ../sass/styles.scss */
.news-side-list__description {
  max-height: 50px;
  overflow: hidden;
  color: #555;
  font: 13px/16px "PT Sans", Arial, sans-serif;
}

/* line 1162, ../sass/styles.scss */
.orders {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}

/* line 1163, ../sass/styles.scss */
.orders__item {
  position: relative;
  padding: 15px 20px 15px 50px;
  border: 1px solid #ebebeb;
  border-width: 0 0 1px;
}

/* line 1164, ../sass/styles.scss */
.orders__item:first-child {
  border-top-width: 1px;
}

/* line 1165, ../sass/styles.scss */
.orders__item:nth-child(odd) {
  background: #f9f9f9;
}

/* line 1166, ../sass/styles.scss */
.orders__item:before {
  position: absolute;
  left: 20px;
  counter-increment: myCounter;
  content: counter(myCounter);
}

/* line 1167, ../sass/styles.scss */
.orders__name {
  margin: 0 7px 0 0;
  font: 13px/18px Arial, sans-serif;
}

/* line 1168, ../sass/styles.scss */
.orders__status {
  margin: 0 7px 0 0;
  padding: 2px 5px;
  background: #88a64d;
  color: #fff;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

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

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

/* line 1171, ../sass/styles.scss */
.orders__products {
  padding: 0 0 12px;
  color: #555;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

/* line 1176, ../sass/styles.scss */
.orderdetail__item {
  margin: 0 0 2px;
}

/* line 1177, ../sass/styles.scss */
.orderdetail__info {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1178, ../sass/styles.scss */
.orderdetail__title {
  margin: 25px 0 10px;
  color: #555;
  font: 20px/28px "PT Sans", Arial, sans-serif;
}

/* line 1179, ../sass/styles.scss */
.orderdetail__toolbar {
  margin: 13px 0 20px;
  padding: 13px 0 0;
  border-top: 1px solid #ebebeb;
}

/* line 1180, ../sass/styles.scss */
.orderdetail__toolbar_mod {
  border-top-width: 0;
}

/* line 1183, ../sass/styles.scss */
.order-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  cursor: pointer;
}

/* line 1184, ../sass/styles.scss */
.order-radio__input {
  position: absolute;
  opacity: 0;
}

/* line 1185, ../sass/styles.scss */
.order-radio__label {
  display: block;
  padding: 6px 11px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1186, ../sass/styles.scss */
.order-radio__label:hover {
  border-color: #989898;
}

/* line 1187, ../sass/styles.scss */
.order-radio__input:checked + .order-radio__label {
  border-color: #ffd203;
}

/* line 1190, ../sass/styles.scss */
.order-result {
  width: 70%;
}

/* line 1191, ../sass/styles.scss */
.order-result__title {
  color: #555;
  font: 20px/19px "PT Sans", Arial, sans-serif;
}

/* line 1192, ../sass/styles.scss */
.order-result__description {
  margin: 0 0 20px;
}

/* line 1193, ../sass/styles.scss */
.order-result__info {
  margin: 0 0 10px;
}

/* line 1194, ../sass/styles.scss */
.order-payname {
  margin: 0 0 5px;
}

/* line 1198, ../sass/styles.scss */
.pager-bar {
  margin: 0 160px;
  text-align: center;
}

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

/* line 1200, ../sass/styles.scss */
.pager__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0;
  font: 15px/20px "PT Sans", Arial, sans-serif;
  text-align: center;
}

/* line 1201, ../sass/styles.scss */
.pager__label {
  display: block;
  min-width: 15px;
  height: 15px;
  padding: 7px 9px 11px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  color: #202002;
}

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

/* line 1203, ../sass/styles.scss */
.pager__label_current {
  border-color: #ffd203;
}

/* line 1204, ../sass/styles.scss */
.pager__label_current:hover {
  border-color: #ffd203;
}

/* line 1205, ../sass/styles.scss */
.pager__link {
  color: #202002;
}

/* line 1206, ../sass/styles.scss */
.pager__link:hover {
  text-decoration: none;
}

/* line 1207, ../sass/styles.scss */
.pager__link_prev {
  margin-right: 5px;
}

/* line 1208, ../sass/styles.scss */
.pager__link_next {
  margin-left: 5px;
}

/* line 1211, ../sass/styles.scss */
.personalacc {
  float: right;
  margin: 0 0 10px;
}

/* line 1212, ../sass/styles.scss */
.personalacc__sum {
  white-space: nowrap;
}

/* line 1215, ../sass/styles.scss */
.products-side {
  margin: 0 0 28px;
}

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

/* line 1221, ../sass/styles.scss */
.profile {
  width: 50%;
}

/* line 1222, ../sass/styles.scss */
.profile-checkbox {
  margin: 0 0 5px;
}

/* line 1225, ../sass/styles.scss */
.p-delivery {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}

/* line 1226, ../sass/styles.scss */
.p-delivery__item {
  position: relative;
  padding: 15px 25px 15px 50px;
  border: 1px solid #ebebeb;
  border-width: 0 0 1px;
}
/* line 60, ../sass/styles.scss */
.p-delivery__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1227, ../sass/styles.scss */
.p-delivery__item:first-child {
  border-top-width: 1px;
}

/* line 1228, ../sass/styles.scss */
.p-delivery__item:nth-child(odd) {
  background: #f9f9f9;
}

/* line 1229, ../sass/styles.scss */
.p-delivery__name {
  float: left;
  margin: 0 10px 0 0;
}

/* line 1230, ../sass/styles.scss */
.p-delivery__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  font: 13px/19px Arial, sans-serif;
}

/* line 1231, ../sass/styles.scss */
.p-delivery__data {
  color: #555;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1232, ../sass/styles.scss */
.p-delivery__action {
  float: right;
  margin: 0 0 0 50px;
}

/* line 1233, ../sass/styles.scss */
.p-delivery__link {
  color: #555;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1236, ../sass/styles.scss */
.popup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 445px;
  padding: 25px 25px 30px;
}

/* line 1239, ../sass/styles.scss */
.popup-input_textarea {
  height: 60px;
}

/* line 1240, ../sass/styles.scss */
.popup-input_captcha {
  display: block !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;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1243, ../sass/styles.scss */
.popup-button {
  float: right;
}

/* line 1246, ../sass/styles.scss */
.popup-cart {
  max-width: 863px;
}

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

/* line 1248, ../sass/styles.scss */
.popup-cart-list__item {
  margin-bottom: 13px;
}

/* line 1249, ../sass/styles.scss */
.popup-cart-list__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

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

/* line 1251, ../sass/styles.scss */
.popup-cart-list__icon {
  width: 80px;
  text-align: center;
  vertical-align: top;
}

/* line 1252, ../sass/styles.scss */
.popup-cart-list__description {
  width: 53%;
  line-height: 16px;
}

/* line 1253, ../sass/styles.scss */
.popup-cart-list__label {
  font: 13px/16px Arial, sans-serif;
}

/* line 1254, ../sass/styles.scss */
.popup-cart__product-code {
  color: #585f69;
  font: 11px/18px "PT Sans", Arial, sans-serif;
}

/* line 1255, ../sass/styles.scss */
.popup-cart-list__amount {
  width: 80px;
  text-align: right;
}

/* line 1256, ../sass/styles.scss */
.popup-cart-list__price {
  width: 110px;
  text-align: right;
  line-height: 18px;
}

/* line 1257, ../sass/styles.scss */
.popup-cart-list__price-type {
  display: block;
  color: #585f69;
  font: 11px/10px "PT Sans", Arial, sans-serif;
}

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

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

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

/* line 1261, ../sass/styles.scss */
.popup-cart-button {
  margin: 10px 0 0;
  text-align: center;
}

/* line 1262, ../sass/styles.scss */
.popup-cart-order {
  float: right;
  margin-left: 10px;
}

/* line 1265, ../sass/styles.scss */
.popup-review {
  width: 860px;
  max-width: 860px;
}

/* line 1267, ../sass/styles.scss */
.popup-city {
  width: 940px;
}

/* line 1269, ../sass/styles.scss */
.popup-gallery {
  width: 900px;
}
/* line 60, ../sass/styles.scss */
.popup-gallery:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1270, ../sass/styles.scss */
.popup-gallery__icon {
  float: left;
  width: 600px;
  margin: 0 20px 0 0;
}

/* line 1271, ../sass/styles.scss */
.popup-gallery__icon .popup-gallery__slider .owl-dots {
  display: none;
}

/* line 1272, ../sass/styles.scss */
.popup-gallery__wrap {
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
}

/* line 1273, ../sass/styles.scss */
.popup-gallery__icon .owl-carousel .popup-gallery__img {
  width: auto;
  max-width: 100%;
  max-height: 500px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 1274, ../sass/styles.scss */
.popup-gallery__box {
  width: 600px;
}

/* line 1276, ../sass/styles.scss */
.popup-gallery__img {
  max-width: 100%;
  max-height: 500px;
}

/* line 1277, ../sass/styles.scss */
.popup-gallery__list {
  float: right;
  width: 217px;
}

/* line 1280, ../sass/styles.scss */
.promo {
  max-height: 309px;
  overflow: hidden;
  padding-bottom: 25px;
}
/* line 60, ../sass/styles.scss */
.promo:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1281, ../sass/styles.scss */
.promo-col-left {
  float: left;
  width: 220px;
  margin: 0 -220px 0 0;
}

/* line 1282, ../sass/styles.scss */
.promo-col-main {
  margin: 0 240px;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 1283, ../sass/styles.scss */
.promo-col-right {
  float: right;
  width: 220px;
  margin: 0 0 0 -220px;
}

/* line 1284, ../sass/styles.scss */
.promo-col-main_middle {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* line 1286, ../sass/styles.scss */
.promo-product {
  position: relative;
  display: block;
  margin: 0 0 22px;
  border: 1px solid #ccc;
}

/* line 1287, ../sass/styles.scss */
.promo-product:last-child {
  margin-bottom: 0;
}

/* line 1289, ../sass/styles.scss */
.promo-product__img {
  display: block;
  max-width: 100%;
}

/* line 1290, ../sass/styles.scss */
.promo-product:hover .promo-product__img {
  opacity: 0.8;
}

/* line 1291, ../sass/styles.scss */
.promo-product__label {
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 9px 6px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #26c2f1;
  font: 20px/22px "PT Sans", Arial, sans-serif;
}

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

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

/* line 1299, ../sass/styles.scss */
.promo-slider-list__img {
  display: block;
  position: absolute;
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  min-width: 100%;
  width: auto;
  height: 100%;
  margin: auto;
}

/* line 1301, ../sass/styles.scss */
.promo-slider-description {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 30px 20px 30px 30px;
}

/* line 1302, ../sass/styles.scss */
.promo-slider-description__title {
  display: block;
  max-height: 83px;
  overflow: hidden;
  margin: 0 0 17px;
  color: #202020;
  font: 700 24px/28px "PT Sans", Arial, sans-serif;
}

/* line 1303, ../sass/styles.scss */
.promo-slider__title_decor {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px 3px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1304, ../sass/styles.scss */
.promo-slider-description__info {
  width: 90%;
  max-height: 82px;
  overflow: hidden;
  margin: 0 0 23px;
  color: #000;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 1305, ../sass/styles.scss */
.promo-slider__info_decor {
  padding: 2px 12px 3px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1306, ../sass/styles.scss */
.promo-slider-description__price {
  display: inline-block;
  vertical-align: top;
  margin: 2px 11px 5px 0;
  color: #000;
  font: italic 27px/28px Arial, sans-serif;
}

/* line 1307, ../sass/styles.scss */
.promo-slider-description__cart {
  display: inline-block;
  vertical-align: top;
  height: 29px;
  margin: 0 0 5px;
  padding: 3px 17px 5px;
  color: #000;
  font-size: 16px;
}

/* line 1308, ../sass/styles.scss */
.promo-slider-list__label .promo-slider-description__cart:hover {
  color: #000;
}

/* line 1309, ../sass/styles.scss */
.promo-slider-icon {
  float: left;
  width: 50%;
}

/* line 1310, ../sass/styles.scss */
.promo-slider-icon__img {
  display: block;
  max-width: 100%;
  max-height: 306px;
  margin: 0 auto;
}

/* line 1311, ../sass/styles.scss */
.promo-slider__img_detail {
  display: none;
}

/* line 1313, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-description {
  width: 40%;
}

/* line 1314, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-description__info {
  width: auto;
}

/* line 1315, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-icon {
  width: 60%;
}

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

/* line 1317, ../sass/styles.scss */
.promo-col-main_middle .promo-slider__img_detail {
  display: block;
}

/* line 1322, ../sass/styles.scss */
.promo-video {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1325, ../sass/styles.scss */
.product {
  margin: 0 0 8px;
}

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

/* line 1327, ../sass/styles.scss */
.product-col {
  float: left;
  margin: 0 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;
  font: 11px/20px "PT Sans", Arial, sans-serif;
  text-align: center;
}

/* line 1343, ../sass/styles.scss */
.zoom-icon {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  background: url(/local/templates/electro/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 {
  color: #585f69;
  font: 11px/20px "PT Sans", Arial, sans-serif;
}

/* line 1364, ../sass/styles.scss */
.product-rating {
  min-height: 18px;
  margin: 0 0 18px;
}

/* line 1366, ../sass/styles.scss */
.product-price-multi {
  max-height: 90px;
  overflow-y: auto;
  margin: 0 0 10px;
  padding: 5px 0 5px 13px;
  border: 1px solid #cdcdcd;
}

/* line 1368, ../sass/styles.scss */
.product-price {
  min-height: 33px;
  margin: 0 0 12px;
}

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

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

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

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

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

.catalog-price-section-showcase .product-price__actual-digit
{
    text-align: center;
    line-height: 26px;
    font: italic 20px/20px Arial, sans-serif;
    color: #104d22;
}

.catalog-price-section-gallery .product-price__actual-digit
{
    line-height: 26px;
    font: italic 20px/20px Arial, sans-serif;
    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;
  font: italic 22px/16px Arial, sans-serif;
  white-space: nowrap;
}

/* line 1376, ../sass/styles.scss */
.product-price-multi .product-price {
  margin: 0 0 6px;
}

/* line 1377, ../sass/styles.scss */
.product-price-multi .product-price__actual-label {
  margin-bottom: 3px;
}

/* line 1378, ../sass/styles.scss */
.product-price-multi .product-price__actual-digit {
  font-size: 19px;
}

/* line 1379, ../sass/styles.scss */
.product-price-multi .product-price__old {
  font-size: 16px;
}

/* line 1381, ../sass/styles.scss */
.product-economy {
  min-height: 17px;
  margin: 0 0 18px;
}

/* line 1382, ../sass/styles.scss */
.economy {
  display: inline-block;
  vertical-align: bottom;
  color: #b12704;
  font: 15px/18px Arial, sans-serif;
}

/* line 1383, ../sass/styles.scss */
.economy_simple {
  color: #b63515;
  font-size: 13px;
}

/* line 1384, ../sass/styles.scss */
.economy__price {
  font-style: italic;
}

/* line 1385, ../sass/styles.scss */
.product-availability {
  min-height: 18px;
  margin: 0 0 18px;
  position: relative;
}

/* line 1386, ../sass/styles.scss */
.js-stores .catalog-availability_title {
  border-bottom: 1px dashed;
  cursor: pointer;
}

/* line 1387, ../sass/styles.scss */
.js-stores td {
  padding: 6px 4px;
}

/* line 1388, ../sass/styles.scss */
.js-stores .store_green {
  color: #008800;
}

/* line 1389, ../sass/styles.scss */
.js-stores .store_red {
  color: #dd2808;
}

/* line 1390, ../sass/styles.scss */
.product-color {
  min-height: 47px;
  margin: 0 0 7px;
}

/* line 1392, ../sass/styles.scss */
.product-select {
  min-height: 32px;
  margin: 0 0 10px;
}

/* line 1393, ../sass/styles.scss */
.product-announce {
  margin: 0 0 10px;
  color: #555;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* 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;
  font: 14px/18px "PT Sans", Arial, sans-serif;
  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;
  border-radius: 3px;
  color: #202002;
  font: 17px/20px "PT Sans", Arial, sans-serif;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

/* line 1403, ../sass/styles.scss */
.product-submit_buy {
  background-color: #e2dbba;
}

/* line 1404, ../sass/styles.scss */
.product-submit_buy:hover {
  background-color: #dcd4ac;
}

/* line 1405, ../sass/styles.scss */
.product-submit_credit {
  color: #636363;
  background-color: #f2f2f2;
}

/* line 1406, ../sass/styles.scss */
.product-submit_credit:hover {
  background-color: #e3e3e3;
}

/* line 1408, ../sass/styles.scss */
.product-bar__foot {
  margin: 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/electro/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;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1422, ../sass/styles.scss */
.mob-tab__wi .product-menu__label {
  display: block;
  margin-left: -10px;
  margin-right: -14px;
  padding: 9px 9px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1423, ../sass/styles.scss */
.mob-tab__wi .product-menu__label:hover {
  border-color: #989898;
}

/* line 1428, ../sass/styles.scss */
.product-content {
  margin: 0 0 25px;
}

/* line 1429, ../sass/styles.scss */
.product-content__title {
  margin: 21px 0 15px;
}

/* line 1430, ../sass/styles.scss */
.product-content__info {
  margin: 0 0 5px;
  color: #202020;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 1431, ../sass/styles.scss */
.product-content__switcher {
  display: none;
}

/* line 1433, ../sass/styles.scss */
.product-content.drop-active .product-content__info {
  max-height: 100%;
  overflow: visible;
}

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

/* line 1437, ../sass/styles.scss */
.set-list__item {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 0 0 10px;
  border: 2px solid transparent;
}

/* line 1438, ../sass/styles.scss */
.set-list__item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -39px;
  width: 18px;
  height: 18px;
  margin: -9px 0 0;
  background: url(/local/templates/electro/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;
  font: 13px/16px Arial, sans-serif;
}

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

/* line 1464, ../sass/styles.scss */
.side-title {
  margin: 0 0 6px;
  padding: 0;
  color: #202020;
  font: 20px/20px "PT Sans", Arial, sans-serif;
}

/* line 1465, ../sass/styles.scss */
.side-title_products {
  margin-right: 20px;
}

/* line 1466, ../sass/styles.scss */
.side__label {
  text-decoration: none;
  color: #202020;
}

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

/* line 1471, ../sass/styles.scss */
.products-extra-title {
  display: block;
  margin: 0 0 15px;
  color: #202002;
  font: 20px/20px "PT Sans", Arial, sans-serif;
}

/* line 1472, ../sass/styles.scss */
.products-extra-inner {
  margin: 0 50px;
}

/* line 1473, ../sass/styles.scss */
.products-extra-list {
  padding: 0;
  list-style-type: none;
}

/* line 1474, ../sass/styles.scss */
.products-extra__item {
  position: relative;
  width: 140px;
  min-height: 68px;
  padding: 0 0 0 73px;
  line-height: 16px;
}

/* line 1475, ../sass/styles.scss */
.products-extra__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  text-align: center;
}

/* line 1476, ../sass/styles.scss */
.products-extra__img {
  margin: 0 auto;
}

/* line 1477, ../sass/styles.scss */
.products-extra__bar {
  margin: 0 -12px 0 0;
  text-align: right;
}

/* line 1478, ../sass/styles.scss */
.products-extra__label {
  margin: 0 0 4px;
  font: 13px/16px Arial, sans-serif;
}

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

/* line 1481, ../sass/styles.scss */
.products-extra_cart {
  margin: 0 0 40px;
}

/* line 1482, ../sass/styles.scss */
.products-extra_cart .products-extra-inner {
  margin-left: 0;
  margin-right: 0;
}

/* line 1485, ../sass/styles.scss */
.progress-bar {
  display: block;
  max-width: 153px;
  height: 8px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px #8f8f8f inset;
}

/* line 1486, ../sass/styles.scss */
.progress-bar__indicator {
  display: block;
  float: left;
  height: 8px;
  background: #ff7200;
  background: linear-gradient(to bottom, #fea500 50%, #ff7200 100%);
  border-radius: 2px;
}

/* line 1487, ../sass/styles.scss */
.progress-bar__indicator_cheap {
  background: #ff7200;
  background: linear-gradient(to bottom, #40aafe 50%, #1e7dc3 100%);
}

/* line 1490, ../sass/styles.scss */
.rating {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.rating:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1491, ../sass/styles.scss */
.rating__item {
  float: left;
  margin: 0 2px 0 0;
}

/* line 1494, ../sass/styles.scss */
.rating__img {
  width: 13px;
  height: 12px;
  background: url(/local/templates/electro/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/electro/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;
  font: 11px/20px "PT Sans", Arial, sans-serif;
}

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

/* line 1506, ../sass/styles.scss */
.reviews-title {
  float: left;
  margin: 21px 0 15px;
}

/* line 1507, ../sass/styles.scss */
.reviews-bar__button {
  padding: 6px 30px 4px;
  float: right;
  margin: 21px 0 15px;
}

/* line 1508, ../sass/styles.scss */
.reviews__item {
  padding: 20px 20px 23px;
  border: 1px solid #ccc;
}

/* line 1509, ../sass/styles.scss */
.reviews__user {
  margin: 0 0 22px;
}

/* line 1510, ../sass/styles.scss */
.reviews__user-name {
  margin: 0 13px 0 0;
  color: #202020;
  font: 13px/20px "PT Sans", Arial, sans-serif;
}

/* line 1511, ../sass/styles.scss */
.reviews__date {
  color: #636363;
  font: 13px/20px "PT Sans", Arial, sans-serif;
}

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

/* line 1513, ../sass/styles.scss */
.reviews__detail {
  margin: 0 0 17px;
}

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

/* line 1515, ../sass/styles.scss */
.reviews__detail-info {
  max-height: 73px;
}

/* line 1516, ../sass/styles.scss */
.reviews__detail-name {
  margin: 0 3px 0 0;
  color: #202020;
  font: 700 14px/24px "PT Sans", Arial, sans-serif;
}

/* line 1517, ../sass/styles.scss */
.reviews__detail-content {
  color: #202020;
  font: 14px/24px "PT Sans", Arial, sans-serif;
}

/* line 1518, ../sass/styles.scss */
.reviews__more {
  margin: 27px 0 0;
}

/* line 1519, ../sass/styles.scss */
.reviews__message {
  color: #636363;
}

/* line 1520, ../sass/styles.scss */
.reviews__message p {
  margin-bottom: 0;
}

/* line 1521, ../sass/styles.scss */
.reviews__message .errortext {
  color: #636363 !important;
}

/* line 1524, ../sass/styles.scss */
.reviews-switcher-more {
  margin: -13px 0 0;
}

/* line 1527, ../sass/styles.scss */
.search {
  position: relative;
}

/* line 1529, ../sass/styles.scss */
.search__label {
  display: block;
  margin: 0 0 5px;
  color: #555;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1530, ../sass/styles.scss */
.search__field {
  position: relative;
}

/* line 1532, ../sass/styles.scss */
.search__input {
  width: 100%;
  padding-right: 37px;
}

/* line 1534, ../sass/styles.scss */
.search__button {
  position: absolute;
  top: 1px;
  right: 2px;
  width: 33px;
  height: 33px;
  background: url(/local/templates/electro/styles/../images/icons/forms-icon.png) no-repeat 0 0;
  border: 1px solid #ccc;
  border-width: 0 0 0 1px;
  border-radius: 0 2px 2px 0;
}

/* line 1537, ../sass/styles.scss */
.search__field:hover .search__input {
  border-color: #989898;
  color: #202002;
}

/* line 1538, ../sass/styles.scss */
.search__field:hover .search__button {
  border-color: #989898;
}

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

/* line 1543, ../sass/styles.scss */
.search-mob {
  float: right;
  margin: -1px 10px 0 0;
}

/* line 1544, ../sass/styles.scss */
.search-mob-icon {
  width: 33px;
  height: 33px;
  background: #fff url(/local/templates/electro/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/electro/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/electro/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;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1559, ../sass/styles.scss */
.s-result-list__item {
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
}

/* line 1560, ../sass/styles.scss */
.s-result-list__item:last-child {
  border-bottom-width: 0;
}

/* line 1561, ../sass/styles.scss */
.s-result-list__label {
  position: relative;
  display: block;
  min-height: 68px;
  padding: 0 0 0 85px;
  line-height: 16px;
  text-decoration: none;
}
/* line 60, ../sass/styles.scss */
.s-result-list__label:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1562, ../sass/styles.scss */
.s-result-list__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  text-align: center;
}

/* line 1563, ../sass/styles.scss */
.s-result-list__img {
  margin: 0 15px 0 0;
}

/* line 1564, ../sass/styles.scss */
.s-result-list__name {
  color: #26c2f1;
  font: 13px/16px Arial, sans-serif;
}

/* line 1565, ../sass/styles.scss */
.s-result-list__name:hover {
  text-decoration: underline;
}

/* line 1566, ../sass/styles.scss */
.s-result-list__price {
  margin: 5px 0 0;
  display: block;
  color: #202020;
  font: italic 16px/18px Arial, sans-serif;
}

/* line 1567, ../sass/styles.scss */
.s-result-substring {
  font-weight: bold;
}

/* line 1568, ../sass/styles.scss */
.s-result-section {
  margin: 0 0 10px 5px;
  color: #555;
}

/* line 1569, ../sass/styles.scss */
.s-result-section__title {
  display: block;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

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

/* line 1571, ../sass/styles.scss */
.s-result-more__label {
  float: right;
  padding-left: 9px;
  padding-right: 9px;
}

/* line 1573, ../sass/styles.scss */
.search_filter {
  margin-bottom: 7px;
}

/* line 1577, ../sass/styles.scss */
.sections-list {

  padding: 0;
  list-style-type: none;
}

/* line 1578, ../sass/styles.scss */
.sections__item {
  display: inline-block;
  vertical-align: top;
  width: 17%;
  margin: 0 3% 30px 0;
}

/* line 1579, ../sass/styles.scss */
.sections__label {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  text-decoration: none;
}

/* line 1580, ../sass/styles.scss */
.sections__img {
  display: block;
  width: 100%;
}

/* line 1581, ../sass/styles.scss */
.sections__label:hover .sections__img {
  opacity: 0.8;
}

/* line 1582, ../sass/styles.scss */
.sections__name {
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 53px;
  padding: 4px 9px 6px;
  background: rgba(255, 255, 255, 0.9);
  color: #26c2f1;
  font: 20px/22px "PT Sans", Arial, sans-serif;
}

/* line 1585, ../sass/styles.scss */
.select-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
}

/* line 1586, ../sass/styles.scss */
.select {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 1587, ../sass/styles.scss */
.select-label {
  display: block;
  margin: 0 0 2px;
  color: #585f69;
  font: 11px/18px "PT Sans", Arial, sans-serif;
}

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

/* line 1589, ../sass/styles.scss */
.select-field:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1591, ../sass/styles.scss */
.select-field_undisabled:after {
  display: none;
}

/* 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;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 1595, ../sass/styles.scss */
.select-input:hover + .select-unit {
  color: #636363;
}

/* line 1596, ../sass/styles.scss */
.select-field-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 4px;
  margin: -1px 0px 0;
  background: url(/local/templates/electro/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;
  font: 13px/16px "PT Sans", Arial, sans-serif;
}

/* 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;
  font: 18px/20px "PT Sans", Arial, sans-serif;
}

/* line 1619, ../sass/styles.scss */
.set-bar__sum {
  float: left;
  margin: 8px 23px 0 0;
}

/* line 1620, ../sass/styles.scss */
.set-bar__buttons {
  float: right;
}

/* line 1621, ../sass/styles.scss */
.set-bar__button {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}

/* line 1622, ../sass/styles.scss */
.set-bar__button:last-child {
  margin-right: 0;
}

/* line 1623, ../sass/styles.scss */
.set-bar__economy {
  float: left;
  margin: 12px 0 0;
}

/* line 1626, ../sass/styles.scss */
.set-primary__bar {
  height: 0;
  visibility: hidden;
}

/* line 1627, ../sass/styles.scss */
.set.drop-active .set-primary__bar {
  height: auto;
  visibility: visible;
}

/* line 1631, ../sass/styles.scss */
.scan-form {
  margin: 0 0 30px;
}

/* line 1632, ../sass/styles.scss */
.scan-form__input {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  margin: 0 5px 0 0;
  max-width: 50%;
}

/* line 1633, ../sass/styles.scss */
.scan-sort-bar {
  margin: 0 0 10px;
}
/* line 60, ../sass/styles.scss */
.scan-sort-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1634, ../sass/styles.scss */
.scan-sort {
  float: left;
  margin: 0 20px 5px 0;
}

/* line 1635, ../sass/styles.scss */
.scan-pager {
  float: left;
}

/* line 1636, ../sass/styles.scss */
.scan-more {
  display: none;
  float: left;
}

/* line 1637, ../sass/styles.scss */
.scan-result {
  margin-bottom: 40px;
}

/* line 1638, ../sass/styles.scss */
.scan-result__item {
  padding: 10px 0;
  border: solid #ededed;
  border-width: 0 0 1px;
}

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

/* line 1640, ../sass/styles.scss */
.scan-description {
  margin: 0 0 20px;
  color: #000;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

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

/* line 1642, ../sass/styles.scss */
.scan-date {
  color: #585f69;
  font: 11px/18px "PT Sans", Arial, sans-serif;
}

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

/* line 1645, ../sass/styles.scss */
.scan-bread__list {
  display: inline-block;
  vertical-align: top;
}

/* line 1647, ../sass/styles.scss */
.scan-list {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

/* line 1648, ../sass/styles.scss */
.scan-list__item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 13px;
  text-align: center;
}

/* line 1649, ../sass/styles.scss */
.scan-list__product {
  margin: 0 0 5px;
}

/* line 1653, ../sass/styles.scss */
.shops-sidebar {
  position: relative;
  float: left;
  width: 265px;
  margin: 0 -265px 0 0;
}

/* line 1654, ../sass/styles.scss */
.shops-search {
  position: relative;
  margin: 0 0 20px;
}

/* line 1655, ../sass/styles.scss */
.shops-search-result {
  position: absolute;
  z-index: 2;
  width: 100%;
}

/* line 1656, ../sass/styles.scss */
.shops-s-result-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1658, ../sass/styles.scss */
.shops-s-result__label {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

/* line 1659, ../sass/styles.scss */
.shops-s-result__label:hover {
  background-color: #ebebeb;
}

/* line 1662, ../sass/styles.scss */
.shops-list-bar {
  max-height: 646px;
  overflow-x: hidden;
  overflow-y: auto;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
}

/* line 1663, ../sass/styles.scss */
.shops-list {
  min-height: 25px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: solid #ccc;
  border-width: 0 0 0 1px;
}

/* line 1664, ../sass/styles.scss */
.shops-list__item {
  margin: 0 0 0 -1px;
  padding: 5px 8px 10px;
  font: 13px/19px "PT Sans", Arial, sans-serif;
  border: 1px solid transparent;
}

/* line 1665, ../sass/styles.scss */
.shops-list__item:hover {
  background: #ebebeb;
  border-color: #989898;
}

/* line 1666, ../sass/styles.scss */
.shops-list__item.cityempty {
  display: none;
}

/* line 1667, ../sass/styles.scss */
.shops-list__item.typeempty {
  display: none;
}

/* line 1668, ../sass/styles.scss */
.shops-list__name {
  font-weight: 700;
}

/* line 1669, ../sass/styles.scss */
.shops-list__icon {
  position: relative;
  top: 4px;
  margin: 0 0 0 3px;
  color: #ffd203;
  font: 22px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1670, ../sass/styles.scss */
.shops-list__icon_store {
  color: #989898;
}

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

/* line 1675, ../sass/styles.scss */
.shops-container {
  margin: 0 0 0 300px;
}

/* line 1676, ../sass/styles.scss */
.shops-filter {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 16px;
  padding: 24px 0 0 300px;
  list-style-type: none;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

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

/* line 1678, ../sass/styles.scss */
.shops-filter__item:last-child {
  margin-right: 0;
}

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

/* line 1680, ../sass/styles.scss */
.shops-filter__label:hover {
  border-color: #989898;
}

/* line 1681, ../sass/styles.scss */
.shops-filter__label.btn-primary {
  border-color: #ffd203;
}

/* line 1682, ../sass/styles.scss */
.shops-filter__label.btn-primary:hover {
  border-color: #ffd203;
}

/* line 1683, ../sass/styles.scss */
.shops-filter__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 -5px;
  color: #ffd203;
  font: 22px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1684, ../sass/styles.scss */
.shops-filter__icon_store {
  color: #989898;
}

/* line 1686, ../sass/styles.scss */
.shops-map {
  margin: 0 0 50px;
}

/* line 1687, ../sass/styles.scss */
.shops-map__content {
  width: 100%;
  height: 255px;
}

/* line 1690, ../sass/styles.scss */
.slider-side {
  position: relative;
  margin: 0 0 5px;
}
/* line 60, ../sass/styles.scss */
.slider-side:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1691, ../sass/styles.scss */
.slider-side-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

/* line 1692, ../sass/styles.scss */
.js_on .slider-side-list {
  overflow: visible;
  height: auto;
}

/* line 1694, ../sass/styles.scss */
.slider-side-list__label {
  display: inline-block;
  vertical-align: top;
}

/* line 1695, ../sass/styles.scss */
.slider-side-list__img {
  display: block;
  width: 100%;
}

/* line 1696, ../sass/styles.scss */
.slider-side-list__text {
  position: absolute;
  bottom: 17px;
  left: 17px;
  color: #fff;
  font: 15px/19px Arial, sans-serif;
}

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

/* line 1700, ../sass/styles.scss */
.social__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  font-size: 12px;
}

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

/* line 1706, ../sass/styles.scss */
.sort_extra {
  margin-top: 24px;
  margin-bottom: 14px;
}

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

/* line 1708, ../sass/styles.scss */
.sort-list__item {
  float: left;
  margin: 0 8px 0 0;
}

/* line 1709, ../sass/styles.scss */
.sort-label {
  position: relative;
}

/* line 1711, ../sass/styles.scss */
.sort-label:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 4px;
  margin: -2px 0 0;
  background: url(/local/templates/electro/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;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1716, ../sass/styles.scss */
.sort-switcher:hover {
  border-color: #989898;
}

/* line 1717, ../sass/styles.scss */
.sort-menu {
  width: 100%;
}

/* line 1718, ../sass/styles.scss */
.sort-help {
  float: left;
  margin: 7px 5px 0 0;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1720, ../sass/styles.scss */
.sort-compare {
  float: right;
}

/* line 1721, ../sass/styles.scss */
.sort-compare-label {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  padding: 6px 10px 7px;
  border: 1px solid #ccc;
  border-radius: 2px;
  text-decoration: none;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1722, ../sass/styles.scss */
.sort-compare-label:hover {
  border-color: #989898;
}

/* line 1723, ../sass/styles.scss */
.sort-compare-icon {
  display: none;
}

/* line 1725, ../sass/styles.scss */
.sort-pages {
  float: right;
  margin: 8px 0 0;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1728, ../sass/styles.scss */
.statistic {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 31px;
  padding: 10px 0 0;
  overflow: hidden;
  background: #f3f3f3;
  border-top: 1px solid #ccc;
}

/* line 1729, ../sass/styles.scss */
.statistic-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1730, ../sass/styles.scss */
.statistic-list__item {
  float: right;
  margin: 0 0 10px 2%;
}

/* line 1731, ../sass/styles.scss */
.statistic-list__item:first-child {
  float: left;
  margin-left: 0;
}

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

/* line 1733, ../sass/styles.scss */
.statistic-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #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;
  font: 11px/19px "PT Sans", Arial, sans-serif;
}

/* line 1750, ../sass/styles.scss */
.table {
  width: 100%;
}

/* line 1751, ../sass/styles.scss */
.table tr:nth-child(odd) td {
  background: #f9f9f9;
}

/* line 1752, ../sass/styles.scss */
.table td {
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-width: 0 0 1px;
  color: #555;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1753, ../sass/styles.scss */
.table tr:first-child td {
  border-top-width: 1px;
}

/* line 1756, ../sass/styles.scss */
.table_profile td:first-child {
  width: 25%;
}

/* line 1759, ../sass/styles.scss */
.timer {
  display: block;
  white-space: nowrap;
}

/* line 1760, ../sass/styles.scss */
.timer__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
}

/* line 1761, ../sass/styles.scss */
.timer__item:last-child {
  margin-right: 0;
  margin-left: 7px;
}

/* line 1762, ../sass/styles.scss */
.timer__item__digit {
  display: block;
  min-width: 19px;
  padding: 5px 4px;
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, #ffffff 51%, #ffffff 100%);
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #202020;
  font: bold 20px/24px "PT Sans Narrow", Arial, sans-serif;
}

/* line 1763, ../sass/styles.scss */
.timer__item__label {
  display: block;
  margin: -2px 0 2px;
  color: #202020;
  font: 11px/18px "PT Sans", Arial, sans-serif;
  text-align: center;
}

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

/* line 1767, ../sass/styles.scss */
.view__item {
  float: left;
  margin: 0 4px 0 0;
}

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

/* line 1769, ../sass/styles.scss */
.sort-list__item:last-child {
  margin-right: 0;
}

/* line 1770, ../sass/styles.scss */
.view__switcher {
  display: block;
  width: 11px;
  height: 11px;
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

/* line 1775, ../sass/styles.scss */
.view__switcher_current {
  border-color: #ffd203;
}

/* line 1776, ../sass/styles.scss */
.view__switcher_current:hover {
  border-color: #ffd203;
}

/* line 1777, ../sass/styles.scss */
.view__icon {
  display: block;
  width: 11px;
  height: 11px;
  background: url(/local/templates/electro/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/electro/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/electro/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/electro/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/electro/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/electro/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/electro/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/electro/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-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: black;
  cursor: pointer;
  background-color: #F3F3F3;
}

/* line 2083, ../sass/styles.scss */
#rs_easycart .rsec_plus:hover,
#rs_easycart .rsec_minus:hover {
  color: black;
  text-decoration: none;
  background-color: #e0e0e0;
}

/* line 2089, ../sass/styles.scss */
#rs_easycart .rsec_plus:active,
#rs_easycart .rsec_minus:active {
  color: black;
  text-decoration: none;
  background-color: #cdcdcd;
}

/* line 2095, ../sass/styles.scss */
#rs_easycart .rsec_quantity {
  display: inline-block;
  border: 1px solid #F3F3F3;
  background-color: #FFF;
}

/* line 2100, ../sass/styles.scss */
#rs_easycart .rsec_quantity input {
  width: 36px;
  padding: 0px;
  text-align: center;
  border: none;
  box-shadow: none;
}

/* line 2107, ../sass/styles.scss */
#rs_easycart .rsec_quantity input:focus {
  border: none;
  box-shadow: none;
}

/* line 2108, ../sass/styles.scss */
#rs_easycart .rsec_quantity input,
#rs_easycart .rsec_measurename {
  background-color: #FFF;
}

/* line 2112, ../sass/styles.scss */
#rs_easycart .rsec_measurename {
  display: inline-block;
  min-width: 28px;
  padding: 0px 2px;
}

/* line 2117, ../sass/styles.scss */
#rs_easycart .rsec_thistab_basket .rsec_delete .rsec_iconka {
  width: 13px;
  height: 13px;
  background: url(/local/templates/electro/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/electro/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/electro/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/electro/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/electro/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;
    font: 15px/20px "PT Sans", Arial, sans-serif;
    text-decoration: none;
  }

  /* line 18, ../sass/styles_1024.scss */
  .cart-action__label:hover {
    border-color: #989898;
  }

  /* line 19, ../sass/styles_1024.scss */
  .cart-number {
    width: 23%;
    text-align: left;
  }

  /* line 21, ../sass/styles_1024.scss */
  .cart-bar__promo {
    margin-top: 0;
  }

  /* line 23, ../sass/styles_1024.scss */
  .contacts__phone {
    font-size: 18px;
  }

  /* line 28, ../sass/styles_1024.scss */
  .c-gallery__prop {
    display: none;
  }

  /* line 30, ../sass/styles_1024.scss */
  .dropdown_cart .dropdown-menu {
    width: 438px;
  }

  /* line 32, ../sass/styles_1024.scss */
  .favorites__item {
    padding-left: 0;
  }

  /* line 33, ../sass/styles_1024.scss 
  .favorites-icon {
    display: none;
  }*/

  /* line 35, ../sass/styles_1024.scss */
  .feedback-menu__label {
    display: none;
  }

  /* line 37, ../sass/styles_1024.scss */
  .footer.l-layout {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 38, ../sass/styles_1024.scss */
  .footer-contacts {
    width: auto;
  }

  /* line 40, ../sass/styles_1024.scss */
  .modification__info {
    width: 40%;
  }

  /* line 42, ../sass/styles_1024.scss */
  .promo-col-main {
    margin-left: 0;
  }

  /* line 43, ../sass/styles_1024.scss */
  .promo-col-left {
    display: none;
  }

  /* line 45, ../sass/styles_1024.scss */
  .scan-list__item {
    width: 25%;
  }

  /* line 47, ../sass/styles_1024.scss */
  .statistic-name {
    display: none;
  }
}
@media (max-width: 940px) {
  /* line 1, ../sass/styles_940.scss */
  .l-catalog-content {
    float: none;
  }

  /* line 2, ../sass/styles_940.scss */
  .l-catalog-container {
    margin-left: 0;
  }

  /* line 3, ../sass/styles_940.scss */
  .l-catalog-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* line 4, ../sass/styles_940.scss */
  .l-body {
    min-height: 360px;
  }

  /* line 7, ../sass/styles_940.scss */
  .promo-slider .owl-prev {
    left: -7px;
  }

  /* line 8, ../sass/styles_940.scss */
  .promo-slider .owl-next {
    right: -7px;
  }

  /* line 10, ../sass/styles_940.scss */
  .catalog__item {
    width: 50%;
  }

  /* line 11, ../sass/styles_940.scss */
  .catalog-detail {
    float: none;
    padding-left: 0;
  }

  /* line 13, ../sass/styles_940.scss */
  .l-catalog-content .catalog__item {
    width: 33%;
  }

  /* line 15, ../sass/styles_940.scss */
  .locationbig .item {
    width: 31%;
  }

  /* line 17, ../sass/styles_940.scss */
  .recommended .catalog__item {
    width: 33%;
  }

  /* line 19, ../sass/styles_940.scss */
  .filter-result {
    visibility: hidden;
  }

  /* line 21, ../sass/styles_940.scss */
  .filter-box__name {
    display: block;
  }

  /* line 22, ../sass/styles_940.scss */
  .filter-box__content {
    display: none;
  }

  /* line 24, ../sass/styles_940.scss */
  .modification__content {
    margin-bottom: 16px;
  }

  /* line 25, ../sass/styles_940.scss */
  .modification__content:last-child {
    margin-bottom: 5px;
  }

  /* line 26, ../sass/styles_940.scss */
  .modification__icon {
    margin-bottom: 0;
  }

  /* line 27, ../sass/styles_940.scss */
  .modification__info {
    width: 86%;
  }

  /* line 28, ../sass/styles_940.scss */
  .modification__price {
    margin-left: 85px;
  }

  /* line 30, ../sass/styles_940.scss */
  .news-detail__img {
    float: none;
  }

  /* line 32, ../sass/styles_940.scss */
  .popup-city {
    width: auto;
  }

  /* line 34, ../sass/styles_940.scss */
  .popup-gallery {
    width: 100%;
  }

  /* line 36, ../sass/styles_940.scss */
  .popup-review {
    width: 100%;
  }

  /* line 38, ../sass/styles_940.scss */
  .popup-gallery__icon {
    width: 400px;
  }

  /* line 39, ../sass/styles_940.scss */
  .popup-gallery__box {
    width: 400px;
  }

  /* line 41, ../sass/styles_940.scss */
  .product-img {
    margin-bottom: 20px;
  }

  /* line 43, ../sass/styles_940.scss */
  .profile {
    width: 100%;
  }

  /* line 45, ../sass/styles_940.scss */
  .product-detail {
    margin-bottom: 0;
  }

  /* line 46, ../sass/styles_940.scss */
  .product-col {
    margin-right: 0;
  }

  /* line 47, ../sass/styles_940.scss */
  .product-bar {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 48, ../sass/styles_940.scss */
  .product-preview .catalog-add-info {
    bottom: 0;
  }

  /* line 49, ../sass/styles_940.scss */
  .product-preview__counter {
    display: block;
  }

  /* line 50, ../sass/styles_940.scss */
  .product-counter {
    display: none;
  }

  /* line 51, ../sass/styles_940.scss */
  .product-description {
    margin-bottom: 20px;
  }

  /* line 52, ../sass/styles_940.scss */
  .product-bar__foot {
    text-align: center;
    margin-top: 23px;
  }

  /* line 53, ../sass/styles_940.scss */
  .product-transfer {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }

  /* line 54, ../sass/styles_940.scss */
  .product-favorites {
    display: inline-block;
    vertical-align: top;
  }

  /* line 56, ../sass/styles_940.scss */
  .promo-col-main {
    width: 100%;
    margin-right: 0;
  }

  /* line 57, ../sass/styles_940.scss */
  .promo-col-right {
    display: none;
  }

  /* line 59, ../sass/styles_940.scss */
  .scan-list__item {
    width: 33%;
  }

  /* line 61, ../sass/styles_940.scss */
  .sections__item {
    width: 22%;
  }

  /* line 63, ../sass/styles_940.scss */
  .side-menu_catalog {
    display: none;
  }

  /* line 65, ../sass/styles_940.scss */
  .sort-compare-label {
    display: none;
  }

  /* line 66, ../sass/styles_940.scss */
  .sort-compare-icon {
    display: block;
  }

  /* line 67, ../sass/styles_940.scss */
  .icon-back_to_top {
    display: none;
  }

  /* line 69, ../sass/styles_940.scss */
  .c-list__params__item .iblock-vote {
    display: none;
  }

  /* line 70, ../sass/styles_940.scss */
  .c-list__info {
    width: 30%;
  }

  /* line 71, ../sass/styles_940.scss */
  .c-list__price {
    width: 25%;
  }
}
@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: 660px) {
  /* line 1, ../sass/styles_660.scss */
  .l-toppanel {
    display: none;
  }

  /* line 2, ../sass/styles_660.scss */
  .product-detail .product-bar__foot {
    display: none;
  }

  /* line 3, ../sass/styles_660.scss */
  .l-toppanel-mob {
    display: block;
  }

  /* line 5, ../sass/styles_660.scss */
  .l-body {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 140px;
  }

  /* line 6, ../sass/styles_660.scss */
  .l-content {
    float: none;
  }

  /* line 7, ../sass/styles_660.scss */
  .l-container {
    margin-left: 0;
  }

  /* line 8, ../sass/styles_660.scss */
  .l-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* line 10, ../sass/styles_660.scss */
  .about-bar {
    max-height: 227px;
  }

  /* line 11, ../sass/styles_660.scss */
  .about-title {
    margin-bottom: 0;
  }

  /* line 12, ../sass/styles_660.scss */
  .about-title-sub {
    margin-bottom: 0;
  }

  /* line 14, ../sass/styles_660.scss */
  .ajaxlocation .cominput {
    width: 100%;
    margin: 0 0 10px;
  }

  /* line 16, ../sass/styles_660.scss */
  .auth {
    width: 100%;
  }

  /* line 19, ../sass/styles_660.scss */
  .body-fix .l-wrapper {
    overflow: hidden;
  }

  /* line 20, ../sass/styles_660.scss */
  .body-fix .l-mob-bar {
    position: relative;
  }

  /* line 21, ../sass/styles_660.scss */
  .body-fix .l-body {
    padding-top: 8px;
  }

  /* line 22, ../sass/styles_660.scss */
  .body-fix .l-main-content {
    position: absolute;
  }

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

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

  /* line 27, ../sass/styles_660.scss */
  .brand-detail__icon {
    width: 100%;
  }

  /* line 28, ../sass/styles_660.scss */
  .brand-detail__info {
    margin-right: 0;
  }

  /* line 30, ../sass/styles_660.scss */
  .catalog-menu-sub-wrapper {
    width: 250px;
    white-space: normal;
  }

  /* line 32, ../sass/styles_660.scss */
  .cart-head__sum {
    text-align: right;
  }

  /* line 33, ../sass/styles_660.scss */
  .cart-head__sum .sum-result {
    margin-top: 8px;
  }

  /* line 35, ../sass/styles_660.scss */
  .cart-action {
    white-space: nowrap;
  }

  /* line 37, ../sass/styles_660.scss */
  .cart-bar__sum {
    width: 100%;
    text-align: right;
  }

  /* line 38, ../sass/styles_660.scss */
  .cart-bar__promo {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  /* line 40, ../sass/styles_660.scss */
  .cart-order__item {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 41, ../sass/styles_660.scss */
  .cart-order__detail {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 43, ../sass/styles_660.scss */
  .cart-side-menu {
    display: none;
  }

  /* line 45, ../sass/styles_660.scss */
  .catalog__item:hover .catalog-description {
    display: none;
  }

  /* line 47, ../sass/styles_660.scss */
  .l-catalog-content .catalog__item {
    width: 50%;
  }

  /* line 49, ../sass/styles_660.scss */
  .recommended .catalog__item {
    width: 50%;
  }

  /* line 51, ../sass/styles_660.scss */
  .catalog-list .catalog-stickers__item_discount {
    display: none;
  }

  /* line 53, ../sass/styles_660.scss */
  .c-gallery__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
   /* height: 100px;*/
  }

  /* line 55, ../sass/styles_660.scss */
  .c-gallery__announce {
    display: none;
  }

  /* line 56, ../sass/styles_660.scss */
  .c-gallery__counter {
    display: none;
  }

  /* line 57, ../sass/styles_660.scss */
  .c-gallery__content_icon {
    width: 120px;
    margin-left: 0;
    margin-right: -120px;
  }

  /* line 58, ../sass/styles_660.scss */
  .c-gallery__cover {
    height: auto;
    line-height: 100px;
  }

  /* line 59, ../sass/styles_660.scss */
  .c-gallery__img {
    max-width: 100px;
    max-height: 85px;
  }

  /* line 60, ../sass/styles_660.scss */
  .c-gallery__stickers {
    display: none;
  }

  /* line 61, ../sass/styles_660.scss */
  .c-gallery__add-info {
    display: none;
  }

  /* line 62, ../sass/styles_660.scss */
  .c-gallery__content_info {
    margin-left: 140px;
    margin-right: 110px;
    /*height: 100px;*/
  }

  /* line 63, ../sass/styles_660.scss */
  /*.c-gallery__button_c_f {
    position: absolute;
    bottom: 0;
  }*/

  /* line 64, ../sass/styles_660.scss */
  .c-gallery__content_order {
    width: 100px;
  }

  /* line 65, ../sass/styles_660.scss */
  /*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;
  }
}


.footer-social-links {
	float: left;
	display: flex;
	margin-left: 2%;
	gap: 16px;
	height: 20px;
	align-items: center;
}

.footer-social-link__icon {
	width: 32px;
	height: 32px;
	display: block;
}

@media screen and (min-width: 1024px) {
	.footer-social-links {
		display: none;
	}
}

.header-contacts {
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

@media screen and (max-width: 900px) {
	.header-contacts {
		flex-flow: row;
	align-items: flex-start;
	}
}

.header-contacts__block {
	padding: 4px;
}

.header-social-links {
	display: flex;
	gap: 12px;
}

.header-social-link__icon {
	display: block;
	width: 32px;
}

.statistic-list.statistic-list--grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (min-width: 1024px) {
	.statistic-list.statistic-list--grid  {
	grid-template-columns: 1fr 1fr;
	}
}

.statistic-list.statistic-list--grid .statistic-list__item {
	justify-self: end;
}

.statistic-list.statistic-list--grid .statistic-list__item:first-child {
	justify-self: start;
}

.statistic-list.statistic-list--grid .footer-social-links {
	justify-self: center;
}

/* End */


/* Start:/local/templates/electro/js/glass/style.css?1691135600294*/
.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/electro/styles/color.css?16911356002089*/
/* simple color */
	.gui-button,
	.owl-dot.active,
	.catalog-menu,
	.category-home,
	.filter-track__indicator,
	.menu-mob-icon,
	.product-submit_cart,
	.loader-inner.square-spin > div
	{
		background-color:#22a9ab;
	}


	.owl-prev:after,
	.owl-next:after,
	.brands__title,
	.feedback__mark-icon,
	.shops-list__icon,
	.shops-filter__icon
	{
		color: #22a9ab;
	}

	.gui-button,
	.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:#22a9ab;
	}

/*********************************************************************/
/* 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
	{color: #121212;}

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

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

/* End */


/* Start:/local/templates/electro/styles/additional.css?169113560017036*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&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);
}
.green3 .catalog-price__label{
	color: #104d22;
}
.green3 .catalog-price__actual-digit{
	color: #104d22;
}
.green2 .catalog-price__label{
	color: #336542;
}
.green2 .catalog-price__actual-digit{
	color: #336542;
}
.green1 .catalog-price__label{
	color: #647e6c;
}
.green1 .catalog-price__actual-digit{
	color: #647e6c;
}
.sections__label{
	max-height: 163px;
	overflow: hidden;
}
.cart-order__detail > .label > label{   
	display: block;
	padding: 10px;
}
.catalog-menu__item {
  font-size: 13px;
}
.catalog-menu {
  height:91px;
}
.catalog-menu__label{
  padding: 4px 10px 14px;
  text-align:center;
}
.catalog-menu-sub-wrapper{
	top:91px;
	border-radius: 0 0 4px 4px;
}
.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 #22a9ab !important;
}
.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;
}
.catalog-menu__item:hover .catalog-menu__label{
	height:91px;
	color:#000!important;
	box-shadow: -2px -1px 3px rgba(0, 0, 0, 0.2);
}
.statistic{
	height:40px;
}
.promo{
	max-height: 339px!important;
}
.statistic-list__item:first-child+.statistic-list__item{
	float:left;
}
.category-home__label:hover {
    text-decoration: none;
}
.category-menu__item{
	padding: 0 3px 0 0;
}
.header__block_town{ 
	width: 21%;
	padding-top:6px;
}
.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:left;
}
.mobile-icon_section .mob-icon__img{
	width: 40px;
}
.header__block_logo {
    width: 47%;
}
.header__block_search {
	margin-top:3%;
}
.contacts__phone {
    font: 700 18px/28px "PT Sans", Arial, sans-serif;
}
.town__block{
	clear: left;
}
.delivery__block {
    clear: left;
    padding: 20px 0;
}
.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-sub__item__title.green{
	background-color: #22a9ab;
	color:white;
} 
.menu-mob-sub__item__title.green a{	
	color:white;
} 
.menu-mob-sub__item__title.green::before{
	background-image: none;
}
.menu-mob-auth{
	padding-left: 40px;
}
.menu-mob-sub__item__title .login-icon{
	top: 10px;
	left:10px;
	background-image:url(/local/templates/electro/styles/../images/icons/new_icon/user_logon_white.png);
}
.menu-mob-sub__item__title.green .delivery_icon{	
	background-image:url(/local/templates/electro/styles/../images/icons/new_icon/delivery_white.png);
}
.menu-mob-sub__item__title.green .user__city_icon{
	background-image:url(/local/templates/electro/styles/../images/icons/new_icon/town_white.png);
}
/*.menu-mob-sub__item__title.green .g-switcher{
	background-image:url(/local/templates/electro/styles/../images/img/arrow_bottom_white.png);
}*/
.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;
}
.csle-sec-name{
	font-size: 24px;
	padding-bottom:10px;
}
.csle-sec-name>a{
	text-decoration: none;
	 color: #000;
}
.sort{
	margin: 0 0 24px;
}
.ajaxsectclass{
	margin-bottom: 20px;
}
.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-catalog-container .in_cart{
	background: #fff;
    color: #202002;
	border-color: #22a9ab;
}
.l-catalog-container .in_cart:hover{
    border: 1px solid #ccc;
}
.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 {
		font: 700 16px/28px "PT Sans", Arial, sans-serif;
	}
}
@media (max-width:1024px) 
{
	.g-switcher.feedback-menu__link{
			padding-right:0px;
	}
}
@media (max-width:1000px)
{
	.catalog-price__actual-digit{
		font: italic 16px/20px Arial, sans-serif;
	}
	.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 {
		width: 218px;
		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 {
		font: 13px/16px "PT Sans", Arial, sans-serif;
	}
	.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 {
		font: 13px/16px "PT Sans", Arial, sans-serif;		
		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;
	font-family: "Open-sans", sans-serif;
	max-height: 93px;
}
.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;
	font-family: Open sans;
	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 {
		font: 15px/16px "PT Sans", Arial, sans-serif;
	}
}
@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{
		font: italic 20px/20px Arial, sans-serif;
	}
	.product-description  .catalog-price__label{
		font: 13px/15px "PT Sans", Arial, sans-serif;
	}
	.showcase .catalog-price__actual-digit{
	font: italic 14px/20px Arial, sans-serif;
}
}
@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;
}

.contactsRetailSite{
	color:#22a9ab;
}
/* End */


/* Start:/local/templates/electro/styles/news.css?16911356001347*/
.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/electro/components/bitrix/sale.location.selector.search/.default/style.css?16911356006373*/
/* 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:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?160084806964*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/templates/electro/template_styles.css?16911356008540*/
* {
	-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/electro/images/img/search-icon.png') no-repeat center center;
}

.l-header {
    padding-bottom:13px!important;
    padding-top:15px!important;
}
.category-bar{
   padding-bottom: 10px;
}

.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 0 2px 50px;
	padding: 0 10px 0 0;
}
.category-bar{
	position: relative;
}
.favorites__label{
	display:block;
	padding-top: 5px;
}

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

.user__city_icon{
	background:url('/local/templates/electro/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/electro/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/electro/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/electro/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: #22a9ab;
		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/electro/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/electro/fl.png) no-repeat;
    cursor: pointer;
}
#id-radio-inline-2 > label {
    background: url(/local/templates/electro/yl.png) no-repeat;
    cursor: pointer;
}
#id-radio-inline-8 > label {
    background: url(/local/templates/electro/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/electro/fl.png) no-repeat;cursor: pointer;}
.label-person-type1:hover {background:url(/local/templates/electro/flchecked.png) no-repeat;}
.label-person-type2{display: block;height:45px; width:180px;background:url(/local/templates/electro/yl.png) no-repeat;cursor: pointer;}
.label-person-type2:hover {background:url(/local/templates/electro/ylchecked.png) no-repeat;}
.label-person-type8{display: block;height:45px; width:180px;background:url(/local/templates/electro/ip.png) no-repeat;cursor: pointer;}
.label-person-type8:hover {background:url(/local/templates/electro/ipchecked.png) no-repeat;}
.radio-inline input:checked + label {background:url(/local/templates/electro/flchecked.png) no-repeat;}
.radio-inline+.radio-inline input:checked + label {background:url(/local/templates/electro/ylchecked.png) no-repeat;}
.radio-inline+.radio-inline+.radio-inline input:checked + label {background:url(/local/templates/electro/ipchecked.png) no-repeat;}

.l-mob-bar{z-index:1000}
.erorpage_new{
	background: url(/local/templates/electro/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/electro/plugins/fancybox/jquery.fancybox.css?16911356004895 */
/* /local/templates/electro/plugins/owl/owl.carousel.css?16911356004614 */
/* /local/templates/electro/styles/common.css?1770884772241038 */
/* /local/templates/electro/js/glass/style.css?1691135600294 */
/* /local/templates/electro/styles/color.css?16911356002089 */
/* /local/templates/electro/styles/additional.css?169113560017036 */
/* /local/templates/electro/styles/news.css?16911356001347 */
/* /local/templates/electro/components/bitrix/sale.location.selector.search/.default/style.css?16911356006373 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?160084806964 */
/* /local/templates/electro/template_styles.css?16911356008540 */
