

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

/* End */


/* Start:/local/templates/redigital_default/styles/common.css?1768824284248448*/
/* 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(//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;
}

/**
 * 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;
}
@media screen and (min-width: 600px){
html .des-new-count {
    margin-bottom: 10px;
    width: 50%;
    margin-right: 20px;
    margin-top: 3px;
    display: flex;
    align-items: center;
}}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}
@media screen and (min-width: 600px){
html .product-bar__inner {
    max-width: 100%;
}}
/* 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/redigital_default/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("/local/templates/redigital_default/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("/local/templates/redigital_default/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("/local/templates/redigital_default/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("/local/templates/redigital_default/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: #f4f4f4;
  color: #555;
  font-size: 16px;
  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 28px/28px "PT Sans", Arial, sans-serif;
}

/* line 69, ../sass/styles.scss */
h2, .g-h2 {
  margin: 20px 0 10px;
  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: #ff7d00;
  text-decoration: none;
}

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

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

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

/* line 96, ../sass/styles.scss */
.g-label:hover {
  color: #ff7d00;
  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: 80px;
}
.c-list__wrapper-table .gui-button.butt_add_basket,
.c-gallery__wrapper .gui-button.butt_add_basket{
  min-width: 140px;
}
.c-list__wrapper-table .input-touchspin{
  float: right; 
  margin-bottom: 10px;
}
/* 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/redigital_default/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;
}

/* 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/redigital_default/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: 11px;
  right: 0px;
  font-size: 35px;
  font-weight: 200;
  background-image: none;
  color: #cccccc;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 209, ../sass/styles.scss */
.promo-col-main_middle .owl-nav {
  display: 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;
  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: 20px;
}

/* 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: 15px; */
}
/* 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/redigital_default/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: 12px 0;
}

/* 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;
}
html .best-products-list__text{    font-size: 13px;}
/* line 359, ../sass/styles.scss */
.best-products-list__title {
  margin: 0 20px 0 0;
  font: 19px/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 35px;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.breadcrumbs:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 389, ../sass/styles.scss */
.breadcrumbs__item {
  float: left;
  margin: 0 7px 0 0;
  color: #ff7d00;
  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: #ff7d00;
  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: 180px;
  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: 180px;
  margin: 0;
  /* line-height: 215px; */
}

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

/* line 420, ../sass/styles.scss */
.catalog__title {
  display: block;
  height: 32px;
  overflow: hidden;
  margin: 0 0 4px;
  font: 15px/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: #202020;
  font: italic 18px/20px Arial, sans-serif;
  white-space: nowrap;
}
.c-gallery__wrapper .catalog-price__actual-digit {
      margin-bottom: 10px;
}
/* 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-product.hide_sec_item {
  opacity: 0;
}
.catalog__item:hover .catalog-description {
  opacity: 1;
} */

/* line 434, ../sass/styles.scss */
.catalog-description__item {
  margin: 0 0 7px;
}
.catalog-description__item .product-submit_buy{
  padding: 9px 0px;
}

/* 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/redigital_default/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/redigital_default/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/redigital_default/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%;*/
      width: calc(100% - 147px);
}

/* 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: 145px;
  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: 15px/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 {
  height: 25px;
}

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

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

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

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

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

/* line 553, ../sass/styles.scss */
.catalog-menu-sub-item_product:before {
  content: '';
  position: absolute;
  top: 211px;
  left: -6px;
  width: 14px;
  height: 16px;
  background: url(/local/templates/redigital_default/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: #ff7d00;
}

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

.lupa {
  position: absolute;
  top: 86%;
  left: 84%;
  transform: scale(1);
  z-index: 9;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.product-bar__inner {
  /*margin: 0 0 0 380px;*/
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding-top: 30px;
  padding-left: 15px;
}

/* 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/redigital_default/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: #ff7d00;
}

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

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

/* line 631, ../sass/styles.scss */
.sum-result__detail {
  display: block;
  color: #585f69;
  font: 11px/12px "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;
  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;
}

/* 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;
}
.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 {
	float: right;
  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/redigital_default/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: #ff7d00;
}

/* 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/redigital_default/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: #ff7d00;
}

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

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

/* 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/redigital_default/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: #ff7d00;
}

/* 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: #ff7d00;
  font: 30px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

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

/* 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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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: #ff7d00;
  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: #ff7d00;
  font: 13px/16px Arial, sans-serif;
}

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

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

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

/* line 1144, ../sass/styles.scss */
.news-detail-bar__date {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  color: #555;
  font: 12px/15px "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: #ff7d00;
  font: 13px/16px Arial, sans-serif;
}

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

/* 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;
  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: #ff7d00;
  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;*/
  margin: 0;
}
/* 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;
}
 .detail .select{
  width: calc(100% - 62px);
}
.detail .select input{
  width: 100%;
}
/* 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: 300px;
  margin: 0 -300px 0 0;
}

/* line 1331, ../sass/styles.scss */
.product-preview {
  position: relative;
  display: block;
  height: 348px;
  margin: 0 0 10px;
  border: 1px solid #e3e3e3;
  text-decoration: none;
  line-height: 348px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

/* line 1332, ../sass/styles.scss */
.product-detail .product-preview .owl-dots {
  display: none;
}

/* line 1333, ../sass/styles.scss */
.product-preview .catalog-stickers {
  top: 20px;
  left: 20px;
}

/* line 1334, ../sass/styles.scss */
.product-detail .catalog-stickers {
  z-index: 2;
}

/* line 1335, ../sass/styles.scss */
.product-preview .catalog-add-info {
  bottom: 56px;
}

/* line 1336, ../sass/styles.scss */
.product-detail .catalog-add-info {
  z-index: 2;
}

/* line 1337, ../sass/styles.scss */
.product-preview__icon {
  max-width: 100%;
  max-height: 346px;
  margin: 0 auto;
  vertical-align: middle;
}

/* line 1338, ../sass/styles.scss */
.product-detail.js-element .product-preview .product-preview__icon {
  max-width: 85%;
  max-height: 270px;
  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/redigital_default/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%;
  padding: 0 0 0 310px;
  box-sizing: border-box;
  display: flex;
}

/* line 1360, ../sass/styles.scss */
.product-description__inner {
  /*margin: 0 0 0 380px;*/
  display: inline-block;
}

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

/* 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 24px;
  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;
  width: 280px;
  margin: 0;*/
}

@media (max-width: 940px) {
  .product-bar__inner {
    margin: 0;
  }
  .product-bar {
    width: 100%;
  }
}

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

.desc-title-hide {
  margin: 0 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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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: #ff7d00;
  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 {
  margin: 0 -3% 0 0;
  padding: 0;
  list-style-type: none;
}

/* ^_^ */
.sections-list-new {
  margin: 0;
}

/* 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: #ff7d00;
  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: 42px;
    height: 34px;
    /* padding-left: 6px; */
    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/redigital_default/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/redigital_default/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: #ff7d00;
  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/redigital_default/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: none;
}

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

/* line 1786, ../sass/styles.scss */
.error_input {
  color: red !important;
  border: 1px solid red !important;
}

/* line 1787, ../sass/styles.scss */
.location-block-wrapper .dropdown-block:hover {
  border-color: #989898;
  color: #555;
}

/* line 1788, ../sass/styles.scss */
.location-block-wrapper .dropdown-block {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset, 0 0 0 50px #fff inset;
}

/* line 1789, ../sass/styles.scss */
.cart_info_box {
  display: block;
}

/* line 1790, ../sass/styles.scss */
.cart-checkbox {
  display: none;
}

/* line 1791, ../sass/styles.scss */
.btn.btn3.clearitems {
  height: 34px;
  padding: 6px 30px;
}

/* line 1792, ../sass/styles.scss */
.button_order_cart {
  float: none;
  font-size: 14px;
  height: 24px;
  margin-top: 6px;
  padding: 0;
  width: 57%;
}

/* line 1793, ../sass/styles.scss */
.hiddensubmit {
  display: none;
}

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

/* line 1795, ../sass/styles.scss */
.num-404-error {
  color: #ffd203;
  font-size: 120px;
  line-height: 95px;
}

/* line 1796, ../sass/styles.scss */
.text-404-error {
  color: #878787;
  font-size: 24px;
  padding-top: 40px;
}

/* line 1797, ../sass/styles.scss */
.erorpage {
  background: url(/local/templates/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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: 20px 0;
}

/* line 1810, ../sass/styles.scss */
.product-share .b-share {
  padding: 0 !important;
}

/* line 1811, ../sass/styles.scss */
.product-share .b-share .b-share__handle {
  padding: 0 4px 0 0 !important;
}

/*--ANIMATE--*/
@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}
/* line 1848, ../sass/styles.scss */
.square-spin > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #ffd203;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

/*--/animate--*/
/*--rs_easycart--*/
/*#rs_easycart{position:fixed;bottom:0px;width:100%;}*/
/* line 1859, ../sass/styles.scss */
#rs_easycart .rsec {
  width: 100%;
  font-size: 13px;
}

/* line 1860, ../sass/styles.scss */
#rs_easycart img, #rs_easycart form, #rs_easycart table, #rs_easycart table td, #rs_easycart hr, #rs_easycart input {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 1861, ../sass/styles.scss */
#rs_easycart table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1862, ../sass/styles.scss */
#rs_easycart .rsec input[type="button"], #rs_easycart .rsec input[type="submit"], #rs_easycart .rsec input[type="reset"] {
  font-size: 13px;
  -webkit-appearance: none;
}

/* line 1863, ../sass/styles.scss */
#rs_easycart .rsec, #rs_easycart .rsec_in {
  width: 100%;
  margin: 0 auto;
}

/*#rs_easycart div, #rs_easycart .rsec_headers a{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}*/
/*#rs_easycart .rsec_iconka{display:inline-block;font-size:0;vertical-align:middle;}*/
/* line 1866, ../sass/styles.scss */
#rs_easycart .rsec_nowrap {
  white-space: nowrap;
}

/* line 1867, ../sass/styles.scss */
#rs_easycart .rsec_clearfix:after {
  display: block;
  clear: both;
  content: " ";
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* line 1868, ../sass/styles.scss */
#rs_easycart .rsec_block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/local/templates/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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/redigital_default/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: 195px;
  }

  /* line 14, ../sass/styles_1240.scss */
  .l-wrapper {
    /* overflow: hidden; */
  }

  /* line 16, ../sass/styles_1240.scss */
  .modification__info {
    width: 45%;
  }

  /* line 18, ../sass/styles_1240.scss */
  .promo-slider-description__price {
    font-size: 23px;
  }

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

  /* line 22, ../sass/styles_1240.scss */
  .sort_extra .sort-help {
    display: none;
  }

  /* line 23, ../sass/styles_1240.scss */
  .sort_extra .sort-list {
    display: none;
  }

  /* line 24, ../sass/styles_1240.scss */
  .sort-pages {
    display: none;
  }

  /* line 26, ../sass/styles_1240.scss */
  .pager-bar {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 27, ../sass/styles_1240.scss */
  .pager {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  /* line 1, ../sass/styles_1024.scss */
  .catalog__item {
    width: 33%;
  }

  /* line 3, ../sass/styles_1024.scss */
  .catalog-menu-sub-wrapper {
    width: 660px;
  }

  /* line 5, ../sass/styles_1024.scss */
  .catalog-menu-sub-item_product {
    display: none;
  }

  /* line 7, ../sass/styles_1024.scss */
  .cart-head__filter .catalog-filter {
    margin-bottom: 0;
  }

  /* line 9, ../sass/styles_1024.scss */
  .cart-content-head {
    display: none;
  }

  /* line 11, ../sass/styles_1024.scss */
  .cart-icon {
    width: 20%;
  }

  /* line 12, ../sass/styles_1024.scss */
  .cart-info {
    width: 72%;
  }

  /* line 13, ../sass/styles_1024.scss */
  .cart-digit {
    width: auto;
    max-width: 30%;
    margin-bottom: 7px;
    margin-right: 8%;
  }

  /* line 14, ../sass/styles_1024.scss */
  .cart-digit-name {
    display: block;
  }

  /* line 15, ../sass/styles_1024.scss */
  .cart-amount {
    width: 20%;
  }

  /* line 16, ../sass/styles_1024.scss */
  .cart-action {
    width: 78%;
    text-align: left;
  }

  /* line 17, ../sass/styles_1024.scss */
  .cart-action__label {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    margin: 0 5px 0 0;
    padding: 5px 17px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #202002;
    font: 15px/20px "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: 10px;
  }

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

  .l-content {
    float: none;
  }

  .l-container {
    margin-left: 0;
  }

  .product-col {
    float: none;
    margin-right: 0;
  }

  .product-title-bar {
    float: none;
    padding-left: 0;
  }

  .product-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .product-description {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
  }

  .product-bar__inner {
    max-width: 200px;
    padding-left: 20px;
  }
  .product-menu__item.mob-tab__wi {
    display: block;
  }

  .tabs_elem, .product-menu {
    display: none;
  }

  .product-menu__item.mob-tab__wi {
    display: block;
  }

  .tabs_elem, .product-menu {
    display: none;
  }

  .product-description__inner {
    margin-left: 0;
  }

  .tabs_elem, .product-menu {
    display: none;
  }

  .tabs_elem.tabs_elem-active {
    display: block;
  }

  .product-content__info {
    max-height: 137px;
    overflow: hidden;
  }

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

}
@media (max-width: 660px) {
  /* line 1, ../sass/styles_660.scss */
  .l-toppanel {
    display: none;
  }
.c-gallery__content.c-gallery__content_order{
  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;
    padding-top: 10px;
  }

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

  .catalog-description__add-cart{
    width: 100%;
  }

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

  /* line 63, ../sass/styles_660.scss */
  .c-gallery__button_c_f {
    position: absolute;
    bottom: 0;
  }

  /* line 64, ../sass/styles_660.scss */
  .c-gallery__content_order {
    width: 100px;
  }

  /* line 65, ../sass/styles_660.scss */
  .c-gallery__content_order .c-gallery__amount {
    display: none;
  }

  /* line 66, ../sass/styles_660.scss */
  .gallery__params__item {
    margin: 0 10px 0 0;
  }

  /* line 67, ../sass/styles_660.scss */
  .count_compare {
    display: none !important;
  }

  /* line 68, ../sass/styles_660.scss */
  .c-list__order {
    margin-left: 0;
  }

  /* line 69, ../sass/styles_660.scss */
  .c-list__item .catalog-price__old {
    display: none;
  }

  /* line 70, ../sass/styles_660.scss */
  .c-list__price {
    margin-right: 0;
    width: 27%;
    text-align: right;
  }

  /* line 72, ../sass/styles_660.scss */
  .c-list__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 73, ../sass/styles_660.scss */
  .c-list__icon {
    width: 12%;
    margin-right: 1%;
  }

  /* line 74, ../sass/styles_660.scss */
  .c-list__info {
    width: 60%;
  }

  /* line 75, ../sass/styles_660.scss */
  .c-list-catalog-price {
    text-align: right;
    white-space: nowrap;
  }

  /* line 76, ../sass/styles_660.scss */
  .c-list__stickers {
    top: -7px;
    left: -10px;
  }

  /* line 78, ../sass/styles_660.scss */
  .characteristics__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }

  /* line 79, ../sass/styles_660.scss */
  .characteristics__item:last-child {
    margin-bottom: 7px;
  }

  /* line 80, ../sass/styles_660.scss */
  .g-product-img {
    max-width: 100%;
  }

  /* line 82, ../sass/styles_660.scss */
  .compare {
    margin-bottom: 30px;
  }

  /* line 83, ../sass/styles_660.scss */
  .compare-sidebar {
    width: 150px;
  }

  /* line 84, ../sass/styles_660.scss */
  .compare-container {
    margin-left: 170px;
  }

  /* line 85, ../sass/styles_660.scss */
  .compare-list__item {
    margin-bottom: 10px;
  }

  /* line 88, ../sass/styles_660.scss */
  .dropdown_cart {
    position: static;
  }

  /* line 89, ../sass/styles_660.scss */
  .dropdown_cart .dropdown-menu {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 90, ../sass/styles_660.scss */
  .dropdown_cart .dropdown-menu:before {
    right: 22px;
  }

  /* line 91, ../sass/styles_660.scss */
  .drop-cart-list__content_icon {
    width: 30%;
  }

  /* line 92, ../sass/styles_660.scss */
  .drop-cart-list__content_description {
    width: 62%;
  }

  /* line 93, ../sass/styles_660.scss */
  .drop-cart-list__content_amount {
    float: right;
    width: 38%;
  }

  /* line 94, ../sass/styles_660.scss */
  .drop-cart-list__content_price {
    float: right;
    width: 38%;
  }

  /* line 96, ../sass/styles_660.scss */
  .documentation {
    margin-bottom: 0;
  }

  /* line 97, ../sass/styles_660.scss */
  .documentation__item {
    width: 48%;
    margin-right: 2%;
  }

  /* line 99, ../sass/styles_660.scss */
  .feedback-menu {
    display: none;
  }

  /* line 101, ../sass/styles_660.scss */
  .feedback-menu-multi {
    display: block;
  }

  /* line 103, ../sass/styles_660.scss */
  .feedback-list__name {
    width: 30%;
  }

  /* line 104, ../sass/styles_660.scss */
  .feedback-list__value {
    width: 63%;
  }

  /* line 106, ../sass/styles_660.scss */
  .footer-copyright {
    margin-bottom: 27px;
  }

  /* line 107, ../sass/styles_660.scss */
  .footer-contacts {
    float: none;
  }

  /* line 108, ../sass/styles_660.scss */
  .footer-contacts__item {
    margin-bottom: 6px;
  }

  /* line 109, ../sass/styles_660.scss */
  .footer-composite {
    float: none;
    text-align: center;
  }

  /* line 111, ../sass/styles_660.scss */
  .l-header {
    display: none;
  }

  /* line 112, ../sass/styles_660.scss */
  .header__item_first {
    width: 100%;
    margin-right: 0;
  }

  /* line 113, ../sass/styles_660.scss */
  .header__item_last {
    width: 100%;
  }

  /* line 114, ../sass/styles_660.scss */
  .header__block {
    margin-right: 0;
  }

  /* line 116, ../sass/styles_660.scss */
  .locationbig .item {
    width: 45%;
  }

  /* line 118, ../sass/styles_660.scss */
  .menu {
    float: none;
    height: auto;
    overflow: visible;
    text-align: center;
    display: none;
  }

  /* line 119, ../sass/styles_660.scss */
  .menu__item {
    float: none;
    margin-bottom: 17px;
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }

  /* line 121, ../sass/styles_660.scss */
  .modification__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 122, ../sass/styles_660.scss */
  .modification__icon {
    margin-right: 1%;
  }

  /* line 123, ../sass/styles_660.scss */
  .modification__info {
    width: 69%;
  }

  /* line 124, ../sass/styles_660.scss */
  .modification__price {
    display: block;
    width: auto;
  }

  /* line 125, ../sass/styles_660.scss */
  .mod-catalog-price {
    text-align: left;
  }

  /* line 126, ../sass/styles_660.scss */
  .modification__order {
    margin-left: 85px;
  }

  /* line 127, ../sass/styles_660.scss */
  .modification__stickers {
    top: -7px;
    left: -10px;
  }

  /* line 128, ../sass/styles_660.scss */
  .catalog-stickers__item_mod {
    width: 10px;
    height: 80px;
    padding-top: 0;
    text-indent: -500px;
  }

  /* line 129, ../sass/styles_660.scss */
  .catalog-stickers__item_mod.catalog-stickers__item_favorite {
    background: #ff8201;
  }

  /* line 130, ../sass/styles_660.scss */
  .catalog-stickers__item_mod.catalog-stickers__item_cheap {
    background: #3ca4f6;
  }

  /* line 132, ../sass/styles_660.scss */
  .news-side-list__item {
    margin-bottom: 24px;
  }

  /* line 133, ../sass/styles_660.scss */
  .news-side-bar__date {
    font-size: 13px;
  }

  /* line 134, ../sass/styles_660.scss */
  .news-side-list__label {
    font-size: 14px;
  }

  /* line 136, ../sass/styles_660.scss */
  .news-detail__img {
    max-width: 100%;
  }

  /* line 138, ../sass/styles_660.scss */
  .owl-nav {
    display: none;
  }

  /* line 140, ../sass/styles_660.scss */
  .order-result {
    width: 100%;
  }

  /* line 142, ../sass/styles_660.scss */
  .popup {
    width: auto;
  }

  /* line 143, ../sass/styles_660.scss */
  .popup-cart-button {
    width: 100%;
  }

  /* line 145, ../sass/styles_660.scss */
  .c-list__content.c-list__order {
    display: none;
  }

  /* line 147, ../sass/styles_660.scss */
  .promo-col-main {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 148, ../sass/styles_660.scss */
  .promo-col-left {
    display: none;
  }

  /* line 149, ../sass/styles_660.scss */
  .promo-col-right {
    display: none;
  }

  /* line 150, ../sass/styles_660.scss */
  .product-detail .detailBigSlider {
    max-height: 112%;
    overflow: hidden;
  }

  /* line 151, ../sass/styles_660.scss */
  .product-detail .product-gallery {
    display: none;
  }

  /* line 153, ../sass/styles_660.scss */
  .promo-slider {
    padding-bottom: 25px;
  }

  /* line 154, ../sass/styles_660.scss */
  .promo-slider .owl-dots {
    bottom: -30px;
    margin: 10px 0 0;
    text-align: center;
  }

  /* line 155, ../sass/styles_660.scss */
  .promo-slider .owl-dot {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  /* line 157, ../sass/styles_660.scss */
  .promo-slider-list__label {
    height: 180px;
  }

  /* line 159, ../sass/styles_660.scss */
  .promo-slider-description__title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
  }

  /* line 160, ../sass/styles_660.scss */
  .promo-slider-description__info {
    display: none;
  }

  /* line 161, ../sass/styles_660.scss */
  .promo-slider-description__price {
    font-size: 16px;
  }

  /* line 163, ../sass/styles_660.scss */
  .products-side-list__detail {
    width: auto;
  }

  /* line 165, ../sass/styles_660.scss */
  .product-col {
    float: none;
    margin-right: 0;
  }

  /* line 166, ../sass/styles_660.scss */
  .product-title-bar {
    float: none;
    padding-left: 0;
  }

  /* line 167, ../sass/styles_660.scss */
  .product-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* line 168, ../sass/styles_660.scss */
  .product-preview {
    margin-left: -10px;
    margin-right: -10px;
    overflow: visible;
  }

  /* line 169, ../sass/styles_660.scss */
  .product-detail .product-preview .detailBigSlider .owl-dots {
    /*display: block;*/
    display: none;
  }

  /* line 170, ../sass/styles_660.scss */
  .product-detail .product-preview .detailBigSlider .owl-dots .owl-dot {
    margin: 27px 8px 0 0;
  }

  /* line 171, ../sass/styles_660.scss */
  .product-zoom {
    display: none;
  }

  /* line 172, ../sass/styles_660.scss */
  .product-description {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
  }

  /* line 173, ../sass/styles_660.scss */
  .product-description__inner {
    margin-left: 0;
  }

  /* line 176, ../sass/styles_660.scss */
  .product-menu__item {
    display: block;
    margin-right: 0;
  }

  /* line 178, ../sass/styles_660.scss */
  .product-content__info {
    max-height: 137px;
    overflow: hidden;
  }

  /* line 179, ../sass/styles_660.scss */
  .product-content__switcher {
    display: inline-block;
  }

  /* line 182, ../sass/styles_660.scss */
  .reviews__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 183, ../sass/styles_660.scss */
  .reviews__more {
    display: block;
  }

  /* line 185, ../sass/styles_660.scss */
  .sections__item {
    width: 47%;
  }

  /* line 187, ../sass/styles_660.scss */
  .set-list__plus {
    left: -4px;
  }

  /* line 189, ../sass/styles_660.scss */
  .set-bar__economy {
    display: block;
  }

  /* line 190, ../sass/styles_660.scss */
  .set-bar__buttons {
    float: none;
    clear: both;
  }

  /* line 192, ../sass/styles_660.scss */
  .side-menu_profile {
    display: none;
  }

  /* line 194, ../sass/styles_660.scss */
  .scan-sort {
    margin-bottom: 10px;
  }

  /* line 195, ../sass/styles_660.scss */
  .scan-more {
    display: block;
  }

  /* line 196, ../sass/styles_660.scss */
  .scan-list__item {
    width: 50%;
  }

  /* line 197, ../sass/styles_660.scss */
  .scan-pager {
    display: none;
  }

  /* line 199, ../sass/styles_660.scss */
  .shops-filter {
    float: none;
    padding-top: 0;
    padding-left: 0;
  }

  /* line 200, ../sass/styles_660.scss */
  .shops-content {
    float: none;
    margin-bottom: 20px;
  }

  /* line 201, ../sass/styles_660.scss */
  .shops-container {
    margin-left: 0;
  }

  /* line 202, ../sass/styles_660.scss */
  .shops-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* line 203, ../sass/styles_660.scss */
  .shops-list-bar {
    max-height: 265px;
  }

  /* line 205, ../sass/styles_660.scss */
  .social {
    float: none;
    margin-bottom: 26px;
    text-align: center;
  }

  /* line 207, ../sass/styles_660.scss */
  .sort {
    margin-bottom: 10px;
  }

  /* line 209, ../sass/styles_660.scss */
  .slider-side .owl-dots {
    text-align: center;
  }

  /* line 210, ../sass/styles_660.scss */
  .slider-side .owl-dot {
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  /* line 211, ../sass/styles_660.scss */
  .slider-side .owl-dot:first-child {
    margin-right: 7px;
  }

  /* line 213, ../sass/styles_660.scss */
  .statistic-sum {
    display: none;
  }

  /* line 214, ../sass/styles_660.scss */
  .statistic-product {
    display: none;
  }

  /* line 216, ../sass/styles_660.scss */
  .sum-result {
    width: 100%;
    margin-left: 0;
  }

  /* line 218, ../sass/styles_660.scss */
  .news-list__item > div {
    width: 100%;
    padding-top: 10px;
  }

  /* line 219, ../sass/styles_660.scss */
  .sort-list {
    margin: 0 0 5px 0;
  }

  /* line 220, ../sass/styles_660.scss */
  .sort-list__item__num {
    display: none;
  }

  /* line 222, ../sass/styles_660.scss */
  .c-gallery__price {
    height: 59px;
    line-height: 1px;
  }

  /* line 225, ../sass/styles_660.scss */
  .tabs_elem, .product-menu {
    display: none;
  }

  /* line 226, ../sass/styles_660.scss */
  .tabs_elem.tabs_elem-active {
    display: block;
  }

  /* line 227, ../sass/styles_660.scss */
  .product-menu__item.mob-tab__wi {
    display: block;
  }

  /* line 230, ../sass/styles_660.scss */
  .colors-cover__icon {
    width: 36px;
    height: 36px;
  }

  /* line 232, ../sass/styles_660.scss */
  .block-660 {
    display: block;
  }

  /* line 234, ../sass/styles_660.scss */
  .cart-head__sum {
    max-width: 50%;
    margin: 0;
  }

  /* line 235, ../sass/styles_660.scss */
  .set.drop-active {
    border: none;
  }

  /* line 237, ../sass/styles_660.scss */
  .catalog-price__actual {
    margin: 0 9px 0 0;
  }

  /* line 238, ../sass/styles_660.scss */
  .catalog-price__from {
    display: none;
  }
}
@media (max-width: 558px) {
  /* line 1, ../sass/styles_558.scss */
  .gallery__params_star {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 1, ../sass/styles_480.scss */
  .product-gallery .owl-prev {
    left: -44px;
  }

  /* line 2, ../sass/styles_480.scss */
  .product-gallery .owl-next {
    right: -44px;
  }

  /* line 4, ../sass/styles_480.scss */
  .c-list__order {
    float: none;
    margin-left: 74px;
  }

  /* line 6, ../sass/styles_480.scss */
  .cart-action {
    margin-top: 5px;
  }

  /* line 8, ../sass/styles_480.scss */
  .cart-amount {
    max-width: 56px;
    margin-top: 5px;
    min-width: 50px;
  }

  /* line 10, ../sass/styles_480.scss */
  .catalog-filter__item {
    margin-right: 3px;
  }

  /* line 11, ../sass/styles_480.scss */
  .catalog-filter__label {
    padding-left: 3px;
    padding-right: 3px;
  }

  /* line 13, ../sass/styles_480.scss */
  .catalog-marks__item_benefits {
    display: none;
  }

  /* line 15, ../sass/styles_480.scss */
  .counter {
    display: none;
  }

  /* line 17, ../sass/styles_480.scss */
  .popup-cart-list__description {
    width: 50%;
  }

  /* line 18, ../sass/styles_480.scss */
  .popup-cart-list__price {
    width: auto;
    margin-left: 92px;
  }

  /* line 20, ../sass/styles_480.scss */
  .promo-code__input {
    margin-bottom: 5px;
  }

  /* line 22, ../sass/styles_480.scss */
  .promo-slider-description {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  /* line 24, ../sass/styles_480.scss */
  .set-bar__button {
    margin-bottom: 5px;
  }

  /* line 26, ../sass/styles_480.scss */
  .sum-result {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  /* line 29, ../sass/styles_480.scss */
  .view__switcher_bigitemmob {
    display: block;
  }

  /* line 30, ../sass/styles_480.scss */
  .view__switcher_list {
    display: none;
  }

  /* line 31, ../sass/styles_480.scss */
  .l-catalog-content li.catalog__item-big {
    width: 100%;
  }

  /* line 33, ../sass/styles_480.scss */
  .c-gallery__box {
    float: none;
  }

  /* line 34, ../sass/styles_480.scss */
  .c-gallery__content_order {
    margin-left: 140px;
    float: none;
  }

  /* line 35, ../sass/styles_480.scss */
  .c-gallery__content_info {
    margin-right: 0;
    height: auto;
  }

  /* line 36, ../sass/styles_480.scss */
  .c-list__info .c-list__wrapper {
    display: none;
  }

  /* line 37, ../sass/styles_480.scss */
  .price_block_gallery {
    position: relative;
  }

  /* line 38, ../sass/styles_480.scss */
  .c-gallery__content_order .catalog-price__from {
    display: none;
  }

  /* line 39, ../sass/styles_480.scss */
  .c-gallery__params, .c-gallery__wrapper, .catalog-price__old {
    display: none;
  }

  /* line 40, ../sass/styles_480.scss */
  .c-gallery-list .catalog-price {
    text-align: left;
  }

  /* line 41, ../sass/styles_480.scss */
  .c-gallery__price {
    line-height: 1px;
  }

  /* line 42, ../sass/styles_480.scss */
  .c-gallery__img {
    max-width: 90px;
    max-height: 70px;
  }

  /* line 43, ../sass/styles_480.scss */
  .c-gallery__price {
    height: auto;
  }

  /* line 44, ../sass/styles_480.scss */
  .c-gallery__item {
    min-height: 70px;
    height: auto;
  }

  /* line 46, ../sass/styles_480.scss */
  .c-gallery__price, .c-gallery__price.c-gallery__price_long {
    height: auto;
  }

  /* line 48, ../sass/styles_480.scss */
  .none-400 {
    display: none;
  }

  /* line 49, ../sass/styles_480.scss */
  .block-400 {
    display: block;
  }

  /* line 51, ../sass/styles_480.scss */
  .view {
    float: right;
    width: 35px;
    margin-left: 1%;
  }

  /* line 52, ../sass/styles_480.scss */
  .sort-compare-label .sort-compare-icon .mob-icon__img {
    font-size: 25px;
    line-height: 29px;
  }

  /* line 54, ../sass/styles_480.scss */
  .news-side .news-side-list img, .news-side .news-side-list__img {
    width: 100%;
  }

  /* line 56, ../sass/styles_480.scss */
  .catalog-stickers {
    display: none;
  }

  /* line 58, ../sass/styles_480.scss */
  .sort-compare {
    margin-left: -5px;
  }

  /* line 60, ../sass/styles_480.scss */
  .c-list__content {
    display: block;
    float: left;
  }

  /* line 61, ../sass/styles_480.scss */
  .c-list__price, .c-list__info {
    width: 61%;
    height: auto;
  }

  /* line 62, ../sass/styles_480.scss */
  .c-list__icon {
    width: 31%;
    margin-right: 8%;
    min-height: 70px;
  }

  /* line 63, ../sass/styles_480.scss */
  .c-list-catalog-price {
    text-align: left;
    margin: 10px 0 0;
  }

  /* line 64, ../sass/styles_480.scss */
  .c-list__params {
    display: none;
  }

  .catalog-description__availability{
    float: left;
  }
}

.similar {
  overflow: auto;
  /* @include respond-to($mobile){
    
  } */ }
  @media only screen and (min-width: 769px) {
    .similar {
      display: flex;
      flex-wrap: wrap; } }

.similar__title {
  margin-bottom: 0.5rem; }

.similar__wrapper {
  /* display: block; */
  flex-shrink: 0;
  width: 8rem;
  padding: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fff;
  border: 2px solid #ddd;
  text-align: center; }
  .similar__wrapper:hover {
    border-color: #ff7d00; }
  @media only screen and (max-width: 768px) {
    .similar__wrapper {
      display: inline-block;
      vertical-align: top;
      width: 130px;
      margin-right: 5px;
      /* margin-right: 5px;
      margin-bottom: 5px;
      width: 49%;
      float: left;
      */ }
      .similar__wrapper:last-child(even) {
        margin-right: 0px; } }

@media only screen and (min-width: 769px) {
  .similar__wrapper > img {
    max-height: 6.25rem; } }
@media only screen and (max-width: 768px) {
  .similar__wrapper > img {
    height: 100px; } }

.similar__name {
  text-align: center;
  font-size: 1rem;
  padding-top: 10px; }
  @media only screen and (min-width: 769px) {
    .similar__name {
      font-size: 0.8rem; } }

.cart-order__detail .order-list__item .pecom_pvzLair .IPECOM_selectPVZ{
    background-color: #ff7d00;
    color:white!important;
    text-decoration: none;
    padding:10px;
    border-radius:3px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin:5px;
}
.cart-order__detail .order-list__item .pecom_pvzLair .IPECOM_selectPVZ:hover{
    background-color: #df7108;    
}
.cart-order__detail .order-list__item .SDEK_selectPVZ{
    background-color: #ff7d00;
    color:white!important;
    text-decoration: none;
    padding:10px;
    border-radius:3px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin:5px;
}
.cart-order__detail .order-list__item .SDEK_selectPVZ:hover{
    background-color: #df7108;    
}
.cart-order__item .cart-order__detail .order-list__item a{
    background-color: #ff7d00;
    color:white!important;
    text-decoration: none;
    padding:10px;
    border-radius:3px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin:5px;
}
.cart-order__detail .order-list__item a:hover{
    background-color: #df7108;    
}
div.form-raw__item:nth-child(2) > dl:nth-child(3){
	display: none;
}
.blog-add-comment a{
	background-color: #ff7d00;
	padding:5px!important;
	border-radius:3px;
	text-decoration: none;
	color:white;
}
.blog-add-comment a:hover{
	background-color: white;
	border:1px solid black;
    color:black;

}
#wr-tabs{
   width: 100%;
   margin: 40px auto 0;  
}
   #wr-tabs .tabs{
     background-color: #fff;
     margin-bottom: 3px;
 }
   #wr-tabs .tabs:after{
       content: "";
      display: block;
     clear: both;
        height: 0;
  }
       #wr-tabs .tabs .tab{
            float: left;
            cursor: pointer;
            border-right: 1px solid #f2f4f9;
            padding: 10px 20px;
     }
       #wr-tabs .tabs .tab:last-child{
         border-right: none;
     }
       #wr-tabs .tabs .tab:hover,
      #wr-tabs .tabs .tab.active{
         background-color: #ff7d00;;
          color: #white;
     }
   #wr-tabs .content{
      background-color: #fff;
 }
       #wr-tabs .content .tab-cont{
            display: none;
          padding: 15px 10px;
     }
       #wr-tabs .content .tab-cont.active{
         display: block;
     }
.document-block-product a{
	color: #ff7d00;
	padding:10px;
	margin:10px;	
}
.document-block-product a:before{
	font-family: FontAwesome;
	content:'\f15c';
	padding-right:10px;
	font-size:25px;
	text-decoration: none;
}
.document-block-product{
	margin-bottom:20px;
}
.instruction-block-product a{
	color: #ff7d00;
	padding:10px;
	margin:10px;	
}
.instruction-block-product a:before{
	font-family: FontAwesome;
	content:'\f02d';
	padding-right:10px;
	font-size:25px;
	text-decoration: none;
}
.special-offer-text a{
	text-decoration: none!important;
	border-bottom: none;
	font-size:17px;
	padding-left: 0px;
	margin-left:0px;
	color:#ff7d00;
}
.special-offer-text a:hover{
	text-decoration: none!important;
	border-bottom: none;
	font-size:17px;
	padding-left: 0px;
	margin-left:0px;
	color:#868d95;
}
.header-two-type {

    padding: 0;
    color: #202020;
    font: 700 20px/28px "PT Sans", Arial, sans-serif;
    text-align: center;

}
.product-item-container{
    z-index:1;
}
ul li a {
    color:#ff7d00;
    text-decoration: none;
}
ul li a:hover {
    color:#ff7d00;
    text-decoration: underline;
}
  .calc-sections-block{
  background-color: #ffa100;
  padding:20px;
  display:flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom:10px;
}
.calc-sections-block a{ 
  padding:10px;
  border:2px solid black;
  text-decoration: none;
  margin: auto auto;
  color:black;
}
.calc-sections-block span{
  color:black;
}
.calc-sections-block a:hover{ 
  color:white;
  border:2px solid white;

}
.l-container > a:nth-child(3) > img:nth-child(1){
    margin-bottom:10px;
}
@media(max-width:550px){
	.com-but-reloc{
		display:none;
	}
	body{
	overflow-x:hidden;
	}
	.bx-catalog-tab-section-container{
	width:100%!important;
	}
}
.catalog-description__item a {
	white-space: pre-wrap;
}
@media(max-width:472px){
	.mobile-case{
		display:flex;
		flex-wrap: wrap;
		justify-content:center;
	}
}
#pod_zakaz {
	margin:0 auto;
	display: block;
	background-color: #fff;
}
.to-compare-link{

    color: #ff7d00!important;
    padding:5px;
    display: none;
}
.blog-add-comment a b{
    font-weight: 400!important;
    color:#000000;
    padding: 6px 9px;
    font-family: "PT Sans", Arial, sans-serif;
}
@media screen and (min-width:890px){
.new-try-ur-but{
  text-align:left!important;
  padding-left:0px!important;
  margin-left:380px!important;
}
.com-but-reloc{
    text-align: left!important;
    padding:0 0 0 380px;
}
}
@media screen and (min-width:769px){
.com-but-reloc{
    text-align: left!important;
    padding:0 0 0 380px;
}
}
@media screen and (max-width:769px){
    .com-but-reloc{
    text-align: left!important;
    padding:0 0 20px 0;
}
}
.tabs{
color:#000;
}
/* End */


/* Start:/local/templates/redigital_default/js/glass/style.css?1768824284294*/
.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:/include/color.css?17688257842266*/
/* 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:#ff7d00;
	}


	.owl-prev:after,
	.owl-next:after,
	.brands__title,
	.feedback__mark-icon,
	.shops-list__icon,
	.shops-filter__icon
	{
		color: #ff7d00;
	}

	.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,
	.mobile-icon_section .mob-icon__img.mob-icon__img-active,
	.product-list__item:hover,
	.set-list__item:hover
	{
		border-color: #ff7d00;
	}

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

  /*MENU ICON*/
  .menu-mob .menu_icon_mob_inner {background-color:#000000;}
	
	/* BORDER */
	.detail-switcher__label_open:after {border-top-color: #;}
	.detail-switcher__label_close:after {border-bottom-color: #;}

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

/* End */


/* Start:/local/templates/redigital_default/components/bitrix/form/web_form_pod_zakaz/bitrix/form.result.new/.default/style.css?1768824284666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/redigital_default/components/bitrix/form/web_form_pod_zakaz/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/redigital_default/components/bitrix/form/web_form_pod_zakaz/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/redigital_default/template_styles.css?176882428418737*/
.pe-7s-album:before {
  content: "\e6aa";
}
.pe-7s-arc:before {
  content: "\e6ab";
}
.pe-7s-back-2:before {
  content: "\e6ac";
}
.pe-7s-bandaid:before {
  content: "\e6ad";
}
.pe-7s-car:before {
  content: "\e6ae";
}
.pe-7s-diamond:before {
  content: "\e6af";
}
.pe-7s-door-lock:before {
  content: "\e6b0";
}
.pe-7s-eyedropper:before {
  content: "\e6b1";
}
.pe-7s-female:before {
  content: "\e6b2";
}
.pe-7s-gym:before {
  content: "\e6b3";
}
.pe-7s-hammer:before {
  content: "\e6b4";
}
.pe-7s-headphones:before {
  content: "\e6b5";
}
.pe-7s-helm:before {
  content: "\e6b6";
}
.pe-7s-hourglass:before {
  content: "\e6b7";
}
.pe-7s-leaf:before {
  content: "\e6b8";
}
.pe-7s-magic-wand:before {
  content: "\e6b9";
}
.pe-7s-male:before {
  content: "\e6ba";
}
.pe-7s-map-2:before {
  content: "\e6bb";
}
.pe-7s-next-2:before {
  content: "\e6bc";
}
.pe-7s-paint-bucket:before {
  content: "\e6bd";
}
.pe-7s-pendrive:before {
  content: "\e6be";
}
.pe-7s-photo:before {
  content: "\e6bf";
}
.pe-7s-piggy:before {
  content: "\e6c0";
}
.pe-7s-plugin:before {
  content: "\e6c1";
}
.pe-7s-refresh-2:before {
  content: "\e6c2";
}
.pe-7s-rocket:before {
  content: "\e6c3";
}
.pe-7s-settings:before {
  content: "\e6c4";
}
.pe-7s-shield:before {
  content: "\e6c5";
}
.pe-7s-smile:before {
  content: "\e6c6";
}
.pe-7s-usb:before {
  content: "\e6c7";
}
.pe-7s-vector:before {
  content: "\e6c8";
}
.pe-7s-wine:before {
  content: "\e6c9";
}
.pe-7s-cloud-upload:before {
  content: "\e68a";
}
.pe-7s-cash:before {
  content: "\e68c";
}
.pe-7s-close:before {
  content: "\e680";
}
.pe-7s-bluetooth:before {
  content: "\e68d";
}
.pe-7s-cloud-download:before {
  content: "\e68b";
}
.pe-7s-way:before {
  content: "\e68e";
}
.pe-7s-close-circle:before {
  content: "\e681";
}
.pe-7s-id:before {
  content: "\e68f";
}
.pe-7s-angle-up:before {
  content: "\e682";
}
.pe-7s-wristwatch:before {
  content: "\e690";
}
.pe-7s-angle-up-circle:before {
  content: "\e683";
}
.pe-7s-world:before {
  content: "\e691";
}
.pe-7s-angle-right:before {
  content: "\e684";
}
.pe-7s-volume:before {
  content: "\e692";
}
.pe-7s-angle-right-circle:before {
  content: "\e685";
}
.pe-7s-users:before {
  content: "\e693";
}
.pe-7s-angle-left:before {
  content: "\e686";
}
.pe-7s-user-female:before {
  content: "\e694";
}
.pe-7s-angle-left-circle:before {
  content: "\e687";
}
.pe-7s-up-arrow:before {
  content: "\e695";
}
.pe-7s-angle-down:before {
  content: "\e688";
}
.pe-7s-switch:before {
  content: "\e696";
}
.pe-7s-angle-down-circle:before {
  content: "\e689";
}
.pe-7s-scissors:before {
  content: "\e697";
}
.pe-7s-wallet:before {
  content: "\e600";
}
.pe-7s-safe:before {
  content: "\e698";
}
.pe-7s-volume2:before {
  content: "\e601";
}
.pe-7s-volume1:before {
  content: "\e602";
}
.pe-7s-voicemail:before {
  content: "\e603";
}
.pe-7s-video:before {
  content: "\e604";
}
.pe-7s-user:before {
  content: "\e605";
}
.pe-7s-upload:before {
  content: "\e606";
}
.pe-7s-unlock:before {
  content: "\e607";
}
.pe-7s-umbrella:before {
  content: "\e608";
}
.pe-7s-trash:before {
  content: "\e609";
}
.pe-7s-tools:before {
  content: "\e60a";
}
.pe-7s-timer:before {
  content: "\e60b";
}
.pe-7s-ticket:before {
  content: "\e60c";
}
.pe-7s-target:before {
  content: "\e60d";
}
.pe-7s-sun:before {
  content: "\e60e";
}
.pe-7s-study:before {
  content: "\e60f";
}
.pe-7s-stopwatch:before {
  content: "\e610";
}
.pe-7s-star:before {
  content: "\e611";
}
.pe-7s-speaker:before {
  content: "\e612";
}
.pe-7s-signal:before {
  content: "\e613";
}
.pe-7s-shuffle:before {
  content: "\e614";
}
.pe-7s-shopbag:before {
  content: "\e615";
}
.pe-7s-share:before {
  content: "\e616";
}
.pe-7s-server:before {
  content: "\e617";
}
.pe-7s-search:before {
  content: "\e618";
}
.pe-7s-film:before {
  content: "\e6a5";
}
.pe-7s-science:before {
  content: "\e619";
}
.pe-7s-disk:before {
  content: "\e6a6";
}
.pe-7s-ribbon:before {
  content: "\e61a";
}
.pe-7s-repeat:before {
  content: "\e61b";
}
.pe-7s-refresh:before {
  content: "\e61c";
}
.pe-7s-add-user:before {
  content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
  content: "\e61d";
}
.pe-7s-paperclip:before {
  content: "\e69c";
}
.pe-7s-radio:before {
  content: "\e61e";
}
.pe-7s-note2:before {
  content: "\e69d";
}
.pe-7s-print:before {
  content: "\e61f";
}
.pe-7s-network:before {
  content: "\e69e";
}
.pe-7s-prev:before {
  content: "\e620";
}
.pe-7s-mute:before {
  content: "\e69f";
}
.pe-7s-power:before {
  content: "\e621";
}
.pe-7s-medal:before {
  content: "\e6a0";
}
.pe-7s-portfolio:before {
  content: "\e622";
}
.pe-7s-like2:before {
  content: "\e6a1";
}
.pe-7s-plus:before {
  content: "\e623";
}
.pe-7s-left-arrow:before {
  content: "\e6a2";
}
.pe-7s-play:before {
  content: "\e624";
}
.pe-7s-key:before {
  content: "\e6a3";
}
.pe-7s-plane:before {
  content: "\e625";
}
.pe-7s-joy:before {
  content: "\e6a4";
}
.pe-7s-photo-gallery:before {
  content: "\e626";
}
.pe-7s-pin:before {
  content: "\e69b";
}
.pe-7s-phone:before {
  content: "\e627";
}
.pe-7s-plug:before {
  content: "\e69a";
}
.pe-7s-pen:before {
  content: "\e628";
}
.pe-7s-right-arrow:before {
  content: "\e699";
}
.pe-7s-paper-plane:before {
  content: "\e629";
}
.pe-7s-delete-user:before {
  content: "\e6a7";
}
.pe-7s-paint:before {
  content: "\e62a";
}
.pe-7s-bottom-arrow:before {
  content: "\e6a8";
}
.pe-7s-notebook:before {
  content: "\e62b";
}
.pe-7s-note:before {
  content: "\e62c";
}
.pe-7s-next:before {
  content: "\e62d";
}
.pe-7s-news-paper:before {
  content: "\e62e";
}
.pe-7s-musiclist:before {
  content: "\e62f";
}
.pe-7s-music:before {
  content: "\e630";
}
.pe-7s-mouse:before {
  content: "\e631";
}
.pe-7s-more:before {
  content: "\e632";
}
.pe-7s-moon:before {
  content: "\e633";
}
.pe-7s-monitor:before {
  content: "\e634";
}
.pe-7s-micro:before {
  content: "\e635";
}
.pe-7s-menu:before {
  content: "\e636";
}
.pe-7s-map:before {
  content: "\e637";
}
.pe-7s-map-marker:before {
  content: "\e638";
}
.pe-7s-mail:before {
  content: "\e639";
}
.pe-7s-mail-open:before {
  content: "\e63a";
}
.pe-7s-mail-open-file:before {
  content: "\e63b";
}
.pe-7s-magnet:before {
  content: "\e63c";
}
.pe-7s-loop:before {
  content: "\e63d";
}
.pe-7s-look:before {
  content: "\e63e";
}
.pe-7s-lock:before {
  content: "\e63f";
}
.pe-7s-lintern:before {
  content: "\e640";
}
.pe-7s-link:before {
  content: "\e641";
}
.pe-7s-like:before {
  content: "\e642";
}
.pe-7s-light:before {
  content: "\e643";
}
.pe-7s-less:before {
  content: "\e644";
}
.pe-7s-keypad:before {
  content: "\e645";
}
.pe-7s-junk:before {
  content: "\e646";
}
.pe-7s-info:before {
  content: "\e647";
}
.pe-7s-home:before {
  content: "\e648";
}
.pe-7s-help2:before {
  content: "\e649";
}
.pe-7s-help1:before {
  content: "\e64a";
}
.pe-7s-graph3:before {
  content: "\e64b";
}
.pe-7s-graph2:before {
  content: "\e64c";
}
.pe-7s-graph1:before {
  content: "\e64d";
}
.pe-7s-graph:before {
  content: "\e64e";
}
.pe-7s-global:before {
  content: "\e64f";
}
.pe-7s-gleam:before {
  content: "\e650";
}
.pe-7s-glasses:before {
  content: "\e651";
}
.pe-7s-gift:before {
  content: "\e652";
}
.pe-7s-folder:before {
  content: "\e653";
}
.pe-7s-flag:before {
  content: "\e654";
}
.pe-7s-filter:before {
  content: "\e655";
}
.pe-7s-file:before {
  content: "\e656";
}
.pe-7s-expand1:before {
  content: "\e657";
}
.pe-7s-exapnd2:before {
  content: "\e658";
}
.pe-7s-edit:before {
  content: "\e659";
}
.pe-7s-drop:before {
  content: "\e65a";
}
.pe-7s-drawer:before {
  content: "\e65b";
}
.pe-7s-download:before {
  content: "\e65c";
}
.pe-7s-display2:before {
  content: "\e65d";
}
.pe-7s-display1:before {
  content: "\e65e";
}
.pe-7s-diskette:before {
  content: "\e65f";
}
.pe-7s-date:before {
  content: "\e660";
}
.pe-7s-cup:before {
  content: "\e661";
}
.pe-7s-culture:before {
  content: "\e662";
}
.pe-7s-crop:before {
  content: "\e663";
}
.pe-7s-credit:before {
  content: "\e664";
}
.pe-7s-copy-file:before {
  content: "\e665";
}
.pe-7s-config:before {
  content: "\e666";
}
.pe-7s-compass:before {
  content: "\e667";
}
.pe-7s-comment:before {
  content: "\e668";
}
.pe-7s-coffee:before {
  content: "\e669";
}
.pe-7s-cloud:before {
  content: "\e66a";
}
.pe-7s-clock:before {
  content: "\e66b";
}
.pe-7s-check:before {
  content: "\e66c";
}
.pe-7s-chat:before {
  content: "\e66d";
}
.pe-7s-cart:before {
  content: "\e66e";
}
.pe-7s-camera:before {
  content: "\e66f";
}
.pe-7s-call:before {
  content: "\e670";
}
.pe-7s-calculator:before {
  content: "\e671";
}
.pe-7s-browser:before {
  content: "\e672";
}
.pe-7s-box2:before {
  content: "\e673";
}
.pe-7s-box1:before {
  content: "\e674";
}
.pe-7s-bookmarks:before {
  content: "\e675";
}
.pe-7s-bicycle:before {
  content: "\e676";
}
.pe-7s-bell:before {
  content: "\e677";
}
.pe-7s-battery:before {
  content: "\e678";
}
.pe-7s-ball:before {
  content: "\e679";
}
.pe-7s-back:before {
  content: "\e67a";
}
.pe-7s-attention:before {
  content: "\e67b";
}
.pe-7s-anchor:before {
  content: "\e67c";
}
.pe-7s-albums:before {
  content: "\e67d";
}
.pe-7s-alarm:before {
  content: "\e67e";
}
.pe-7s-airplay:before {
  content: "\e67f";
}

.light-orange{
  color: #ffa100;
}
.orange{
  color: #ff7d00;
}



.l-wrapper-white{
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1500px) {
.bg-left-link{
    display: block;
    position: absolute;
    overflow: hidden;
    top: 247px;
    left: 0;
    width: 50%;
    height: 898px;
    cursor: pointer;
    z-index: 1;
    outline: none;
}

.bg-right-link{
    display: block;
    position: absolute;
    overflow: hidden;
    top: 247px;
    right: 0;
    width: 50%;
    height: 898px;
    cursor: pointer;
    z-index: 1;
    outline: none;
}

.orange_strap{
  width: 100%;
  height: 120px;
  box-shadow: 0 7px 7px 1px rgba(48, 63, 12, 0.52);
  background-color: #d08608;
  background-image: linear-gradient(to bottom, #ffa100 0%, #ff7d00 99%, #ff7d00 100%);
  opacity: 0.88;
  position: absolute;
  top: 950px;
}

.orange_strap .orange_strap_left_img{
  left: 30px;
  top: 17px;
  position: absolute;
}

.orange_strap .orange_strap_left_text{
  margin: 0px;
  width: 131px;
  height: 56px;
  color: #fefefe;
  /*font-family: "Helvetica Neue Cyr";*/
  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 700;
  line-height: 20.83px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 150px;
}

.orange_strap .orange_strap_right_text{
  /*width: 132px;*/
  width: 135px;
  height: 57px;
  color: #fefefe;
  /*font-family: "Helvetica Neue Cyr";*/
  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 700;
  line-height: 22.92px;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 135px;
  margin: 0px;
}

.orange_strap .orange_strap_right_img{
  right: 30px;
  top: 10px;
  position: absolute;
}
}

@media only screen and (max-width: 1500px) {
	.orange_strap{
    display: none;
	}
	
}
.l-body.l-wrapper-white {
  /*z-index: 10;*/
}

footer {
  z-index: 11;
}

@media screen and (max-width: 1735px) {
  .orange_strap .orange_strap_left_img,
  .orange_strap .orange_strap_right_img {
      display: none;
  }
  .orange_strap .orange_strap_left_text {
    left: 40px;
  }
  .orange_strap .orange_strap_right_text {
    right: 25px;
  }
}

.category-menu__label{
  color: #f0f0f0;
}

.category-menu__label:hover{
	color: #ffa100;
	border-color: #ffa100;
}

.contacts__address{
	color: #f0f0f0;
}

.favorites-icon{
	color: #f0f0f0;
}

.favorites__label,
.favorites__label:hover{
	color: #f0f0f0;
}

.contacts__phone__code,
.favorites__title,
.favorites__title:hover,
.favorites__label:hover .favorites-icon{
  color: #ffa100;
}

.category-home,
.catalog-menu{
	background-color: #3b363b;
}

.category-home .category-home__label__icon,
.catalog-menu .catalog-menu__label{
	color: #ffa100;
}

.search__input{
  background: transparent;
  box-shadow: none;
  border-color: #ffa100;
  border: 1px solid #ffa100;
}
.search__input:hover,
.search__input:focus{
  border-color: #ffa100;
  color: #000;
}
.search__field:hover .search__input,
.search__field:hover .search__button{
  border-color: #ffa100;
  color: #f0f0f0;
}

.search__button{
	background: url('/upload/vendor/search.png') no-repeat -2px;
	border-color: #ffa100;
}

.logo-mob img{
  height: 33px;
}

.category-menu{
	margin-left: 0px;
}

.header__item_first{
	width: 35%;
}
.header__block_logo{
	width: 30%;
}
.header__block_contacts{
	width: 66%;
}
.header__block_search{
	width: 28%;
}
.header__item_last{
	width: 65%;
}
.header__block_favorites{
	float: left;
	width: 40%;
}

@media (max-width: 768px) {
  .header__block_logo,
  .header__block_contacts,
  .header__block_favorites,
  .header__block_search {
    width: 98%;
  }
  .header__block_search .search{
    float: left;
  }
  .favorites{
    float: none;
  }
  .l-main-content{
    background: #292323;
  }
}

.list-nav {
  text-transform: uppercase;
  font-weight: 300;
  list-style: none;
  padding-left: 0px;
  font-size: 1rem; }

.list-nav li {
  margin-bottom: 0.625rem; }

.link-color a{
	color: #fff;
  text-decoration: none;
} 
.link-color a:hover{
  color: #ff7d00;
}
/* Footer */
footer {
  width: 100%;
  background: #000;
  color: #f0f0f0;
  text-align: left;
  padding: 40px 20px; 
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  @media only screen and (min-width: 769px) {
    footer {
      position: absolute;
      bottom: -15rem;
      left: 0;
      height: 41.19rem;
      margin-top: -5rem;
      background: url("/upload/vendor/background-footer.png") no-repeat center;
      background-size: cover;
      padding: 0px; } }
  footer .h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
  footer .icon {
    position: relative; }
  footer .icon:before {
    position: absolute;
    left: -40px;
    width: 40px;
    text-align: center;
    color: #ffa021; }

footer .link-color a:hover{
  color: #ffa100;
}

footer .statistic-icon{
  color: #ffa100;
}

.footer__container--inside{
  pointer-events: all;
}

.footer__left{
  min-width: 300px;
  display: flex;
  align-items: center;
}
.footer__title {
  font-size: 1.2rem;
  text-transform: uppercase; 
  font-weight: bold;
}
.footer__logo {
  margin-right: 20px;
}


@media only screen and (min-width: 769px) {
  .footer__container {
    padding-top: 20rem; } }

@media only screen and (min-width: 769px) {
  .footer__container--inside {
    display: flex;
    align-items: flex-start;;
    justify-content: space-between;
    margin-top: 40px; } }

@media only screen and (max-width: 1279px) {
  .footer__container--inside > div {
    margin-bottom: 30px;
    justify-content: flex-start; } }

.l-wrapper-white{
  background: #fff;
  box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.1), 1px 3px 5px 1px rgba(0, 0, 0, 0.05);
  min-width: 300px;
  max-width: 1167px;
}
@media screen and (min-width: 769px){
  .l-wrapper-white{
    margin: -10px auto 0px;
    padding: 6px;
    padding-bottom: 305px;
    border-radius: 4px;
  }
}

.promo .l-layout{
  padding: 0;
}

.about-title{
  color: #202020;
  font: 500 28px "PT Sans", Arial, sans-serif;
}

table.tian2 {
  width: auto; 
  margin-bottom: 10px;
}

table.tian2 td {
  padding: 0.3em 0.6em; 
  border: 1px solid #ccc;
}

table.tian2 th {
  text-align: left;
  border: 1px solid #ccc;
  background: #ff7d00;
  color: #fff; 
  padding: 0.7em 0.6em; 
}

.desc-image {
  border: 2px solid transparent; }
  .desc-image:hover {
    border-color: #ff7d00; }
  @media only screen and (min-width: 769px) {
    .desc-image {
      margin-right: 1rem; } }
  @media only screen and (max-width: 768px) {
    .desc-image {
      width: auto !important;
      height: auto !important; } }

.desc-image2 {
  padding: 3px 5px; 
}

.text-center{
  text-align: center;
}

.logo-transparent{
  height: 100px;
  margin: 20px;
}

.l-sidebar .menu_vert{
  margin-bottom: 30px;
}

.news-side-list__title{
  margin-bottom: 7px;
}

.catalog-description__id{
  min-height: 22px;
}

@media screen and (max-width: 660px){
  .promo{
    display: none;
  }
}

.element_section .buy1click_button{
  margin: 10px 0;
}

.touchspin {
  font-size: 20px;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid #ccc;
}
.show_buy .c-gallery__button{
  float: none;
  margin: 10px 0px;
}
.show_buy .c-gallery__input{
  width: 100%;
}
.show_buy .butt_add_basket,{
  width: 100%;
}

.show_buy .select{
  width: calc(100% - 71px)!important;
}
.show_buy .select input{
  width: 100%!important;
}
@media screen and (max-width: 1200px){
html .best-products-list__body {flex: 0 0 75%;}
.best-products-list__text {
       font-size: 13px!important;
}
html .product-img {
    float: left;
    width: 310px;
    margin: 0 -310px 0 0;
}
html .product-description {
padding: 0 0 0 330px;}
}
@media screen and (min-width: 1025px){
  .catalog__item:nth-child(4n+1){
    clear: left;
  }
}
@media screen and (min-width: 941px) and (max-width: 1024px){
  .catalog__item:nth-child(3n+1){
    clear: left;
  }
}
@media screen and (max-width: 940px){
  .catalog__item:nth-child(2n+1){
    clear: left;
  }
}
@media screen and (max-width: 660px){
.promo {
  display: block;
}
}
#gotoTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffa100;
  font-weight:bold;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#gotoTop:hover {
  background-color: #ff7d00;
}
.catalog-stickers__item_new{
  background-position: -59px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0px;
  padding:0px;
  font-weight:600;
}
.del-item{
  display:flex;
  align-items:center;
}
.del-period{
  margin-left:5px;
  font-size:12px;
}
.del-item a{
  border-bottom: 1px dashed black;
  cursor:pointer;
  color:#202020;
  text-decoration:none!important;
}
.del-name:hover::after { 
 content: attr(data-title); 
  position:absolute;
  width:200px;
  z-index:999;
  background-color:white;
  border:1px solid whitesmoke;
  padding:5px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.del-name{
  position:relative;
  font-size:12px;
}
.del-icon img{
  width:35px;
  height:35px;
  margin-right:5px;
}
.del-wrapper{
  width:240px;
}
@media screen and (max-width:550px){
	.del-wrapper.mob{
display:block;
}
	.del-wrapper.desc{
display:none;
}
}
@media screen and (min-width:550px){
	.del-wrapper.mob{
display:none;
}
.del-wrapper.desc{
display:block;
}
}

/* End */
/* /local/templates/redigital_default/plugins/fancybox/jquery.fancybox.css?17688242844895 */
/* /local/templates/redigital_default/plugins/owl/owl.carousel.css?17688242844614 */
/* /local/templates/redigital_default/plugins/font-awesome/font-awesome.css?176882428435128 */
/* /local/templates/redigital_default/styles/common.css?1768824284248448 */
/* /local/templates/redigital_default/js/glass/style.css?1768824284294 */
/* /include/color.css?17688257842266 */
/* /local/templates/redigital_default/components/bitrix/form/web_form_pod_zakaz/bitrix/form.result.new/.default/style.css?1768824284666 */
/* /local/templates/redigital_default/template_styles.css?176882428418737 */
