

/* Start:/bitrix/templates/redigital_toysa/plugins/owl/owl.carousel.css?15704448634614*/
/* 
 *  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("/bitrix/templates/redigital_toysa/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:/bitrix/templates/redigital_toysa/styles/common.css?1668772931296962*/
 /* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic|PT+Sans+Narrow:400,700&subset=latin,cyrillic,cyrillic-ext,latin-ext);*/
/* 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;
}

.backdrop {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 1;
  transition: opacity 0.3s ease;
  display: none;
}
.back{
  display: flex;
}

.bx_vertical_menu_advanced{
  z-index: 2;
}
#upbutton {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 60px;
  background: url("/images/up.png") center no-repeat;
  padding: .5em 15px;
  position: fixed;
  bottom: 5em;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 990;
}

#upbutton:hover {
  opacity: 0.65;
}

/**
 * 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;
}

.f-header__manager {
  float: right;
  width: 48%;
}
.f-header__manager-head {
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}
.f-header__manager-head-title {
  font-size: 9pt;
  color: #000;
  margin-bottom: 4px;
}
.f-header__manager-head-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration-line: none;
}

.subsribe{
  width: 33%;
  float: left;
  margin-top: 55px;
}

.subsribe ul{
  list-style: none;
}

:last-child.f-header__manager-info-block {
  margin-right: 0px;
}
.f-header__manager-info-block {
  display: inline-block;
  vertical-align: top;
/*  margin-right: 24px;*/
}

.f-header__manager-info-table {
  display: table;
  width: 100%;
}

.f-header__manager-info-row {
  display: table-row;
  width: 100%;
}

.f-header__manager-info-cell--name {
  color: #5b5f61;
  padding-right: 10px;
}
.f-header__manager-info-cell {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 9pt;
  color: #000;
  padding-bottom: 8px;
  padding-left: 20px;
}

.f-header__manager-info-cell span {
  display: inline-block;
  vertical-align: middle;
}

.f-header__manager-info-cell {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 9pt;
  color: #000;
  padding-bottom: 8px;
}

.opisanie{
  padding: 0!important;
  border-width: inherit;
  background-color: rgba(255, 250, 250, 0);
  cursor: pointer;
  text-decoration: underline;
  color: indigo;
  outline: none !important;
  float: left;
}


/* увеличенная картинка */
#magnify {
  display: none;

  /* position: absolute; upd: 24.10.2016 */
  position: fixed;
  max-width: 800px;
  height: auto;
  z-index: 9999;
}

#magnify img {
  width: 100%;
}

/* затемняющий фон */
#overlay {
  display: none;

  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;

  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

#close-popup i {
  width: 30px;
  height: 30px;
  background: url(/images/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}

@keyframes rota {
  25% { transform: rotate(360deg); }
}

#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*checkbox*/
/* line 309, ../sass/_forms.scss */
.webform {
  margin: 0 0 25px;
  padding: 0 0 5px;
}

/* line 314, ../sass/_forms.scss */
.fancybox-inner .mainform .field-wrap textarea {
  resize: none;
}

/* line 318, ../sass/_forms.scss */
.fancybox-inner .mainform .buttons {
  margin-bottom: 15px;
}

/* line 322, ../sass/_forms.scss */
.fancybox-inner .mainform .buttons span {
  margin-top: 10px;
}

@media (min-width: 769px) {
  /* line 326, ../sass/_forms.scss */
  .fancybox-inner .mainform .buttons span {
    float: left;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 332, ../sass/_forms.scss */
  .fancybox-inner .mainform .buttons span {
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  /* line 337, ../sass/_forms.scss */
  .fancybox-outer .fancybox-inner {
    max-width: 240px;
  }
}
/* line 342, ../sass/_forms.scss */
.fancybox-inner .mainform .buttons span .required {
  margin-top: 0;
  margin-bottom: 10px;
}

/*--/form--*/
/* line 348, ../sass/_forms.scss */
.rsform {
  min-width: 400px;
  overflow: hidden;
  height: 100%;
}
/* line 353, ../sass/_forms.scss */
.rsform .rsform__captcha-image {
  float: left;
  margin-left: 15px;
}
/* line 357, ../sass/_forms.scss */
.rsform .rsform__captcha-input {
  float: left;
  max-width: 205px;
}
/* line 362, ../sass/_forms.scss */
.rsform .rsform__separator {
  margin: 20px 0;
}
/* line 366, ../sass/_forms.scss */
.rsform .rsform__bottom-ps {
  float: left;
  width: 60%;
  margin-top: 10px;
}
/* line 372, ../sass/_forms.scss */
.rsform .rsform__bottom-button {
  float: right;
  width: 40%;
  text-align: right;
}
/* line 378, ../sass/_forms.scss */
.rsform .gui-checkbox {
  max-width: 100%;
  max-width: 330px;
}
@media (max-width: 739px) {
  /* line 348, ../sass/_forms.scss */
  .rsform {
    min-width: auto;
    margin: 20px auto;
  }
}



/**
 * 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%;
}


/**
 * block dostavki
 */
 #header{
     width:100%; 
     background: url(/bitrix/templates/redigital_toysa/styles/../images/dostavka.jpg) no-repeat center;
margin-top: -80px; 
     
 }
 #header h1{
     font-size: 32px; 
     color: rgb(0, 0, 0); 
     padding-left: 120px; 
     padding-top: 160px;
 }
 
 #header p{
     font-size: 20px;
    font-family: "Tahoma";
    color: rgb(13, 12, 12);
    line-height: 1.2;
    padding-left: 15px;
 }
 
 .text_ceni{
  border-radius: 10px; background-color: rgb(230, 230, 230); opacity: 0.769;
  width: 539px;
    height: 220px;
    z-index: 5;
    margin: 5px 5px 25px 5px;
    padding: 80px 0 70px 120px;   
 }
 
 #preimushestva{
     text-align:center;
    background-color: #f2eeee;
 }
 
 #preimushestva h2{
     padding:25px;
 }
 
 #punkt_samovivoz{
   text-align:center;  
 }
 
 #punkt_samovivoz h2{
     padding:55px;
 }
 
 #preimushestva .box3 {
    width: 20%;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
}
 
 
 
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*--FONTS--*/
@font-face {
  font-family: 'Pe-icon-7-stroke';
  font-weight: normal;
  font-style: normal;
  /*src: url("/bitrix/templates/redigital_toysa/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?d7yf1v");*/
  /*src: url("/bitrix/templates/redigital_toysa/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("/bitrix/templates/redigital_toysa/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("/bitrix/templates/redigital_toysa/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("/bitrix/templates/redigital_toysa/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");*/
  src: url("/bitrix/templates/redigital_toysa/styles/../fonts/Pe-icon-7-stroke/Pe-icon-7-stroke.woff?d7yf1v") format("woff");
  font-display: swap;
}
/*--/fonts--*/
/* line 106, ../../../../../../lib/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*--VARIABLES--*/
/*--/variables--*/
/*--MIXINS--*/
/*--/mixins--*/
/*--RESET--*/
/* line 65, ../sass/styles.scss */
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

/* line 66, ../sass/styles.scss */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #555;
  font-size: 13px;
  line-height: 20px;
  font-family: "PT Sans", Arial, sans-serif;
}

/* line 68, ../sass/styles.scss */
h1, .g-h1 {
  margin: 0 0 27px;
  padding: 0;
  color: #202020;
  font: 700 24px/28px "PT Sans", Arial, sans-serif;
}

/* line 69, ../sass/styles.scss */
h2, .g-h2 {
  margin: 0 0 15px;
  padding: 0;
  color: #202020;
  font: 700 20px/28px "PT Sans", Arial, sans-serif;
}

/* line 70, ../sass/styles.scss */
h3, .g-h3 {
  margin: 0 0 15px;
  padding: 0;
  color: #202020;
  font: 700 16px/14px "PT Sans", Arial, sans-serif;
}

/* line 71, ../sass/styles.scss */
h4, .g-h4 {
  margin: 0 0 15px;
  padding: 0;
  color: #202020;
  font: 700 14px/14px "PT Sans", Arial, sans-serif;
}

/* line 73, ../sass/styles.scss */
a {
  color: #555;
  text-decoration: underline;
  outline: 0;
  cursor: pointer;
}

/* line 74, ../sass/styles.scss */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 75, ../sass/styles.scss */
a:hover {
  color: #000;
}

/* line 76, ../sass/styles.scss */
a img {
  border: 0;
}

/* line 78, ../sass/styles.scss */
p {
  margin: 0 0 10px;
}

/* line 80, ../sass/styles.scss */
:focus {
  outline: 0;
}

/*--/reset--*/
/*--GLOBAL--*/
/* line 84, ../sass/styles.scss */
.g-hidden {
  display: none !important;
}

/* line 85, ../sass/styles.scss */
.g-nihidden {
/*  display: none;*/
}

/* line 86, ../sass/styles.scss */
.g-clearing {
  clear: both;
}

/* line 60, ../sass/styles.scss */
.g-cleared:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 88, ../sass/styles.scss */
.g-unvisible {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* line 90, ../sass/styles.scss */
.g-switcher {
  text-decoration: none;
  cursor: pointer;
}

/* line 91, ../sass/styles.scss */
.g-switcher:hover {
  color: #26c2f1;
  text-decoration: none;
}

/* line 92, ../sass/styles.scss */
.g-switcher:active {
  color: #26c2f1;
  text-decoration: none;
}

/* line 93, ../sass/styles.scss */
.g-switcher:focus {
  color: #26c2f1;
  text-decoration: none;
}

/* line 95, ../sass/styles.scss */
.g-label {
  color: #c66510;
  text-decoration: none;
}

/* line 96, ../sass/styles.scss */
.g-label:hover {
  color: #d38c52;
  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 {
  position: relative;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid transparent;
  color: #fff!important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #62c2ee), color-stop(1, #7dccf1) );
  background: -o-linear-gradient(bottom, #62c2ee 0%, #7dccf1 100%);
  background: -moz-linear-gradient(bottom, #62c2ee 0%, #7dccf1 100%);
  background: -webkit-linear-gradient(bottom, #62c2ee 0%, #7dccf1 100%);
  background: -ms-linear-gradient(bottom, #62c2ee 0%, #7dccf1 100%);
  background: linear-gradient(to bottom, #62c2ee 0%, #7dccf1 100%);
  box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}

.gui-button.ico1 {
  position: relative;
  padding: 7px 0 0 50px;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-image: url(/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -96px;}


/* line 103, ../sass/styles.scss */
.gui-button.butt_add_basket {
  min-width: 105px;
}

/* line 104, ../sass/styles.scss */
.gui-button:hover {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #70bb18), color-stop(1, #7dccf1) );
  background: -o-linear-gradient(bottom, #70bb18 0%, #7dccf1 100%);
  background: -moz-linear-gradient(bottom, #70bb18 0%, #7dccf1 100%);
  background: -webkit-linear-gradient(bottom, #70bb18 0%, #7dccf1 100%);
  background: -ms-linear-gradient(bottom, #70bb18 0%, #7dccf1 100%);
  background: linear-gradient(to bottom, #70bb18 0%, #7dccf1 100%);
}


/* 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;
  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: -5px;
  left: 3px;
  width: 30px;
  height: 28px;
  margin: 4px 2px 0 0;
  /* background: url(/images/icons/checkbox-icon.png) no-repeat 0 0; */
  background-image: url("/images/icons/layked_plus.png");
  background-repeat: no-repeat;
  background-position: -30px;
}

/* 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;
}

/* line 116, ../sass/styles.scss */
.gui-checkbox-input:checked + .gui-checkbox-icon {
  background-position: 0;
}
.gui-checkbox-input:checked + ,detail_page_favor_like {

}

/* 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(/bitrix/templates/redigital_toysa/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;
}

.fix-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  margin: 0!important;
  padding: 7px 15px 7px!important;
  background: #fff;
  border: 1px solid #ccc!important;
  border-radius: 2px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1) inset, inset 0 0 0 50px #fff;
  color: #b8b8b8!important;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 137, ../sass/styles.scss */
.fix-input:hover {
  border-color: #989898;
  color: #555;
}

/* line 138, ../sass/styles.scss */
.fix-input:focus {
  border-color: #989898;
  color: #555;
}

/* line 139, ../sass/styles.scss */
.fix-input:active {
  border-color: #989898;
  color: #555;
}

/* line 140, ../sass/styles.scss */
.fix-input[disabled] {
  background-color: #eaeaea;
  box-shadow: none;
}

/* line 141, ../sass/styles.scss */
.fix-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%;
  height: 20px;
}
/* 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%;
  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: 0px;
  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;
}
.product-gallery{
	display: none;
}

/* 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 {

}

/* 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;
}

.owl-carousel{
    z-index:0!important;
}

/* 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;
  height: auto;
}

/* line 244, ../sass/styles.scss */
.l-toppanel {
  min-height: 32px;
}

/* line 245, ../sass/styles.scss */
.l-toppanel-bar {
  position: relative;
  z-index: 11;
  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;
  
}

/* line 250, ../sass/styles.scss */
.l-mob-bar {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 10px 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;
  background: #64c3ee url(/images/back.png) top center repeat-x;
  border-bottom: 2px solid #c66108;
  margin-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: 43%;
}

/* line 263, ../sass/styles.scss */
.header__block_favorites {
  float: left;
  width: 48%;
  margin-right: 0;
}

/* line 266, ../sass/styles.scss */
.l-body {
  min-height: 440px;

}
/* 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;
  overflow: visible!important;
}

/* line 276, ../sass/styles.scss */
.l-footer {
     /*min-width: 1186px;*/
    margin: 55px auto 0;
    height: 300px;
    position: relative;
    text-align: center;
    background: url(/images/back_foot1.png) top repeat-x #2ba1d7;
    color: #fff;
}

/* line 277, ../sass/styles.scss */
.footer {
  padding: 10px 0 25px;
}

/* 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;
     font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.47;
    color: #555;
    background-color: #fff;
}

.form__title {
    padding: 0 0 25px;
    margin: 0 0 20px;
    color: #202020;
    font-size: 18px;
}

.separator {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
.webform {
    margin: 0 0 25px;
    padding: 0 0 5px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.form .webform .field {
    padding-bottom: 15px;
}

.form .webform .label-wrap, .bx-catalog-subscribe-form-container-label {
    color: #555;
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}

.form .required {
    color: #ff0000;
    font-size: 15px;
}

.form .form-item, .bx-catalog-subscribe-form-container-input > input {
    font-size: 13px;
    color: #999;
    border: 1px solid #a9a9a9;
    padding: 9px 10px;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-item {
    line-height: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.47;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s, -moz-box-shadow ease-in-out 0.15s;
    box-sizing: border-box;
}

.form-comment {
    margin: -2px 0 4px;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn2{
      color: #f7f4f4;
      border-color: #4395dd;
      background-color: #4395dd;
      z-index: 100;
      
}

.btn {
    line-height: 1.154;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 13px;
    line-height: 1.47;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary{
  background: grey;
}
.btn-primary:hover{
  background: #a7a2a2;
}

/*REVIEWS ITEM*/
/* line 3875, ../sass/_styles.scss */
.reviews {
  margin: 0 0 24px;
}
/* line 3878, ../sass/_styles.scss */
.reviews-bar .form-panel {
  margin: 40px 0 15px;
}
/* line 3883, ../sass/_styles.scss */
.reviews__message_error {
  background-color: #FBFBFB;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #555;
  padding: 35px 30px;
}
/* line 3889, ../sass/_styles.scss */
.reviews__message_error p {
  margin: 0;
}
/* line 3891, ../sass/_styles.scss */
.reviews__message_error p .errortext {
  color: #585f69 !important;
}
/* line 3898, ../sass/_styles.scss */
.reviews__item {
  margin-bottom: 30px;
  margin-right: 12px;
  padding-top: 2px;
}
/* line 3902, ../sass/_styles.scss */
.reviews__item:hover .reviews__rating {
  border: 1px solid #ffdb4d;
  -webkit-box-shadow: 0 0 0 2px #ffdb4d;
     -moz-box-shadow: 0 0 0 2px #ffdb4d;
          box-shadow: 0 0 0 2px #ffdb4d;
}
/* line 3905, ../sass/_styles.scss */
.reviews__item:hover .reviews__rating:after, .reviews__item:hover .reviews__rating:before {
  border-color: #ffda47;
  border-width: 3px;
}
/* line 3913, ../sass/_styles.scss */
.reviews__link {
  color: #666699;
  font-style: normal;
  font-size: 13px;
}
/* line 3918, ../sass/_styles.scss */
.reviews__link:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 3922, ../sass/_styles.scss */
.reviews__link-close {
  display: none;
  color: #666699;
  font-style: normal;
  font-size: 13px;
}
/* line 3928, ../sass/_styles.scss */
.reviews__link-close:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 3932, ../sass/_styles.scss */
.reviews__detail-text {
  display: none;
}
/* line 3935, ../sass/_styles.scss */
.reviews__image {
  float: left;
  margin-right: 20px;
}
/* line 3939, ../sass/_styles.scss */
.reviews__image-avatar {
  display: inline-block;
  background: #f0f0f0;
  -webkit-border-radius: 70px;
     -moz-border-radius: 70px;
          border-radius: 70px;
  -webkit-box-shadow: inset 0 0 2px #ccc;
     -moz-box-shadow: inset 0 0 2px #ccc;
          box-shadow: inset 0 0 2px #ccc;
  margin-top: 15px;
}
/* line 3948, ../sass/_styles.scss */
.reviews__stars {
  position: absolute;
  top: 5px;
  right: 10px;
}
/* line 3953, ../sass/_styles.scss */
.reviews__info {
  float: left;
  width: 169px;
}
/* line 3957, ../sass/_styles.scss */
.reviews__date {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #6a6b6f;
}
/* line 3963, ../sass/_styles.scss */
.reviews__user-name {
  font-size: 15px;
  color: #202020;
  padding: 20px 0 10px;
  display: inline-block;
}
/* line 3969, ../sass/_styles.scss */
.reviews__mail {
  display: block;
  color: #555;
  font-size: 11px;
  line-height: 13px;
  font-style: italic;
}
/* line 3976, ../sass/_styles.scss */
.reviews__rating {
  border: 1px solid #e5e5e5;
  padding: 9px 21px;
  position: relative;
  min-height: 110px;
}
/* line 3981, ../sass/_styles.scss */
.reviews__rating:after, .reviews__rating:before {
  position: absolute;
  content: '';
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #e5e5e5;
}
/* line 3988, ../sass/_styles.scss */
.reviews__rating:before {
  width: 30px;
  height: 30px;
  left: -60px;
  top: 80px;
}
/* line 3994, ../sass/_styles.scss */
.reviews__rating:after {
  width: 15px;
  height: 15px;
  left: -75px;
  top: 70px;
}
/* line 4001, ../sass/_styles.scss */
.reviews__detail {
  color: #585f69;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 4px;
  line-height: 25px;
}

/* line 4010, ../sass/_styles.scss */
.reviews .owl .in {
  max-height: 97px;
  overflow: hidden;
}

/* line 4014, ../sass/_styles.scss */
.reviews .owl .reviews__info {
  width: 110px;
}

/* line 4017, ../sass/_styles.scss */
.reviews .owl .owl-nav {
  float: right;
}

/* line 4021, ../sass/_styles.scss */
.reviews .owl .owl-item {
  overflow: hidden;
}

/* line 4025, ../sass/_styles.scss */
.reviews .owl .reviews__item {
  margin-bottom: 11px;
}

/* line 4029, ../sass/_styles.scss */
.detail-content {
  line-height: 20px;
  padding-top: 2px;
}

/* line 4033, ../sass/_styles.scss */
.detail-content.active {
  max-height: none;
}


/* line 4053, ../sass/_styles.scss */
.form-review__rating {
  float: left;
  padding: 15px 0;
}
/* line 4059, ../sass/_styles.scss */
.form-rating__name {
  float: left;
  font-size: 13px;
  padding: 15px 10px;
}

/* line 4066, ../sass/_styles.scss */
#form_reviews {
  display: none;
}



/* 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(/bitrix/templates/redigital_toysa/styles/../images/icons/arrows-icon.png) no-repeat 0 0;
}

/* line 327, ../sass/styles.scss */
.field-select__input {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 328, ../sass/styles.scss */
.field__captcha {
  float: left;
  width: 182px;
  height: 56px;
  margin: 0 30px 10px 0;
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 329, ../sass/styles.scss */
.field__captcha-reload {
  color: #555;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/*--/form--*/
/*--MAIN--*/
/* line 333, ../sass/styles.scss */
.about {
  margin: 0 0 20px;
}

/* line 334, ../sass/styles.scss */
.about-title {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 7px 0;
}

/* line 335, ../sass/styles.scss */
.about-title-sub {
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 7px;
  color: #555;
  font: 16px/28px "PT Sans", Arial, sans-serif;
}

/* line 336, ../sass/styles.scss */
.about-bar {
  margin: 0 0 5px;
  color: #000;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 339, ../sass/styles.scss */
.auth {
  width: 40%;
}

/* line 340, ../sass/styles.scss */
.auth__label {
  float: left;
}

/* line 341, ../sass/styles.scss */
.auth__link {
  float: right;
}

/* line 344, ../sass/styles.scss */
.characteristics {
  margin: 0 0 22px;
}
/* line 60, ../sass/styles.scss */
.characteristics:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 346, ../sass/styles.scss */
.characteristics__item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0 2% 5px 0;
}

/* line 347, ../sass/styles.scss */
.characteristics__item:nth-child(2n) {
  margin-right: 0;
}

/* line 348, ../sass/styles.scss */
.characteristics-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.characteristics-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 349, ../sass/styles.scss */
.characteristics-list__item {
  margin: 0 0 8px;
  color: #202020;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}
/* line 60, ../sass/styles.scss */
.characteristics-list__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 350, ../sass/styles.scss */
.characteristics-list__name {
  float: left;
  width: 54%;
  overflow: hidden;
  margin: 0 2% 0 0;
}

/* line 351, ../sass/styles.scss */
.characteristics-list__label {
  position: relative;
  display: inline-block;
  padding: 0 13px 0 0;
}

/* line 352, ../sass/styles.scss */
.characteristics-list__label:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 100%;
  width: 600px;
  border-bottom: 1px dashed #cfcfcf;
}

/* line 353, ../sass/styles.scss */
.characteristics-list__value {
  float: left;
  width: 44%;
  word-wrap: break-word;
}

/* line 356, ../sass/styles.scss */
.best-products {
  margin: 0 0 34px;
}

/* line 357, ../sass/styles.scss */
.best-products-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.best-products-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 359, ../sass/styles.scss */
.best-products-list__title {
  margin: 0 20px 0 0;
  font: 20px/22px "PT Sans", Arial, sans-serif;
}

/* line 360, ../sass/styles.scss */
.best-products-list__announce {
  margin: 0 20px 0 0;
  color: #555;
  font: 13px/16px "PT Sans", Arial, sans-serif;
}

/* line 361, ../sass/styles.scss */
.best-products-list__img {
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

/* line 364, ../sass/styles.scss */
.brands {
  margin: 0 0 37px;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.brands:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 365, ../sass/styles.scss */
.brands-title {
  margin: 0 0 17px;
}

/* line 366, ../sass/styles.scss */
.brands-title__label {
  text-decoration: none;
  color: #202020;
}

/* line 367, ../sass/styles.scss */
.brands-title__label:hover {
  text-decoration: underline;
}

/* line 368, ../sass/styles.scss */
.brands-fiewport {
  padding: 0;
}
/* line 60, ../sass/styles.scss */
.brands-fiewport:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 369, ../sass/styles.scss */
.brands__item {
  float: left;
}

/* line 370, ../sass/styles.scss */
.brands__title {
  display: block;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #ffd203;
  font: 22px/28px "PT Sans", Arial, sans-serif;
}

/* line 371, ../sass/styles.scss */
.brands__name {
  margin: 0 0 5px;
  color: #555;
  font: 13px/14px "PT Sans", Arial, sans-serif;
}

/* line 372, ../sass/styles.scss */
.brands__label {
  text-decoration: none;
}

/* line 373, ../sass/styles.scss */
.brands__label:hover {
  text-decoration: underline;
}

/* line 374, ../sass/styles.scss */
.brands__item__label {
  display: block;
}

/* line 375, ../sass/styles.scss */
.brands__item__img {
  max-width: 154px;
}

/* line 378, ../sass/styles.scss */
.brands_list .brands__item {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 167px;
}

/* line 382, ../sass/styles.scss */
.brand-detail__content {
  margin: 0 0 20px;
}
/* line 60, ../sass/styles.scss */
.brand-detail__content:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 383, ../sass/styles.scss */
.brand-detail__icon {
  float: right;
  width: 20%;
}

/* line 384, ../sass/styles.scss */
.brand-detail__img {
  max-width: 100%;
}

/* line 385, ../sass/styles.scss */
.brand-detail__info {
  margin: 0 25% 18px 0;
}

/* line 388, ../sass/styles.scss */
.breadcrumbs {
  margin: 0;
  padding: 0 0 35px;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.breadcrumbs:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 389, ../sass/styles.scss */
.breadcrumbs__item {
  float: left;
  margin: 0 7px 0 0;
  color: #26c2f1;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 390, ../sass/styles.scss */
.breadcrumbs__label {
  color: #585f69;
  text-decoration: none;
}

/* line 391, ../sass/styles.scss */
.breadcrumbs__separator {
  margin: 0 0 0 7px;
  color: #bbb;
  font-size: 14px;
  line-height: 0;
}

/* line 394, ../sass/styles.scss */
.bread {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 17px;
}

/* line 395, ../sass/styles.scss */
.bread__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  color: #26c2f1;
  font: 11px/17px "PT Sans", Arial, sans-serif;
}

/* line 396, ../sass/styles.scss */
.bread__label {
  position: relative;
  padding: 0 8px 0 0;
  color: #585f69;
  text-decoration: none;
}

/* line 397, ../sass/styles.scss */
.bread__label:after {
  content: '\e684';
  position: absolute;
  top: -1px;
  right: -8px;
  color: #40c6f2;
  font: 700 18px/17px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 401, ../sass/styles.scss */
.filter__item_active .catalog-filter__label {
  border-color: #ffd203;
}

/* line 402, ../sass/styles.scss */
.filter__item_active .catalog-filter__label:hover {
  border-color: #ffd203;
}

/* line 406, ../sass/styles.scss */
.catalog-list {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.catalog-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 407, ../sass/styles.scss */
.catalog__item {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  border: 2px solid transparent;
  text-align: center;
}

/* line 408, ../sass/styles.scss */
.catalog__item:hover {
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.12), 0 0 8px rgba(0, 0, 0, 0.12);
}
.catalog__item.infavorite:hover{
  

  border-radius: 3px;
  border:2px solid #ff6a6a;
  box-shadow: 5px 5px 5px #ff6a6a, 0 0 8px #ff6a6a;
}

.catalog__item.inbasket:hover {
  

  border-radius: 3px;
  border:2px solid #75c165;
  box-shadow: 5px 5px 5px #75c165, 0 0 8px #75c165;
}

/* line 409, ../sass/styles.scss */
.catalog__item_active {
  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;
  border: 1px solid #ccc;
}

/* 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: 100%;
  min-height: 280px;
  margin: 0 auto;
  padding: 3px 10px;
}

.in_cart{
  background: linear-gradient(to bottom, #70bb18 0%, #7dccf1 100%);
  float: right;
}

  /* line 417, ../sass/styles.scss */
.catalog-label {
  display: block;
  text-decoration: none;
  text-align: center;
}

/* line 418, ../sass/styles.scss */
.catalog-cover {
  position: relative;
  display: block;
  height: 225px;
  margin: 0;
  line-height: 215px;
}

/* line 419, ../sass/styles.scss */
.catalog__img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 220px;
}

/* line 420, ../sass/styles.scss */
.catalog__title {
  display: block;
  height: 32px;
  overflow: hidden;
  margin: 0 0 4px;
  font: 13px/16px "PT Sans", Arial, sans-serif;
  text-align: left;
  color: #555;
  margin: 10px auto;
  width: 90%;
}

/* line 421, ../sass/styles.scss */
.catalog-price {
  text-align: left;
  margin-bottom: 7px;
}

/* 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: red;
  font: italic 18px/20px Arial, sans-serif;
  white-space: nowrap;
}

/* line 428, ../sass/styles.scss */
.catalog-price__old {
  color: #636363;
  text-decoration: line-through;
  font: italic 13px/16px Arial, sans-serif;
  white-space: nowrap;
}

/* line 429, ../sass/styles.scss */
.catalog-announce {
  height: 45px;
  overflow: hidden;
  margin: 0 0 12px;
  font: 13px/15px "PT Sans", Arial, sans-serif;
}

/* line 431, ../sass/styles.scss */
.catalog-description {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 3px;
  background: #fff;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 432, ../sass/styles.scss */
.catalog__item_active .catalog-description {
  display: block;
}

/* line 433, ../sass/styles.scss */
.catalog__item:hover .catalog-product.hide_sec_item {
  opacity: 0;
}
.catalog__item:hover .catalog-description {
  opacity: 1;
}

/* line 434, ../sass/styles.scss */
.catalog-description__item {
  margin: 0 0 7px;
}
/* line 60, ../sass/styles.scss */
.catalog-description__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 435, ../sass/styles.scss */
.catalog-description__id {
  float: left;
}

/* line 436, ../sass/styles.scss */
.catalog-description_price {
  min-height: 25px;
  white-space: nowrap;
}

/* line 437, ../sass/styles.scss */
.catalog-id {
  color: #585f69;
  font: 11px/20px "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(/bitrix/templates/redigital_toysa/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 {
 
  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 {
  /*display: none;*/
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  line-height: 20px;
  text-align: center;
}
.product-detail span.catalog-add-info {
  display: none;
}

/* line 457, ../sass/styles.scss */
.catalog-marks {
  display: block;
  line-height: 20px;
    font-size: 18px;
    font-weight: 700;



    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  
    color: #ff1427;
    text-transform: uppercase;
   
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* 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 {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  right: -10px;
  top: -229px;
}
.c-gallery-list .catalog-marks__item{
  display: none;
}

.product-img .catalog-marks__item {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  right: -10px;
  top: 0px;
  z-index: 100;
}

/* line 459, ../sass/styles.scss */
.catalog-marks__item_benefits {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  right: 0px;
  top: 0px;
  display: none;
}

/* line 460, ../sass/styles.scss */
.catalog-marks__item_discount {
  background-position: 0 -25px;
}

/* line 461, ../sass/styles.scss */
.catalog-marks__item_new {
  background-image: url(/images/product_new.png);
}

/* line 462, ../sass/styles.scss */
.catalog-marks__item_hit {
  background-image: url(/images/product_bestseller.png);
}

/* 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;
  color: #ff1427;
  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 */
.element_section span.catalog-stickers__item_discount  {
 /* width: 50px;
  height: 50px;
  margin-left: 3px;
  padding-top: 17px;
  background-position: -120px 0;
  font-size: 18px;
  font-weight: 700;*/


    /*position: absolute;*/
    overflow: hidden;
    width: 90px;
    height: 30px;
    color: #fff;
    background: #8dbf41;
    text-align: center;
    font-size: 12px;
    /* line-height: 28px; */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 7px;
    margin:5px auto;

}
.product-detail span.catalog-stickers {
  position: relative;
 

}
.product-bar span.catalog-stickers__item_discount {
 


    position: absolute;
   
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #8dbf41;

    top:0px;
    left:210px;
    padding: 0px;
}


/* line 478, ../sass/styles.scss */
.c-gallery-list {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}

/* line 479, ../sass/styles.scss */
.c-gallery__item {
  padding: 7px 0;
  border: solid #ededed;
  border-width: 1px 0 0 0;
}
/* line 60, ../sass/styles.scss */
.c-gallery__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 480, ../sass/styles.scss */
.c-gallery__item:last-child {
  border-bottom-width: 1px;
}

/* line 481, ../sass/styles.scss */
.c-gallery__box {
  float: left;
  width: 100%;
}

/* line 482, ../sass/styles.scss */
.c-gallery__content {
  float: left;
  position: relative;
}

/* line 483, ../sass/styles.scss */
.c-gallery__content_icon {
  width: 190px;
  margin: 0 -190px 0 20px;
}

/* line 484, ../sass/styles.scss */
.c-gallery__cover {
  position: relative;
  display: block;
  height: 180px;
  line-height: 180px;
}

/* line 489, ../sass/styles.scss */
.c-gallery__content_info {
  float: none;
  margin: 0 140px 0 255px;
}

/* line 490, ../sass/styles.scss */
.c-gallery__params {
  margin: 0 0 10px;
}

/* line 491, ../sass/styles.scss */
.gallery__params__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}

/* line 492, ../sass/styles.scss */
.c-gallery__name {
  display: inline-block;
  vertical-align: top;
  font: 13px/18px Arial, sans-serif;
  margin: 0 0 10px;
}

/* line 493, ../sass/styles.scss */
.c-gallery-brand {
  color: #636363;
  font: 13px/16px Arial, sans-serif;
}

/* line 494, ../sass/styles.scss */
.c-gallery__announce {
  height: 80px;
  overflow: hidden;
  margin: 0 0 15px;
  color: #555;
  font: 12px/16px "PT Sans", Arial, sans-serif;
}

/* line 495, ../sass/styles.scss */
.c-gallery__prop {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}

/* line 496, ../sass/styles.scss */
.c-gallery__content_order {
  float: right;
  width: 120px;
  margin: 0 0 0 -140px;
}

/* line 497, ../sass/styles.scss */
.c-gallery__price {
  height: 30px;
  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: 5px 5px 10px rgba(0, 0, 0, 0.5);
  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(/bitrix/templates/redigital_toysa/styles/../images/icons/icons-sprite.png) no-repeat -82px 0;
}

/* line 554, ../sass/styles.scss */
.catalog-menu-sub-title {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 555, ../sass/styles.scss */
.catalog-menu-sub {
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
}

/* line 556, ../sass/styles.scss */
.catalog-menu__item:hover .catalog-menu-sub-wrapper {
  display: block;
}

/* line 557, ../sass/styles.scss */
.catalog-menu-sub__item {
  margin: 0 0 6px;
  font: 13px/15px "PT Sans", Arial, sans-serif;
}

/* line 558, ../sass/styles.scss */
.catalog-menu-sub__label {
  color: #202020;
  text-decoration: none;
}

/* line 559, ../sass/styles.scss */
.catalog-menu-sub__label:hover {
  color: #26c2f1;
}

/* line 561, ../sass/styles.scss */
.catalog-menu-sub__product {
  width: 100%;
  margin: 0 0 5px;
}

/* line 563, ../sass/styles.scss */
.catalog-menu__item_other {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
}

/* line 564, ../sass/styles.scss */
.catalog-menu__item_other .catalog-menu__label {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

/* line 565, ../sass/styles.scss */
.catalog-menu__item_other .catalog-menu-sub-wrapper {
  right: 0;
  left: auto;
  min-width: 100%;
  width: auto;
}

/* line 566, ../sass/styles.scss */
.catalog-menu__item_other .catalog-menu-sub {
  margin-bottom: 7px;
}

/* line 568, ../sass/styles.scss */
.side-menu {
  width: 218px;
  margin: 0 0 27px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

/* line 570, ../sass/styles.scss */
.side-menu-title {
  margin: 0;
}

/* line 571, ../sass/styles.scss */
.side-menu-title__label {
  position: relative;
  display: block;
  padding: 7px 20px 6px 9px;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
  text-decoration: none;
}

/* line 572, ../sass/styles.scss */
.side-menu-icon {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 13px;
  height: 11px;
  margin: -6px 0 0;
  background: url(/bitrix/templates/redigital_toysa/styles/../images/icons/dropdown-icons.png) no-repeat 0 0;
}

/* line 573, ../sass/styles.scss */
.side-menu-list {
  margin: 0 -1px -1px;
  padding: 0;
  list-style: none;
}

/* line 574, ../sass/styles.scss */
.side-menu-list__item {
  font: 13px/16px "PT Sans", Arial, sans-serif;
}

/* line 577, ../sass/styles.scss */
.side-menu-list__label {
  display: block;
  padding: 9px 9px 8px;
  margin: 0 0 -1px;
  border: 1px solid #ccc;
  color: #202020;
  text-decoration: none;
}

/* line 578, ../sass/styles.scss */
.side-menu-list__item:first-child .side-menu-list__label {
  margin-top: -1px;
  border-radius: 2px 2px 0 0;
}

/* line 579, ../sass/styles.scss */
.side-menu-list__item:last-child .side-menu-list__label {
  border-radius: 0 0 2px 2px;
}

/* line 580, ../sass/styles.scss */
.side-menu-list__label:hover {
  position: relative;
  z-index: 1;
  color: #202020;
  background: #ebebeb;
  border-color: #989898;
}

/* line 581, ../sass/styles.scss */
.side-menu-list__label-cur {
  position: relative;
  z-index: 1;
  color: #202020;
  background: #ebebeb;
  border-color: #989898;
}

/* line 584, ../sass/styles.scss */
.side-menu_catalog .side-menu-list__item:first-child .side-menu-list__label {
  border-radius: 0;
}

/* line 589, ../sass/styles.scss */
.input-label {
  color: #202020;
  font: 13px/20px "PT Sans", Arial, sans-serif;
}

/* line 592, ../sass/styles.scss */
.catalog-detail {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 36px;
  padding: 0 0 0 240px;
}

/* line 593, ../sass/styles.scss */
.catalog-detail__content {
  color: #000;
  font: 14px/20px "PT Sans", Arial, sans-serif;
  margin: 0 0 15px;
}

/* line 596, ../sass/styles.scss */
.category-bar {
  clear: both;
}
/* line 60, ../sass/styles.scss */
.category-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 597, ../sass/styles.scss */
.category-menu {
  position: relative;
  z-index: 5;
  margin: 0 0 2px 54px;
  padding: 0 45px 0 0;
  list-style: none;
}
/* line 60, ../sass/styles.scss */
.category-menu:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 598, ../sass/styles.scss */
.category-menu__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 12px 0 0;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 599, ../sass/styles.scss */
.category-menu__label {
  display: block;
  padding: 7px 10px 6px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  color: #202002;
}

/* line 600, ../sass/styles.scss */
.category-menu__label:hover, .category-menu__label.selected {
  border-color: #ccc;
}

/* line 602, ../sass/styles.scss */
.category-menu__item_other {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0;
  padding-right: 0;
}

/* line 603, ../sass/styles.scss */
.category-menu.active .category-menu__item_other {
  display: block;
}

/* line 604, ../sass/styles.scss */
.category-menu__item_other .category-menu__label {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 606, ../sass/styles.scss */
.category-home {
  float: left;
  margin-top: -3px;
  background: #ffd203;
  border-radius: 4px;
}

/* line 607, ../sass/styles.scss */
.category-home__label {
  display: block;
  width: 41px;
  height: 41px;
  line-height: 47px;
  text-align: center;
  text-decoration: none;
}

/* line 608, ../sass/styles.scss */
.category-home__label__icon {
  font: 21px/40px "Pe-icon-7-stroke", Arial, sans-serif;
  color: #202002;
}

/* line 609, ../sass/styles.scss */
.category-home__label:hover {
  border-color: transparent;
}

/* line 610, ../sass/styles.scss */
.category-home__icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/bitrix/templates/redigital_toysa/styles/../images/icons/icons-sprite.png) no-repeat -30px 0;
}

/* line 612, ../sass/styles.scss */
.category-menu-sub-wrapper {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* line 613, ../sass/styles.scss */
.category-menu-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 614, ../sass/styles.scss */
.category-menu__item_other .category-menu-sub-wrapper {
  right: 0;
  left: auto;
}

/* line 615, ../sass/styles.scss */
.category-menu__item:hover .category-menu-sub-wrapper {
  display: block;
}

/* line 617, ../sass/styles.scss */
.category-menu-sub__label {
  color: #202020;
  font: 13px/15px "PT Sans", Arial, sans-serif;
  text-decoration: none;
}

/* line 618, ../sass/styles.scss */
.category-menu-sub__label:hover {
  color: #26c2f1;
}

/* line 60, ../sass/styles.scss */
.cart:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 622, ../sass/styles.scss */
.cart-head {
  margin: 0 0 23px;
}
/* line 60, ../sass/styles.scss */
.cart-head:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 623, ../sass/styles.scss */
.cart-head__filter {
  float: left;
}

/* line 624, ../sass/styles.scss */
.cart-head__sum {
  float: right;
  margin: 7px 0 0;
}

/* line 625, ../sass/styles.scss */
.sum-common {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 8px;
  color: #000;
  font: 14px/20px "PT Sans", Arial, sans-serif;
  text-align: right;
}

/* line 626, ../sass/styles.scss */
.sum-result {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 5px 16px;
  color: #202020;
}

/* line 627, ../sass/styles.scss */
.sum-result-old {
  text-decoration: line-through;
}

/* line 629, ../sass/styles.scss */
.sum-result__label {
  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: 30%;
  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: 12%;
  text-align: center;
}

/* 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: center;
}

/* line 657, ../sass/styles.scss */
.cart-sum {
  width: 11%;
  text-align: left;
}

/* line 658, ../sass/styles.scss */

/*  cart page  */
.cart-amount {
    text-align: left;
    width: 10%;
}
.cart-minus::before {
    content: "";
    position: absolute;
    top: 6px;
    width: 0;
    height: 0;
    left: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 5px solid #009999;
}
.cart-plus::before {
    content: "";
    position: absolute;
    top: 6px;
    width: 0;
    height: 0;
    right: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #009999;
}
.cart_input{
    width: 45%;
    height: 30px;
    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: 11%;
  text-align: center;
  line-height: 14px;
}

/* line 661, ../sass/styles.scss */
.cart-action__label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px;
  text-decoration: none;
  color: #555;
}

/* line 662, ../sass/styles.scss */
.cart-number {
  width: 13%;
  text-align: right;
}

/* line 665, ../sass/styles.scss */
.cart-foot {
  margin: 0 0 23px;
  text-align: right;
}

/* line 666, ../sass/styles.scss */
.cart-bar {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 60, ../sass/styles.scss */
.cart-bar:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 667, ../sass/styles.scss */
.cart-bar__promo {
  float: left;
  margin: 54px 0 0;
}

/* line 669, ../sass/styles.scss */
.promo-code__label {
  display: block;
  margin: 0 0 7px;
  color: #000;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 670, ../sass/styles.scss */
.promo-code__input {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin: 0 5px 0 0;
}

/* line 671, ../sass/styles.scss */
.cart-bar__sum {
  float: right;
}

/* line 672, ../sass/styles.scss */
.cart-bar__sum-result {
  min-height: 32px;
  text-align: right;
}

/* line 673, ../sass/styles.scss */
.cart-bar__button {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 7px;
}

/* line 674, ../sass/styles.scss */
.cart-panel {
  margin: 0 0 15px;
  text-align: right;
}

/* line 677, ../sass/styles.scss */
.cart-order {
  display: none;
  margin: 70px 0 0;
}

/* line 678, ../sass/styles.scss */
.cart-order_active {
  display: block;
}

/* line 679, ../sass/styles.scss */
.cart-order__item {
  margin: 0 0 15px;
  border: 1px solid #ccc;
}

/* line 680, ../sass/styles.scss */
.cart-order__label {
  position: relative;
  display: block;
  position: relative;
  padding: 9px 9px 10px;
  text-decoration: none;
  color: #202020;
  font: 15px/16px "PT Sans", Arial, sans-serif;
}

/* line 681, ../sass/styles.scss */
.cart__label_unactive {
  cursor: pointer;
}

/* line 682, ../sass/styles.scss */
.cart__label_unactive:after {
  content: '';
  position: absolute;
  top: 16px;
  right: 8px;
  width: 8px;
  height: 4px;
  background: url(/bitrix/templates/redigital_toysa/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;
  float: right;
}

/* line 736, ../sass/styles.scss */
.contacts__phone__number {
  text-decoration: none;
}

/* line 737, ../sass/styles.scss */
.contacts__phone__code {
  color: #26c2f1;
}

/* line 738, ../sass/styles.scss */
.contacts__address {
  color: #555;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

/* line 741, ../sass/styles.scss */
.counter {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0;
  padding: 2px 12px 5px;
  background: #fff;
  background: rgba(232, 232, 232, 0.8);
  border-radius: 5px;
  text-align: center;
}

/* line 743, ../sass/styles.scss */
.counter_wide {
  width: 100%;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}

/* line 744, ../sass/styles.scss */
.counter-title {
  display: block;
  color: #202020;
  font: 11px/18px "PT Sans", Arial, sans-serif;
}

/* line 745, ../sass/styles.scss */
.counter_long {
  width: 100%;
  margin-top: 0;
}

/* line 746, ../sass/styles.scss */
.c-gallery__cover .counter_long {
  margin-bottom: 0;
}

/* line 749, ../sass/styles.scss */
.colors-title {
  display: block;
  margin: 0 0 3px;
  color: #585f69;
  font: 11px/20px "PT Sans", Arial, sans-serif;
}

/* line 750, ../sass/styles.scss */
.colors-list {
  margin: 2px 0 0 -3px;
  padding: 0;
  list-style-type: none;
}
/* line 60, ../sass/styles.scss */
.colors-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 751, ../sass/styles.scss */
.colors-list__item {
  float: left;
  margin-right: 6px;
}

/* line 752, ../sass/styles.scss */
.colors-list__item.disabled {
  display: none;
}

/* line 753, ../sass/styles.scss */
.colors-label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

/* line 754, ../sass/styles.scss */
.colors-checkbox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -1000px;
}

/* line 755, ../sass/styles.scss */
.colors-cover {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
  border: 1px solid transparent;
}

/* line 756, ../sass/styles.scss */
.colors-cover__icon {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
}

/* line 758, ../sass/styles.scss */
.colors-checkbox:checked + .colors-cover {
  border-color: #ffd203;
}

/* line 759, ../sass/styles.scss */
.colors-name {
  display: inline-block;
  vertical-align: top;
  max-width: 60px;
  margin: 3px 0 0 3px;
}

/* line 760, ../sass/styles.scss */
.colors-list__item.active .colors-cover {
  border-color: #ffd203;
}

/* line 763, ../sass/styles.scss */
.colors-checkbox:disabled ~ .colors-name {
  color: #c3c3c3;
}

/* line 766, ../sass/styles.scss */
.colors-label:hover .colors-cover__icon {
  border-color: #989898;
}

/* line 767, ../sass/styles.scss */
.colors-label:hover .colors-checkbox:disabled ~ .colors-cover .colors-cover__icon {
  border-color: #ccc;
}

/* line 770, ../sass/styles.scss */
.close {
  width: 13px;
  height: 13px;
}

/* line 771, ../sass/styles.scss */
.close__icon {
  width: 13px;
  height: 13px;
  background: url(/bitrix/templates/redigital_toysa/styles/../images/icons/icons-sprite.png) no-repeat -160px 0;
}

/* line 775, ../sass/styles.scss */
.detail-bar {
  overflow: hidden;
}

/* line 777, ../sass/styles.scss */
.detail-label {
  display: none;
}

/* line 780, ../sass/styles.scss */
.detail.drop-visible .detail-label {
  display: block;
}

/* line 782, ../sass/styles.scss */
.detail-switcher {
  display: inline-block;
  vertical-align: top;
  color: #26c2f1;
}

/* line 783, ../sass/styles.scss */
.detail-switcher__label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font: 13px/20px "PT Sans", Arial, sans-serif;
}

/* line 784, ../sass/styles.scss */
.detail-switcher__label:after {
  content: '';
  position: absolute;
  right: -13px;
  border: 4px solid transparent;
}

/* line 786, ../sass/styles.scss */
.detail-switcher__label_open:after {
  top: 9px;
  border-top-color: #26c2f1;
}

/* line 787, ../sass/styles.scss */
.detail-switcher__label_close {
  display: none;
}

/* line 788, ../sass/styles.scss */
.detail-switcher__label_close:after {
  top: 5px;
  border-bottom-color: #26c2f1;
}

/* line 791, ../sass/styles.scss */
.detail.drop-active .detail-bar {
  max-height: 100%;
}

/* line 792, ../sass/styles.scss */
.detail.drop-active .detail-switcher__label_open {
  display: none;
}

/* line 793, ../sass/styles.scss */
.detail.drop-active .detail-switcher__label_close {
  display: inline-block;
}

/* line 796, ../sass/styles.scss */
.documentation {
  margin: 0 0 70px;
}

/* line 797, ../sass/styles.scss */
.documentation__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
/* line 60, ../sass/styles.scss */
.documentation__list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 798, ../sass/styles.scss */
.documentation__item {
  display: inline-block;
  vertical-align: top;
  width: 226px;
  margin: 0 12px 20px 0;
  font: 12px/16px "PT Sans", Arial, sans-serif;
}

/* line 799, ../sass/styles.scss */
.documentation__item:last-child {
  margin-right: 0;
}

/* line 800, ../sass/styles.scss */
.documentation__label {
  display: block;
  text-decoration: none;
}

/* line 801, ../sass/styles.scss */
.documentation-icon {
  float: left;
  min-width: 23px;
  height: 33px;
  margin: 0 10px 0 0;
  background: url(/bitrix/templates/redigital_toysa/styles/../images/icons/document-icon.png) no-repeat 0 0;
}

/* line 802, ../sass/styles.scss */
.documentation-icon__name {
  display: block;
  min-width: 20px;
  margin: 13px 0 0 5px;
  padding: 2px 1px;
  background: #fff;
  border: 1px solid #636363;
  border-radius: 2px;
  color: #202020;
  text-transform: uppercase;
  text-align: center;
  font: 700 11px/8px "PT Sans", Arial, sans-serif;
}

/* line 803, ../sass/styles.scss */
.documentation__detail {
  display: block;
  overflow: hidden;
  padding: 9px 0 0;
  color: #202020;
}

/* line 804, ../sass/styles.scss */
.documentation__label:hover .documentation__detail {
  text-decoration: underline;
}

/* line 808, ../sass/styles.scss */
.dropdown-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 809, ../sass/styles.scss */
.dropdown-switcher {
  position: relative;
}

/* line 810, ../sass/styles.scss */
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  margin: 9px 0 0;
  padding: 1px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
}

/* line 811, ../sass/styles.scss */
.dropdown-menu:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 25px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}

/* line 812, ../sass/styles.scss */
.dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

/* line 814, ../sass/styles.scss */
.dropdown-list__label {
  display: block;
  padding: 6px 25px 6px 10px;
  border-bottom: 1px solid #ededed;
  color: #555;
  text-decoration: none;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

/* line 815, ../sass/styles.scss */
.dropdown-list__label:hover {
  background-color: #ebebeb;
}

/* line 816, ../sass/styles.scss */
.dropdown-list__item:last-child .dropdown-list__label {
  border-bottom-width: 0;
}

/* line 817, ../sass/styles.scss */
.dropdown-list__label_current {
  color: #26c2f1;
}

/* line 818, ../sass/styles.scss */
.dropdown-list__label_current:hover {
  background-color: transparent;
}

/* line 821, ../sass/styles.scss */
.dropdown-active .dropdown-overlay {
  display: block;
  z-index: 8;
}

/* line 822, ../sass/styles.scss */
.dropdown-active .dropdown-switcher {
  z-index: 9;
}

/* line 824, ../sass/styles.scss */
.dropdown_cart {
  position: relative;
}

/* line 825, ../sass/styles.scss */
.dropdown_cart .dropdown-menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 682px;
  right: -1px;
  left: auto;
  padding: 10px 15px 15px 11px;
  white-space: normal;
}

/* line 826, ../sass/styles.scss */
.dropdown_cart .dropdown-menu:before {
  left: auto;
  right: 75px;
}

/* line 827, ../sass/styles.scss */
.drop-cart-list {
  max-height: 326px;
  overflow: auto;
  margin: 0 0 19px;
  padding: 0;
  list-style: none;
  color: #202020;
}

/* line 828, ../sass/styles.scss */
.drop-cart-list__item {
  padding: 6px 0;
  border-bottom: 1px solid #ededed;
}
/* line 60, ../sass/styles.scss */
.drop-cart-list__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 829, ../sass/styles.scss */
.drop-cart-list__link {
  display: block;
  text-decoration: none;
}

/* line 830, ../sass/styles.scss */
.drop-cart-list__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1% 0 0;
}

/* line 831, ../sass/styles.scss */
.drop-cart-list__content_icon {
  width: 18%;
  min-width: 73px;
  text-align: center;
  vertical-align: top;
}

/* line 832, ../sass/styles.scss */
.drop-cart-list__content_description {
  width: 45%;
}

/* line 833, ../sass/styles.scss */
.drop-cart-list__label {
  font: 13px/18px Arial, sans-serif;
}

/* line 834, ../sass/styles.scss */
.drop-cart-list__link:hover .drop-cart-list__label {
  text-decoration: underline;
}

/* line 835, ../sass/styles.scss */
.drop-cart-list__content_amount {
  width: 12%;
  text-align: right;
}

/* line 836, ../sass/styles.scss */
.drop-cart-list__content_price {
  width: 18%;
  text-align: right;
  white-space: nowrap;
}

/* line 837, ../sass/styles.scss */
.drop-cart-list__content:last-child {
  margin-right: 0;
}

/* line 838, ../sass/styles.scss */
.drop-cart-button {
  float: right;
}

/* line 841, ../sass/styles.scss */
.dropdown_search .dropdown-menu:before {
  content: normal;
}

/* line 844, ../sass/styles.scss */
.dropdown_amount .dropdown-menu {
  margin-top: 1px;
}

/* line 845, ../sass/styles.scss */
.dropdown_amount .dropdown-menu:before {
  content: normal;
}

/* line 848, ../sass/styles.scss */
.dropdown_sort .dropdown-menu:before {
  content: normal;
}

/* line 850, ../sass/styles.scss */
.dropdown_colors {
  position: relative;
}

/* line 851, ../sass/styles.scss */
.dropdown_colors .dropdown-menu {
  margin-left: -5px;
  padding: 5px 10px 5px 5px;
}

/* line 854, ../sass/styles.scss */
.dropdown_user .dropdown-menu {
  left: -65px;
}

/* line 855, ../sass/styles.scss */
.dropdown_user .dropdown-menu:before {
  left: 75px;
}

/* line 858, ../sass/styles.scss */
.dropdown_select .dropdown-menu {
  z-index: 2;
}

/* line 861, ../sass/styles.scss */
.favorites {
 /* float: right;*/
  margin: -3px 0 0;
  padding: 0;
  list-style: none;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}
/* line 60, ../sass/styles.scss */
.favorites:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 862, ../sass/styles.scss */
.favorites__item {
 
 /* margin: 0 10px 0 0;*/
  /*margin: 10px 15px; */
  padding: 0 0 0 35px;
  white-space: nowrap;
}
.favorite_in{
  float: left;
  margin-right: 10px;
  margin-left: 20px;
}
.basket_in {
  float: left;
}

/* 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: #c66510;
  font: 30px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 867, ../sass/styles.scss */
.favorites__label:hover .favorites-icon {
  color: #d38c52;
}

/* line 869, ../sass/styles.scss */
.favorites__data {
  display: block;
}

/* line 872, ../sass/styles.scss */
.favorites-mob, .favorites-mob-f {
  float: right;
  margin-right: 12px;
  margin-top: 3px;
}

/* 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(/bitrix/templates/redigital_toysa/styles/../images/icons/icons-sprite.png) no-repeat -100% -100%;
}
.feedback-men__icon {
  position: absolute;
  top: 4px;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: url(/bitrix/templates/redigital_toysa/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;
}
.feedback-menu__icon_call {
  top: 13px;
  background-position: -15px 0;
}

/* line 895, ../sass/styles.scss */
.feedback-menu__icon_mail {
  top: 2px;
  background-position: -46px 0;
}
.feedback-menu__icon_ail {
  top: 39px;
  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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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 {
  float: left;
  width: 33%;
  color: Arial, sans-serif;
  font: 14px/17px "PT Sans", Arial, sans-serif;
  padding: 32px 0;
  margin: 25px 0 0 0;
}

/* 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: #bf5400;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
}

.links__reload{
  display: block;
  padding: 6px 11px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background: #cc7629;
}

/* 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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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: right;
  list-style: none;
  margin: 25px 0 0 0;
  padding: 32px 0;
  position: relative;
  display: inline-block;
  width: 33%;

}
/* 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: none;
  margin: 0 17px 10px 0;
  padding-right: 17px;
  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 {
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  color: #f9f7f7;
}

/* line 1039, ../sass/styles.scss */
.menu__label:hover {
  text-decoration: underline;
}

/* line 1042, ../sass/styles.scss */
.menu-mob {
  float: right;
  /*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;*/
  height: auto;
  background: #fff;
}

/* line 1045, ../sass/styles.scss */
.menu-mob-contsainer {
  display: none;
  position: absolute;
  top: 54px;
  left: 0px;
  z-index: 11;
  overflow: hidden;
  width: 100%;
  background: rgba(19, 18, 18, 0.68);
  height: 200vh;
  overflow: hidden;
}

/* 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: #f2f2f2;
  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;
  padding: 5px 10px;
}
.phone_number_header{
 
  text-decoration: none;
  padding-left: 10px;
}
.phone_number_header span:last-child {
 /*padding-left: 10px;*/
}

/* 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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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;
  box-sizing: content-box;
}

/* 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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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: #c77546;
  font: 30px/18px "Pe-icon-7-stroke", Arial, sans-serif;
}

/* line 1099, ../sass/styles.scss */
.mob-icon__amount,.mob-icon__amount-f {
  position: absolute;
  top: -10px;
  right: -14px;
  padding: 1px 7px 2px;
  background: #f3f3f3;
  border-radius: 11px;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

/* line 1103, ../sass/styles.scss */
.modification__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 1104, ../sass/styles.scss */
.modification__item {
  padding: 7px 0;
  border: solid #ededed;
  border-width: 1px 0 0 0;
}

/* line 1105, ../sass/styles.scss */
.modification__item:last-child {
  border-bottom-width: 1px;
}

/* line 1106, ../sass/styles.scss */
.modification__content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1% 0 0;
}

/* line 1107, ../sass/styles.scss */
.modification__content:last-child {
  margin-right: 0;
}

/* line 1108, ../sass/styles.scss */
.modification__icon {
  min-width: 73px;
  width: 8%;
  max-width: 90px;
  margin-right: 0.3%;
  vertical-align: top;
}

/* line 1109, ../sass/styles.scss */
.modification__label {
  position: relative;
  display: block;
  text-align: right;
  text-decoration: none;
}

/* line 1110, ../sass/styles.scss */
.modification__stickers {
  position: absolute;
  top: 0;
  left: -4px;
}

/* line 1111, ../sass/styles.scss */
.modification__info {
  width: 50%;
  line-height: 16px;
}

/* line 1112, ../sass/styles.scss */
.modification__name {
  font: 13px/16px Arial, sans-serif;
}

/* line 1113, ../sass/styles.scss */
.modification__params {
  margin: 3px 0 0;
  line-height: 20px;
}
/* line 60, ../sass/styles.scss */
.modification__params:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1114, ../sass/styles.scss */
.mod__params__item {
  float: left;
  margin: 0 20px 0 0;
}

/* line 1115, ../sass/styles.scss */
.modification__price {
  width: 21%;
}

/* line 1116, ../sass/styles.scss */
.mod__price__item {
  margin: 0 0 5px;
}

/* line 1117, ../sass/styles.scss */
.mod__price__item:last-child {
  margin-bottom: 0;
}

/* line 1119, ../sass/styles.scss */
.modification__order {
  width: 210px;
}

/* line 1120, ../sass/styles.scss */
.mod__order__item {
  display: inline-block;
  vertical-align: middle;
}

/* line 1121, ../sass/styles.scss */
.modification__amount {
  margin: 0 18px 0 12px;
}

/* line 1122, ../sass/styles.scss */
.modification__compare {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0 0;
  white-space: nowrap;
}
/* line 60, ../sass/styles.scss */
.modification__compare:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1125, ../sass/styles.scss */
.news-list {
  margin: 11px 0 0;
  padding: 0;
  list-style-type: none;
}

/* line 1126, ../sass/styles.scss */
.news-list__item {
  margin: 0 0 33px;
  line-height: 16px;
}
/* line 60, ../sass/styles.scss */
.news-list__item:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1127, ../sass/styles.scss */
.news-list__img {
  float: left;
  margin: 0 20px 0 0;
}

/* line 1128, ../sass/styles.scss */
.news-list__info {
  overflow: hidden;
}

/* line 1129, ../sass/styles.scss */
.news-bar {
  margin: 0 0 5px;
}

/* line 1130, ../sass/styles.scss */
.news-bar__date {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
  color: #555;
  font: 12px/15px "PT Sans", Arial, sans-serif;
}

/* line 1131, ../sass/styles.scss */
.news-bar__mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 16px;
  padding: 0 10px 0 7px;
  background: #fa543f;
  color: #fff;
  text-transform: uppercase;
  font: 12px/15px "PT Sans", Arial, sans-serif;
}

/* line 1132, ../sass/styles.scss */
.news-bar__mark:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border: solid transparent;
  border-width: 8px 5px;
  border-right-color: #fff;
}

/* line 1134, ../sass/styles.scss */
.news-list__label {
  text-decoration: none;
  color: #26c2f1;
  font: 13px/16px Arial, sans-serif;
}

/* line 1135, ../sass/styles.scss */
.news-list__label:hover {
  text-decoration: underline;
  color: #26c2f1;
}

/* line 1136, ../sass/styles.scss */
.news-list__description {
  color: #555;
  font: 13px/16px "PT Sans", Arial, sans-serif;
}

/* line 1139, ../sass/styles.scss */
.news-detail {
  margin: 0 0 20px;
}
/* line 60, ../sass/styles.scss */
.news-detail:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1140, ../sass/styles.scss */
.news-detail__img {
  float: left;
  max-width: 500px;
  margin: 0 20px 7px 0;
}

/* line 1141, ../sass/styles.scss */
.news-detail__box {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 1px 1px;
}

/* line 1142, ../sass/styles.scss */
.news-detail__text {
  margin: 0 0 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: #26c2f1;
  font: 13px/16px Arial, sans-serif;
}

/* line 1158, ../sass/styles.scss */
.news-side-list__label:hover {
  text-decoration: underline;
  color: #26c2f1;
}

/* line 1159, ../sass/styles.scss */
.news-side-list__description {
  max-height: 50px;
  overflow: hidden;
  color: #555;
  font: 13px/16px "PT Sans", Arial, sans-serif;
}

/* line 1162, ../sass/styles.scss */
.orders {
  margin: 0;
  padding: 0;
  list-style-type: none;
  counter-reset: myCounter;
}

/* line 1163, ../sass/styles.scss */
.orders__item {
  position: relative;
  padding: 15px 20px 15px 50px;
  border: 1px solid #ebebeb;
  border-width: 0 0 1px;
}

/* line 1164, ../sass/styles.scss */
.orders__item:first-child {
  border-top-width: 1px;
}

/* line 1165, ../sass/styles.scss */
.orders__item:nth-child(odd) {
  background: #f9f9f9;
}

/* line 1166, ../sass/styles.scss */
.orders__item:before {
  position: absolute;
  left: 20px;
  counter-increment: myCounter;
  content: counter(myCounter);
}

/* line 1167, ../sass/styles.scss */
.orders__name {
  margin: 0 7px 0 0;
  font: 13px/18px Arial, sans-serif;
}

/* line 1168, ../sass/styles.scss */
.orders__status {
  margin: 0 7px 0 0;
  padding: 2px 5px;
  background: #88a64d;
  color: #fff;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

/* line 1169, ../sass/styles.scss */
.orders__status_canselled {
  background-color: #e27e7e;
}

/* line 1170, ../sass/styles.scss */
.orders__date {
  color: #555;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

/* line 1171, ../sass/styles.scss */
.orders__products {
  padding: 0 0 12px;
  color: #555;
  font: 13px/18px "PT Sans", Arial, sans-serif;
}

/* line 1176, ../sass/styles.scss */
.orderdetail__item {
  margin: 0 0 2px;
}

/* line 1177, ../sass/styles.scss */
.orderdetail__info {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1178, ../sass/styles.scss */
.orderdetail__title {
  margin: 25px 0 10px;
  color: #555;
  font: 20px/28px "PT Sans", Arial, sans-serif;
}

/* line 1179, ../sass/styles.scss */
.orderdetail__toolbar {
  margin: 13px 0 20px;
  padding: 13px 0 0;
  border-top: 1px solid #ebebeb;
}

/* line 1180, ../sass/styles.scss */
.orderdetail__toolbar_mod {
  border-top-width: 0;
}

/* line 1183, ../sass/styles.scss */
.order-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  cursor: pointer;
}

/* line 1184, ../sass/styles.scss */
.order-radio__input {
  position: absolute;
  opacity: 0;
}

/* line 1185, ../sass/styles.scss */
.order-radio__label {
  display: block;
  padding: 6px 11px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1186, ../sass/styles.scss */
.order-radio__label:hover {
  border-color: #989898;
}

/* line 1187, ../sass/styles.scss */
.order-radio__input:checked + .order-radio__label {
  border-color: #ffd203;
}

/* line 1190, ../sass/styles.scss */
.order-result {
  width: 70%;
}

/* line 1191, ../sass/styles.scss */
.order-result__title {
  color: #555;
  font: 20px/19px "PT Sans", Arial, sans-serif;
}

/* line 1192, ../sass/styles.scss */
.order-result__description {
  margin: 0 0 20px;
}

/* line 1193, ../sass/styles.scss */
.order-result__info {
  margin: 0 0 10px;
}

/* line 1194, ../sass/styles.scss */
.order-payname {
  margin: 0 0 5px;
}

/* line 1198, ../sass/styles.scss */
.pager-bar {
  margin: 0 160px;
  text-align: center;
}

/* line 1199, ../sass/styles.scss */
.pager {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
/* line 60, ../sass/styles.scss */
.pager:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1200, ../sass/styles.scss */
.pager__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0;
  font: 15px/20px "PT Sans", Arial, sans-serif;
  text-align: center;
}

/* line 1201, ../sass/styles.scss */
.pager__label {
  display: block;
  min-width: 15px;
  height: 15px;
  padding: 7px 9px 11px;
  /* border: 1px solid #ccc; */
  border-radius: 2px;
  text-decoration: none;
  color: #202002;
}

/* line 1202, ../sass/styles.scss */
.pager__label:not(.pager__label_current):hover {
  border-color: #989898;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}

/* line 1203, ../sass/styles.scss */
.pager__label_current {
  border-color: #ffd203;
  background-color: #ffd203;
  border-radius: 50%;
}

/* 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 40.25% 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 1283, ../sass/styles.scss */
.promo-col-right {
  float: right;
  width: 40%;
}

/* 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 5px;
  height: 150px;
  /*height: 50%;*/
/*  width: 50%;*/
 /* margin-bottom: 0px;*/
 
}

/* line 1287, ../sass/styles.scss */
.promo-product:last-child {
  margin-bottom: 0;
 /* float: right;*/
}

/* line 1289, ../sass/styles.scss */
.promo-product__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 153.5px;
}

/* line 1290, ../sass/styles.scss */
.promo-product:hover .promo-product__img {
  opacity: 0.8;
}

/* line 1291, ../sass/styles.scss */
.promo-product__label {
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 9px 6px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #26c2f1;
  font: 20px/22px "PT Sans", Arial, sans-serif;
}

/* line 1293, ../sass/styles.scss */
.promo-slider {
  position: relative;
  width: 100%;
}

/* line 1294, ../sass/styles.scss */
.promo-slider-list {
  height: 306px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

/* line 1295, ../sass/styles.scss */
.js_on .promo-slider-list {
  overflow: visible;
  height: auto;
}

/* line 1296, ../sass/styles.scss */
.promo-slider-list__item {
  overflow: hidden;
}

/* line 1297, ../sass/styles.scss */
.promo-slider-list__label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 1298, ../sass/styles.scss */
.promo-slider__layout {
  display: block;
  padding: 0;
  height: 307px;
}

/* line 1299, ../sass/styles.scss */
.promo-slider-list__img {
  display: block;
  position: absolute;
  min-width: 100%;
  width: auto;
  height: 306px;
  margin: auto;
  max-width: 100%;
}
@media (max-width: 660px) {
  .promo-slider-list__img {
    height: 100%;
  }
}
.owl-item .promo-slider-list__img {
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  height: 100%;
}

/* line 1301, ../sass/styles.scss */
.promo-slider-description {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 30px 20px 30px 30px;
}

/* line 1302, ../sass/styles.scss */
.promo-slider-description__title {
  display: block;
  max-height: 83px;
  overflow: hidden;
  margin: 0 0 17px;
  color: #202020;
  font: 700 24px/28px "PT Sans", Arial, sans-serif;
}

/* line 1303, ../sass/styles.scss */
.promo-slider__title_decor {
  display: inline-block;
  vertical-align: top;
  padding: 2px 12px 3px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1304, ../sass/styles.scss */
.promo-slider-description__info {
  width: 90%;
  max-height: 82px;
  overflow: hidden;
  margin: 0 0 23px;
  color: #000;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 1305, ../sass/styles.scss */
.promo-slider__info_decor {
  padding: 2px 12px 3px;
  background: rgba(255, 255, 255, 0.8);
}

/* line 1306, ../sass/styles.scss */
.promo-slider-description__price {
  display: inline-block;
  vertical-align: top;
  margin: 2px 11px 5px 0;
  color: #000;
  font: italic 27px/28px Arial, sans-serif;
}

/* line 1307, ../sass/styles.scss */
.promo-slider-description__cart {
  display: inline-block;
  vertical-align: top;
  height: 29px;
  margin: 0 0 5px;
  padding: 3px 17px 5px;
  color: #000;
  font-size: 16px;
}

/* line 1308, ../sass/styles.scss */
.promo-slider-list__label .promo-slider-description__cart:hover {
  color: #000;
}

/* line 1309, ../sass/styles.scss */
.promo-slider-icon {
  float: left;
  width: 50%;
}

/* line 1310, ../sass/styles.scss */
.promo-slider-icon__img {
  display: block;
  max-width: 100%;
  max-height: 306px;
  margin: 0 auto;
}

/* line 1311, ../sass/styles.scss */
.promo-slider__img_detail {
  display: none;
}

/* line 1313, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-description {
  width: 40%;
}

/* line 1314, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-description__info {
  width: auto;
}

/* line 1315, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-icon {
  width: 60%;
}

/* line 1316, ../sass/styles.scss */
.promo-col-main_middle .promo-slider-icon__img {
  display: none;
}

/* line 1317, ../sass/styles.scss */
.promo-col-main_middle .promo-slider__img_detail {
  display: block;
}

/* line 1322, ../sass/styles.scss */
.promo-video {
  display: block;
  width: 100%;
  height: auto;
}

/* line 1325, ../sass/styles.scss */
.product {
  margin: 0 0 8px;
}

/* line 1326, ../sass/styles.scss */
.product-detail {
  margin: 0 0 46px;
}
/* line 60, ../sass/styles.scss */
.product-detail:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1327, ../sass/styles.scss */
.product-col {
  float: left;
  margin: 0 245px 0 0;
}

/* line 1329, ../sass/styles.scss */
.product-title-bar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 100%;
  padding: 0 0 0 380px;
}

/* line 1330, ../sass/styles.scss */
.product-img {
  float: left;
  width: 350px;
  margin: 0 -350px 0 0;
}

/* line 1331, ../sass/styles.scss */
.product-preview {
  position: relative;
  display: block;
  height: auto;
  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: -15px;
  left: 20px;
}

/* line 1334, ../sass/styles.scss */
.product-detail .catalog-stickers {
  z-index: 2;
}

/* line 1335, ../sass/styles.scss */
.product-preview .catalog-add-info {
  bottom: 56px;
}

/* line 1336, ../sass/styles.scss */
.product-detail .catalog-add-info {
  z-index: 2;
}

/* line 1337, ../sass/styles.scss */
.product-preview__icon {
  max-width: 100%;
  max-height: 346px;
  margin: 0 auto;
  vertical-align: middle;
}

/* line 1338, ../sass/styles.scss */
.product-detail.js-element .product-preview .product-preview__icon {
  max-width: 100%;
  max-height: 500px;
  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;
}

.add2basketform.cantbuy .product-button-buy {
    display: none;
}

/* line 1341, ../sass/styles.scss */
.product-preview__counter {
  display: none;
}

/* line 1342, ../sass/styles.scss */
.product-zoom {
  display: none;
  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(/bitrix/templates/redigital_toysa/styles/../images/icons/icons-sprite.png) no-repeat -119px 0;
}

/* line 1344, ../sass/styles.scss */
.product-zoom_icon {
  margin: 0 6px 36px 0;
}

/* line 1346, ../sass/styles.scss */
.product-gallery-list {
  width: 230px;
  margin: 0 auto;
}
/* line 60, ../sass/styles.scss */
.product-gallery-list:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1347, ../sass/styles.scss */
.product-gallery__item {
  float: left;
}

/* line 1348, ../sass/styles.scss */
.product-gallery__label {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ccc;
  line-height: 45px;
  text-align: center;
}

/* line 1349, ../sass/styles.scss */
.product-gallery__l_active {
  border-color: #ffd203;
}

/* line 1350, ../sass/styles.scss */
.product-gallery__img {
  display: inline-block;
  vertical-align: middle;
  max-width: 48px;
  max-height: 48px;
}

/* line 1352, ../sass/styles.scss */
.popup-gallery .product-gallery {
  margin-left: 0;
  margin-right: 0;
}

/* line 1353, ../sass/styles.scss */
.popup-gallery .product-gallery-list {
  width: auto;
}

/* line 1354, ../sass/styles.scss */
.popup-gallery .product-gallery__item {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 1355, ../sass/styles.scss */
.popup-gallery__list .product-gallery__label {
  width: 58px;
  height: 58px;
}

/* line 1356, ../sass/styles.scss */
.popup-gallery__list .product-gallery__label .product-gallery__img {
  max-width: 58px;
  max-height: 58px;
}

/* line 1359, ../sass/styles.scss */
.product-description {
  float: right;
  width: 100%;
}

/* line 1360, ../sass/styles.scss */
.product-description__inner {
  margin: 0 0 0 380px;
}

/* line 1361, ../sass/styles.scss */
.product-title {
  /*margin-top: -5px;*/
  margin-bottom: 5px;
}

/* line 1362, ../sass/styles.scss */
.product-code {
  min-height: 20px;
  margin: 0 0 12px;
}

/* line 1363, ../sass/styles.scss */
.product-code__label {
  color: #585f69;
  font: 11px/20px "PT Sans", Arial, sans-serif;
}

/* line 1364, ../sass/styles.scss */
.product-rating {
  min-height: 18px;
  margin: 0 0 18px;
}

/* line 1366, ../sass/styles.scss */
.product-price-multi {
  max-height: 90px;
  overflow-y: auto;
  margin: 0 0 10px;
  padding: 5px 0 5px 13px;
  border: 1px solid #cdcdcd;
}

/* line 1368, ../sass/styles.scss */
.product-price {
  min-height: 33px;
  margin: 0 0 12px;
}

/* line 1369, ../sass/styles.scss */
.product-price__label {
  margin: 0 7px 0 0;
  color: #585f69;
  font: 11px/15px "PT Sans", Arial, sans-serif;
}

/* line 1370, ../sass/styles.scss */
.product-price__actual {
  margin: 0 11px 0 0;
}

/* line 1371, ../sass/styles.scss */
.product-price__item {
  display: inline-block;
  vertical-align: bottom;
}

/* line 1372, ../sass/styles.scss */
.product-price__actual-label {
  display: block;
  margin: 0 0 11px;
  color: #585f69;
  font: 11px/10px "PT Sans", Arial, sans-serif;
  text-align: left;
}

/* line 1373, ../sass/styles.scss */
.product-price__actual-digit {
  display: block;
/*  color: red;
  font: italic 28px/20px Arial, sans-serif;
  white-space: nowrap;*/


  font-size: 24px;
    line-height: 24px;
    font-weight: 600;
        color: #fb0000;
        font-family: Open Sans, sans-serif;
}

/* line 1374, ../sass/styles.scss */
.product-price__old {
 display: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;*/


  font-size: 14px;
    line-height: 14px;
    padding-top: 8px;
    font-weight: 300;
    text-decoration: line-through;
    color: #999;
}

/* line 1376, ../sass/styles.scss */
.product-price-multi .product-price {
  margin: 0 0 6px;
}

/* line 1377, ../sass/styles.scss */
.product-price-multi .product-price__actual-label {
  margin-bottom: 3px;
}

/* line 1378, ../sass/styles.scss */
.product-price-multi .product-price__actual-digit {
  font-size: 19px;
}

/* line 1379, ../sass/styles.scss */
.product-price-multi .product-price__old {
  font-size: 16px;
}

/* line 1381, ../sass/styles.scss */
.product-economy {
  min-height: 17px;
  margin: 0 0 18px;
}

/* line 1382, ../sass/styles.scss */
.economy {
  display: inline-block;
  vertical-align: bottom;
  color: #b12704;
  font: 15px/18px Arial, sans-serif;
}

/* line 1383, ../sass/styles.scss */
.economy_simple {
  color: #b63515;
  font-size: 13px;
}

/* line 1384, ../sass/styles.scss */
.economy__price {
  font-style: italic;
}

/* line 1385, ../sass/styles.scss */
.product-availability {
  min-height: 18px;
  margin: 0 0 18px;
  position: relative;
}

/* line 1386, ../sass/styles.scss */
.js-stores .catalog-availability_title {
  border-bottom: 1px dashed;
  cursor: pointer;
}

/* line 1387, ../sass/styles.scss */
.js-stores td {
  padding: 6px 4px;
}

/* line 1388, ../sass/styles.scss */
.js-stores .store_green {
  color: #008800;
}

/* line 1389, ../sass/styles.scss */
.js-stores .store_red {
  color: #dd2808;
}

/* line 1390, ../sass/styles.scss */
.product-color {
  min-height: 47px;
  margin: 0 0 7px;
}

/* line 1392, ../sass/styles.scss */
.product-select {
  min-height: 32px;
  margin: 0 0 10px;
}

/* line 1393, ../sass/styles.scss */
.product-announce {
  margin: 0 0 10px;
  color: #555;
  font: 13px/19px "PT Sans", Arial, sans-serif;
}

/* line 1396, ../sass/styles.scss */
.product-bar {
  float: right;
  width: 240px;
  margin: 0 0 0 -220px;
}

/* line 1397, ../sass/styles.scss */
.product-counter {
  min-height: 108px;
  margin: -4px 0 22px;
}

/* line 1398, ../sass/styles.scss */
.product-counter-title {
  color: #636363;
  font: 14px/18px "PT Sans", Arial, sans-serif;
  text-align: center;
}

/* line 1399, ../sass/styles.scss */
.product-amount {
  min-height: 35px;
  margin: 0 0 10px;
  text-align: center;
  float: left;
}

/* line 1401, ../sass/styles.scss */
.product-button {
  min-height: 100px;
  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;
 /* margin-top: 65px;*/
}

/* 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(/bitrix/templates/redigital_toysa/styles/../images/icons/icons-sprite.png) no-repeat -140px 0;
}

/* line 1412, ../sass/styles.scss */
.product-favorites {
  min-height: 20px;
  margin: 0 0 18px;
}
/* line 60, ../sass/styles.scss */
.product-favorites:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1413, ../sass/styles.scss */
.product-share {
  min-height: 20px;
  margin: 0 0 10px;
}

/* line 1416, ../sass/styles.scss */
.product-menu {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}

/* line 1417, ../sass/styles.scss */
.product-menu__item.mob-tab__wi {
  display: none;
  margin: -1px 4px 0px 0;
}

/* line 1418, ../sass/styles.scss */
.product-menu__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 2px 0;
}

/* line 1419, ../sass/styles.scss */
.mob-tab__wi {
  position: relative;
}

/* line 1420, ../sass/styles.scss */
.mob-tab__wi.active-tab__wi .select-field-icon {
  transform: rotate(180deg);
}

/* line 1421, ../sass/styles.scss */
.product-menu .product-menu__label {
  display: block;
  padding: 6px 9px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-decoration: none;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1422, ../sass/styles.scss */
.mob-tab__wi .product-menu__label {
  display: block;
  margin-left: -10px;
  margin-right: -14px;
  padding: 9px 9px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1423, ../sass/styles.scss */
.mob-tab__wi .product-menu__label:hover {
  border-color: #989898;
}

/* line 1428, ../sass/styles.scss */
.product-content {
  margin: 0 0 25px;
}

/* line 1429, ../sass/styles.scss */
.product-content__title {
  margin: 21px 0 15px;
}

/* line 1430, ../sass/styles.scss */
.product-content__info {
  margin: 0 0 5px;
  color: #202020;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 1431, ../sass/styles.scss */
.product-content__switcher {
  display: inline-block;
  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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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;
  margin:15px 0;
}

/* 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(/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;
}

.search__batton {
  position: absolute;
  top: 1px;
  right: 2px;
  width: 33px;
  height: 33px;
  background: url(/images/icons/forms-icon.png) no-repeat 0 0;
  border: 1px solid #ccc!important;
  border-width: 0 0 0 1px!important;
  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(/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: block;
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 4px 10px;
  height: 36px;
  /*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 {
  display: none;
  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(/bitrix/templates/redigital_toysa/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("/bitrix/templates/redigital_toysa/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%;
  width: 500px;
  padding: 6px 10px 7px;
  margin: 9px 0 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
}

/* line 1557, ../sass/styles.scss */
.s-result-title {
  display: block;
  padding: 0 0 5px;
  border-bottom: 1px solid #ededed;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1559, ../sass/styles.scss */
.s-result-list__item {
  padding: 5px 0;
  border-bottom: 1px solid #ededed;
}

/* line 1560, ../sass/styles.scss */
.s-result-list__item:last-child {
  border-bottom-width: 0;
}

/* line 1561, ../sass/styles.scss */
.s-result-list__label {
  position: relative;
  display: block;
  min-height: 68px;
  padding: 0 0 0 85px;
  line-height: 16px;
  text-decoration: none;
}
/* line 60, ../sass/styles.scss */
.s-result-list__label:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1562, ../sass/styles.scss */
.s-result-list__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  text-align: center;
}

/* line 1563, ../sass/styles.scss */
.s-result-list__img {
  margin: 0 15px 0 0;
}

/* line 1564, ../sass/styles.scss */
.s-result-list__name {
  color: #26c2f1;
  font: 13px/16px Arial, sans-serif;
}

/* line 1565, ../sass/styles.scss */
.s-result-list__name:hover {
  text-decoration: underline;
}

/* line 1566, ../sass/styles.scss */
.s-result-list__price {
  margin: 5px 0 0;
  display: block;
  color: #202020;
  font: italic 16px/18px Arial, sans-serif;
}

/* line 1567, ../sass/styles.scss */
.s-result-substring {
  font-weight: bold;
}

/* line 1568, ../sass/styles.scss */
.s-result-section {
  margin: 0 0 10px 5px;
  color: #555;
}

/* line 1569, ../sass/styles.scss */
.s-result-section__title {
  display: block;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 60, ../sass/styles.scss */
.s-result-more:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* line 1571, ../sass/styles.scss */
.s-result-more__label {
  float: right;
  padding-left: 9px;
  padding-right: 9px;
}

/* line 1573, ../sass/styles.scss */
.search_filter {
  margin-bottom: 7px;
}

/* line 1577, ../sass/styles.scss */
.sections-list {
  margin: 0 -3% 0 0;
  padding: 0;
  list-style-type: none;
}

/* line 1578, ../sass/styles.scss */
.sections__item {
  display: inline-block;
  vertical-align: top;
  width: 17%;
  margin: 0 3% 30px 0;
}

/* line 1579, ../sass/styles.scss */
.sections__label {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  text-decoration: none;
}

/* line 1580, ../sass/styles.scss */
.sections__img {
  display: block;
  width: 100%;
}

/* line 1581, ../sass/styles.scss */
.sections__label:hover .sections__img {
  opacity: 0.8;
}

/* line 1582, ../sass/styles.scss */
.sections__name {
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 53px;
  padding: 4px 9px 6px;
 /* background: rgba(255, 255, 255, 0.9);*/
  color: #26c2f1;
  font: 20px/22px "PT Sans", Arial, sans-serif;
 /* text-shadow: 1px 1px 0px black, 0 0 1em #eae6e6;*/
}

/* line 1585, ../sass/styles.scss */
.select-box {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
}

/* line 1586, ../sass/styles.scss */
.select {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* line 1587, ../sass/styles.scss */
.select-label {
  display: block;
  margin: 0 0 2px;
  color: #585f69;
  font: 11px/18px "PT Sans", Arial, sans-serif;
}

/* line 1588, ../sass/styles.scss */
.select-field {
  position: relative;
  cursor: pointer;
}

/* line 1589, ../sass/styles.scss */
.select-field:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1591, ../sass/styles.scss */
.select-field_undisabled:after {
  display: none;
}

/* line 1592, ../sass/styles.scss */
.select-input {
  display: inline-block;
  vertical-align: top;
  min-width: 70px;
  height: 35px;
  padding-left: 6px;
  padding-right: 36px;
  color: #202020;
  font-size: 15px;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
}

/* line 1593, ../sass/styles.scss */
.sort-list .select-input {
  min-width: 58px;
  padding-right: 25px;
}

/* line 1594, ../sass/styles.scss */
.select-unit {
  position: absolute;
  right: 20px;
  top: 7px;
  color: #202020;
  font: 14px/20px "PT Sans", Arial, sans-serif;
}

/* line 1595, ../sass/styles.scss */
.select-input:hover + .select-unit {
  color: #636363;
}

/* line 1596, ../sass/styles.scss */
.select-field-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 4px;
  margin: -1px 0px 0;
  background: url(/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;
}

 /*social link in header*/

  .social-link_block{
      list-style: none;
      margin-bottom: 5px;
  }
  .footer-social .social-link_block {
    padding: 0px;
  }
  .social-link_item{
      display: inline-block;
      margin-right: 2px;     
  }
  .social-item_icon{
    position: relative;
    left: 0px;
    top: -10px;
    display: block;
    width: 26px;
    height: 26px;
    overflow: hidden;
   
    background-repeat: no-repeat;
  }
  .social-link_item:first-child .social-item_icon {
   /* background-position: -317px -502.5px;*/
    background-size: 26px;
    background-image: url(/bitrix/templates/redigital_toysa/images/icons/whatsapp2.svg);
  }
  .social-link_item:nth-child(2) .social-item_icon {
   /* background-position: -74px -581.5px;*/
    background-size: 26px;
    background-image: url(/bitrix/templates/redigital_toysa/images/icons/viber2.svg);
  }
  .social-link_item:nth-child(3) .social-item_icon {
   /* background-position: -683px -502.5px;*/
   background-size: 26px;
   background-image: url(/bitrix/templates/redigital_toysa/images/icons/telegram2.svg);
  }
  .social-link_item:nth-child(4) .social-item_icon {
   /* background-position: -256px -581.5px;*/
   background-size: 26px;
   background-image: url(/bitrix/templates/redigital_toysa/images/icons/youtube2.svg);
  }
  .social-link_item:nth-child(5) .social-item_icon {
    /* background-position: -256px -581.5px;*/
    background-size: 26px;
    background-image: url(/bitrix/templates/redigital_toysa/images/icons/instagram.svg);
   }

  /*social link in header*/

/* 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(/bitrix/templates/redigital_toysa/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 {
  display: none;
  float: right;
  margin: 8px 0 0;
  color: #202002;
  font: 15px/20px "PT Sans", Arial, sans-serif;
}

/* line 1728, ../sass/styles.scss */
.statistic {
  position: fixed;
  left: 0px;
  right: 0px;
  top: -100%;
  z-index: 7;
}
.how{
  top: 0px;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid;
  border-bottom-color: #cf7f37;
}

/* 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: 10px  0px;*/
}

/* 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;
}
 .statistic-list__item.share {
  order: 5;
  width: 80px;
 /* margin:10px auto; */
 padding-top: 21px;
/* margin-right: 15px;*/

}
.product-bar__foot.share {
  width: 250px;
}


.autoriz_u_sh {
  margin-left: 10px;
}
.autoriz_u {
 /* margin-top: 30px;*/
}
.statistic-list__item--menedger.autoriz_u_manager {
   padding-top: 0px;
   margin-left: 0px;
   min-width: 360px;
}  
/* line 1733, ../sass/styles.scss */
.statistic-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #c66510;
  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(/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;
}
.clearitems:hover {

  color: #000;
}

/* 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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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;
}
.ajaxpages-btn {
  display: flex;
  align-items: center;
}
.ajaxpages-btn svg {
  margin-right: 15px;
}
.ajaxpages-btn:hover svg {
  -webkit-animation: spinner .5s ease-out 1;
  animation: spinner .5s ease 1;
}
@keyframes spinner {
  from {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg)
  }
}
/* 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;
  transition: color 0.3s;
}

/* line 1807, ../sass/styles.scss */
a.pager__link:hover {
  border-bottom: 1px solid #FFF;
  color: #d38c52;
}

/* line 1808, ../sass/styles.scss */
.compare-props__item {
  white-space: normal;
  overflow: auto;
}

/* line 1809, ../sass/styles.scss */
.product-preview {
  margin-top: 20px;
  padding: 0 0 20px;
}

/* 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("/bitrix/templates/redigital_toysa/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("/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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(/bitrix/templates/redigital_toysa/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("/bitrix/templates/redigital_toysa/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("/bitrix/templates/redigital_toysa/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("/bitrix/templates/redigital_toysa/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%;
  top:75px;
}

/* 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("/bitrix/templates/redigital_toysa/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;
}
.main_share {
  float: right;
  margin-right: 56px;
  height: 40px;
  margin-top: 10px;
}
.autoriz_u_share {
 /* margin-right: 8.3%; */
 margin-right: 66px;
}
.autoriz_u_shareN {
  margin-top: -55px;
}

 .main_share .yandex-share-panel {
  width: auto;
 }
 .product-bar__foot .yandex-share-panel {
  width: 250px;
}

/*--/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: 0px;
  }

  /* line 5, ../sass/styles_1240.scss */
  .promo-slider .owl-next {
    right: 0px;
  }

  /* line 7, ../sass/styles_1240.scss */
  .catalog-menu-sub-item_product:last-child {
    display: none;
  }

  /* line 9, ../sass/styles_1240.scss */
  .c-list__info {
    width: 31%;
  }

  /* line 10, ../sass/styles_1240.scss */
  .c-list__price {
    width: 23%;
  }

  /* line 11, ../sass/styles_1240.scss */
  .c-list__amount {
    margin: 0 14px 0 8px;
  }

  /* line 12, ../sass/styles_1240.scss */
  .c-list__order {
    width: 198px;
  }

  /* line 14, ../sass/styles_1240.scss */
  .l-wrapper {
    overflow: hidden;
  }

  /* line 16, ../sass/styles_1240.scss */
  .modification__info {
    width: 45%;
  }

  /* line 18, ../sass/styles_1240.scss */
  .promo-slider-description__price {
    font-size: 23px;
  }

  /* line 20, ../sass/styles_1240.scss */
  .recommended .catalog__item {
    width: 25%;
  }

  /* line 22, ../sass/styles_1240.scss */
  .sort_extra .sort-help {
    display: none;
  }

  /* line 23, ../sass/styles_1240.scss */
  .sort_extra .sort-list {
    display: none;
  }

  /* line 24, ../sass/styles_1240.scss */
  .sort-pages {
    display: none;
  }

  /* line 26, ../sass/styles_1240.scss */
  .pager-bar {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 27, ../sass/styles_1240.scss */
  .pager {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1150px) {

.l-header{
	padding-top: 5px;
}
.header__item_first{
	width: 33%;
}
 .header__block {
  	float: none;
  	
  }
 .header__block_search {
    width: 298px;
  }

.header__item_last{
	width: 67%;
	padding-top: 52px;
}
.header__block_favorites{
	width: 47%;
}
.header__block_contacts{
	width: 48%;
}
.f-header__manager{
	width: 53%;
}
.header__item_last .header__block{
	float: left;
}
.contacts__address span{
	width: 100%;
	text-align: right;
}
.main_share {
   margin-right: 3%;
}
.autoriz_u_share {
/* margin-top: -100px;
 margin-right: 0px!important;*/
}
/* detail page  */
.n-product .product-col{
 width: 100%;
 margin:0px;
}

.product-img{
	/*width: 33%;*/
}
div.product-description{
	/*width: 60%;*/
	width: calc(100% - 400px);
	padding: 0px 20px;
}
.product-title-bar{
 width: 100%;

}
.n-product .product-title-bar{
	padding: 0px;
	max-width: 100%;
	text-align: center;
}
.n-product .product-bar {
	margin:0px;
	width: 100%;
	
	height: auto;
	text-align: center;
	padding: 10px 0;
}
.n-product .catalog-stickers{
	display: block;
}
.product-bar span.catalog-stickers__item_discount {
    position: unset;
    margin: 0 auto;
}
.product-detail .product-amount {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    float: none;
}
form.add2basketform .product-amount .transparent_input{
	width: 50%;
	height: 42px;

}
.bx_cnt_desc{
	display: block;
}
.product-detail form.add2basketform .gui-button.butt_add_basket{
	width: 20%;

}
.in_cart {
    float: none;
    margin: 0 auto;
}
.product-favorites{
	margin-top: -50px;
}
.product-detail .product-bar__foot .share .yandex-share-panel {
    margin: 0 auto;
}
.product-detail .product-bar__foot .share .ya-share-text-wrap {
    display: block;
    text-align: center;
}

 .element_section .catalog-description__item .product-amount {
    display: inline-block;
    float: left;
    width: calc(50% - 30px);
  }
  form.add2basketform .gui-button.butt_add_basket {
    width: 55%;
}
  .catalog-description__item .in_cart {
    float: right;
    height: 42px;
  }
  .c-list__order{
    width: 30%;
  }
  .c-list__order .product-amount{
    width: 40%;
  }
  .c-gallery__content_order .product-amount{
    width: 90%;
  }

  .cart-info{
    width: 30%;
  }
}

@media (max-width: 1024px) {

 .header__item_last	{
 	margin-left: 20px;
 	width: 64%;
 }

.how{
  display: none;
}
.main_share {
   margin-right: 4%;
}



  /* 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;
  }
  .cart-content-head.cart-action{
    display: block;
    width: 100%;
    text-align: right;
  }
 
  /* line 11, ../sass/styles_1024.scss */
  .cart-icon {
    width: 20%;
    max-width: 100px;
  }
   .g-product-img {
    max-width: 100%;
    max-height: 78px;
  }

  /* line 12, ../sass/styles_1024.scss */
  .cart-info {
    width: 40%;
  }

  /* line 13, ../sass/styles_1024.scss */
  .cart-digit {
    width: auto;
    max-width: 30%;
    margin-bottom: 7px;
    margin-right: 1%;
    min-width: 90px;
  }

  /* line 14, ../sass/styles_1024.scss */
  .cart-digit-name {
    display: block;
    text-align: center;
  }

  /* line 15, ../sass/styles_1024.scss */
  .cart-amount {
    width: 9%;
  }

  /* line 16, ../sass/styles_1024.scss */
 .cart_list_element .cart-action {
    white-space: nowrap;
    /*float: right;*/
    width: 15%;
    display: inline-block;
    position: relative;
    
  }

  /* 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: 5px 5px;
    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;*/
  }

  .menu{
  	width: 25%;
  }
  .footer-contacts{
  	width: 25%;
  }
  .subsribe{
  	width: 50%;
  }
}
@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 */
  .n-product  .product-bar{
  /*	height: auto;
  	 width: 100%;
  	 padding: 0px;*/
  }

  .product-bar {
    clear: both;
   /* float: none;*/
   
    margin-left: 0;
    padding: 0px;
    width: 96.5%;
    /*height: auto!important;*/
  }
  .product-amount{
  	float: none;
  }

  /* line 48, ../sass/styles_940.scss */
  .product-preview .catalog-add-info {
    bottom: 0;
    display: none;

  }

  /* line 49, ../sass/styles_940.scss */
  .product-preview__counter {
    display: block;
  }

  /* line 50, ../sass/styles_940.scss */
  .product-counter {
    display: none;
  }
  .product-detail form.add2basketform .gui-button.butt_add_basket{
  	width: 25%;
  }

  /* line 51, ../sass/styles_940.scss */
  .product-description {
    margin-bottom: 20px;
  }

  /* line 52, ../sass/styles_940.scss */
  .product-bar__foot {
    text-align: center;
   /* margin-top: 23px;*/
  }
  .product-bar__foot .share {
   /* display: inline-block;*/
  }

  /* 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;
    
  }

  /*.subsribe{
  	width: 44%;
  }
*/
  /* line 56, ../sass/styles_940.scss */
  .promo-col-main {
    width: 60%;
    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%;
  }


  .header__block_favorites {
    width: 50%;
  }
  .f-header__manager {
    width: 47%;
  }
  .f-header__manager-info-block {
    margin-left: 5px!important;
  }
  .main_share {
   margin-right: 2%;
}
  /*.autoriz_u_share {
     margin-top: 0px; 
  }*/
}

@media (max-width: 880px) {
  .autoriz_u_share {
  /*  margin-top: -140px;*/
   }
   .cart-info {
    width: 33%;
   }

}

@media (max-width: 768px) {

.l-header{
	/*height: 260px;*/
}
.autoriz_u_share{
/* margin-top: -30px;*/
}
.autoriz_u_shareN{
	
    margin-top: 48px!important;
    margin-right: 3%!important;

}
.f-header__manager-info-block {
    margin-left: 5px!important;
}
.favorites__item:first-child{
  margin-left: 40%;
}
/* .favorites__item:last-child {
    margin-right: 25px;
} */



.header__item_last{
	width: 63%;
}

.personal_menu_cl{
  top:84px;
  display: block;
}
/*.l-sidebar{
	display: none;
}*/
.statistic{
	display: none;
}
/*.l-content{
	float: none;
}*/
/*.l-container{
	margin-left: 0px;
}*/
.l-footer{
	min-width: 100%;
}
.menu{
	width: 20%;
}
.subsribe{
	width: 50%;
}
.footer-contacts{
	width: 25%;
}

.menu-mob-list .f-header__manager__line{
  padding: 3px 1px;
}

  /* 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%;
  }

  .c-list__order .product-amount{
    float: left;
  }

  /* line 16, ../sass/styles_768.scss */
  .c-gallery__content_info {
    margin-left: 230px;
    margin-right: 140px;
  }

  /* line 18, ../sass/styles_768.scss */
  

  /* 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: 137%;
  }

  /* line 31, ../sass/styles_768.scss */
  .header__block_search .search {
    float: right;
  }

  /* line 32, ../sass/styles_768.scss */
  .header__block_favorites {
    width: 98%;
    margin-left: 22px;
  }

   .f-header__manager {
    width: 80%;
  }

  /* 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;
  }

  
 /* .promo{
    max-height: 340px;
  }
  .promo-slider-list__label {
    height: 230px;
  }*/

  /*.product-detail*/ .product-col{
    float: none;
  }
  .n-product {
    height: auto;
  }
  .n-product .product-title-bar{
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .product-title{
    text-align: center;
  }
  .product-img{
    width: 48%;
    margin: 0px;
  }
  div.product-description{
    width: 50%;
    padding-left: 0px;
    padding: 0 5px;
  }
  .n-product .product-bar{
   
    width: 470px;
    padding: 10px 0;
    text-align: center;
  }

  .product-detail .product-bar__foot{
    display: block;
    position: relative;
    top: -40px;
  }
  .product-favorites{
  	margin-top: 0px;
  }
  .product-detail .product-bar__foot .share .yandex-share-panel{
    margin: 0 auto;
  }
  .product-detail .product-bar__foot .share .ya-share-text-wrap{
    display: block;
    text-align: center;
  }
   .cart-info{
   	width: 30%;
   }
   .cart_list_element .cart-action{
    width: 50%;
    top: -7px;
   }
   .cart-action__label{
    padding: 5px 30px;
   }
   .cart-content{
    margin: 0px;
    margin-left: 5px;
   }
   .cart-digit{
    min-width: 80px;
   }


}
@media (max-width: 660px) {

  #upbutton{
    display: none;
  }

  .promo{
    max-height: 315px;
  }
  .subsribe {
    width: 95%;
    float: none;
    margin-top: 40px;
  }

  .l-footer {
   min-width: auto;
    height: auto;
  }
  .product-detail.js-element .product-preview .product-preview__icon {
  
      max-height: 250px;
 
  }
  .product-detail .product-bar__foot {
    display: none;
  }
  .l-sidebar{
   display: none;
  }
  .how {
    display: none;
  }
/*  /*   dubl /*/
  .b-mob-block{
    display: flex;
 
    width: 100%;
  }
  .b-mob-block_item{

  width: 50%;

  }
.b-mob-block .b-mob-phone{
  display: inline-block;
  margin-left: 5px;
}
.b-mob-block .b-mob-phone .contacts__phone{
  font-size: 18px;
  float: none;

}
.b-mob-block .b-mob-callback{
  display: inline-block;
 
}
.b-mob-block .b-mob-callback .feedback-menu__link{
  position: unset;
  display: block;
  margin: 0px;
}
 .b-mob-block .b-mob-callback .feedback-menu__link::before{
 background-image: url(/bitrix/templates/redigital_toysa/styles/../images/icons/icons-sprite.png) no-repeat -100% -100%;
  }   

.b-mob-block .b-mob-callback .feedback-menu__label{
  display: block;
  margin-left: 3px;
   text-decoration: underline;

}

.b-mob-block .b-mob-callback .feedback-menu__icon{
  top: 8px;
  left: 155px;

  position: relative;
  display: none;
}
.b-mob-block .b-mob-personal{
  display: inline-block;
    text-align: right;
 
}
.b-mob-block .b-mob-personal .personal_link{
  text-decoration: underline;
      margin-top: 6px;
}
.personal_menu_cl{
  top:84px;
  display: block;
}

.menu-mob-list .f-header__manager__line{
  padding: 3px 1px;
}

  /* line 1, ../sass/styles_660.scss */
  .l-toppanel {
    display: none;
  }
  /* line 3, ../sass/styles_660.scss */
  .l-toppanel-mob {
    display: block;
    min-height: 158px;
    background: url(/images/back.png) 40% 40% repeat-x;
  }


  /* line 5, ../sass/styles_660.scss */
  .l-body {
   /* padding-top: 10px;*/
    padding-bottom: 10px;
    min-height: 140px;
  }

  /* line 6, ../sass/styles_660.scss */
  .l-content {
    float: none;
  }

  /* line 7, ../sass/styles_660.scss */
  .l-container {
    margin-left: 0;
  }

  /* line 8, ../sass/styles_660.scss */
  .l-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* line 10, ../sass/styles_660.scss */
  .about-bar {
    max-height: 227px;
  }

  /* line 11, ../sass/styles_660.scss */
  .about-title {
    margin-bottom: 0;
  }

  /* line 12, ../sass/styles_660.scss */
  .about-title-sub {
    margin-bottom: 0;
  }

  /* line 14, ../sass/styles_660.scss */
  .ajaxlocation .cominput {
    width: 100%;
    margin: 0 0 10px;
  }

  /* line 16, ../sass/styles_660.scss */
  .auth {
    width: 100%;
  }

  /* line 19, ../sass/styles_660.scss */
  .body-fix .l-wrapper {
    overflow: hidden;
  }

  /* line 20, ../sass/styles_660.scss */
  /* .body-fix .l-mob-bar {
    position: relative;
  } */

  /* line 21, ../sass/styles_660.scss */
  .body-fix .l-body {
    padding-top: 8px;
  }

  /* line 22, ../sass/styles_660.scss */
  .body-fix .l-main-content {
   /* position: absolute;*/
  }

  /* line 24, ../sass/styles_660.scss */
  .best-products_simple .owl-prev {
    top: 85px;
  }

  /* line 25, ../sass/styles_660.scss */
  .best-products_simple .owl-next {
    top: 85px;
  }

  /* line 27, ../sass/styles_660.scss */
  .brand-detail__icon {
    width: 100%;
  }

  /* line 28, ../sass/styles_660.scss */
  .brand-detail__info {
    margin-right: 0;
  }

  /* line 30, ../sass/styles_660.scss */
  .catalog-menu-sub-wrapper {
    width: 250px;
    white-space: normal;
  }

  /* line 32, ../sass/styles_660.scss */
  .cart-head__sum {
    text-align: right;
  }

  /* line 33, ../sass/styles_660.scss */
  .cart-head__sum .sum-result {
    margin-top: 8px;
  }
  

  /* line 35, ../sass/styles_660.scss */
  .cart_list_element .cart-action {
    width: 100%;
    position: unset;
    float: none;
    white-space: unset;
    display: block;
    text-align: left;
  }
  .cart-action__label{
    display: inline-block;
    margin-top: 10px;
    padding: 5px 40px;
  }
  .cart-content-head.cart-action{
    position: relative;
    top: -20px;
  }
  .cart-info {
    width: 60%;
    padding: 10px 40px;
  }
  .cart-digit{
    margin-left: 20px;
  }
/* line 37, ../sass/styles_660.scss */
  .cart-bar__sum {
    width: 100%;
    text-align: right;
  }

  /* line 38, ../sass/styles_660.scss */
  .cart-bar__promo {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }

  /* line 40, ../sass/styles_660.scss */
  .cart-order__item {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 41, ../sass/styles_660.scss */
  .cart-order__detail {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 43, ../sass/styles_660.scss */
  .cart-side-menu {
    display: none;
  }

  /* line 45, ../sass/styles_660.scss */
  .catalog__item:hover .catalog-description {
    display: none;
  }

  /* line 47, ../sass/styles_660.scss */
  .l-catalog-content .catalog__item {
    width: 50%;
  }

  /* line 49, ../sass/styles_660.scss */
  .recommended .catalog__item {
    width: 50%;
  }

  /* line 51, ../sass/styles_660.scss */
  .catalog-list .catalog-stickers__item_discount {
    /*display: none;*/
  }

  /* line 53, ../sass/styles_660.scss */
  .c-gallery__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
   /* height: 100px;*/
  }

  /* line 55, ../sass/styles_660.scss */
  .c-gallery__announce {
    display: none;
  }

  /* line 56, ../sass/styles_660.scss */
  .c-gallery__counter {
    display: none;
  }

  /* line 57, ../sass/styles_660.scss */
  .c-gallery__content_icon {
    width: 120px;
    margin-left: 0;
    margin-right: -120px;
  }

  /* line 58, ../sass/styles_660.scss */
  .c-gallery__cover {
    height: auto;
    line-height: 100px;
  }

  /* line 59, ../sass/styles_660.scss */
  .c-gallery__img {
    max-width: 100px;
    max-height: 85px;
  }

  /* line 60, ../sass/styles_660.scss */
  .c-gallery__stickers {
    display: none;
  }

  /* line 61, ../sass/styles_660.scss */
  .c-gallery__add-info {
    display: none;
  }

  /* line 62, ../sass/styles_660.scss */
  .c-gallery__content_info {
    margin-left: 140px;
    margin-right: 110px;
    height: 100px;
  }

  /* line 63, ../sass/styles_660.scss */
  .c-gallery__button_c_f {
    position: absolute;
    bottom: 0;
  }

  /* line 64, ../sass/styles_660.scss */
  .c-gallery__content_order {
    width: 100px;
  }

  /* line 65, ../sass/styles_660.scss */
  .c-gallery__content_order .c-gallery__amount {
    display: none;
  }

  /* line 66, ../sass/styles_660.scss */
  .gallery__params__item {
    margin: 0 10px 0 0;
  }

  /* line 67, ../sass/styles_660.scss */
  .count_compare {
    display: none !important;
  }

  /* line 68, ../sass/styles_660.scss */
  .c-list__order {
    margin-left: 0;
  }

  /* line 69, ../sass/styles_660.scss */
  .c-list__item .catalog-price__old {
    display: none;
  }

  /* line 70, ../sass/styles_660.scss */
  .c-list__price {
    margin-right: 0;
    width: 27%;
    text-align: right;
  }

  /* line 72, ../sass/styles_660.scss */
  .c-list__item {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 73, ../sass/styles_660.scss */
  .c-list__icon {
    width: 12%;
    margin-right: 1%;
  }

  /* line 74, ../sass/styles_660.scss */
  .c-list__info {
    width: 60%;
  }

  /* line 75, ../sass/styles_660.scss */
  .c-list-catalog-price {
    text-align: right;
    white-space: nowrap;
  }

  /* line 76, ../sass/styles_660.scss */
  .c-list__stickers {
    top: -7px;
    left: -10px;
  }

  /* line 78, ../sass/styles_660.scss */
  .characteristics__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }

  /* line 79, ../sass/styles_660.scss */
  .characteristics__item:last-child {
    margin-bottom: 7px;
  }

  /* line 80, ../sass/styles_660.scss */
/*  .g-product-img {
    max-width: 100%;
    max-height: 78px;
  }*/

  /* 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;
    padding:0px;
  }
.feedback__content iframe{
	width: 100%!important;
}
  /* line 108, ../sass/styles_660.scss */
  .footer-contacts__item {
    margin-bottom: 6px;

  }
  .footer-contacts{
	  width: 100%;
  }
  .middle-menu{
	  padding-top: 0px;
  }
 .menu{
	  width: auto;
  }

  /* line 109, ../sass/styles_660.scss */
  .footer-composite {
    float: none;
    text-align: center;
  }

  /* line 111, ../sass/styles_660.scss */
  .l-header {
   
  }
  .header__item{
      display: none;
  }
  .search-mob-bar{
    top: 115px;
  }
  .main_share {
    position: absolute;
    top: 102px;
  /*  left: 50%;
    transform: translateX(-50%);*/
    z-index: 9;
    right: 0px;
  }
    .main_share ul {
      margin-top: 10px;
    }

  /* 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;*/
   padding-bottom: 0px;
  }

  /* 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;
    width: 100%;
    float: left;
  }

  /* line 148, ../sass/styles_660.scss */
  .promo-col-left {
    display: none;
  }

  /* line 149, ../sass/styles_660.scss */
  .promo-col-right {
  /*display: none;*/
  float: none;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 0 5px;
/*  margin-top: 5px;*/
  height: auto;
  margin-bottom: 0px;
  max-height: 105px;
  padding: 2px 2px;

  }
  .promo-product {
  width: calc(50% - 5px);
  display: inline-block;
  margin-bottom: 0px;
  height: auto;
  max-height: 104px;
  }
  .promo-product:first-child{
    margin-left: 1px;
  }
  .promo-product:last-child{
    margin-left: 3px;
  }
  .promo-product__img{
   height: auto;
   min-width: 156px;
   width: 100%;
  /* min-height: 78px;*/
  }
  .promo-col-main{
    float: none;
  }

  /* line 150, ../sass/styles_660.scss */
  .product-detail .detailBigSlider {
    max-height: 100%;
    overflow: hidden;
    width: 300px;
    margin:  0 auto;

  }

  /* line 151, ../sass/styles_660.scss */
  .product-detail .product-gallery {
    display: none;
  }

  /* line 153, ../sass/styles_660.scss */
  .promo-slider {
    padding-bottom: 0px;
  }

  /* line 154, ../sass/styles_660.scss */
  .promo-slider .owl-dots {
    display: none;
    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;
  }
  .product n-product{
    height: auto;
  }
  .block-660 {
    display: none;
  }

  /* line 166, ../sass/styles_660.scss */
  .n-product .product-title-bar {
    float: none;
    padding: 10px 20px;

  }
 .n-product .product-title-bar{

 }
  /* line 167, ../sass/styles_660.scss */
  .n-product .product-img {
    float: none;
    width: 100%;
    margin-right: 0;
    height: 280px;
  }

  /* line 168, ../sass/styles_660.scss */
  .product-preview {
   /* margin-left: -10px;
    margin-right: -10px;*/
    overflow: hidden;
    padding-bottom: 0px;
    margin-bottom: 20px;
    height: 300px;
  }

  /* line 169, ../sass/styles_660.scss */
  .product-detail .product-preview .detailBigSlider .owl-dots {
    /*display: block;*/
  }

  /* line 170, ../sass/styles_660.scss */
  .product-detail .product-preview .detailBigSlider .owl-dots .owl-dot {
    margin: 27px 8px 0 0;
  }

  /* line 171, ../sass/styles_660.scss */
  .product-zoom {
    display: none;
  }

  /* line 172, ../sass/styles_660.scss */
  .product-description {
    float: none;
    width: 100%;
    margin: 40px 0 0 0;
  }

  /* line 173, ../sass/styles_660.scss */
  .product-description__inner {
    margin-left: 0;
  }

  /* line 176, ../sass/styles_660.scss */
  .product-menu__item {
    display: block;
    margin-right: 0;
  }
  .hide_descript_part{
    max-height: 137px;
    overflow: hidden;
  }
  .show_descript_part{
    max-height: 100%;
    overflow: visible;
  }
  .arrow_desc{
    position: relative;
    display: inline-block;
    top: -2px;
    left: 0;
    right: 0;
    width: 9px;
    height: 8px;
    margin: -3px 0px 0;
    background: url(/images/icons/arrows-icon.png) no-repeat;
    
    background-position: 0px 3px;
  }
  .arrow_desc-item{
    background-position: 0px -4px;
  }

  /* line 179, ../sass/styles_660.scss */
  .product-content__switcher {
    
    /*display: none;*/

  }

  /* 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: 30px;
    line-height: 1px;
  }

  /* line 225, ../sass/styles_660.scss */
  #set_product,.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: none;
  }

  /* 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;
  }
  .in_cart{
    float: none;
    margin: 0 auto;
  }
  

  .wd_popup_window{
    width: 90%!important;
    max-width: 100%!important;
    margin-left: 0px!important;
    left: 0!important;
    margin: 0 20px!important;
  }

 
  .product-menu__item .mob-tab__wi{
    display: none;
  }
  div.product-description {
    padding-left: 0px;
    width: auto;
  }
  .description-open_but{
    
  } 
  .n-product .product-description__inner .product-content {
    display: none;
    padding: 10px 15px;
  }
  .n-product .product-description__inner .product-content.product-content__info{
    display: none;
  }
  .product-description .detail-content .tabs_elem{
    display: block;
  }
   .n-product .product-bar{
    width: 100%;
    padding: 10px 10px;
    
  }
  .product-detail .product-bar__foot{
    display: block;
    position: relative;
    top: -40px;
  }
  .product-detail .product-bar__foot .share .yandex-share-panel{
    margin: 0 auto;
  }
  .product-detail .product-bar__foot .share .ya-share-text-wrap{
    display: block;
    text-align: center;
  }
  .b-personal-title{
   border-right: none;
  } 
  .b-personal-blocks{
    display: block;
  }
  #magnify{
    width: 80%;
  }

  .cart-amount{
    width: 25%;
    text-align: center;
  }


}
@media (max-width: 558px) {
  /* line 1, ../sass/styles_558.scss */
  .gallery__params_star {
    display: none;
  }
}
@media (max-width: 480px) {

  .l-catalog-content .catalog__item,.catalog__item {
    width: 100%;
  }
  .product-bar form.add2basketform .product-amount{

  }
  .product-amount .item_buttons{
    width: 80%;
  }
  .product-detail .product-amount .item_buttons{
    width: 100%;
  }

  /* 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;
  }
  .cart-info {
      padding: 10px 10px;
  }
  .cart-digit {
    margin-left: 10px;
  }
  /* line 6, ../sass/styles_480.scss */
  .cart-content-head.cart-action {
    float: right;
  }
  .cart-action__label {
     display: inline-block;
  }
  .cart-content .cart-action {
    font-size: 12px;
    
  }
  .cart-action{
    display: block;
    float: none;
    position: unset;
    margin-top: 5px;
  }
 /* 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;
  }
  .catalog-price__old{
    display: block;
  }

  /* 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;
  }
  .cart_input{
    width: 56%;
  }
}
@media (max-width: 360px) {

  .cart-info {
    width: 65%;
  }
  .cart-amount{
    width: 50%;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  .cart_input{
    width: 70%;
  }
}

@media (max-width: 330px){
 
 .cart-digit{
    margin-left: 10px;
  }
  .cart-amount{
     margin: 0 auto;
     width: 150px;
  }
  .cart-action__label {
    padding: 5px 40px;
  }


}
.logo-mob {
    max-width: 100%;
    max-height: 43px;
    width: auto;
    height: auto;
}
.promo {
 /* visibility: hidden;*/
}
.footer-contacts {
  clear: left;
}
.l-sidebar {
  overflow: hidden;
}

.cantbuy {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}

.soa-license_work_link {
  text-align: right;
}


.footer-contacts {
  clear: left;
}
.logo svg {
  max-width: 100%;
}
.logo-mob svg,
.logo-mob img {
    max-height: 45px;
}
.l-sidebar {
  overflow: hidden;
}

@media (max-width: 940px) and (min-width: 660px) {
/*.l-toppanel-mob {
display:none;
}*/
/*.l-toppanel {
display:block;
}
*/
}

@media (max-width: 440px) {
  .logo-mob svg {
    max-width:150px;
  }
  body .pager__link_prev,
  body .pager__link_next {
    display: none;
  }
}

@media (max-width: 940px) {
  #vk_groups {
    display:none;
  }
}

.catalog-menu__label,
.catalog-menu__label:hover
 {
box-sizing:content-box;
text-decoration:none;
}

.l-toppanel-bar {
box-sizing:content-box;
}

.register_soa_license_link {
  margin:10px 0;
}

.rsec_headers .statistic {
  box-sizing: content-box;
}
.l-sidebar.l-catalog-sidebar {
overflow:visible;
}
/* */
.promo-slider .owl-nav button.owl-next {
    right: 10px;
    left: auto;
}
.promo-slider .owl-prev:after {
  left : 15px;
}
.promo-slider .owl-next:after {
  left : 15px;
}
.promo-slider .owl-nav button {
    position: absolute;
    z-index: 10;
    bottom: calc(50% - 20px);
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #ccc !important;
    background-color: rgba(255,255,255, .72) !important;
}
.promo-slider .owl-nav button::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 16px;
    border-bottom: 3px solid #7dccf1;
    border-left: 3px solid #7dccf1;
    top: 9px;
    right: 8px;
    transform: rotate(45deg);
}
.promo-slider .owl-nav button.owl-next::after {
    border: none;
    border-bottom: 3px solid #7dccf1;
    border-right: 3px solid #7dccf1;
    transform: rotate(-45deg);
    right: auto;
    left: 8px;
}
.promo-slider-list .owl-item .promo-slider-list__img {
    /* width: 705px;*/
     width: 100%;
     height: 100%;
     background: #ccc;
}

.viewed-prod_list {
    width: 100%;
    margin-left: 42px;
}
.small_button {
      margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Open Sans, sans-serif;
    height: 13px;
    width: 10px;
    background: none;
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.small_button::after {
    content: none;
 
  }
.sections-list_mobile{
    display: none;
  }

/*  catalog animate  */



 .flip-container {
    perspective: 1000px;
    -moz-perspective : 1000px;  
   -webkit-perspective : 1000px;  
}
    /* flip the pane when hovered */
    .flip-container:hover .flipper, .flip-container.hover .flipper {
        transform: rotateY(180deg);
        -webkit-transform : rotateY(180deg);  
        -moz-transform : rotateY(180deg);  
         -ms-transform : rotateY(180deg);  
    }

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
     -webkit-transform-style:preserve-3d;
     -moz-transform-style:preserve-3d;
    width: 100%;
    position: relative;
    height: 250px;
}

/* hide back of pane during swap */
.front_part, .back_part {
    backface-visibility: hidden;
    -webkit-backface-visibility : hidden; 
      -moz-backface-visibility : hidden; 

    position: absolute;
    top: 0;
    left: 0;
    right: 0;

}

/* front pane, placed above back */
.front_part {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
     -webkit-transform : rotateY(0deg);  
        -moz-transform : rotateY(0deg);  
         -ms-transform : rotateY(0deg);  
     height: 246px;
     width: 390px;
     background-repeat: no-repeat;
    padding: 20px;
}

/* back, initially hidden pane */

.back_part {
    transform: rotateY(180deg);
     -webkit-transform : rotateY(180deg);  
        -moz-transform : rotateY(180deg);  
         -ms-transform : rotateY(180deg);  
    overflow: hidden;
    height: 240px;
    width: 100%;
  
}
.back_part_item_block {
  padding-left: 0px;
  list-style-type: none;
  padding: 20px 20px;
   /*   max-width: 100%;
    overflow: scroll;*/
}
.back_part_item_title {
  width: 389px;
}
.back_part_item_list {
  display: flex;
  flex-flow: column wrap;
   height: 180px;
  /* margin-top: 5px;*/
   margin-left: 7px;
 /*  padding: 20px 20px;*/
}
.back_part_item_list li {
   list-style-type: none;
   padding-left: 3px;
   padding-right: 5px;
   width: 50%;
     font-size: 16px;
}
.scrollItem{
  max-width: 100%;
  overflow: scroll;

}

.arrow_right:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;

    margin-top: 0px;
   
    margin-bottom: -5px;
   position: relative;
   left: 80px;
  
    border-bottom: 5px solid #26c2f1;
    border-right: 5px solid #26c2f1;
    transform: rotate(0deg);
    
    animation: kuesconum-kedevelop 2s infinite;
}

.kuesconum-kedevelop span:nth-child(2){
  animation-delay: -0.2s;
}
.kuesconum-kedevelop span:nth-child(3){
  animation-delay: -0.4s;
}
@keyframes kuesconum-kedevelop {
  0%{
  opacity: 0;
  transform: rotate(-45deg) translate(-20px,-20px);
  }
  50%{
  opacity: 1;
  }
  100%{
  opacity: 0;
  transform: rotate(-45deg) translate(20px,20px);
  }
}


@media (max-width: 660px) {
 .front_part {
  width: auto;
 }
 .back_part_item_title {
  width: 100%;
 }
}


@media (max-width: 480px){

  .sections-list_mobile{
    display: block;
    padding: 0px 20px;
   

  }
  .back_part_item_block-mobile{
     padding: 0px;
    /* text-align: center;*/
  }
  .sections-list_mobile li{
   list-style-type: none;
   margin-top: 5px;
  }
  
  .sections--new .sections-list{
    display: none!important;
  }

  .sections__name-mobile{
    font-size: 24px;
    color: #64c3ee;
  }
  .back_part_item_list-mobile{
    margin: 20px auto;
   /* column-count: 2;*/
  }
  .back_part_item-item{
    font-size: 16px;
  }
  .back_part_item-link{
    text-align: center;
  }
  
  .back_part_item_list li{
    width: 50%;
    padding: 0px;
    margin-top: 5px;
    margin-left:10px;
  
  }

}



/* analog form show */
.analogForm {
  margin-bottom: 5px;
}
.analogForm_input {
  margin-left: 10px;
  position: relative;
  top: 3px;

}

.detail_page_favor {
  float: none;
}
/*.detail_page_favor_like {
  top: 44px;
  left: 0px;
}*/
.detail_page_basket {
  margin-bottom: 10px;
}
.top_top {
  top:50px!important;
}

/*  fix header  */

div.f-header__manager-info-row.fix_block_m {
 /* display: inline-block;*/
  width: auto;
}
.f-header__manager-info-row.fix_block_m.fix_email {
  left:15px;
}
span.f-header__manager-info-cell.fix_item {
  padding-left: 0px;
} 


@media (max-width: 940px) {

  .product-bar span.catalog-stickers__item_discount{
    left: 135px;
  }

}

.delay-btn {
 border:1px solid  #7dccf1!important;
}
.danger-btn {
  border: 1px solid  red!important;
  padding: 5px 17px;
}


#bx-soa-paysystem, .pull-left, .pull-right {
  display: none!important;
}
bx-soa-cart-total-fixed .bx-soa-cart-total-button-container {
  display: block!important;
}

.footer-social{
    width: 33%;
    min-width: 300px;
    max-width: 1180px;
    margin: 0px auto;
   
    position: relative;
    top: 35px;
}
@media (max-width: 768px) {
  .footer-social{
    float: left;
  }
}
@media (max-width: 660px) {
  .footer-social{
    float: none;
    top: 15px;
  }
  .footer-social ul.social-link_block{
    padding-left: 0px;
  }
}

.main_share ul { 
  margin-top: 10px;
}
/* End */


/* Start:/include/color.css?15833875652260*/
/* 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:#ffd203;
	}


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

	.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: #ffd203;
	}

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

  /*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:/bitrix/templates/redigital_toysa/custom/styles.css?166728550425002*/
.g-button {
    background: linear-gradient(to bottom, #62c2ee 0%, #7dccf1 100%);
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
    padding-left: 7px;
    padding-right: 7px;  
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
}

.g-button:hover {
    color: #fff;
    background: #70bb18;
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
    border: none;
}

.g-button--filter {
    min-height: 35px;
    padding: 6px 17px;
    font: 15px/20px "PT Sans", Arial, sans-serif;
}

.feedback-menu__icon {
    top: 3px;
}
.feedback-menu__icon_callback {
    top: 0;
}
.feedback-menu__icon_mail {
    top: 1px;
}

.statistic-list__item .feedback-menu__icon_call {
    top: 2px;
}

.statistic-list__item .feedback-menu__icon_ail {
    top: 2px;
    margin-left: 2px;
}



.feedback-menu__icon_call {
    top: 21px;
}
.feedback-menu__icon_ail {
    top: 49px;
}

/* header style  */

.header .catalog-link {
	position:relative;
    float: left;
	height: 48px;
	width:216px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    line-height: 46px;
    list-style: 45px;
    margin-right: 3px;
}
.header .catalog-link a.link{
	font-size:18px;
	color:#fff;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.header .catalog-link .arrow-ico{
	width: 12px;
	height: 8px;
	background-position: -1px -193px;
	position: absolute;
	right: 14px;
	top: 21px;
}

.header .catalog-link .emarket-catalog-menu{
	display:none;
	position: absolute;
	top: 100%;
	width: 99.5%;
	z-index: 100;
	background: #fff;
	text-align: left;
}
.subsections-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.subsections-list-item {
    margin: 0 6px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    transition: all ease 0.2s;
}
.subsections-list-item:hover {
    color: #202020;
    background: #ebebeb;
    border-color: #989898;
}
.subsections-list-item a {
    display: block;
    padding: 8px 18px;
    font-size: 17px;
    text-decoration: none;
}


/* ArctilceModel */

arcticmodal-overlay {
    opacity: 0.25 !important;
}
 
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { margin: 0; padding: 0; border: 0; border-collapse: collapse; overflow: auto; -webkit-overflow-scrolling: touch;}
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url('/bitrix/templates/redigital_toysa/custom/img/loading.gif') no-repeat 50% 50%; opacity: .8;}
 
.m-box-modal {
    position: relative;
    max-width: 700px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 1px 10px #aaa;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    color: #000;
}
    .m-box-modal .box-modal_close {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        text-indent: -1000px;
        background: transparent;
        border: none;
        color: #000;
        cursor: pointer;
        overflow: hidden;
    }
 
    .m-box-modal .box-modal_close::before,
    .m-box-modal .box-modal_close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 1px;
        margin-top: -1px;
        margin-left: -5px;
        background: #b1b1b1;
    }
 
    .m-box-modal .box-modal_close::before {
        transform: rotate(45deg);
    }
 
    .m-box-modal .box-modal_close::after {
        transform: rotate(-45deg);
    }
 
     .m-box-modal .b-mod-title {
        padding: 15px 25px;
        border-bottom: 1px solid #e8ebed;
    }
        .m-box-modal .b-mod-title h1 {
            margin: 0;
            padding: 0;
            font-size: 18px;
        }
         
    .m-box-modal .b-content-ajax {
        padding: 20px 25px;
    }
 
	.arcticmodal-container_i2 h1 img {
		width: 100%;
		height: auto;
    }
    
    .title-img {
        width: 100%;
        height: auto;
    }
.b-header__bottom {
    background-color: #eeeeee;
    margin-bottom: 15px;
}
/*

########     ###    ##    ## ##    ## ######## ########   ######  
##     ##   ## ##   ###   ## ###   ## ##       ##     ## ##    ## 
##     ##  ##   ##  ####  ## ####  ## ##       ##     ## ##       
########  ##     ## ## ## ## ## ## ## ######   ########   ######  
##     ## ######### ##  #### ##  #### ##       ##   ##         ## 
##     ## ##     ## ##   ### ##   ### ##       ##    ##  ##    ## 
########  ##     ## ##    ## ##    ## ######## ##     ##  ######
*/

.l-header {
    border-bottom: 0;
    margin-bottom: 0;
}

.promo {
    padding-top: 15px;
    padding-bottom: 0;
}

.promo-product {
   /* height: 156px;*/
}

.promo-slider .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #7dccf1 !important;
	margin-left: 3px;
	margin-right: 3px;
}

.promo-slider .owl-dots .owl-dot.active {
	background-color: #7dccf1;
}


.b-header__bottom-menu {
    padding-top: 0px;
}

/*
########  #######  ########  ##     ## ######## ##    ## ##     ## 
   ##    ##     ## ##     ## ###   ### ##       ###   ## ##     ## 
   ##    ##     ## ##     ## #### #### ##       ####  ## ##     ## 
   ##    ##     ## ########  ## ### ## ######   ## ## ## ##     ## 
   ##    ##     ## ##        ##     ## ##       ##  #### ##     ## 
   ##    ##     ## ##        ##     ## ##       ##   ### ##     ## 
   ##     #######  ##        ##     ## ######## ##    ##  #######  
*/

.links--hide {
    display: none;
}

.gui-button.butt_add_basket {
    border-radius: 5px;
    border: none;
    height: 42px;
}
.gui-button.zakaz {
    width: 150px;
    height: 35px;
    border: none;
  border-radius: 5px;
}
.catalog-description__item {
    border: none;
}

.catalog-price__actual-digit {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: bold;
}

.gui-button.ico1.catalog-description__add-cart {
    background-color: #7dccf1;
    background-image: url(/images/sprite.png), linear-gradient(to bottom, #70bb18 0%, #7dccf1 100%);
    border: none;
}


.catalog-description__item .gui-button.ico1 {
    float: right;
    padding: 7px 0 6px 60px;
    background-position: 20px -93px;
    height: 42px;
}

.gui-button.ico1:hover {
    background: url(/images/sprite.png), linear-gradient(to bottom, #70bb18 0%, #7dccf1 100%);
    background-position: 7px -93px, 0 0;
    background-repeat: no-repeat, repeat;
}

.gui-button.ico1.catalog-description__add-cart:hover {
    background: none;
    background-image: url(/images/sprite.png);
    background-color: #70bb18;
    background-position: 20px -93px;
    background-repeat: no-repeat;
}

.catalog-description__add-cart {
    padding-bottom: 2px;
}


/* Single page */

.page {
    display: flex;
    justify-content: space-between;
}

.page__left-block {
    flex-basis: 225px;
    width: 225px;
    flex-grow: 1;
    margin-right: 20px;
}

.page__right-block {
    width: 940px;
}


.sections--new .sections-list {
    display: flex;
    flex-wrap: wrap;
}

.sections--new .sections__item {
    display: inherit;
    max-height: 206px;
    max-width: 206px;
}

.sections--new .sections__label {
    display: flex;
    overflow: hidden;
}

.side-menu {
    border: none;
}



/* Для адекватного отображения меню */
.bx_vertical_menu_advanced .bx_hma_one_lvl {
    position: relative;
}



.bx-authform{
	margin: 0 0 25px;
	max-width: 500px
}
/*block*/
.bx-authform-formgroup-container{
	margin-bottom: 25px;
}
.bx-authform-content-container,
.bx-authform-label-container{
	font-size:13px;
	color: #5a6c77;
	padding-bottom: 2px;
}
.bx-authform-note-container{
	font-size:13px;
	color: #5a6c77;
	padding-top: 4px;
}
.bx-authform-input-container{
	position: relative;
}
.bx-authform-psw-protected{
  height: 38px;
  width: 38px;
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzdEMTI3RjNGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzdEMTI3RjRGRkJEMTFFNDk2ODJDNEJEOTQ4OEQ1OEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3N0QxMjdGMUZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3N0QxMjdGMkZGQkQxMUU0OTY4MkM0QkQ5NDg4RDU4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi+O2x0AAAC4SURBVHjaYvz//z8DDJQ2dXEAqTQgdgFiRqjwfiCe3V1X9hmmjhGmCahBCkjNZMANcoEaH4AYTEiC06H0cyDOB2I/IM4G4odQ8ckoNgFtcQWy80ACQNN80a0Ayq8FUmxAPAcovxFmkxqUPoTDaXugtAqy8z5A6Vc4NL2B0h9BBAuUIwmlpYBO4QbSXFAD/wHxNyCWhsqLg/1U0ti5AEgLMxAPPjKRqAEE+JkYyADDVdNdEvU8BAgwAIw8L6DAodwVAAAAAElFTkSuQmCC") no-repeat center;
  -webkit-background-size: 11px auto;
  background-size: 11px auto;
}

.bx-authform-psw-protected-desc{
	display: none;
	background: #fff;
	position: absolute;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	bottom: 100%;
	margin-bottom: 14px;
	border:1px solid #f0f1f2;
	padding: 10px 20px;
	font-size: 14px;
	z-index: 110;
	box-shadow: 0 6px 9px 0 rgba(0,0,0,.1)
}
.bx-authform-psw-protected:hover .bx-authform-psw-protected-desc{display: block;}
.bx-authform-psw-protected-desc>span{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 14px;
	display: block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAOCAYAAAAxDQxDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjIzNzExNDdGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjIzNzExNDhGRkJFMTFFNDg4RDM4NEY3NjNFRDYwRDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMjM3MTE0NUZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMjM3MTE0NkZGQkUxMUU0ODhEMzg0Rjc2M0VENjBENSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodxyuQAAAFASURBVHjarJS/SgNBEMZ3x00glj6DL2Fn5UtYi7WdlYUIYhGwCYgPYBeIjbUvIYikCxaCGk/wZvf2n98dCiEm521y2xwzOzO/m5tvTn5knyrG+LLZ6211ux3R5rHWCtZGhBBOCbaTUu7kzM9FYVuDeO+FNsWjD+EQ9S/px/8EY7ctmHVO5KwzwM5Iymu4pjRzP24D5tAJs34D7Bzm3a+f5uLWgpWfCzMZY+YHG0QXqDVdBloZZp0VXzmXAriCOZq/pyV5STB0Eo0pHqCufXQygCs2BTWCxUrC5eDZO+f7iL+BSy+KpX9ethZWSVibCSDHiLutK0QNPv9CGIpDXWaCPTkioj5c7+uC/sBctSccMfjBrITrjsQvKEXB25DufUepDPtyAnvYNFElrkrVGZZxD89hSqJaYflL2Gtq0rcAAwDa/ePzqfelnAAAAABJRU5ErkJggg==") no-repeat center bottom;
}
.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="password"] {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #CCD5DB;
  border-radius: 2px;
  background: #f8fafc;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx-authform-input-container input[type="text"].bx-empty-field,
.bx-authform-input-container input[type="password"].bx-empty-field{
	border-color: #dd4b39;
}
span.bx-authform-starrequired{
	color: #d93333;
}
.bx-authform-formgroup-container .bx-captcha{
	margin-bottom: 10px;
}
.bx-authform-link-container,
.bx-authform-description-container{
	padding-bottom: 10px;
	font-size: 13px;
	color: #292d2e;
}
.bx-authform-description-container{
	font-size: 13px;
	color: #5a6c77;
}
.bx-authform-link-container{margin-bottom: 20px;}

hr.bxe-light{
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
	padding: 15px;
	margin-bottom: 20px;
}
.bxe-aleft-title{
	font-weight: bold;
	padding-bottom: 5px;
}
.alert-success {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}
.alert-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
.alert-danger {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}

.product-button-buy .gui-button {
    background-color: #7dccf1;
    border-radius: 5px;
}


/* Форма callback */

.b-message-form {
    font: normal 1.0em/1.2 Arial, sans-serif;
    padding: 18px;
}
  
    .b-message-form_info {
        margin-bottom: 2.0em;
    }
    .b-message-form_item {
        margin: 0 0 15px 0;
        zoom: 1;
    }
    .b-message-form_item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
        .b-message-form_item label {
            display: block;
            margin: 0 0 0.3em 0;
            text-align: left;
        }
            .b-message-form_item label .required {
                color: #CC0000;
                display: none;
            }
    .b-message-form_field {
        position: relative;
    }
        .b-message-form_checkbox label, .b-message-form_radio label {
            display: inline;
            float: none;
            width: auto;
            margin: 0;
            text-align: left;
            font-size: 14px;
        }
        .b-message-form_text input, .b-message-form_date input {
            width: 100%;
            max-width: 375px;
            height: 27px;
            margin: 0;
            padding: 0 8px;
            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;
            box-sizing: border-box;
            }
        
            .b-message-form_date .calendar-icon {
                position: absolute;
                top: 4px;
                left: 342px;
            }
        .b-message-form_item .textarea {
            width: 100%;
            height: 80px;
            max-width: 375px;
            margin: 0;
            padding: 6px 8px;
            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;
            box-sizing: border-box;
        }
        .b-message-form_dropdown select {
            width: 367px;
            margin-left: 1px;
            font: normal 16px/1.2 Arial, sans-serif;
        }
        

        .b-message-form_item-hint {
            display: block;
            clear: both;
            padding: 0.4em 0 0 0;
            color: #979797;
            font-size: 11px;
        }
        .b-message-form_item-error {
            display: block;
            clear: both;
            margin: 0;
            padding: 0.4em 0 0 0;
            color: #dd4b39;
            font-size: 11px; 
        }
        .b-message-form_error .b-message-form_text input, .b-message-form_error .b-message-form_date input, .b-message-form_error textarea {
            border-color: #dd4b39 !important;
        }

        .b-captcha {
            float: left;
            margin: -5px 0 0 -5px; 
        }
            .b-captcha_item {
                float: left;
                padding: 8px;
            }
            .b-captcha_selected {
                padding: 5px;
                border: 3px solid red;
            }
                .b-captcha_item span {
                    display: block;
                    width: 25px;
                    height: 25px;
                    overflow: hidden;
                    text-indent: -5000px;
                }

                .b-grahic-captcha .b-captcha_item span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    overflow: hidden;
                    text-indent: -5000px;
                    background-image: url('/bitrix/templates/redigital_toysa/custom/img/shape.png');
                }
                .b-grahic-captcha .square     { background-position: 0 0;      }
                .b-grahic-captcha .rectangle  { background-position: -30px 0;  }
                .b-grahic-captcha .triangle   { background-position: -60px 0;  }
                .b-grahic-captcha .round      { background-position: -90px 0;  }
                .b-grahic-captcha .polyhedron { background-position: -120px 0; }
                .b-grahic-captcha .trapeze    { background-position: -150px 0; }
                .b-grahic-captcha .rhombus    { background-position: -180px 0; }
                .b-grahic-captcha .oval       { background-position: -210px 0; }
                .b-grahic-captcha .star       { background-position: -240px 0; }

        .b-captcha-text {
            position: relative;
            float: left;
            height: 24px;
            margin: 3px 0 0 15px;
            padding: 0 10px;
            line-height: 25px;
            background-color: #f2efda;
            background-color: #fff9c9;
            border: 1px solid #c7bf93;
            vertical-align: middle;
            margin-bottom: 0;
        }
            .b-captcha-text_corner {
                position: absolute;
                margin-top: 7px;
                margin-left: -10px;
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                overflow: hidden;
                background: url(/bitrix/templates/redigital_toysa/custom/img/tip-yellow_arrows.png) no-repeat -30px 0;
            }
            .b-color-captcha-text label {
                color: #000;
                font-size: 12px;
            }

            .i-message-form-field-captcha {
                padding-top: 4px;
            }


    .b-hidden-captcha {
        display: none;
    }

    .b-message-form_submit {
        clear: both;
        margin-right: 30px;
    }
        .b-message-form_submit .g-button {
            
        }
    .b-message-form_personal-data {
        overflow: hidden;
        color: #979797;
        font-size: 11px;
    }
    .b-message-form_required-sing {
        margin-top: 1.2em;
        margin-left: 310px;
        font-size: 11px;
    }

    .b-agreement {
        font-size: 14px;
    }


    .b-message-form_item label {
        font: 13px/19px "PT Sans", Arial, sans-serif;
        margin-bottom: 0;
    }

    .form-contacts .b-message-form {
        padding: 0;
    }

/* Конец формы */

.personal-data {
    color: #464646;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -25px;
    padding-bottom: 20px;
}

.footer-contacts__item a {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-contacts__item br {
    display: none;
}

.b-captcha-text {
    padding-top: 3px;
    padding-bottom: 2px;
    height: auto;
}
.description-open_but {
    padding: 10px;
    text-align: center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #202020;
    font: 18px/20px "PT Sans", Arial, sans-serif;
}


.product-button .gui-button.ico1 {
    
    background-position: 60px -94px;
    padding: 0 0 0 110px;
}
.product-button .gui-button.ico1:hover{
    background-position: 60px -94px; 
    padding: 0 0 0 110px;  
}

@media (max-width: 1024px) {

    .product-button .gui-button.ico1 {
        background-position: 48px -94px;
        padding: 0 0 0 85px;
     }
     .product-button .gui-button.ico1:hover {
        background-position: 48px -94px;
        padding: 0 0 0 85px;
     }
}

@media(max-width: 940px) {
    .subsections-list {
        margin: 25px 0 0 -6px;
    }
    .subsections-list-item a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    .catalog-description__item .gui-button.ico1 {
 
    height: 42px;
    background-position: 20px -93px;

  }
   .catalog-description__item .in_cart{
    float: right;
    height: 42px;
    
   }
  .product-amount {
    display: block;
    float: none;
   
  }
  .element_section .catalog-description__item .product-amount{
    display: inline-block;
    float: left;
    width: calc(50% - 30px);
  }
  .catalog__wrap .catalog-price {
    text-align: left;
  }
  .catalog-price__actual{
    margin: 0px;
  }
  .n-product{
    height: auto;
  }
  .block-660 {
    display: none;
  }
  .product-gallery{
    margin-bottom: 10px;
  }
  .n-product .product-bar{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    
  }
  .n-product .catalog-stickers{
    display: block;

  }
  .product-bar span.catalog-stickers__item_discount{
    position: unset;
    margin: 0 auto;
  }

   .product-bar form.add2basketform  .product-amount{
    text-align: unset;
 
  }
  form.add2basketform  .product-amount .small_button.left{

  }
  form.add2basketform .product-amount .transparent_input{
    width: 50%;
    height: 40px;
  }
  form.add2basketform .product-amount .bx_cnt_desc{
    display: block;
  }

  form.add2basketform .gui-button.butt_add_basket{
   width: 55%;

  }
  .product-detail   form.add2basketform .gui-button.butt_add_basket{
    width: 24%;
  }
  .product-detail .product-amount{
   width: 30%;
   margin: 0 auto;
  }
  .in_cart {
    float: none;
    margin: 0 auto;
   }
  .product-button .gui-button.ico1 {
        background-position: 30px -94px;
        padding: 0 0 0 70px;
   }
  .product-button .gui-button.ico1:hover {
        background-position: 30px -94px;
        padding: 0 0 0 70px;
   }
}
@media (max-width: 660px) {
   .promo{
        padding-top: 0px;
   }
   .page__left-block {
        display: none;
   }
   form.add2basketform .gui-button.butt_add_basket {
        width: 60%;
   }
   .product-detail form.add2basketform .gui-button.butt_add_basket{
        width: 35%;
   }
   .product-button .gui-button.ico1 {
        background-position: 20px -94px;
        padding: 0 0 0 60px;
   }
  .product-button .gui-button.ico1:hover {
        background-position: 20px -94px;
        padding: 0 0 0 60px;
   }

}
@media (max-width: 480px) {

  form.add2basketform .gui-button.butt_add_basket{
   width: calc(50% - 40px);

  }
  .element_section .catalog-description__item .product-amount{
  
    width: calc(50% - 20px);
  }
  .product-detail form.add2basketform .gui-button.butt_add_basket{
    width: 35%;
  }
   .product-button .gui-button.ico1 {
        background-position: 16px -94px;
        padding: 0 0 0 50px;
   }
  .product-button .gui-button.ico1:hover {
        background-position: 16px -94px;
        padding: 0 0 0 50px;
   }

}
@media (max-width: 380px) {

  form.add2basketform .gui-button.butt_add_basket {
    width: calc(50% - 20px);
  }
  .product-detail form.add2basketform .gui-button.butt_add_basket{
    width: 38%!important;
  }

}
@media (max-width: 330px) {

  form.add2basketform .gui-button.butt_add_basket {
    width: calc(50% - 20px);
    background-position: 10px -93px;
    padding-left: 50px;
  }
  .product-detail form.add2basketform .gui-button.butt_add_basket{
    width: 45%!important;
  }

}
.about-company {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.about-company iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.b-mob-block--region-location {
    display: none;
}
@media (max-width: 660px) {
    .b-mob-block--region-location {
        position: relative;
        display: block;
        z-index: 7;
    }
}

@media (max-width: 660px) {
.l-toppanel {
    display: block !important;
}
}
/* End */


/* Start:/bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?15717213615172*/
/*! 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('/bitrix/components/ma/site.settings/fancybox2/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('/bitrix/components/ma/site.settings/fancybox2/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('/bitrix/components/ma/site.settings/fancybox2/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('/bitrix/components/ma/site.settings/fancybox2/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('/bitrix/components/ma/site.settings/fancybox2/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('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/site.settings/.default/style.css?15911639112929*/
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { margin: 0; padding: 0; border: 0; border-collapse: collapse; overflow: auto; -webkit-overflow-scrolling: touch;}
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(/bitrix/templates/.default/components/ma/site.settings/.default/img/loading.gif) no-repeat 50% 50%; }

.m-box-modal {
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 10px;
}

    .m-box-modal .box-modal_close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        background: url('/bitrix/templates/.default/components/ma/site.settings/.default/img/modal_close.png') no-repeat 0px 0px;
    }

.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/bitrix/templates/.default/components/ma/site.settings/.default/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/bitrix/templates/.default/components/ma/site.settings/.default/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/bitrix/templates/.default/components/ma/site.settings/.default/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
/* End */


/* Start:/bitrix/templates/redigital_toysa/components/redsign/easycart/redg/style.css?15869360514601*/
.statistic-list {
    position: relative;
}

/* .f-header__top-menu {
    position: absolute;
    left: 150px;
} */

.f-header__top-menu-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	width: 50px;
	
	background: transparent;
	border: 1px solid #c5640e;
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.09);
    padding-top: 16px;
    padding-bottom: 13px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
    margin-right: 20px;
}

.f-header__top-menu-btn-line {
	width: 23px;
	height: 2px;
	background: #c5640e;
	margin: auto;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    transition: all, 0.35s;
}

.header-menu.active {
    opacity: 1;
    transition: all, 0.35s;
}

.header-menu__item {
	height: 50px;
	background: #c5640e;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	line-height: 50px;
	position: relative;
	overflow: hidden;
}

.header-menu__item, .header-menu__item > a {
	color: #fff;
	display: block;
}

.header-menu__item:last-child::after {
    content: none;
}

.header-menu__item::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	background: #fff;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.header-menu__item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 4px;
	background: #fff;
	width: 1px;
}

.f-header__bottom-content {
    position: absolute;
    width: 100%;
}


.f-header__bottom-content a.header-menu__item {
    font-size: 14px;
    text-decoration: underline rgb(255, 255, 255);
    font-family: "Open Sana", sans-serif;
    cursor: pointer;
}

.f-header__bottom-content a.header-menu__item:hover {
    color: #fff;
    opacity: 0.97;
}

.header-menu__item:hover::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.statistic-list--new {
    display: flex;
    justify-content: space-between;
}

.statistic-list__item {
    float: none;
}

.statistic-list__item--logo {
    order: 0;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.statistic-list__item--btn {
    order: 1;
    margin-right: 20px;
    padding-top: 10px;
}

.statistic-list__item--search {
    order: 2;
    flex-grow: 1;
    max-width: 400px;
    margin-right: auto;
     padding-top: 15px;
     min-width: 250px;
}

.statistic-list__item--search .search__field {
    width: 100%;
}

.statistic-list__item--search .search__field .fix-input {
    
}

.statistic-list__item--search .search__field .search__batton {
  
    background-size: cover;
}

.statistic-list__item--order {
    order: 3;
	/*margin-right: 5px;*/
	display: flex;
	justify-content: flex-end;
	flex-basis: 200px;
	align-items: center;
	flex-direction: row-reverse;
	margin-left: 30px;
	padding-bottom: 10px;
}
.autoriz_u_order {
 /* flex-basis: 250px;*/
  /*padding-bottom: 30px;*/
}
.basket_item {
   /* padding-bottom: 10px;*/
    position: relative;
    top: 10px;
    width: 100px;

}
.statistic-sum{
	display: block;
}

.favorite_item{
	/*padding-bottom: 10px;*/
	     position: relative;
    top: 0px;
}
.statistic-list__item--menedger {
    order: 4;
    min-width: 150px;
    padding-top: 20px;
    width: 26%;
    margin-left: 50px;
}


.statistic-list__item--menedger .f-header__manager-info-block {
    /*margin-top: 10px;*/
    float: right;
}
.f-header__manager-info-block {
    margin-left: 50px;
    margin-top: 10px;
}
.f-header__manager-info-block.fixed{
	margin-left: 0px;
    margin-top: 0px;
}

.statistic .rsec_basket.rsec_changer {
	position: relative;
}
.statistic .rsec_favorite.rsec_changer {
	position: relative;
}

.statistic-amount {
	position: absolute;
	top: -6px;
	left: 14px;
	z-index: 10;
	color: #fff;
	display: block;
	border-radius: 50%;
	background-color: #70bb18;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
	padding: 3px 6px 2px;
	opacity: 0.9;
}

.statistic-list__item--menedger .f-header__manager__line {
	margin-top: 3px;
	padding-top: 10px;
}
.statistic-list__item--menedger .f-header__manager-head-title {
	margin-left: 5px;
}
.statistic-list__item--menedger .f-header__manager-head-name {
	margin-left: 5px;
}
.rsec_orlink {
	padding-right: 20px;
}
.yandex-share-panel {
	width: 80px;
}
/*
div.promo-col-main {
	margin: 0;
}*/
/* End */


/* Start:/bitrix/templates/.default/components/ma/regions.location/.default/style.css?16672797091690*/
.b-location_current {
	position: relative;
	float: right;
	margin-right: 18px;
}

.b-location_current span {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: inherit;
	cursor: pointer;
}

.b-location-confirm-holder {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10;
	width: 300px;
	height: 0;
	margin: 0 0 0 -150px;
	overflow: hidden;
	background: #ffffff;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
	color: #000000;
	-webkit-transition: height .5s ease-out 0s;
	-o-transition: height .5s ease-out 0s;
	transition: height .5s ease-out 0s;
}

.b-location-confirm-holder.open {
	height: 110px;
}

.b-location-confirm {
	height: 110px;
	padding: 15px;
}

.b-location-confirm-detected-city {
	margin: 0 0 20px;
	font-size: 16px;
	text-align: center;
}

.b-location_current .b-location-confirm-city {
	font-weight: bold;
	border: none;
}

.b-location-confirm-buttons-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#location-confirm .b-location-button {
	display: block;
	padding: 5px 10px 6px;
	border: 1px solid #0083d1;
}

#location-confirm .b-location-button.b-yes {
	//background-color: #039be5;
	//border: 1px solid #039be5;
	//color: #fff;
}

#location-confirm .b-location-button.b-no {
	//background-color: #eee;
}

@media (max-width: 660px) {
	.b-location_current {
		float: left;
	}

	.b-location-confirm-holder {
		left: 0;
		margin: 0;
	}
}
/* End */
/* /bitrix/templates/redigital_toysa/plugins/owl/owl.carousel.css?15704448634614 */
/* /bitrix/templates/redigital_toysa/styles/common.css?1668772931296962 */
/* /include/color.css?15833875652260 */
/* /bitrix/templates/redigital_toysa/custom/styles.css?166728550425002 */
/* /bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?15717213615172 */
/* /bitrix/templates/.default/components/ma/site.settings/.default/style.css?15911639112929 */
/* /bitrix/templates/redigital_toysa/components/redsign/easycart/redg/style.css?15869360514601 */
/* /bitrix/templates/.default/components/ma/regions.location/.default/style.css?16672797091690 */
