/*--VARIABLES--*/
/*--/variables--*/
/*--VARIABLES DARK--
  $color-light: #ccc;
  $color-dark: #fff;

  $icon-color-light: #595959;

  $input-color-light: #676767;
  $input-color-dark: #f5f5f5;
/*--/variables dark--*/
/*--VARIABLES--*/
/*--/variables--*/
/*--VARIABLES DARK--
  $color-light: #ccc;
  $color-dark: #fff;

  $icon-color-light: #595959;

  $input-color-light: #676767;
  $input-color-dark: #f5f5f5;
/*--/variables dark--*/
/* line 1, ../sass/base/_headings.scss */
.display-2,
.about h2 {
  color: #202020;
  font-size: 24px;
  margin: 25px 0 15px;
}

@media (max-width: 739px) {
  /* line 3, ../sass/base/_type.scss */
  .text-left-xs {
    text-align: left !important;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  /* line 3, ../sass/base/_type.scss */
  .text-left-sm {
    text-align: left !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  /* line 3, ../sass/base/_type.scss */
  .text-left-md {
    text-align: left !important;
  }
}
@media (min-width: 1366px) {
  /* line 3, ../sass/base/_type.scss */
  .text-left-lg {
    text-align: left !important;
  }
}
/* line 1, ../sass/base/_hint.scss */
.hint, .loss-menu-right .count, .abc__letter {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #ffe062;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  height: 33px;
  line-height: 33px;
  text-align: center;
  vertical-align: middle;
  width: 33px;
}

/* line 1, ../sass/base/_lazyload.scss */
.lazyload {
  opacity: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(#f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), to(#f6f7f8));
  background-image: -webkit-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-image: -moz-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-image: -o-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-color: #f6f7f8;
  -webkit-background-size: 450px 700px;
     -moz-background-size: 450px 700px;
       -o-background-size: 450px 700px;
          background-size: 450px 700px;
  -webkit-animation: lazyloadeffect 1s infinite linear forwards;
     -moz-animation: lazyloadeffect 1s infinite linear forwards;
       -o-animation: lazyloadeffect 1s infinite linear forwards;
          animation: lazyloadeffect 1s infinite linear forwards;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes lazyloadeffect {
  from {
    background-position: -400px 0;
  }
  to {
    background-position: 200px 0;
  }
}

@-moz-keyframes lazyloadeffect {
  from {
    background-position: -400px 0;
  }
  to {
    background-position: 200px 0;
  }
}

@-o-keyframes lazyloadeffect {
  from {
    background-position: -400px 0;
  }
  to {
    background-position: 200px 0;
  }
}

@keyframes lazyloadeffect {
  from {
    background-position: -400px 0;
  }
  to {
    background-position: 200px 0;
  }
}
/* line 3, ../sass/base/_tuning.scss */
.rstuning .rs-fly-tuning-head-preset .rstuning__option__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 9, ../sass/base/_tuning.scss */
.rstuning .rs-fly-tuning-head-preset .rstuning__option-opname {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
/* line 13, ../sass/base/_tuning.scss */
.rstuning .rs-fly-tuning-head-preset .rstuning__option__radio.rstuning__option__radio__buttons .rstuning__option__alone-radio {
  margin-right: 0px;
}

/* line 22, ../sass/base/_tuning.scss */
.rstuning .rs-fly-tuning-main-banners .rstuning-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--FONTS--*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PeIcon7Stroke';
  src: url("../fonts/pe-icon-7-stroke/pe-icon-7-stroke.eot?v=1") format("embedded-opentype"), url("../fonts/pe-icon-7-stroke/pe-icon-7-stroke.woff?v=1") format("woff"), url("../fonts/pe-icon-7-stroke/pe-icon-7-stroke.ttf?v=1") format("truetype"), url("../fonts/pe-icon-7-stroke/pe-icon-7-stroke.svg?v=1") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--/Fonts--*/
/*--RESET--*/
/* line 26, ../sass/_reset.scss */
h1,
.h1 {
  margin: 0 0 22px;
  padding: 0 0 36px;
  border-bottom: 2px solid #ffe062;
  color: #202020;
  font: 30px/30px Arial, Helvetica, sans-serif;
}

.h1_mobile {
  display: none;
}

/* line 34, ../sass/_reset.scss */
h2 {
  margin: 0 0 15px;
  color: #202020;
  font: 18px/19px Arial, Helvetica, sans-serif;
}

/* line 40, ../sass/_reset.scss */
a {
  color: #666699;
  text-decoration: none;
}
/* line 43, ../sass/_reset.scss */
a:hover, a:focus {
  color: #666699;
}
/* line 46, ../sass/_reset.scss */
a:hover {
  text-decoration: underline;
}
/* line 49, ../sass/_reset.scss */
a:focus {
  text-decoration: none;
  outline: none;
}

/* LISTS */
/* line 56, ../sass/_reset.scss */
ul, ol {
  list-style: none;
  padding-left: 50px;
}
/* line 59, ../sass/_reset.scss */
ul > li, ol > li {
  position: relative;
  list-style-type: none;
  line-height: 19px;
}
/* line 63, ../sass/_reset.scss */
ul > li:before, ol > li:before {
  content: '\2022';
  position: absolute;
  top: 0px;
  left: -21px;
  font-size: 14pt;
  line-height: 1em;
  color: #ffe062;
}

/* line 74, ../sass/_reset.scss */
ol {
  counter-reset: list 0;
}
/* line 76, ../sass/_reset.scss */
ol > li:before {
  counter-increment: list;
  content: counter(list);
  font-size: 10pt;
  margin-top: 4px;
}

/* line 84, ../sass/_reset.scss */
ul.list-ok > li:before, ol.list-ok > li:before {
  content: "\f00c";
  font-size: 11px;
  font-family: 'FontAwesome';
  margin-top: 5px;
}

/* line 91, ../sass/_reset.scss */
ul.list-unstyled, ol.list-unstyled {
  list-style: none;
  padding-left: 0px;
  counter-reset: list 0;
}
/* line 95, ../sass/_reset.scss */
ul.list-unstyled > li, ol.list-unstyled > li {
  position: static;
  list-style-type: none;
}
/* line 98, ../sass/_reset.scss */
ul.list-unstyled > li:before, ol.list-unstyled > li:before {
  position: static;
  left: 0px;
  content: '';
}

/*--/Reset--*/
/*--FORM--*/
/* line 2, ../sass/_forms.scss */
button:focus,
input:focus {
  outline: none;
}

/* line 7, ../sass/_forms.scss */
.btn {
  line-height: 1.154;
}

/* line 11, ../sass/_forms.scss */
.overflower {
  overflow: hidden;
}

/* line 15, ../sass/_forms.scss */
.btn-button {
  border: 1px solid #a9a9a9;
  padding: 11.5px 30px;
  background: transparent;
}
/* line 19, ../sass/_forms.scss */
.btn-button:hover {
  background: rgba(204, 204, 204, 0.3);
}

/* line 24, ../sass/_forms.scss */
.btn-button_wide {
  width: 100%;
}

/* line 28, ../sass/_forms.scss */
.btn-button.active {
  border: 1px solid #ffe062;
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/* line 32, ../sass/_forms.scss */
.btn-button.active:hover {
  background: rgba(204, 204, 204, 0.3);
  border: 1px solid #a9a9a9;
}

/* line 38, ../sass/_forms.scss */
.btn2 {
  border: 1px solid #ffe062;
  background: #ffe062;
  padding: 11.5px 30px;
  color: #555;
}
/* line 43, ../sass/_forms.scss */
.btn2:hover, .btn2:focus, .btn2:active {
  background: #ffda47;
  border: 1px solid #ffda47;
  color: #555;
  outline: 0;
}

/* line 53, ../sass/_forms.scss */
.btn2.active {
  border: 1px solid #ffda47;
  background: #ffda47;
  padding: 12px 30px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: #ff0000;
}
/* line 59, ../sass/_forms.scss */
.btn2.active:hover {
  background: #ffda47;
  border: 1px solid #ffda47;
}

/* line 65, ../sass/_forms.scss */
.btn2_mod {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 71, ../sass/_forms.scss */
.select-btn {
  position: relative;
  width: 70px;
}
/* line 75, ../sass/_forms.scss */
.select-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 83, ../sass/_forms.scss */
.select-btn_undisabled:after {
  display: none;
}
/* line 87, ../sass/_forms.scss */
.select-input {
  width: 20px;
  height: 28px;
  margin: 0 4px 0 -8px;
  border: 0;
  cursor: pointer;
  text-align: center;
}
/* line 94, ../sass/_forms.scss */
.select-input:hover {
  background-color: #e6e6e6;
}
/* line 99, ../sass/_forms.scss */
.select-btn_undisabled .select-input {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  outline: none;
  background-color: #fff;
}
/* line 109, ../sass/_forms.scss */
.select-btn_undisabled .select-icon, .select-btn_undisabled .select-unit {
  display: none;
  opacity: 0;
}
/* line 114, ../sass/_forms.scss */
.select.open .select-input, .select:hover .select-input {
  background-color: #e6e6e6;
}
/* line 119, ../sass/_forms.scss */
.select-unit {
  margin: 0 5px 0 0;
}
/* line 123, ../sass/_forms.scss */
.select-menu {
  max-height: 137px;
  overflow: auto;
}

/* line 129, ../sass/_forms.scss */
.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;
}
/* line 137, ../sass/_forms.scss */
.form .form-item:focus, .bx-catalog-subscribe-form-container-input > input:focus {
  color: #555;
  border: 1px solid #555;
}

/* line 147, ../sass/_forms.scss */
.form .form-item_area {
  min-height: 73px;
}
/* line 151, ../sass/_forms.scss */
.form .form-item.disabled {
  color: #d4d4d4;
  border: 1px solid #d4d4d4;
}
/* line 155, ../sass/_forms.scss */
.form .form-item.active {
  color: #555;
  border: 1px solid #555;
}
/* line 159, ../sass/_forms.scss */
.form .form-item.error {
  background: #ffa8a8;
  color: #9b0000;
  border: 1px solid #9b0000;
}
/* line 164, ../sass/_forms.scss */
.form .form-item.succes {
  background: #87ff87;
  color: #008400;
  border: 1px solid #00cc00;
}
/* line 170, ../sass/_forms.scss */
.form .has-error .form-item {
  border-color: #9b0000;
}

/* line 175, ../sass/_forms.scss */
.form-comment {
  margin: -2px 0 4px;
}

/*radiobox*/
/* line 180, ../sass/_forms.scss */
.gui-radiobox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-weight: 300;
  color: #555;
}
/* line 188, ../sass/_forms.scss */
.gui-radiobox .gui-radiobox-input {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 194, ../sass/_forms.scss */
.gui-radiobox .gui-radiobox-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 1px 2px 0 0;
  background: url("../images/icons/radiobox-icon.png") no-repeat -24px 0;
}
/* line 203, ../sass/_forms.scss */
.gui-radiobox .count {
  color: #d4d4d4;
}

/* line 207, ../sass/_forms.scss */
.gui-radiobox-input:checked + .gui-radiobox-icon,
.gui-radiobox.checked .gui-radiobox-icon {
  background-position: -75px 2px;
}

/* line 212, ../sass/_forms.scss */
.gui-checkbox-input:checked + .gui-checkbox-icon,
.gui-checkbox.checked .gui-checkbox-icon {
  border-color: #ffe062;
}
/* line 215, ../sass/_forms.scss */
.gui-checkbox-input:checked + .gui-checkbox-icon:before,
.gui-checkbox.checked .gui-checkbox-icon:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  right: -2px;
  top: -3px;
  font-size: 12px;
}

/* line 224, ../sass/_forms.scss */
.gui-checkbox-input:disabled + .gui-checkbox-icon,
.gui-checkbox.disabled .gui-checkbox-icon {
  content: " ";
}

/* line 229, ../sass/_forms.scss */
.gui-radiobox-input:disabled + .gui-radiobox-icon,
.gui-radiobox.disabled .gui-radiobox-icon {
  background-position: 0 0;
}

/* line 236, ../sass/_forms.scss */
.gui-box .gui-radiobox .gui-out {
  border: 1px solid #a9a9a9;
  display: inline-block;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
/* line 244, ../sass/_forms.scss */
.gui-box .gui-radiobox .gui-out .gui-inside {
  background: transparent;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  display: block;
  height: 6px;
  width: 6px;
  margin: 2px;
}

/* line 256, ../sass/_forms.scss */
.gui-radiobox-item {
  left: -9999px;
  position: absolute;
}

/* line 260, ../sass/_forms.scss */
.gui-radiobox-item:checked + .gui-out {
  border: 1px solid #FFDA47;
}

/* line 263, ../sass/_forms.scss */
.gui-radiobox-item:checked:hover .gui-out {
  border: 1px solid #8d8d8d;
}

/* line 266, ../sass/_forms.scss */
.gui-radiobox-item:checked + .gui-out .gui-inside {
  background: #8D8D8D;
}

/*radiobox*/
/*checkbox*/
/* line 272, ../sass/_forms.scss */
.gui-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 17px;
  cursor: pointer;
  font-weight: 300;
  color: #555;
}
/* line 281, ../sass/_forms.scss */
.gui-checkbox .gui-checkbox-input {
  position: absolute;
  left: -9999px;
}
/* line 285, ../sass/_forms.scss */
.gui-checkbox .gui-checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: 3px 2px 0px 0px;
  border: 1px solid #a9a9a9;
}
/* line 294, ../sass/_forms.scss */
.gui-checkbox .gui-checkbox-input:focus + .gui-checkbox-icon {
  border: 1px solid #202020;
}
/* line 297, ../sass/_forms.scss */
.gui-checkbox .count {
  color: #d4d4d4;
}

/* line 303, ../sass/_forms.scss */
.loss-menu-right .dropdown .dropdown-menu {
  border: 1px solid #a9a9a9;
}

/*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;
  }
}

/*--CLASSES--*/
/* line 2, ../sass/_classes.scss */
.breadcrumb {
  margin-bottom: 7px;
}
/* line 5, ../sass/_classes.scss */
.breadcrumb > li {
  color: #999;
}
/* line 8, ../sass/_classes.scss */
.breadcrumb > li + li:before {
  color: #8d8d8d;
  content: "\f105";
  font: 14px/1 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  position: static;
}
/* line 17, ../sass/_classes.scss */
.breadcrumb > li:first-child:before {
  display: none;
}
/* line 21, ../sass/_classes.scss */
.breadcrumb > li > a {
  color: #999;
}
/* line 24, ../sass/_classes.scss */
.breadcrumb > li > a:active, .breadcrumb > li > a:focus, .breadcrumb > li > a:hover {
  color: #555;
}

/* line 33, ../sass/_classes.scss */
.col-left {
  padding-left: 0;
}

/* line 36, ../sass/_classes.scss */
.col-right {
  padding-right: 0;
}

/* line 43, ../sass/_classes.scss */
.element {
  color: #555;
}
/* line 45, ../sass/_classes.scss */
.element:active, .element:focus, .element:hover {
  color: #555;
}

/* line 52, ../sass/_classes.scss */
.container {
  width: auto;
  max-width: 1620px;
}

/* line 57, ../sass/_classes.scss */
.separator {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 61, ../sass/_classes.scss */
.drop-panel {
  -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
          box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 65, ../sass/_classes.scss */
.paginator {
  text-align: center;
}
/* line 68, ../sass/_classes.scss */
.paginator__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 13px;
  line-height: 20px;
}
/* line 79, ../sass/_classes.scss */
.paginator__item:first-child {
  margin-right: 25px;
}
/* line 82, ../sass/_classes.scss */
.paginator__item:last-child {
  margin-left: 25px;
}
/* line 86, ../sass/_classes.scss */
.paginator__label {
  display: block;
  min-width: 40px;
  padding: 10px 10px 8px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #555;
  text-align: center;
}
/* line 94, ../sass/_classes.scss */
.paginator__label:hover {
  background: #f0f0f0;
  text-decoration: none;
}
/* line 100, ../sass/_classes.scss */
.paginator__item_active .paginator__label {
  border-color: #ffe062;
}
/* line 104, ../sass/_classes.scss */
.paginator__item_disabled .paginator__label {
  border-color: #d4d4d4;
}

/*--/classes--*/
/*--INFORMER--*/
/* line 111, ../sass/_classes.scss */
.informer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 122, ../sass/_classes.scss */
.informer__bar {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 12px 0;
  background: rgba(54, 54, 54, 0.8);
  -webkit-transition: top 0.1s linear 0s;
  -moz-transition: top 0.1s linear 0s;
  -o-transition: top 0.1s linear 0s;
  transition: top 0.1s linear 0s;
}
/* line 131, ../sass/_classes.scss */
.informer__bar_fix {
  position: fixed;
  top: 0;
  left: 0;
}
/* line 137, ../sass/_classes.scss */
.informer-status {
  margin: 0 0 8px;
  color: #fff;
  font-size: 14px;
}
/* line 142, ../sass/_classes.scss */
.informer-status:first-letter {
  text-transform: uppercase;
}
/* line 146, ../sass/_classes.scss */
.informer-product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 59%;
  overflow: hidden;
  white-space: nowrap;
}
/* line 153, ../sass/_classes.scss */
.informer-product:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url("../images/bgr/gradient-gray.png") repeat-y 0 0;
}
/* line 167, ../sass/_classes.scss */
.informer-switcher {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  font-size: 12px;
}
/* line 172, ../sass/_classes.scss */
.informer-switcher:active, .informer-switcher:focus, .informer-switcher:hover {
  color: #fefefe;
  text-decoration: none;
  border-bottom-color: #fefefe;
}
/* line 181, ../sass/_classes.scss */
.informer-icon {
  display: inline-block;
  margin: 0 -13px 0 0;
  color: #ccc;
}
/* line 189, ../sass/_classes.scss */
.informer-dropdown.open .informer-icon_down {
  display: none;
}
/* line 193, ../sass/_classes.scss */
.informer-icon_up {
  display: none;
}
/* line 197, ../sass/_classes.scss */
.informer-dropdown.open .informer-icon_up {
  display: inline-block;
}
/* line 201, ../sass/_classes.scss */
.informer-close {
  margin: 13px 0 0 20px;
  color: #fff;
  text-decoration: underline;
}
/* line 205, ../sass/_classes.scss */
.informer-close:hover {
  color: #fff;
  text-decoration: none;
}
/* line 211, ../sass/_classes.scss */
.informer-menu {
  margin: 12px 0 0;
  padding: 19px 10px 28px;
  min-width: 810px;
}
/* line 215, ../sass/_classes.scss */
.informer-menu:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 90px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
/* line 227, ../sass/_classes.scss */
.informer_unactive .informer-menu {
  display: none;
}
/* line 231, ../sass/_classes.scss */
.informer_unactive .informer-icon {
  visibility: hidden;
}
/* line 234, ../sass/_classes.scss */
.informer_unactive .informer-switcher:active, .informer_unactive .informer-switcher:focus, .informer_unactive .informer-switcher:hover {
  cursor: default;
  color: #ccc;
  border-bottom: 0;
}
/* line 242, ../sass/_classes.scss */
.informer_unactive .count {
  color: #ff0000;
}

/* line 250, ../sass/_classes.scss */
.compare_hidden .informer__bar {
  top: -70px;
}

/*--/informer--*/
/*--FANCYBOX--*/
/* line 256, ../sass/_classes.scss */
.fancybox-title-inside-wrap, .popup-window-titlebar {
  padding: 0 0 25px;
  margin: 0 0 20px;
  color: #202020;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 8030;
}

/* line 264, ../sass/_classes.scss */
.fancybox-close:hover {
  opacity: 0.8;
}

/*--/fancybox--*/
/*--OWL-NAV--*/
/* line 271, ../sass/_classes.scss */
.owl-nav .prev {
  border: 1px solid #a9a9a9;
  padding: 7.5px 13px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
  float: left;
}
/* line 278, ../sass/_classes.scss */
.owl-nav .prev span:before {
  font-size: 21px;
}
/* line 282, ../sass/_classes.scss */
.owl-nav .prev:hover {
  background: #F0F0F0;
  border: 1px solid #a9a9a9 !important;
  cursor: pointer;
}
/* line 288, ../sass/_classes.scss */
.owl-nav .next {
  border: 1px solid #a9a9a9;
  padding: 7.5px 13px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
  float: left;
  margin-left: -1px;
}
/* line 296, ../sass/_classes.scss */
.owl-nav .next span:before {
  font-size: 21px;
}
/* line 300, ../sass/_classes.scss */
.owl-nav .next:hover {
  background: #F0F0F0;
  border: 1px solid #a9a9a9 !important;
  cursor: pointer;
}
/* line 307, ../sass/_classes.scss */
.owl-theme .owl-nav {
  float: right;
}

/* line 313, ../sass/_classes.scss */
.owl-nav div span {
  font: 14px/1 "FontAwesome";
}

/* line 318, ../sass/_classes.scss */
.owl-nav .prev span:before {
  content: "\f104";
}

/* line 324, ../sass/_classes.scss */
.owl-nav .next span:before {
  content: "\f105";
}

/*--/owl-nav--*/
/*OWL ITEM*/
/* line 331, ../sass/_classes.scss */
.owl-carousel {
  margin: 0;
  display: none;
  position: relative;
  width: auto;
  z-index: 1;
}
/* line 338, ../sass/_classes.scss */
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
}
/* line 342, ../sass/_classes.scss */
.owl-carousel .owl-item {
  float: left;
  min-height: 1px;
  position: relative;
}
/* line 347, ../sass/_classes.scss */
.owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
/* line 353, ../sass/_classes.scss */
.owl-carousel .owl-stage::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* line 362, ../sass/_classes.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/*/
OWL ITEM*/
/*--ICONS--*/
/* line 2, ../sass/_icons.scss */
.fa.fa-align-left:before {
  content: "\f036";
}

/* line 5, ../sass/_icons.scss */
.fa.fa-heart:before {
  content: "\f004";
}

/* line 8, ../sass/_icons.scss */
.fa.fa-chart:before {
  content: "\f080";
}

/* line 11, ../sass/_icons.scss */
.fa.fa-chart:before {
  content: "\f080";
}

/* line 14, ../sass/_icons.scss */
.fa.fa-clock-o:before {
  content: "\f017";
}

/* line 17, ../sass/_icons.scss */
.fa.fa-tags:before {
  content: "\f02c";
}

/* line 20, ../sass/_icons.scss */
.fa.fa-cart-plus:before {
  content: "\f217";
}

/* line 23, ../sass/_icons.scss */
.fa.fa-times:before {
  content: "\f00d";
}

/* line 26, ../sass/_icons.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #8d8d8d;
  -webkit-transform: translate(0px, 0px);
     -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  font-size: 16px;
  padding: 0;
}

/* line 38, ../sass/_icons.scss */
.fa.fa-angle-right:before {
  content: "\f105";
}

/* line 42, ../sass/_icons.scss */
.fa.fa-angle-down {
  font-size: 14px;
}
/* line 44, ../sass/_icons.scss */
.fa.fa-angle-down:before {
  content: "\f107";
  position: relative;
  left: 2px;
}

/* line 50, ../sass/_icons.scss */
.fa.fa-angle-right {
  font-size: 14px;
}
/* line 52, ../sass/_icons.scss */
.fa.fa-angle-right:before {
  content: "\f105";
  position: relative;
  left: 2px;
}

/* line 59, ../sass/_icons.scss */
.fa.fa-angle-up {
  font-size: 14px;
}
/* line 61, ../sass/_icons.scss */
.fa.fa-angle-up:before {
  content: "\f106";
  position: relative;
  left: 2px;
}

/* line 68, ../sass/_icons.scss */
.fa.fa-file-o {
  font-size: 14px;
}
/* line 70, ../sass/_icons.scss */
.fa.fa-file-o:before {
  content: "\f016";
}

/* line 75, ../sass/_icons.scss */
.fa.fa-trash {
  font-size: 14px;
  color: #ccc;
}
/* line 78, ../sass/_icons.scss */
.fa.fa-trash:before {
  content: "\f1f8";
}

/* line 83, ../sass/_icons.scss */
.fa.fa-arrow-up {
  font-size: 15px;
}
/* line 85, ../sass/_icons.scss */
.fa.fa-arrow-up:before {
  content: "\f062";
}

/* line 91, ../sass/_icons.scss */
.fa-search:before {
  content: "\f002";
  margin: 0 0 0 -2px;
  font-size: 19px;
}

/* line 98, ../sass/_icons.scss */
.icon-east {
  position: relative;
  white-space: nowrap;
}
/* line 102, ../sass/_icons.scss */
.icon-east a:hover {
  text-decoration: none;
}
/* line 106, ../sass/_icons.scss */
.icon-east:hover a span {
  border-bottom: 1px dashed #666699;
}
/* line 109, ../sass/_icons.scss */
.icon-east span {
  margin-left: 5px;
  color: #666699;
  border-bottom: 1px solid transparent;
}
/* line 114, ../sass/_icons.scss */
.icon-east.active span {
  display: none;
}
/* line 117, ../sass/_icons.scss */
.icon-east .icon-east__label {
  display: none;
}
/* line 120, ../sass/_icons.scss */
.icon-east.active .icon-east__label {
  display: inline;
}
/* line 123, ../sass/_icons.scss */
.icon-east i.fa {
  color: #cccccc;
  position: relative;
  top: 1px;
}

/* line 131, ../sass/_icons.scss */
.icon-east.active i.fa {
  color: #8d8d8d;
}

/* line 136, ../sass/_icons.scss */
.tooltip {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  -moz-transition: opacity 0.3s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
  position: absolute;
  width: 165px;
  text-align: center;
  top: 25px;
  left: 45px;
  background: #fffbd5;
  color: #000;
  padding: 9px;
  display: inline-block;
  font-size: 13px;
  text-align: left;
}

/* line 153, ../sass/_icons.scss */
.informer .tooltip {
  left: -121px;
}

/* line 156, ../sass/_icons.scss */
.icon-east:hover .tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/* line 162, ../sass/_icons.scss */
.icon-east.active .tooltip {
  display: none;
}

/* line 166, ../sass/_icons.scss */
.tooltip_hidden {
  display: none;
}

/* line 169, ../sass/_icons.scss */
.icon-east.active .tooltip_hidden {
  display: block;
}

/*--icons--*/
/* line 174, ../sass/_icons.scss */
.icons {
  position: absolute;
  right: 0;
  top: -1px;
  padding: 0 0 0 10px;
  background: rgba(255, 255, 255, 0.2);
  line-height: normal;
}
/* line 182, ../sass/_icons.scss */
.icons__item {
  margin: 0 0 10px;
}
/* line 185, ../sass/_icons.scss */
.icons__item:last-child {
  margin-bottom: 0;
}

/*--/icons--*/
/*--/icons--*/
/*--BASE--*/
/* line 2, ../sass/_styles.scss */
.vcenter {
  white-space: nowrap;
}
/* line 10, ../sass/_mixin.scss */
.vcenter:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
}
/* line 17, ../sass/_mixin.scss */
.vcenter__in {
  display: inline-block;
  max-width: 100%;
  white-space: normal;
}

/* line 8, ../sass/_styles.scss */
.list-inline > li:before {
  display: none;
}

/*--/BASE--*/
/*--LAYOUT--*/
/* line 15, ../sass/_styles.scss */
.wrapper {
  position: relative;
  overflow: hidden;
}

/* line 20, ../sass/_styles.scss */
.footer {
  margin: 105px 0 0;
  text-align: center;
}

/* line 25, ../sass/_styles.scss */
.l-sidebar {
  float: left;
  width: 280px;
  margin-right: -280px;
  position: relative;
  padding-left: 10px;
}

/* line 33, ../sass/_styles.scss */
.l-content {
  float: right;
  width: 100%;
}

/* line 38, ../sass/_styles.scss */
.l-container {
  margin-left: 300px;
}

/*--/Layout--*/
/*--MAIN--*/
/*--CATEGORY--*/
/* line 45, ../sass/_styles.scss */
.about {
  margin: 0 0 48px;
  color: #555;
}
/* line 49, ../sass/_styles.scss */
.about-img img {
  max-width: 100%;
}
/* line 53, ../sass/_styles.scss */
.about .about-more {
  margin: 6px 0 10px;
}

/*--/category--*/
/* line 59, ../sass/_styles.scss */
.catalogsorter {
  position: relative;
  margin-bottom: 15px;
}

/*--CATEGORY--*/
/* line 65, ../sass/_styles.scss */
.category {
  margin-bottom: 15px;
}
/* line 68, ../sass/_styles.scss */
.category__item {
  position: relative;
  margin-bottom: 15px;
  height: 340px;
  z-index: 1;
}
/* line 74, ../sass/_styles.scss */
.category__in {
  position: relative;
  min-height: 340px;
  padding: 10px 10px 5px;
  overflow: hidden;
  border: 1px solid rgba(204, 204, 204, 0.3);
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 81, ../sass/_styles.scss */
.category__in:hover {
  border-color: #a9a9a9;
  -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
          box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}
/* line 86, ../sass/_styles.scss */
.category__item:hover .category__in {
  background-color: #fff;
}
/* line 90, ../sass/_styles.scss */
.category__pic {
  position: relative;
  height: 230px;
  line-height: 230px;
  text-align: center;
}
/* line 97, ../sass/_styles.scss */
.category__img {
  max-width: 100%;
  max-height: 230px;
  margin-top: -3px;
}
/* line 103, ../sass/_styles.scss */
.category__data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  max-height: 90px;
  padding: 5px 10px 10px;
  background-color: #fff;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
/* line 114, ../sass/_styles.scss */
.category__item:hover .category__data {
  max-height: 345px;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
/* line 119, ../sass/_styles.scss */
.category__label {
  color: #555;
  line-height: 18px;
}
/* line 122, ../sass/_styles.scss */
.category__label:hover {
  color: #555;
  text-decoration: none;
}
/* line 128, ../sass/_styles.scss */
.category__name {
  height: 38px;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  color: #202020;
}
/* line 135, ../sass/_styles.scss */
.category__name:hover {
  text-decoration: underline;
}
/* line 140, ../sass/_styles.scss */
.category .price {
  font-weight: bold;
  color: #555;
  font-size: 16px;
}
/* line 146, ../sass/_styles.scss */
.category__description {
  overflow: hidden;
  line-height: 19px;
  font-size: 12px;
}
/* line 151, ../sass/_styles.scss */
.category__item:hover .category__description {
  max-height: 225px;
}

/* line 156, ../sass/_styles.scss */
.category .owl-item .category__img {
  display: inline;
}

/* line 160, ../sass/_styles.scss */
.category .owl-nav {
  float: right;
  margin-top: 15px;
}

/*--/category--*/
/*--COLORS--*/
/* line 167, ../sass/_styles.scss */
.properties {
  margin: 0 0 10px;
  padding: 0 0 5px;
}

/* line 171, ../sass/_styles.scss */
.prop {
  margin: 0 0 5px;
}

/* line 174, ../sass/_styles.scss */
.prop-title {
  margin: 0 0 3px;
  font-size: 11px;
  font-style: italic;
}

/* line 179, ../sass/_styles.scss */
.colors-list {
  margin: 0;
}

/* line 182, ../sass/_styles.scss */
.colors-list__item {
  float: left;
  margin: 0 3px 0 0;
}

/* line 186, ../sass/_styles.scss */
.colors-cover {
  display: inline-block;
  vertical-align: top;
  border: 3px solid transparent;
}

/* line 191, ../sass/_styles.scss */
.colors-list__item.selected .colors-cover {
  border-color: #ffe062;
}

/* line 194, ../sass/_styles.scss */
.colors-cover__icon {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  cursor: pointer;
}

/*--/colors--*/
/*--compare-line--*/
/* line 204, ../sass/_styles.scss */
.compare-line {
  color: #555;
  border: 1px solid #a9a9a9;
  margin: 0 20px 0 0;
  padding: 10px 15px;
  line-height: 17px;
  display: inline-block;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 212, ../sass/_styles.scss */
.compare-line:hover {
  background: rgba(204, 204, 204, 0.3);
  text-decoration: none;
  color: #555;
}

/*--/compare-line--*/
/*--sections--*/
/* line 221, ../sass/_styles.scss */
.sections-cover {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px;
}
/* line 227, ../sass/_styles.scss */
.sections-cover__img {
  display: block;
  max-width: 100%;
  max-height: 150px;
  margin: 0 auto;
}

/* line 235, ../sass/_styles.scss */
.sections-description {
  display: inline-block;
  vertical-align: middle;
  width: 665px;
  margin: 0 0 20px;
  padding: 0 10px;
}

/* line 243, ../sass/_styles.scss */
.sections-description_wide {
  width: 800px;
}

/* line 247, ../sass/_styles.scss */
.sections-detail {
  display: inline-block;
  line-height: 1.47;
}

/*--/sections--*/
/*--section--*/
@media (max-width: 1280px) {
  /* line 255, ../sass/_styles.scss */
  .hidden-when-need {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  /* line 260, ../sass/_styles.scss */
  .hidden-when-need-early {
    display: none !important;
  }
}
/*--/section--*/
/*--ICONS--*/
/* line 267, ../sass/_styles.scss */
.stickers {
  position: absolute;
  top: -7px;
  right: -7px;
}

/* line 273, ../sass/_styles.scss */
.da2_icon,
.qb_icon {
  display: none;
  width: 58px;
  height: 58px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  -webkit-border-radius: 29px;
     -moz-border-radius: 29px;
          border-radius: 29px;
  color: #fff;
}

/* line 286, ../sass/_styles.scss */
.da2_icon {
  background-color: #3d9de9;
}

/* line 289, ../sass/_styles.scss */
.qb_icon {
  background-color: #f8b728;
}

/* line 292, ../sass/_styles.scss */
.discount_icon {
  display: none;
  width: 50px;
  height: 50px;
  margin: -2px auto 0;
  padding-top: 18px;
  background-color: #ff4242;
  text-align: center;
  font-size: 18px;
  line-height: 14px;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
}

/* line 307, ../sass/_styles.scss */
.js-element.da2 .da2_icon {
  display: block;
}
/* line 310, ../sass/_styles.scss */
.js-element.da2 .discount_icon {
  display: block;
}
/* line 315, ../sass/_styles.scss */
.js-element.qb .qb_icon {
  display: block;
}
/* line 318, ../sass/_styles.scss */
.js-element.qb .discount_icon {
  display: block;
}

/*--/icons--*/
/*--TIMER--*/
/* line 326, ../sass/_styles.scss */
.products-counter {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  line-height: 1.47;
}

/* line 333, ../sass/_styles.scss */
.counter {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 16px;
}

/* line 339, ../sass/_styles.scss */
.timer {
  display: block;
  margin: 0 0 3px;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  color: #fff;
}
/* line 346, ../sass/_styles.scss */
.timer__item {
  display: inline-block;
  vertical-align: top;
  min-width: 46px;
  padding: 0 12px;
  border: 1px solid #fff;
  border-width: 0 1px 0 0;
}
/* line 353, ../sass/_styles.scss */
.timer__item:last-child {
  border-right-width: 0;
}
/* line 357, ../sass/_styles.scss */
.timer__item__digit {
  display: block;
  font-size: 16px;
  line-height: 14px;
  font-weight: bold;
}
/* line 363, ../sass/_styles.scss */
.timer__item__label {
  display: block;
  font-size: 11px;
  line-height: 14px;
  text-transform: capitalize;
}
/* line 369, ../sass/_styles.scss */
.timer_simple .timer__item:nth-child(3) + .timer__item {
  border-right-width: 0;
}
/* line 372, ../sass/_styles.scss */
.timer_simple .timer__item:last-child {
  display: none;
}

/* line 377, ../sass/_styles.scss */
.progress-bar {
  display: block;
  width: 100%;
  height: 8px;
  margin: 0 auto;
  background: #dbdbdb;
  -webkit-box-shadow: 0 1px 1px #a7a7a7 inset;
     -moz-box-shadow: 0 1px 1px #a7a7a7 inset;
          box-shadow: 0 1px 1px #a7a7a7 inset;
}
/* line 384, ../sass/_styles.scss */
.progress-bar__indicator {
  display: block;
  float: left;
  height: 8px;
  background: #ff6262;
}
/* line 389, ../sass/_styles.scss */
.progress-bar__indicator_cheap {
  background: #f8b728;
}

/*--/timer--*/
/*--FEATURES--*/
/* line 398, ../sass/_styles.scss */
.features {
  margin: 0 0 35px;
}
/* line 401, ../sass/_styles.scss */
.features.owl {
  display: block;
  height: 115px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
/* line 408, ../sass/_styles.scss */
.features.owl-loaded {
  opacity: 1;
}
/* line 412, ../sass/_styles.scss */
.features__label {
  min-height: 115px;
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  display: block;
  -webkit-transition: border-color 0.1s;
  -moz-transition: border-color 0.1s;
  -o-transition: border-color 0.1s;
  transition: border-color 0.1s;
}
/* line 418, ../sass/_styles.scss */
.features__label:hover {
  border-color: #ccc;
}
/* line 423, ../sass/_styles.scss */
.features__pic {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding: 0 15px 0 0;
}
/* line 430, ../sass/_styles.scss */
.features__img {
  margin: 0 auto;
}
/* line 434, ../sass/_styles.scss */
.features__data {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  -webkit-backface-visibility: hidden;
}
/* line 441, ../sass/_styles.scss */
.features__name {
  margin: 0 0 10px;
  color: #202020;
  font-size: 18px;
  line-height: 22px;
}
/* line 448, ../sass/_styles.scss */
.features__description {
  color: #555;
  font-size: 13px;
  height: 36px;
  overflow: hidden;
}
/* line 455, ../sass/_styles.scss */
.features .owl-nav {
  float: right;
  margin-top: 10px;
}

/*--/features--*/
/*--FOOTER--*/
/* line 463, ../sass/_styles.scss */
.footer-decor {
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  -webkit-box-shadow: -1px 7px 40px 15px #f6f6f6;
     -moz-box-shadow: -1px 7px 40px 15px #f6f6f6;
          box-shadow: -1px 7px 40px 15px #f6f6f6;
}

/* line 468, ../sass/_styles.scss */
.footer-logo {
  padding: 30px 0 28px;
}

/* line 472, ../sass/_styles.scss */
.footer-nav {
  padding: 34px 0;
}

/* line 476, ../sass/_styles.scss */
.footer-label {
  margin: 0 0 3px;
}

/* line 480, ../sass/_styles.scss */
.footer-social {
  padding: 25px 0 0;
}

/* line 484, ../sass/_styles.scss */
.footer-block {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  text-align: left;
}

/* line 490, ../sass/_styles.scss */
.footer-block:last-child {
  margin-right: 0;
}

/* line 493, ../sass/_styles.scss */
.footer-block_subscribe {
  width: 21%;
}

/* line 496, ../sass/_styles.scss */
.btn-subscribe {
  padding-left: 17px;
  padding-right: 17px;
}

/* line 500, ../sass/_styles.scss */
.footer-block_social {
  width: 30%;
  text-align: center;
}

/* line 504, ../sass/_styles.scss */
.footer-block__social {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

/* line 511, ../sass/_styles.scss */
.social_icons a {
  float: left;
  margin: 0 3px 0 0;
}

/* line 516, ../sass/_styles.scss */
.pay_icons {
  padding: 5px 0 0;
}
/* line 518, ../sass/_styles.scss */
.pay_icons a {
  float: left;
  margin: 0 6px 0 0;
}

/* line 524, ../sass/_styles.scss */
.footer-contacts {
  padding: 32px 0 47px;
}

/* line 527, ../sass/_styles.scss */
.phone {
  margin: 0 0 9px;
  font: 20px/20px Roboto, sans-serif;
  color: #555;
}
/* line 531, ../sass/_styles.scss */
.phone a {
  color: #555;
}
/* line 533, ../sass/_styles.scss */
.phone a:hover {
  text-decoration: none;
}

/* line 538, ../sass/_styles.scss */
.address {
  margin: 0 0 5px;
}

/* line 541, ../sass/_styles.scss */
.footer-copyright {
  padding: 10px 0;
}

/* line 544, ../sass/_styles.scss */
.footer-copy__block {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}

/*--Footer--*/
/*--loss-menu--*/
/* line 552, ../sass/_styles.scss */
.loss-menu-right {
  float: left;
  color: #555;
  margin-right: 10px;
}
/* line 557, ../sass/_styles.scss */
.loss-menu-right .title {
  margin-right: 3px;
  display: inline-block;
}
/* line 562, ../sass/_styles.scss */
.loss-menu-right .dropdown {
  display: inline-block;
}
/* line 565, ../sass/_styles.scss */
.loss-menu-right .dropdown .btn {
  border: 1px solid #a9a9a9;
}
/* line 569, ../sass/_styles.scss */
.loss-menu-right .dropdown button:hover {
  background: #f0f0f0;
}
/* line 575, ../sass/_styles.scss */
.loss-menu-right .dropdown_digit .dropdown-menu {
  min-width: 100%;
}
/* line 580, ../sass/_styles.scss */
.loss-menu-right .dropdown.open .icon-angle-down {
  display: none;
}
/* line 584, ../sass/_styles.scss */
.loss-menu-right .icon-angle-up {
  display: none;
}
/* line 587, ../sass/_styles.scss */
.loss-menu-right .dropdown.open .icon-angle-up {
  display: inline;
}
/* line 591, ../sass/_styles.scss */
.loss-menu-right .selected {
  position: relative;
  background: #fff;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 5px;
  height: 40px;
  width: 40px;
  text-align: center;
}
/* line 604, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase {
  background: none;
}
/* line 606, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase:before {
  content: "\f00a";
}
/* line 610, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.list {
  background: none;
}
/* line 612, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.list:before {
  content: "\f00b";
}
/* line 616, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.list_little {
  background: none;
}
/* line 618, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.list_little:before {
  content: "\f03a";
}
/* line 622, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase_mob {
  background: none;
}
/* line 624, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase_mob:before {
  content: "\f04d";
}
/* line 630, ../sass/_styles.scss */
.loss-menu-right .count {
  position: absolute;
  top: -18px;
  right: -18px;
}

/* line 638, ../sass/_styles.scss */
.loss-menu-right_bottom {
  float: none;
  margin-right: 0;
}

/* line 643, ../sass/_styles.scss */
.loss-menu-right_count {
  margin-right: 31px;
}

/* line 647, ../sass/_styles.scss */
.loss-menu-right_top {
  float: right;
  margin-right: 0;
}

/* line 652, ../sass/_styles.scss */
.loss-menu-right_last {
  margin-right: 0;
}

/* line 657, ../sass/_styles.scss */
.loss-menu-right .selected:hover {
  background: #f0f0f0;
  color: #555 !important;
  border: 1px solid #a9a9a9 !important;
}

/* line 664, ../sass/_styles.scss */
.loss-menu-right.active .selected {
  border: 1px solid #ffda47;
}

/* line 668, ../sass/_styles.scss */
.loss-menu-right.disabled .selected {
  border: 1px solid #d4d4d4;
}
/* line 670, ../sass/_styles.scss */
.loss-menu-right.disabled .selected:hover {
  background: transparent;
  border: 1px solid #d4d4d4 !important;
  cursor: default;
}
/* line 675, ../sass/_styles.scss */
.loss-menu-right.disabled .selected i {
  color: #d4d4d4;
}

/* line 680, ../sass/_styles.scss */
.loss-menu-right button {
  line-height: 17px;
  padding: 10.5px;
}

/*--/loss-menu--*/
/*--main-banners--*/
/* line 687, ../sass/_styles.scss */
.main-banners {
  margin: 0 0 35px;
}
/* line 690, ../sass/_styles.scss */
.main-banners .rs-banners_infowrap {
  padding-left: 30px;
}
/* line 694, ../sass/_styles.scss */
.main-banners .rs-banners_infowrap .rs-banners_button {
  background-color: #ffda47;
  color: #555;
  margin-left: 10px;
}
/* line 700, ../sass/_styles.scss */
.main-banners .rs-banners_infowrap .rs-banners_info {
  color: #202020;
}
/* line 703, ../sass/_styles.scss */
.main-banners .rs-banners-container .owl-theme .owl-dots .owl-dot.active span, .main-banners .rs-banners-container .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffda47;
}

/*--/main-banners--*/
/*--nav-side--*/
/* line 711, ../sass/_styles.scss */
.nav-side {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  counter-reset: list 0;
  line-height: 1.9;
}
/* line 717, ../sass/_styles.scss */
.nav-side .nav-side__item {
  display: block;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 720, ../sass/_styles.scss */
.nav-side .nav-side__item:before {
  position: static;
  left: 0;
  content: '';
}
/* line 726, ../sass/_styles.scss */
.nav-side .nav-side__item:first-child {
  border-top: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 729, ../sass/_styles.scss */
.nav-side .nav-side__label {
  display: block;
  padding: 11.5px 30px 9.5px;
  text-decoration: none;
}
/* line 734, ../sass/_styles.scss */
.nav-side .nav-side__submenu {
  padding-left: 0;
  background-color: rgba(204, 204, 204, 0.3);
}
/* line 738, ../sass/_styles.scss */
.nav-side .nav-side__submenu .nav-side__item:last-child {
  border-bottom-width: 0;
}
/* line 741, ../sass/_styles.scss */
.nav-side .nav-side__icon {
  position: relative;
  display: block;
  float: left;
  width: 0;
  height: 15px;
  font-style: normal;
}
/* line 748, ../sass/_styles.scss */
.nav-side .nav-side__icon:before {
  position: absolute;
  top: 0;
  left: -22px;
  font-size: 22px;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 757, ../sass/_styles.scss */
.nav-side .nav-side__icon:before {
  content: "\2212";
}
/* line 760, ../sass/_styles.scss */
.nav-side .nav-side__icon.collapsed:before {
  content: "\2b";
}
/* line 764, ../sass/_styles.scss */
.nav-side .lvl2 > .nav-side__item > .nav-side__label {
  padding-left: 35px;
}
/* line 767, ../sass/_styles.scss */
.nav-side .lvl3 > .nav-side__item > .nav-side__label {
  padding-left: 45px;
}
/* line 770, ../sass/_styles.scss */
.nav-side .lvl4 > .nav-side__item > .nav-side__label {
  padding-left: 55px;
}
/* line 773, ../sass/_styles.scss */
.nav-side .lvl5 > .nav-side__item > .nav-side__label {
  padding-left: 65px;
}
/* line 776, ../sass/_styles.scss */
.nav-side .lvl6 > .nav-side__item > .nav-side__label {
  padding-left: 75px;
}
/* line 779, ../sass/_styles.scss */
.nav-side .lvl7 > .nav-side__item > .nav-side__label {
  padding-left: 85px;
}
/* line 782, ../sass/_styles.scss */
.nav-side .lvl8 > .nav-side__item > .nav-side__label {
  padding-left: 95px;
}
/* line 786, ../sass/_styles.scss */
.nav-side__title {
  font-size: 18px;
  padding: 11.5px 30px 9.5px 10px;
}

.nav-side__img {
  display: none;
}

@media (max-width: 1023px) {
  .nav-side.nav.nav-list::before,
  .nav-side.nav.nav-list::after {
    display: none;
  }

  .nav-side.nav.nav-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 15px;
  }

  .nav-side.nav.nav-list .nav-side__item {
    border: none;
    margin: 0;
    padding: 0;
  }

  .nav-side.nav.nav-list .nav-side__item::before {
    display: none;
  }

  .nav-side.nav.nav-list .nav-side__label {
    min-height: 0;
    padding: 0;
  }

  .nav-side.nav.nav-list .nav-side__img {
    overflow: hidden;
    padding: 5px;
    background-color: #f4f4f4;
    border-radius: 15px;

    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 10px auto;
  }

  .nav-side.nav.nav-list .nav-side__label-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .nav-side.nav.nav-list .nav-side__label-name {
    font-size: 12px;
  }
}

/*--/nav-side--*/
/*--main-nav--*/
/* line 794, ../sass/_styles.scss */
.top-menu {
  border-top: 1px solid #f5f5f5;
}

/* line 797, ../sass/_styles.scss */
.color .top-menu {
  background-color: #ffe062;
}

/* line 801, ../sass/_styles.scss */
.main-nav .main-nav__item {
  border-right: 1px solid rgba(204, 204, 204, 0.3);
  position: relative;
}
/* line 804, ../sass/_styles.scss */
.main-nav .main-nav__item:first-child {
  border-left: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 807, ../sass/_styles.scss */
.main-nav .main-nav__item:before {
  content: '';
}
/* line 812, ../sass/_styles.scss */
.main-nav .main-nav__label {
  padding: 18px 14px;
}
/* line 815, ../sass/_styles.scss */
.main-nav a > span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 35px;
}
/* line 822, ../sass/_styles.scss */
.main-nav a > span > i {
  position: relative;
  top: 12px;
  left: 6px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 16px;
  vertical-align: -15%;
}
/* line 833, ../sass/_styles.scss */
.main-nav a > span > i:before {
  content: "\2b";
}
/* line 841, ../sass/_styles.scss */
.main-nav li.open > a > span > i:before {
  content: "\2212";
}

/* line 847, ../sass/_styles.scss */
.color .main-nav {
  border-color: transparent;
}

/* line 850, ../sass/_styles.scss */
.main-nav.navbar-nav {
  float: none;
}

/* line 853, ../sass/_styles.scss */
.no-border .main-nav__item {
  border-right-color: transparent;
}
/* line 855, ../sass/_styles.scss */
.no-border .main-nav__item:first-child {
  border-left-color: transparent;
}

/* line 859, ../sass/_styles.scss */
.color .main-nav__item {
  border-right-color: transparent;
}
/* line 861, ../sass/_styles.scss */
.color .main-nav__item:first-child {
  border-left-color: transparent;
}

/* line 865, ../sass/_styles.scss */
.color .main-nav .main-nav__label:hover {
  background-color: #ffda47;
}

/* line 869, ../sass/_styles.scss */
.mainnav-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 100;
  min-width: 250px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 878, ../sass/_styles.scss */
.mainnav-sub:last-child {
  border-bottom: 2px solid #ffe062;
}
/* line 882, ../sass/_styles.scss */
.mainnav-sub li:before {
  content: '';
  display: none;
}
/* line 889, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub__decor {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 10px;
}
/* line 896, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub__decor-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  -webkit-box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
          box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
}
/* line 904, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub__decor-r {
  position: absolute;
  top: 0;
  right: -3px;
  z-index: 1;
  width: 1px;
  height: 100%;
  -webkit-box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
          box-shadow: -1px 0 3px rgba(80, 83, 93, 0.3);
}
/* line 914, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub__label {
  padding: 10px 27px;
}
/* line 918, ../sass/_styles.scss */
.mainnav-sub .dropdown-submenu > .mainnav-sub__label:after {
  top: 10px;
  right: 9px;
  font-size: 18px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 929, ../sass/_styles.scss */
.mainnav-sub .mainnav-sub {
  top: 0;
  left: 100%;
}

/* line 934, ../sass/_styles.scss */
li.open > .mainnav-sub {
  display: block;
}

/* line 939, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub {
  left: auto;
  min-width: auto;
  white-space: nowrap;
  padding-top: 8px;
}
/* line 945, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__item {
  display: inline-block;
  vertical-align: top;
  width: 264px;
}
/* line 950, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__decor {
  z-index: -1;
  height: 100%;
}
/* line 954, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__decor-r {
  display: none;
}
/* line 957, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__decor-l {
  display: none;
}
/* line 960, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__label {
  font-size: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  white-space: normal;
}
/* line 965, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub__label:hover {
  text-decoration: underline;
  background-color: transparent;
}
/* line 970, ../sass/_styles.scss */
.main-nav_wide .dropdown-submenu > .mainnav-sub__label:after {
  display: none;
}
/* line 973, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub .mainnav-sub {
  display: block;
  position: static;
  white-space: normal;
  border-width: 0;
  padding-top: 0;
  padding-bottom: 20px;
}
/* line 980, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub .mainnav-sub .mainnav-sub__decor {
  display: none;
}
/* line 983, ../sass/_styles.scss */
.main-nav_wide .mainnav-sub .mainnav-sub .mainnav-sub__label {
  font-size: 13px;
}

@media (min-width: 740px) {
  /* line 989, ../sass/_styles.scss */
  .main-nav__item:hover > .mainnav-sub {
    display: block;
  }

  /* line 992, ../sass/_styles.scss */
  .mainnav-sub__item:hover > .mainnav-sub {
    display: block;
  }
}
/* line 997, ../sass/_styles.scss */
.views-box {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
  min-width: 130px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 1005, ../sass/_styles.scss */
.views-box:last-child {
  border-bottom: 2px solid #ffe062;
}
/* line 1009, ../sass/_styles.scss */
.views-box .views-item:before {
  content: '';
}
/* line 1013, ../sass/_styles.scss */
.views-box .views-item a {
  padding: 10px 27px;
  color: #555;
}
/* line 1018, ../sass/_styles.scss */
.views-box .views-item_current a {
  background-color: #f5f5f5;
}
/* line 1022, ../sass/_styles.scss */
.views-box .views-box {
  top: 0;
  left: 100%;
}
/* line 1026, ../sass/_styles.scss */
.views-box .views-item:hover > .views-box {
  display: block;
}

/* line 1030, ../sass/_styles.scss */
.views-item:hover > .views-box {
  display: block;
}

/*--/main-nav--*/
/*--MARKS--*/
/* line 1036, ../sass/_styles.scss */
.marks {
  position: absolute;
  bottom: 79px;
  left: -7px;
  line-height: 16px;
  text-align: left;
  -webkit-backface-visibility: hidden;
}

/* line 1044, ../sass/_styles.scss */
.marks__item {
  float: left;
  clear: left;
  margin: 0 0 3px;
  padding: 2px 10px 1px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
}

/* line 1052, ../sass/_styles.scss */
.marks__item_action {
  background-color: #ff4242;
}

/* line 1055, ../sass/_styles.scss */
.marks__item_hit {
  background-color: #ff8523;
}

/* line 1058, ../sass/_styles.scss */
.marks__item_new {
  background-color: #82d026;
}

/*--/marks--*/
/*--VIEWS--*/
/* line 1065, ../sass/_styles.scss */
.views i {
  display: inline-block;
  font: 14px/1 "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* line 1074, ../sass/_styles.scss */
.views i.showcase:before {
  content: "\f00a";
}
/* line 1079, ../sass/_styles.scss */
.views i.list:before {
  content: "\f00b";
}
/* line 1084, ../sass/_styles.scss */
.views i.list_little:before {
  content: "\f03a";
}
/* line 1089, ../sass/_styles.scss */
.views i.fa-heart:before {
  content: "\f004";
}
/* line 1094, ../sass/_styles.scss */
.views i.fa-shopping-cart:before {
  content: "\f07a";
  margin: 0 0 0 -2px;
  font-size: 19px;
}

/* line 1104, ../sass/_styles.scss */
.views-products .loss-menu-right:last-child {
  display: none;
}
/* line 1107, ../sass/_styles.scss */
.views-products .loss-menu-right:nth-child(3) {
  margin-right: 0;
}

/*--/views--*/
/*--catalog.smart.filter--*/
/* line 1114, ../sass/_styles.scss */
.smartfilter {
  margin: 0 0 15px;
  /*--Track--*/
  /* modf */
}
/* line 1117, ../sass/_styles.scss */
.smartfilter label.disabled {
  opacity: 0.5;
}
/* line 1119, ../sass/_styles.scss */
.smartfilter label.disabled:hover {
  cursor: not-allowed;
}
/* line 1124, ../sass/_styles.scss */
.smartfilter ul {
  margin-bottom: 0;
}
/* line 1126, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop {
  position: relative;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-width: 0 1px 1px;
}
/* line 1132, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop.active > .name:after {
  content: "\f107";
}
/* line 1136, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop.active > .body {
  display: block;
  z-index: 2;
}
/* line 1142, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name {
  position: relative;
  padding: 10px 30px 8px;
  line-height: 22px;
  cursor: pointer;
}
/* line 1147, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name:after {
  top: 8px;
  right: 11px;
  font-size: 13px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 1157, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name:hover {
  background-color: rgba(204, 204, 204, 0.3);
}
/* line 1160, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count, .smartfilter ul .bx_filter_prop > .name .abc__letter {
  position: relative;
}
/* line 1163, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint:hover .text, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count:hover .text, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count:hover .text, .smartfilter ul .bx_filter_prop > .name .abc__letter:hover .text {
  display: block;
}
/* line 1167, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count .fa, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count .fa, .smartfilter ul .bx_filter_prop > .name .abc__letter .fa {
  margin-left: 7px;
            /*&:after {
                position: relative;
                top: -2px;
                right: 7px;
                font-size: 8px;
                content: "\f129";
              }*/
}
/* line 1169, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint .fa:before, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count .fa:before, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count .fa:before, .smartfilter ul .bx_filter_prop > .name .abc__letter .fa:before {
  font-size: 14px;
  content: "\f1db";
}
/* line 1181, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name .hint .text, .smartfilter ul .bx_filter_prop > .name .loss-menu-right .count .text, .loss-menu-right .smartfilter ul .bx_filter_prop > .name .count .text, .smartfilter ul .bx_filter_prop > .name .abc__letter .text {
  position: absolute;
  top: 25px;
  left: 0;
  display: none;
  min-width: 250px;
  padding: 8px 10px;
  vertical-align: middle;
  line-height: 18px;
  background-color: #fafafa;
  border: 1px solid #000;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
       box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 10;
}
/* line 1198, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop .name__icon:before {
  content: "?";
  display: none;
  position: absolute;
  top: 10px;
  left: 4px;
  padding: 6px 5px 4px;
  font: 13px/6px Arial, Helvetica, sans-serif;
  border: 1px solid #ababab;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
}
/* line 1209, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop .name__icon:hover:before {
  border-color: #555;
  color: #555;
}
/* line 1215, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop .name__icon.active:before {
  background-color: #fe7474;
  border-color: #fe7474;
  color: #fff;
}
/* line 1222, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .name:hover .name__icon:before {
  display: block;
}
/* line 1226, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop > .body {
  display: none;
  padding: 10px 30px;
  z-index: 1;
}
/* line 1231, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop label {
  font-weight: normal;
  margin-right: 15px;
}
/* line 1234, ../sass/_styles.scss */
.smartfilter ul .bx_filter_prop label:last-child {
  margin-bottom: 0;
}
/* line 1239, ../sass/_styles.scss */
.smartfilter ul li:first-child .bx_filter_prop {
  border-top-width: 1px;
}
/* line 1242, ../sass/_styles.scss */
.smartfilter ul .buttons {
  padding: 19px 10px;
}
/* line 1247, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_track {
  position: relative;
  height: 4px;
  margin: 58px 0 20px;
  background: transparent;
}
/* line 1253, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part {
  position: absolute;
  top: -33px;
  width: 1px;
  height: 30px;
  background: #a2bfc7;
  -webkit-backface-visibility: hidden;
}
/* line 1260, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p1 {
  left: 0;
}
/* line 1263, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p2 {
  left: 25%;
  height: 12px;
  top: -21px !important;
}
/* line 1268, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p3 {
  left: 50%;
  height: 12px;
  top: -21px !important;
}
/* line 1273, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p4 {
  left: 75%;
  height: 12px;
  top: -21px !important;
}
/* line 1278, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p5 {
  right: 0;
}
/* line 1281, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p2 span, .smartfilter .bx_ui_slider_part.p3 span, .smartfilter .bx_ui_slider_part.p4 span {
  color: #6b8086;
}
/* line 1286, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part span {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}
/* line 1298, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part.p1 span, .smartfilter .bx_ui_slider_part.p5 span {
  font-size: 13px;
}
/* line 1302, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_part .bx_ui_slider_part.p2 {
  top: 0;
}
/* line 1306, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar,
.smartfilter .bx_ui_slider_pricebar_V,
.smartfilter .bx_ui_slider_pricebar_VD,
.smartfilter .bx_ui_slider_pricebar_VN,
.smartfilter .bx_ui_slider_range {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1318, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_range {
  z-index: 90;
}
/* line 1321, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar {
  z-index: 80;
}
/* line 1324, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar_VD {
  z-index: 40;
  background-color: #b7b7b7;
}
/* line 1328, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar_VN {
  z-index: 50;
  background-color: #5c5c5c;
}
/* line 1332, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_pricebar_V {
  z-index: 60;
  background-color: #ffe062;
}
/* line 1336, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle {
  position: absolute;
  top: -9px;
  display: inline-block;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
/* line 1345, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle span {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 0 1px 1px 1px #ccc;
     -moz-box-shadow: 0 1px 1px 1px #ccc;
          box-shadow: 0 1px 1px 1px #ccc;
  display: inline-block;
  height: 20px;
  width: 20px;
}
/* line 1352, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle.left {
  left: 0;
}
/* line 1355, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle.right {
  right: 0;
}
/* line 1360, ../sass/_styles.scss */
.smartfilter .bx_filter_parameters_box .polovinka {
  width: 46%;
  float: left;
}
/* line 1366, ../sass/_styles.scss */
.smartfilter .bx_filter_parameters_box_container_block input {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 1372, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container {
  position: relative;
}
/* line 1374, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container.from {
  margin-right: 5px;
}
/* line 1377, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container.to {
  margin-left: 5px;
}
/* line 1380, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container input {
  text-align: left;
}
/* line 1382, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container input:active, .smartfilter .bx_filter_calendar_container input:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: #555;
}
/* line 1388, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon {
  position: absolute;
  top: 7px;
  right: -17px;
}
/* line 1393, ../sass/_styles.scss */
.smartfilter .bx_filter_calendar_container .calendar-icon i:after {
  content: '\f073';
}
/* line 1400, ../sass/_styles.scss */
.smartfilter .bx_filter_container_modef {
  position: relative;
  display: block;
}
/* line 1403, ../sass/_styles.scss */
.smartfilter .bx_filter_container_modef .bx_filter_popup_result {
  position: absolute;
  top: -38px;
  left: 116%;
}
/* line 1409, ../sass/_styles.scss */
.smartfilter .bx_filter_popup_result::before {
  background: url("/bitrix/templates/flyaway/images/filter-result-bgr.png") no-repeat scroll 0 0;
  content: "";
  height: 47px;
  left: -20px;
  position: absolute;
  top: -3px;
  width: 20px;
}
/* line 1419, ../sass/_styles.scss */
.smartfilter .bx_filter_popup_result {
  background-color: #fafafa;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12) !important;
     -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12), 0 4px 4px rgba(0, 0, 0, 0.12) !important;
  color: #585f69;
  height: 35px;
  left: 100%;
  padding: 8px 10px 12px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  z-index: 10;
}
/* line 1431, ../sass/_styles.scss */
.smartfilter .bx_filter_popup_result #modef_num {
  margin-right: 15px;
}

/* line 1447, ../sass/_styles.scss */
.element-line .js-item-filter {
  display: inline-block;
  min-width: 65px;
  padding-bottom: 3px;
}

/*--/catalog.smart.filter--*/
/*--PRODUCTS--*/
/* line 1459, ../sass/_styles.scss */
.products__item {
  margin-bottom: 15px;
}
/* line 1462, ../sass/_styles.scss */
.products__in {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.3);
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 1467, ../sass/_styles.scss */
.products__in:hover {
  border-color: #a9a9a9;
  -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
          box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}
/* line 1472, ../sass/_styles.scss */
.products__img {
  max-width: 100%;
}
/* line 1475, ../sass/_styles.scss */
.products-title {
  color: #202020;
  line-height: 19px;
}
/* line 1478, ../sass/_styles.scss */
.products-title:hover {
  color: #202020;
}
/* line 1482, ../sass/_styles.scss */
.products__category {
  height: 20px;
  overflow: hidden;
}
/* line 1486, ../sass/_styles.scss */
.products .category-label {
  color: #555;
  line-height: 18px;
}
/* line 1490, ../sass/_styles.scss */
.products__description {
  line-height: 19px;
}
/* line 1493, ../sass/_styles.scss */
.products__prices {
  margin: 4px 0 0;
}
/* line 1496, ../sass/_styles.scss */
.products-button {
  padding-left: 22px;
  padding-right: 22px;
}
/* line 1501, ../sass/_styles.scss */
.products-foot {
  position: absolute;
  bottom: 0;
}
/* line 1505, ../sass/_styles.scss */
.products-foot__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px 0 0;
}
/* line 1511, ../sass/_styles.scss */
.products-box {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
/* line 1518, ../sass/_styles.scss */
.products_showcase .products__item {
  height: 370px;
}
/* line 1521, ../sass/_styles.scss */
.products_showcase .products__in {
  min-height: 369px;
  padding-bottom: 5px;
}
/* line 1526, ../sass/_styles.scss */
.products_showcase .products__pic {
  position: relative;
  height: 230px;
  line-height: 230px;
  text-align: center;
}
/* line 1532, ../sass/_styles.scss */
.products_showcase .products__img {
  max-height: 230px;
  margin-top: -3px;
}
/* line 1537, ../sass/_styles.scss */
.products_showcase .products__data {
  padding: 5px 0 0;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
}
/* line 1543, ../sass/_styles.scss */
.products_showcase .products__bot, .products_showcase .products__name {
  margin-bottom: 8px;
}
/* line 1548, ../sass/_styles.scss */
.products_showcase .products__name {
  height: 36px;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}
/* line 1556, ../sass/_styles.scss */
.products_showcase .products__category {
  padding: 0 0 4px;
  margin: 0 0 9px;
}
/* line 1561, ../sass/_styles.scss */
.products_showcase .products__description {
  display: none;
  max-height: 55px;
  overflow: hidden;
  margin: 10px 0 0;
}
/* line 1568, ../sass/_styles.scss */
.products_showcase .products__prices {
  height: 50px;
  max-height: 217px;
  overflow: hidden;
}
/* line 1573, ../sass/_styles.scss */
.products_showcase .products__prices .prices:first-child .prices__values {
  min-height: 38px;
}
/* line 1576, ../sass/_styles.scss */
.products_showcase:not(.owlslider) .products__item:hover .prices:first-child .prices__values {
  min-height: 0;
}
/* line 1579, ../sass/_styles.scss */
.products_showcase .products__item:hover {
  position: relative;
  z-index: 1;
}
/* line 1583, ../sass/_styles.scss */
.products_showcase .products__item:hover .products__in {
  background-color: #fff;
}
/* line 1586, ../sass/_styles.scss */
.products_showcase .products__item_visible .products__description, .products_showcase:not(.owlslider) .products__item:hover .products__description {
  display: block;
}
/* line 1591, ../sass/_styles.scss */
.products_showcase .products__detail {
  display: none;
}
/* line 1594, ../sass/_styles.scss */
.products_showcase .products__item_visible .products__detail, .products_showcase:not(.owlslider) .products__item:hover .products__detail {
  display: block;
}
/* line 1598, ../sass/_styles.scss */
.products_showcase:not(.owlslider) .products__item:hover .products__prices {
  height: auto;
}
/* line 1601, ../sass/_styles.scss */
.products_showcase .products__subscribe {
  text-align: center;
  margin-top: 25px;
}
/* line 1607, ../sass/_styles.scss */
.products_compact .products__in {
  overflow: hidden;
}
/* line 1610, ../sass/_styles.scss */
.products_compact .products__item_active .products__in {
  overflow: visible;
}
/* line 1613, ../sass/_styles.scss */
.products_compact .products__data {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 120px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 1624, ../sass/_styles.scss */
.products_compact .products__item:hover .products__data, .products_compact .products__item_visible .products__data {
  height: 237px;
}
/* line 1628, ../sass/_styles.scss */
.products_compact .products__item_visible .products__data, .products_compact .products__item_wide:hover .products__data {
  height: 297px;
}
/* line 1632, ../sass/_styles.scss */
.products_compact .products__item:hover .products__prices, .products_compact .products__item_visible .products__prices {
  height: 50px;
}
/* line 1640, ../sass/_styles.scss */
.products_list .products__item {
  margin-bottom: -1px;
}
/* line 1644, ../sass/_styles.scss */
.products_list .products__col {
  height: 234px;
}
/* line 1648, ../sass/_styles.scss */
.products_list .products__col_last {
  padding-left: 29px;
  border-left: 1px solid rgba(204, 204, 204, 0.3);
  line-height: 230px;
}
/* line 1654, ../sass/_styles.scss */
.products_list .products__pic {
  line-height: 230px;
  position: relative;
}
/* line 1658, ../sass/_styles.scss */
.products_list .products__pic a {
  position: relative;
}
/* line 1662, ../sass/_styles.scss */
.products_list .products__img {
  position: relative;
  top: -1px;
  max-height: 230px;
}
/* line 1668, ../sass/_styles.scss */
.products_list .products__name {
  max-height: 38px;
  overflow: hidden;
  margin-bottom: 8px;
}
/* line 1674, ../sass/_styles.scss */
.products_list .products__category {
  margin-bottom: 7px;
}
/* line 1678, ../sass/_styles.scss */
.products_list .products__description {
  max-height: 76px;
  margin: 0 0 7px;
  overflow: hidden;
}
/* line 1684, ../sass/_styles.scss */
.products_list .products__prices-item {
  margin: 0 0 5px;
}
/* line 1688, ../sass/_styles.scss */
.products_list .products__prices {
  max-height: 108px;
  overflow: hidden;
  line-height: normal;
}
/* line 1694, ../sass/_styles.scss */
.products_list .products-buttons {
  margin: 10px 0 0;
}
/* line 1699, ../sass/_styles.scss */
.products_table .products__item {
  margin-bottom: -1px;
}
/* line 1703, ../sass/_styles.scss */
.products_table .products__col {
  height: 85px;
}
/* line 1706, ../sass/_styles.scss */
.products_table .products__col > a {
  line-height: 80px;
}
/* line 1710, ../sass/_styles.scss */
.products_table .products__col_last {
  line-height: 80px;
}
/* line 1714, ../sass/_styles.scss */
.products_table .products__img {
  max-height: 80px;
}
/* line 1718, ../sass/_styles.scss */
.products_table .products__name {
  max-height: 17px;
  overflow: hidden;
  margin-bottom: 4px;
}
/* line 1724, ../sass/_styles.scss */
.products_table .products__description {
  max-height: 37px;
  margin: 0 0 7px;
  overflow: hidden;
}
/* line 1730, ../sass/_styles.scss */
.products__col-prices {
  overflow: hidden;
}
/* line 1734, ../sass/_styles.scss */
.products_table .products__prices-item {
  float: right;
  margin: 20px 0 0 40px;
  text-align: left;
}
/* line 1738, ../sass/_styles.scss */
.products_table .products__prices-item.__discount {
  margin-top: 7px;
}
/* line 1742, ../sass/_styles.scss */
.products_table .products__prices-item:nth-child(3) {
  margin-left: 0;
}
/* line 1745, ../sass/_styles.scss */
.products_table .products__prices-item:nth-child(3) + .products__prices-item {
  display: none;
}
/* line 1751, ../sass/_styles.scss */
.products_category .products__item {
  height: 340px;
}
/* line 1755, ../sass/_styles.scss */
.products_category .products__in {
  min-height: 340px;
}
/* line 1759, ../sass/_styles.scss */
.products_category .products__label {
  color: #555;
}
/* line 1761, ../sass/_styles.scss */
.products_category .products__label:hover {
  text-decoration: none;
}
/* line 1766, ../sass/_styles.scss */
.products_category .products__data {
  padding-bottom: 15px;
  bottom: 0;
  height: auto;
  min-height: 100px;
  max-height: 100px;
}
/* line 1773, ../sass/_styles.scss */
.products_category .products__item:hover .products__data {
  height: auto;
  max-height: 345px;
}
/* line 1778, ../sass/_styles.scss */
.products_category .products__name {
  height: 54px;
}
/* line 1780, ../sass/_styles.scss */
.products_category .products__name:hover {
  text-decoration: underline;
}
/* line 1784, ../sass/_styles.scss */
.products_category .products__item:hover .products__name {
  height: auto;
}
/* line 1788, ../sass/_styles.scss */
.products_category .products__description {
  display: block;
  max-height: 20px;
  overflow: hidden;
}
/* line 1793, ../sass/_styles.scss */
.products_category .products__item:hover .products__description {
  max-height: 225px;
  font-size: 12px;
}

/* line 1799, ../sass/_styles.scss */
.products.owlslider .owl-item .products__img {
  display: inline;
}

/* line 1803, ../sass/_styles.scss */
.products-new .products {
  margin-bottom: 20px;
}

/* line 1807, ../sass/_styles.scss */
.products-new .products-owl-new .owl-item {
  padding: 1px;
}

/* line 1811, ../sass/_styles.scss */
.informer-products {
  max-height: 314px;
  padding: 0 0 9px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1818, ../sass/_styles.scss */
.buttons-section {
  margin: 6px 0 15px;
}

/* line 1822, ../sass/_styles.scss */
.quantity-wrapper {
  margin: 0 0 11px;
}

/* line 1826, ../sass/_styles.scss */
.bx-catalog-subscribe-button {
  color: #9b0000;
  cursor: pointer;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}
/* line 1834, ../sass/_styles.scss */
.bx-catalog-subscribe-button:hover {
  text-decoration: underline;
}
/* line 1838, ../sass/_styles.scss */
.view-case .bx-catalog-subscribe-button, .view-list .bx-catalog-subscribe-button, .view-table .bx-catalog-subscribe-button {
  font-size: 11px;
  line-height: 1;
  width: 70px;
}

/* line 1847, ../sass/_styles.scss */
.quantity-block {
  display: none;
}
/* line 1849, ../sass/_styles.scss */
.usequantity .quantity-block {
  display: block;
}

/* line 1854, ../sass/_styles.scss */
.compare-wrapper {
  margin: 0 0 8px;
}

/* line 1858, ../sass/_styles.scss */
.identifer {
  font-size: 11px;
  font-style: italic;
}

/*--/Products--*/
/*--PRICES--*/
/* line 1865, ../sass/_styles.scss */
.prices {
  margin: 0 0 5px;
}
/* line 1867, ../sass/_styles.scss */
.prices:last-child {
  margin-bottom: 0;
}
/* line 1870, ../sass/_styles.scss */
.prices__title {
  min-height: 12px;
  font-size: 11px;
  line-height: 12px;
  font-style: italic;
}
.prices__title:empty {
  display: none;
}
/* line 1876, ../sass/_styles.scss */
.prices__values {
  display: inline-block;
  vertical-align: top;
  line-height: 19px;
}
/* line 1882, ../sass/_styles.scss */
.prices__values_simple {
  min-height: auto;
}
/* line 1885, ../sass/_styles.scss */
.prices__val_old {
  font-size: 15px;
  text-decoration: line-through;
  color: #555;
}
/* line 1890, ../sass/_styles.scss */
.prices__val_cool {
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
/* line 1895, ../sass/_styles.scss */
.prices__val_new {
  color: #9d0000;
}
/* line 1898, ../sass/_styles.scss */
.prices__val_normal {
  font-size: 16px;
  font-weight: normal;
  color: #555;
}

/*--/prices--*/
/*--STORES--*/
/* line 1907, ../sass/_styles.scss */
.stores {
  white-space: nowrap;
}
/* line 1910, ../sass/_styles.scss */
.stores .stores-label {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  margin-right: 5px;
  white-space: normal;
}
/* line 1917, ../sass/_styles.scss */
.stores .stores-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 7px 0 0;
  width: 15px;
  height: 4px;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
/* line 1926, ../sass/_styles.scss */
.stores .stores-icon:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -1px;
  width: 15px;
  height: 4px;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
/* line 1936, ../sass/_styles.scss */
.stores .stores-icon:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -1px;
  width: 15px;
  height: 4px;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
/* line 1948, ../sass/_styles.scss */
.stores .stores-icon.stores-small:before {
  background-color: #ff3535;
  border-color: #ff3535;
}
/* line 1953, ../sass/_styles.scss */
.stores .stores-icon.stores-full {
  background-color: #058a5d;
  border-color: #058a5d;
}
/* line 1956, ../sass/_styles.scss */
.stores .stores-icon.stores-full:before {
  background-color: #058a5d;
  border-color: #058a5d;
}
/* line 1960, ../sass/_styles.scss */
.stores .stores-icon.stores-full:after {
  background-color: #058a5d;
  border-color: #058a5d;
}
/* line 1965, ../sass/_styles.scss */
.stores .stores-icon.stores-mal {
  background-color: #FFDA47;
  border-color: #FFDA47;
}
/* line 1968, ../sass/_styles.scss */
.stores .stores-icon.stores-mal:before {
  background-color: #FFDA47;
  border-color: #FFDA47;
}
/* line 1973, ../sass/_styles.scss */
.stores table {
  width: 100%;
}
/* line 1976, ../sass/_styles.scss */
.stores .genamount {
  text-transform: capitalize;
}

/*--/stores--*/
/*--Widgets--*/
/* line 1984, ../sass/_styles.scss */
.widgets a {
  display: block;
  margin-bottom: 9px;
  padding: 19px 0;
  text-decoration: none;
  border: 1px solid rgba(204, 204, 204, 0.3);
  line-height: 19px;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 1992, ../sass/_styles.scss */
.widgets a:hover {
  border-color: #a9a9a9;
  -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
          box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}
/* line 1996, ../sass/_styles.scss */
.widgets a > i {
  display: block;
  float: left;
  width: 95px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  height: auto;
  line-height: 38px;
  vertical-align: baseline;
}
/* line 2007, ../sass/_styles.scss */
.widgets a > span {
  display: block;
  float: left;
  width: 142px;
  font-size: 13px;
}
/* line 2014, ../sass/_styles.scss */
.widgets .widget1,
.widgets .widget3,
.widgets .widget4 {
  line-height: 41px;
}

/*--/Widgets--*/
/*--SPINNER--*/
/* line 2023, ../sass/_styles.scss */
.area2darken {
  opacity: 0.6;
  position: relative;
}

/* line 2027, ../sass/_styles.scss */
.area2darken:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px double;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  border-color: transparent #ffe062 #ffe062;
  animation: cssload-spin 870ms infinite linear;
  -o-animation: cssload-spin 870ms infinite linear;
  -ms-animation: cssload-spin 870ms infinite linear;
  -webkit-animation: cssload-spin 870ms infinite linear;
  -moz-animation: cssload-spin 870ms infinite linear;
  z-index: 4;
}

/* line 2045, ../sass/_styles.scss */
.products_showcase .products__item.area2darken {
  opacity: 1;
}
/* line 2047, ../sass/_styles.scss */
.products_showcase .products__item.area2darken .products__in {
  position: relative;
}
/* line 2049, ../sass/_styles.scss */
.products_showcase .products__item.area2darken .products__in:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: 2;
}

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--/spinner--*/
/*--header--*/
/* line 2095, ../sass/_styles.scss */
.headline {
  border-bottom: 1px solid #f5f5f5;
  text-align: right;
  padding-top: 1px;
  line-height: 22px;
  position: relative;
  z-index: 102;
}
/* line 2103, ../sass/_styles.scss */
.headline a {
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
}
/* line 2107, ../sass/_styles.scss */
.headline a:hover {
  text-decoration: underline;
}
/* line 2111, ../sass/_styles.scss */
.headline a.btn:hover {
  text-decoration: none;
}
/* line 2117, ../sass/_styles.scss */
.headline-contact__phone {
  padding-right: 50px;
  color: #555;
}
/* line 2120, ../sass/_styles.scss */
.headline-contact__phone .fa.fa-phone:before {
  content: "\f003";
  top: 1px;
  left: -5px;
  position: relative;
}
/* line 2127, ../sass/_styles.scss */
.headline-contact__mail {
  padding-right: 50px;
  color: #555;
}
/* line 2130, ../sass/_styles.scss */
.headline-contact__mail .fa.fa-envelope-o:before {
  content: "\f095";
  top: 1px;
  left: -5px;
  position: relative;
}
/* line 2139, ../sass/_styles.scss */
.headline-call {
  background-repeat: no-repeat;
  background-position: 129px center;
  color: #555;
  padding: 13px 10px 12px 50px;
}
/* line 2146, ../sass/_styles.scss */
.headline-call_simple {
  padding-left: 0;
}
/* line 2150, ../sass/_styles.scss */
.headline-download {
  padding: 10px 10px 10px 50px;
}
/* line 2154, ../sass/_styles.scss */
.headline-location {
  color: #555;
  padding-left: 50px;
  position: relative;
}
/* line 2159, ../sass/_styles.scss */
.headline-location__sity {
  color: #555;
}
/* line 2162, ../sass/_styles.scss */
.headline-location__sity span {
  padding-right: 3px;
}
/* line 2166, ../sass/_styles.scss */
.headline-location__form {
  display: inline-block;
}
/* line 2169, ../sass/_styles.scss */
.headline-location__list {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 110;
  min-width: 150px;
}
/* line 2175, ../sass/_styles.scss */
.headline-location__list a {
  display: block;
}
/* line 2177, ../sass/_styles.scss */
.headline-location__list a input {
  display: none;
}
/* line 2180, ../sass/_styles.scss */
.headline-location__list a label {
  font-weight: normal;
}
/* line 2182, ../sass/_styles.scss */
.headline-location__list a label:hover {
  cursor: pointer;
}

/* line 2191, ../sass/_styles.scss */
.b-location-confirm {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 290px;
  padding: 18px 20px;
  border: 1px solid #eee;
  margin-top: 11px;
  text-align: center;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: #555;
}
/* line 2204, ../sass/_styles.scss */
.b-location-confirm__your {
  margin-bottom: 11px;
}

/* line 2209, ../sass/_styles.scss */
.header {
  margin: 0 0 30px;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 9px;
  -webkit-box-shadow: 0 15px 40px #f3f3f3;
     -moz-box-shadow: 0 15px 40px #f3f3f3;
          box-shadow: 0 15px 40px #f3f3f3;
  z-index: 101;
  position: relative;
}
/* line 2217, ../sass/_styles.scss */
.header button.navbar-toggle {
  border: 1px solid #a9a9a9;
  background: #fff;
  display: block;
  padding: 10px 8px;
  float: left;
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 2226, ../sass/_styles.scss */
.header button.navbar-toggle .icon-bar {
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  display: block;
  height: 0;
  border-top: 3px solid #a9a9a9;
  width: 22px;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -moz-transition: transform 0.15s linear, -moz-transform 0.15s linear;
  -o-transition: transform 0.15s linear, -o-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear, -moz-transform 0.15s linear, -o-transform 0.15s linear;
}
/* line 2237, ../sass/_styles.scss */
.header-logo a {
  display: inline-block;
  line-height: 100px;
}
/* line 2240, ../sass/_styles.scss */
.header-logo a:hover {
  text-decoration: none;
}
/* line 2244, ../sass/_styles.scss */
.header-logo__company {
  color: #ccc;
  display: block;
  font-size: 20px;
  padding-bottom: 3px;
  padding-left: 57px;
}
/* line 2251, ../sass/_styles.scss */
.header-logo__product {
  color: #555;
  display: block;
  font-size: 18px;
  padding-top: 3px;
  text-align: right;
}
/* line 2260, ../sass/_styles.scss */
.header-slogan {
  font-size: 17px;
  padding: 27px 10px;
  color: #555;
}
/* line 2266, ../sass/_styles.scss */
.header-contacts {
  color: #555;
  padding: 1px 25px;
  float: left;
  margin-right: 35px;
}
/* line 2272, ../sass/_styles.scss */
.header-contacts__phone {
  font-size: 18px;
  margin-bottom: 10px;
}
/* line 2278, ../sass/_styles.scss */
.header-search {
  max-width: 60%;
  float: left;
}
/* line 2282, ../sass/_styles.scss */
.header-search__form {
  padding-top: 27px;
}
/* line 2285, ../sass/_styles.scss */
.header-search__form input[type="submit"] {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 3;
}
/* line 2290, ../sass/_styles.scss */
.header-search__form input[type="text"] {
  min-width: 120px;
}
/* line 2294, ../sass/_styles.scss */
.header-search .search-mobile {
  display: none;
  margin-right: 0;
  text-align: right;
  padding-right: 20px;
}
/* line 2302, ../sass/_styles.scss */
.header-cart {
  padding: 27px 0;
}

/* line 2309, ../sass/_styles.scss */
.header.head_type1 .header-search .loss-menu-right {
  display: none;
}
/* line 2317, ../sass/_styles.scss */
.header.head_type1 .top-menu .main-nav-other__menu {
  padding: 18px 12px;
  font-size: 21px;
  font-weight: bold;
}
/* line 2323, ../sass/_styles.scss */
.header.head_type1 .top-menu .main-nav-other.invisible {
  float: right;
}
/* line 2327, ../sass/_styles.scss */
.header.head_type1 .top-menu .dropdown-menu-right {
  top: 51px;
}

/* line 2333, ../sass/_styles.scss */
.header.head_type2 {
  padding-bottom: 10px;
}
/* line 2336, ../sass/_styles.scss */
.header.head_type2 .header-logo img {
  max-width: 230px;
  width: 100%;
}
/* line 2341, ../sass/_styles.scss */
.header.head_type2 .header-search {
  float: right;
  position: relative;
  margin: 27px 0 0 30px;
  top: 1px;
}
/* line 2346, ../sass/_styles.scss */
.header.head_type2 .header-search a {
  width: 38px;
}
/* line 2349, ../sass/_styles.scss */
.header.head_type2 .header-search .loss-menu-right {
  margin-right: 0;
}
/* line 2352, ../sass/_styles.scss */
.header.head_type2 .header-search__form {
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
  padding-right: 0;
}
/* line 2359, ../sass/_styles.scss */
.header.head_type2 .header-search__form input[type="text"] {
  min-width: 230px;
}
/* line 2365, ../sass/_styles.scss */
.header.head_type2 .top-menu {
  border: 1px solid rgba(204, 204, 204, 0.3);
  margin-top: 28px;
}
/* line 2370, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav__label {
  padding: 11px 14px;
}
/* line 2374, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav-other__menu {
  padding: 11px 9px;
  color: #bababa;
  font-size: 21px;
  font-weight: bold;
}
/* line 2381, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav-other.invisible {
  float: right;
}
/* line 2387, ../sass/_styles.scss */
.header.head_type2 .dropdown-menu-right {
  top: 37px;
}
/* line 2391, ../sass/_styles.scss */
.header.head_type2 .navbar-collapse {
  padding: 0;
}

/* line 2396, ../sass/_styles.scss */
.header-contacts {
  line-height: 1.2;
}

/* line 2402, ../sass/_styles.scss */
.top-menu .main-nav__item.invisible {
  display: none;
}
/* line 2405, ../sass/_styles.scss */
.top-menu .main-nav-other.dropdown {
  float: right;
  text-align: right;
  position: relative;
}
/* line 2411, ../sass/_styles.scss */
.top-menu .main-nav-other:hover ul.dropdown-menu-right {
  display: block !important;
}
/* line 2417, ../sass/_styles.scss */
.top-menu .dropdown-menu-right {
  display: none;
  position: absolute;
  top: 51px;
  right: 0;
  background: #fff;
  text-align: left;
  min-width: 215px;
  border: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 2429, ../sass/_styles.scss */
.top-menu .dropdown-menu-right li.other_li a.main-nav__label {
  color: #555;
  padding: 10px 27px;
  display: block;
}
/* line 2433, ../sass/_styles.scss */
.top-menu .dropdown-menu-right li.other_li a.main-nav__label:hover {
  background: #F0F0F0;
  text-decoration: none;
}

/* line 2442, ../sass/_styles.scss */
.padding-no {
  padding: 0;
}

/* line 2446, ../sass/_styles.scss */
.form .webform .label-wrap, .bx-catalog-subscribe-form-container-label {
  color: #555;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
}

/* line 2454, ../sass/_styles.scss */
.form__title {
  padding: 0 0 25px;
  margin: 0 0 20px;
  color: #202020;
  font-size: 18px;
}
/* line 2461, ../sass/_styles.scss */
.form__title_simple {
  padding-bottom: 5px;
}
/* line 2466, ../sass/_styles.scss */
.form .webform .field {
  padding-bottom: 15px;
}
/* line 2472, ../sass/_styles.scss */
.form .webform-button {
  color: #555;
  float: right;
}
/* line 2478, ../sass/_styles.scss */
.form__text {
  display: inline-block;
  margin-top: 10px;
}
/* line 2484, ../sass/_styles.scss */
.form-capcha__text {
  font-weight: normal;
}
/* line 2488, ../sass/_styles.scss */
.form-capcha__reload {
  display: inline-block;
  padding-left: 10px;
  padding-top: 7px;
}
/* line 2495, ../sass/_styles.scss */
.form .required {
  color: #ff0000;
  font-size: 15px;
}

/*body .fancybox-inner {
    overflow: hidden !important;
  }*/
/* line 2505, ../sass/_styles.scss */
.navbar-toggle-hide {
  display: none;
}

/* line 2511, ../sass/_styles.scss */
.locationbig .items .item {
  float: left;
  width: 25%;
  padding: 5px 0;
}
/* line 2517, ../sass/_styles.scss */
.locationbig .title {
  padding: 12px 0;
}
/* line 2520, ../sass/_styles.scss */
.locationbig .bx-ui-sls-route {
  display: none;
}

/* line 2526, ../sass/_styles.scss */
.cominput.field input[type="text"] {
  font-size: 13px;
  color: #555;
  border: 1px solid #a9a9a9;
  padding: 10px;
  height: auto;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
/* line 2535, ../sass/_styles.scss */
.cominput.field input[type="text"]:focus {
  color: #555;
  border: 1px solid #555;
}

/* line 2542, ../sass/_styles.scss */
.top-menu.menu_left {
  display: inline-block;
  float: right;
}

/* line 2547, ../sass/_styles.scss */
.head_type3 {
  padding-bottom: 12px;
}

/* line 2552, ../sass/_styles.scss */
.nav-side__label {
  padding: 12px 30px 10px;
}

/* line 2556, ../sass/_styles.scss */
.wrap-top-menu {
  margin-right: 80px;
}

@media (max-width: 1024px) {
  /* line 2561, ../sass/_styles.scss */
  .header-logo img {
    width: 100%;
  }

  /* line 2564, ../sass/_styles.scss */
  .header .header-contacts__adress {
    max-width: 165px;
  }

  /* line 2567, ../sass/_styles.scss */
  .documentation__item {
    width: 25% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  /* line 2573, ../sass/_styles.scss */
  .basketinhead {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
}
@media (max-width: 739px) {
  /* line 2580, ../sass/_styles.scss */
  body .documentation__item {
    width: 50% !important;
    margin-bottom: 16px !important;
    margin-right: 0 !important;
  }
  /* line 2585, ../sass/_styles.scss */
  body .documentation-icon {
    margin-right: 10px;
  }
  /* line 2588, ../sass/_styles.scss */
  body .documentation__link {
    margin-left: 0;
  }
  /* line 2591, ../sass/_styles.scss */
  body .documentation__item {
    width: 100% !important;
    margin-bottom: 16px !important;
    margin-right: 0 !important;
  }
  /* line 2596, ../sass/_styles.scss */
  body .head_info {
    padding-bottom: 5px !important;
    -webkit-box-shadow: 0 3px 2px #d2d2d2;
       -moz-box-shadow: 0 3px 2px #d2d2d2;
            box-shadow: 0 3px 2px #d2d2d2;
  }
  /* line 2600, ../sass/_styles.scss */
  body .collapse .nav-side {
    display: block;
  }

  /* line 2605, ../sass/_styles.scss */
  .header-slogan {
    display: none;
  }
  /* line 2608, ../sass/_styles.scss */
  .header-contacts {
    display: none;
  }
  /* line 2612, ../sass/_styles.scss */
  .header-logo img {
    width: 100%;
    padding-top: 5px;
  }

  /* line 2619, ../sass/_styles.scss */
  .headline {
    display: none;
  }

  /* line 2623, ../sass/_styles.scss */
  .header.head_type2 {
    padding-bottom: 5px;
  }
  /* line 2625, ../sass/_styles.scss */
  .header.head_type2 .header-search {
    margin: 0;
  }
  /* line 2628, ../sass/_styles.scss */
  .header.head_type2 .top-menu {
    border: none;
    margin-top: 0;
    display: block;
    float: none;
  }
  /* line 2634, ../sass/_styles.scss */
  .header.head_type2 .top-menu .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 2641, ../sass/_styles.scss */
  .navbar-collapse {
    border-top: none;
  }

  /* line 2645, ../sass/_styles.scss */
  .top-menu {
    height: auto;
  }
  /* line 2647, ../sass/_styles.scss */
  .top-menu .container {
    padding: 0;
  }
  /* line 2649, ../sass/_styles.scss */
  .top-menu .container .col-lg-12 {
    padding: 0;
  }
  /* line 2652, ../sass/_styles.scss */
  .top-menu .container ul.main-nav {
    margin: 0;
    border-top: 1px solid #ccc;
  }
  /* line 2655, ../sass/_styles.scss */
  .top-menu .container ul.main-nav .main-nav__label {
    padding: 12px 14px;
  }

  /* line 2662, ../sass/_styles.scss */
  .navbar-toggle-hide,
  .search-mobile {
    display: block;
  }

  /* line 2666, ../sass/_styles.scss */
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    -webkit-box-shadow: 0 3px 2px #bdbdbd;
       -moz-box-shadow: 0 3px 2px #bdbdbd;
            box-shadow: 0 3px 2px #bdbdbd;
  }

  /* line 2673, ../sass/_styles.scss */
  .main-nav__title {
    font-weight: normal !important;
  }
  /* line 2676, ../sass/_styles.scss */
  .main-nav__label {
    font-size: 15px;
    color: #202020;
  }
  /* line 2680, ../sass/_styles.scss */
  .main-nav li {
    border-bottom: 1px solid #ccc;
  }

  /* line 2686, ../sass/_styles.scss */
  .mainnav-sub li:last-child {
    border-bottom: none;
  }
  /* line 2690, ../sass/_styles.scss */
  .mainnav-sub__label {
    font-size: 15px;
    color: #202020;
  }
  /* line 2694, ../sass/_styles.scss */
  .mainnav-sub__label_hover {
    color: #202020;
  }

  /* line 2702, ../sass/_styles.scss */
  .main-nav_wide .mainnav-sub__item {
    float: none;
    display: block;
    width: 100%;
  }
  /* line 2707, ../sass/_styles.scss */
  .main-nav_wide .mainnav-sub .main-nav_wide .mainnav-sub {
    padding-bottom: 0;
  }

  /* line 2715, ../sass/_styles.scss */
  li.lvl1.open > ul {
    border-left: 5px solid #b1b1b1;
    border-bottom: 5px solid #ffe062;
  }
  /* line 2719, ../sass/_styles.scss */
  li.lvl1.open > ul ul {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-bottom: none;
  }

  /* line 2727, ../sass/_styles.scss */
  .header.head_type1 .header-search {
    padding-right: 0;
    float: right;
    position: relative;
    margin-left: -6px;
  }
  /* line 2733, ../sass/_styles.scss */
  .header.head_type1 .header-search .loss-menu-right {
    display: block !important;
    margin-right: 0;
  }
  /* line 2737, ../sass/_styles.scss */
  .header.head_type1 .header-search__form {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    padding-right: 0;
  }
  /* line 2744, ../sass/_styles.scss */
  .header.head_type1 .header-search input[type="text"] {
    min-width: 229px;
  }

  /* line 2750, ../sass/_styles.scss */
  .head_type3 {
    padding-bottom: 0;
  }

  /* line 2754, ../sass/_styles.scss */
  .slider,
  .slider .container,
  .slider .container .navbar-collapse {
    padding: 0 !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
  }

  /* line 2764, ../sass/_styles.scss */
  .left-menu .nav-side__item {
    border-bottom: 1px solid #ccc;
  }
  /* line 2767, ../sass/_styles.scss */
  .left-menu .nav-side__label {
    font-size: 15px;
    color: #202020;
    padding: 7px 14px 9px;
    position: relative;
  }
  /* line 2773, ../sass/_styles.scss */
  .left-menu .nav-side__submenu {
    background-color: #fff;
  }
  /* line 2776, ../sass/_styles.scss */
  .left-menu .nav-side__icon {
    float: right;
  }
  /* line 2779, ../sass/_styles.scss */
  .left-menu .nav-side > li.open > ul {
    border-bottom: 5px solid #ffe062;
    border-left: 5px solid #b1b1b1;
  }
}
@media (max-width: 480px) {
  /* line 2787, ../sass/_styles.scss */
  .header.head_type1 .header-search__form {
    right: -50px;
  }
}
/* line 2792, ../sass/_styles.scss */
.form-item {
  line-height: 20px;
}

/* line 2795, ../sass/_styles.scss */
.btn2 {
  z-index: 100;
}

/*test*/
/* line 2799, ../sass/_styles.scss */
.ban {
  width: 99%;
}

/* line 2802, ../sass/_styles.scss */
.slider {
  padding-top: 20px;
  -webkit-box-shadow: 0 8px 12px #f3f3f3 inset;
     -moz-box-shadow: 0 8px 12px #f3f3f3 inset;
          box-shadow: 0 8px 12px #f3f3f3 inset;
}

/*test*/
@media (max-width: 1024px) {
  /* line 2810, ../sass/_styles.scss */
  body .reccom_mobile {
    display: block;
  }
  /* line 2814, ../sass/_styles.scss */
  body .product-recom-list {
    display: none;
  }
}
@media (max-width: 740px) {
  /* line 2824, ../sass/_styles.scss */
  body .rs_detail-pic {
    margin-left: 0;
  }
  /* line 2827, ../sass/_styles.scss */
  body .rs_detail-pic_scroll {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 0;
  }
  /* line 2836, ../sass/_styles.scss */
  body .rs_detail-podimg {
    margin-left: 0;
    margin-bottom: 20px;
  }
  /* line 2841, ../sass/_styles.scss */
  body .product-announce {
    padding-right: 0;
  }
  /* line 2845, ../sass/_styles.scss */
  body .characteristics__item {
    width: 100%;
  }
  /* line 2849, ../sass/_styles.scss */
  body .characteristics-list__name {
    width: 50%;
  }
  /* line 2852, ../sass/_styles.scss */
  body .characteristics-list__value {
    width: 50%;
  }
  /* line 2857, ../sass/_styles.scss */
  body .tabs-item {
    border: 1px solid #a9a9a9;
    margin: 3px;
  }
  /* line 2861, ../sass/_styles.scss */
  body .js-brcrtitle {
    margin-top: 0;
  }
  /* line 2864, ../sass/_styles.scss */
  body .page-h h1 {
    padding-bottom: 15px;
    font-size: 24px;
  }
  /* line 2868, ../sass/_styles.scss */
  body .header {
    margin: 0 0 10px;
  }
  /* line 2871, ../sass/_styles.scss */
  body .product {
    padding: 25px 0 0;
    position: relative;
  }
  /* line 2875, ../sass/_styles.scss */
  body .compare-mobile,
  body .order-mobile,
  body .reccom_mobile {
    display: block;
  }
  /* line 2880, ../sass/_styles.scss */
  body .product-linkdetail {
    display: block;
    position: relative;
    z-index: 10;
    padding-top: 5px;
  }
  /* line 2886, ../sass/_styles.scss */
  body .product-description {
    position: static;
  }
  /* line 2889, ../sass/_styles.scss */
  body .product-box {
    position: absolute;
    top: 0;
  }

  body .product-description .product-box {
    position: relative;
  }
  /* line 2893, ../sass/_styles.scss */
  body .product-code {
    margin-top: -15px;
  }
  /* line 2896, ../sass/_styles.scss */
  body .mobile-stars-brand,
  body .novigation_carousel {
    display: block;
  }
  /* line 2900, ../sass/_styles.scss */
  body .js-ttl {
    margin-bottom: 15px;
  }
  /* line 2903, ../sass/_styles.scss */
  body .reviews__item {
    margin-right: 0;
  }
  /* line 2906, ../sass/_styles.scss */
  body .owl-nav {
    display: none !important;
  }
  /* line 2909, ../sass/_styles.scss */
  body .tabs .tab-pane {
    margin-bottom: 30px;
  }
  /* line 2912, ../sass/_styles.scss */
  body .product-recom-list,
  body .rs_detail-podimg {
    display: none;
  }
  /* line 2916, ../sass/_styles.scss */
  body .novigation_carousel .rs_detail-pic_scroll {
    padding-left: 0;
    float: none;
    display: block;
    margin: 0 auto;
  }
  /* line 2922, ../sass/_styles.scss */
  body #description,
  body .product-announce {
    max-width: 100%;
  }
  /* line 2927, ../sass/_styles.scss */
  body .form-title {
    margin-left: 0;
    float: none;
    margin-bottom: 10px;
  }
  /* line 2932, ../sass/_styles.scss */
  body .form-rating__name, body .form-review__rating {
    float: none;
    display: block;
  }
  /* line 2937, ../sass/_styles.scss */
  body .form-rating__name {
    padding: 15px 0 0;
  }
  /* line 2940, ../sass/_styles.scss */
  body .form-review__rating table {
    float: left;
  }
  /* line 2943, ../sass/_styles.scss */
  body .form-review__rating {
    padding: 5px 0;
  }
  /* line 2948, ../sass/_styles.scss */
  body .reviews__image {
    display: none;
  }
  /* line 2951, ../sass/_styles.scss */
  body .reviews__user {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0;
    position: relative;
  }
  /* line 2956, ../sass/_styles.scss */
  body .reviews__info {
    width: 100%;
    padding-left: 15px;
  }
  /* line 2960, ../sass/_styles.scss */
  body .reviews__date {
    position: absolute;
    top: 7px;
    right: 10px;
  }
  /* line 2965, ../sass/_styles.scss */
  body .reviews__user-name {
    padding: 0;
  }
}
/* line 2972, ../sass/_styles.scss */
.dropdown-menu-right {
  border-bottom: 2px solid #ffe062;
  z-index: 200;
}

/* line 2977, ../sass/_styles.scss */
.main-border > li {
  border-left: 1px solid rgba(204, 204, 204, 0.3) !important;
}

/* line 2980, ../sass/_styles.scss */
.main-border li.main-nav__item:last-child {
  border-right: 1px solid rgba(204, 204, 204, 0.3) !important;
}

/* line 2984, ../sass/_styles.scss */
.head_info {
  padding-bottom: 10px;
}

/*--/header--*/
/* line 2989, ../sass/_styles.scss */
.page-h h1 {
  color: #202020;
  font-size: 30px;
  padding-bottom: 35px;
  padding-top: 3px;
  border-bottom: 2px solid #ffe062;
  margin-top: 1px;
  margin-bottom: 0;
}

/*Filter*/
/* line 3003, ../sass/_styles.scss */
.smartfilter .input-group-addon {
  font-size: 13px;
  color: #999;
  background: transparent;
  border: transparent;
  padding: 0 5px 0 0;
}
/* line 3011, ../sass/_styles.scss */
.smartfilter .input-group input {
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;
  height: auto;
  width: 100%;
  text-align: left;
}
/* line 3017, ../sass/_styles.scss */
.smartfilter .input-group input:active, .smartfilter .input-group input:focus {
  border-color: #555;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/* line 3024, ../sass/_styles.scss */
.smartfilter .polovinka_pad {
  float: left;
  height: 30px;
  width: 8%;
}

/* line 3031, ../sass/_styles.scss */
.bx_filter_param_btn {
  display: inline-block;
}
/* line 3034, ../sass/_styles.scss */
.bx_filter_btn_color_icon {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 1px transparent;
     -moz-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-size: contain;
}
/* line 3040, ../sass/_styles.scss */
.bx_filter_select_popup .bx_filter_btn_color_icon, .bx_filter_select_text .bx_filter_btn_color_icon {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
/* line 3047, ../sass/_styles.scss */
.bx_filter_btn_color_icon:hover {
  cursor: pointer;
}
/* line 3051, ../sass/_styles.scss */
.bx_filter_param_text {
  display: inline-block;
  margin-left: 3px;
  margin-top: 3px;
  vertical-align: top;
}
/* line 3056, ../sass/_styles.scss */
.bx_filter_param_text:hover {
  cursor: pointer;
}
/* line 3060, ../sass/_styles.scss */
.bx_filter_btn_color_icon + .bx_filter_param_text {
  margin-top: 0;
}

/* line 3064, ../sass/_styles.scss */
.cwp.active .bx_filter_btn_color_icon,
.cwpal.active .bx_filter_btn_color_icon {
  -webkit-box-shadow: 0 0 0 4px #ffe062;
     -moz-box-shadow: 0 0 0 4px #ffe062;
          box-shadow: 0 0 0 4px #ffe062;
}

/* line 3068, ../sass/_styles.scss */
.cwp {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

/* line 3073, ../sass/_styles.scss */
.bx_filter_select_text {
  border: 1px solid #a9a9a9;
  line-height: 17px;
  padding: 10.5px;
  background-color: #fff;
  color: #555;
  font-size: 13px;
  min-width: 70px;
  margin-bottom: 10px;
}

/* line 3084, ../sass/_styles.scss */
.bx_filter_input_container .calendar {
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;
  height: auto;
  text-align: left;
  width: 100%;
}

/* line 3092, ../sass/_styles.scss */
.polovinka.polovinka_calendar {
  width: 45% !important;
  padding-bottom: 4px;
}

/* line 3096, ../sass/_styles.scss */
.polovinka.polovinka_calendar.left {
  margin-right: 10px;
}

/* line 3099, ../sass/_styles.scss */
.f_search {
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 3px !important;
  height: auto;
  margin-bottom: 10px;
}

/* line 3105, ../sass/_styles.scss */
.around_f_search {
  position: relative;
}
/* line 3107, ../sass/_styles.scss */
.around_f_search:before {
  content: "\f002";
  position: absolute;
  top: 8px;
  right: 3px;
  color: #8d8d8d;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  -webkit-transform: translate(0px, 0px);
     -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
       -o-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  height: 20px;
  width: 20px;
}

/* line 3125, ../sass/_styles.scss */
.form-control:focus, .bx-catalog-subscribe-form-container-input > input:focus {
  border-color: #555;
}

/* line 3129, ../sass/_styles.scss */
.dubl-min-price {
  position: relative;
  font-size: 11px;
  background: #f0f0f0;
  border: none;
  text-align: center;
  bottom: 7px;
  left: -20px;
  color: #8d8d8d;
}

/* line 3140, ../sass/_styles.scss */
.dubl-max-price {
  position: relative;
  font-size: 11px;
  background: #f0f0f0;
  border: none;
  text-align: center;
  bottom: 7px;
  float: right;
  right: -20px;
  color: #8d8d8d;
}

/* line 3151, ../sass/_styles.scss */
.bx_filter_select_popup {
  border: 1px solid #a9a9a9;
  -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
          box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 3155, ../sass/_styles.scss */
.popup-window {
  background: #fff;
  font-size: 13px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: block;
}
/* line 3161, ../sass/_styles.scss */
.popup-window li {
  min-width: 65px;
}
/* line 3164, ../sass/_styles.scss */
.popup-window li label {
  color: #555;
  display: block;
  font-weight: normal;
  padding: 8px 15px;
  margin-bottom: 0;
}
/* line 3170, ../sass/_styles.scss */
.popup-window li label:hover {
  cursor: pointer;
  background: #F5F5F5;
}
/* line 3176, ../sass/_styles.scss */
.popup-window ul {
  margin: 0;
}
/* line 3179, ../sass/_styles.scss */
.popup-window .popup-window-left-column,
.popup-window .popup-window-right-column {
  width: 0;
  min-width: 0;
}
/* line 3184, ../sass/_styles.scss */
.popup-window .popup-window-content {
  margin: 0;
}
/* line 3187, ../sass/_styles.scss */
.popup-window .popup-window-bottom-row,
.popup-window .popup-window-top-row {
  display: none;
}

/* line 3192, ../sass/_styles.scss */
.bx_tip_text {
  display: none;
  background: #fafafa;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 2px 0 #ccc;
     -moz-box-shadow: 0 0 2px 0 #ccc;
          box-shadow: 0 0 2px 0 #ccc;
  padding: 10px;
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 100;
  max-width: 250px;
}

/* line 3204, ../sass/_styles.scss */
.bx_tip_text .fa-close {
  position: absolute;
  top: 3px;
  right: 5px;
}

/* line 3209, ../sass/_styles.scss */
.filter__item {
  background: #fff;
}

/* line 3212, ../sass/_styles.scss */
.filter__item .body {
  position: relative;
}
/* line 3215, ../sass/_styles.scss */
.filter__item .body .podrob_link {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  right: 0;
  padding: 9px 12px;
  text-align: right;
}

/* line 3226, ../sass/_styles.scss */
.filter__item .body.hideprop {
  height: auto !important;
}
/* line 3229, ../sass/_styles.scss */
.filter__item .body.hideprop .podrob_link {
  background: transparent;
}

/* line 3233, ../sass/_styles.scss */
.compare-mobile {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
  display: none;
}

/* line 3240, ../sass/_styles.scss */
.order-mobile {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 100;
  display: none;
}

/*Filter*/
/*STARS*/
/* line 3250, ../sass/_styles.scss */
.stars-rating {
  display: inline-block;
  margin-left: 15px;

}

/* line 3254, ../sass/_styles.scss */
.stars-rating .star {
  font-family: "FontAwesome";
  cursor: pointer;
  color: #b8b8b8;
  margin-left: -4px;
  padding: 0 2px;
  display: inline-block;
}

/* line 3262, ../sass/_styles.scss */
.stars-rating .star:before {
  content: "\f005";
}

/* line 3265, ../sass/_styles.scss */
.stars-rating .selected,
.stars-rating.rating-1 .star:nth-child(-n+1),
.stars-rating.rating-2 .star:nth-child(-n+2),
.stars-rating.rating-3 .star:nth-child(-n+3),
.stars-rating.rating-4 .star:nth-child(-n+4),
.stars-rating.rating-5 .star:nth-child(-n+5) {
  color: #ffd203;
}

/* line 3273, ../sass/_styles.scss */
.offer_prop.color.closed .div_select .div_options > .div_option.selected,
.offer_prop.color.closed .div_select .div_options > .div_option:hover,
.offer_prop.color.closed .div_select .stars-rating.rating-1 .div_options > .div_option.star:nth-child(-n+1),
.offer_prop.color.closed .div_select .stars-rating.rating-2 .div_options > .div_option.star:nth-child(-n+2),
.offer_prop.color.closed .div_select .stars-rating.rating-3 .div_options > .div_option.star:nth-child(-n+3),
.offer_prop.color.closed .div_select .stars-rating.rating-4 .div_options > .div_option.star:nth-child(-n+4),
.offer_prop.color.closed .div_select .stars-rating.rating-5 .div_options > .div_option.star:nth-child(-n+5),
.offer_propcolor.opened .div_select .div_options > .div_option.selected,
.offer_propcolor.opened .div_select .div_options > .div_option:hover,
.offer_propcolor.opened .div_select .stars-rating.rating-1 .div_options > .div_option.star:nth-child(-n+1),
.offer_propcolor.opened .div_select .stars-rating.rating-2 .div_options > .div_option.star:nth-child(-n+2),
.offer_propcolor.opened .div_select .stars-rating.rating-3 .div_options > .div_option.star:nth-child(-n+3),
.offer_propcolor.opened .div_select .stars-rating.rating-4 .div_options > .div_option.star:nth-child(-n+4),
.offer_propcolor.opened .div_select .stars-rating.rating-5 .div_options > .div_option.star:nth-child(-n+5),
.stars-rating.rating-1 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+1),
.stars-rating.rating-1 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+1),
.stars-rating.rating-2 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+2),
.stars-rating.rating-2 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+2),
.stars-rating.rating-3 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+3),
.stars-rating.rating-3 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+3),
.stars-rating.rating-4 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+4),
.stars-rating.rating-4 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+4),
.stars-rating.rating-5 .offer_prop.color.closed .div_select .div_options > .div_option.star:nth-child(-n+5),
.stars-rating.rating-5 .offer_propcolor.opened .div_select .div_options > .div_option.star:nth-child(-n+5) {
  border-color: #0084c9;
}

/*/
STARS*/
/*NAV DOT MOBILE*/
/* line 3303, ../sass/_styles.scss */
.novigation_carousel {
  display: none;
}

/* line 3306, ../sass/_styles.scss */
.novigation_carousel .paginator .owl-dot {
  width: 10px !important;
  height: 10px !important;
  -webkit-border-radius: 10px !important;
     -moz-border-radius: 10px !important;
          border-radius: 10px !important;
  background: #555;
  border: none !important;
  float: left;
  margin: 0 2px;
}
/* line 3315, ../sass/_styles.scss */
.novigation_carousel .paginator .owl-dot img {
  display: none;
}

/*/
NAV DOT MOBILE*/
/* line 3320, ../sass/_styles.scss */
.reccom_mobile {
  display: none;
}

/* line 3323, ../sass/_styles.scss */
#description {
  max-width: 80%;
}

/**-ITEM-**/
/* line 3328, ../sass/_styles.scss */
.product {
  margin-top: 50px;
  margin-bottom: 0px;
  /*BUTTON BAR ITEM*/
  /*BOX DELIVERY BAR*/
  /*BOX DELIVERY BAR*/
  /*RECCOMEND ITEM*/
  /*/
  RECCOMEND ITEM*/
}
/* line 3332, ../sass/_styles.scss */
.product li:before {
  color: transparent;
}
/* line 3335, ../sass/_styles.scss */
.product-content__title {
  color: #202020;
  font-size: 24px;
  margin: 0;
  padding: 47px 0 15px;
}
/* line 3341, ../sass/_styles.scss */
.product-code {
  color: #999999;
  font-style: italic;
  font-size: 12px;
}
/* line 3346, ../sass/_styles.scss */
.product-name {
  color: #202020;
  font-size: 30px;
  padding-top: 3px;
  padding-bottom: 5px;
}
/* line 3352, ../sass/_styles.scss */
.product-params {
  padding-top: 3px;
}
/* line 3355, ../sass/_styles.scss */
.product-params__brand {
  font-size: 14px;
  color: #585f69;
  text-transform: uppercase;
  float: left;
}
/* line 3361, ../sass/_styles.scss */
.product-params__rating {
  float: left;
  padding-left: 10px;
}
/* line 3366, ../sass/_styles.scss */
.product-price {
  padding: 40px 0;
}
/* line 3369, ../sass/_styles.scss */
.product-price__actual {
  font-size: 26px;
  color: #9d0000;
  font-weight: bold;
}
/* line 3374, ../sass/_styles.scss */
.product-price__old {
  font-size: 20px;
  color: #555555;
}
/* line 3378, ../sass/_styles.scss */
.product-price__old .through {
  text-decoration: line-through;
}
/* line 3385, ../sass/_styles.scss */
.product .productsku-color__title {
  color: #999999;
  font-style: italic;
  font-size: 12px;
  padding-bottom: 3px;
}
/* line 3391, ../sass/_styles.scss */
.product .productsku-color__list {
  list-style-type: none;
  margin: 2px 0 0 -3px;
  padding: 0;
}
/* line 3396, ../sass/_styles.scss */
.product .productsku-color__list li {
  float: left;
  margin-right: 6px;
  list-style-type: none;
}
/* line 3402, ../sass/_styles.scss */
.product .productsku-color__list li:before {
  color: #fff;
}
/* line 3407, ../sass/_styles.scss */
.product .productsku-color__list li.active .colors-cover {
  background: #ffe062;
}
/* line 3413, ../sass/_styles.scss */
.product .productsku-select {
  float: left;
  padding-right: 15px;
}
/* line 3417, ../sass/_styles.scss */
.product .productsku-select__title {
  color: #999999;
  font-style: italic;
  font-size: 12px;
  padding-bottom: 3px;
}
/* line 3424, ../sass/_styles.scss */
.product .dropdown-menu {
  min-width: auto;
}
/* line 3427, ../sass/_styles.scss */
.product-announce {
  color: #555;
  font-size: 13px;
  line-height: 19px;
  padding-right: 50px;
  padding-bottom: 12px;
  max-height: 165px;
  overflow: hidden;
  max-width: 80%;
}
/* line 3437, ../sass/_styles.scss */
.product-linkdetail {
  color: #666699;
  font-size: 13px;
  -webkit-box-shadow: 0 -10px 15px 0 #fff;
     -moz-box-shadow: 0 -10px 15px 0 #fff;
          box-shadow: 0 -10px 15px 0 #fff;
  width: 100%;
  display: inline-block;
}
/* line 3444, ../sass/_styles.scss */
.product-social__title {
  padding: 30px 0 10px;
}
/* line 3448, ../sass/_styles.scss */
.product-buyblock {
  /*/
  BUTTON BAR ITEM*/
}
/* line 3450, ../sass/_styles.scss */
.product-buyblock .quantity-block {
  float: left;
  margin: 0 15px 15px 0;
}
/* line 3455, ../sass/_styles.scss */
.product-buyblock__addcart, .product-buyblock__buy1click {
  float: left;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 15px 15px 0;
  padding: 10px 30px;
}
/* line 3463, ../sass/_styles.scss */
.product-buyblock__addcart:last-child, .product-buyblock__buy1click:last-child {
  margin-right: 0;
}
/* line 3467, ../sass/_styles.scss */
.product-buyblock__measure {
  float: left;
  line-height: 40px;
  margin-right: 11px;
  margin-left: -8px;
}
/* line 3473, ../sass/_styles.scss */
.product-buyblock__credit {
  text-align: center;
  display: block;
  margin: 7px;
  font-size: 15px;
}
/* line 3480, ../sass/_styles.scss */
.product-buyblock .stores,
.product-buyblock .bx-catalog-subscribe-button,
.product-buyblock .product__compare,
.product-buyblock .product__favorite,
.product-buyblock .stores {
  float: left;
  margin: 0 15px 15px 0;
}
/* line 3494, ../sass/_styles.scss */
.product-delivery {
  border: 2px solid #ffe062;
  clear: left;
  color: #555;
  padding: 7px 10px;
  margin-bottom: 15px;
}
/* line 3501, ../sass/_styles.scss */
.product-delivery__block {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
  position: relative;
  overflow: hidden;
}
/* line 3508, ../sass/_styles.scss */
.product-delivery__pic {
  min-width: 100px;
  text-align: center;
  vertical-align: middle;
  width: 10%;
}
/* line 3515, ../sass/_styles.scss */
.product-delivery__icon {
  background: url('../images/sprite-s67b29df4de.png') 0 -42px no-repeat;
  height: 42px;
  width: 40px;
  display: inline-block;
}
/* line 3520, ../sass/_styles.scss */
.product-delivery__title {
  font-weight: bold;
  margin-bottom: 7px;
}
/* line 3525, ../sass/_styles.scss */
.product-delivery__body {
  padding: 0 5px;
}
/* line 3529, ../sass/_styles.scss */
.product-delivery__list {
  padding: 0;
  width: 100%;
}
/* line 3533, ../sass/_styles.scss */
.product-delivery__list li {
  line-height: 18px;
}
/* line 3540, ../sass/_styles.scss */
.product-east .icon-east.right {
  float: right;
}
/* line 3545, ../sass/_styles.scss */
.product-actions {
  float: left;
}
/* line 3552, ../sass/_styles.scss */
.product-recom {
  /*PRODUCT-RECOM_MAIN*/
  /*/
  product-recom_main*/
}
/* line 3554, ../sass/_styles.scss */
.product-recom-title {
  color: #555;
  font-size: 15px;
  padding: 19px 0 5px;
}
/* line 3560, ../sass/_styles.scss */
.product-recom-list {
  padding: 0;
  position: relative;
  z-index: 2;
}
/* line 3565, ../sass/_styles.scss */
.product-recom-list.row {
  margin-right: 0px;
}
/* line 3569, ../sass/_styles.scss */
.product-recom-list__item {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 0;
  padding: 10px;
  -webkit-transition: border-color 0.15s;
  -moz-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
/* line 3577, ../sass/_styles.scss */
.product .product-recom-list__item {
  margin: 0 0 -1px 0;
}
/* line 3582, ../sass/_styles.scss */
.product-recom-list__price {
  color: #555;
  font-weight: bold;
  padding: 10px 0;
  font-size: 16px;
}
/* line 3592, ../sass/_styles.scss */
.product-recom-list__item:hover {
  border: 1px solid #a9a9a9;
  z-index: 1;
}
/* line 3597, ../sass/_styles.scss */
.product-recom-list__img {
  float: left;
  width: 40%;
  line-height: 80px;
  text-align: center;
}
/* line 3603, ../sass/_styles.scss */
.product-recom-list__img img {
  max-width: 80px;
  max-height: 80px;
  line-height: 80px;
}
/* line 3609, ../sass/_styles.scss */
.product-recom-list__description {
  float: left;
  width: 60%;
  padding-left: 10px;
}
/* line 3614, ../sass/_styles.scss */
.product-recom-list__name {
  color: #202020;
  font-size: 13px;
  display: block;
  overflow: hidden;
  height: 38px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: initial;
     text-overflow: initial;
  max-height: 2.8em;
}
/* line 3629, ../sass/_styles.scss */
.product-recom-list__name:hover {
  color: #202020;
}
/* line 3634, ../sass/_styles.scss */
.product-recom-list-pricetype__name {
  font-style: italic;
}
/* line 3638, ../sass/_styles.scss */
.product-recom-list__price {
  display: block;
}
/* line 3644, ../sass/_styles.scss */
.product-recom_main {
  margin: 0 0 0px;
}
/* line 3648, ../sass/_styles.scss */
.product-recom_main .product-recom-list {
  position: relative;
  height: 127px;
  padding: 11px 0 0;
  /*background: #efefef;*/
}
/* line 3673, ../sass/_styles.scss */
.product-recom_main .product-recom-list__item {
  background: #fff;
}

/* line 3683, ../sass/_styles.scss */
.owl-carousel .owl-item .product-recom-list__img img {
  display: inline;
}

/* line 3687, ../sass/_styles.scss */
.colors-cover {
  border: 1px solid transparent;
  display: inline-block;
  padding: 2px;
  vertical-align: top;
}
/* line 3693, ../sass/_styles.scss */
.colors-cover__icon {
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 100;
}

/* line 3703, ../sass/_styles.scss */
.product-dop {
  padding-bottom: 15px;
  position: relative;
}

/*DETAIL ITEM*/
/* line 3709, ../sass/_styles.scss */
.rs_detail-picbox {
  text-align: center;
}
/* line 3713, ../sass/_styles.scss */
.rs_detail-pic_scroll {
  display: block;
  float: left;
  position: relative;
  width: 85px;
  z-index: 2;
  padding-left: 30px;
}
/* line 3721, ../sass/_styles.scss */
.rs_detail-pic_scroll .owl-dot {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  height: 62px;
  margin-bottom: 5px;
  position: relative;
  width: 62px;
  text-align: center;
}
/* line 3731, ../sass/_styles.scss */
.rs_detail-pic_scroll .owl-dot .owl-preview {
  bottom: 1px;
  left: 1px;
  max-height: 46px;
  max-width: 46px;
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
}
/* line 3743, ../sass/_styles.scss */
.rs_detail-pic_scroll .active {
  border-color: #ff8f2f;
}
/* line 3747, ../sass/_styles.scss */
.rs_detail-podimg {
  color: #7b7d84;
  font-size: 12px;
  background: url("/bitrix/templates/flyaway/images/lupa.png") 0 0 no-repeat;
  padding-left: 25px;
  line-height: 20px;
  display: inline-block;
}
/* line 3755, ../sass/_styles.scss */
.rs_detail-pic {
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  position: relative;
  margin-left: 141px;
  border: 1px solid #e0e0e0;
}
/* line 3762, ../sass/_styles.scss */
.rs_detail-pic .preview {
  position: static;
}
/* line 3764, ../sass/_styles.scss */
.rs_detail-pic .preview-wrap {
  padding: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 3772, ../sass/_styles.scss */
.rs_detail .owl-item .preview {
  margin: auto;
  right: 0;
  /*max-width: 250px;*/
  width: 100%;
}

/* line 3779, ../sass/_styles.scss */
.rs_detail-share,
.rs_detail-zoom_title {
  margin-left: 60px;
}

/* line 3783, ../sass/_styles.scss */
.rs_detail .marks {
  z-index: 3;
  bottom: 20px;
}

/*/
DETAIL ITEM*/
/*TABS BITTON MOBILE*/
/* line 3791, ../sass/_styles.scss */
.tabs-item__label.collapsed .fa-angle-up {
  display: none;
}

/* line 3794, ../sass/_styles.scss */
.tabs-item__label .fa-angle-down {
  display: none;
}

/* line 3797, ../sass/_styles.scss */
.tabs-item__label.collapsed .fa-angle-down {
  display: block;
}

/* line 3800, ../sass/_styles.scss */
.tab_item__mobile {
  display: none;
  margin-bottom: 3px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
/* line 3804, ../sass/_styles.scss */
.tab_item__mobile a {
  display: block;
  border: 1px solid #a9a9a9 !important;
  -webkit-border-radius: 5px !important;
     -moz-border-radius: 5px !important;
          border-radius: 5px !important;
  background: #f0f0f0;
}
/* line 3810, ../sass/_styles.scss */
.tab_item__mobile a.collapsed {
  background: #fff;
}
/* line 3813, ../sass/_styles.scss */
.tab_item__mobile i {
  float: right;
}

/*TABS BUTTON BOBILE*/
/*TABS*/
/* line 3820, ../sass/_styles.scss */
.tabs {
  margin-top: 30px;
}
/* line 3823, ../sass/_styles.scss */
.tabs-item {
  border: 1px solid #a9a9a9;
  border-right: none;
  overflow: hidden;
}
/* line 3828, ../sass/_styles.scss */
.tabs-item i {
  display: none;
}
/* line 3831, ../sass/_styles.scss */
.tabs-item:last-child {
  border-right: 1px solid #a9a9a9;
  -webkit-border-radius: 0 5px 5px 0;
     -moz-border-radius: 0 5px 5px 0;
          border-radius: 0 5px 5px 0;
}
/* line 3835, ../sass/_styles.scss */
.tabs-item:nth-child(1) {
  -webkit-border-radius: 5px 0 0 5px;
     -moz-border-radius: 5px 0 0 5px;
          border-radius: 5px 0 0 5px;
}
/* line 3838, ../sass/_styles.scss */
.tabs-item__label {
  font-size: 13px;
  color: #555;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  border: none !important;
  padding: 10.5px 15px !important;
}
/* line 3845, ../sass/_styles.scss */
.tabs-item__label:hover {
  color: #555;
}
/* line 3850, ../sass/_styles.scss */
.tabs-item.active > a, .tabs-item.active > a:focus, .tabs-item.active > a:hover {
  background: #f0f0f0 !important;
  color: #000;
}
/* line 3856, ../sass/_styles.scss */
.tabs .tab-pane {
  font-size: 13px;
  color: #555;
  line-height: 19px;
}
/* line 3861, ../sass/_styles.scss */
.tabs .nav-tabs {
  border: none;
}
/* line 3864, ../sass/_styles.scss */
.tabs .fade {
  display: none;
}
/* line 3867, ../sass/_styles.scss */
.tabs .fade.in {
  display: block;
}

/*/
TABS*/
/*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 4037, ../sass/_styles.scss */
.form-title {
  background: #ffe062;
  padding: 10.5px 23px;
  display: inline-block;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-left: -15px;
  margin-bottom: 25px;
  float: left;
  color: #555;
}
/* line 4046, ../sass/_styles.scss */
.form-title:hover {
  background: #FFDA47;
  text-decoration: none;
  color: #555;
}
/* 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;
}

/*/
REVIEWS ITEM*/
/*PRODUCT OWL SLIDER*/
/* line 4074, ../sass/_styles.scss */
.products-owl-slider .products__item {
  width: 100%;
  padding: 1px;
}
/* line 4078, ../sass/_styles.scss */
.products-owl-slider .owl-nav {
  float: right;
  margin-right: 10px;
}

/*/
PRODUCT OWL SLIDER*/
/*CHARAKTERISTIKI*/
/* line 4089, ../sass/_styles.scss */
.characteristics__item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 4097, ../sass/_styles.scss */
.characteristics__item h2 {
  color: #202020;
  font-size: 15px;
  padding: 10px;
  margin: 0;
}
/* line 4104, ../sass/_styles.scss */
.characteristics-list {
  padding: 0;
  margin: 0;
}
/* line 4108, ../sass/_styles.scss */
.characteristics-list__item {
	display: flex;
  line-height: 17px;
}
/* line 4111, ../sass/_styles.scss */
.characteristics-list__name {
  width: 60%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* line 4117, ../sass/_styles.scss */
.characteristics-list__name:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 600px;
  border-bottom: 1px dashed #cfcfcf;
}
/* line 4124, ../sass/_styles.scss */
.characteristics-list__label {
  padding: 8px 10px;
  color: #555;
  font-size: 13px;
  display: inline-block;
}
/* line 4130, ../sass/_styles.scss */
.characteristics-list__value {
  width: 40%;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}

/*/
CHARAKTERISTIKI*/
/*DOCUMENTATION*/
/* line 4144, ../sass/_styles.scss */
.documentation__list {
  margin: 0;
  padding: 0;
}
/* line 4148, ../sass/_styles.scss */
.documentation__item {
  width: 15%;
  float: left;
  margin-right: 74px;
}
/* line 4153, ../sass/_styles.scss */
.documentation__label {
  color: #555;
  font-size: 13px;
}
/* line 4156, ../sass/_styles.scss */
.documentation__label:hover {
  text-decoration: none;
  color: #555;
}
/* line 4161, ../sass/_styles.scss */
.documentation-icon {
  background: url("/bitrix/templates/flyaway/images/docs.png") 0 4px no-repeat;
  display: inline-block;
  height: 34px;
  width: 30px;
  margin-right: 30px;
  float: left;
}
/* line 4169, ../sass/_styles.scss */
.documentation__link {
  color: #666699;
  display: block;
  margin-left: 60px;
  padding-top: 3px;
}

/*/
DOCUMENTATION*/
/*GALLERY ITEM*/
/* line 4180, ../sass/_styles.scss */
.popupgallery {
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
}
/* line 4185, ../sass/_styles.scss */
.popupgallery .navigations {
  position: relative;
}
/* line 4188, ../sass/_styles.scss */
.popupgallery .navigations > .nav {
  position: absolute;
  top: 50%;
  display: inline-block;
  color: #000;
  cursor: pointer;
  margin-top: -27px;
  background-color: #ebebeb;
  -webkit-border-radius: 27px;
     -moz-border-radius: 27px;
          border-radius: 27px;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
/* line 4209, ../sass/_styles.scss */
.popupgallery .navigations > .nav > span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 39px;
  color: #fff;
}
/* line 4216, ../sass/_styles.scss */
.popupgallery .navigations > .nav:hover {
  color: #fff;
  background-color: #ebebeb;
}
/* line 4221, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev {
  left: 15px;
}
/* line 4224, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev > span {
  padding: 5px 22px 7px 18px;
}
/* line 4226, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev > span:after {
  content: "\f104";
}
/* line 4231, ../sass/_styles.scss */
.popupgallery .navigations:hover .nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 4235, ../sass/_styles.scss */
.popupgallery .navigations::hover > .nav:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 4239, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next {
  right: 15px;
}
/* line 4242, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next > span {
  padding: 5px 18px 7px 22px;
}
/* line 4244, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next > span:after {
  content: "\f105";
}
/* line 4250, ../sass/_styles.scss */
.popupgallery .around_changeit {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 4255, ../sass/_styles.scss */
.popupgallery .changeit {
  display: table-cell;
  width: 100%;
  height: 550px;
  text-align: center;
  vertical-align: middle;
}
/* line 4262, ../sass/_styles.scss */
.popupgallery .changeit img {
  display: inline;
  cursor: pointer;
  max-height: 520px;
  max-width: 100%;
}
/* line 4268, ../sass/_styles.scss */
.popupgallery .changeit .date {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
/* line 4276, ../sass/_styles.scss */
.popupgallery .description {
  height: 20px;
}
/* line 4279, ../sass/_styles.scss */
.popupgallery .thumbs {
  max-height: 428px;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 4285, ../sass/_styles.scss */
.popupgallery .thumbs .thumb {
  width: 45%;
  float: left;
  margin-right: 4%;
  margin-bottom: 15px;
}
/* line 4291, ../sass/_styles.scss */
.popupgallery .thumbs .thumb:nth-child(odd) {
  margin-right: 6%;
}
/* line 4295, ../sass/_styles.scss */
.popupgallery .preview {
  position: relative;
  max-height: 110px;
  padding-top: 14px;
  overflow: hidden;
}
/* line 4300, ../sass/_styles.scss */
.popupgallery .preview:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 20px;
  content: '';
  background-image: -webkit-linear-gradient(left, rgba(250, 250, 250, 0.5), #fafafa);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0.5)), to(#fafafa));
  background-image: -moz-linear-gradient(left, rgba(250, 250, 250, 0.5), #fafafa);
  background-image: -o-linear-gradient(left, rgba(250, 250, 250, 0.5), #fafafa);
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0.5), #fafafa);
}

/*GALLERY ITEM*/
/*GALLERY MINI ITEM*/
/* line 4315, ../sass/_styles.scss */
.thumbs {
  margin-bottom: 25px;
}
/* line 4318, ../sass/_styles.scss */
.thumbs .thumb a {
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #ebebeb;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 4329, ../sass/_styles.scss */
.thumbs .thumb .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 4340, ../sass/_styles.scss */
.thumbs .thumb .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -16px;
  margin-left: -17px;
  font-size: 35px;
}
/* line 4348, ../sass/_styles.scss */
.thumbs .thumb .fa:before {
  content: "\f002";
  color: #fff;
}
/* line 4354, ../sass/_styles.scss */
.thumbs .owl-nav {
  margin-top: 10px;
  text-align: right;
}

/* line 4359, ../sass/_styles.scss */
.thumbs .thumb.checked a .fa,
.thumbs .thumb.checked a .overlay {
  display: block;
}

/*/
GALLERY MINI ITEM*/
/*PRODUCT VIEWED*/
/* line 4368, ../sass/_styles.scss */
.product-viewed-title {
  color: #555;
  font-size: 15px;
  padding: 20px 0 10px;
}
/* line 4373, ../sass/_styles.scss */
.product-viewed-list {
  padding: 0;
}
/* line 4376, ../sass/_styles.scss */
.product-viewed-list__item {
  border: 1px solid #e5e5e5;
  padding: 10px;
  height: 110px;
  margin: 1px;
  margin-bottom: 15px;
}
/* line 4383, ../sass/_styles.scss */
.product-viewed-list__price {
  color: #555;
  padding: 10px 0;
  font-size: 16px;
}
/* line 4389, ../sass/_styles.scss */
.product-viewed-list__img {
  float: left;
  width: 40%;
  text-align: center;
  line-height: 80px;
}
/* line 4395, ../sass/_styles.scss */
.product-viewed-list__img img {
  max-width: 85px !important;
  width: auto;
  max-height: 80px;
}
/* line 4401, ../sass/_styles.scss */
.product-viewed-list__description {
  float: left;
  width: 60%;
  padding-left: 10px;
}
/* line 4406, ../sass/_styles.scss */
.product-viewed-list__name {
  color: #202020;
  font-size: 13px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 38px;
  width: 100%;
}
/* line 4414, ../sass/_styles.scss */
.product-viewed-list__name:hover {
  color: #202020;
}
/* line 4419, ../sass/_styles.scss */
.product-viewed-list-pricetype__name {
  font-style: italic;
}
/* line 4423, ../sass/_styles.scss */
.product-viewed-list__price {
  display: block;
}

/*/
PRODUCT VIEWED*/
/* line 4429, ../sass/_styles.scss */
.js-brcrtitle {
  margin-top: 5px;
}

/* line 4432, ../sass/_styles.scss */
.mobile-stars-brand {
  display: none;
  margin-bottom: 15px;
}

/* line 4436, ../sass/_styles.scss */
.detail__commit {
  max-height: 82px;
  overflow: hidden;
}

/* line 4440, ../sass/_styles.scss */
.filter_mobile-button {
  border: 1px solid #8d8d8d;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #555;
  margin-bottom: 20px;
  padding: 9.5px;
}
/* line 4446, ../sass/_styles.scss */
.filter_mobile-button:hover {
  background: #F0F0F0;
  cursor: pointer;
}
/* line 4450, ../sass/_styles.scss */
.filter_mobile-button i {
  float: right;
}
/* line 4453, ../sass/_styles.scss */
.filter_mobile-button i.fa-angle-up {
  display: none;
}

/* line 4459, ../sass/_styles.scss */
.js_mobile-button.active .fa-angle-down {
  display: none;
}
/* line 4462, ../sass/_styles.scss */
.js_mobile-button.active .fa-angle-up {
  display: inline-block;
}

/* line 4466, ../sass/_styles.scss */
.bx_filter_popup_result:hover {
  text-decoration: none;
}

/* line 4470, ../sass/_styles.scss */
.fa.fa-close {
  position: absolute;
  top: 9px;
  right: 4px;
  width: 13px;
  height: 13px;
  background: transparent url("../images/fancybox/fancybox-close.png?v2") 0 0 no-repeat;
  cursor: pointer;
  z-index: 8040;
  -webkit-background-size: 9px 9px;
     -moz-background-size: 9px;
       -o-background-size: 9px;
          background-size: 9px;
}

/*--SHOPS--*/
/* line 4484, ../sass/_styles.scss */
.shops-filter {
  margin: 0 0 20px;
}
/* line 4487, ../sass/_styles.scss */
.shops-btn {
  background: #fff;
  border: 1px solid #fff;
}
/* line 4491, ../sass/_styles.scss */
.shops-input {
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
}
/* line 4494, ../sass/_styles.scss */
.shops_list {
  overflow-x: hidden;
  max-height: 350px;
  border: 1px solid #d8d8d8;
  padding: 15px;
}
/* line 4500, ../sass/_styles.scss */
.shops-name {
  color: #555;
  font-size: 16px;
  margin-bottom: 2px;
}
/* line 4505, ../sass/_styles.scss */
.shops-item {
  margin-bottom: 15px;
  cursor: pointer;
}
/* line 4509, ../sass/_styles.scss */
.shops .js-typeempty {
  display: none;
}
/* line 4512, ../sass/_styles.scss */
.shops-descr span, .shops-name span {
  background: red;
  color: #fff;
}
/* line 4517, ../sass/_styles.scss */
.shops-clear_input_btn {
  position: absolute;
  font-size: 16px;
  background: #ccc;
  padding: 5px 7px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  right: 45px;
  color: #fff;
  top: 7px;
  z-index: 2;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 4531, ../sass/_styles.scss */
.shops-clear_input_btn:hover {
  text-decoration: none;
  color: inherit;
}
/* line 4535, ../sass/_styles.scss */
.shops-clear_input_btn.active {
  visibility: visible;
  opacity: 1;
}

/*--/shops--*/
/* line 4543, ../sass/_styles.scss */
.pluso-more {
  display: none !important;
}

/*DETAIL NEWS*/
/* line 4548, ../sass/_styles.scss */
.news-detail__image {
  max-width: 100%;
}

/* line 4551, ../sass/_styles.scss */
.news-detail-bar__date {
  color: #999999;
  font-size: 13px;
  padding: 20px 0 25px;
  display: inline-block;
}

/* line 4557, ../sass/_styles.scss */
.news-detail__text {
  font-size: 13px;
  color: #555;
  line-height: 21px;
  padding-bottom: 15px;
}

/* line 4563, ../sass/_styles.scss */
.news-detail__podstati {
  font-style: italic;
  font-size: 13px;
  color: #999999;
  padding-top: 14px;
  padding-bottom: 25px;
}

/* line 4570, ../sass/_styles.scss */
.news-detailback {
  display: inline-block;
  height: 40px;
  margin-top: 28px;
}

/* line 4575, ../sass/_styles.scss */
.news-detailback .fa {
  padding: 11px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 15px;
  border: 1px solid #a9a9a9;
}
/* line 4580, ../sass/_styles.scss */
.news-detailback .fa:before {
  content: "\f112";
}

/* line 4584, ../sass/_styles.scss */
.news-detailback:hover .fa {
  background: #f0f0f0;
  color: #555 !important;
}

/* line 4588, ../sass/_styles.scss */
.news-detailback span {
  display: inline-block;
  padding-top: 9px;
}

/* line 4592, ../sass/_styles.scss */
.news-detail_subs {
  border: 1px solid #a9a9a9;
  padding: 35px 30px;
  margin-top: 30px;
  background-color: #fbfbfb;
}

/* line 4598, ../sass/_styles.scss */
.news-detail_subs-text {
  padding-top: 10px;
  color: #555;
  font-size: 13px;
}

/* line 4603, ../sass/_styles.scss */
.news-detail .news-pic {
  margin-bottom: 20px;
  text-align: center;
}
/* line 4607, ../sass/_styles.scss */
.news-detail .news-pic img {
  max-width: 100%;
}

/* line 4611, ../sass/_styles.scss */
.news-detail_subs .btn2 {
  padding: 11.5px 15px;
}

/* line 4615, ../sass/_styles.scss */
.news-side .news-detail-bar__date {
  padding: 0 0 25px;
}
/* line 4618, ../sass/_styles.scss */
.news-side .news-detail__image {
  width: auto;
  max-width: none;
  max-height: 400px;
}
/* line 4623, ../sass/_styles.scss */
.news-side .news-pic {
  overflow: hidden;
}
/* line 4626, ../sass/_styles.scss */
.news-side .yashare {
  margin-top: 20px;
}
/* line 4629, ../sass/_styles.scss */
.news-side .news-detailback {
  margin-top: 0;
}

/*/
DETAIL NEWS*/
/*NEWS LIST*/
/* line 4637, ../sass/_styles.scss */
.news-image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

/* line 4642, ../sass/_styles.scss */
.news-item {
  margin-bottom: 20px;
}

/* line 4645, ../sass/_styles.scss */
.news-name a {
  color: #555;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 4650, ../sass/_styles.scss */
.news-name a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* line 4655, ../sass/_styles.scss */
.news-description a {
  color: #8d8d8d;
}
/* line 4657, ../sass/_styles.scss */
.news-description a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* line 4663, ../sass/_styles.scss */
.news-archive {
  margin-bottom: 10px;
}
/* line 4666, ../sass/_styles.scss */
.news-archive__list {
  margin-left: -10px;
}
/* line 4670, ../sass/_styles.scss */
.news-archive__list > .news-archive__item {
  margin-bottom: 10px;
  padding: 0 10px;
}
/* line 4675, ../sass/_styles.scss */
.news-archive .btn2 {
  padding: 4px 10px;
}

/*/
NEWS LIST*/
/*NEWS LIST OWL*/
/* line 4685, ../sass/_styles.scss */
.newslistcol {
  margin: 0 0 31px;
}
/* line 4688, ../sass/_styles.scss */
.newslistcol .newslistcol-list {
  margin: 0 0 5px;
}
/* line 4692, ../sass/_styles.scss */
.newslistcol .newslistcol-image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
/* line 4697, ../sass/_styles.scss */
.newslistcol .newslistcol-image {
  width: 100px;
  float: left;
  margin: 0 10px 0 0;
}
/* line 4702, ../sass/_styles.scss */
.newslistcol .newslistcol-data {
  overflow: hidden;
}
/* line 4705, ../sass/_styles.scss */
.newslistcol .newslistcol-name a {
  color: #202020;
  display: inline-block;
  font-size: 15px;
  padding-bottom: 5px;
  height: 27px;
  overflow: hidden;
}
/* line 4713, ../sass/_styles.scss */
.newslistcol .newslistcol-description {
  color: #555;
}
/* line 4716, ../sass/_styles.scss */
.newslistcol .newslistcol-link {
  display: inline-block;
  padding-top: 5px;
}

/* line 4722, ../sass/_styles.scss */
.newslistcol .owl .owl-nav {
  float: right;
  margin-top: 12px;
}

/*/
NEWS LIST OWL*/
/*ACTION LIST*/
/* line 4730, ../sass/_styles.scss */
.action-image {
  border: 1px solid #ebebeb;
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 200px;
}

/* line 4737, ../sass/_styles.scss */
.action-description {
  padding-top: 10px;
  color: #8d8d8d;
}

/* line 4741, ../sass/_styles.scss */
.action-data {
  margin-bottom: 30px;
  height: 130px;
  overflow: hidden;
}

/* line 4746, ../sass/_styles.scss */
.action-name {
  color: #555;
  font-size: 17px;
  padding: 7px 10px;
}

/* line 4751, ../sass/_styles.scss */
.action-marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  padding: 3px 30px 2px 10px;
}

/* line 4759, ../sass/_styles.scss */
.action-marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 26px solid transparent;
  border-left: 16px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}

/* line 4771, ../sass/_styles.scss */
.action_date {
  color: #555;
  font-size: 12px;
}

/*/
ACTION LIST*/
/*DETAIL ACTION*/
/* line 4779, ../sass/_styles.scss */
.action-detail__image {
  max-width: 100%;
}

/* line 4782, ../sass/_styles.scss */
.action-detail-bar__date {
  color: #999999;
  font-size: 13px;
  padding: 20px 0 25px;
  display: inline-block;
}

/* line 4788, ../sass/_styles.scss */
.action-detail__text {
  font-size: 13px;
  color: #555;
  line-height: 21px;
  padding-bottom: 15px;
}

/* line 4794, ../sass/_styles.scss */
.action-detail__podstati {
  font-style: italic;
  font-size: 13px;
  color: #999999;
  padding-top: 14px;
  padding-bottom: 25px;
}

/* line 4801, ../sass/_styles.scss */
.action-detailback {
  display: inline-block;
  height: 40px;
  margin-top: 28px;
}

/* line 4806, ../sass/_styles.scss */
.action-detailback .fa {
  padding: 11px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 15px;
  border: 1px solid #a9a9a9;
}
/* line 4811, ../sass/_styles.scss */
.action-detailback .fa:before {
  content: "\f112";
}

/* line 4815, ../sass/_styles.scss */
.action-detailback:hover .fa {
  background: #f0f0f0;
  color: #555 !important;
}

/* line 4819, ../sass/_styles.scss */
.action-detailback span {
  display: inline-block;
  padding-top: 9px;
}

/* line 4823, ../sass/_styles.scss */
.action-detail_subs {
  border: 1px solid #a9a9a9;
  padding: 40px 30px;
  margin-top: 30px;
}

/* line 4828, ../sass/_styles.scss */
.action-detail_subs-text {
  padding-top: 10px;
  color: #555;
  font-size: 13px;
}

/* line 4834, ../sass/_styles.scss */
.action-side .action-detail-bar__date {
  padding: 0 0 25px;
}
/* line 4837, ../sass/_styles.scss */
.action-side .action-detail__image {
  width: auto;
  max-width: none;
  max-height: 400px;
}
/* line 4842, ../sass/_styles.scss */
.action-side .action-pic {
  overflow: hidden;
}
/* line 4845, ../sass/_styles.scss */
.action-side .yashare {
  margin-top: 20px;
}
/* line 4848, ../sass/_styles.scss */
.action-side .action-detailback {
  margin-top: 0;
}

/* line 4853, ../sass/_styles.scss */
.action-detail .action-marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  padding: 6px 30px 5px 10px;
  margin: 15px 0 10px;
}
/* line 4862, ../sass/_styles.scss */
.action-detail .action-marker:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: ' ';
  border: 32px solid transparent;
  border-left: 16px solid transparent;
  border-bottom-color: #fff;
  border-right: 0;
  border-top: 0;
}

/*/
DETAIL ACTION*/
/* line 4876, ../sass/_styles.scss */
blockquote {
  background-color: #ebebeb;
  border: medium none;
  color: #585e63;
  line-height: 25px;
  padding: 25px 75px;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

/* line 4886, ../sass/_styles.scss */
.company-comment__user {
  color: #555;
  font-size: 14px;
  font-weight: bold;
}

/*/
COMPANY*/
/*ISTORY*/
/* line 4895, ../sass/_styles.scss */
.timeline {
  position: relative;
  margin-right: -25px;
  margin-bottom: 90px;
  margin-left: -25px;
}
/* line 4900, ../sass/_styles.scss */
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42%;
  display: block;
  width: 2px;
  min-height: 100px;
  content: " ";
  margin-left: -5px;
  background-color: #e0e0e0;
}
/* line 4912, ../sass/_styles.scss */
.timeline > .col {
  padding-right: 25px;
  padding-left: 25px;
}
/* line 4916, ../sass/_styles.scss */
.timeline-item {
  position: relative;
  margin-bottom: 26px;
}
/* line 4919, ../sass/_styles.scss */
.timeline-item:nth-child(even) {
  position: relative;
  top: 90px;
}
/* line 4924, ../sass/_styles.scss */
.timeline-item:hover .timeline-body {
  border-color: #ccc;
}
/* line 4927, ../sass/_styles.scss */
.timeline-item:hover .pointer.right {
  border-left-color: #a4a4a4;
}
/* line 4930, ../sass/_styles.scss */
.timeline-item:hover .pointer.left {
  border-right-color: #a4a4a4;
}
/* line 4934, ../sass/_styles.scss */
.timeline-item .timeline-body {
  display: block;
  height: 353px;
  padding: 9px;
  text-decoration: none;
  border: 1px solid rgba(204, 204, 204, 0.3);
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 4941, ../sass/_styles.scss */
.timeline-item .timeline-body .date,
.timeline-item .timeline-body .image,
.timeline-item .timeline-body .name {
  margin-bottom: 6px;
}
/* line 4946, ../sass/_styles.scss */
.timeline-item .timeline-body .image {
  height: 209px;
}
/* line 4949, ../sass/_styles.scss */
.timeline-item .timeline-body .name {
  color: #555;
  font-size: 17px;
  line-height: 24px;
  padding-top: 2px;
}
/* line 4955, ../sass/_styles.scss */
.timeline-item .timeline-body .date {
  color: #8d8d8d;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
}
/* line 4961, ../sass/_styles.scss */
.timeline-item .timeline-body .data {
  max-height: 115px;
  overflow: hidden;
}
/* line 4966, ../sass/_styles.scss */
.timeline-item .pointer {
  position: absolute;
  top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  -moz-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 4974, ../sass/_styles.scss */
.timeline-item .pointer.right {
  left: 100%;
  margin-left: -25px;
  border-left: 14px solid #e0e0e0;
  border-right: 0;
}
/* line 4979, ../sass/_styles.scss */
.timeline-item .pointer.right > div {
  left: -15px;
  border-left: 14px solid #fff;
  border-right: 0;
}
/* line 4984, ../sass/_styles.scss */
.timeline-item .pointer.right span {
  left: 5px;
}
/* line 4988, ../sass/_styles.scss */
.timeline-item .pointer.left {
  right: 100%;
  margin-right: -25px;
  border-right: 14px solid #e0e0e0;
  border-left: 0;
}
/* line 4993, ../sass/_styles.scss */
.timeline-item .pointer.left > div {
  right: -15px;
  border-right: 14px solid #fff;
  border-left: 0;
}
/* line 4998, ../sass/_styles.scss */
.timeline-item .pointer.left span {
  right: 5px;
}
/* line 5002, ../sass/_styles.scss */
.timeline-item .pointer > div {
  position: absolute;
  top: -13px;
  border: 13px solid transparent;
}
/* line 5007, ../sass/_styles.scss */
.timeline-item .pointer span {
  position: absolute;
  top: -6px;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}
/* line 5019, ../sass/_styles.scss */
.timeline .timeline-description {
  color: #8d8d8d;
}
/* line 5022, ../sass/_styles.scss */
.timeline .image img {
  max-width: 385px;
  width: 100%;
}

/*/
ISTORY*/
/*GROUP LIST OWL*/
/* line 5032, ../sass/_styles.scss */
.gallery-descr {
  display: none;
}
/* line 5035, ../sass/_styles.scss */
.gallery-name {
  color: #555;
  font-size: 15px;
}
/* line 5039, ../sass/_styles.scss */
.gallery.owl-carousel .owl-nav {
  float: right;
  margin-top: 15px;
}

/* line 5044, ../sass/_styles.scss */
.newsdetail.imagetop {
  margin-bottom: 20px;
}
/* line 5046, ../sass/_styles.scss */
.newsdetail.imagetop img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

/* line 5052, ../sass/_styles.scss */
.newsdetail.imgageleft {
  margin-bottom: 20px;
}
/* line 5054, ../sass/_styles.scss */
.newsdetail.imgageleft .pic img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

/* line 5061, ../sass/_styles.scss */
.newsdetail.imagetop .pic {
  margin-bottom: 20px;
  text-align: center;
}
/* line 5065, ../sass/_styles.scss */
.newsdetail.imagetop .pic img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
  display: inline-block;
}

/* line 5073, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper {
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 15px;
}
/* line 5080, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl-dot {
  display: inline-block;
  padding: 1px;
  height: 105px;
  position: relative;
}
/* line 5086, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl-dot.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 5093, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl.dot.active:after {
  position: absolute;
  content: "\f002";
  color: #fff;
  font-family: "FontAwesome";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 40px;
  height: 58px;
  font-size: 40px;
}
/* line 5108, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl-dot img {
  max-width: 100%;
  max-height: 100%;
}

/* line 5114, ../sass/_styles.scss */
img.floatleftcorner {
  float: left;
  margin: 0 30px 30px 0;
}

/*GROUP LIST OWL*/
/*DOCS*/
/* line 5122, ../sass/_styles.scss */
.docs img {
  max-width: 100%;
  width: auto;
}
/* line 5126, ../sass/_styles.scss */
.docs .docs-image {
  border: 1px solid #e9e9e9;
  float: left;
  height: 100px;
  width: 100px;
}
/* line 5132, ../sass/_styles.scss */
.docs .docs-data {
  max-height: 100px;
  overflow: hidden;
}
/* line 5136, ../sass/_styles.scss */
.docs .docs-item {
  margin-bottom: 20px;
}
/* line 5139, ../sass/_styles.scss */
.docs .docs-dl,
.docs .docs-info {
  margin-left: 10px;
}

/*/
DOCS*/
/*HONORS*/
/* line 5149, ../sass/_styles.scss */
.honors img {
  max-width: 100%;
  width: auto;
}
/* line 5153, ../sass/_styles.scss */
.honors .honors-image {
  border: 1px solid #e9e9e9;
  float: left;
  height: 100px;
  width: 100px;
  text-align: center;
}
/* line 5160, ../sass/_styles.scss */
.honors .honors-data {
  max-height: 57px;
  overflow: hidden;
}
/* line 5164, ../sass/_styles.scss */
.honors .honors-item {
  margin-bottom: 20px;
}
/* line 5167, ../sass/_styles.scss */
.honors .honors-info {
  margin-left: 10px;
}

/*/
HONORS*/
/*SERVICES*/
/* line 5175, ../sass/_styles.scss */
.services-description {
  color: #999;
  max-height: 78px;
  overflow: hidden;
}

/* line 5181, ../sass/_styles.scss */
.staff-name {
  color: #555;
  font-size: 16px;
}
/* line 5185, ../sass/_styles.scss */
.staff-description {
  height: 75px;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 5190, ../sass/_styles.scss */
.staff-data {
  padding-top: 10px;
}

/* line 5194, ../sass/_styles.scss */
.services a {
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 5199, ../sass/_styles.scss */
.services a:hover {
  border-color: #a9a9a9;
  -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
          box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}

/* line 5204, ../sass/_styles.scss */
.services-item {
  margin-bottom: 15px;
}

/* line 5207, ../sass/_styles.scss */
.secondLine a {
  color: #555;
}

/*SEVICES*/
/*VACANCES*/
/* line 5215, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading, .faq-page .panel-default > .panel-heading {
  padding: 0;
}
/* line 5219, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading > .panel-title a, .faq-page .panel-default > .panel-heading > .panel-title a {
  padding: 10px 15px;
  display: block;
  position: relative;
}
/* line 5223, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading > .panel-title a:after, .faq-page .panel-default > .panel-heading > .panel-title a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  font-size: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  -o-transition: transform 0.2s, -o-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}
/* line 5233, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading > .panel-title a.collapsed:after, .faq-page .panel-default > .panel-heading > .panel-title a.collapsed:after {
  -webkit-transform: translateY(-50%) rotate(0);
     -moz-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
       -o-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
/* line 5236, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading > .panel-title a:hover, .faq-page .panel-default > .panel-heading > .panel-title a:hover {
  text-decoration: none;
}
/* line 5241, ../sass/_styles.scss */
.vacancies-tabs {
  margin-bottom: 15px;
  margin-right: 10px;
}
/* line 5245, ../sass/_styles.scss */
.vacancies-tabs__active {
  margin-bottom: 15px;
  margin-right: 10px;
}
/* line 5249, ../sass/_styles.scss */
.vacancies .panel-default, .faq-page .panel-default {
  border-color: #a9a9a9;
}
/* line 5252, ../sass/_styles.scss */
.vacancies .panel-default a, .faq-page .panel-default a,
.vacancies .panel-default button,
.faq-page .panel-default button {
  color: #555;
}
/* line 5256, ../sass/_styles.scss */
.vacancies .panel-body, .faq-page .panel-body {
  border-top-color: #a9a9a9 !important;
}
/* line 5259, ../sass/_styles.scss */
.vacancies .vacancies-tabs.btn-primary, .faq-page .vacancies-tabs.btn-primary {
  background: #F0F0F0;
  border-color: #a9a9a9;
  color: #555;
}

/*/
VACANCES*/
/*REVIEWS*/
/* line 5270, ../sass/_styles.scss */
.review .in {
  margin-bottom: 20px;
  font-size: 12px;
}
/* line 5274, ../sass/_styles.scss */
.review-image {
  border: 1px solid #ebebeb;
  float: left;
  height: 58px;
  margin-right: 10px;
  width: 58px;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 5283, ../sass/_styles.scss */
.review-name {
  color: #555;
  font-size: 16px;
}
/* line 5287, ../sass/_styles.scss */
.review-job {
  font-size: 12px;
  font-style: italic;
}

/* line 5292, ../sass/_styles.scss */
.subscription .label-wrap {
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 5296, ../sass/_styles.scss */
.subscription-notes {
  padding-bottom: 10px;
}

/*/
REVIEWS*/
/*GALLERY*/
/* line 5303, ../sass/_styles.scss */
.gallerys {
  margin-bottom: 10px;
}
/* line 5306, ../sass/_styles.scss */
.gallerys-item {
  margin-bottom: 20px;
}
/* line 5310, ../sass/_styles.scss */
.gallerys-label {
  display: block;
  position: relative;
}
/* line 5315, ../sass/_styles.scss */
.gallerys-img {
  width: 100%;
}
/* line 5319, ../sass/_styles.scss */
.gallerys-data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 5330, ../sass/_styles.scss */
.gallerys-item:hover .gallerys-data {
  max-height: 145px;
}
/* line 5334, ../sass/_styles.scss */
.gallerys-name {
  color: #fff;
  font-size: 15px;
  margin: 13px 0 5px;
}
/* line 5340, ../sass/_styles.scss */
.gallerys-descr {
  max-height: 98px;
  overflow: hidden;
  margin: 0 0 7px;
  color: #fff;
  font-size: 13px;
}

/* line 5349, ../sass/_styles.scss */
.gallerys .owl-nav {
  float: right;
  margin: 10px 0 0;
}

/* line 5354, ../sass/_styles.scss */
.gallerys.owl .gallerys-item {
  margin-bottom: 0;
}

/* line 5358, ../sass/_styles.scss */
.production {
  color: #555;
}

/*/
GALLERY*/
/* SET  CONSTRUCTOR */
/* line 5366, ../sass/_styles.scss */
.panel-constructor {
  border: 2px solid #ffe062;
}
/* line 5369, ../sass/_styles.scss */
.panel-constructor .panel {
  margin-bottom: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/* line 5374, ../sass/_styles.scss */
.panel-constructor__bottom {
  margin-top: 10px;
}
@media (min-width: 740px) {
  /* line 5378, ../sass/_styles.scss */
  .panel-constructor .panel-constructor__selected-items {
    float: left;
    width: 75%;
    padding-right: 3.5px;
  }
}
@media (min-width: 1024px) {
  /* line 5385, ../sass/_styles.scss */
  .panel-constructor .panel-constructor__selected-items {
    width: 80%;
  }
}

/* line 5390, ../sass/_styles.scss */
.set-item {
  padding: 7px;
  border: 1px solid #e2e2e2;
  margin: 1px;
  position: relative;
}
/* line 5396, ../sass/_styles.scss */
.set-item .set-item__data, .set-item .set-item__pic {
  display: table-cell;
  vertical-align: middle;
}
/* line 5402, ../sass/_styles.scss */
.set-item .set-item__pic {
  height: 55px;
}
/* line 5405, ../sass/_styles.scss */
.set-item .set-item__pic img {
  height: 100%;
}
/* line 5410, ../sass/_styles.scss */
.set-item .set-item__data {
  padding-left: 10px;
  padding-right: 30px;
}
/* line 5415, ../sass/_styles.scss */
.set-item .set-item__icons {
  position: absolute;
  top: 0;
  right: -10px;
}
/* line 5420, ../sass/_styles.scss */
.set-item .set-item__icon {
  padding: 14px;
  display: inline-block;
  background: #fff;
}
/* line 5429, ../sass/_styles.scss */
.set-item .set-item__icon.gui-box {
  padding: 5.5px 6.5px;
}
/* line 5433, ../sass/_styles.scss */
.set-item .set-item__cart {
  background-image: url("../images/card-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: 270px;
}
@media (min-width: 740px) {
  /* line 5444, ../sass/_styles.scss */
  .set-item .set-item__data, .set-item .set-item__pic {
    display: block;
  }
  /* line 5449, ../sass/_styles.scss */
  .set-item .set-item__pic {
    height: 170px;
    line-height: 170px;
    text-align: center;
  }
  /* line 5454, ../sass/_styles.scss */
  .set-item .set-item__pic img {
    height: auto;
    max-height: 170px;
    display: inline;
  }
  /* line 5461, ../sass/_styles.scss */
  .set-item .set-item__data {
    padding: 5px 0 0;
  }
  /* line 5464, ../sass/_styles.scss */
  .set-item .set-item__name {
    height: 36px;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
  }
  /* line 5472, ../sass/_styles.scss */
  .set-item .set-item__prices {
    height: 55px;
    overflow: hidden;
    padding-top: 15px;
  }
}

/* line 5481, ../sass/_styles.scss */
.sets-buyblock {
  padding: 15px 0 0;
  text-align: center;
  overflow: hidden;
}
/* line 5486, ../sass/_styles.scss */
.sets-buyblock .prices__val_cool.prices__val_new.big {
  font-size: 1.7em;
  padding: 5px 0;
}
/* line 5491, ../sass/_styles.scss */
.sets-buyblock .prices__val.prices__val_old {
  font-size: 1.3em;
  padding: 0 0 7px;
  font-weight: bold;
}
/* line 5497, ../sass/_styles.scss */
.sets-buyblock .sets-buyblock__contract-price {
  font-size: 1.2em;
  font-style: italic;
}
/* line 5502, ../sass/_styles.scss */
.sets-buyblock .sets-buyblock__profit {
  margin-top: 15px;
}
/* line 5506, ../sass/_styles.scss */
.sets-buyblock .btn {
  width: 100%;
  margin: 5px 0;
}
@media (min-width: 740px) {
  /* line 5481, ../sass/_styles.scss */
  .sets-buyblock {
    padding-left: 15px;
  }
}
@media (min-width: 1366px) {
  /* line 5514, ../sass/_styles.scss */
  .sets-buyblock .sets-buyblock__myset-link {
    margin: 10px 0;
  }
}

/*SET PRODUCT -- old
.remove {

  & i {
    background-size: 13px !important;
    right: 8px !important;
  }
}
.set {
  &-constructor {
    border: 2px solid #ffe062;
    padding: 13px;
  }
  &-item {
    border: 1px solid #eaeaea;
    height: 295px;
    position: relative;
  }
  &-pic {
    padding: 10px;
    overflow: hidden;
  }
  &-pic img {
    max-height: 170px;
    margin: 0 auto;
  }
  &-name a {
    font-size: 13px;
    height: 45px;
    line-height: 18px;
    margin: 0 0 5px;
    overflow: hidden;
    padding-top: 10px;
    color: #555;
    display: inline-block;
  }
  &__category {
    margin: 0 0 9px;
    padding: 0 0 4px;
  }
  &-price__cool {
    color: #555;
    font-size: 16px;
    font-weight: bold;
  }
  &-price__old {
    color: #999;
    text-decoration: line-through;
  }
  &-prices {
    padding-left: 10px;
  }
  &-name {
    padding-left: 10px;
  }
  &-panel {
    padding-top: 20px;
  }
}
.set-panel-price__cool {
  color: #9d0000;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  padding-bottom: 22px;
}
.set-panel-price__old {
  text-align: center;
  color: #555555;
  font-size: 20px;
  text-decoration: line-through;
  padding-bottom: 10px;
}
.contact-price {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  color: #999;
  padding-bottom: 8px;
}
.set-constructor .panel {
  margin-bottom: 8px;
}
.text-danger {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  color: #999;
}
.set-price__discount {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #9d0000;
}
.set_add2basket {
  font-size: 15px;
  margin-bottom: 10px;
  padding: 10px 30px;
  width: 100%;
}
.setbuy1click {
  font-size: 15px;
  padding: 10px 30px;
  white-space: normal;
  width: 100%;
}
.set-link {
  display: block;
  text-align: center;
  width: 100%;
}
.allitems {
  margin-top: 20px;
}

.set-item .checkbox.selected {
  background: url("../images/icons/checkbox-icon.png") -75px 2px no-repeat;
  height: 15px;
  position: absolute;
  right: 3px;
  top: -3px;
  width: 15px;
}
.set-item .checkbox {
  background: url("../images/icons/checkbox-icon.png") -24px 2px no-repeat;
  height: 15px;
  position: absolute;
  right: 3px;
  top: -3px;
  width: 15px;
}
.set-item.item-right {
  border: 1px solid transparent;
}**/
/* line 5654, ../sass/_styles.scss */
.stores .open {
  position: relative;
}

/* line 5657, ../sass/_styles.scss */
.stores .dropdown-menu {
  padding: 10px;
}

/* line 5660, ../sass/_styles.scss */
.stores td {
  padding: 3px 5px 3px 0;
}

/* line 5663, ../sass/_styles.scss */
.stores .title {
  color: #555;
  font-size: 15px;
  font-weight: bold;
}

/* line 5668, ../sass/_styles.scss */
.stores .phone {
  color: #999;
  font-size: 13px;
  margin: 0;
}

/* line 5673, ../sass/_styles.scss */
.store-item {
  margin-bottom: 10px;
}

/* line 5676, ../sass/_styles.scss */
.stores .amount {
  margin-left: 10px;
}

/* line 5679, ../sass/_styles.scss */
.stores .amount .stores-icon {
  margin-top: 3px;
}

/* line 5682, ../sass/_styles.scss */
.product-recom-list__price-new {
  color: #9d0000;
  font-size: 16px;
  font-weight: bold;
}

/* line 5687, ../sass/_styles.scss */
.product-recom-list__price.old {
  font-weight: normal;
  padding-bottom: 0;
  text-decoration: line-through;
}

/* line 5692, ../sass/_styles.scss */
.product-recom-list .owl-nav {
  float: right;
  margin-top: 20px;
}

/*/
SET PRODUCT*/
/* line 5697, ../sass/_styles.scss */
.set .owl-item.cloned {
  display: none;
}

/* PERSONAL - Basket */
/* line 5702, ../sass/_styles.scss */
ul.nav-buttons li {
  display: inline-block;
}
/* line 5704, ../sass/_styles.scss */
ul.nav-buttons li:before {
  display: none;
}
/* line 5708, ../sass/_styles.scss */
ul.nav-buttons li .btn {
  margin: 2.5px 0;
}
/* line 5712, ../sass/_styles.scss */
ul.nav-buttons li.active .btn {
  border: 1px solid #ffe062;
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1023px) {
  /* line 5702, ../sass/_styles.scss */
  ul.nav-buttons li {
    width: 100%;
  }
}

/* line 5724, ../sass/_styles.scss */
.personal-basket__sort ul.nav-basket li {
  display: inline-block;
}
/* line 5726, ../sass/_styles.scss */
.personal-basket__sort ul.nav-basket li:before {
  display: none;
}
/* line 5730, ../sass/_styles.scss */
.personal-basket__sort ul.nav-basket li.active .btn {
  border: 1px solid #ffe062;
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/* line 5737, ../sass/_styles.scss */
.personal-basket__sort .btn {
  margin: 2.5px 0;
  padding: 11.5px 30px;
}
/* line 5742, ../sass/_styles.scss */
.personal-basket__clear-link {
  line-height: 41px;
}
/* line 5746, ../sass/_styles.scss */
.personal-basket__basket-items {
  margin: 15px 0;
}
@media (max-width: 1023px) {
  /* line 5750, ../sass/_styles.scss */
  .personal-basket__sort ul.nav li {
    width: 100%;
  }
}

/* line 5757, ../sass/_styles.scss */
.personal-panel {
  border-color: #ffe062;
  border-width: 2px;
  border-style: none;
}
/* line 5763, ../sass/_styles.scss */
.personal-panel .panel-body {
  padding: 0;
}
/* line 5767, ../sass/_styles.scss */
.personal-panel .personal-panel__editbasket-link {
  line-height: 41px;
}
/* line 5771, ../sass/_styles.scss */
.personal-panel .personal-panel__allinfo {
  margin-bottom: 10px;
}
/* line 5775, ../sass/_styles.scss */
.personal-panel .personal-panel__allinfo-block {
  float: right;
  margin-right: 15px;
}
/* line 5780, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap {
  margin-top: 15px;
}
/* line 5783, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap .btn {
  width: 49.5%;
  float: left;
}
/* line 5786, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap .btn:nth-child(2n) {
  float: right;
}
/* line 5791, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block {
  margin-top: 10px;
}
/* line 5795, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .table {
  margin-bottom: 0;
}
/* line 5799, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block td {
  border-width: 0;
}
/* line 5803, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .personal-panel__coupons-value {
  border-width: 1px;
  border-bottom: 1px solid #ddd;
}
/* line 5808, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .personal-panel__coupons-icon, .personal-panel .personal-panel__coupons-block .personal-panel__coupons-remove {
  width: 10px;
}
/* line 5812, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .personal-panel__coupons-text {
  width: 80px;
  text-align: center;
}
@media (min-width: 740px) {
  /* line 5817, ../sass/_styles.scss */
  .personal-panel .personal-panel__allinfo-summary {
    display: inline-block;
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  /* line 5757, ../sass/_styles.scss */
  .personal-panel {
    border-style: solid;
  }
  /* line 5826, ../sass/_styles.scss */
  .personal-panel .panel-body {
    padding: 15px;
  }
  /* line 5830, ../sass/_styles.scss */
  .personal-panel .personal-panel__btn-wrap {
    text-align: right;
    margin-top: 20px;
  }
  /* line 5835, ../sass/_styles.scss */
  .personal-panel .personal-panel__btn-wrap .btn {
    width: auto;
    float: none;
    margin-left: 10px;
  }
}
@media (max-width: 340px) {
  /* line 5842, ../sass/_styles.scss */
  .personal-panel .personal-panel__btn-wrap .btn {
    padding: 12px 0;
  }
}

/* Basket Table */
/* line 5851, ../sass/_styles.scss */
.basket-table .basket-table__itemphoto {
  position: relative;
  width: 20%;
}
/* line 5856, ../sass/_styles.scss */
.basket-table .basket-table__photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  margin: 1px 5px;
}
/* line 5868, ../sass/_styles.scss */
.basket-table .basket-table__descr {
  height: 55px;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 5874, ../sass/_styles.scss */
.basket-table .basket-table__item .quantity-wrap {
  float: right;
  margin-top: 30px;
}
/* line 5878, ../sass/_styles.scss */
.basket-table .basket-table__item .quantity-wrap .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 5883, ../sass/_styles.scss */
.basket-table .basket-table__itemid {
  margin-right: 15px;
}
/* line 5887, ../sass/_styles.scss */
.basket-table .basket-table__itemedit td {
  padding: 0;
  border: 0;
}
/* line 5891, ../sass/_styles.scss */
.basket-table .basket-table__itemedit td > div {
  -webkit-box-shadow: 0 5px 5px -3px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: 0 5px 5px -3px rgba(80, 83, 93, 0.3);
          box-shadow: 0 5px 5px -3px rgba(80, 83, 93, 0.3);
}
/* line 5896, ../sass/_styles.scss */
.basket-table .basket-table__itemedit-icons {
  padding: 50px 0;
  width: 100%;
  text-align: center;
}
/* line 5901, ../sass/_styles.scss */
.basket-table .basket-table__itemedit-icons > .favorite-box, .basket-table .basket-table__itemedit-icons > .remove-box {
  height: 38px;
  width: 38px;
  padding: 11px;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  line-height: 1px;
  display: inline-block;
  margin-right: 10px;
}
/* line 5914, ../sass/_styles.scss */
.basket-table .basket-table__menu a {
  color: #555;
}
/* line 5918, ../sass/_styles.scss */
.basket-table .basket-table__menu span {
  font-family: "FontAwesome";
}
/* line 5920, ../sass/_styles.scss */
.basket-table .basket-table__menu span:before {
  content: "\f0c9";
  position: absolute;
  right: 15px;
  overflow: hidden;
  width: 3px;
  font-size: 24px;
  cursor: pointer;
}
/* line 5931, ../sass/_styles.scss */
.basket-table .basket-table__controls, .basket-table .basket-table__price, .basket-table .basket-table__quantity, .basket-table .basket-table__sum {
  vertical-align: middle;
}
/* line 5938, ../sass/_styles.scss */
.basket-table .basket-table__quantity {
  width: 65px;
  padding: 0 20px;
}
/* line 5943, ../sass/_styles.scss */
.basket-table .basket-table__price, .basket-table .basket-table__sum {
  min-width: 140px;
  padding: 0 20px;
}
/* line 5949, ../sass/_styles.scss */
.basket-table .basket-table__controls {
  min-width: 120px;
}
/* line 5952, ../sass/_styles.scss */
.basket-table .basket-table__controls .fa {
  width: 16px;
  margin-right: 5px;
  text-align: center;
}
/* line 5958, ../sass/_styles.scss */
.basket-table .basket-table__controls div {
  padding: 3px 0;
}
/* line 5963, ../sass/_styles.scss */
.basket-table .basket-table__controls .fa.fa-trash {
  font-size: 16px;
  color: #8d8d8d;
}
/* line 5968, ../sass/_styles.scss */
.basket-table--order {
  border: 0 !important;
}
/* line 5971, ../sass/_styles.scss */
.basket-table--order tr > td {
  border: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
/* line 5979, ../sass/_styles.scss */
.basket-table--small .basket-table__name {
  height: 55px;
  overflow: hidden;
}
/* line 5983, ../sass/_styles.scss */
.basket-table--small .basket-table__name a {
  color: #000;
}
/* line 5988, ../sass/_styles.scss */
.basket-table--small .basket-table__price, .basket-table--small .basket-table__sum {
  min-width: 130px;
  padding: 0 10px;
}
/* line 5994, ../sass/_styles.scss */
.basket-table--small .basket-table__controls {
  min-width: auto;
}
@media (min-width: 1024px) {
  /* line 5850, ../sass/_styles.scss */
  .basket-table {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  /* line 6005, ../sass/_styles.scss */
  .basket-table .basket-table__item {
    padding-left: 15px;
  }
  /* line 6008, ../sass/_styles.scss */
  .basket-table .basket-table__itemphoto {
    width: 10%;
  }
}

/* line 6016, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-name {
  padding: 5px 0;
  display: inline-block;
  color: #555;
}
/* line 6022, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list {
  padding-left: 0;
}
/* line 6026, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li {
  display: inline-block;
  margin-right: 10px;
}
/* line 6029, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li:before {
  color: transparent;
}
/* line 6034, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li.active span {
  -webkit-box-shadow: 0 0 0 4px #ffe062;
     -moz-box-shadow: 0 0 0 4px #ffe062;
          box-shadow: 0 0 0 4px #ffe062;
}
/* line 6038, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li span {
  width: 28px;
  height: 28px;
  -webkit-box-shadow: 0 0 0 1px #e2e2e2;
     -moz-box-shadow: 0 0 0 1px #e2e2e2;
          box-shadow: 0 0 0 1px #e2e2e2;
  display: block;
}
/* line 6045, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__dropdown {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
}
/* line 6050, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__dropdown .dropdown {
  display: block;
}

/* Quantity dropdown */
/* line 6059, ../sass/_styles.scss */
select.quantity-select {
  padding: 10px 7px;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: 60px;
}
/* line 6064, ../sass/_styles.scss */
select.quantity-select:focus {
  border: 1px solid #a9a9a9;
  color: #555;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 6074, ../sass/_styles.scss */
div.quantity-select > .dropdown-toggle {
  line-height: 17px;
  padding: 10px;
  min-width: 60px;
  text-align: left;
}
/* line 6080, ../sass/_styles.scss */
div.quantity-select > .dropdown-toggle > .fa {
  float: right;
}

/* line 6087, ../sass/_styles.scss */
input.quantity-form {
  height: 39px;
}

/* line 6091, ../sass/_styles.scss */
.item_timer {
  height: 55px;
  position: relative;
  background: url("../images/timer.png") 0 0 no-repeat;
  margin-left: 141px;
  margin-top: 15px;
}
/* line 6098, ../sass/_styles.scss */
.item_timer__icon {
  background: url('../images/sprite-s67b29df4de.png') 0 0 no-repeat;
  height: 42px;
  width: 40px;
  float: left;
  margin-right: 10px;
}
/* line 6104, ../sass/_styles.scss */
.item_timer .products-counter {
  width: auto;
}

/* line 6109, ../sass/_styles.scss */
.rs_detail-pic .owl-nav {
  display: none;
}

/* line 6113, ../sass/_styles.scss */
.rs_detail-pic .stickers {
  position: absolute;
  right: 7px;
  top: 7px;
}
/* line 6118, ../sass/_styles.scss */
.rs_detail-pic .stickers .discount_icon {
  left: 2px;
  position: relative;
  top: 10px;
  z-index: 10;
}

/* line 6125, ../sass/_styles.scss */
.count_item {
  float: right;
  margin: 11px 0;
}

/* line 6129, ../sass/_styles.scss */
.product .product-description .products__prices {
  padding: 15px 0;
  overflow-x: auto;
  white-space: nowrap;
}
/* line 6134, ../sass/_styles.scss */
.product .product-description .products__prices .prices {
  display: inline-block;
  margin-right: 15px;
  white-space: normal;
}
/* line 6138, ../sass/_styles.scss */
.product .product-description .products__prices .prices:last-child {
  margin-right: 0;
}

/* line 6143, ../sass/_styles.scss */
.authinhead {
  padding-left: 40px;
}

/* line 6146, ../sass/_styles.scss */
.authinhead .prom {
  color: #555;
  padding: 0 10px;
}

/* line 6151, ../sass/_styles.scss */
.authinhead .dropdown-menu li a {
  color: #555;
  padding: 10px 15px;
}

/* line 6156, ../sass/_styles.scss */
.favoriteinhead {
  position: relative;
  float: right;
  margin-right: 0;
  margin-top: 28px;
}

/* line 6162, ../sass/_styles.scss */
.favoriteinhead .descr {
  background: #ffe062;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  color: #555;
  height: 25px;
  line-height: 16px;
  padding-top: 5px;
  position: absolute;
  right: -11px;
  text-align: center;
  top: -13px;
  width: 25px;
  z-index: 10;
}

/* line 6176, ../sass/_styles.scss */
.basketinhead {
  position: relative;
  float: right;
  margin-left: 25px;
  margin-top: 28px;
}

/* line 6182, ../sass/_styles.scss */
.basketinhead .descr {
  background: #ffe062;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  color: #555;
  height: 25px;
  line-height: 16px;
  padding-top: 5px;
  position: absolute;
  right: -11px;
  text-align: center;
  top: -13px;
  width: 25px;
  z-index: 10;
}

/* line 6197, ../sass/_styles.scss */
.top_line_menu a {
  display: inline-block;
  padding: 14px 0;
  color: #555;
}

/* line 6203, ../sass/_styles.scss */
.topline .top_line_menu {
  display: block;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 0;
}

/* line 6210, ../sass/_styles.scss */
.topline .top_line_menu li {
  display: inline-block;
  margin-right: 15px;
}

/* line 6215, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more {
  position: relative !important;
}

/* line 6218, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more.open > ul.top_line_menu__more-list {
  top: 35px;
  right: 0;
  left: auto;
  padding: 0;
}

/* line 6224, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more > ul.top_line_menu__more-list li {
  width: 100%;
  display: block;
}

/* line 6228, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more.open > ul.top_line_menu__more-list a {
  color: #555;
  padding: 10px 27px;
}

/* line 6232, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more.open > ul.top_line_menu__more-list a:hover {
  background: #f0f0f0;
}

/* Panel order */
/* line 6237, ../sass/_styles.scss */
.panel-group .panel-order {
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* line 6243, ../sass/_styles.scss */
.panel-group .panel-order .panel-title a {
  color: #555;
}
/* line 6245, ../sass/_styles.scss */
.panel-group .panel-order .panel-title a:hover {
  text-decoration: none;
}
/* line 6250, ../sass/_styles.scss */
.panel-group .panel-order .panel-heading {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding-left: 10px;
}
/* line 6255, ../sass/_styles.scss */
.panel-group .panel-order .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 15px 25px;
}
/* line 6259, ../sass/_styles.scss */
.panel-group .panel-order:last-child {
  border-bottom: 1px solid #e2e2e2;
}
/* line 6263, ../sass/_styles.scss */
.panel-group .panel-order + .panel.panel-order {
  margin-top: 0;
}

/* /Panel order */
/* Personal Make Order */
/* line 6271, ../sass/_styles.scss */
.personal-makeorder__person-type .btn {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  /* line 6275, ../sass/_styles.scss */
  .personal-makeorder__person-type label {
    width: 100%;
  }
  /* line 6278, ../sass/_styles.scss */
  .personal-makeorder__person-type label .btn {
    width: 100%;
  }
}
/* line 6284, ../sass/_styles.scss */
.personal-makeorder .required {
  color: red;
}
/* line 6288, ../sass/_styles.scss */
.personal-makeorder .panel-heading {
  padding: 0;
}
/* line 6291, ../sass/_styles.scss */
.personal-makeorder.panel-group .panel-order .panel-title a {
  padding: 10px 15px;
  display: block;
  position: relative;
}
/* line 6295, ../sass/_styles.scss */
.personal-makeorder.panel-group .panel-order .panel-title a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  font-size: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
     -moz-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
       -o-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  -o-transition: transform 0.2s, -o-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}
/* line 6305, ../sass/_styles.scss */
.personal-makeorder.panel-group .panel-order .panel-title a.collapsed:before {
  -webkit-transform: translateY(-50%) rotate(0);
     -moz-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
       -o-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

/* /Personal Make Order */
/* Table order */
/* line 6315, ../sass/_styles.scss */
.table-order tbody > tr {
  cursor: pointer;
}
/* line 6318, ../sass/_styles.scss */
.table-order tbody > tr > td {
  border: 0;
  width: 100%;
}
/* line 6323, ../sass/_styles.scss */
.table-order .table-order__radio {
  width: 60px;
  text-align: center;
  vertical-align: middle;
}
/* line 6329, ../sass/_styles.scss */
.table-order .table-order__picture {
  vertical-align: middle;
  width: 120px;
  text-align: center;
}
/* line 6334, ../sass/_styles.scss */
.table-order .table-order__picture .table-order__img {
  display: block;
  width: 100px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}

/* /Table order */
/* Floating Basket */
/* line 6346, ../sass/_styles.scss */
.float-basket-order {
  position: absolute;
  width: 25%;
  right: 0;
  height: 100%;
  padding-bottom: 17px;
  padding-right: 12px;
}
/* line 6354, ../sass/_styles.scss */
.float-basket-order .float-basket-order__arrow {
  width: 0;
  position: absolute;
  left: -8px;
  top: 25px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffe062;
  z-index: 2;
}
/* line 6363, ../sass/_styles.scss */
.float-basket-order .float-basket-order__arrow:before {
  content: "";
  width: 0;
  position: absolute;
  left: 3px;
  top: -8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #fff;
  z-index: 3;
}

/* line 6377, ../sass/_styles.scss */
.float-basket {
  height: auto;
  max-height: 100%;
  position: relative;
  border: 2px solid #ffe062;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
}
/* line 6386, ../sass/_styles.scss */
.float-basket h4 {
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 1;
}
/* line 6392, ../sass/_styles.scss */
.float-basket .float-basket__itemlist {
  padding-left: 30px;
}
/* line 6394, ../sass/_styles.scss */
.float-basket .float-basket__itemlist li:before {
  color: #000;
}
/* line 6398, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__item:first-child, .float-basket .float-basket__itemlist .float-basket__item:first-child:before {
  padding-top: 15px;
}
/* line 6403, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__item {
  padding-bottom: 15px;
}
/* line 6405, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__item:before {
  content: counter(list) ".";
}
/* line 6410, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__itemname {
  max-height: 36px;
  overflow: hidden;
}
/* line 6415, ../sass/_styles.scss */
.float-basket .float-basket__editbasket-link {
  padding: 15px 30px;
}

/* /Floating Basket */
/*-- SKU-*/
/* line 6424, ../sass/_styles.scss */
.rs_sku {
  display: none;
  margin: 10px 0;
}
/* line 6429, ../sass/_styles.scss */
.products_list .rs_sku {
  display: block;
  margin: 0;
}
/* line 6434, ../sass/_styles.scss */
.product .product-description .rs_sku, .products_showcase .products__item:hover .rs_sku {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
/* line 6442, ../sass/_styles.scss */
.rs_sku-options {
  padding-left: 0;
  padding-top: 2px;
}
/* line 6447, ../sass/_styles.scss */
.rs_sku-option {
  display: inline-block;
  margin: 0 1px 0 0;
  border: 4px solid transparent;
}
/* line 6451, ../sass/_styles.scss */
.rs_sku-option:before {
  display: none;
}
/* line 6456, ../sass/_styles.scss */
.rs_sku-option.checked {
  border-color: #ffe062;
}
/* line 6460, ../sass/_styles.scss */
.rs_sku-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
/* line 6467, ../sass/_styles.scss */
.rs_sku-prop {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 5px;
}
/* line 6475, ../sass/_styles.scss */
.rs_sku-prop_name {
  display: block;
  margin: 0;
  font-size: 11px;
  line-height: 12px;
  font-style: italic;
  color: #555;
  margin-bottom: 8px;
}

/*-- /sku-*/
/* /Floating Basket */
/* Personal My Orders */
/* line 6496, ../sass/_styles.scss */
.order-cancel .label,
.order-detail .label,
.order-list .label {
  padding: 0.2em 0.7em 0.27em;
  font-size: 100%;
  font-weight: normal;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  display: inline-block;
}

/* /Personal My Orders */
/* Personal - My Orders: list */
/* line 6509, ../sass/_styles.scss */
.order-list .order-list__filter {
  margin-bottom: 15px;
}
/* line 6513, ../sass/_styles.scss */
.order-list .order-list__table td {
  padding: 12px 30px;
}
/* line 6517, ../sass/_styles.scss */
.order-list .order-list__itembasket {
  margin-top: 9.5px;
}
@media (max-width: 1023px) {
  /* line 6521, ../sass/_styles.scss */
  .order-list .order-list__filter .btn {
    width: 100%;
    margin: 2.5px 0;
  }
}

/* /Personal - My Orders: list */
/* Personal - My Orders: detail */
/* line 6535, ../sass/_styles.scss */
.order-detail__table tbody > tr > td:first-child, .order-detail__table tr > td:first-child {
  width: 30%;
}
@media (max-width: 1023px) {
  /* line 6540, ../sass/_styles.scss */
  .order-detail .order-detail__controls {
    margin: 10px 0;
  }
  /* line 6542, ../sass/_styles.scss */
  .order-detail .order-detail__controls .btn {
    width: 100%;
    margin: 2.5px 0;
  }
}

/* /Personal - My Orders: detail */
/*-- PARTNERS --*/
/* line 6557, ../sass/_styles.scss */
.partners__label {
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.3);
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 6562, ../sass/_styles.scss */
.partners__label:hover {
  border-color: #a9a9a9;
  -webkit-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
     -moz-box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
          box-shadow: 0 5px 5px rgba(80, 83, 93, 0.3);
}
/* line 6568, ../sass/_styles.scss */
.partners-list {
  margin: 0 0 10px;
}

/* line 6573, ../sass/_styles.scss */
.partners .owl-nav {
  float: right;
  margin: 12px 0 0;
}

/* line 6578, ../sass/_styles.scss */
.partners .owl .partners__img {
  display: inline;
  margin: 0 0 1px;
}

/*-- /partners-*/
/*-- SMALLBANNERS-*/
/* line 6588, ../sass/_styles.scss */
.smallbanners__item {
  margin-bottom: 20px;
}
/* line 6591, ../sass/_styles.scss */
.smallbanners__item:hover .smallbanners__img {
  opacity: 0.8;
}
/* line 6595, ../sass/_styles.scss */
.smallbanners.is-hover-scale .smallbanners__item .smallbanners__img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
/* line 6598, ../sass/_styles.scss */
.smallbanners.is-hover-scale .smallbanners__item:hover .smallbanners__img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
/* line 6604, ../sass/_styles.scss */
.smallbanners__label {
  position: relative;
  display: block;
  overflow: hidden;
  height: 250px;
}
/* line 6611, ../sass/_styles.scss */
.smallbanners__info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 6px 10px 5px;
  overflow: hidden;
  color: #000;
}
/* line 6622, ../sass/_styles.scss */
.smallbanners__decor {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  background: #ffe062;
}
/* line 6632, ../sass/_styles.scss */
.smallbanners__item_wide .smallbanners__info {
  right: auto;
  min-width: 47%;
  margin-right: 10px;
}
/* line 6638, ../sass/_styles.scss */
.smallbanners__name {
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
/* line 6644, ../sass/_styles.scss */
.smallbanners__price {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  min-height: 20px;
}
/* line 6652, ../sass/_styles.scss */
.smallbanners__from {
  margin: 0 5px 0 0;
  font-style: italic;
  font-size: 11px;
  font-weight: normal;
}
/* line 6659, ../sass/_styles.scss */
.smallbanners__img {
  position: absolute;
  top: -999px;
  bottom: -999px;
  left: -999px;
  right: -999px;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
}

/*-- /smallbanners-*/
/* line 6672, ../sass/_styles.scss */
.inheadfavorite {
  margin-right: 10px;
  margin-top: 28px;
}

/* Dropdown basket */
/* line 6678, ../sass/_styles.scss */
.open .dropdown-basket, .open .dropdown-favorite {
  display: block !important;
}

/* line 6681, ../sass/_styles.scss */
.dropdown-basket, .dropdown-favorite {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 1000;
  left: auto;
  width: 750px;
  padding: 20px 15px;
  right: -35px;
  max-width: 700px;
  margin: 18px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
     -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
       -o-background-clip: padding-box;
          background-clip: padding-box;
}
/* line 6697, ../sass/_styles.scss */
.dropdown-basket:after, .dropdown-favorite:after, .dropdown-basket:before, .dropdown-favorite:before {
  content: " ";
  bottom: 100%;
  left: 645px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 6709, ../sass/_styles.scss */
.dropdown-basket:before, .dropdown-favorite:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  z-index: 2;
}
/* line 6716, ../sass/_styles.scss */
.dropdown-basket:after, .dropdown-favorite:after {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ddd;
  border-width: 12px;
  margin-left: -12px;
}
/* line 6723, ../sass/_styles.scss */
.dropdown-basket .heighter, .dropdown-favorite .heighter {
  max-height: 454px;
  padding-right: 7px;
  overflow: auto;
  position: relative;
}
@media (min-width: 1366px) {
  /* line 6681, ../sass/_styles.scss */
  .dropdown-basket, .dropdown-favorite {
    width: 900px;
    min-width: 900px;
    right: -5px;
  }
  /* line 6733, ../sass/_styles.scss */
  .dropdown-basket:after, .dropdown-favorite:after, .dropdown-basket:before, .dropdown-favorite:before {
    left: 875px;
  }
}
/* line 6739, ../sass/_styles.scss */
.dropdown-basket .basket-table.basket-table--small, .dropdown-favorite .basket-table.basket-table--small {
  border: 0;
}
/* line 6741, ../sass/_styles.scss */
.dropdown-basket .basket-table.basket-table--small tr:first-child td, .dropdown-favorite .basket-table.basket-table--small tr:first-child td {
  border: 0;
}
/* line 6745, ../sass/_styles.scss */
.dropdown-basket .basket-table.basket-table--small .basket-table__itemphoto, .dropdown-favorite .basket-table.basket-table--small .basket-table__itemphoto {
  width: 10%;
}

/* /Dropdown basket */
/* Dropdown favorite */
/* line 6754, ../sass/_styles.scss */
.dropdown-favorite {
  right: 6px;
}
/* line 6757, ../sass/_styles.scss */
.dropdown-favorite:after, .dropdown-favorite:before {
  left: 570px;
}
@media (min-width: 1366px) {
  /* line 6754, ../sass/_styles.scss */
  .dropdown-favorite {
    right: 36px;
  }
  /* line 6763, ../sass/_styles.scss */
  .dropdown-favorite:after, .dropdown-favorite:before {
    left: 800px;
  }
}

/* /Dropdown favorite */
/* Basket form */
/* line 6775, ../sass/_styles.scss */
.add2basketform .add2basketlink, .add2basketform.cantbuy .buybtn, .add2basketform.checked .inbasket {
  display: block;
}
/* line 6781, ../sass/_styles.scss */
.add2basketform .buybtn, .add2basketform .inbasket, .add2basketform.cantbuy .add2basketlink, .add2basketform.cantbuy .inbasket, .add2basketform.cantbuy .quantity-block, .add2basketform.checked .add2basketlink {
  display: none;
}

/* /Basket form */
/* Mobile properties accordion */
/* line 6795, ../sass/_styles.scss */
.mobile-props .panel.panel-default {
  border: 0;
}
/* line 6798, ../sass/_styles.scss */
.mobile-props .panel-default > .panel-heading {
  background-color: #fff;
  padding: 0;
}
/* line 6802, ../sass/_styles.scss */
.mobile-props .panel-default > .panel-heading .panel-title a {
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.3) !important;
  -webkit-border-radius: #e2e2e2 !important;
     -moz-border-radius: #e2e2e2 !important;
          border-radius: #e2e2e2 !important;
}
/* line 6807, ../sass/_styles.scss */
.mobile-props > .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

/* /Mobile properties accordion */
/* line 6813, ../sass/_styles.scss */
.product-detail-carousel {
  width: 100%;
  position: relative;
}
/* line 6817, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}
/* line 6825, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav {
  height: 100%;
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 0;
}
/* line 6833, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav .owl-dot {
  cursor: pointer;
  border: 6px solid #e2e2e2;
  width: 0;
  height: 0;
  padding: 0;
  margin-right: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  display: inline-block;
}
/* line 6845, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav .active.owl-dot {
  border-color: #ffda47;
  outline-color: #ffda47;
}
/* line 6850, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav .owl-dot .owl-preview {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  padding: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  margin: auto;
  right: 0;
  left: 0;
}
/* line 6863, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__images {
  position: relative;
  /* height: 0; */
  width: 100%;
  /* padding-bottom: 100%; */
  margin-left: 0;
  outline: 1px solid #e2e2e2;
  margin-bottom: 15px;
  overflow: hidden;
}
/* line 6874, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel {
  padding: 1px;
}
/* line 6878, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel.owl-carousel .owl-item {
  position: static;
  text-align: center;
}
/* line 6882, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel.owl-carousel .owl-item div.preview {
  /**margin-top: 50%;
  transform: translateY(-50%);
  display: inline-block;**/
  display: inline-block;
  padding-bottom: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center;
}
/* line 6894, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel.owl-carousel .owl-item div.preview-wrap {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 50%;
}
/* line 6899, ../sass/_styles.scss */
.product-detail-carousel__bottom {
  width: 80%;
  margin-left: 20%;
  text-align: center;
}
/* line 6905, ../sass/_styles.scss */
.product-detail-carousel__bottom .item_timer {
  margin-left: 0;
  display: inline-block;
}
/* line 6910, ../sass/_styles.scss */
.product-detail-carousel__bottom .item_timer .products-counter {
  position: relative;
}
/* line 6914, ../sass/_styles.scss */
.product-detail-carousel .stickers {
  z-index: 2;
  top: 5%;
  right: 5%;
}
/* line 6920, ../sass/_styles.scss */
.product-detail-carousel .marks {
  bottom: 5%;
  z-index: 2;
}
@media (min-width: 740px) {
  /* line 6926, ../sass/_styles.scss */
  .product-detail-carousel .product-detail-carousel__nav-wrap {
    position: absolute;
    width: 17%;
  }
  /* line 6930, ../sass/_styles.scss */
  .product-detail-carousel .product-detail-carousel__nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  /* line 6934, ../sass/_styles.scss */
  .product-detail-carousel .product-detail-carousel__nav .owl-dot {
    height: 15%;
    padding-right: 70%;
    margin-right: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: transparent;
    outline: 1px solid #e2e2e2;
    border: 0;
    margin: 4% 0;
  }
  /* line 6945, ../sass/_styles.scss */
  .product-detail-carousel .product-detail-carousel__images {
    width: 80%;
    /*padding-bottom: 80%;*/
    /* padding-bottom: 70%; */
    margin-left: 20%;
  }
  /* line 6951, ../sass/_styles.scss */
  .product-detail-carousel .product-detail-carousel__nav .owl-dot .owl-preview {
    display: block;
  }
}

@media (min-width: 1366px) {
  /* line 6958, ../sass/_styles.scss */
  .product-bar {
    display: block;
    position: absolute;
    right: 0;
  }
}

/* line 6968, ../sass/_styles.scss */
.top_line_menu_responsive {
  text-align: left;
  padding: 15px 10px 10px 0;
}

/* line 6973, ../sass/_styles.scss */
.top_line_menu_responsive .dropdown-menu li a {
  color: #555;
  padding: 10px 15px;
}

/* line 6978, ../sass/_styles.scss */
.mobile-props {
  margin-top: 15px;
}

/* Products */
/* line 6984, ../sass/_styles.scss */
.content .row.products_showcase > .col {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 6991, ../sass/_styles.scss */
.content .row.products_showcase > .col {
  width: 100%;
}
/* line 6994, ../sass/_styles.scss */
.content .row.products_showcase > .col.half {
  width: 50%;
  float: left;
}
@media (min-width: 740px) {
  /* line 6999, ../sass/_styles.scss */
  .content .row.products_showcase > .col {
    float: left;
  }
  /* line 7002, ../sass/_styles.scss */
  .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
    width: 33.33333%;
  }
}
@media (min-width: 1260px) {
  /* line 7008, ../sass/_styles.scss */
  .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
    width: 25%;
  }
}
@media (min-width: 1680px) {
  /* line 7014, ../sass/_styles.scss */
  .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
    width: 20%;
  }
}

/* Products */
/* sidebar */
/* line 7023, ../sass/_styles.scss */
.sidebar-wrap {
  /*
  .brand {
    margin-bottom: $line-height-computed;
    text-align: center;
  }
  */
}
/* line 7033, ../sass/_styles.scss */
.sidebar-wrap > .fixsidebar .brand {
  display: none;
}
@media (min-width: 1024px) {
  /* line 7023, ../sass/_styles.scss */
  .sidebar-wrap {
    padding-left: 285px;
  }
  /* line 7040, ../sass/_styles.scss */
  .sidebar-wrap > .fixsidebar {
    margin-left: -285px;
    width: 270px;
    float: left;
  }
  /* line 7045, ../sass/_styles.scss */
  .sidebar-wrap > .fixsidebar .brand {
    display: block;
    margin-bottom: 19px;
  }
  /* line 7050, ../sass/_styles.scss */
  .sidebar-wrap > .fixsidebar .brand__logo {
    display: block;
    width: 100%;
  }
  /* line 7056, ../sass/_styles.scss */
  .sidebar-wrap .page-title {
    float: right;
    width: 100%;
  }
  /* line 7064, ../sass/_styles.scss */
  .sidebar-wrap .page-title .brand > .media-left {
    display: none;
  }
  /* line 7070, ../sass/_styles.scss */
  .sidebar-wrap .page-title, .sidebar-wrap > .content {
    margin-left: -285px;
  }
  /* line 7075, ../sass/_styles.scss */
  .sidebar-wrap > .fixsidebar ~ .catalog-content, .sidebar-wrap > .fixsidebar ~ .content {
    float: right;
    width: 100%;
    margin-left: 0;
  }
}
/* line 7084, ../sass/_styles.scss */
.sidebar-wrap.sidebar-wrap--right {
  padding-right: 285px;
  padding-left: 0;
}
/* line 7088, ../sass/_styles.scss */
.sidebar-wrap.sidebar-wrap--right > .fixsidebar {
  margin-left: 0;
  margin-right: -285px;
  float: right;
}
/* line 7093, ../sass/_styles.scss */
.sidebar-wrap.sidebar-wrap--right .page-title, .sidebar-wrap.sidebar-wrap--right > .content {
  margin-left: 0;
  margin-right: -285px;
  float: left;
}

/* /Sidebar */
/*LOCATION*/
/* line 7106, ../sass/_styles.scss */
.location-block-wrapper {
  position: relative;
}

/* line 7109, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-pane {
  display: none;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  padding: 5px 5px 3px;
  position: absolute;
  width: 100%;
  left: 0;
}

/* line 7121, ../sass/_styles.scss */
.form-group .bx-sls .bx-ui-sls-pane {
  max-width: 409px;
}

/* line 7125, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-variants {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
}
/* line 7131, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-error, .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant {
  cursor: pointer;
  padding: 10px;
}
/* line 7136, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-variant-active, .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover {
  background-color: #E0E8EA;
}
/* line 7140, ../sass/_styles.scss */
.bx-sls input[type="text"] {
  position: relative;
}
/* line 7143, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-route {
  position: absolute !important;
  top: 0;
  left: 0;
  color: #aba8ac !important;
  background-color: transparent !important;
  border-color: transparent !important;
  opacity: 1 !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  padding-right: 22px;
  background-position: right 1px;
  background-repeat: no-repeat;
}

/* line 7157, ../sass/_styles.scss */
.form-group .bx-sls .bx-ui-sls-fake,
.form-group .bx-sls .bx-ui-sls-route {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
       box-shadow: none !important;
  color: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  width: 100%;
  outline: none;
  padding: 0;
}

/* line 7171, ../sass/_styles.scss */
.location-block-wrapper.form-control, .bx-catalog-subscribe-form-container-input > input.location-block-wrapper {
  padding: 0 12px;
  position: relative;
}

/*/
LOCATION*/
/* Compare */
/* line 7181, ../sass/_styles.scss */
.compare-result__sort .btn {
  width: 100%;
  margin: 2.5px 0;
}
/* line 7186, ../sass/_styles.scss */
.compare-result .compare-result__scroll {
  overflow-x: auto;
}
/* line 7190, ../sass/_styles.scss */
.compare-result .compare-result__block {
  margin-top: 15px;
}
/* line 7194, ../sass/_styles.scss */
.compare-result .compare-result__header {
  white-space: nowrap;
  display: table;
  min-width: 100%;
}
/* line 7200, ../sass/_styles.scss */
.compare-result .compare-result__info {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  padding: 10px 15px;
  margin-left: -4px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
/* line 7213, ../sass/_styles.scss */
.compare-result .compare-result__info-name {
  white-space: normal;
  height: 60px;
  overflow: hidden;
}
/* line 7219, ../sass/_styles.scss */
.compare-result .compare-result__info-image {
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
}
/* line 7224, ../sass/_styles.scss */
.compare-result .compare-result__info-image img {
  max-width: 100%;
  max-height: 100%;
}
/* line 7229, ../sass/_styles.scss */
.compare-result .compare-result__table {
  position: relative;
  display: table;
  min-width: 100%;
}
/* line 7234, ../sass/_styles.scss */
.compare-result .compare-result__table-row {
  white-space: nowrap;
  display: table-row;
}
/* line 7238, ../sass/_styles.scss */
.compare-result .compare-result__table-row:first-child .compare-result__table-property:before {
  background: inherit;
  content: " ";
  height: 200px;
  width: 100%;
  position: absolute;
  left: 1px;
  top: -200px;
  border-bottom: 1px solid #ddd;
}
/* line 7249, ../sass/_styles.scss */
.compare-result .compare-result__table-col, .compare-result .compare-result__table-property {
  display: table-cell;
  padding: 25px 20px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  margin-left: -4px;
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
}
/* line 7264, ../sass/_styles.scss */
.compare-result .compare-result__table-col {
  text-align: center;
}
/* line 7268, ../sass/_styles.scss */
.compare-result .compare-result__table-property {
  font-weight: bold;
  background: #fff;
  color: #000;
  z-index: 1;
  opacity: 0.85;
}
/* line 7275, ../sass/_styles.scss */
.compare-result .compare-result__table-property {
  border-left: 1px solid #ddd;
}
/* line 7279, ../sass/_styles.scss */
.compare-result .compare-result__item-remove {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 7285, ../sass/_styles.scss */
.compare-result .compare-result__item-remove .fa.fa-times {
  font-size: 36px;
  font-family: PeIcon7Stroke;
}
/* line 7288, ../sass/_styles.scss */
.compare-result .compare-result__item-remove .fa.fa-times:before {
  content: "\e680";
}
@media (min-width: 740px) {
  /* line 7294, ../sass/_styles.scss */
  .compare-result .compare-result__sort .btn {
    width: auto;
  }
  /* line 7298, ../sass/_styles.scss */
  .compare-result .compare-result__info, .compare-result .compare-result__table-col, .compare-result .compare-result__table-property {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
  }
  /* line 7305, ../sass/_styles.scss */
  .compare-result .compare-result__info-image {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  /* line 7311, ../sass/_styles.scss */
  .compare-result .compare-result__info, .compare-result .compare-result__table-col, .compare-result .compare-result__table-property {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
  /* line 7318, ../sass/_styles.scss */
  .compare-result .compare-result__info-image {
    width: 160px;
  }
}

/* /Compare */
/* 404 */
/* line 7326, ../sass/_styles.scss */
.errorpagein {
  width: 100%;
}
/* line 7329, ../sass/_styles.scss */
.errorpagein .errorcode {
  margin-top: 50px;
  font-size: 200px;
}
/* line 7334, ../sass/_styles.scss */
.errorpagein .errortext {
  position: relative;
  top: -40px;
  font-size: 30px;
}

/* /404 */
/* Mobile menu */
/* line 7343, ../sass/_styles.scss */
.mobile-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
/* line 7349, ../sass/_styles.scss */
.mobile-menu-wrap {
  display: block;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
/* line 7361, ../sass/_styles.scss */
.mobile-menu .mobile-menu__items {
  padding: 0;
}
/* line 7363, ../sass/_styles.scss */
.mobile-menu .mobile-menu__items li:before {
  display: none;
}
/* line 7368, ../sass/_styles.scss */
.mobile-menu .mobile-menu__personal {
  padding: 5px 17px;
  background: rgba(204, 204, 204, 0.3);
  z-index: 1;
}
/* line 7373, ../sass/_styles.scss */
.mobile-menu .mobile-menu__personal a {
  color: #202020;
}
/* line 7378, ../sass/_styles.scss */
.mobile-menu .mobile-menu__profile {
  display: inline-block;
  padding: 15px 0;
  vertical-align: middle;
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 7386, ../sass/_styles.scss */
.mobile-menu .mobile-menu__profile .text-fadeout:after {
  background-image: -webkit-linear-gradient(right, #F0F0F0, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(right, #F0F0F0, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, #F0F0F0, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(#F0F0F0), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, #F0F0F0, rgba(255, 255, 255, 0));
}
/* line 7395, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  width: 100%;
}
/* line 7400, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin:after, .mobile-menu .mobile-menu__userlogin:before {
  position: absolute;
  font-family: PeIcon7Stroke;
}
/* line 7405, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin:before {
  content: "\e605";
  font-size: 30px;
  left: 0;
  top: -15px;
}
/* line 7413, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin .fa.fa-angle-down {
  color: inherit;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -moz-transition: transform 0.3s linear, -moz-transform 0.3s linear;
  -o-transition: transform 0.3s linear, -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear, -moz-transform 0.3s linear, -o-transform 0.3s linear;
}
/* line 7418, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userlogin.open .fa.fa-angle-down {
  -webkit-transform: rotate(180deg) translateX(-5px);
     -moz-transform: rotate(180deg) translateX(-5px);
      -ms-transform: rotate(180deg) translateX(-5px);
       -o-transform: rotate(180deg) translateX(-5px);
          transform: rotate(180deg) translateX(-5px);
}
/* line 7423, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal {
  position: absolute;
  top: 58px;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  overflow: hidden;
}
/* line 7434, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal.open {
  height: 100%;
}
/* line 7439, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list {
  overflow: auto;
}
/* line 7443, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list li a {
  padding: 13px 15px;
  display: block;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  color: #202020;
}
/* line 7448, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list li a:focus, .mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list li a:hover {
  text-decoration: none;
  color: #202020;
}
/* line 7455, ../sass/_styles.scss */
.mobile-menu .mobile-menu__personal-icons {
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: right;
  padding-right: 10px;
}
/* line 7464, ../sass/_styles.scss */
.mobile-menu .inmenucompare, .mobile-menu .inmenufavorite {
  position: relative;
}
/* line 7467, ../sass/_styles.scss */
.mobile-menu .inmenucompare .count, .mobile-menu .inmenufavorite .count {
  position: absolute;
  top: -15px;
  padding: 2px 8px;
  right: -12px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
/* line 7476, ../sass/_styles.scss */
.mobile-menu .inmenucompare .fa, .mobile-menu .inmenufavorite .fa {
  font-size: 18px;
}
/* line 7479, ../sass/_styles.scss */
.mobile-menu .inmenucompare:hover, .mobile-menu .inmenufavorite:hover {
  text-decoration: none;
}
/* line 7483, ../sass/_styles.scss */
.mobile-menu .inmenucompare {
  margin-right: 25px;
}
/* line 7486, ../sass/_styles.scss */
.mobile-menu .inmenucompare .fa {
  -webkit-transform: rotate(270deg);
     -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
/* line 7489, ../sass/_styles.scss */
.mobile-menu .inmenucompare .count {
  right: -8px;
}
@media (min-width: 740px) {
  /* line 7494, ../sass/_styles.scss */
  .mobile-menu-wrap {
    z-index: 999;
    padding-top: 0;
    width: 400px;
  }
  /* line 7499, ../sass/_styles.scss */
  .opened-mobile-menu .mobile-menu-wrap {
    -webkit-box-shadow: 5px 0 25px rgba(80, 83, 93, 0.3);
       -moz-box-shadow: 5px 0 25px rgba(80, 83, 93, 0.3);
            box-shadow: 5px 0 25px rgba(80, 83, 93, 0.3);
  }
  /* line 7504, ../sass/_styles.scss */
  .mobile-menu .mobile-menu__personal {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  /* line 7509, ../sass/_styles.scss */
  .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu-nav__submenu, .mobile-menu .mobile-menu__userpersonal {
    padding: 0 30px;
  }
  /* line 7515, ../sass/_styles.scss */
  .mobile-menu .mobile-menu-nav .mobile-menu-nav__arrow.back {
    left: 45px;
  }
  /* line 7519, ../sass/_styles.scss */
  .mobile-menu .mobile-menu-nav .mobile-menu-nav__arrow {
    right: 45px;
  }
  /* line 7523, ../sass/_styles.scss */
  .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu__userpersonal {
    top: 120px;
  }
}

/* line 7529, ../sass/_styles.scss */
.mobile-menu-nav {
  padding: 0;
  position: absolute;
  top: 58px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
}
/* line 7538, ../sass/_styles.scss */
.mobile-menu-nav__element:before {
  display: none;
}
/* line 7541, ../sass/_styles.scss */
.mobile-menu-nav__element {
  position: static;
}
/* line 7545, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link {
  padding: 13px 15px;
  display: block;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  color: #202020;
}
/* line 7551, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link.disabled {
  background-color: rgba(204, 204, 204, 0.3);
  font-weight: bold;
}
/* line 7555, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link:focus, .mobile-menu-nav .mobile-menu-nav__link:hover {
  text-decoration: none;
  color: #202020;
}
/* line 7560, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link.back {
  padding-left: 35px;
}
/* line 7565, ../sass/_styles.scss */
.mobile-menu-nav__submenu {
  display: block;
  padding-left: 0;
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -moz-transition: transform 0.25s linear, -moz-transform 0.25s linear;
  -o-transition: transform 0.25s linear, -o-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear, -moz-transform 0.25s linear, -o-transform 0.25s linear;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 7580, ../sass/_styles.scss */
.mobile-menu-nav__submenu.open {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
/* line 7583, ../sass/_styles.scss */
.mobile-menu-nav__submenu.overflower {
  overflow: hidden;
}
/* line 7588, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__arrow {
  position: absolute;
  font-family: PeIcon7Stroke;
  font-size: 20px;
  right: 15px;
  font-weight: bold;
}
/* line 7594, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__arrow:before {
  content: "\e684";
}
/* line 7598, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__arrow.back {
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 15px;
  right: auto;
  margin-top: -2px;
}

/* line 7608, ../sass/_styles.scss */
.js-side-menu-wrap {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/* line 7612, ../sass/_styles.scss */
.opened-mobile-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 7619, ../sass/_styles.scss */
.opened-mobile-menu .icon-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(4px) translateX(5px);
     -moz-transform: rotate(45deg) translateY(4px) translateX(5px);
      -ms-transform: rotate(45deg) translateY(4px) translateX(5px);
       -o-transform: rotate(45deg) translateY(4px) translateX(5px);
          transform: rotate(45deg) translateY(4px) translateX(5px);
}
/* line 7622, ../sass/_styles.scss */
.opened-mobile-menu .icon-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotate(135deg) translateY(0px) translateX(0px);
     -moz-transform: rotate(135deg) translateY(0px) translateX(0px);
      -ms-transform: rotate(135deg) translateY(0px) translateX(0px);
       -o-transform: rotate(135deg) translateY(0px) translateX(0px);
          transform: rotate(135deg) translateY(0px) translateX(0px);
}
/* line 7625, ../sass/_styles.scss */
.opened-mobile-menu .icon-toggle .icon-bar:nth-child(3) {
  -webkit-transform: rotate(135deg) translateY(5px) translateX(-5px);
     -moz-transform: rotate(135deg) translateY(5px) translateX(-5px);
      -ms-transform: rotate(135deg) translateY(5px) translateX(-5px);
       -o-transform: rotate(135deg) translateY(5px) translateX(-5px);
          transform: rotate(135deg) translateY(5px) translateX(-5px);
}
/* line 7630, ../sass/_styles.scss */
.opened-mobile-menu .fly-header__menu-button .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 7px 2.5px;
     -moz-transform-origin: 7px 2.5px;
      -ms-transform-origin: 7px 2.5px;
       -o-transform-origin: 7px 2.5px;
          transform-origin: 7px 2.5px;
}
/* line 7634, ../sass/_styles.scss */
.opened-mobile-menu .fly-header__menu-button .line:nth-child(2) {
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: 12px 0;
     -moz-transform-origin: 12px 0;
      -ms-transform-origin: 12px 0;
       -o-transform-origin: 12px 0;
          transform-origin: 12px 0;
}
/* line 7638, ../sass/_styles.scss */
.opened-mobile-menu .fly-header__menu-button .line:nth-child(3) {
  -webkit-transform: translateY(3px);
     -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
}
@media (min-width: 740px) {
  /* line 7643, ../sass/_styles.scss */
  .opened-mobile-menu .js-side-menu-wrap {
    -webkit-transform: translateX(400px);
       -moz-transform: translateX(400px);
        -ms-transform: translateX(400px);
         -o-transform: translateX(400px);
            transform: translateX(400px);
  }
}
@media (max-width: 740px) {
  /* line 7652, ../sass/_styles.scss */
  .opened-mobile-menu .mobile-menu-wrap {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}

/* /Mobile menu */
/* line 7660, ../sass/_styles.scss */
.text-fadeout:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 40px;
  height: 15px;
  bottom: 0;
  right: 0;
  background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
}

/* Main menu */
/* line 7677, ../sass/_styles.scss */
.mainmenu {
  float: none;
  white-space: nowrap;
  visibility: hidden;
}
/* line 7682, ../sass/_styles.scss */
.mainmenu .mainmenu__other {
  position: relative;
  float: right;
  text-align: right;
}
/* line 7688, ../sass/_styles.scss */
.mainmenu .mainmenu__other .mainmenu__other-link {
  padding: 18px 12px;
  font-size: 21px;
  font-weight: bold;
}
/* line 7694, ../sass/_styles.scss */
.mainmenu .mainmenu__other .mainmenu__other-list {
  top: 100%;
}
/* line 7697, ../sass/_styles.scss */
.mainmenu .mainmenu__other:hover .mainmenu__other-list {
  display: block;
}
/* line 7701, ../sass/_styles.scss */
.mainmenu .mainmenu__other-item .mainmenu__item-link {
  display: block;
  padding: 10px 27px;
}
/* line 7706, ../sass/_styles.scss */
.mainmenu .mainmenu__root-item {
  position: relative;
  border-right: 1px solid transparent;
  display: inline-block;
  float: none;
  white-space: normal;
  margin-left: -4px;
}
/* line 7714, ../sass/_styles.scss */
.mainmenu .mainmenu__other:hover > .mainmenu__submenu, .mainmenu .mainmenu__root-item:hover > .mainmenu__submenu, .mainmenu .mainmenu__submenu-item:hover > .mainmenu__submenu {
  display: block;
  visibility: visible;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
/* line 7722, ../sass/_styles.scss */
.mainmenu .mainmenu__root-item > .mainmenu__item-link {
  padding: 18px 14px;
}
/* line 7726, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 100;
  min-width: 250px;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-bottom: 2px solid #ffe062;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  -moz-transition: transform 0.15s, -moz-transform 0.15s;
  -o-transition: transform 0.15s, -o-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s, -moz-transform 0.15s, -o-transform 0.15s;
  -webkit-transform: scale(0.7);
     -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
       -o-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
/* line 7741, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu .mainmenu__submenu {
  top: 0;
  left: 100%;
  visibility: hidden;
  display: block;
}
/* line 7747, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu-item:before {
  content: initial;
}
/* line 7751, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu-item .mainmenu__item-link {
  padding: 10px 27px;
}
/* line 7754, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu-item.dropdown-submenu > .mainmenu__item-link:after {
  top: 10px;
  right: 9px;
  font-size: 18px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 7765, ../sass/_styles.scss */
.mainmenu .invisible {
  display: none;
}
/* line 7769, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__root-item {
  position: static;
}
/* line 7773, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__submenu {
  padding: 20px 15px 60px;
  left: auto;
  max-width: 100%;
  min-height: 375px;
}
/* line 7779, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__linecolumns {
  float: left;
}
/* line 7782, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__linecolumns .mainmenu__column {
  float: none;
}
/* line 7786, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column, .mainmenu--wide .mainmenu__product {
  width: 220px;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
/* line 7793, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column {
  float: left;
}
/* line 7796, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__product {
  display: none;
  float: right;
}
/* line 7800, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column > li {
  padding: 10px 15px;
}
/* line 7803, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column > li > .mainmenu__item-link {
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}
/* line 7809, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__subitems .mainmenu__item-link {
  display: inline-block;
  padding: 5px 0;
}
/* line 7814, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
@media (min-width: 1024px) {
  /* line 7826, ../sass/_styles.scss */
  .mainmenu--wide .mainmenu__product {
    display: block;
  }
}

/* line 7833, ../sass/_styles.scss */
.mainmenu-product {
  padding: 15px 7px;
  position: relative;
}
/* line 7837, ../sass/_styles.scss */
.mainmenu-product__pic {
  height: 170px;
  line-height: 170px;
  text-align: center;
}
/* line 7842, ../sass/_styles.scss */
.mainmenu-product__pic img {
  height: auto;
  max-height: 170px;
  display: inline;
  max-width: 100%;
}
/* line 7850, ../sass/_styles.scss */
.mainmenu-product__data {
  padding: 5px 0 0;
}
/* line 7853, ../sass/_styles.scss */
.mainmenu-product__name {
  height: 36px;
  margin: 0 0 5px;
  overflow: hidden;
}
/* line 7858, ../sass/_styles.scss */
.mainmenu-product__price {
  height: 55px;
  overflow: hidden;
  padding-top: 15px;
}

/* /Main menu */
/* Faq page */
/* line 7870, ../sass/_styles.scss */
.faq-page .panel-group .panel {
  margin-bottom: 2px;
}
/* line 7874, ../sass/_styles.scss */
.faq-page .faq-page__filter {
  margin-bottom: 15px;
}

/* /Faq page */
/* Delivery page */
/* line 7883, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  display: inline-block;
}
/* line 7889, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-icon {
  display: inline-block;
  padding: 20px 0 30px 15px;
  width: 30%;
}
/* line 7894, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-icon img {
  max-width: 80%;
}
/* line 7899, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-text {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
  max-width: 475px;
  width: 70%;
}
/* line 7907, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
}
/* line 7914, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table {
  border-collapse: separate;
}
/* line 7918, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr th {
  background-color: rgba(204, 204, 204, 0.3);
  border: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}
/* line 7927, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td {
  border: 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  border-right: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 7932, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td:last-child {
  border-right: 0;
}
/* line 7936, ../sass/_styles.scss */
.p-delivery .p-delivery__freeprice, .p-delivery .p-delivery__price {
  font-weight: bold;
}
/* line 7941, ../sass/_styles.scss */
.p-delivery .p-delivery__freeprice {
  color: #82d026;
}
/* line 7945, ../sass/_styles.scss */
.p-delivery .p-delivery__price {
  color: #9d0000;
}
/* line 7949, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td, .p-delivery .p-delivery__table-wrap .table tr th {
  width: 150px;
}
/* line 7953, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td:nth-child(1), .p-delivery .p-delivery__table-wrap .table tr th:nth-child(1) {
  width: auto;
}
/* line 7958, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point, .p-delivery .p-delivery__delivery-time {
  padding-top: 105px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
/* line 7965, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-time {
  width: 40%;
  font-size: 16px;
  text-align: center;
  max-width: 205px;
  margin-right: 10%;
}
/* line 7972, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point {
  margin: -4px;
  width: 50%;
}
/* line 7976, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point:before, .p-delivery .p-delivery__delivery-time:before {
  font-family: PeIcon7Stroke;
  position: absolute;
  top: 0;
  font-size: 64px;
  color: #9d0000;
}
/* line 7984, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-time:before {
  content: "\e67e";
  left: 0;
  right: 0;
}
/* line 7989, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point:before {
  content: "\e673";
  left: 0;
}
/* line 7995, ../sass/_styles.scss */
.p-delivery.is-cart .table td {
  vertical-align: middle;
  min-width: 150px;
}
/* line 8000, ../sass/_styles.scss */
.p-delivery.is-cart .p-delivery__table-wrap .p-delivery__name {
  width: 100%;
}
/* line 8003, ../sass/_styles.scss */
.p-delivery.is-cart .p-delivery__table-wrap .p-delivery__picture, .p-delivery.is-cart .p-delivery__table-wrap .p-delivery__price, .p-delivery.is-cart .p-delivery__table-wrap .p-delivery__period {
  text-align: center;
}
/* line 8008, ../sass/_styles.scss */
.p-delivery.is-cart .p-delivery__table-wrap .table tr th {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 739px) {
  /* line 8014, ../sass/_styles.scss */
  .p-delivery .p-delivery__delivery-point, .p-delivery .p-delivery__delivery-time {
    display: block;
    margin: auto;
    width: auto;
  }
  /* line 8020, ../sass/_styles.scss */
  .p-delivery .p-delivery__delivery-point {
    max-width: 250px;
    text-align: center;
    margin-top: 40px;
  }
  /* line 8025, ../sass/_styles.scss */
  .p-delivery .p-delivery__delivery-point:before {
    left: 0;
    right: 0;
  }
}

/* /Delivery page */
/* Payment page */
/* line 8034, ../sass/_styles.scss */
.p-payment {
  width: 100%;
  margin-bottom: 40px;
}
/* line 8038, ../sass/_styles.scss */
.p-payment .p-payment__warning {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 8042, ../sass/_styles.scss */
.p-payment .p-payment__warning-icon {
  display: inline-block;
  padding: 20px 30px 30px 15px;
  max-width: 30%;
}
/* line 8047, ../sass/_styles.scss */
.p-payment .p-payment__warning-icon img {
  max-width: 80%;
}
/* line 8051, ../sass/_styles.scss */
.p-payment .p-payment__warning-text {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
  max-width: 475px;
  width: 70%;
}
/* line 8060, ../sass/_styles.scss */
.p-payment .p-payment__logos img {
  display: block;
  margin: 15px auto;
}
/* line 8066, ../sass/_styles.scss */
.p-payment img {
  max-width: 100%;
}
/* line 8070, ../sass/_styles.scss */
.p-payment h2 {
  margin: 15px 0;
}
@media (min-width: 1366px) {
  /* line 8034, ../sass/_styles.scss */
  .p-payment {
    width: 50%;
  }
}
@media (min-width: 740px) {
  /* line 8077, ../sass/_styles.scss */
  .p-payment .p-payment__logos img {
    display: inline-block;
    margin: 30px 20px;
  }
}

/* SEARCH PAGE */
/* line 8085, ../sass/_styles.scss */
.rs_section-box {
  margin-bottom: 40px;
}

/* line 8089, ../sass/_styles.scss */
.search-page .products {
  margin-bottom: 0;
}

/* /SEARCH PAGE */
/* SEARCH TITLE */
/* line 8096, ../sass/_styles.scss */
.title-search-result {
  border: 1px solid #c6c6c6;
  display: none;
  overflow: hidden;
  z-index: 205;
  background-color: #fff;
  padding: 10px;
}

/* line 8105, ../sass/_styles.scss */
.search_title_image {
  display: inline-block;
}
/* line 8108, ../sass/_styles.scss */
.search_title_item_element {
  padding: 7px 0;
}
/* line 8111, ../sass/_styles.scss */
.search_title_element {
  vertical-align: middle;
  display: inline-block;
  max-width: 70%;
}

/* /SEARCH TITLE */
/* line 8119, ../sass/_styles.scss */
a.popup_link:hover {
  text-decoration: none;
}
/* line 8122, ../sass/_styles.scss */
a.popup_link:hover span {
  border-bottom: 1px dashed #666699;
}

/* line 8128, ../sass/_styles.scss */
.services-data {
  height: 94px;
  overflow: hidden;
}
/* line 8133, ../sass/_styles.scss */
.services-image > div {
  text-align: center;
  height: 170px;
  line-height: 170px;
}

/* line 8140, ../sass/_styles.scss */
.alert-info {
  background-color: #FBFBFB;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #555;
  padding: 35px 30px;
  margin-bottom: 0;
}

/* line 8149, ../sass/_styles.scss */
.fly-header {
  padding: 10px;
  width: 100%;
  max-width: 1620px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  /* Sticky */
  /* Media */
}
/* line 8157, ../sass/_styles.scss */
.fly-header-sidenav-button {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  background: #636975;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 8167, ../sass/_styles.scss */
.fly-header-sidenav-button:hover {
  background: #7D838F;
}
/* line 8171, ../sass/_styles.scss */
.fly-header-sidenav-button .fly-header-sidenav-button__valign {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* line 8179, ../sass/_styles.scss */
.fly-header-sidenav-button .fly-header-sidenav-button__text {
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 14px;
}
/* line 8185, ../sass/_styles.scss */
.fly-header-sidenav-button .fly-header-sidenav-button__lines .line {
  border-top: 4px solid #fff;
  margin-top: 3px;
  width: 30px;
  margin: 6px auto;
}
/* line 8191, ../sass/_styles.scss */
.opened-mobile-menu .fly-header-sidenav-button .fly-header-sidenav-button__lines .line:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(-15px);
     -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
       -o-transform: translateY(-15px);
          transform: translateY(-15px);
}
/* line 8195, ../sass/_styles.scss */
.opened-mobile-menu .fly-header-sidenav-button .fly-header-sidenav-button__lines .line:nth-child(2) {
  -webkit-transform: rotate(45deg) translateY(0px) translateX(0px);
     -moz-transform: rotate(45deg) translateY(0px) translateX(0px);
      -ms-transform: rotate(45deg) translateY(0px) translateX(0px);
       -o-transform: rotate(45deg) translateY(0px) translateX(0px);
          transform: rotate(45deg) translateY(0px) translateX(0px);
}
/* line 8198, ../sass/_styles.scss */
.opened-mobile-menu .fly-header-sidenav-button .fly-header-sidenav-button__lines .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-8px) translateX(7px);
     -moz-transform: rotate(-45deg) translateY(-8px) translateX(7px);
      -ms-transform: rotate(-45deg) translateY(-8px) translateX(7px);
       -o-transform: rotate(-45deg) translateY(-8px) translateX(7px);
          transform: rotate(-45deg) translateY(-8px) translateX(7px);
}
/* line 8204, ../sass/_styles.scss */
.fly-header-wrap {
  margin-bottom: 10px;
  position: relative;
  z-index: 101;
  background: #fff;
  width: 100%;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* line 8213, ../sass/_styles.scss */
.fly-header .fly-header__menu-button {
  border: 1px solid #a9a9a9;
  background: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  width: 40px;
  height: 40px;
  display: table-cell;
  margin-left: -4px;
  line-height: 0.5;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 3px;
  min-width: 40px;
  z-index: 999;
  cursor: pointer;
}
/* line 8230, ../sass/_styles.scss */
.fly-header .fly-header__menu-button .line {
  display: inline-block;
  border-top: 3px solid #a9a9a9;
  width: 22px;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -moz-transition: transform 0.15s linear, -moz-transform 0.15s linear;
  -o-transition: transform 0.15s linear, -o-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear, -moz-transform 0.15s linear, -o-transform 0.15s linear;
}
/* line 8237, ../sass/_styles.scss */
.fly-header .fly-header__logo {
  display: table-cell;
  padding: 0 25px 0 15px;
  vertical-align: middle;
}
/* line 8242, ../sass/_styles.scss */
.fly-header .fly-header__logo img {
  max-width: 100%;
}
/* line 8247, ../sass/_styles.scss */
.fly-header .fly-header__tagline {
  display: none;
  vertical-align: middle;
  min-width: 260px;
  width: 260px;
}
/* line 8253, ../sass/_styles.scss */
.fly-header .fly-header__tagline .header-slogan {
  padding: 0 10px;
}
/* line 8258, ../sass/_styles.scss */
.fly-header .fly-header__contacts {
  display: none;
  vertical-align: middle;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 8266, ../sass/_styles.scss */
.fly-header .fly-header__search {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
/* line 8272, ../sass/_styles.scss */
.fly-header .fly-header__search .header-search__form {
  padding: 0;
}
/* line 8276, ../sass/_styles.scss */
.fly-header .fly-header__search-icon {
  margin: 0;
}
/* line 8279, ../sass/_styles.scss */
.fly-header .fly-header__search-close {
  display: none;
  width: 40px;
  position: relative;
  float: right;
  text-align: center;
  margin-left: 10px;
}
/* line 8287, ../sass/_styles.scss */
.fly-header .fly-header__search-close .fa.fa-times {
  line-height: 40px;
  font-size: 20px;
}
/* line 8293, ../sass/_styles.scss */
.fly-header .fly-header__icons {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
/* line 8301, ../sass/_styles.scss */
.fly-header-wrap.__simple .fly-header-sidenav-button .fly-header-sidenav-button__text {
  display: none;
}
/* line 8304, ../sass/_styles.scss */
body .fly-header-wrap.__simple .fly-header .fly-header__contacts {
  display: none;
}
/* line 8308, ../sass/_styles.scss */
.fly-header-sticky-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 740px) {
  /* line 8149, ../sass/_styles.scss */
  .fly-header {
    padding: 25px 10px;
    /*margin-bottom: 10px;*/
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  /* line 8319, ../sass/_styles.scss */
  .fly-header-sticky-wrapper.is-sticky .fly-header-sidenav-button, body.is--sidenav .fly-header-sidenav-button {
    display: block;
  }
  /* line 8324, ../sass/_styles.scss */
  .fly-header-wrap {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 8px 40px #f3f3f3;
       -moz-box-shadow: 0 8px 40px #f3f3f3;
            box-shadow: 0 8px 40px #f3f3f3;
  }
  /* line 8329, ../sass/_styles.scss */
  .fly-header .fly-header__logo {
    min-width: 230px;
    width: 230px;
  }
  /* line 8334, ../sass/_styles.scss */
  .fly-header .fly-header__menu-button {
    display: none;
  }
  /* line 8338, ../sass/_styles.scss */
  .fly-header .fly-header__search {
    width: auto;
    padding: 0 15px;
  }
  /* line 8343, ../sass/_styles.scss */
  .fly-header .fly-header__search-icon {
    display: none;
  }
  /* line 8347, ../sass/_styles.scss */
  .fly-header .fly-header__icons {
    width: 180px;
  }
  /* line 8351, ../sass/_styles.scss */
  .fly-header .fly-header__icons .basketinhead, .fly-header .fly-header__icons .inheadfavorite {
    margin-top: 0;
  }
  /* line 8356, ../sass/_styles.scss */
  .fly-header-sticky-wrapper {
    margin-bottom: 30px;
  }
  /* line 8360, ../sass/_styles.scss */
  .fly-header-wrap.__simple .fly-header .header-search__form {
    max-width: 400px;
    float: right;
  }
  /* line 8364, ../sass/_styles.scss */
  .fly-header-wrap.__simple .fly-header {
    padding-top: 10px;
    padding-bottom: 0;
  }
  /* line 8369, ../sass/_styles.scss */
  .fly-header-wrap.__simple .fly-header .fly-header__icons .loss-menu-right .count {
    top: -1px;
    right: -7px;
    width: 20px;
    height: 20px;
    line-height: 22px;
  }
  /* line 8376, ../sass/_styles.scss */
  .fly-header-wrap.__simple .fly-header .fly-header__logo {
    width: 230px;
    max-width: 230px;
  }
}
@media (min-width: 740px) {
  /* line 8382, ../sass/_styles.scss */
  .fly-header-sticky-wrapper.is-sticky .fly-header, body.is--sidenav .fly-header {
    padding-left: 70px;
  }
  /* line 8386, ../sass/_styles.scss */
  .fly-header .fly-header__icons .dropdown-favorite {
    right: -4px;
  }
}
@media (min-width: 1024px) {
  /* line 8391, ../sass/_styles.scss */
  body:not(.is--sidenav) .fly-header {
    padding: 15px 10px;
  }
  /* line 8394, ../sass/_styles.scss */
  body:not(.is--sidenav) .fly-header .fly-header__contacts {
    display: table-cell;
  }
  /* line 8398, ../sass/_styles.scss */
  .fly-header .fly-header__contacts .header-contacts {
    float: none;
    /*padding: 0 15px;*/
  }
}
@media (min-width: 1160px) {
  /* line 8404, ../sass/_styles.scss */
  body.is--sidenav .fly-header .fly-header__contacts {
    display: table-cell;
  }
}
@media (min-width: 1440px) {
  /* line 8409, ../sass/_styles.scss */
  .fly-header .fly-header__tagline {
    display: table-cell;
  }
}
@media (max-width: 739px) {
  /* line 8149, ../sass/_styles.scss */
  .fly-header {
    -webkit-box-shadow: 0 3px 2px #d2d2d2;
       -moz-box-shadow: 0 3px 2px #d2d2d2;
            box-shadow: 0 3px 2px #d2d2d2;
  }
  /* line 8416, ../sass/_styles.scss */
  .fly-header .fly-header__search .header-search__form {
    display:none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding-top: 0;
    height: 60px;
    background: #f9f9f9;
    z-index: 2;
    padding: 10px;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    -o-transition: transform 0.3s, -o-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  }
  /* line 8430, ../sass/_styles.scss */
  .fly-header .fly-header__search.open-search .header-search__form {
  display:block;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  /* line 8433, ../sass/_styles.scss */
  .fly-header .fly-header__search .header-search__form .input-group-btn:before {
    content: "\f002";
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    left: 10px;
    top: 5px;
  }
  /* line 8442, ../sass/_styles.scss */
  .fly-header .fly-header__search .header-search__form .input-group-btn .btn {
    font-size: 0;
    background: transparent;
    height: 40px;
    width: 40px;
    border-color: #a9a9a9;
    padding: 0;
    -webkit-border-bottom-right-radius: 4px;
       -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
       -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
  }
  /* line 8453, ../sass/_styles.scss */
  .fly-header .fly-header__search-close {
    display: block;
  }
}
@media (min-width: 1366px) {
  /* line 8459, ../sass/_styles.scss */
  .fly-header .fly-header__icons .dropdown-favorite {
    right: 26px;
  }
}
@media (min-width: 1506px) {
  /* line 8464, ../sass/_styles.scss */
  .fly-header-sticky-wrapper.is-sticky .fly-header, body.is--sidenav .fly-header {
    padding-left: 0;
  }
}

/* line 8471, ../sass/_styles.scss */
.fly-header-sticky-wrapper.is-sticky .top-menu,
body.is--sidenav .headline,
body.is--sidenav .top-menu {
  display: none;
}

/* Collection styles */
/* line 8478, ../sass/_styles.scss */
.rs-collection .products {
  margin-bottom: 40px;
}

/* line 8481, ../sass/_styles.scss */
.rs-collection-items {
  margin-top: 30px;
}

/* line 8486, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__pic {
  height: 110px;
  width: 100%;
  text-align: center;
}
/* line 8491, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__pic img {
  max-height: 110px;
  max-width: 100%;
  width: auto;
  display: inline-block;
}
/* line 8497, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__name {
  height: 36px;
  overflow: hidden;
}
/* line 8501, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__icons {
  position: absolute;
  right: 0;
  z-index: 4;
}
/* line 8507, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__basket-icon {
  position: relative;
  background: #fff;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  vertical-align: middle;
  line-height: 30px;
  padding: 5px;
  height: 40px;
  width: 40px;
  text-align: center;
}
/* line 8518, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__basket-icon:hover {
  background: #f0f0f0;
  color: #555 !important;
}
/* line 8523, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__basket-icon.inbasket {
  border-color: #ffe062;
}

/* /Collection styles */
/* line 8529, ../sass/_styles.scss */
.form-license-text {
  max-width: 420px;
}

/* line 1, ../sass/blocks/catalog/_brand.scss */
.brand {
  color: #222222;
}
/* line 4, ../sass/blocks/catalog/_brand.scss */
.brand__logo {
  display: inline-block;
  min-width: 100px;
  width: 150px;
}
/* line 10, ../sass/blocks/catalog/_brand.scss */
.brand__text {
  padding: 9.5px 0;
}
/* line 14, ../sass/blocks/catalog/_brand.scss */
.brand > .media-left {
  display: block;
  padding-right: 0;
}

@media (min-width: 740px) {
  /* line 22, ../sass/blocks/catalog/_brand.scss */
  .brand > .media-left {
    display: table-cell;
    padding-right: 19px;
  }
}
/* line 1, ../sass/blocks/_abc.scss */
.abc {
  line-height: 28.5px;
  margin-bottom: 19px;
}
/* line 9, ../sass/blocks/_abc.scss */
.abc__link {
  color: #222222;
  text-decoration: none;
}

@media (max-width: 739px) {
  /* line 24, ../sass/blocks/_abc.scss */
  .abc_row > .abc:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 740px) and (max-width: 1023px) {
  /* line 32, ../sass/blocks/_abc.scss */
  .abc_row > .abc:nth-child(3n + 1) {
    clear: both;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  /* line 40, ../sass/blocks/_abc.scss */
  .abc_row > .abc:nth-child(4n + 1) {
    clear: both;
  }
}
@media (min-width: 1366px) {
  /* line 48, ../sass/blocks/_abc.scss */
  .abc_row > .abc:nth-child(6n + 1) {
    clear: both;
  }
}

/*
.popup-window {
  @extend .fancybox-skin;
}
*/
/* line 9, ../sass/blocks/_popup.scss */
.popup-window.popup-window-with-titlebar {
  padding: 20px 24px 24px;
}
/* line 13, ../sass/blocks/_popup.scss */
.popup-window .popup-window-content {
  padding: 0;
}

/* line 18, ../sass/blocks/_popup.scss */
.popup-window-titlebar {
  border-bottom: 1px solid #e3e3e3;
}

/* line 24, ../sass/blocks/_popup.scss */
.popup-window-titlebar-text {
  color: #202020;
  display: inline;
  font: normal 18px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  padding: 0;
  position: relative;
  text-shadow: none;
}

/* line 35, ../sass/blocks/_popup.scss */
.popup-window-close-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 13px;
  height: 13px;
  background: transparent url("../images/fancybox/fancybox-close.png?v2") 0 0 no-repeat;
  cursor: pointer;
  z-index: 8040;
}

/* line 48, ../sass/blocks/_popup.scss */
.popup-window-buttons > .btn-primary {
  display: block;
}

/* line 55, ../sass/blocks/_popup.scss */
.bx-catalog-subscribe-form-container {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  padding-bottom: 20px;
  min-width: 300px;
}

/* line 61, ../sass/blocks/_popup.scss */
.bx-catalog-subscribe-form-container-label {
  font-weight: bold;
}

/*--DARKEN THEME--*/
/* line 2, ../sass/_invers_theme.scss */
.invers {
  background-color: #252525;
}
/* line 5, ../sass/_invers_theme.scss */
.invers .element,
.invers .element:hover,
.invers .element:active,
.invers .element:focus,
.invers .main-nav_wide .mainnav-sub .mainnav-sub .mainnav-sub__label {
  color: #ccc;
}
/* line 13, ../sass/_invers_theme.scss */
.invers .color .main-nav__label,
.invers .color .main-nav__label:hover,
.invers .color .main-nav__label:active,
.invers .color .main-nav__label:focus {
  color: #555;
}
/* line 20, ../sass/_invers_theme.scss */
.invers .footer-decor {
  -webkit-box-shadow: -1px 7px 120px 0 #000;
     -moz-box-shadow: -1px 7px 120px 0 #000;
          box-shadow: -1px 7px 120px 0 #000;
}
/* line 24, ../sass/_invers_theme.scss */
.invers .main-nav_wide .mainnav-sub__label {
  color: #fff;
}
/* line 28, ../sass/_invers_theme.scss */
.invers .mainnav-sub {
  background-color: #252525;
}
/* line 32, ../sass/_invers_theme.scss */
.invers .drop-panel,
.invers .products .item .in:hover,
.invers .category .item .in:hover {
  -webkit-box-shadow: 0 3px 5px #000;
     -moz-box-shadow: 0 3px 5px #000;
          box-shadow: 0 3px 5px #000;
}
/* line 38, ../sass/_invers_theme.scss */
.invers .mainnav-sub .mainnav-sub__decor-l {
  -webkit-box-shadow: -1px 0 3px #000;
     -moz-box-shadow: -1px 0 3px #000;
          box-shadow: -1px 0 3px #000;
}
/* line 42, ../sass/_invers_theme.scss */
.invers .mainnav-sub .mainnav-sub .mainnav-sub__decor-l {
  display: none;
}
/* line 46, ../sass/_invers_theme.scss */
.invers .mainnav-sub .mainnav-sub__decor-r {
  -webkit-box-shadow: -1px 0 3px #000;
     -moz-box-shadow: -1px 0 3px #000;
          box-shadow: -1px 0 3px #000;
}
/* line 50, ../sass/_invers_theme.scss */
.invers .main-nav_wide .main-nav__label {
  color: #ff0000;
}
/* line 54, ../sass/_invers_theme.scss */
.invers .products.showcase .item:hover .in {
  background-color: #252525;
}
/* line 58, ../sass/_invers_theme.scss */
.invers .widgets a:hover {
  border-color: #e2e2e2;
}
/* line 62, ../sass/_invers_theme.scss */
.invers .widgets a:hover {
  -webkit-box-shadow: 0 5px 5px #000;
     -moz-box-shadow: 0 5px 5px #000;
          box-shadow: 0 5px 5px #000;
}
/* line 66, ../sass/_invers_theme.scss */
.invers .drop-panel {
  background: #252525;
}
/* line 68, ../sass/_invers_theme.scss */
.invers .drop-panel a {
  color: #ccc;
}
/* line 71, ../sass/_invers_theme.scss */
.invers .drop-panel a:hover {
  background: rgba(204, 204, 204, 0.3);
  color: #ccc;
}
/* line 78, ../sass/_invers_theme.scss */
.invers .btn-button {
  color: #ccc;
}
/* line 81, ../sass/_invers_theme.scss */
.invers .btn-button:hover {
  background: #4d4d4d;
}
/* line 87, ../sass/_invers_theme.scss */
.invers .loss-menu-right.disabled .selected {
  border: 1px solid #555555;
}
/* line 90, ../sass/_invers_theme.scss */
.invers .loss-menu-right.disabled .selected i.fa {
  color: #555555;
}
/* line 94, ../sass/_invers_theme.scss */
.invers .loss-menu-right.disabled .selected:hover {
  background: #717171;
}
/* line 103, ../sass/_invers_theme.scss */
.invers .loss-menu-right .selected:hover {
  background: #575757;
}
/* line 106, ../sass/_invers_theme.scss */
.invers .loss-menu-right .selected i.fa {
  color: #8d8d8d;
}
/* line 109, ../sass/_invers_theme.scss */
.invers .loss-menu-right .selected i.fa:hover {
  color: #8d8d8d;
}
/* line 116, ../sass/_invers_theme.scss */
.invers .gui-radiobox, .invers .gui-checkbox {
  color: #ccc;
}
/* line 118, ../sass/_invers_theme.scss */
.invers .gui-radiobox .count, .invers .gui-checkbox .count {
  color: #555;
}
/* line 124, ../sass/_invers_theme.scss */
.invers .form .form-item {
  background: transparent;
  font-size: 13px;
  color: #a9a9a9;
  border: 1px solid #a9a9a9;
  padding: 10px;
  line-height: 20px;
  height: auto;
}
/* line 134, ../sass/_invers_theme.scss */
.invers .form .form-item:focus {
  color: #ffffff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/* line 140, ../sass/_invers_theme.scss */
.invers .form .form-item.disabled {
  border: 1px solid rgba(204, 204, 204, 0.3);
  color: #555555;
}
/* line 144, ../sass/_invers_theme.scss */
.invers .form .form-item.active {
  color: #ffffff;
  border: 1px solid #f5f5f5;
  border: 1px solid #555555;
}
/* line 149, ../sass/_invers_theme.scss */
.invers .form .form-item.error {
  background: #ffa8a8;
  color: #9b0000;
  border: 1px solid #9b0000;
}
/* line 154, ../sass/_invers_theme.scss */
.invers .form .form-item.succes {
  background: #87ff87;
  color: #008400;
  border: 1px solid #00cc00;
}
/* line 163, ../sass/_invers_theme.scss */
.invers .loss-menu-right .dropdown button {
  background: transparent;
  color: #ccc;
  border: 1px solid #ccc;
}
/* line 168, ../sass/_invers_theme.scss */
.invers .loss-menu-right .dropdown button:hover {
  background: #717171;
  color: #ccc;
  border: 1px solid #ccc;
}
/* line 176, ../sass/_invers_theme.scss */
.invers .loss-menu-right a.disabled:hover {
  background: transparent !important;
}
/* line 181, ../sass/_invers_theme.scss */
.invers .compare-line {
  color: #ccc;
  border: 1px solid #ccc;
}
/* line 188, ../sass/_invers_theme.scss */
.invers .owl-nav .prev:hover, .invers .owl-nav .next:hover {
  background: #717171;
  border: 1px solid #8d8d8d !important;
  cursor: pointer;
}
/* line 196, ../sass/_invers_theme.scss */
.invers .panel {
  background: transparent;
}
/* line 200, ../sass/_invers_theme.scss */
.invers .float-basket-order__arrow:before {
  border-right-color: #252525;
}

/*--/darken theme--*/
/*--COLOR TEXT--*/
/* line 208, ../sass/_invers_theme.scss */
.color .main-nav__label,
.invers .color .main-nav__label {
  color: #ff0000;
}
/* line 211, ../sass/_invers_theme.scss */
.color .main-nav__label:hover, .color .main-nav__label:active, .color .main-nav__label:focus,
.invers .color .main-nav__label:hover,
.invers .color .main-nav__label:active,
.invers .color .main-nav__label:focus {
  color: #ff0000;
}

/*--/color text--*/
/* PRESET 1 */
/* line 3, ../sass/_presets.scss */
.preset_2 .headline, .preset_5 .headline, .preset_8 .headline {
  background-color: rgba(204, 204, 204, 0.3);
}

/* line 9, ../sass/_presets.scss */
.preset_3 .headline, .preset_6 .headline, .preset_9 .headline {
  background-color: #202020;
}
/* line 13, ../sass/_presets.scss */
.preset_3 .headline a, .preset_6 .headline a, .preset_9 .headline a, .preset_3 .headline .headline-location, .preset_6 .headline .headline-location, .preset_9 .headline .headline-location, .preset_3 .authinhead .prom, .preset_6 .authinhead .prom, .preset_9 .authinhead .prom, .preset_3 .headline .fa, .preset_6 .headline .fa, .preset_9 .headline .fa {
  color: #ccc;
}
/* line 20, ../sass/_presets.scss */
.preset_3 .headline .popup_link:hover span, .preset_6 .headline .popup_link:hover span, .preset_9 .headline .popup_link:hover span {
  border-color: #ccc;
}
/* line 24, ../sass/_presets.scss */
.preset_3 .b-location-confirm a, .preset_6 .b-location-confirm a, .preset_9 .b-location-confirm a {
  color: #555;
}

/* line 31, ../sass/_presets.scss */
.preset_4 .top-menu, .preset_5 .top-menu, .preset_6 .top-menu {
  background-color: #ffe062;
  border-color: transparent;
}
/* line 37, ../sass/_presets.scss */
.preset_4 .top-menu .mainmenu > li > a:hover, .preset_5 .top-menu .mainmenu > li > a:hover, .preset_6 .top-menu .mainmenu > li > a:hover, .preset_4 .top-menu .mainmenu > li > a:focus, .preset_5 .top-menu .mainmenu > li > a:focus, .preset_6 .top-menu .mainmenu > li > a:focus {
  background-color: #ffda47;
}

/* line 55, ../sass/_presets.scss */
.preset_7 .mainmenu .mainmenu__root-item, .preset_8 .mainmenu .mainmenu__root-item, .preset_9 .mainmenu .mainmenu__root-item {
  border-right-color: rgba(204, 204, 204, 0.3);
}
/* line 58, ../sass/_presets.scss */
.preset_7 .mainmenu .mainmenu__root-item:nth-child(2), .preset_8 .mainmenu .mainmenu__root-item:nth-child(2), .preset_9 .mainmenu .mainmenu__root-item:nth-child(2) {
  border-left: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 76, ../sass/_presets.scss */
.side-light .mobile-menu-nav__element.__catalog.last, .side-dark .mobile-menu-nav__element.__catalog.last {
  border-bottom: 3px solid rgba(204, 204, 204, 0.3);
}
@media (min-width: 740px) {
  /* line 82, ../sass/_presets.scss */
  .is--sidenav.side-light .fly-header-wrap, .is--sidenav.side-dark .fly-header-wrap, .side-light .fly-header-wrap.__simple, .side-dark .fly-header-wrap.__simple {
    border-bottom: 3px solid #ffe062;
  }
}

@media (min-width: 740px) {
  /* line 93, ../sass/_presets.scss */
  .side-light .mobile-menu .inmenucompare .count, .side-light .mobile-menu .inmenufavorite .count {
    background-color: #ffe062;
    color: #555;
  }
  /* line 99, ../sass/_presets.scss */
  .side-light .mobile-menu .mobile-menu__personal {
    background: #fff;
  }
  /* line 103, ../sass/_presets.scss */
  .side-light .mobile-menu .mobile-menu__profile .text-fadeout:after {
    background-image: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  }
  /* line 111, ../sass/_presets.scss */
  .side-light .mobile-menu-nav__link.disabled {
    background-color: transparent;
  }
  /* line 115, ../sass/_presets.scss */
  .side-light .mobile-menu-nav__element .mobile-menu-nav__link {
    color: #969696;
    -webkit-transition: background .15s;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
  }
  /* line 119, ../sass/_presets.scss */
  .side-light .mobile-menu-nav__element .mobile-menu-nav__link:hover {
    background-color: #f2f2f2;
  }
  /* line 122, ../sass/_presets.scss */
  .side-light .mobile-menu-nav__element.__catalog .mobile-menu-nav__link {
    color: #202020;
  }
}

@media (min-width: 740px) {
  /* line 135, ../sass/_presets.scss */
  .side-dark .mobile-menu .inmenucompare .count, .side-dark .mobile-menu .inmenufavorite .count {
    background-color: #ffe062;
    color: #555;
  }
  /* line 140, ../sass/_presets.scss */
  .side-dark .mobile-menu, .side-dark .mobile-menu-nav__submenu, .side-dark .mobile-menu .mobile-menu__personal, .side-dark .mobile-menu .mobile-menu__userpersonal {
    background-color: #313139;
  }
  /* line 146, ../sass/_presets.scss */
  .side-dark .mobile-menu-nav__element .mobile-menu-nav__link, .side-dark .mobile-menu .mobile-menu__personal a {
    color: #969696;
    -webkit-transition: background .15s;
    -moz-transition: background .15s;
    -o-transition: background .15s;
    transition: background .15s;
  }
  /* line 151, ../sass/_presets.scss */
  .side-dark .mobile-menu-nav__element .mobile-menu-nav__link:hover {
    background: #45454c;
  }
  /* line 155, ../sass/_presets.scss */
  .side-dark .mobile-menu-nav__element.__catalog .mobile-menu-nav__link, .side-dark .mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list li a {
    color: #fff;
  }
  /* line 160, ../sass/_presets.scss */
  .side-dark .mobile-menu .mobile-menu__profile .text-fadeout:after {
    background-image: -webkit-linear-gradient(right, #313139, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(right, #313139, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(right, #313139, rgba(255, 255, 255, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(#313139), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, #313139, rgba(255, 255, 255, 0));
  }
}

@media (max-width: 1365px) {
  /*--PRODUCTS--*/
  /* line 4, ../sass/_styles_1620.scss */
  .products_table .products__prices-item {
    clear: right;
    margin-left: 0;
  }

  /*--/products--*/
  /*-- SMALLBANNERS-*/
  /* line 13, ../sass/_styles_1620.scss */
  .smallbanners__label {
    height: 180px;
  }
  /* line 17, ../sass/_styles_1620.scss */
  .smallbanners__name {
    font-size: 16px;
  }

  /*-- /smallbanners-*/
  /* line 23, ../sass/_styles_1620.scss */
  .product-recom-title {
    color: #202020;
    font-size: 24px;
    margin: 0;
    margin-top: 25px;
    padding: 0 0 15px;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../sass/_styles_1080.scss */
  .container {
    width: auto;
  }

  /* line 5, ../sass/_styles_1080.scss */
  .footer-block {
    margin-right: 0;
  }

  /* line 9, ../sass/_styles_1080.scss */
  .footer-block_subscribe {
    width: 100%;
  }

  /* line 13, ../sass/_styles_1080.scss */
  .footer-block_social {
    width: auto;
  }

  /* line 17, ../sass/_styles_1080.scss */
  .footer-contacts {
    padding-top: 0;
  }

  /* line 21, ../sass/_styles_1080.scss */
  .informer-menu {
    min-width: 700px;
  }

  /* line 26, ../sass/_styles_1080.scss */
  .informer-product:after {
    display: block;
  }

  /* line 33, ../sass/_styles_1080.scss */
  .inner-wrap-capcha__img {
    margin-bottom: 15px;
  }

  /* line 39, ../sass/_styles_1080.scss */
  .tooltip {
    left: 0;
  }

  /*--PRODUCTS--*/
  /* line 44, ../sass/_styles_1080.scss */
  .products {
    margin-bottom: 15px;
  }
  /* line 47, ../sass/_styles_1080.scss */
  .products_list .products__prices-item + .products__prices-item {
    display: none;
  }
  /* line 51, ../sass/_styles_1080.scss */
  .products_table .products__prices-item + .products__prices-item {
    display: none;
  }

  /*--/Products--*/
  /* line 57, ../sass/_styles_1080.scss */
  .sections-description {
    width: 66%;
  }

  /*--Widgets--*/
  /* line 64, ../sass/_styles_1080.scss */
  .widgets a > i {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 70, ../sass/_styles_1080.scss */
  .widgets a > span {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  /*--/Widgets--*/
  /*SHOP*/
  /* line 81, ../sass/_styles_1080.scss */
  .shops-filter {
    margin-top: 20px;
  }

  /* line 84, ../sass/_styles_1080.scss */
  .shops_list {
    margin-bottom: 20px;
  }

  /*/
  SHOP*/
  /*-- SMALLBANNERS-*/
  /* line 92, ../sass/_styles_1080.scss */
  .smallbanners__item:nth-child(6) ~ .smallbanners__item {
    width: 50%;
  }
  /* line 95, ../sass/_styles_1080.scss */
  .smallbanners__item:nth-child(6) ~ .smallbanners__item .smallbanners__info {
    right: auto;
    min-width: 61%;
    margin-right: 10px;
  }
  /* line 101, ../sass/_styles_1080.scss */
  .smallbanners__item_wide .smallbanners__info {
    right: 10px;
    width: auto;
  }
  /* line 106, ../sass/_styles_1080.scss */
  .smallbanners__name {
    font-size: 14px;
  }
  /* line 110, ../sass/_styles_1080.scss */
  .smallbanners__price {
    font-size: 12px;
  }

  /*-- /smallbanners-*/
  /*ISTORY*/
  /* line 118, ../sass/_styles_1080.scss */
  .timeline-item .timeline-body .image {
    height: 150px;
  }
  /* line 121, ../sass/_styles_1080.scss */
  .timeline-item .timeline-body .data {
    max-height: 100px;
  }
  /* line 124, ../sass/_styles_1080.scss */
  .timeline-item .timeline-body {
    height: 280px;
  }

  /* line 128, ../sass/_styles_1080.scss */
  .header-contacts {
    display: none;
  }

  /*/
  ISTORY*/
  /* line 133, ../sass/_styles_1080.scss */
  .product .stores .dropdown-menu {
    right: auto;
    left: 0;
  }

  /* line 138, ../sass/_styles_1080.scss */
  .reviews-bar .product-content__title {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 142, ../sass/_styles_1080.scss */
  .reviews-bar .form-panel {
    margin-top: 15px;
  }
}
@media (max-width: 739px) {
  /*--LAYOUT--*/
  /* line 2, ../sass/_styles_740.scss */
  .l-sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
    position: relative;
  }

  /* line 9, ../sass/_styles_740.scss */
  .l-content {
    float: none;
    width: 100%;
  }

  /* line 14, ../sass/_styles_740.scss */
  .l-container {
    margin-left: 0;
  }

  /*--/Layout--*/
  /* line 19, ../sass/_styles_740.scss */
  .dropdown_wide {
    position: static;
  }
  /* line 22, ../sass/_styles_740.scss */
  .dropdown_wide .dropdown-menu {
    width: 100%;
  }

  /* line 27, ../sass/_styles_740.scss */
  .container {
    width: auto;
  }

  /*--CATEGORY--*/
  /* line 32, ../sass/_styles_740.scss */
  .category {
    margin-left: -21px;
    margin-right: -21px;
  }
  /* line 36, ../sass/_styles_740.scss */
  .category__item {
    margin-bottom: -1px;
  }
  /* line 39, ../sass/_styles_740.scss */
  .category__item:hover .category__data {
    max-height: 80px;
  }

  /* line 44, ../sass/_styles_740.scss */
  .category.owl {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 49, ../sass/_styles_740.scss */
  .category.owl .category__item {
    margin-bottom: 15px;
  }

  /*--/category--*/
  /* line 55, ../sass/_styles_740.scss */
  .headline-call_simple {
    display: inline-block;
    padding-top: 0;
    padding-left: 10px;
  }
  /* line 60, ../sass/_styles_740.scss */
  .headline-download_simple {
    padding-left: 10px;
  }

  /* line 66, ../sass/_styles_740.scss */
  .loss-menu-right .count {
    top: -8px;
    right: -18px;
  }

  /*--main-nav--*/
  /* line 77, ../sass/_styles_740.scss */
  .main-nav .mainnav-sub {
    position: static;
  }
  /* line 80, ../sass/_styles_740.scss */
  .main-nav .dropdown-submenu > .mainnav-sub__label:after {
    display: none;
  }

  /* line 85, ../sass/_styles_740.scss */
  .main-nav_wide .mainnav-sub {
    white-space: normal;
  }

  /*--/main-nav--*/
  /* line 90, ../sass/_styles_740.scss */
  .sections-description {
    width: 100%;
    line-height: normal;
  }

  /*--PRODUCTS--*/
  /* line 96, ../sass/_styles_740.scss */
  .products {
    margin-left: -21px;
    margin-right: -21px;
  }
  /* line 100, ../sass/_styles_740.scss */
  .products_showcase .products__item {
    height: 239px;
    margin-bottom: -1px;
  }
  /* line 104, ../sass/_styles_740.scss */
  .products_showcase:not(.products_showcase-mob):not(.owlslider) .products__item.col.half:nth-child(2n+1) {
    padding-right: 0;
  }
  /* line 107, ../sass/_styles_740.scss */
  .products_showcase:not(.products_showcase-mob):not(.owlslider) .products__item.col.half:nth-child(2n) {
    padding-left: 0;
  }
  /* line 111, ../sass/_styles_740.scss */
  .products_showcase .products__in {
    min-height: 239px;
  }
  /* line 114, ../sass/_styles_740.scss */
  .products_showcase .products__item:hover .products__description, .products_showcase:not(.owlslider) .products__item:hover .products__description {
    display: none;
  }
  /* line 118, ../sass/_styles_740.scss */
  .products_showcase .products__item:hover .products__detail, .products_showcase:not(.owlslider) .products__item:hover .products__detail {
    display: none;
  }
  /* line 122, ../sass/_styles_740.scss */
  .products_showcase:not(.products_showcase-mob) .products__pic {
    height: 139px;
    line-height: 139px;
  }
  /* line 126, ../sass/_styles_740.scss */
  .products_showcase:not(.products_showcase-mob) .products__img {
    max-height: 139px;
  }
  /* line 130, ../sass/_styles_740.scss */
  .products_showcase .products__prices {
    height: 20px;
    margin-top: 10px;
  }
  /* line 134, ../sass/_styles_740.scss */
  .products_showcase .products__item:hover .products__prices, .products_showcase:not(.owlslider) .products__item:hover .products__prices {
    height: 20px;
  }
  /* line 139, ../sass/_styles_740.scss */
  .products_compact .products__data {
    height: auto;
    bottom: 13px;
  }
  /* line 143, ../sass/_styles_740.scss */
  .products_compact .products__item:hover .products__data {
    height: auto;
  }
  /* line 146, ../sass/_styles_740.scss */
  .products_compact .products__item_wide:hover .products__data {
    height: auto;
  }
  /* line 150, ../sass/_styles_740.scss */
  .products_showcase-mob .products__item {
    height: 330px;
  }
  /* line 154, ../sass/_styles_740.scss */
  .products_showcase-mob .products__in {
    min-height: 330px;
  }
  /* line 158, ../sass/_styles_740.scss */
  .products_list .products__col {
    height: auto;
  }
  /* line 162, ../sass/_styles_740.scss */
  .products_list .products__col_last {
    padding-left: 10px;
    border-left-width: 0;
    line-height: normal;
  }
  /* line 168, ../sass/_styles_740.scss */
  .products_list .products__pic {
    height: 80px;
    line-height: 80px;
  }
  /* line 173, ../sass/_styles_740.scss */
  .products_list .products__img {
    max-height: 80px;
  }
  /* line 177, ../sass/_styles_740.scss */
  .products_table .products__col {
    height: auto;
  }
  /* line 180, ../sass/_styles_740.scss */
  .products_table .products__col_last {
    text-align: left;
    line-height: normal;
  }
  /* line 184, ../sass/_styles_740.scss */
  .products_table .products__name {
    max-height: 38px;
    margin-bottom: 11px;
  }
  /* line 189, ../sass/_styles_740.scss */
  .products_table .products__prices-item {
    float: none;
    margin-left: 0;
  }

  /* line 195, ../sass/_styles_740.scss */
  .products.owlslider {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 200, ../sass/_styles_740.scss */
  .products.owlslider .products__item {
    margin-bottom: 15px;
  }

  /* line 204, ../sass/_styles_740.scss */
  .products.owlslider {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 209, ../sass/_styles_740.scss */
  .products_showcase .marks {
    display: none;
  }

  /* line 213, ../sass/_styles_740.scss */
  .views-products .loss-menu-right {
    display: none;
  }

  /* line 217, ../sass/_styles_740.scss */
  .views-products .loss-menu-right.active + .loss-menu-right {
    display: block;
    margin-right: 0;
  }

  /*--/products--*/
  /*Filter*/
  /* line 224, ../sass/_styles_740.scss */
  .rs_detail-pic_scroll .owl-dot {
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 10px !important;
       -moz-border-radius: 10px !important;
            border-radius: 10px !important;
    background: #555;
    border: none !important;
    float: left;
    margin: 0 2px;
  }
  /* line 233, ../sass/_styles_740.scss */
  .rs_detail-pic_scroll .owl-dot img {
    display: none;
  }

  /* line 237, ../sass/_styles_740.scss */
  .rs_detail-pic_scroll .owl-dot.active {
    background: #b2b2b2;
  }

  /* line 240, ../sass/_styles_740.scss */
  .aroundfilter {
    display: none;
  }

  /* line 243, ../sass/_styles_740.scss */
  .bx_filter_btn_color_icon {
    height: 50px;
    width: 50px;
  }

  /* line 247, ../sass/_styles_740.scss */
  .bx_filter_param_text {
    margin-top: 15px;
  }

  /* line 250, ../sass/_styles_740.scss */
  .bx_filter_search_reset {
    width: 100%;
    margin-bottom: -10px;
  }

  /* line 254, ../sass/_styles_740.scss */
  .bx_filter_search_button {
    width: 100%;
  }

  /*--/Filter*/
  /*SHOP*/
  /* line 260, ../sass/_styles_740.scss */
  .shops_list {
    margin-bottom: 20px;
  }

  /* line 263, ../sass/_styles_740.scss */
  blockquote {
    padding: 10px 0;
  }

  /*/
  SHOP*/
  /*ISTORY*/
  /* line 271, ../sass/_styles_740.scss */
  .timeline:before {
    background: transparent;
  }
  /* line 275, ../sass/_styles_740.scss */
  .timeline-item:nth-child(even) {
    position: relative;
    top: 0;
  }
  /* line 280, ../sass/_styles_740.scss */
  .timeline-item .timeline-body .image {
    height: auto;
  }
  /* line 283, ../sass/_styles_740.scss */
  .timeline-item .timeline-body .data {
    max-height: none;
    overflow: unset;
  }
  /* line 287, ../sass/_styles_740.scss */
  .timeline-item .timeline-body {
    height: auto;
  }

  /*/
  ISTORY*/
  /*REVIEWS*/
  /* line 295, ../sass/_styles_740.scss */
  .reviews .owl .reviews__info {
    width: auto;
  }

  /*/
  reviews*/
  /*SET*/
  /*.set .owl-stage {
    transform: translate3d(0px, 0px, 0px) !important;
    width: auto !important;
  }
  .set .owl-item {
    width: 100% !important;
  }
  .set-pic {
    float: left;
    height: auto;
  }
  .set-data {
      float: left;
  }
  .set-item {
    height: auto;
  }*/
  /* line 319, ../sass/_styles_740.scss */
  .product-buyblock {
    border: none;
  }

  /* line 322, ../sass/_styles_740.scss */
  .stores .dropdown-menu {
    border: medium none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    position: relative;
    width: 100%;
  }

  /* line 328, ../sass/_styles_740.scss */
  .stores .title {
    white-space: normal;
  }

  /* line 331, ../sass/_styles_740.scss */
  .stores .dropdown-menu {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
  }

  /* line 335, ../sass/_styles_740.scss */
  .stores .dropdown-menu-right {
    border: none !important;
  }

  /* line 338, ../sass/_styles_740.scss */
  .stores .amount {
    background: #fff none repeat scroll 0 0;
    padding: 2px 9px;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* line 345, ../sass/_styles_740.scss */
  .store-item {
    border-top: 1px solid #e1e1e1;
    position: relative;
  }

  /* line 351, ../sass/_styles_740.scss */
  .set .owl-item {
    width: 98% !important;
    margin-bottom: 10px;
    float: none !important;
    margin-right: 0 !important;
  }

  /* line 357, ../sass/_styles_740.scss */
  .set-pic {
    width: 40%;
    float: left;
  }

  /* line 361, ../sass/_styles_740.scss */
  .set-data {
    width: 60%;
    float: left;
  }

  /* line 365, ../sass/_styles_740.scss */
  .set-pic img {
    max-width: 80px !important;
    width: 100%;
  }

  /* line 369, ../sass/_styles_740.scss */
  .set .set-item {
    height: auto;
  }

  /* line 372, ../sass/_styles_740.scss */
  .set-name a {
    height: auto;
  }

  /* line 375, ../sass/_styles_740.scss */
  .remove {
    background: #fff;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
  }

  /* line 383, ../sass/_styles_740.scss */
  .set .owl-stage {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
    width: auto !important;
  }

  /*/
  SET*/
  /*-- SMALLBANNERS-*/
  /* line 393, ../sass/_styles_740.scss */
  .smallbanners__item:nth-child(6) ~ .smallbanners__item .smallbanners__info {
    right: 10px;
    min-width: auto;
    margin-right: 0;
  }
  /* line 399, ../sass/_styles_740.scss */
  .smallbanners__label {
    height: 150px;
  }

  /*-- /smallbanners-*/
  /*HEADER*/
  /* line 407, ../sass/_styles_740.scss */
  .header-cart {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 412, ../sass/_styles_740.scss */
  .header-logo a {
    line-height: 1.1;
  }

  /*HEADER*/
  /* line 417, ../sass/_styles_740.scss */
  .basketinhead {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
  }

  /* 404 */
  /* line 425, ../sass/_styles_740.scss */
  .errorpagein .errorcode {
    margin-top: 30px;
    font-size: 100px;
  }
  /* line 430, ../sass/_styles_740.scss */
  .errorpagein .errortext {
    position: relative;
    top: -20px;
    font-size: 25px;
  }

  /* /404 */
  /*--main-banners--*/
  /* line 439, ../sass/_styles_740.scss */
  .main-banners .rs-banners_infowrap {
    padding-left: 0;
  }

  /*--/main-banners--*/
}
/* line 23, ../sass/common.scss */
body {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  -o-transition: transform .3s, -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

/* line 26, ../sass/common.scss */
body #panel {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  z-index: 999;
}
.bd-gray{background: #efefef;height: 127px;}
#reviews_prod{
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 12px;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  body #reviews_prod {
    width: 100%;
  }
}
.reviews_product{
  position: relative !important;
  margin-left: 0 !important;
}
.rate_message{
  display: inline-block;
  padding-right: 15px;
  vertical-align: sub;
}
.date_review{
  padding-left: 20px;
}
.reviews_body{
  margin-top: 3%;
}
.owl-prev{
  position:absolute;
  top:50%;
  left:0;
  width:30px;
  height:30px;
  margin-top:-15px;
  line-height:30px;
}
.owl-next{
  position:absolute;
  top:50%;
  right:0;
  width:30px;
  height:30px;
  margin-top:-15px;
  line-height:30px;
}
.hidden_form_block{
  display: none;
}
.view_review_form{
  width: 60%;
  margin-left: 5%;
}
.form_block_rating{
  min-width: 270px;
}
.form_review_message{
  font-size: 20px;
  margin-top: 10px;
  margin-left: 20px;
}
.total_rating_product{
  margin-top: -0.6%;
  margin-left:1%;
}
#section-sort-form{
  margin-left: 1%;
  margin-bottom: 1%;
}
h2{
  font-size: 23px!important;
}
h3{
  font-size: 19px!important;
}
.fly-header__logo a.tel {
  display: none;
}
.footer-logo.separator a.tel {
  display: none;
}
.fly-header__search .wa {
  display: none;
}
@media (max-width: 739px) { 
  .marquiz-pops {
    top: 105px!important;
  }
  .fly-header__logo a {
     display: block;
  }
  .fly-header__logo a.tel {
    display: block;
    color: #666699;
    font-size: 16px;
 }
 .fly-header__search .wa {
    text-align: center;
    width: 100%;
    display: block;
  }
  .fly-header__search .wa svg {
    margin-top: 10px;
  }
}

@media (max-width: 500px){
  .owl-stage-outer {
    /* padding-top: 50px; */
  }

  .main-banners {
    margin: 0 0 20px 0;
  }

  .maincontent h1 {
    padding: 0 0 18px 0;
  }

  .maincontent .owl-carousel.features {
    display: none;
  }

  /*.main-banners .rs-banners .rs-banners_banner,
  .main-banners .rs-banners-sidebanner,
  .main-banners .rs_banner-preloader {
    height: auto;
    aspect-ratio: 1600 / 344;
  }*/

  .smallbanners {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .smallbanners .smallbanners__item {
    float: none;
  }

  .smallbanners__item_wide .smallbanners__label {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .smallbanners__item_wide .smallbanners__img {
    position: static;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 229 / 180;
    flex-shrink: 0;
  }

  .smallbanners__item_wide .smallbanners__info {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    min-width: unset;
    margin-right: 0;
    text-align: center;
    flex-grow: 1;
  }
  .smallbanners__item_wide .smallbanners__price {
    display: none;
  }
}

.menu-section-id-162 > .mainmenu__submenu {
  columns: 2;
  max-height: calc(100dvh - 288px);
  width: 550px;
  min-height: 400px;
}

.menu-section-id-162 .mainmenu__submenu-item.lvl2 {
  break-inside: avoid;
}

.product-buyblock .loss-menu-right.loss-menu-right_last.quantity-block,
.product-params__brand {
  display: none;
}

.product-params__rating {
  padding-left: 5px;
}

.openPBCredits a.btn {
  display: none;
}

.products__in .add2basketform .pull-left,
.products__in .add2basketform .pull-left.quantity-block {
  display: none!important;
}

.price-discount-string:empty {
  display: none;
}

.price-discount-string:not(:empty) {
  font-size: 14px;
  line-height: 1.2;
  padding-top: 10px;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media (max-width: 500px) {
  h1,
  .h1 {
    font-size: 22px;
  }

  .product-detail {
    display: none;
  }

  .h1_mobile {
    display: block;
    border: none;
    padding: 0;
    text-align: left;
  }

  .product {
    margin-top: 0;
  }

  .product-detail-carousel__bottom {
    width: 100%;
  }

  .product-buyblock form.add2basketform > button,
  .product-buyblock .product-buyblock__buy1click {
    margin-right: 0;
    width: 100%;
  }

  body .product-description .product-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  body .product-description .product-box .product-params {
    order: 1;
    padding-top: 0;
    margin-bottom: 5px;
    margin-left: 3px;
  }

  body .product-description .product-box .h1 {
    order: 2;
  }

  body .product-description .product-box .product-code {
    order: 3;
    font-style: normal;
    font-weight: 600;
    color: #202020;
  }

  body .product-description .product-box .product-code span {
    color: #999999;
    font-weight: 400;
    margin-left: 5px;
  }

  .product .product-description .products__prices {
    padding-top: 0;
  }
}

@media (max-width: 400px) {
  h1,
  .h1 {
    font-size: 20px;
  }
}




.rs-banners_background {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease; /* Плавное переключение фонов */
}

/* Мобильная версия */
@media (max-width: 767px) {
    .rs-banners_background {
        background-image: var(--mobile-bg, var(--desktop-bg)) !important;
    }
}

.catalog-element-popup-info .catalog-element-popup-element{
text-wrap: nowrap;
}

.marquiz-pops {
	z-index: 999 !important;
}