/*--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--*/
@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: 1619px) {
  /* line 3, ../sass/base/_type.scss */
  .text-left-md {
    text-align: left !important;
  }
}
@media (min-width: 1620px) {
  /* 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;
}

/*--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 {
  margin: 0 0 22px;
  padding: 0 0 30px;
  border-bottom: 2px solid #ffe062;
  color: #202020;
  font: 30px/30px Arial, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

/* line 34, ../sass/_reset.scss */
h2 {
  margin: 0 0 30px;
  color: #202020;
  font: 18px/19px Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

/* 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: 11px 25px;
  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,
textarea.form-control {
  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 7, ../sass/_classes.scss */
.breadcrumb > li + li:before {
  color: #8d8d8d;
  content: "\f105";
  font: 14px/1 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  position: static;
}
/* line 16, ../sass/_classes.scss */
.breadcrumb > li:first-child:before {
  display: none;
}
/* line 20, ../sass/_classes.scss */
.breadcrumb > li > a {
  color: #999;
}
/* line 23, ../sass/_classes.scss */
.breadcrumb > li > a:active, .breadcrumb > li > a:focus, .breadcrumb > li > a:hover {
  color: #999;
}

/* line 32, ../sass/_classes.scss */
.col-left {
  padding-left: 0;
}

/* line 35, ../sass/_classes.scss */
.col-right {
  padding-right: 0;
}

/* line 42, ../sass/_classes.scss */
.element {
  color: #555;
}
/* line 44, ../sass/_classes.scss */
.element:active, .element:focus, .element:hover {
  color: #555;
}

/* line 51, ../sass/_classes.scss */
.container {
  width: auto;
  max-width: 1620px;
}

/* line 56, ../sass/_classes.scss */
.separator {
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

/* line 60, ../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 64, ../sass/_classes.scss */
.paginator {
  text-align: center;
}
/* line 67, ../sass/_classes.scss */
.paginator__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 13px;
  line-height: 20px;
}
/* line 78, ../sass/_classes.scss */
.paginator__item:first-child {
  margin-right: 25px;
}
/* line 81, ../sass/_classes.scss */
.paginator__item:last-child {
  margin-left: 25px;
}
/* line 85, ../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 93, ../sass/_classes.scss */
.paginator__label:hover {
  background: #f0f0f0;
  text-decoration: none;
}
/* line 99, ../sass/_classes.scss */
.paginator__item_active .paginator__label {
  border-color: #ffe062;
}
/* line 103, ../sass/_classes.scss */
.paginator__item_disabled .paginator__label {
  border-color: #d4d4d4;
}

/*--/classes--*/
/*--INFORMER--*/
/* line 110, ../sass/_classes.scss */
.informer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 121, ../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 130, ../sass/_classes.scss */
.informer__bar_fix {
  position: fixed;
  top: 0;
  left: 0;
}
/* line 136, ../sass/_classes.scss */
.informer-status {
  margin: 0 0 8px;
  color: #fff;
  font-size: 14px;
}
/* line 141, ../sass/_classes.scss */
.informer-status:first-letter {
  text-transform: uppercase;
}
/* line 145, ../sass/_classes.scss */
.informer-product {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 59%;
  overflow: hidden;
  white-space: nowrap;
}
/* line 152, ../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 166, ../sass/_classes.scss */
.informer-switcher {
  color: #ccc;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  font-size: 12px;
}
/* line 171, ../sass/_classes.scss */
.informer-switcher:active, .informer-switcher:focus, .informer-switcher:hover {
  color: #fefefe;
  text-decoration: none;
  border-bottom-color: #fefefe;
}
/* line 180, ../sass/_classes.scss */
.informer-icon {
  display: inline-block;
  margin: 0 -13px 0 0;
  color: #ccc;
}
/* line 188, ../sass/_classes.scss */
.informer-dropdown.open .informer-icon_down {
  display: none;
}
/* line 192, ../sass/_classes.scss */
.informer-icon_up {
  display: none;
}
/* line 196, ../sass/_classes.scss */
.informer-dropdown.open .informer-icon_up {
  display: inline-block;
}
/* line 200, ../sass/_classes.scss */
.informer-close {
  margin: 13px 0 0 20px;
  color: #fff;
  text-decoration: underline;
}
/* line 204, ../sass/_classes.scss */
.informer-close:hover {
  color: #fff;
  text-decoration: none;
}
/* line 210, ../sass/_classes.scss */
.informer-menu {
  margin: 12px 0 0;
  padding: 19px 10px 28px;
  min-width: 810px;
}
/* line 214, ../sass/_classes.scss */
.informer-menu:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 90px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
}
/* line 226, ../sass/_classes.scss */
.informer_unactive .informer-menu {
  display: none;
}
/* line 230, ../sass/_classes.scss */
.informer_unactive .informer-icon {
  visibility: hidden;
}
/* line 233, ../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 241, ../sass/_classes.scss */
.informer_unactive .count {
  color: #ff0000;
}

/* line 249, ../sass/_classes.scss */
.compare_hidden .informer__bar {
  top: -70px;
}

/*--/informer--*/
/*--FANCYBOX--*/
/* line 255, ../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 263, ../sass/_classes.scss */
.fancybox-close:hover {
  opacity: 0.8;
}

/*--/fancybox--*/
/*--OWL-NAV--*/
/* line 270, ../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 277, ../sass/_classes.scss */
.owl-nav .prev span:before {
  font-size: 21px;
}
/* line 281, ../sass/_classes.scss */
.owl-nav .prev:hover {
  background: #F0F0F0;
  border: 1px solid #a9a9a9 !important;
  cursor: pointer;
}
/* line 287, ../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 295, ../sass/_classes.scss */
.owl-nav .next span:before {
  font-size: 21px;
}
/* line 299, ../sass/_classes.scss */
.owl-nav .next:hover {
  background: #F0F0F0;
  border: 1px solid #a9a9a9 !important;
  cursor: pointer;
}
/* line 306, ../sass/_classes.scss */
.owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
}

/* line 312, ../sass/_classes.scss */
.owl-nav div span {
  font: 14px/1 "FontAwesome";
}

/* line 317, ../sass/_classes.scss */
.owl-nav .prev span:before {
  content: "\f104";
}

/* line 323, ../sass/_classes.scss */
.owl-nav .next span:before {
  content: "\f105";
}

/*--/owl-nav--*/
/*OWL ITEM*/
/* line 330, ../sass/_classes.scss */
.owl-carousel {
  margin: 0;
  display: none;
  position: relative;
  width: auto;
  z-index: 1;
}
/* line 337, ../sass/_classes.scss */
.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative;
}
/* line 341, ../sass/_classes.scss */
.owl-carousel .owl-item {
  float: left;
  min-height: 1px;
  position: relative;
}
/* line 346, ../sass/_classes.scss */
.owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
/* line 352, ../sass/_classes.scss */
.owl-carousel .owl-stage::after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/* line 361, ../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";
}

.header-contacts .fa.fa-phone {
  font-size: 22px;
  margin-top: 4px;
}

.header-contacts .fa.fa-phone:before {
  content: "\f095";
}

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

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

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

/* 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: 30px 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 60px;
  color: #555;
}
.about_1 {
  margin: 0 0 0px;
  color: #555;
}
.about_my {
  background: #ebebeb;
}
/* line 49, ../sass/_styles.scss */
.about-img img {
  max-width: 100%;
}
/* line 53, ../sass/_styles.scss */
.about .about-more {
  /*margin: 6px 0 10px;*/
}
.about_text {
  color: #555;
}
/*--/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;
}
/* 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;
  text-decoration: none;
}
/* 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 {

  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 60px;
}
/* line 401, ../sass/_styles.scss */
.features.owl {
  display: block;
  min-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: 21px 10px 21px 30px;
  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: 25%;
  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;
}

.features1 .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;
  font-size: 15px;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* 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: center;
}
.footer-block_contacts {
  width: 17%;
}

/* line 511, ../sass/_styles.scss */
.social_icons a {
  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: 20px 0;
  background-color: #FBFBFB;
}

/* line 544, ../sass/_styles.scss */
.footer-copy__block {
  vertical-align: middle;
  margin: 5px;
}

/*--Footer--*/
/*--loss-menu--*/
/* line 552, ../sass/_styles.scss */
.loss-menu-right {
  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 .fa-angle-down {
  display: none;
}
/* line 584, ../sass/_styles.scss */
.loss-menu-right .fa-angle-up {
  display: none;
}
/* line 587, ../sass/_styles.scss */
.loss-menu-right .dropdown.open .fa-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_little {
  background: none;
}
/* line 624, ../sass/_styles.scss */
.loss-menu-right .selected i.fa.showcase_little:before {
  content: "\f00a";
}
/* 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 {
  display: inline-block;
  float: right;
  margin-right: 20px;
}

/* 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 38px;
}
/* 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--*/
/*--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: calc(50% - 11px);
  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;
  margin-left: -10px;
}
/* line 1355, ../sass/_styles.scss */
.smartfilter .bx_ui_slider_handle.right {
  right: 0;
  margin-right: -10px;
}
/* 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 1456, ../sass/_styles.scss */
.products {
  margin-bottom: 50px;
}
/* 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: #999;
  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: 377px;
}
/* line 1521, ../sass/_styles.scss */
.products_showcase .products__in {
  min-height: 245px;
  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;
}
.products_showcase .products_prices_buy_block {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  height: 50px;
  max-height: 217px;
  overflow: hidden;
}
.products_showcase .products__prices {
  display: inline-block;
  margin: 0;
}
.products_showcase .btn-buy {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
}
/* 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;*/
  /*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 10px;
}
/* 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_last {
  line-height: 80px;
}
/* line 1710, ../sass/_styles.scss */
.products_table .products__img {
  max-height: 80px;
}
/* line 1714, ../sass/_styles.scss */
.products_table .products__name {
  max-height: 17px;
  overflow: hidden;
  margin-bottom: 4px;
}
/* line 1720, ../sass/_styles.scss */
.products_table .products__description {
  max-height: 37px;
  margin: 0 0 7px;
  overflow: hidden;
}
/* line 1726, ../sass/_styles.scss */
.products__col-prices {
  overflow: hidden;
}
/* line 1730, ../sass/_styles.scss */
.products_table .products__prices-item {
  float: right;
  margin: 20px 0 0 40px;
  text-align: left;
}
/* line 1734, ../sass/_styles.scss */
.products_table .products__prices-item.__discount {
  margin-top: 7px;
}
/* line 1738, ../sass/_styles.scss */
.products_table .products__prices-item:nth-child(3) {
  margin-left: 0;
}
/* line 1741, ../sass/_styles.scss */
.products_table .products__prices-item:nth-child(3) + .products__prices-item {
  display: none;
}
/* line 1747, ../sass/_styles.scss */
.products_category .products__item {
  height: 340px;
}
/* line 1751, ../sass/_styles.scss */
.products_category .products__in {
  min-height: 340px;
}
/* line 1755, ../sass/_styles.scss */
.products_category .products__label {
  color: #555;
}
/* line 1757, ../sass/_styles.scss */
.products_category .products__label:hover {
  text-decoration: none;
}
/* line 1762, ../sass/_styles.scss */
.products_category .products__data {
  padding-bottom: 15px;
  bottom: 0;
  height: auto;
  min-height: 100px;
  max-height: 100px;
}
/* line 1769, ../sass/_styles.scss */
.products_category .products__item:hover .products__data {
  height: auto;
  max-height: 345px;
}
/* line 1774, ../sass/_styles.scss */
.products_category .products__name {
  height: 54px;
}
/* line 1776, ../sass/_styles.scss */
.products_category .products__name:hover {
  text-decoration: underline;
}
/* line 1780, ../sass/_styles.scss */
.products_category .products__item:hover .products__name {
  height: auto;
}
/* line 1784, ../sass/_styles.scss */
.products_category .products__description {
  display: block;
  max-height: 20px;
  overflow: hidden;
}
/* line 1789, ../sass/_styles.scss */
.products_category .products__item:hover .products__description {
  max-height: 225px;
  font-size: 12px;
}

/* line 1795, ../sass/_styles.scss */
.products.owlslider .owl-item .products__img {
  display: inline;
}

/* line 1799, ../sass/_styles.scss */
.products-new .products {
  margin-bottom: 20px;
}

/* line 1803, ../sass/_styles.scss */
.products-new .products-owl-new .owl-item {
  padding: 1px;
}

/* line 1807, ../sass/_styles.scss */
.informer-products {
  max-height: 314px;
  padding: 0 0 9px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 1814, ../sass/_styles.scss */
.buttons-section {
  margin: 6px 0 15px;
}

/* line 1818, ../sass/_styles.scss */
.quantity-wrapper {
  margin: 0 0 11px;
}

/* line 1822, ../sass/_styles.scss */
.bx-catalog-subscribe-button {
  color: #9b0000;
  cursor: pointer;
  font-style: italic;
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}
/* line 1830, ../sass/_styles.scss */
.bx-catalog-subscribe-button:hover {
  text-decoration: underline;
}
/* line 1834, ../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 1843, ../sass/_styles.scss */
.quantity-block {
  display: none;
}
/* line 1845, ../sass/_styles.scss */
.usequantity .quantity-block {
  display: block;
}

/* line 1850, ../sass/_styles.scss */
.compare-wrapper {
  margin: 0 0 8px;
}

/* line 1854, ../sass/_styles.scss */
.identifer {
  font-size: 11px;
  font-style: italic;
}

/*--/Products--*/
/*--PRICES--*/
/* line 1861, ../sass/_styles.scss */
.prices {
  margin: 0 0 5px;
}
/* line 1863, ../sass/_styles.scss */
.prices:last-child {
  margin-bottom: 0;
}
/* line 1866, ../sass/_styles.scss */
.prices__title {
  min-height: 12px;
  font-size: 11px;
  line-height: 12px;
  font-style: italic;
}
/* line 1872, ../sass/_styles.scss */
.prices__values {
  display: flex;
  vertical-align: top;
  line-height: 19px;
}
/* line 1878, ../sass/_styles.scss */
.prices__values_simple {
  min-height: auto;
}
/* line 1881, ../sass/_styles.scss */
.prices__val_old {
  font-size: 16px;
  text-decoration: line-through;
  color: #666;
  margin-right: 5px;
}
/* line 1886, ../sass/_styles.scss */
.prices__val_cool {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.product-description .prices__val_cool {
  font-size: 25px;
}
/* line 1891, ../sass/_styles.scss */
.prices__val_new {
  color: #9d0000;
}
/* line 1894, ../sass/_styles.scss */
.prices__val_normal {
  font-size: 16px;
  font-weight: normal;
  color: #555;
}

/*--/prices--*/
/*--STORES--*/
/* line 1903, ../sass/_styles.scss */
.stores {
  white-space: nowrap;
}
/* line 1906, ../sass/_styles.scss */
.stores .stores-label {
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  margin-right: 5px;
  white-space: normal;
}
/* line 1913, ../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 1922, ../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 1932, ../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 1944, ../sass/_styles.scss */
.stores .stores-icon.stores-small:before {
  background-color: #ff3535;
  border-color: #ff3535;
}
/* line 1949, ../sass/_styles.scss */
.stores .stores-icon.stores-full {
  background-color: #058a5d;
  border-color: #058a5d;
}
/* line 1952, ../sass/_styles.scss */
.stores .stores-icon.stores-full:before {
  background-color: #058a5d;
  border-color: #058a5d;
}
/* line 1956, ../sass/_styles.scss */
.stores .stores-icon.stores-full:after {
  background-color: #058a5d;
  border-color: #058a5d;
}
/* line 1961, ../sass/_styles.scss */
.stores .stores-icon.stores-mal {
  background-color: #FFDA47;
  border-color: #FFDA47;
}
/* line 1964, ../sass/_styles.scss */
.stores .stores-icon.stores-mal:before {
  background-color: #FFDA47;
  border-color: #FFDA47;
}
/* line 1969, ../sass/_styles.scss */
.stores table {
  width: 100%;
}
/* line 1972, ../sass/_styles.scss */
.stores .genamount {
  text-transform: capitalize;
}

/*--/stores--*/
/*--Widgets--*/
/* line 1980, ../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 1988, ../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 1992, ../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 2003, ../sass/_styles.scss */
.widgets a > span {
  display: block;
  float: left;
  width: 142px;
  font-size: 13px;
}
/* line 2010, ../sass/_styles.scss */
.widgets .widget1,
.widgets .widget3,
.widgets .widget4 {
  line-height: 41px;
}

/*--/Widgets--*/
/*--SPINNER--*/
/* line 2019, ../sass/_styles.scss */
.area2darken {
  opacity: 0.6;
  position: relative;
}

/* line 2023, ../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 2041, ../sass/_styles.scss */
.products_showcase .products__item.area2darken {
  opacity: 1;
}
/* line 2043, ../sass/_styles.scss */
.products_showcase .products__item.area2darken .products__in {
  position: relative;
}
/* line 2045, ../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 2091, ../sass/_styles.scss */
.headline {
  border-bottom: 1px solid #f5f5f5;
  text-align: right;
  padding-top: 1px;
  line-height: 46px;
  position: relative;
  z-index: 102;
}
/* line 2099, ../sass/_styles.scss */
.headline a {
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
}
/* line 2103, ../sass/_styles.scss */
.headline a:hover {
  text-decoration: underline;
}
/* line 2109, ../sass/_styles.scss */
.headline-contact__phone {
  padding-right: 50px;
  color: #555;
}
/* line 2112, ../sass/_styles.scss */
.headline-contact__phone .fa.fa-phone:before {
  content: "\f003";
  top: 1px;
  left: -5px;
  position: relative;
}
/* line 2119, ../sass/_styles.scss */
.headline-contact__mail {
  padding-right: 50px;
  color: #555;
}
/* line 2122, ../sass/_styles.scss */
.headline-contact__mail .fa.fa-envelope-o:before {
  content: "\f095";
  top: 1px;
  left: -5px;
  position: relative;
}
/* line 2131, ../sass/_styles.scss */
.headline-call {
  background-repeat: no-repeat;
  background-position: 129px center;
  color: #555;
  padding: 13px 10px 12px 50px;
}
/* line 2138, ../sass/_styles.scss */
.headline-call_simple {
  padding-left: 0;
}
/* line 2142, ../sass/_styles.scss */
.headline-download {
  padding: 10px 10px 10px 50px;
}
/* line 2146, ../sass/_styles.scss */
.headline-location {
  color: #555;
  padding-right: 170px;
}
/* line 2150, ../sass/_styles.scss */
.headline-location__sity {
  color: #555;
}
/* line 2153, ../sass/_styles.scss */
.headline-location__sity span {
  padding-right: 3px;
}
/* line 2157, ../sass/_styles.scss */
.headline-location__form {
  display: inline-block;
}
/* line 2160, ../sass/_styles.scss */
.headline-location__list {
  position: absolute;
  right: 0;
  left: auto;
  z-index: 110;
  min-width: 150px;
}
/* line 2166, ../sass/_styles.scss */
.headline-location__list a {
  display: block;
}
/* line 2168, ../sass/_styles.scss */
.headline-location__list a input {
  display: none;
}
/* line 2171, ../sass/_styles.scss */
.headline-location__list a label {
  font-weight: normal;
}
/* line 2173, ../sass/_styles.scss */
.headline-location__list a label:hover {
  cursor: pointer;
}

/* line 2182, ../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 2190, ../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 2199, ../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 2210, ../sass/_styles.scss */
.header-logo a {
  display: inline-block;
  line-height: 100px;
}
/* line 2213, ../sass/_styles.scss */
.header-logo a:hover {
  text-decoration: none;
}
/* line 2217, ../sass/_styles.scss */
.header-logo__company {
  color: #ccc;
  display: block;
  font-size: 20px;
  padding-bottom: 3px;
  padding-left: 57px;
}
/* line 2224, ../sass/_styles.scss */
.header-logo__product {
  color: #555;
  display: block;
  font-size: 18px;
  padding-top: 3px;
  text-align: right;
}
/* line 2233, ../sass/_styles.scss */
.header-slogan {
  font-size: 17px;
  padding: 27px 10px;
  color: #555;
}
/* line 2239, ../sass/_styles.scss */
.header-contacts {
  color: #333;
  padding: 20px 25px;
  float: left;
  margin-right: 35px;
}
/* line 2245, ../sass/_styles.scss */
.header-contacts__phone {
  text-align: left;
  float: right;
  font-size: 18px;
  font-weight: 700;
}

.header-contacts__call {
  font-size: 13px;
  margin-top: 4px;
}
.footer-block_contacts .header-contacts__phone {
  float: none;
  color: #333;
}
.footer-block_contacts .header-contacts__call {
  display: none;
}
/* line 2251, ../sass/_styles.scss */
.header-search {
  max-width: 60%;
  float: left;
}
/* line 2255, ../sass/_styles.scss */
.header-search__form {
  padding-top: 27px;
}
/* line 2258, ../sass/_styles.scss */
.header-search__form input[type="submit"] {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 3;
}
/* line 2263, ../sass/_styles.scss */
.header-search__form input[type="text"] {
  min-width: 120px;
}
/* line 2267, ../sass/_styles.scss */
.header-search .search-mobile {
  display: none;
  margin-right: 0;
  text-align: right;
  padding-right: 20px;
}
/* line 2275, ../sass/_styles.scss */
.header-cart {
  padding: 27px 0;
}

/* line 2282, ../sass/_styles.scss */
.header.head_type1 .header-search .loss-menu-right {
  display: none;
}
/* line 2290, ../sass/_styles.scss */
.header.head_type1 .top-menu .main-nav-other__menu {
  padding: 18px 12px;
  font-size: 21px;
  font-weight: bold;
}
/* line 2296, ../sass/_styles.scss */
.header.head_type1 .top-menu .main-nav-other.invisible {
  float: right;
}
/* line 2300, ../sass/_styles.scss */
.header.head_type1 .top-menu .dropdown-menu-right {
  top: 51px;
}

/* line 2306, ../sass/_styles.scss */
.header.head_type2 {
  padding-bottom: 10px;
}
/* line 2309, ../sass/_styles.scss */
.header.head_type2 .header-logo img {
  max-width: 230px;
  width: 100%;
}
/* line 2314, ../sass/_styles.scss */
.header.head_type2 .header-search {
  float: right;
  position: relative;
  margin: 27px 0 0 30px;
  top: 1px;
}
/* line 2319, ../sass/_styles.scss */
.header.head_type2 .header-search a {
  width: 38px;
}
/* line 2322, ../sass/_styles.scss */
.header.head_type2 .header-search .loss-menu-right {
  margin-right: 0;
}
/* line 2325, ../sass/_styles.scss */
.header.head_type2 .header-search__form {
  position: absolute;
  top: 20px;
  right: 0;
  display: none;
  padding-right: 0;
}
/* line 2332, ../sass/_styles.scss */
.header.head_type2 .header-search__form input[type="text"] {
  min-width: 230px;
}
/* line 2338, ../sass/_styles.scss */
.header.head_type2 .top-menu {
  border: 1px solid rgba(204, 204, 204, 0.3);
  margin-top: 28px;
}
/* line 2343, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav__label {
  padding: 11px 14px;
}
/* line 2347, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav-other__menu {
  padding: 11px 9px;
  color: #bababa;
  font-size: 21px;
  font-weight: bold;
}
/* line 2354, ../sass/_styles.scss */
.header.head_type2 .top-menu .main-nav-other.invisible {
  float: right;
}
/* line 2360, ../sass/_styles.scss */
.header.head_type2 .dropdown-menu-right {
  top: 37px;
}
/* line 2364, ../sass/_styles.scss */
.header.head_type2 .navbar-collapse {
  padding: 0;
}

/* line 2369, ../sass/_styles.scss */
.header-contacts {
  line-height: 1.2;
}

/* line 2375, ../sass/_styles.scss */
.top-menu .main-nav__item.invisible {
  display: none;
}
/* line 2378, ../sass/_styles.scss */
.top-menu .main-nav-other.dropdown {
  float: right;
  text-align: right;
  position: relative;
}
/* line 2384, ../sass/_styles.scss */
.top-menu .main-nav-other:hover ul.dropdown-menu-right {
  display: block !important;
}
/* line 2390, ../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 2402, ../sass/_styles.scss */
.top-menu .dropdown-menu-right li.other_li a.main-nav__label {
  color: #555;
  padding: 10px 27px;
  display: block;
}
/* line 2406, ../sass/_styles.scss */
.top-menu .dropdown-menu-right li.other_li a.main-nav__label:hover {
  background: #F0F0F0;
  text-decoration: none;
}

/* line 2415, ../sass/_styles.scss */
.padding-no {
  padding: 0;
}

/* line 2419, ../sass/_styles.scss */
.form .webform .label-wrap, .bx-catalog-subscribe-form-container-label {
  color: #999;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
}

/* line 2427, ../sass/_styles.scss */
.form__title {
  padding: 0 0 25px;
  margin: 0 0 20px;
  color: #202020;
  font-size: 18px;
}
/* line 2434, ../sass/_styles.scss */
.form__title_simple {
  padding-bottom: 5px;
}
/* line 2439, ../sass/_styles.scss */
.form .webform .field {
  padding-bottom: 15px;
}
/* line 2445, ../sass/_styles.scss */
.form .webform-button {
  color: #555;
  float: right;
}
/* line 2451, ../sass/_styles.scss */
.form__text {
  display: inline-block;
  margin-top: 10px;
}
/* line 2457, ../sass/_styles.scss */
.form-capcha__text {
  font-weight: normal;
}
/* line 2461, ../sass/_styles.scss */
.form-capcha__reload {
  display: inline-block;
  padding-left: 10px;
  padding-top: 7px;
}
/* line 2468, ../sass/_styles.scss */
.form .required {
  color: #ff0000;
  font-size: 15px;
}

/*body .fancybox-inner {
		overflow: hidden !important;
	}*/
/* line 2478, ../sass/_styles.scss */
.navbar-toggle-hide {
  display: none;
}

/* line 2484, ../sass/_styles.scss */
.locationbig .items .item {
  float: left;
  width: 25%;
  padding: 5px 0;
}
/* line 2490, ../sass/_styles.scss */
.locationbig .title {
  padding: 12px 0;
}
/* line 2493, ../sass/_styles.scss */
.locationbig .bx-ui-sls-route {
  display: none;
}

/* line 2499, ../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 2508, ../sass/_styles.scss */
.cominput.field input[type="text"]:focus {
  color: #555;
  border: 1px solid #555;
}

/* line 2515, ../sass/_styles.scss */
.top-menu.menu_left {
  display: inline-block;
  float: right;
}

/* line 2520, ../sass/_styles.scss */
.head_type3 {
  padding-bottom: 12px;
}

/* line 2525, ../sass/_styles.scss */
.nav-side__label {
  padding: 12px 30px 10px;
}

/* line 2529, ../sass/_styles.scss */
.wrap-top-menu {
  margin-right: 80px;
}

@media (max-width: 1024px) {
  /* line 2534, ../sass/_styles.scss */
  .header-logo img {
    width: 100%;
  }

  /* line 2537, ../sass/_styles.scss */
  .header .header-contacts__adress {
    max-width: 165px;
  }

  /* line 2540, ../sass/_styles.scss */
  .documentation__item {
    width: 25% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  /* line 2546, ../sass/_styles.scss */
  .basketinhead {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
}
@media (max-width: 739px) {
  /* line 2553, ../sass/_styles.scss */
  body .documentation__item {
    width: 50% !important;
    margin-bottom: 16px !important;
    margin-right: 0 !important;
  }
  /* line 2558, ../sass/_styles.scss */
  body .documentation-icon {
    margin-right: 10px;
  }
  /* line 2561, ../sass/_styles.scss */
  body .documentation__link {
    margin-left: 0;
  }
  /* line 2564, ../sass/_styles.scss */
  body .documentation__item {
    width: 100% !important;
    margin-bottom: 16px !important;
    margin-right: 0 !important;
  }
  /* line 2569, ../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 2573, ../sass/_styles.scss */
  body .collapse .nav-side {
    display: block;
  }

  /* line 2578, ../sass/_styles.scss */
  .header-slogan {
    display: none;
  }
  /* line 2581, ../sass/_styles.scss */
  .header-contacts {
    display: none;
  }
  /* line 2585, ../sass/_styles.scss */
  .header-logo img {
    width: 100%;
    padding-top: 5px;
  }

  /* line 2592, ../sass/_styles.scss */
  .headline {
    display: none;
  }

  /* line 2596, ../sass/_styles.scss */
  .header.head_type2 {
    padding-bottom: 5px;
  }
  /* line 2598, ../sass/_styles.scss */
  .header.head_type2 .header-search {
    margin: 0;
  }
  /* line 2601, ../sass/_styles.scss */
  .header.head_type2 .top-menu {
    border: none;
    margin-top: 0;
    display: block;
    float: none;
  }
  /* line 2607, ../sass/_styles.scss */
  .header.head_type2 .top-menu .container {
    padding-left: 10px;
    padding-right: 10px;
  }

    /* line 2614, ../sass/_styles.scss */
  .navbar-collapse {
    border-top: none;
  }

  /* line 2618, ../sass/_styles.scss */
  .top-menu {
    height: auto;
  }
  /* line 2620, ../sass/_styles.scss */
  .top-menu .container {
    padding: 0;
  }
  /* line 2622, ../sass/_styles.scss */
  .top-menu .container .col-lg-12 {
    padding: 0;
  }
  /* line 2625, ../sass/_styles.scss */
  .top-menu .container ul.main-nav {
    margin: 0;
    border-top: 1px solid #ccc;
  }
  /* line 2628, ../sass/_styles.scss */
  .top-menu .container ul.main-nav .main-nav__label {
    padding: 12px 14px;
  }

  /* line 2635, ../sass/_styles.scss */
  .navbar-toggle-hide,
  .search-mobile {
    display: block;
  }

  /* line 2639, ../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 2646, ../sass/_styles.scss */
  .main-nav__title {
    font-weight: normal !important;
  }
  /* line 2649, ../sass/_styles.scss */
  .main-nav__label {
    font-size: 15px;
    color: #202020;
  }
  /* line 2653, ../sass/_styles.scss */
  .main-nav li {
    border-bottom: 1px solid #ccc;
  }

  /* line 2659, ../sass/_styles.scss */
  .mainnav-sub li:last-child {
    border-bottom: none;
  }
  /* line 2663, ../sass/_styles.scss */
  .mainnav-sub__label {
    font-size: 15px;
    color: #202020;
  }
  /* line 2667, ../sass/_styles.scss */
  .mainnav-sub__label_hover {
    color: #202020;
  }

  /* line 2675, ../sass/_styles.scss */
  .main-nav_wide .mainnav-sub__item {
    float: none;
    display: block;
    width: 100%;
  }
  /* line 2680, ../sass/_styles.scss */
  .main-nav_wide .mainnav-sub .main-nav_wide .mainnav-sub {
    padding-bottom: 0;
  }

  /* line 2688, ../sass/_styles.scss */
  li.lvl1.open > ul {
    border-left: 5px solid #b1b1b1;
    border-bottom: 5px solid #ffe062;
  }
  /* line 2692, ../sass/_styles.scss */
  li.lvl1.open > ul ul {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-bottom: none;
  }

  /* line 2700, ../sass/_styles.scss */
  .header.head_type1 .header-search {
    padding-right: 0;
    float: right;
    position: relative;
    margin-left: -6px;
  }
  /* line 2706, ../sass/_styles.scss */
  .header.head_type1 .header-search .loss-menu-right {
    display: block !important;
    margin-right: 0;
  }
  /* line 2710, ../sass/_styles.scss */
  .header.head_type1 .header-search__form {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    padding-right: 0;
  }
  /* line 2717, ../sass/_styles.scss */
  .header.head_type1 .header-search input[type="text"] {
    min-width: 229px;
  }

  /* line 2723, ../sass/_styles.scss */
  .head_type3 {
    padding-bottom: 0;
  }

  /* line 2727, ../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 2737, ../sass/_styles.scss */
  .left-menu .nav-side__item {
    border-bottom: 1px solid #ccc;
  }
  /* line 2740, ../sass/_styles.scss */
  .left-menu .nav-side__label {
    font-size: 15px;
    color: #202020;
    padding: 7px 14px 9px;
    position: relative;
  }
  /* line 2746, ../sass/_styles.scss */
  .left-menu .nav-side__submenu {
    background-color: #fff;
  }
  /* line 2749, ../sass/_styles.scss */
  .left-menu .nav-side__icon {
    float: right;
  }
  /* line 2752, ../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 2760, ../sass/_styles.scss */
  .header.head_type1 .header-search__form {
    right: -50px;
  }
}
/* line 2765, ../sass/_styles.scss */
.form-item {
  line-height: 20px;
}

/* line 2768, ../sass/_styles.scss */
.btn2 {
  z-index: 100;
}

/*test*/
/* line 2772, ../sass/_styles.scss */
.ban {
  width: 99%;
}

/* line 2775, ../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 2783, ../sass/_styles.scss */
  body .reccom_mobile {
    display: block;
  }
  /* line 2787, ../sass/_styles.scss */
  body .product-recom-list {
    display: none;
  }
}
@media (max-width: 740px) {
  /* line 2797, ../sass/_styles.scss */
  body .rs_detail-pic {
    margin-left: 0;
  }
  /* line 2800, ../sass/_styles.scss */
  body .rs_detail-pic_scroll {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 0;
  }
  /* line 2809, ../sass/_styles.scss */
  body .rs_detail-podimg {
    margin-left: 0;
    margin-bottom: 20px;
  }
  /* line 2814, ../sass/_styles.scss */
  body .product-announce {
    padding-right: 0;
  }
  /* line 2818, ../sass/_styles.scss */
  body .characteristics__item {
    width: 100%;
  }
  /* line 2822, ../sass/_styles.scss */
  body .characteristics-list__name {
    width: 50%;
  }
  /* line 2825, ../sass/_styles.scss */
  body .characteristics-list__value {
    width: 50%;
  }
  /* line 2830, ../sass/_styles.scss */
  body .tabs-item {
    border: 1px solid #a9a9a9;
    margin: 3px;
  }
  /* line 2834, ../sass/_styles.scss */
  body .js-brcrtitle {
    margin-top: 0;
  }
  /* line 2837, ../sass/_styles.scss */
  body .page-h h1 {
    padding-bottom: 15px;
    font-size: 24px;
  }
  /* line 2841, ../sass/_styles.scss */
  body .header {
    margin: 0 0 10px;
  }
  /* line 2844, ../sass/_styles.scss */
  body .product {
    padding: 25px 0 0;
    position: relative;
  }
  /* line 2848, ../sass/_styles.scss */
  body .compare-mobile,
  body .order-mobile,
  body .reccom_mobile {
    display: block;
  }
  /* line 2853, ../sass/_styles.scss */
  body .product-linkdetail {
    display: block;
    position: relative;
    z-index: 10;
    padding-top: 5px;
  }
  /* line 2859, ../sass/_styles.scss */
  body .product-description {
    position: static;
  }
  /* line 2862, ../sass/_styles.scss */
  body .product-box {
    position: absolute;
    top: 0;
  }
  /* line 2866, ../sass/_styles.scss */
  body .product-code {
    margin-top: -15px;
  }
  /* line 2869, ../sass/_styles.scss */
  body .mobile-stars-brand,
  body .novigation_carousel {
    display: block;
  }
  /* line 2873, ../sass/_styles.scss */
  body .js-ttl {
    margin-bottom: 15px;
  }
  /* line 2876, ../sass/_styles.scss */
  body .reviews__item {
    margin-right: 0;
  }
  /* line 2879, ../sass/_styles.scss */
  body .owl-nav {
    /*display: none !important;*/
  }
  /* line 2882, ../sass/_styles.scss */
  body .tabs .tab-pane {
    margin-bottom: 30px;
  }
  /* line 2885, ../sass/_styles.scss */
  body .product-recom-list,
  body .rs_detail-podimg {
    display: none;
  }
  /* line 2889, ../sass/_styles.scss */
  body .novigation_carousel .rs_detail-pic_scroll {
    padding-left: 0;
    float: none;
    display: block;
    margin: 0 auto;
  }
  /* line 2895, ../sass/_styles.scss */
  body #description,
  body .product-announce {
    max-width: 100%;
  }
  /* line 2900, ../sass/_styles.scss */
  body .form-title {
    margin-left: 0;
    float: none;
    margin-bottom: 10px;
  }
  /* line 2905, ../sass/_styles.scss */
  body .form-rating__name, body .form-review__rating {
    float: none;
    display: block;
  }
  /* line 2910, ../sass/_styles.scss */
  body .form-rating__name {
    padding: 15px 0 0;
  }
  /* line 2913, ../sass/_styles.scss */
  body .form-review__rating table {
    float: left;
  }
  /* line 2916, ../sass/_styles.scss */
  body .form-review__rating {
    padding: 5px 0;
  }
  /* line 2921, ../sass/_styles.scss */
  body .reviews__image {
    display: none;
  }
  /* line 2924, ../sass/_styles.scss */
  body .reviews__user {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0;
    position: relative;
  }
  /* line 2929, ../sass/_styles.scss */
  body .reviews__info {
    width: 100%;
    padding-left: 15px;
  }
  /* line 2933, ../sass/_styles.scss */
  body .reviews__date {
    position: absolute;
    top: 7px;
    right: 10px;
  }
  /* line 2938, ../sass/_styles.scss */
  body .reviews__user-name {
    padding: 0;
  }
}
/* line 2945, ../sass/_styles.scss */
.dropdown-menu-right {
  border-bottom: 2px solid #ffe062;
  z-index: 200;
}

/* line 2950, ../sass/_styles.scss */
.main-border > li {
  border-left: 1px solid rgba(204, 204, 204, 0.3) !important;
}

/* line 2953, ../sass/_styles.scss */
.main-border li.main-nav__item:last-child {
  border-right: 1px solid rgba(204, 204, 204, 0.3) !important;
}

/* line 2957, ../sass/_styles.scss */
.head_info {
  padding-bottom: 10px;
}

/*--/header--*/
/* line 2962, ../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 2976, ../sass/_styles.scss */
.smartfilter .input-group-addon {
  font-size: 13px;
  color: #999;
  background: transparent;
  border: transparent;
  padding: 0 5px 0 0;
}
/* line 2984, ../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 2990, ../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 2997, ../sass/_styles.scss */
.smartfilter .polovinka_pad {
  float: left;
  height: 30px;
  width: 8%;
}

/* line 3004, ../sass/_styles.scss */
.bx_filter_param_btn {
  display: inline-block;
}
/* line 3007, ../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: 40px;
  width: 40px;
}
/* line 3013, ../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 3020, ../sass/_styles.scss */
.bx_filter_btn_color_icon:hover {
  cursor: pointer;
}
/* line 3024, ../sass/_styles.scss */
.bx_filter_param_text {
  display: inline-block;
  margin-left: 3px;
  margin-top: 3px;
  vertical-align: top;
}
/* line 3029, ../sass/_styles.scss */
.bx_filter_param_text:hover {
  cursor: pointer;
}
/* line 3033, ../sass/_styles.scss */
.bx_filter_btn_color_icon + .bx_filter_param_text {
  margin-top: 0;
}

/* line 3037, ../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 3041, ../sass/_styles.scss */
.cwp {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

/* line 3046, ../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 3057, ../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 3065, ../sass/_styles.scss */
.polovinka.polovinka_calendar {
  width: 45% !important;
  padding-bottom: 4px;
}

/* line 3069, ../sass/_styles.scss */
.polovinka.polovinka_calendar.left {
  margin-right: 10px;
}

/* line 3072, ../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 3078, ../sass/_styles.scss */
.around_f_search {
  position: relative;
}
/* line 3080, ../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 3098, ../sass/_styles.scss */
.form-control:focus, .bx-catalog-subscribe-form-container-input > input:focus {
  border-color: #555;
}

/* line 3102, ../sass/_styles.scss */
.dubl-min-price {
  position: relative;
  font-size: 11px;
  background: #f0f0f0;
  border: none;
  text-align: center;
  bottom: 7px;
  left: -20px !important;
  color: #8d8d8d;
}

/* line 3113, ../sass/_styles.scss */
.dubl-max-price {
  position: relative;
  font-size: 11px;
  background: #f0f0f0;
  border: none;
  text-align: center;
  bottom: 7px;
  float: right;
  right: -20px !important;
  color: #8d8d8d;
}

/* line 3124, ../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 3128, ../sass/_styles.scss */
.popup-window {
  background: #fff;
  font-size: 13px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  display: block;
  padding: 0;
}
/* line 3134, ../sass/_styles.scss */
.popup-window li {
  min-width: 92px;
}
/* line 3137, ../sass/_styles.scss */
.popup-window li label {
  color: #555;
  display: block;
  font-weight: normal;
  padding: 8px 15px;
  margin-bottom: 0;
}
/* line 3143, ../sass/_styles.scss */
.popup-window li label:hover {
  cursor: pointer;
  background: #F5F5F5;
}
/* line 3149, ../sass/_styles.scss */
.popup-window ul {
  margin: 0;
}
/* line 3152, ../sass/_styles.scss */
.popup-window .popup-window-left-column,
.popup-window .popup-window-right-column {
  width: 0;
  min-width: 0;
}
/* line 3157, ../sass/_styles.scss */
.popup-window .popup-window-content {
  margin: 0;
}
/* line 3160, ../sass/_styles.scss */
.popup-window .popup-window-bottom-row,
.popup-window .popup-window-top-row {
  display: none;
}

/* line 3165, ../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 3177, ../sass/_styles.scss */
.bx_tip_text .fa-close {
  position: absolute;
  top: 3px;
  right: 5px;
}

/* line 3182, ../sass/_styles.scss */
.filter__item {
  background: #fff;
}

/* line 3185, ../sass/_styles.scss */
.filter__item .body {
  position: relative;
}
/* line 3188, ../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 3199, ../sass/_styles.scss */
.filter__item .body.hideprop {
  height: auto !important;
}
/* line 3202, ../sass/_styles.scss */
.filter__item .body.hideprop .podrob_link {
  background: transparent;
}

/* line 3206, ../sass/_styles.scss */
.compare-mobile {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 100;
  display: none;
}

/* line 3213, ../sass/_styles.scss */
.order-mobile {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 100;
  display: none;
}

/*Filter*/
/*STARS*/
/* line 3223, ../sass/_styles.scss */
.stars-rating {
  display: inline-block;
  margin-left: 15px;
}

/* line 3227, ../sass/_styles.scss */
.stars-rating .star {
  font-family: "FontAwesome";
  cursor: pointer;
  color: #b8b8b8;
  margin-left: -4px;
  padding: 0 2px;
  display: inline-block;
}

/* line 3235, ../sass/_styles.scss */
.stars-rating .star:before {
  content: "\f005";
}

/* line 3238, ../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 3246, ../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 3276, ../sass/_styles.scss */
.novigation_carousel {
  display: none;
}

/* line 3279, ../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 3288, ../sass/_styles.scss */
.novigation_carousel .paginator .owl-dot img {
  display: none;
}

/*/
NAV DOT MOBILE*/
/* line 3293, ../sass/_styles.scss */
.reccom_mobile {
  display: none;
}

/* line 3296, ../sass/_styles.scss */
#description {
  max-width: 80%;
}

/**-ITEM-**/
/* line 3301, ../sass/_styles.scss */
.product {
  padding: 34px 0;
  /*BUTTON BAR ITEM*/
  /*BOX DELIVERY BAR*/
  /*BOX DELIVERY BAR*/
  /*RECCOMEND ITEM*/
  /*/
  RECCOMEND ITEM*/
}
/* line 3303, ../sass/_styles.scss */
.product li:before {
  color: transparent;
}
/* line 3306, ../sass/_styles.scss */
.product-content__title {
  color: #202020;
  font-size: 24px;
  margin: 0;
  padding: 47px 0 15px;
}
/* line 3312, ../sass/_styles.scss */
.product-code {
  color: #999999;
  font-style: italic;
  font-size: 12px;
}
/* line 3317, ../sass/_styles.scss */
.product-name {
  color: #202020;
  font-size: 30px;
  padding-top: 3px;
  padding-bottom: 5px;
}
/* line 3323, ../sass/_styles.scss */
.product-params {
  padding-top: 3px;
}
/* line 3326, ../sass/_styles.scss */
.product-params__brand {
  font-size: 14px;
  color: #585f69;
  text-transform: none;
  float: left;
}
/* line 3332, ../sass/_styles.scss */
.product-params__rating {
  float: left;
  padding-left: 10px;
}
/* line 3337, ../sass/_styles.scss */
.product-price {
  padding: 40px 0;
}
/* line 3340, ../sass/_styles.scss */
.product-price__actual {
  font-size: 26px;
  color: #9d0000;
  font-weight: bold;
}
/* line 3345, ../sass/_styles.scss */
.product-price__old {
  font-size: 20px;
  color: #555555;
}
/* line 3349, ../sass/_styles.scss */
.product-price__old .through {
  text-decoration: line-through;
}
/* line 3356, ../sass/_styles.scss */
.product .productsku-color__title {
  color: #999999;
  font-style: italic;
  font-size: 12px;
  padding-bottom: 3px;
}
/* line 3362, ../sass/_styles.scss */
.product .productsku-color__list {
  list-style-type: none;
  margin: 2px 0 0 -3px;
  padding: 0;
}
/* line 3367, ../sass/_styles.scss */
.product .productsku-color__list li {
  float: left;
  margin-right: 6px;
  list-style-type: none;
}
/* line 3373, ../sass/_styles.scss */
.product .productsku-color__list li:before {
  color: #fff;
}
/* line 3378, ../sass/_styles.scss */
.product .productsku-color__list li.active .colors-cover {
  background: #ffe062;
}
/* line 3384, ../sass/_styles.scss */
.product .productsku-select {
  float: left;
  padding-right: 15px;
}
/* line 3388, ../sass/_styles.scss */
.product .productsku-select__title {
  color: #999999;
  font-style: italic;
  font-size: 12px;
  padding-bottom: 3px;
}
/* line 3395, ../sass/_styles.scss */
.product .dropdown-menu {
  min-width: auto;
}
/* line 3398, ../sass/_styles.scss */
.product-announce {
  color: #555;
  font-size: 13px;
  line-height: 19px;
  padding-right: 50px;
  padding-bottom: 12px;
  max-height: 165px;
  overflow: hidden;
}
/* line 3408, ../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 3415, ../sass/_styles.scss */
.product-social__title {
  position: relative;
  left: 78%;
  padding: 30px 0 10px;
}
/* line 3419, ../sass/_styles.scss */
.product-buyblock {
  /*/
  BUTTON BAR ITEM*/
}
/* line 3421, ../sass/_styles.scss */
.product-buyblock .quantity-block {
  float: left;
  margin: 0 15px 15px 0;
}
/* line 3426, ../sass/_styles.scss */
.product-buyblock__addcart, .product-buyblock__buy1click {
  float: left;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 15px 0 0;
  padding: 10px 30px;
}
/* line 3434, ../sass/_styles.scss */
.product-buyblock__addcart:last-child, .product-buyblock__buy1click:last-child {
  margin-right: 0;
}
/* line 3438, ../sass/_styles.scss */
.product-buyblock__measure {
  float: left;
  line-height: 40px;
  margin-right: 11px;
  margin-left: -8px;
}
/* line 3444, ../sass/_styles.scss */
.product-buyblock__credit {
  text-align: center;
  display: block;
  margin: 7px;
  font-size: 15px;
}
/* line 3451, ../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 3465, ../sass/_styles.scss */
.product-delivery {
  border: 2px solid #ccc;
  clear: left;
  color: #555;
  padding: 7px 10px;
  margin-bottom: 15px;
}
/* line 3472, ../sass/_styles.scss */
.product-delivery__block {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
  position: relative;
  overflow: hidden;
}
/* line 3479, ../sass/_styles.scss */
.product-delivery__pic {
  min-width: 100px;
  text-align: center;
  vertical-align: middle;
  width: 10%;
}
/* line 3486, ../sass/_styles.scss */
.product-delivery__icon {
  background: url('../images/sprite-s67b29df4de.png') 0 -42px no-repeat;
  height: 42px;
  width: 40px;
  display: inline-block;
}
/* line 3491, ../sass/_styles.scss */
.product-delivery__title {
  font-weight: bold;
  margin-bottom: 7px;
}
/* line 3496, ../sass/_styles.scss */
.product-delivery__body {
  padding: 0 5px;
}
/* line 3500, ../sass/_styles.scss */
.product-delivery__list {
  padding: 0;
  width: 100%;
}
/* line 3504, ../sass/_styles.scss */
.product-delivery__list li {
  line-height: 18px;
}
/* line 3511, ../sass/_styles.scss */
.product-east .icon-east.right {
  float: right;
}
/* line 3516, ../sass/_styles.scss */
.product-actions {
  float: left;
}
/* line 3523, ../sass/_styles.scss */
.product-recom {
  /*PRODUCT-RECOM_MAIN*/
  /*/
  product-recom_main*/
}
/* line 3525, ../sass/_styles.scss */
.product-recom-title {
  color: #555;
  font-size: 15px;
  padding: 19px 0 5px;
}
/* line 3531, ../sass/_styles.scss */
.product-recom-list {
  padding: 0;
  position: relative;
  z-index: 2;
}
/* line 3536, ../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 3544, ../sass/_styles.scss */
.product .product-recom-list__item {
  margin: 0 0 -1px 0;
}
/* line 3549, ../sass/_styles.scss */
.product-recom-list__price {
  color: #555;
  font-weight: bold;
  padding: 10px 0;
  font-size: 16px;
}
/* line 3559, ../sass/_styles.scss */
.product-recom-list__item:hover {
  border: 1px solid #a9a9a9;
  z-index: 1;
}
/* line 3564, ../sass/_styles.scss */
.product-recom-list__img {
  float: left;
  width: 40%;
  line-height: 80px;
  text-align: center;
}
/* line 3570, ../sass/_styles.scss */
.product-recom-list__img img {
  max-width: 80px;
  max-height: 80px;
  line-height: 80px;
}
/* line 3576, ../sass/_styles.scss */
.product-recom-list__description {
  float: left;
  width: 60%;
  padding-left: 10px;
}
/* line 3581, ../sass/_styles.scss */
.product-recom-list__name {
  color: #202020;
  font-size: 13px;
  display: block;
  overflow: hidden;
  height: 38px;
  position: relative;
  width: 100%;
}
/* line 3589, ../sass/_styles.scss */
.product-recom-list__name.text-fadeout:after {
  width: 45px;
}
/* line 3592, ../sass/_styles.scss */
.product-recom-list__name:hover {
  color: #202020;
}
/* line 3597, ../sass/_styles.scss */
.product-recom-list-pricetype__name {
  font-style: italic;
}
/* line 3601, ../sass/_styles.scss */
.product-recom-list__price {
  display: block;
}
/* line 3607, ../sass/_styles.scss */
.product-recom_main {
  margin: 50px 0;
}
/* line 3611, ../sass/_styles.scss */
.product-recom_main .product-recom-list {
  position: relative;
  min-height: 127px;
  padding: 11px 0;
  background: transparent;
}
/* line 3616, ../sass/_styles.scss */
.product-recom_main .product-recom-list:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #efefef;
}
/* line 3625, ../sass/_styles.scss */
.product-recom_main .product-recom-list:after {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #efefef;
}
/* line 3636, ../sass/_styles.scss */
.product-recom_main .product-recom-list__item {
  background: #fff;
}

/* line 3646, ../sass/_styles.scss */
.owl-carousel .owl-item .product-recom-list__img img {
  display: inline;
}

/* line 3650, ../sass/_styles.scss */
.colors-cover {
  border: 1px solid transparent;
  display: inline-block;
  padding: 2px;
  vertical-align: top;
}
/* line 3656, ../sass/_styles.scss */
.colors-cover__icon {
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 100;
}

/* line 3666, ../sass/_styles.scss */
.product-dop {
  padding-bottom: 15px;
  position: relative;
}

/*DETAIL ITEM*/
/* line 3672, ../sass/_styles.scss */
.rs_detail-picbox {
  text-align: center;
}
/* line 3676, ../sass/_styles.scss */
.rs_detail-pic_scroll {
  display: block;
  float: left;
  position: relative;
  width: 85px;
  z-index: 2;
  padding-left: 30px;
}
/* line 3684, ../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 3694, ../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 3706, ../sass/_styles.scss */
.rs_detail-pic_scroll .active {
  border-color: #ff8f2f;
}
/* line 3710, ../sass/_styles.scss */
.rs_detail-podimg {
  color: #7b7d84;
  font-size: 14px;
  background: url("/local/templates/flyaway_kids/images/lupa.png") 0 0 no-repeat;
  padding-left: 25px;
  line-height: 20px;
  display: inline-block;
}
/* line 3718, ../sass/_styles.scss */
.rs_detail-pic {
  margin-bottom: 18px;
  margin-bottom: 1.5rem;
  position: relative;
  margin-left: 141px;
  border: 1px solid #e0e0e0;
}
/* line 3725, ../sass/_styles.scss */
.rs_detail-pic .preview {
  position: static;
}
/* line 3727, ../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 3735, ../sass/_styles.scss */
.rs_detail .owl-item .preview {
  margin: auto;
  right: 0;
  /*max-width: 250px;*/
  width: 100%;
}

/* line 3742, ../sass/_styles.scss */
.rs_detail-share,
.rs_detail-zoom_title {
  margin-left: 60px;
}

/* line 3746, ../sass/_styles.scss */
.rs_detail .marks {
  z-index: 3;
  bottom: 20px;
}

/*/
DETAIL ITEM*/
/*TABS BITTON MOBILE*/
/* line 3754, ../sass/_styles.scss */
.tabs-item__label.collapsed .fa-angle-up {
  display: none;
}

/* line 3757, ../sass/_styles.scss */
.tabs-item__label .fa-angle-down {
  display: none;
}

/* line 3760, ../sass/_styles.scss */
.tabs-item__label.collapsed .fa-angle-down {
  display: block;
}

/* line 3763, ../sass/_styles.scss */
.tab_item__mobile {
  display: none;
  margin-bottom: 3px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
/* line 3767, ../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 3773, ../sass/_styles.scss */
.tab_item__mobile a.collapsed {
  background: #fff;
}
/* line 3776, ../sass/_styles.scss */
.tab_item__mobile i {
  float: right;
}

/*TABS BUTTON BOBILE*/
/*TABS*/
/* line 3783, ../sass/_styles.scss */
.tabs {
  margin-top: 30px;
}
/* line 3786, ../sass/_styles.scss */
.tabs-item {
  border: 1px solid #a9a9a9;
  border-right: none;
  overflow: hidden;
}
/* line 3791, ../sass/_styles.scss */
.tabs-item i {
  display: none;
}
/* line 3794, ../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 3798, ../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 3801, ../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 3808, ../sass/_styles.scss */
.tabs-item__label:hover {
  color: #555;
}
/* line 3813, ../sass/_styles.scss */
.tabs-item.active > a, .tabs-item.active > a:focus, .tabs-item.active > a:hover {
  background: #f0f0f0 !important;
  color: #000;
}
/* line 3819, ../sass/_styles.scss */
.tabs .tab-pane {
  font-size: 13px;
  color: #555;
  line-height: 19px;
}
/* line 3824, ../sass/_styles.scss */
.tabs .nav-tabs {
  border: none;
}
/* line 3827, ../sass/_styles.scss */
.tabs .fade {
  display: none;
}
/* line 3830, ../sass/_styles.scss */
.tabs .fade.in {
  display: block;
}

/*/
TABS*/
/*REVIEWS ITEM*/
/* line 3838, ../sass/_styles.scss */
.reviews {
  margin: 0 0 24px;
}
/* line 3841, ../sass/_styles.scss */
.reviews-bar .form-panel {
  margin: 25px 0 15px;
}
/* line 3846, ../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 3852, ../sass/_styles.scss */
.reviews__message_error p {
  margin: 0;
}
/* line 3854, ../sass/_styles.scss */
.reviews__message_error p .errortext {
  color: #585f69 !important;
}
/* line 3861, ../sass/_styles.scss */
.reviews__item {
  margin-bottom: 30px;
  margin-right: 12px;
  padding-top: 2px;
}
/* line 3865, ../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 3868, ../sass/_styles.scss */
.reviews__item:hover .reviews__rating:after, .reviews__item:hover .reviews__rating:before {
  border-color: #ffda47;
  border-width: 3px;
}
/* line 3876, ../sass/_styles.scss */
.reviews__link {
  color: #666699;
  font-style: normal;
  font-size: 13px;
}
/* line 3881, ../sass/_styles.scss */
.reviews__link:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 3885, ../sass/_styles.scss */
.reviews__link-close {
  display: none;
  color: #666699;
  font-style: normal;
  font-size: 13px;
}
/* line 3891, ../sass/_styles.scss */
.reviews__link-close:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 3895, ../sass/_styles.scss */
.reviews__detail-text {
  display: none;
}
/* line 3898, ../sass/_styles.scss */
.reviews__image {
  float: left;
  margin-right: 20px;
}
/* line 3902, ../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 3911, ../sass/_styles.scss */
.reviews__stars {
  position: absolute;
  top: 5px;
  right: 10px;
}
/* line 3916, ../sass/_styles.scss */
.reviews__info {
  float: left;
  width: 169px;
}
/* line 3920, ../sass/_styles.scss */
.reviews__date {
  display: block;
  text-align: right;
  font-size: 11px;
  color: #6a6b6f;
}
/* line 3926, ../sass/_styles.scss */
.reviews__user-name {
  font-size: 15px;
  color: #202020;
  padding: 20px 0 10px;
  display: inline-block;
}
/* line 3932, ../sass/_styles.scss */
.reviews__mail {
  display: block;
  color: #555;
  font-size: 11px;
  line-height: 13px;
  font-style: italic;
}
/* line 3939, ../sass/_styles.scss */
.reviews__rating {
  border: 1px solid #e5e5e5;
  padding: 9px 21px;
  position: relative;
  min-height: 110px;
}
/* line 3944, ../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 3951, ../sass/_styles.scss */
.reviews__rating:before {
  width: 30px;
  height: 30px;
  left: -60px;
  top: 80px;
}
/* line 3957, ../sass/_styles.scss */
.reviews__rating:after {
  width: 15px;
  height: 15px;
  left: -75px;
  top: 70px;
}
/* line 3964, ../sass/_styles.scss */
.reviews__detail {
  color: #585f69;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 4px;
  line-height: 25px;
}

/* line 3973, ../sass/_styles.scss */
.reviews .owl .in {
  max-height: 97px;
  overflow: hidden;
}

/* line 3977, ../sass/_styles.scss */
.reviews .owl .reviews__info {
  width: 110px;
}

/* line 3980, ../sass/_styles.scss */
.reviews .owl .owl-nav {
  float: right;
  margin-top: 10px;
}

/* line 3984, ../sass/_styles.scss */
.reviews .owl .owl-item {
  overflow: hidden;
}

/* line 3988, ../sass/_styles.scss */
.reviews .owl .reviews__item {
  margin-bottom: 11px;
}

/* line 3992, ../sass/_styles.scss */
.detail-content {
  line-height: 20px;
  padding-top: 2px;
}

/* line 3996, ../sass/_styles.scss */
.detail-content.active {
  max-height: none;
}

/* line 4000, ../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 4009, ../sass/_styles.scss */
.form-title:hover {
  background: #FFDA47;
  text-decoration: none;
  color: #555;
}
/* line 4016, ../sass/_styles.scss */
.form-review__rating {
  float: left;
  padding: 15px 0;
}
/* line 4022, ../sass/_styles.scss */
.form-rating__name {
  float: left;
  font-size: 13px;
  padding: 15px 10px;
}

/* line 4029, ../sass/_styles.scss */
#form_reviews {
  display: none;
}

/*/
REVIEWS ITEM*/
/*PRODUCT OWL SLIDER*/
/* line 4037, ../sass/_styles.scss */
.products-owl-slider .products__item {
  width: 100%;
}
/* line 4040, ../sass/_styles.scss */
.products-owl-slider .owl-nav {
  float: right;
  margin-right: 10px;
}

/*/
PRODUCT OWL SLIDER*/
/*CHARAKTERISTIKI*/
/* line 4051, ../sass/_styles.scss */
.characteristics__item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 4059, ../sass/_styles.scss */
.characteristics__item h2 {
  color: #202020;
  font-size: 15px;
  padding: 10px;
  margin: 0;
}
/* line 4066, ../sass/_styles.scss */
.characteristics-list {
  padding: 0;
  margin: 0;
}
/* line 4070, ../sass/_styles.scss */
.characteristics-list__item {
  line-height: 17px;
}
/* line 4073, ../sass/_styles.scss */
.characteristics-list__name {
  width: 60%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* line 4079, ../sass/_styles.scss */
.characteristics-list__name:after {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 600px;
  border-bottom: 1px dashed #cfcfcf;
}
/* line 4086, ../sass/_styles.scss */
.characteristics-list__label {
  padding: 8px 10px;
  color: #555;
  font-size: 13px;
  display: inline-block;
}
/* line 4092, ../sass/_styles.scss */
.characteristics-list__value {
  width: 40%;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
}

/*/
CHARAKTERISTIKI*/
/*DOCUMENTATION*/
/* line 4106, ../sass/_styles.scss */
.documentation__list {
  margin: 0;
  padding: 0;
}
/* line 4110, ../sass/_styles.scss */
.documentation__item {
  width: 15%;
  float: left;
  margin-right: 74px;
}
/* line 4115, ../sass/_styles.scss */
.documentation__label {
  color: #555;
  font-size: 13px;
}
/* line 4118, ../sass/_styles.scss */
.documentation__label:hover {
  text-decoration: none;
  color: #555;
}
/* line 4123, ../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 4131, ../sass/_styles.scss */
.documentation__link {
  color: #666699;
  display: block;
  margin-left: 60px;
  padding-top: 3px;
}

/*/
DOCUMENTATION*/
/*GALLERY ITEM*/
/* line 4142, ../sass/_styles.scss */
.popupgallery {
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ebebeb;
}
/* line 4147, ../sass/_styles.scss */
.popupgallery .navigations {
  position: relative;
}
/* line 4150, ../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 4171, ../sass/_styles.scss */
.popupgallery .navigations > .nav > span {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 39px;
  color: #fff;
}
/* line 4178, ../sass/_styles.scss */
.popupgallery .navigations > .nav:hover {
  color: #fff;
  background-color: #ebebeb;
}
/* line 4183, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev {
  left: 15px;
}
/* line 4186, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev > span {
  padding: 5px 22px 7px 18px;
}
/* line 4188, ../sass/_styles.scss */
.popupgallery .navigations > .nav.prev > span:after {
  content: "\f104";
}
/* line 4193, ../sass/_styles.scss */
.popupgallery .navigations:hover .nav {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 4197, ../sass/_styles.scss */
.popupgallery .navigations::hover > .nav:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 4201, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next {
  right: 15px;
}
/* line 4204, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next > span {
  padding: 5px 18px 7px 22px;
}
/* line 4206, ../sass/_styles.scss */
.popupgallery .navigations > .nav.next > span:after {
  content: "\f105";
}
/* line 4212, ../sass/_styles.scss */
.popupgallery .around_changeit {
  display: table;
  width: 100%;
  table-layout: fixed;
}
/* line 4217, ../sass/_styles.scss */
.popupgallery .changeit {
  display: table-cell;
  width: 100%;
  height: 550px;
  text-align: center;
  vertical-align: middle;
}
/* line 4224, ../sass/_styles.scss */
.popupgallery .changeit img {
  display: inline;
  cursor: pointer;
  max-height: 520px;
  max-width: 100%;
}
/* line 4230, ../sass/_styles.scss */
.popupgallery .changeit .date {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
/* line 4238, ../sass/_styles.scss */
.popupgallery .description {
  height: 20px;
}
/* line 4241, ../sass/_styles.scss */
.popupgallery .thumbs {
  max-height: 428px;
  margin-top: 15px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 4247, ../sass/_styles.scss */
.popupgallery .thumbs .thumb {
  width: 45%;
  float: left;
  margin-right: 4%;
  margin-bottom: 15px;
}
/* line 4253, ../sass/_styles.scss */
.popupgallery .thumbs .thumb:nth-child(odd) {
  margin-right: 6%;
}
/* line 4257, ../sass/_styles.scss */
.popupgallery .preview {
  position: relative;
  max-height: 110px;
  padding-top: 14px;
  overflow: hidden;
}
/* line 4262, ../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 4277, ../sass/_styles.scss */
.thumbs {
  margin-bottom: 25px;
}
/* line 4280, ../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 4291, ../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 4302, ../sass/_styles.scss */
.thumbs .thumb .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -16px;
  margin-left: -17px;
  font-size: 35px;
}
/* line 4310, ../sass/_styles.scss */
.thumbs .thumb .fa:before {
  content: "\f002";
  color: #fff;
}
/* line 4316, ../sass/_styles.scss */
.thumbs .owl-nav {
  margin-top: 10px;
  text-align: right;
}

/* line 4321, ../sass/_styles.scss */
.thumbs .thumb.checked a .fa,
.thumbs .thumb.checked a .overlay {
  display: block;
}

/*/
GALLERY MINI ITEM*/
/*PRODUCT VIEWED*/
/* line 4330, ../sass/_styles.scss */
.product-viewed-title {
  color: #555;
  font-size: 15px;
  padding: 20px 0 10px;
}
/* line 4335, ../sass/_styles.scss */
.product-viewed-list {
  padding: 0;
}
/* line 4338, ../sass/_styles.scss */
.product-viewed-list__item {
  border: 1px solid #e5e5e5;
  padding: 10px;
  height: 110px;
  margin: 1px;
}
/* line 4344, ../sass/_styles.scss */
.product-viewed-list__price {
  color: #555;
  padding: 10px 0;
  font-size: 16px;
}
/* line 4350, ../sass/_styles.scss */
.product-viewed-list__img {
  float: left;
  width: 40%;
  text-align: center;
  line-height: 80px;
}
/* line 4356, ../sass/_styles.scss */
.product-viewed-list__img img {
  max-width: 85px !important;
  width: auto;
  max-height: 80px;
}
/* line 4362, ../sass/_styles.scss */
.product-viewed-list__description {
  float: left;
  width: 60%;
  padding-left: 10px;
}
/* line 4367, ../sass/_styles.scss */
.product-viewed-list__name {
  color: #202020;
  font-size: 13px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 38px;
  width: 100%;
}
/* line 4375, ../sass/_styles.scss */
.product-viewed-list__name:hover {
  color: #202020;
}
/* line 4380, ../sass/_styles.scss */
.product-viewed-list-pricetype__name {
  font-style: italic;
}
/* line 4384, ../sass/_styles.scss */
.product-viewed-list__price {
  display: flex;
  vertical-align: top;
  line-height: 19px;
}

/*/
PRODUCT VIEWED*/
/* line 4390, ../sass/_styles.scss */
.js-brcrtitle {
  margin-top: 5px;
}

/* line 4393, ../sass/_styles.scss */
.mobile-stars-brand {
  display: none;
  margin-bottom: 15px;
}

/* line 4397, ../sass/_styles.scss */
.detail__commit {
  max-height: 82px;
  overflow: hidden;
}

/* line 4401, ../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 4407, ../sass/_styles.scss */
.filter_mobile-button:hover {
  background: #F0F0F0;
  cursor: pointer;
}
/* line 4411, ../sass/_styles.scss */
.filter_mobile-button i {
  float: right;
}
/* line 4414, ../sass/_styles.scss */
.filter_mobile-button i.fa-angle-up {
  display: none;
}

/* line 4420, ../sass/_styles.scss */
.js_mobile-button.active .fa-angle-down {
  display: none;
}
/* line 4423, ../sass/_styles.scss */
.js_mobile-button.active .fa-angle-up {
  display: inline-block;
}

/* line 4427, ../sass/_styles.scss */
.bx_filter_popup_result:hover {
  text-decoration: none;
}

/* line 4431, ../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 4445, ../sass/_styles.scss */
.shops-filter {
  margin: 0 0 20px;
}
/* line 4448, ../sass/_styles.scss */
.shops-btn {
  background: #fff;
  border: 1px solid #fff;
}
/* line 4452, ../sass/_styles.scss */
.shops-input {
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
}
/* line 4455, ../sass/_styles.scss */
.shops_list {
  overflow-x: hidden;
  max-height: 350px;
  border: 1px solid #d8d8d8;
  padding: 15px;
}
/* line 4461, ../sass/_styles.scss */
.shops-name {
  color: #555;
  font-size: 16px;
  margin-bottom: 2px;
}
/* line 4466, ../sass/_styles.scss */
.shops-item {
  margin-bottom: 15px;
  cursor: pointer;
}
/* line 4470, ../sass/_styles.scss */
.shops .js-typeempty {
  display: none;
}
/* line 4473, ../sass/_styles.scss */
.shops-descr span, .shops-name span {
  background: red;
  color: #fff;
}
/* line 4478, ../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 4492, ../sass/_styles.scss */
.shops-clear_input_btn:hover {
  text-decoration: none;
  color: inherit;
}
/* line 4496, ../sass/_styles.scss */
.shops-clear_input_btn.active {
  visibility: visible;
  opacity: 1;
}

/*--/shops--*/
/* line 4504, ../sass/_styles.scss */
.pluso-more {
  display: none !important;
}

/*DETAIL NEWS*/
/* line 4509, ../sass/_styles.scss */
.news-detail__image {
  max-width: 100%;
}

/* line 4512, ../sass/_styles.scss */
.news-detail-bar__date {
  color: #999999;
  font-size: 13px;
  padding: 20px 0 25px;
  display: inline-block;
}

/* line 4518, ../sass/_styles.scss */
.news-detail__text {
  font-size: 13px;
  color: #555;
  line-height: 21px;
  padding-bottom: 15px;
}

/* line 4524, ../sass/_styles.scss */
.news-detail__podstati {
  font-style: italic;
  font-size: 13px;
  color: #999999;
  padding-top: 14px;
  padding-bottom: 25px;
}

/* line 4531, ../sass/_styles.scss */
.news-detailback {
  display: inline-block;
  height: 40px;
  margin-top: 28px;
}

/* line 4536, ../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 4541, ../sass/_styles.scss */
.news-detailback .fa:before {
  content: "\f112";
}

/* line 4545, ../sass/_styles.scss */
.news-detailback:hover .fa {
  background: #f0f0f0;
  color: #555 !important;
}

/* line 4549, ../sass/_styles.scss */
.news-detailback span {
  display: inline-block;
  padding-top: 9px;
}

/* line 4553, ../sass/_styles.scss */
.news-detail_subs {
  border: 1px solid #a9a9a9;
  padding: 35px 30px;
  margin-top: 30px;
  background-color: #fbfbfb;
}

/* line 4559, ../sass/_styles.scss */
.news-detail_subs-text {
  padding-top: 10px;
  color: #555;
  font-size: 13px;
}

/* line 4564, ../sass/_styles.scss */
.news-detail .news-pic {
  margin-bottom: 20px;
  text-align: center;
}
/* line 4568, ../sass/_styles.scss */
.news-detail .news-pic img {
  max-width: 100%;
}

/* line 4572, ../sass/_styles.scss */
.news-detail_subs .btn2 {
  padding: 11.5px 15px;
}

/* line 4576, ../sass/_styles.scss */
.news-side .news-detail-bar__date {
  padding: 0 0 25px;
}
/* line 4579, ../sass/_styles.scss */
.news-side .news-detail__image {
  width: auto;
  max-width: none;
  max-height: 400px;
}
/* line 4584, ../sass/_styles.scss */
.news-side .news-pic {
  overflow: hidden;
}
/* line 4587, ../sass/_styles.scss */
.news-side .yashare {
  margin-top: 20px;
}
/* line 4590, ../sass/_styles.scss */
.news-side .news-detailback {
  margin-top: 0;
}

/*/
DETAIL NEWS*/
/*NEWS LIST*/
/* line 4598, ../sass/_styles.scss */
.news-image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

/* line 4603, ../sass/_styles.scss */
.news-item {
  margin-bottom: 20px;
}

/* line 4606, ../sass/_styles.scss */
.news-name a {
  color: #555;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}
/* line 4611, ../sass/_styles.scss */
.news-name a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* line 4616, ../sass/_styles.scss */
.news-description a {
  color: #8d8d8d;
}
/* line 4618, ../sass/_styles.scss */
.news-description a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* line 4624, ../sass/_styles.scss */
.news-archive {
  margin-bottom: 10px;
}
/* line 4627, ../sass/_styles.scss */
.news-archive__list {
  margin-left: -10px;
}
/* line 4631, ../sass/_styles.scss */
.news-archive__list > .news-archive__item {
  margin-bottom: 10px;
  padding: 0 10px;
}
/* line 4636, ../sass/_styles.scss */
.news-archive .btn2 {
  padding: 4px 10px;
}

/*/
NEWS LIST*/
/*NEWS LIST OWL*/
/* line 4646, ../sass/_styles.scss */
.newslistcol {
  margin: 0 0 31px;
}
/* line 4649, ../sass/_styles.scss */
.newslistcol .newslistcol-list {
  margin: 0 0 5px;
}
/* line 4653, ../sass/_styles.scss */
.newslistcol .newslistcol-image img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
/* line 4658, ../sass/_styles.scss */
.newslistcol .newslistcol-image {
  width: 100px;
  float: left;
  margin: 0 10px 0 0;
}
/* line 4663, ../sass/_styles.scss */
.newslistcol .newslistcol-data {
  overflow: hidden;
}
/* line 4666, ../sass/_styles.scss */
.newslistcol .newslistcol-name a {
  color: #202020;
  display: inline-block;
  font-size: 15px;
  padding-bottom: 5px;
  height: 27px;
  overflow: hidden;
}
/* line 4674, ../sass/_styles.scss */
.newslistcol .newslistcol-description {
  color: #555;
}
/* line 4677, ../sass/_styles.scss */
.newslistcol .newslistcol-link {
  display: inline-block;
  padding-top: 5px;
}

/* line 4683, ../sass/_styles.scss */
.newslistcol .owl .owl-nav {
  float: right;
  margin-top: 12px;
}

/*/
NEWS LIST OWL*/
/*ACTION LIST*/
/* line 4691, ../sass/_styles.scss */
.action-image {
  border: 1px solid #ebebeb;
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 200px;
}

/* line 4698, ../sass/_styles.scss */
.action-description {
  padding-top: 10px;
  color: #8d8d8d;
}

/* line 4702, ../sass/_styles.scss */
.action-data {
  margin-bottom: 30px;
  /*height: 130px;*/
  overflow: hidden;
}

/* line 4707, ../sass/_styles.scss */
.action-name {
  color: #555;
  font-size: 17px;
  padding: 7px 10px;
}

/* line 4712, ../sass/_styles.scss */
.action-marker {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  padding: 3px 30px 2px 10px;
}

/* line 4720, ../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 4732, ../sass/_styles.scss */
.action_date {
  color: #555;
  font-size: 12px;
}

/*/
ACTION LIST*/
/*DETAIL ACTION*/
/* line 4740, ../sass/_styles.scss */
.action-detail__image {
  max-width: 100%;
}

/* line 4743, ../sass/_styles.scss */
.action-detail-bar__date {
  color: #999999;
  font-size: 13px;
  padding: 20px 0 25px;
  display: inline-block;
}

/* line 4749, ../sass/_styles.scss */
.action-detail__text {
  font-size: 13px;
  color: #555;
  line-height: 21px;
  padding-bottom: 15px;
}

/* line 4755, ../sass/_styles.scss */
.action-detail__podstati {
  font-style: italic;
  font-size: 13px;
  color: #999999;
  padding-top: 14px;
  padding-bottom: 25px;
}

/* line 4762, ../sass/_styles.scss */
.action-detailback {
  display: inline-block;
  height: 40px;
  margin-top: 28px;
}

/* line 4767, ../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 4772, ../sass/_styles.scss */
.action-detailback .fa:before {
  content: "\f112";
}

/* line 4776, ../sass/_styles.scss */
.action-detailback:hover .fa {
  background: #f0f0f0;
  color: #555 !important;
}

/* line 4780, ../sass/_styles.scss */
.action-detailback span {
  display: inline-block;
  padding-top: 9px;
}

/* line 4784, ../sass/_styles.scss */
.action-detail_subs {
  border: 1px solid #a9a9a9;
  padding: 40px 30px;
  margin-top: 30px;
}

/* line 4789, ../sass/_styles.scss */
.action-detail_subs-text {
  padding-top: 10px;
  color: #555;
  font-size: 13px;
}

/* line 4795, ../sass/_styles.scss */
.action-side .action-detail-bar__date {
  padding: 0 0 25px;
}
/* line 4798, ../sass/_styles.scss */
.action-side .action-detail__image {
  width: auto;
  max-width: none;
  max-height: 400px;
}
/* line 4803, ../sass/_styles.scss */
.action-side .action-pic {
  overflow: hidden;
}
/* line 4806, ../sass/_styles.scss */
.action-side .yashare {
  margin-top: 20px;
}
/* line 4809, ../sass/_styles.scss */
.action-side .action-detailback {
  margin-top: 0;
}

/* line 4814, ../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 4823, ../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 4837, ../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 4847, ../sass/_styles.scss */
.company-comment__user {
  color: #555;
  font-size: 14px;
  font-weight: bold;
}

/*/
COMPANY*/
/*ISTORY*/
/* line 4856, ../sass/_styles.scss */
.timeline {
  position: relative;
  margin-right: -25px;
  margin-bottom: 90px;
  margin-left: -25px;
}
/* line 4861, ../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 4873, ../sass/_styles.scss */
.timeline > .col {
  padding-right: 25px;
  padding-left: 25px;
}
/* line 4877, ../sass/_styles.scss */
.timeline-item {
  position: relative;
  margin-bottom: 26px;
}
/* line 4880, ../sass/_styles.scss */
.timeline-item:nth-child(even) {
  position: relative;
  top: 90px;
}
/* line 4885, ../sass/_styles.scss */
.timeline-item:hover .timeline-body {
  border-color: #ccc;
}
/* line 4888, ../sass/_styles.scss */
.timeline-item:hover .pointer.right {
  border-left-color: #a4a4a4;
}
/* line 4891, ../sass/_styles.scss */
.timeline-item:hover .pointer.left {
  border-right-color: #a4a4a4;
}
/* line 4895, ../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 4902, ../sass/_styles.scss */
.timeline-item .timeline-body .date,
.timeline-item .timeline-body .image,
.timeline-item .timeline-body .name {
  margin-bottom: 6px;
}
/* line 4907, ../sass/_styles.scss */
.timeline-item .timeline-body .image {
  height: 209px;
}
/* line 4910, ../sass/_styles.scss */
.timeline-item .timeline-body .name {
  color: #555;
  font-size: 17px;
  line-height: 24px;
  padding-top: 2px;
}
/* line 4916, ../sass/_styles.scss */
.timeline-item .timeline-body .date {
  color: #8d8d8d;
  font-size: 15px;
  font-style: italic;
  line-height: 22px;
}
/* line 4922, ../sass/_styles.scss */
.timeline-item .timeline-body .data {
  max-height: 115px;
  overflow: hidden;
}
/* line 4927, ../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 4935, ../sass/_styles.scss */
.timeline-item .pointer.right {
  left: 100%;
  margin-left: -25px;
  border-left: 14px solid #e0e0e0;
  border-right: 0;
}
/* line 4940, ../sass/_styles.scss */
.timeline-item .pointer.right > div {
  left: -15px;
  border-left: 14px solid #fff;
  border-right: 0;
}
/* line 4945, ../sass/_styles.scss */
.timeline-item .pointer.right span {
  left: 5px;
}
/* line 4949, ../sass/_styles.scss */
.timeline-item .pointer.left {
  right: 100%;
  margin-right: -25px;
  border-right: 14px solid #e0e0e0;
  border-left: 0;
}
/* line 4954, ../sass/_styles.scss */
.timeline-item .pointer.left > div {
  right: -15px;
  border-right: 14px solid #fff;
  border-left: 0;
}
/* line 4959, ../sass/_styles.scss */
.timeline-item .pointer.left span {
  right: 5px;
}
/* line 4963, ../sass/_styles.scss */
.timeline-item .pointer > div {
  position: absolute;
  top: -13px;
  border: 13px solid transparent;
}
/* line 4968, ../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 4980, ../sass/_styles.scss */
.timeline .timeline-description {
  color: #8d8d8d;
}
/* line 4983, ../sass/_styles.scss */
.timeline .image img {
  max-width: 385px;
  width: 100%;
}

/*/
ISTORY*/
/*GROUP LIST OWL*/
/* line 4993, ../sass/_styles.scss */
.gallery-descr {
  display: none;
}
/* line 4996, ../sass/_styles.scss */
.gallery-name {
  color: #555;
  font-size: 15px;
}
/* line 5000, ../sass/_styles.scss */
.gallery.owl-carousel .owl-nav {
  float: right;
  margin-top: 15px;
}

/* line 5005, ../sass/_styles.scss */
.newsdetail.imagetop {
  margin-bottom: 20px;
}
/* line 5007, ../sass/_styles.scss */
.newsdetail.imagetop img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

/* line 5013, ../sass/_styles.scss */
.newsdetail.imgageleft {
  margin-bottom: 20px;
}
/* line 5015, ../sass/_styles.scss */
.newsdetail.imgageleft .pic img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
}

/* line 5022, ../sass/_styles.scss */
.newsdetail.imagetop .pic {
  margin-bottom: 20px;
  text-align: center;
}
/* line 5026, ../sass/_styles.scss */
.newsdetail.imagetop .pic img {
  width: auto;
  max-width: 100%;
  max-height: 600px;
  display: inline-block;
}

/* line 5034, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper {
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 15px;
}
/* line 5041, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl-dot {
  display: inline-block;
  padding: 1px;
  height: 105px;
  position: relative;
}
/* line 5047, ../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 5054, ../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 5069, ../sass/_styles.scss */
.newsdetail .owl-dots-wrapper .owl-dot img {
  max-width: 100%;
  max-height: 100%;
}

/* line 5075, ../sass/_styles.scss */
img.floatleftcorner {
  float: left;
  margin: 0 30px 30px 0;
}

/*GROUP LIST OWL*/
/*DOCS*/
/* line 5083, ../sass/_styles.scss */
.docs img {
  max-width: 100%;
  width: auto;
}
/* line 5087, ../sass/_styles.scss */
.docs .docs-image {
  border: 1px solid #e9e9e9;
  float: left;
  height: 100px;
  width: 100px;
}
/* line 5093, ../sass/_styles.scss */
.docs .docs-data {
  max-height: 100px;
  overflow: hidden;
}
/* line 5097, ../sass/_styles.scss */
.docs .docs-item {
  margin-bottom: 20px;
}
/* line 5100, ../sass/_styles.scss */
.docs .docs-dl,
.docs .docs-info {
  margin-left: 10px;
}

/*/
DOCS*/
/*HONORS*/
/* line 5110, ../sass/_styles.scss */
.honors img {
  max-width: 100%;
  width: auto;
}
/* line 5114, ../sass/_styles.scss */
.honors .honors-image {
  border: 1px solid #e9e9e9;
  float: left;
  height: 100px;
  width: 100px;
  text-align: center;
}
/* line 5121, ../sass/_styles.scss */
.honors .honors-data {
  max-height: 57px;
  overflow: hidden;
}
/* line 5125, ../sass/_styles.scss */
.honors .honors-item {
  margin-bottom: 20px;
}
/* line 5128, ../sass/_styles.scss */
.honors .honors-info {
  margin-left: 10px;
}

/*/
HONORS*/
/*SERVICES*/
/* line 5136, ../sass/_styles.scss */
.services-description {
  color: #999;
  max-height: 78px;
  overflow: hidden;
}

/* line 5142, ../sass/_styles.scss */
.staff-name {
  color: #555;
  font-size: 16px;
}
/* line 5146, ../sass/_styles.scss */
.staff-description {
  height: 75px;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 5151, ../sass/_styles.scss */
.staff-data {
  padding-top: 10px;
}

/* line 5155, ../sass/_styles.scss */
.services a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 5165, ../sass/_styles.scss */
.services-item {
  margin-bottom: 15px;
}

/* line 5168, ../sass/_styles.scss */
.secondLine a {
  color: #555;
}

/*SEVICES*/
/*VACANCES*/
/* line 5176, ../sass/_styles.scss */
.vacancies .panel-default > .panel-heading, .faq-page .panel-default > .panel-heading {
  padding: 0;
}
/* line 5180, ../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 5184, ../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 5194, ../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 5197, ../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 5202, ../sass/_styles.scss */
.vacancies-tabs {
  margin-bottom: 15px;
  margin-right: 10px;
}
/* line 5206, ../sass/_styles.scss */
.vacancies-tabs__active {
  margin-bottom: 15px;
  margin-right: 10px;
}
/* line 5210, ../sass/_styles.scss */
.vacancies .panel-default, .faq-page .panel-default {
  border-color: #a9a9a9;
}
/* line 5213, ../sass/_styles.scss */
.vacancies .panel-default a, .faq-page .panel-default a,
.vacancies .panel-default button,
.faq-page .panel-default button {
  color: #555;
}
/* line 5217, ../sass/_styles.scss */
.vacancies .panel-body, .faq-page .panel-body {
  border-top-color: #a9a9a9 !important;
}
/* line 5220, ../sass/_styles.scss */
.vacancies .vacancies-tabs.btn-primary, .faq-page .vacancies-tabs.btn-primary {
  background: #F0F0F0;
  border-color: #a9a9a9;
  color: #555;
}

/*/
VACANCES*/
/*REVIEWS*/
/* line 5231, ../sass/_styles.scss */
.review .in {
  margin-bottom: 20px;
  font-size: 12px;
}
/* line 5235, ../sass/_styles.scss */
.review-image {
  border: 1px solid #ebebeb;
  float: left;
  height: 58px;
  margin-right: 10px;
  width: 58px;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 5244, ../sass/_styles.scss */
.review-name {
  color: #555;
  font-size: 16px;
}
/* line 5248, ../sass/_styles.scss */
.review-job {
  font-size: 12px;
  font-style: italic;
}

/* line 5253, ../sass/_styles.scss */
.subscription .label-wrap {
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 5257, ../sass/_styles.scss */
.subscription-notes {
  padding-bottom: 10px;
}

/*/
REVIEWS*/
/*GALLERY*/
/* line 5264, ../sass/_styles.scss */
.gallerys {
  margin-bottom: 10px;
}
/* line 5267, ../sass/_styles.scss */
.gallerys-item {
  margin-bottom: 20px;
}
/* line 5271, ../sass/_styles.scss */
.gallerys-label {
  display: block;
  position: relative;
}
/* line 5276, ../sass/_styles.scss */
.gallerys-img {
  width: 100%;
}
/* line 5280, ../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 5291, ../sass/_styles.scss */
.gallerys-item:hover .gallerys-data {
  max-height: 145px;
}
/* line 5295, ../sass/_styles.scss */
.gallerys-name {
  color: #fff;
  font-size: 15px;
  margin: 13px 0 5px;
}
/* line 5301, ../sass/_styles.scss */
.gallerys-descr {
  max-height: 98px;
  overflow: hidden;
  margin: 0 0 7px;
  color: #fff;
  font-size: 13px;
}

/* line 5310, ../sass/_styles.scss */
.gallerys .owl-nav {
  float: right;
  margin: 10px 0 0;
}

/* line 5315, ../sass/_styles.scss */
.gallerys.owl .gallerys-item {
  margin-bottom: 0;
}

/* line 5319, ../sass/_styles.scss */
.production {
  color: #555;
}

/*/
GALLERY*/
/* SET  CONSTRUCTOR */
/* line 5327, ../sass/_styles.scss */
.panel-constructor {
  border: 2px solid #ffe062;
}
/* line 5330, ../sass/_styles.scss */
.panel-constructor .panel {
  margin-bottom: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
/* line 5335, ../sass/_styles.scss */
.panel-constructor__bottom {
  margin-top: 10px;
}
@media (min-width: 740px) {
  /* line 5339, ../sass/_styles.scss */
  .panel-constructor .panel-constructor__selected-items {
    float: left;
    width: 75%;
    padding-right: 3.5px;
  }
}
@media (min-width: 1024px) {
  /* line 5346, ../sass/_styles.scss */
  .panel-constructor .panel-constructor__selected-items {
    width: 80%;
  }
}

/* line 5351, ../sass/_styles.scss */
.set-item {
  padding: 7px;
  border: 1px solid #e2e2e2;
  margin: 1px;
  position: relative;
}
/* line 5357, ../sass/_styles.scss */
.set-item .set-item__data, .set-item .set-item__pic {
  display: table-cell;
  vertical-align: middle;
}
/* line 5363, ../sass/_styles.scss */
.set-item .set-item__pic {
  height: 55px;
}
/* line 5366, ../sass/_styles.scss */
.set-item .set-item__pic img {
  height: 100%;
}
/* line 5371, ../sass/_styles.scss */
.set-item .set-item__data {
  padding-left: 10px;
  padding-right: 30px;
}
/* line 5376, ../sass/_styles.scss */
.set-item .set-item__icons {
  position: absolute;
  top: 0;
  right: -10px;
}
/* line 5381, ../sass/_styles.scss */
.set-item .set-item__icon {
  padding: 14px;
  display: inline-block;
  background: #fff;
}
/* line 5390, ../sass/_styles.scss */
.set-item .set-item__icon.gui-box {
  padding: 5.5px 6.5px;
}
/* line 5394, ../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 5405, ../sass/_styles.scss */
  .set-item .set-item__data, .set-item .set-item__pic {
    display: block;
  }
  /* line 5410, ../sass/_styles.scss */
  .set-item .set-item__pic {
    height: 170px;
    line-height: 170px;
    text-align: center;
  }
  /* line 5415, ../sass/_styles.scss */
  .set-item .set-item__pic img {
    height: auto;
    max-height: 170px;
    display: inline;
  }
  /* line 5422, ../sass/_styles.scss */
  .set-item .set-item__data {
    padding: 5px 0 0;
  }
  /* line 5425, ../sass/_styles.scss */
  .set-item .set-item__name {
    height: 36px;
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
  }
  /* line 5433, ../sass/_styles.scss */
  .set-item .set-item__prices {
    height: 55px;
    overflow: hidden;
    padding-top: 15px;
  }
}

/* line 5442, ../sass/_styles.scss */
.sets-buyblock {
  padding: 15px 0 0;
  text-align: center;
  overflow: hidden;
}
/* line 5447, ../sass/_styles.scss */
.sets-buyblock .prices__val_cool.prices__val_new.big {
  font-size: 1.7em;
  padding: 5px 0;
}
/* line 5452, ../sass/_styles.scss */
.sets-buyblock .prices__val.prices__val_old {
  font-size: 1.3em;
  padding: 0 0 7px;
  font-weight: bold;
}
/* line 5458, ../sass/_styles.scss */
.sets-buyblock .sets-buyblock__contract-price {
  font-size: 1.2em;
  font-style: italic;
}
/* line 5463, ../sass/_styles.scss */
.sets-buyblock .sets-buyblock__profit {
  margin-top: 15px;
}
/* line 5467, ../sass/_styles.scss */
.sets-buyblock .btn {
  width: 100%;
  margin: 5px 0;
}
@media (min-width: 740px) {
  /* line 5442, ../sass/_styles.scss */
  .sets-buyblock {
    padding-left: 15px;
  }
}
@media (min-width: 1620px) {
  /* line 5475, ../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 5615, ../sass/_styles.scss */
.stores .open {
  position: relative;
}

/* line 5618, ../sass/_styles.scss */
.stores .dropdown-menu {
  padding: 10px;
}

/* line 5621, ../sass/_styles.scss */
.stores td {
  padding: 3px 5px 3px 0;
}

/* line 5624, ../sass/_styles.scss */
.stores .title {
  color: #555;
  font-size: 12px;
  font-weight: bold;
}

/* line 5629, ../sass/_styles.scss */
.stores .phone {
  color: #999;
  font-size: 12px;
  margin: 0;
}

/* line 5634, ../sass/_styles.scss */
.store-item {
  margin-bottom: 10px;
}

/* line 5637, ../sass/_styles.scss */
.stores .amount {
  margin-left: 10px;
}

/* line 5640, ../sass/_styles.scss */
.stores .amount .stores-icon {
  margin-top: 3px;
}

/* line 5643, ../sass/_styles.scss */
.product-recom-list__price-new {
  color: #9d0000;
  font-size: 16px;
  font-weight: bold;
}

/* line 5648, ../sass/_styles.scss */
.product-recom-list__price.old {
  font-weight: normal;
  padding-bottom: 0;
  text-decoration: line-through;
}

/* line 5653, ../sass/_styles.scss */
.product-recom-list .owl-nav {
  float: right;
  margin-top: 20px;
}

/*/
SET PRODUCT*/
/* line 5658, ../sass/_styles.scss */
.set .owl-item.cloned {
  display: none;
}

/* PERSONAL - Basket */
/* line 5663, ../sass/_styles.scss */
ul.nav-buttons li {
  display: inline-block;
}
/* line 5665, ../sass/_styles.scss */
ul.nav-buttons li:before {
  display: none;
}
/* line 5669, ../sass/_styles.scss */
ul.nav-buttons li .btn {
  margin: 2.5px 0;
}
/* line 5673, ../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 5663, ../sass/_styles.scss */
  ul.nav-buttons li {
    width: 100%;
  }
}

/* line 5685, ../sass/_styles.scss */
.personal-basket__sort ul.nav-basket li {
  display: inline-block;
}
/* line 5687, ../sass/_styles.scss */
.personal-basket__sort ul.nav-basket li:before {
  display: none;
}
/* line 5691, ../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 5698, ../sass/_styles.scss */
.personal-basket__sort .btn {
  margin: 2.5px 0;
  padding: 11.5px 30px;
}
/* line 5703, ../sass/_styles.scss */
.personal-basket__clear-link {
  line-height: 41px;
}
/* line 5707, ../sass/_styles.scss */
.personal-basket__basket-items {
  margin: 15px 0;
}
@media (max-width: 1023px) {
  /* line 5711, ../sass/_styles.scss */
  .personal-basket__sort ul.nav li {
    width: 100%;
  }
}

/* line 5718, ../sass/_styles.scss */
.personal-panel {
  border-color: #ffe062;
  border-width: 2px;
  border-style: none;
}
/* line 5724, ../sass/_styles.scss */
.personal-panel .panel-body {
  padding: 0;
}
/* line 5728, ../sass/_styles.scss */
.personal-panel .personal-panel__editbasket-link {
  line-height: 41px;
}
/* line 5732, ../sass/_styles.scss */
.personal-panel .personal-panel__allinfo {
  margin-bottom: 10px;
}
/* line 5736, ../sass/_styles.scss */
.personal-panel .personal-panel__allinfo-block {
  float: right;
  margin-right: 15px;
}
/* line 5741, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap {
  margin-top: 15px;
}
/* line 5744, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap .btn {
  width: 49.5%;
  float: left;
}
/* line 5747, ../sass/_styles.scss */
.personal-panel .personal-panel__btn-wrap .btn:nth-child(2n) {
  float: right;
}
/* line 5752, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block {
  margin-top: 10px;
}
/* line 5756, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .table {
  margin-bottom: 0;
}
/* line 5760, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block td {
  border: 1px solid #ddd;
}
/* line 5764, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .personal-panel__coupons-value {
}
/* line 5769, ../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 5773, ../sass/_styles.scss */
.personal-panel .personal-panel__coupons-block .personal-panel__coupons-text {
  width: 80px;
  text-align: center;
}
@media (min-width: 740px) {
  /* line 5778, ../sass/_styles.scss */
  .personal-panel .personal-panel__allinfo-summary {
    display: inline-block;
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  /* line 5718, ../sass/_styles.scss */
  .personal-panel {
    border-style: solid;
  }
  /* line 5787, ../sass/_styles.scss */
  .personal-panel .panel-body {
    padding: 15px;
  }
  /* line 5791, ../sass/_styles.scss */
  .personal-panel .personal-panel__btn-wrap {
    text-align: right;
    margin-top: 20px;
  }
  /* line 5796, ../sass/_styles.scss */
  .personal-panel .personal-panel__btn-wrap .btn {
    width: auto;
    float: none;
    margin-left: 10px;
  }
}
@media (max-width: 340px) {
  /* line 5803, ../sass/_styles.scss */
  .personal-panel .personal-panel__btn-wrap .btn {
    padding: 12px 0;
  }
}

/* Basket Table */
/* line 5812, ../sass/_styles.scss */
.basket-table .basket-table__itemphoto {
  position: relative;
  width: 20%;
}
/* line 5817, ../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 5829, ../sass/_styles.scss */
.basket-table .basket-table__descr {
  height: 55px;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 5835, ../sass/_styles.scss */
.basket-table .basket-table__item .quantity-wrap {
  float: right;
  margin-top: 30px;
}
/* line 5839, ../sass/_styles.scss */
.basket-table .basket-table__item .quantity-wrap .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 5844, ../sass/_styles.scss */
.basket-table .basket-table__itemid {
  margin-right: 15px;
}
/* line 5848, ../sass/_styles.scss */
.basket-table .basket-table__itemedit td {
  padding: 0;
  border: 0;
}
/* line 5852, ../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 5857, ../sass/_styles.scss */
.basket-table .basket-table__itemedit-icons {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
/* line 5862, ../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 5875, ../sass/_styles.scss */
.basket-table .basket-table__menu a {
  color: #999;
}

.basket-table .basket-table__menu .collapse_button {
  border: 1px solid #a9a9a9;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 38px;
  width: 38px;
  margin-left: -4px;
  line-height: 0.5;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  min-width: 38px;
  z-index: 999;
  float: right;
}

.basket-table .basket-table__menu .collapse_button .line {
  display: inline-block;
  border-top: 3px solid #a9a9a9;
  width: 19px;
  -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;
}

.basket-table .basket-table__menu .collapse_button.opened .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: 5px 3px;
  -moz-transform-origin: 5px 3px;
  -ms-transform-origin: 5px 3px;
  -o-transform-origin: 5px 3px;
  transform-origin: 5px 3px;
}

.basket-table .basket-table__menu .collapse_button.opened .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: 10px 0;
  -moz-transform-origin: 10px 0;
  -ms-transform-origin: 10px 0;
  -o-transform-origin: 10px 0;
  transform-origin: 10px 0;
}

.basket-table .basket-table__menu .collapse_button.opened .line:nth-child(3) {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

/* line 5892, ../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 5899, ../sass/_styles.scss */
.basket-table .basket-table__quantity {
  width: 65px;
  padding: 0 20px;
}
/* line 5904, ../sass/_styles.scss */
.basket-table .basket-table__price, .basket-table .basket-table__sum {
  min-width: 140px;
  padding: 0 20px;
}
/* line 5910, ../sass/_styles.scss */
.basket-table .basket-table__controls {
  min-width: 125px;
}
/* line 5913, ../sass/_styles.scss */
.basket-table .basket-table__controls .fa {
  width: 16px;
  margin-right: 5px;
  text-align: center;
}
/* line 5919, ../sass/_styles.scss */
.basket-table .basket-table__controls div {
  padding: 3px 0;
}
/* line 5924, ../sass/_styles.scss */
.basket-table .basket-table__controls .fa.fa-trash {
  font-size: 16px;
  color: #8d8d8d;
}
/* line 5929, ../sass/_styles.scss */
.basket-table--order {
  border: 0 !important;
}
/* line 5932, ../sass/_styles.scss */
.basket-table--order tr > td {
  border: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
/* line 5940, ../sass/_styles.scss */
.basket-table--small .basket-table__name {
  height: 55px;
  overflow: hidden;
}
/* line 5944, ../sass/_styles.scss */
.basket-table--small .basket-table__name a {
  color: #000;
}
/* line 5949, ../sass/_styles.scss */
.basket-table--small .basket-table__price, .basket-table--small .basket-table__sum {
  min-width: 130px;
  padding: 0 10px;
}
/* line 5955, ../sass/_styles.scss */
.basket-table--small .basket-table__controls {
  min-width: auto;
}
@media (min-width: 1024px) {
  /* line 5811, ../sass/_styles.scss */
  .basket-table {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  /* line 5966, ../sass/_styles.scss */
  .basket-table .basket-table__item {
    padding-left: 15px;
  }
  /* line 5969, ../sass/_styles.scss */
  .basket-table .basket-table__itemphoto {
    width: 10%;
  }
}

/* line 5977, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-name {
  padding: 5px 0;
  display: inline-block;
  color: #555;
}
/* line 5983, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list {
  padding-left: 0;
}
/* line 5987, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li {
  display: inline-block;
  margin-right: 10px;
}
/* line 5990, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li:before {
  color: transparent;
}
/* line 5995, ../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 5999, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__prop-list li span {
  width: 40px;
  height: 40px;
  -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 6006, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__dropdown {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 15px;
}
/* line 6011, ../sass/_styles.scss */
.basket-table-sku .basket-table-sku__dropdown .dropdown {
  display: block;
}
.rs_sku-prop .dropdown .dropdown-menu,
.basket-table-sku .dropdown .dropdown-menu {
  max-height: 270px;
  overflow: auto;
}
/* Quantity dropdown */
/* line 6020, ../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 6025, ../sass/_styles.scss */
select.quantity-select:focus {
  border: 1px solid #a9a9a9;
  color: #555;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 6035, ../sass/_styles.scss */
div.quantity-select > .dropdown-toggle {
  line-height: 17px;
  padding: 10px;
  min-width: 60px;
  text-align: left;
}
/* line 6041, ../sass/_styles.scss */
div.quantity-select > .dropdown-toggle > .fa {
  float: right;
}

/* line 6048, ../sass/_styles.scss */
input.quantity-form {
  height: 39px;
}

/* line 6052, ../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 6059, ../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 6065, ../sass/_styles.scss */
.item_timer .products-counter {
  width: auto;
}

/* line 6070, ../sass/_styles.scss */
.rs_detail-pic .owl-nav {
  display: none;
}

/* line 6074, ../sass/_styles.scss */
.rs_detail-pic .stickers {
  position: absolute;
  right: 7px;
  top: 7px;
}
/* line 6079, ../sass/_styles.scss */
.rs_detail-pic .stickers .discount_icon {
  left: 2px;
  position: relative;
  top: 10px;
  z-index: 10;
}

/* line 6086, ../sass/_styles.scss */
.count_item {
  float: right;
  margin: 11px 0;
}

/* line 6090, ../sass/_styles.scss */
.product .product-description .products_price_and_store {
  padding: 15px 0;
  overflow: visible;
  white-space: nowrap;
}
/* line 6095, ../sass/_styles.scss */
.product .product-description .products_price_and_store .prices {
  display: inline-block;
  margin-right: 15px;
  white-space: normal;
}
/* line 6099, ../sass/_styles.scss */
.product .product-description .products_price_and_store .prices:last-child {
  margin-right: 0;
}

/* line 6104, ../sass/_styles.scss */
.authinhead {
  margin-left: 15px;
}

/* line 6107, ../sass/_styles.scss */
.authinhead .prom {
  color: #555;
  padding: 0 10px;
}

/* line 6112, ../sass/_styles.scss */
.authinhead .dropdown-menu li a {
  color: #555;
  padding: 10px 15px;
}

/* line 6117, ../sass/_styles.scss */
.favoriteinhead {
  position: relative;
  float: right;
  margin-right: 0;
  margin-top: 28px;
}

/* line 6123, ../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 6137, ../sass/_styles.scss */
.basketinhead {
  position: relative;
  float: right;
  margin-left: 25px;
  margin-top: 28px;
}

/* line 6143, ../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 6158, ../sass/_styles.scss */
.top_line_menu a {
  display: inline-block;
  padding: 14px 0;
  color: #555;
}

/* line 6164, ../sass/_styles.scss */
.topline .top_line_menu {
  display: block;
  white-space: nowrap;
  text-align: left;
  margin-bottom: 0;
}

/* line 6171, ../sass/_styles.scss */
.topline .top_line_menu li {
  display: inline-block;
  margin-right: 15px;
}

/* line 6176, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more {
  position: relative !important;
}

/* line 6179, ../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 6185, ../sass/_styles.scss */
.topline .top_line_menu li.top_line_menu__more > ul.top_line_menu__more-list li {
  width: 100%;
  display: block;
}

/* line 6189, ../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 6193, ../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 6198, ../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 6204, ../sass/_styles.scss */
.panel-group .panel-order .panel-title a {
  color: #555;
}
/* line 6206, ../sass/_styles.scss */
.panel-group .panel-order .panel-title a:hover {
  text-decoration: none;
}
/* line 6211, ../sass/_styles.scss */
.panel-group .panel-order .panel-heading {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  padding-left: 10px;
}
/* line 6216, ../sass/_styles.scss */
.panel-group .panel-order .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 15px 25px;
}
/* line 6220, ../sass/_styles.scss */
.panel-group .panel-order:last-child {
  border-bottom: 1px solid #e2e2e2;
}
/* line 6224, ../sass/_styles.scss */
.panel-group .panel-order + .panel.panel-order {
  margin-top: 0;
}

/* /Panel order */
/* Personal Make Order */
/* line 6232, ../sass/_styles.scss */
.personal-makeorder__person-type .btn {
  margin-right: 10px;
}
@media (max-width: 1023px) {
  /* line 6236, ../sass/_styles.scss */
  .personal-makeorder__person-type label {
    width: 100%;
  }
  /* line 6239, ../sass/_styles.scss */
  .personal-makeorder__person-type label .btn {
    width: 100%;
  }
}
/* line 6245, ../sass/_styles.scss */
.personal-makeorder .required {
  color: red;
}
/* line 6249, ../sass/_styles.scss */
.personal-makeorder .panel-heading {
  padding: 0;
}
/* line 6252, ../sass/_styles.scss */
.personal-makeorder.panel-group .panel-order .panel-title a {
  padding: 10px 15px;
  display: block;
  position: relative;
}
/* line 6256, ../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 6266, ../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 6276, ../sass/_styles.scss */
.table-order tbody > tr {
  cursor: pointer;
}
/* line 6279, ../sass/_styles.scss */
.table-order tbody > tr > td {
  border: 0;
  width: 100%;
}
/* line 6284, ../sass/_styles.scss */
.table-order .table-order__radio {
  width: 60px;
  text-align: center;
  vertical-align: middle;
}
/* line 6290, ../sass/_styles.scss */
.table-order .table-order__picture {
  vertical-align: middle;
  width: 120px;
  text-align: center;
}
/* line 6295, ../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 6307, ../sass/_styles.scss */
.float-basket-order {
  position: absolute;
  width: 25%;
  right: 0;
  height: 100%;
  padding-bottom: 17px;
  padding-right: 12px;
}
/* line 6315, ../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 6324, ../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 6338, ../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 6347, ../sass/_styles.scss */
.float-basket h4 {
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 1;
}
/* line 6353, ../sass/_styles.scss */
.float-basket .float-basket__itemlist {
  padding-left: 30px;
}
/* line 6355, ../sass/_styles.scss */
.float-basket .float-basket__itemlist li:before {
  color: #000;
}
/* line 6359, ../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 6364, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__item {
  padding-bottom: 15px;
}
/* line 6366, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__item:before {
  content: counter(list) ".";
}
/* line 6371, ../sass/_styles.scss */
.float-basket .float-basket__itemlist .float-basket__itemname {
  max-height: 36px;
  overflow: hidden;
}
/* line 6376, ../sass/_styles.scss */
.float-basket .float-basket__editbasket-link {
  padding: 15px 30px;
}

/* /Floating Basket */
/*-- SKU-*/
/* line 6385, ../sass/_styles.scss */
.rs_sku {
  display: none;
  margin: 10px 0;
}
.products_prices_buy_block + .rs_sku.rs_sku_showcase,
.products_prices_buy_block + .products__detail{
  margin-top: 15px;
}
/* line 6390, ../sass/_styles.scss */
.products_list .rs_sku {
  display: block;
  margin: 0;
}
/* line 6395, ../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: 0;
}
/* line 6403, ../sass/_styles.scss */
.rs_sku-options {
  padding-left: 0;
  padding-top: 2px;
}
/* line 6408, ../sass/_styles.scss */
.rs_sku-option {
  display: inline-block;
  margin: 0 1px 0 0;
  border: 4px solid transparent;
}
/* line 6412, ../sass/_styles.scss */
.rs_sku-option:before {
  display: none;
}
/* line 6417, ../sass/_styles.scss */
.rs_sku-option.checked {
  border-color: #ffe062;
}
/* line 6421, ../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 6428, ../sass/_styles.scss */
.rs_sku-prop {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 6436, ../sass/_styles.scss */
.rs_sku-prop_name {
  display: block;
  margin: 0;
  font-size: 11px;
  line-height: 12px;
  font-style: italic;
  color: #999;
  margin-bottom: 8px;
}

/*-- /sku-*/
/* /Floating Basket */
/* Personal My Orders */
/* line 6457, ../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 6470, ../sass/_styles.scss */
.order-list .order-list__filter {
  margin-bottom: 15px;
}
/* line 6474, ../sass/_styles.scss */
.order-list .order-list__table td {
  padding: 12px 30px;
}
/* line 6478, ../sass/_styles.scss */
.order-list .order-list__itembasket {
  margin-top: 9.5px;
}
@media (max-width: 1023px) {
  /* line 6482, ../sass/_styles.scss */
  .order-list .order-list__filter .btn {
    width: 100%;
    margin: 2.5px 0;
  }
}

/* /Personal - My Orders: list */
/* Personal - My Orders: detail */
/* line 6496, ../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 6501, ../sass/_styles.scss */
  .order-detail .order-detail__controls {
    margin: 10px 0;
  }
  /* line 6503, ../sass/_styles.scss */
  .order-detail .order-detail__controls .btn {
    width: 100%;
    margin: 2.5px 0;
  }
}

/* /Personal - My Orders: detail */
/*-- PARTNERS --*/
/* line 6515, ../sass/_styles.scss */
.partners {
  margin: 0 0 28px;
}
/* line 6518, ../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 6523, ../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 6529, ../sass/_styles.scss */
.partners-list {
  margin: 0 0 10px;
}

/* line 6534, ../sass/_styles.scss */
.partners .owl-nav {
  float: right;
  margin: 12px 0 0;
}

/* line 6539, ../sass/_styles.scss */
.partners .owl .partners__img {
  display: inline;
  margin: 0 0 1px;
}

/*-- /partners-*/
/*-- SMALLBANNERS-*/
/* line 6546, ../sass/_styles.scss */
.smallbanners {
  margin: 0 0 40px;
}
/* line 6549, ../sass/_styles.scss */
.smallbanners__item {
  margin-bottom: 20px;
}
/* line 6552, ../sass/_styles.scss */
.smallbanners__item:hover .smallbanners__img {
  opacity: 0.8;
}
/* line 6556, ../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 6559, ../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 6565, ../sass/_styles.scss */
.smallbanners__label {
  position: relative;
  display: block;
  overflow: hidden;
  height: 250px;
}
/* line 6572, ../sass/_styles.scss */
.smallbanners__info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 6px 10px 5px;
  overflow: hidden;
  color: #000;
}
/* line 6583, ../sass/_styles.scss */
.smallbanners__decor {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  background: #ffe062;
}
/* line 6593, ../sass/_styles.scss */
.smallbanners__item_wide .smallbanners__info {
  right: auto;
  min-width: 47%;
  margin-right: 10px;
}
/* line 6599, ../sass/_styles.scss */
.smallbanners__name {
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
/* line 6605, ../sass/_styles.scss */
.smallbanners__price {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  min-height: 20px;
}
/* line 6613, ../sass/_styles.scss */
.smallbanners__from {
  margin: 0 5px 0 0;
  font-style: italic;
  font-size: 11px;
  font-weight: normal;
}
/* line 6620, ../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 6633, ../sass/_styles.scss */
.inheadfavorite {
  margin-right: 10px;
  margin-top: 28px;
}

/* Dropdown basket */
/* line 6639, ../sass/_styles.scss */
.open .dropdown-basket, .open .dropdown-favorite {
  display: block !important;
}

/* line 6642, ../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 6658, ../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 6670, ../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 6677, ../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 6684, ../sass/_styles.scss */
.dropdown-basket .heighter, .dropdown-favorite .heighter {
  max-height: 454px;
  padding-right: 7px;
  overflow: auto;
  position: relative;
}
@media (min-width: 1620px) {
  /* line 6642, ../sass/_styles.scss */
  .dropdown-basket, .dropdown-favorite {
    width: 900px;
    min-width: 900px;
    right: -5px;
  }
  /* line 6694, ../sass/_styles.scss */
  .dropdown-basket:after, .dropdown-favorite:after, .dropdown-basket:before, .dropdown-favorite:before {
    left: 875px;
  }
}
/* line 6700, ../sass/_styles.scss */
.dropdown-basket .basket-table.basket-table--small, .dropdown-favorite .basket-table.basket-table--small {
  border: 0;
}
/* line 6702, ../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 6706, ../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 6715, ../sass/_styles.scss */
.dropdown-favorite {
  right: 6px;
}
/* line 6718, ../sass/_styles.scss */
.dropdown-favorite:after, .dropdown-favorite:before {
  left: 570px;
}
@media (min-width: 1620px) {
  /* line 6715, ../sass/_styles.scss */
  .dropdown-favorite {
    right: 36px;
  }
  /* line 6724, ../sass/_styles.scss */
  .dropdown-favorite:after, .dropdown-favorite:before {
    left: 800px;
  }
}

/* /Dropdown favorite */
/* Basket form */
/* line 6736, ../sass/_styles.scss */
.add2basketform .add2basketlink, .add2basketform.cantbuy .buybtn, .add2basketform.checked .inbasket {
  display: block;
}
/* line 6742, ../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 6756, ../sass/_styles.scss */
.mobile-props .panel.panel-default {
  border: 0;
}
/* line 6759, ../sass/_styles.scss */
.mobile-props .panel-default > .panel-heading {
  background-color: #fff;
  padding: 0;
}
/* line 6763, ../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 6768, ../sass/_styles.scss */
.mobile-props > .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

/* /Mobile properties accordion */
/* line 6774, ../sass/_styles.scss */
.product-detail-carousel {
  width: 100%;
  position: relative;
}
/* line 6778, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}
/* line 6786, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav {
  height: 100%;
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 0;
}
/* line 6794, ../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 6806, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__nav .active.owl-dot {
  border-color: #ffda47;
  outline-color: #ffda47;
}
/* line 6811, ../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 6824, ../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 6835, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel {
  padding: 1px;
}
/* line 6839, ../sass/_styles.scss */
.product-detail-carousel .product-detail-carousel__carousel.owl-carousel .owl-item {
  position: static;
  text-align: center;
}
/* line 6843, ../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 6855, ../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 6860, ../sass/_styles.scss */
.product-detail-carousel__bottom {
  width: 80%;
  margin-left: 20%;
  text-align: center;
}
/* line 6866, ../sass/_styles.scss */
.product-detail-carousel__bottom .item_timer {
  margin-left: 0;
  display: inline-block;
}
/* line 6871, ../sass/_styles.scss */
.product-detail-carousel__bottom .item_timer .products-counter {
  position: relative;
}
/* line 6875, ../sass/_styles.scss */
.product-detail-carousel .stickers {
  z-index: 2;
  top: 5%;
  right: 5%;
}
/* line 6881, ../sass/_styles.scss */
.product-detail-carousel .marks {
  bottom: 5%;
  z-index: 2;
}
@media (min-width: 740px) {
  /* line 6887, ../sass/_styles.scss */
  .product-detail-carousel .product-detail-carousel__nav-wrap {
    position: absolute;
    width: 17%;
  }
  /* line 6891, ../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 6895, ../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 6906, ../sass/_styles.scss */
  .product-detail-carousel .product-detail-carousel__images {
    width: 80%;
    padding-bottom: 80%;
    margin-left: 20%;
  }
  /* line 6912, ../sass/_styles.scss */
  .product-detail-carousel .product-detail-carousel__nav .owl-dot .owl-preview {
    display: block;
  }
}

/* line 6919, ../sass/_styles.scss */
.product-bar {
  display: none;
}
@media (min-width: 1620px) {
  /* line 6919, ../sass/_styles.scss */
  .product-bar {
    display: block;
    position: absolute;
    right: 0;
  }
}

/* line 6929, ../sass/_styles.scss */
.top_line_menu_responsive {
  text-align: left;
  padding: 15px 10px 10px 0;
}

/* line 6934, ../sass/_styles.scss */
.top_line_menu_responsive .dropdown-menu li a {
  color: #555;
  padding: 10px 15px;
}

/* line 6939, ../sass/_styles.scss */
.mobile-props {
  margin-top: 15px;
}

/* Products */
/* line 6945, ../sass/_styles.scss */
.content .row.products_showcase > .col {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 6952, ../sass/_styles.scss */
.content .row.products_showcase > .col {
  width: 100%;
}
/* line 6955, ../sass/_styles.scss */
.content .row.products_showcase > .col.half {
  width: 100%;
  float: left;
}
@media (min-width: 480px) {
  .content .row.products_showcase > .col.half {
    width: 50%;
    float: left;
  }
}
@media (min-width: 740px) {
  /* line 6960, ../sass/_styles.scss */
  .content .row.products_showcase > .col {
    float: left;
  }
  /* line 6963, ../sass/_styles.scss */
  .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
    width: 33.33333%;
  }
}
@media (min-width: 1260px) {
  /* line 6969, ../sass/_styles.scss */
  .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
    width: 25%;
  }
}
@media (min-width: 1680px) {
  /* line 6975, ../sass/_styles.scss */
  .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
    width: 20%;
  }
}

/* Products */
/* sidebar */
/* line 6984, ../sass/_styles.scss */
.sidebar-wrap {
  /*
  .brand {
    margin-bottom: $line-height-computed;
    text-align: center;
  }
  */
}
/* line 6994, ../sass/_styles.scss */
.sidebar-wrap > .fixsidebar .brand {
  display: none;
}
@media (min-width: 1024px) {
  /* line 6984, ../sass/_styles.scss */
  .sidebar-wrap {
    padding-left: 285px;
  }
  /* line 7001, ../sass/_styles.scss */
  .sidebar-wrap > .fixsidebar {
    margin-left: -285px;
    width: 270px;
    float: left;
  }
  /* line 7006, ../sass/_styles.scss */
  .sidebar-wrap > .fixsidebar .brand {
    display: block;
    margin-bottom: 19px;
  }
  /* line 7011, ../sass/_styles.scss */
  .sidebar-wrap > .fixsidebar .brand__logo {
    display: block;
    width: 100%;
  }
  /* line 7017, ../sass/_styles.scss */
  .sidebar-wrap .page-title {
    float: right;
    width: 100%;
  }
  /* line 7025, ../sass/_styles.scss */
  .sidebar-wrap .page-title .brand > .media-left {
    display: none;
  }
  /* line 7031, ../sass/_styles.scss */
  .sidebar-wrap .page-title, .sidebar-wrap > .content {
    margin-left: -285px;
  }
  /* line 7036, ../sass/_styles.scss */
  .sidebar-wrap > .fixsidebar ~ .catalog-content, .sidebar-wrap > .fixsidebar ~ .content {
    float: right;
    width: 100%;
    margin-left: 0;
  }
}
/* line 7045, ../sass/_styles.scss */
.sidebar-wrap.sidebar-wrap--right {
  padding-right: 285px;
  padding-left: 0;
}
/* line 7049, ../sass/_styles.scss */
.sidebar-wrap.sidebar-wrap--right > .fixsidebar {
  margin-left: 0;
  margin-right: -285px;
  float: right;
}
/* line 7054, ../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 7067, ../sass/_styles.scss */
.location-block-wrapper {
  position: relative;
}

/* line 7070, ../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 7082, ../sass/_styles.scss */
.form-group .bx-sls .bx-ui-sls-pane {
  max-width: 409px;
}

/* line 7086, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-variants {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
}
/* line 7092, ../sass/_styles.scss */
.bx-sls .bx-ui-sls-error, .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant {
  cursor: pointer;
  padding: 10px;
}
/* line 7097, ../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 7101, ../sass/_styles.scss */
.bx-sls input[type="text"] {
  position: relative;
}
/* line 7104, ../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 7118, ../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 7132, ../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 7142, ../sass/_styles.scss */
.compare-result__sort .btn {
  width: 100%;
  margin: 2.5px 0;
}
/* line 7147, ../sass/_styles.scss */
.compare-result .compare-result__scroll {
  overflow-x: auto;
}
/* line 7151, ../sass/_styles.scss */
.compare-result .compare-result__block {
  margin-top: 15px;
}
/* line 7155, ../sass/_styles.scss */
.compare-result .compare-result__header {
  white-space: nowrap;
  display: table;
  min-width: 100%;
}
/* line 7161, ../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 7174, ../sass/_styles.scss */
.compare-result .compare-result__info-name {
  white-space: normal;
  height: 60px;
  overflow: hidden;
}
/* line 7180, ../sass/_styles.scss */
.compare-result .compare-result__info-image {
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
}
/* line 7185, ../sass/_styles.scss */
.compare-result .compare-result__info-image img {
  max-width: 100%;
  max-height: 100%;
}
/* line 7190, ../sass/_styles.scss */
.compare-result .compare-result__table {
  position: relative;
  display: table;
  min-width: 100%;
}
/* line 7195, ../sass/_styles.scss */
.compare-result .compare-result__table-row {
  white-space: nowrap;
  display: table-row;
}
/* line 7199, ../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 7210, ../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 7225, ../sass/_styles.scss */
.compare-result .compare-result__table-col {
  text-align: center;
}
/* line 7229, ../sass/_styles.scss */
.compare-result .compare-result__table-property {
  font-weight: bold;
  background: #fff;
  color: #000;
  z-index: 1;
  opacity: 0.85;
}
/* line 7236, ../sass/_styles.scss */
.compare-result .compare-result__table-property {
  border-left: 1px solid #ddd;
}
/* line 7240, ../sass/_styles.scss */
.compare-result .compare-result__item-remove {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 7246, ../sass/_styles.scss */
.compare-result .compare-result__item-remove .fa.fa-times {
  font-size: 36px;
  font-family: PeIcon7Stroke;
}
/* line 7249, ../sass/_styles.scss */
.compare-result .compare-result__item-remove .fa.fa-times:before {
  content: "\e680";
}
@media (min-width: 740px) {
  /* line 7255, ../sass/_styles.scss */
  .compare-result .compare-result__sort .btn {
    width: auto;
  }
  /* line 7259, ../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 7266, ../sass/_styles.scss */
  .compare-result .compare-result__info-image {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  /* line 7272, ../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 7279, ../sass/_styles.scss */
  .compare-result .compare-result__info-image {
    width: 160px;
  }
}

/* /Compare */
/* 404 */
/* line 7287, ../sass/_styles.scss */
.errorpagein {
  width: 100%;
}
/* line 7290, ../sass/_styles.scss */
.errorpagein .errorcode {
  margin-top: 50px;
  font-size: 200px;
}
/* line 7295, ../sass/_styles.scss */
.errorpagein .errortext {
  position: relative;
  top: -40px;
  font-size: 30px;
}

/* /404 */
/* Mobile menu */
/* line 7304, ../sass/_styles.scss */
.mobile-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
/* line 7310, ../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: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding-top: 66px;
  overflow: hidden;
}
/* line 7323, ../sass/_styles.scss */
.mobile-menu .mobile-menu__items {
  padding: 0;
}
/* line 7325, ../sass/_styles.scss */
.mobile-menu .mobile-menu__items li:before {
  display: none;
}
/* line 7330, ../sass/_styles.scss */
.mobile-menu .mobile-menu__personal {
  padding: 5px 17px;
  background: rgba(204, 204, 204, 0.3);
  z-index: 1;
}
/* line 7335, ../sass/_styles.scss */
.mobile-menu .mobile-menu__personal a {
  color: #202020;
}
/* line 7340, ../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 7348, ../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 7357, ../sass/_styles.scss */
.mobile-menu__userlogin {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  width: 100%;
}
span.mobile-menu__userlogin {
  width: auto;
  margin-top: 10px;
}
.authinhead span.mobile-menu__userlogin {
  margin-top: 0;
  margin-right: 10px;
}
.mobile-menu__personal_page {
  white-space: nowrap;
}
/* line 7362, ../sass/_styles.scss */
.mobile-menu__userlogin:after, .mobile-menu__userlogin:before {
  position: absolute;
  font-family: PeIcon7Stroke;
}
/* line 7367, ../sass/_styles.scss */
.mobile-menu__userlogin:before {
  content: "\e605";
  font-size: 30px;
  left: 0;
  top: -15px;
}
.authinhead .mobile-menu__userlogin:before {
  top: 0;
}
/* line 7375, ../sass/_styles.scss */
.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 7380, ../sass/_styles.scss */
.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 7385, ../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 7396, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal.open {
  height: 100%;
}
/* line 7401, ../sass/_styles.scss */
.mobile-menu .mobile-menu__userpersonal .mobile-menu__userpersonal-list {
  overflow: auto;
}
/* line 7405, ../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 7410, ../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 7417, ../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 7426, ../sass/_styles.scss */
.mobile-menu .inmenucompare, .mobile-menu .inmenufavorite {
  position: relative;
  text-decoration: none;
}
/* line 7429, ../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 7438, ../sass/_styles.scss */
.mobile-menu .inmenucompare .fa, .mobile-menu .inmenufavorite .fa {
  font-size: 18px;
}
/* line 7441, ../sass/_styles.scss */
.mobile-menu .inmenucompare:hover, .mobile-menu .inmenufavorite:hover {
  text-decoration: none;
}
/* line 7445, ../sass/_styles.scss */
.mobile-menu .inmenucompare {
  margin-right: 25px;
}
/* line 7448, ../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 7451, ../sass/_styles.scss */
.mobile-menu .inmenucompare .count {
  right: -8px;
}
.mobile-menu-authorized .mobile-menu-nav {
  top: 88px;
}
@media (min-width: 740px) {
  /* line 7456, ../sass/_styles.scss */
  .mobile-menu-wrap {
    z-index: 999;
    padding-top: 0;
    width: 400px;
  }
  /* line 7461, ../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 7466, ../sass/_styles.scss */
  .mobile-menu .mobile-menu__personal {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  /* line 7471, ../sass/_styles.scss */
  .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu-nav__submenu, .mobile-menu .mobile-menu__userpersonal {
    padding: 0 30px;
  }
  /* line 7477, ../sass/_styles.scss */
  .mobile-menu .mobile-menu-nav .mobile-menu-nav__arrow.back {
    left: 45px;
  }
  /* line 7481, ../sass/_styles.scss */
  .mobile-menu .mobile-menu-nav .mobile-menu-nav__arrow {
    right: 45px;
  }
  /* line 7485, ../sass/_styles.scss */
  .mobile-menu .mobile-menu-nav, .mobile-menu .mobile-menu__userpersonal, .mobile-menu-authorized .mobile-menu-nav {
    top: 120px;
  }
}

/* line 7491, ../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 7500, ../sass/_styles.scss */
.mobile-menu-nav__element:before {
  display: none;
}
/* line 7503, ../sass/_styles.scss */
.mobile-menu-nav__element {
  position: static;
}
/* line 7507, ../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 7513, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link.disabled {
  background-color: rgba(204, 204, 204, 0.3);
  font-weight: bold;
}
/* line 7517, ../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 7522, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__link.back {
  padding-left: 35px;
}
/* line 7527, ../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 7542, ../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 7545, ../sass/_styles.scss */
.mobile-menu-nav__submenu.overflower {
  overflow: hidden;
}
/* line 7550, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__arrow {
  position: absolute;
  font-family: PeIcon7Stroke;
  font-size: 20px;
  right: 15px;
  font-weight: bold;
}
/* line 7556, ../sass/_styles.scss */
.mobile-menu-nav .mobile-menu-nav__arrow:before {
  content: "\e684";
}
/* line 7560, ../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 7569, ../sass/_styles.scss */
.opened-mobile-menu {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 7576, ../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 7579, ../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 7582, ../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 7587, ../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 3px;
     -moz-transform-origin: 7px 3px;
      -ms-transform-origin: 7px 3px;
       -o-transform-origin: 7px 3px;
          transform-origin: 7px 3px;
}
/* line 7591, ../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 7595, ../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 7569, ../sass/_styles.scss */
  .opened-mobile-menu {
    -webkit-transform: translateX(400px);
       -moz-transform: translateX(400px);
        -ms-transform: translateX(400px);
         -o-transform: translateX(400px);
            transform: translateX(400px);
  }
  /* line 7602, ../sass/_styles.scss */
  .opened-mobile-menu #panel {
    -webkit-transform: translateX(-400px);
       -moz-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
         -o-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}
@media (max-width: 740px) {
  /* line 7607, ../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 7615, ../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 7632, ../sass/_styles.scss */
.mainmenu {
  float: none;
  white-space: nowrap;
  visibility: hidden;
}
/* line 7637, ../sass/_styles.scss */
.mainmenu .mainmenu__other {
  position: relative;
  float: right;
  text-align: right;
}
/* line 7643, ../sass/_styles.scss */
.mainmenu .mainmenu__other .mainmenu__other-link {
  padding: 18px 12px;
  font-size: 21px;
  font-weight: bold;
}
/* line 7649, ../sass/_styles.scss */
.mainmenu .mainmenu__other .mainmenu__other-list {
  top: 100%;
}
/* line 7652, ../sass/_styles.scss */
.mainmenu .mainmenu__other:hover .mainmenu__other-list {
  display: block;
}
/* line 7656, ../sass/_styles.scss */
.mainmenu .mainmenu__other-item .mainmenu__item-link {
  display: block;
  padding: 10px 27px;
}
/* line 7661, ../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 7669, ../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 7677, ../sass/_styles.scss */
.mainmenu .mainmenu__root-item > .mainmenu__item-link {
  padding: 18px 45px;
}
/* line 7681, ../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 7696, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu .mainmenu__submenu {
  top: 0;
  left: 100%;
  visibility: hidden;
  display: block;
}
/* line 7702, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu-item:before {
  content: initial;
}
/* line 7706, ../sass/_styles.scss */
.mainmenu .mainmenu__submenu-item .mainmenu__item-link {
  padding: 10px 27px;
}
/* line 7709, ../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 7720, ../sass/_styles.scss */
.mainmenu .invisible {
  display: none;
}
/* line 7728, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__submenu {
  padding: 20px 15px 60px;
  left: auto;
  max-width: 100%;
  min-height: 375px;
}
/* line 7734, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__linecolumns {
  float: left;
}
/* line 7737, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__linecolumns .mainmenu__column {
  float: none;
}
/* line 7741, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column, .mainmenu--wide .mainmenu__product {
  width: 220px;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
/* line 7748, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column {
  float: left;
}
/* line 7751, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__product {
  display: none;
  float: right;
}
/* line 7755, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column > li {
  padding: 10px 15px;
}
/* line 7758, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__column > li > .mainmenu__item-link {
  font-weight: bold;
  padding: 5px 0;
  display: inline-block;
}
/* line 7764, ../sass/_styles.scss */
.mainmenu--wide .mainmenu__subitems .mainmenu__item-link {
  display: inline-block;
  padding: 5px 0;
}
/* line 7769, ../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 7781, ../sass/_styles.scss */
  .mainmenu--wide .mainmenu__product {
    display: block;
  }
}

/* line 7788, ../sass/_styles.scss */
.mainmenu-product {
  padding: 15px 7px;
  position: relative;
}
/* line 7792, ../sass/_styles.scss */
.mainmenu-product__pic {
  height: 170px;
  line-height: 170px;
  text-align: center;
}
/* line 7797, ../sass/_styles.scss */
.mainmenu-product__pic img {
  height: auto;
  max-height: 170px;
  display: inline;
  max-width: 100%;
}
/* line 7805, ../sass/_styles.scss */
.mainmenu-product__data {
  padding: 5px 0 0;
}
/* line 7808, ../sass/_styles.scss */
.mainmenu-product__name {
  height: 36px;
  margin: 0 0 5px;
  overflow: hidden;
}
/* line 7813, ../sass/_styles.scss */
.mainmenu-product__price {
  height: 55px;
  overflow: hidden;
  padding-top: 15px;
}

/* /Main menu */
/* Faq page */
/* line 7825, ../sass/_styles.scss */
.faq-page .panel-group .panel {
  margin-bottom: 2px;
}
/* line 7829, ../sass/_styles.scss */
.faq-page .faq-page__filter {
  margin-bottom: 15px;
}

/* /Faq page */
/* Delivery page */
/* line 7838, ../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 7844, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-icon {
  display: inline-block;
  padding: 20px 0 30px 15px;
  width: 30%;
}
/* line 7849, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-icon img {
  max-width: 80%;
}
/* line 7854, ../sass/_styles.scss */
.p-delivery .p-delivery__guarantee-text {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
  max-width: 475px;
  width: 70%;
}
/* line 7862, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap {
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 40px;
}
/* line 7869, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table {
  border-collapse: separate;
}
/* line 7873, ../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 7882, ../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 7887, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td:last-child {
  border-right: 0;
}
/* line 7891, ../sass/_styles.scss */
.p-delivery .p-delivery__freeprice, .p-delivery .p-delivery__price {
  font-weight: bold;
}
/* line 7896, ../sass/_styles.scss */
.p-delivery .p-delivery__freeprice {
  color: #82d026;
}
/* line 7900, ../sass/_styles.scss */
.p-delivery .p-delivery__price {
  color: #9d0000;
}
/* line 7904, ../sass/_styles.scss */
.p-delivery .p-delivery__table-wrap .table tr td, .p-delivery .p-delivery__table-wrap .table tr th {
  width: 150px;
}
/* line 7908, ../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 7913, ../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 7920, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-time {
  width: 40%;
  font-size: 16px;
  text-align: center;
  max-width: 205px;
  margin-right: 10%;
}
/* line 7927, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point {
  margin: -4px;
  width: 50%;
}
/* line 7931, ../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 7939, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-time:before {
  content: "\e67e";
  left: 0;
  right: 0;
}
/* line 7944, ../sass/_styles.scss */
.p-delivery .p-delivery__delivery-point:before {
  content: "\e673";
  left: 0;
}
/* line 7950, ../sass/_styles.scss */
.p-delivery.is-cart .table td {
  vertical-align: middle;
  min-width: 150px;
}
/* line 7955, ../sass/_styles.scss */
.p-delivery.is-cart .p-delivery__table-wrap .p-delivery__name {
  width: 100%;
}
/* line 7958, ../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;
}

.p-delivery.is-cart .p-delivery__table-wrap .p-delivery__picture img {
  max-width: 150px;
}

/* line 7963, ../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 7969, ../sass/_styles.scss */
  .p-delivery .p-delivery__delivery-point, .p-delivery .p-delivery__delivery-time {
    display: block;
    margin: auto;
    width: auto;
  }
  /* line 7975, ../sass/_styles.scss */
  .p-delivery .p-delivery__delivery-point {
    max-width: 250px;
    text-align: center;
    margin-top: 40px;
  }
  /* line 7980, ../sass/_styles.scss */
  .p-delivery .p-delivery__delivery-point:before {
    left: 0;
    right: 0;
  }
}

/* /Delivery page */
/* Payment page */
/* line 7989, ../sass/_styles.scss */
.p-payment {
  width: 100%;
  margin-bottom: 40px;
}
/* line 7993, ../sass/_styles.scss */
.p-payment .p-payment__warning {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
/* line 7997, ../sass/_styles.scss */
.p-payment .p-payment__warning-icon {
  display: inline-block;
  padding: 20px 30px 30px 15px;
  max-width: 30%;
}
/* line 8002, ../sass/_styles.scss */
.p-payment .p-payment__warning-icon img {
  max-width: 80%;
}
/* line 8006, ../sass/_styles.scss */
.p-payment .p-payment__warning-text {
  display: inline-block;
  margin-left: -4px;
  vertical-align: middle;
  max-width: 475px;
  width: 70%;
}
/* line 8015, ../sass/_styles.scss */
.p-payment .p-payment__logos img {
  display: block;
  margin: 15px auto;
}
/* line 8021, ../sass/_styles.scss */
.p-payment img {
  max-width: 100%;
}
/* line 8025, ../sass/_styles.scss */
.p-payment h2 {
  margin: 15px 0;
}
@media (min-width: 1620px) {
  /* line 7989, ../sass/_styles.scss */
  .p-payment {
    width: 50%;
  }
}
@media (min-width: 740px) {
  /* line 8032, ../sass/_styles.scss */
  .p-payment .p-payment__logos img {
    display: inline-block;
    margin: 30px 20px;
  }
}

/* SEARCH PAGE */
/* line 8040, ../sass/_styles.scss */
.rs_section-box {
  margin-bottom: 40px;
}

/* line 8044, ../sass/_styles.scss */
.search-page .products {
  margin-bottom: 0;
}

/* /SEARCH PAGE */
/* SEARCH TITLE */
/* line 8051, ../sass/_styles.scss */
.title-search-result {
  border: 1px solid #c6c6c6;
  display: none;
  overflow: hidden;
  z-index: 205;
  background-color: #fff;
  padding: 10px;
}

/* line 8060, ../sass/_styles.scss */
.search_title_image {
  display: inline-block;
}
/* line 8063, ../sass/_styles.scss */
.search_title_item_element {
  padding: 7px 0;
}
/* line 8066, ../sass/_styles.scss */
.search_title_element {
  vertical-align: middle;
  display: inline-block;
  max-width: 70%;
}

/* /SEARCH TITLE */
/* line 8074, ../sass/_styles.scss */
a.popup_link:hover {
  text-decoration: none;
}
/* line 8077, ../sass/_styles.scss */
a.popup_link:hover span {
  border-bottom: 1px dashed #666699;
}

/* line 8083, ../sass/_styles.scss */
.services-data {
  height: 94px;
  overflow: hidden;
}
/* line 8088, ../sass/_styles.scss */
.services-image > div {
  text-align: center;
  height: 170px;
  line-height: 170px;
}

/* line 8095, ../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 8104, ../sass/_styles.scss */
.fly-header {
  padding: 10px;
  width: 100%;
  max-width: 1620px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  /* Sticky */
  /* Media */
}
/* line 8112, ../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 8122, ../sass/_styles.scss */
.fly-header-sidenav-button:hover {
  background: #7D838F;
}
/* line 8126, ../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 8134, ../sass/_styles.scss */
.fly-header-sidenav-button .fly-header-sidenav-button__text {
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 14px;
}
/* line 8140, ../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 8146, ../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 8150, ../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 8153, ../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 8159, ../sass/_styles.scss */
.fly-header-wrap {
  margin-bottom: 10px;
  position: relative;
  z-index: 101;
  background: #fff;
  width: 100%;
}
/* line 8167, ../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;
}
/* line 8183, ../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 8190, ../sass/_styles.scss */
.fly-header .fly-header__logo {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
}
/* line 8195, ../sass/_styles.scss */
.fly-header .fly-header__logo img {
  max-width: 100%;
}
/* line 8201, ../sass/_styles.scss */
.fly-header .fly-header__tagline {
  display: none;
  vertical-align: middle;
  min-width: 260px;
  width: 260px;
}
/* line 8207, ../sass/_styles.scss */
.fly-header .fly-header__tagline .header-slogan {
  padding: 0 10px;
}
/* line 8212, ../sass/_styles.scss */
.fly-header .fly-header__contacts {
  display: none;
  vertical-align: middle;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 8220, ../sass/_styles.scss */
.fly-header .fly-header__search {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
/* line 8226, ../sass/_styles.scss */
.fly-header .fly-header__search .header-search__form {
  padding: 0;
}
/* line 8230, ../sass/_styles.scss */
.fly-header .fly-header__search-icon {
  margin: 0;
}
/* line 8233, ../sass/_styles.scss */
.fly-header .fly-header__search-close {
  display: none;
  width: 40px;
  position: relative;
  float: right;
  text-align: center;
  margin-left: 10px;
}
/* line 8241, ../sass/_styles.scss */
.fly-header .fly-header__search-close .fa.fa-times {
  line-height: 40px;
  font-size: 20px;
}
/* line 8247, ../sass/_styles.scss */
.fly-header .fly-header__icons {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}
/* line 8255, ../sass/_styles.scss */
.fly-header-wrap.__simple .fly-header-sidenav-button .fly-header-sidenav-button__text {
  display: none;
}
/* line 8258, ../sass/_styles.scss */
body .fly-header-wrap.__simple .fly-header .fly-header__contacts {
  display: none;
}
/* line 8262, ../sass/_styles.scss */
.fly-header-sticky-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 740px) {
  /* line 8104, ../sass/_styles.scss */
  .fly-header {
    padding: 25px 10px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  /* line 8273, ../sass/_styles.scss */
  .fly-header-sticky-wrapper.is-sticky .fly-header-sidenav-button, body.is--sidenav .fly-header-sidenav-button {
    display: block;
  }
  /* line 8278, ../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 8283, ../sass/_styles.scss */
  .fly-header .fly-header__logo {
    width: 400px;
  }
  /* line 8288, ../sass/_styles.scss */
  .fly-header .fly-header__menu-button {
    display: none;
  }
  /* line 8292, ../sass/_styles.scss */
  .fly-header .fly-header__search {
    width: 40%;
    padding: 0 70px;
  }
  /* line 8297, ../sass/_styles.scss */
  .fly-header .fly-header__search-icon {
    display: none;
  }
  /* line 8301, ../sass/_styles.scss */
  .fly-header .fly-header__icons {
    width: 200px;
  }
  /* line 8305, ../sass/_styles.scss */
  .fly-header .fly-header__icons .basketinhead, .fly-header .fly-header__icons .inheadfavorite {
    margin-top: 0;
  }
  /* line 8310, ../sass/_styles.scss */
  .fly-header-sticky-wrapper {
    margin-bottom: 30px;
  }
  /* line 8314, ../sass/_styles.scss */
  .fly-header-wrap.__simple .fly-header .header-search__form {
    max-width: 400px;
    float: right;
  }
  /* line 8318, ../sass/_styles.scss */
  .fly-header-wrap.__simple .fly-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 8323, ../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 8330, ../sass/_styles.scss */
  /*.fly-header-wrap.__simple .fly-header .fly-header__logo {
    width: 230px;
    max-width: 230px;
  }*/
}
@media (min-width: 740px) {
  /* line 8336, ../sass/_styles.scss */
  .fly-header-sticky-wrapper.is-sticky .fly-header, body.is--sidenav .fly-header {
    padding-left: 70px;
  }
  /* line 8340, ../sass/_styles.scss */
  .fly-header .fly-header__icons .dropdown-favorite {
    right: -4px;
  }
}
@media (min-width: 1024px) {
  /* line 8345, ../sass/_styles.scss */
  body:not(.is--sidenav) .fly-header {
    padding: 20px 10px;
  }
  /* line 8348, ../sass/_styles.scss */
  body:not(.is--sidenav) .fly-header .fly-header__contacts {
    display: table-cell;
  }
  /* line 8352, ../sass/_styles.scss */
  .fly-header .fly-header__contacts .header-contacts {
    text-align: right;
    float: none;
    padding: 0 15px;
  }
}
@media (min-width: 1160px) {
  /* line 8358, ../sass/_styles.scss */
  body.is--sidenav .fly-header .fly-header__contacts {
    display: table-cell;
  }
}
@media (min-width: 1440px) {
  /* line 8363, ../sass/_styles.scss */
  .fly-header .fly-header__tagline {
    display: table-cell;
  }
}
@media (max-width: 739px) {
  /* line 8104, ../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 8370, ../sass/_styles.scss */
  .fly-header .fly-header__search .header-search__form {
    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 8384, ../sass/_styles.scss */
  .fly-header .fly-header__search.open-search .header-search__form {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  /* line 8387, ../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 8396, ../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 8407, ../sass/_styles.scss */
  .fly-header .fly-header__search-close {
    display: block;
  }
}
@media (min-width: 1620px) {
  /* line 8413, ../sass/_styles.scss */
  .fly-header .fly-header__icons .dropdown-favorite {
    right: 26px;
  }
}
@media (min-width: 1760px) {
  /* line 8418, ../sass/_styles.scss */
  .fly-header-sticky-wrapper.is-sticky .fly-header, body.is--sidenav .fly-header {
    padding-left: 0;
  }
}

/* line 8425, ../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 8432, ../sass/_styles.scss */
.rs-collection .products {
  margin-bottom: 40px;
}

/* line 8435, ../sass/_styles.scss */
.rs-collection-items {
  margin-top: 30px;
}

/* line 8440, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__pic {
  height: 110px;
  width: 100%;
  text-align: center;
}
/* line 8445, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__pic img {
  max-height: 110px;
  max-width: 100%;
  width: auto;
  display: inline-block;
}
/* line 8451, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__name {
  height: 36px;
  overflow: hidden;
}
/* line 8455, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__icons {
  position: absolute;
  right: 0;
  z-index: 4;
}
/* line 8461, ../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 8472, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__basket-icon:hover {
  background: #f0f0f0;
  color: #555 !important;
}
/* line 8477, ../sass/_styles.scss */
.rs-collection-item .rs-collection-item__basket-icon.inbasket {
  border-color: #ffe062;
}

/* /Collection styles */
/* line 8483, ../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: 1619px) {
  /* line 40, ../sass/blocks/_abc.scss */
  .abc_row > .abc:nth-child(4n + 1) {
    clear: both;
  }
}
@media (min-width: 1620px) {
  /* 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 27, ../sass/_presets.scss */
.preset_4 .top-menu, .preset_5 .top-menu, .preset_6 .top-menu {
  background-color: #ffe062;
  border-color: transparent;
}
/* line 33, ../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 51, ../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 54, ../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 72, ../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 78, ../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 89, ../sass/_presets.scss */
  .side-light .mobile-menu .inmenucompare .count, .side-light .mobile-menu .inmenufavorite .count {
    background-color: #ffe062;
    color: #555;
  }
  /* line 95, ../sass/_presets.scss */
  .side-light .mobile-menu .mobile-menu__personal {
    background: #fff;
  }
  /* line 99, ../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 107, ../sass/_presets.scss */
  .side-light .mobile-menu-nav__link.disabled {
    background-color: transparent;
  }
  /* line 111, ../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 115, ../sass/_presets.scss */
  .side-light .mobile-menu-nav__element .mobile-menu-nav__link:hover {
    background-color: #f2f2f2;
  }
  /* line 118, ../sass/_presets.scss */
  .side-light .mobile-menu-nav__element.__catalog .mobile-menu-nav__link {
    color: #202020;
  }
}

@media (min-width: 740px) {
  /* line 131, ../sass/_presets.scss */
  .side-dark .mobile-menu .inmenucompare .count, .side-dark .mobile-menu .inmenufavorite .count {
    background-color: #ffe062;
    color: #555;
  }
  /* line 136, ../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 142, ../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 147, ../sass/_presets.scss */
  .side-dark .mobile-menu-nav__element .mobile-menu-nav__link:hover {
    background: #45454c;
  }
  /* line 151, ../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 156, ../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: 1619px) {
  /*--PRODUCTS--*/
  /* line 4, ../sass/_styles_1620.scss */
  .products_table .products__prices-item {
    clear: right;
    margin: 20px auto;
  }

  /*--/products--*/
  /*-- SMALLBANNERS-*/
  /* line 13, ../sass/_styles_1620.scss */
  .smallbanners__label {
    height: 180px;
  }
  /* line 17, ../sass/_styles_1620.scss */
  .smallbanners__name {
    font-size: 16px;
  }

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

  /* line 147, ../sass/_styles_1080.scss */
  .product-recom-title {
    color: #202020;
    font-size: 24px;
    margin: 0;
    margin-top: 25px;
    padding: 0 0 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: 273px;
    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: 5px;*/
  }
  /* line 107, ../sass/_styles_740.scss */
  .products_showcase:not(.products_showcase-mob):not(.owlslider) .products__item.col.half:nth-child(2n) {
   /* padding-left: 5px;*/
  }
  /* 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 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;
}

/*# sourceMappingURL=common.css.map */

h1, .h1, h2, .h2 {
  color: #333;
}
.btn {
  font-size: 14px;
}
.nav-side .nav-side__label {
  padding-left: 5px;
}
.nav-side .nav-side__submenu {
    background-color: #fff;
}

/* btn search text */
.fly-header .fly-header__search .header-search__form .input-group-btn .btn {
  font-size: 14px;
}
label {
  font-weight: normal;
}

/* link */
.authinhead a,
.stores .dropdown-toggle {
  color: #666699;
  text-decoration: none;
}
.fixsidebar .aprimary {
  color: #999;
}
.mainmenu--wide .mainmenu__root-item a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
a.btn,
.mainmenu a,
.fixsidebar a,
.product-actions a,
.breadcrumb a,
.owl-item a,
.product-recom a,
.products__name a,
.products-foot a {
  text-decoration: none;
}
a {
  color: #f3002e;
  font-weight: normal;
  text-decoration: underline;
}
.header-contacts__phone a:hover {
  color:#c80026;
}
/* checkbox form */
.subs_form .input-group {
  z-index: 0;
}
.subs_form .agree-block {
  margin: 15px 0 0 0;
  text-align: left;
  color: #999;
}
.form-group.agree-block {
  margin: 1rem 0;
}
.subs_form .form-group.agree-block>div {
  font-size: 13px;
}
.cui-checkbox__label {
  cursor: pointer;
  display: flex;
}
.cui-checkbox__input {
  position: absolute;
  opacity: 0;
}
.cui-checkbox__checkmark {
  font-size: 10px;
  background-color: #E9E9E9;
  cursor: pointer;
  height: 1.25em;
  position: relative;
  width: 1.25em;
  color: #fff;
  flex-shrink: 0;
  border: 1px solid #999;
}
.cui-checkbox__label-text {
  cursor: pointer;
  margin-left: .6rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3em;
}
.subs_form .form-group.agree-block .cui-checkbox__label-text a,
.footer-copyright .footer-copy__block a{
  cursor: pointer;
  color: #999;
  text-decoration: underline;
}
.cui-checkbox__checkmark:after, .cui-checkbox__checkmark:before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
}
.cui-checkbox__checkmark:before {
  height: 100%;
  left: 0;
  top: 0;
  transition: all .3s ease;
  width: 100%;
}
.cui-checkbox__checkmark:after {
  height: .8125em;
  left: .3em;
  opacity: 0;
  transform: rotate(45deg);
  transition-delay: .1s;
  transition: opacity .3s ease;
  width: .375em;
}
.citrus-form .cui-checkbox__input:checked + .cui-checkbox__checkmark:after,
.subs_form .cui-checkbox__input:checked + .cui-checkbox__checkmark:after {
  border-bottom: .125em solid #F3002E;
  border-right: .125em solid #F3002E;
}
.cui-checkbox__input:checked + .cui-checkbox__checkmark:after {
  border-bottom: .125em solid #fff;
  border-right: .125em solid #fff;
  opacity: 1;
}


/* Grid */
@media (max-width: 1619px) {
  .wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.col-xs-1-5 {
  float: left;
  width: 20%;
}

@media (min-width: 1620px) {
  .col-lg-1-5 {
    float: left;
    width: 20%;
  }
}

.footer-address {
  line-height: 21px;
}
.fly-header__logo .logo {
  margin-right: 20px;
}

@media (max-width: 1619px) {
  .headline-location {
    padding-right: 30px;
  }
  .fly-header .fly-header__logo {
    display: flex;
    width: 310px;
    padding-right: 30px;
  }
  .fly-header .fly-header__logo .slogan {
    margin: auto 0;
  }
  .fly-header .fly-header__contacts {
    width: 270px;
  }
  .header-contacts {
    margin-right: 0;
  }
  .fly-header .fly-header__contacts .header-contacts {
    padding: 0 10px;
  }
  .loss-menu-right_count {
    margin-right: 15px;
  }
  .loss-menu-right_count {
    margin-right: 10px;
  }
  .fly-header .fly-header__search {
    width: 33%;
    padding: 0 10px;
  }
  .footer-block {
    margin: 0 5px;
  }
  .footer-block_subscribe, .footer-block_contacts {
    width: 34%;
  }
  .footer-block_social {
    width: 27%;
  }
}
@media (max-width: 1023px) {
  .fly-header .fly-header__logo {
    width: 210px;
    padding-left: 10px;
  }
  .fly-header .fly-header__logo .slogan {
    display: none;
  }
  .fly-header .fly-header__search {
    width: 40%;
  }
  .fly-header .fly-header__contacts {
    display: table-cell;
    width: auto;
    padding-left: 20px;
  }
  .fly-header__contacts .header-contacts {
    display: block;
  }
  .header-contacts .header-contacts__phone {
    display: none;
  }
  .features__label {
    padding-left: 15px;
  }
  .social_icons a {
    margin: 0;
  }
  .footer-block {
    margin: 10px 5px;
  }
  .footer-block .footer-label {
    height: 44px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .fly-header .fly-header__search {
    width: auto;
  }
  .fly-header .fly-header__contacts {
    display: none;
  }
  .fly-header .fly-header__search {
    padding: 0 10px;
    text-align: right;
  }
  .fly-header .fly-header__icons {
    padding-right: 20px;
  }
  .fly-header .fly-header__logo {
    padding-left: 20px;
    padding-right: 0;
  }
  .fly-header__logo .logo img {
    height: 55px;
    margin: -5px 0;
  }
  .products__prices  .prices {
    margin: 10px 0;
  }
  .footer-social .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container .footer-block {
    text-align: center;
    width:  100%;
    margin-bottom: 40px;
  }
  .footer-block_contacts .header-contacts__phone {
    text-align: center;
  }
}

@media (max-width: 479px) {
  h2 {
    text-align: center;
  }
  .fly-header {

  }
  .fly-header .fly-header__logo {
    width: auto;
  }
  .footer-social .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .owl-carousel.owl-loaded {
    margin-top: 70px;
  }
  .owl-carousel .owl-nav {
    margin: 0;
    top: -50px;
    right: calc(50% - 35px);
  }
  .newslistcol .owl .owl-nav {
    margin-top: 0;
  }
  .owl-carousel.features, .owl-carousel.rs-banners {
    margin-top: 0;
  }
  .features .owl-nav {
    display: none;
  }
  .reviews .owl .owl-nav {
    margin-top: 0;
  }
  .reviews-list.owl-loaded, .newslistcol-list.owl-loaded, .partners-list.owl-loaded {
    margin-top: 40px;
  }
}

/* Catalog */
@media all {
  .nav-side .level1 > .nav-side__label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
  }
  .category__item {
    height: auto;
  }
  .category__in {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: hidden;
    -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;
    border: none;
  }
  .category__pic {
    height: 170px;
    line-height: 170px;
  }
  .category__data {
    position: static;
    min-height: auto;
    text-align: center;
    margin-top: 15px;
  }
  .category__name {
    display: inline-block;
    font-size: 16px;
    height: auto;
    color: #333;
    font-weight: 700;
    text-decoration: none;
  }
  .sections-detail {
    font-size: 14px;
  }
  .sections-detail span {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 15px 0 10px;
    text-transform: uppercase;
  }
  .sections-detail h2 {
    margin-bottom: 20px;
  }
  .sections-detail p {
    margin: 0px 0 15px;
  }
  .service-detail {
    margin-bottom: 60px;
  }
  .sections-description {
    padding: 0 50px;
    width: 100%;
    color: #666;
  }
  .fixsidebar .coolHeading {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .sidebar-wrap > .fixsidebar {
    margin-left: -275px;
    width: 255px;
  }
}

/* Catalog detail */
@media all {
  .rs_sku {
    margin-top: 0;
  }
  .tabs {
    margin-top: 10px;
  }
  .nav-tabs {
    margin-bottom: 40px;
  }
  .nav-tabs a {
    text-decoration: none;
  }
  .tab-content .rs_sku-prop_name {
    color: #333;
    font-style: normal;
    font-size: 13px;
  }
  .product-gallery {
    margin-bottom: 20px;
  }
  .products_price_and_store {
    display: flex;
    justify-content: space-between;
  }
  .products_prices {
    display: inline-block;
  }
  .products__stores {
    align-self: flex-end;
    margin-right: 120px;
  }
  .product .product-description .products_price_and_store {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    margin-bottom: 15px;
  }
  .product-actions {
    float: right;
    padding: 10px 0;
  }
  .add2basketform {
    display: inline-block;
  }
  .product-buyblock {
    margin-bottom: 10px;
  }
  .product-announce_social_wr {
    display: flex;
  }
  .product-social {
    width: 22%;
    text-align: right;
  }
  .product-delivery {
    margin-right: 10px;
  }
  .product-params__rating {
    padding-left: 0;
  }
  .product-content__title {
    padding-top: 0;
  }
  .alert-info {
    margin-top: 10px;
  }
  .select-btn  {
    width: 82px;
  }
  .product-announce_rating_wr {
    width: 78%;
  }
}
@media (max-width: 1619px) {
  .product-actions {
    padding: 0;
    margin-right: 10px;
  }
  .product-actions .product__compare,
  .product-actions .product__favorite {
    float: none;
    display: block;
    float: none;
    margin: -2px 0 6px 0;
  }
  .tab-pane_options.__left {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .nav-tabs {
    margin-bottom: 20px;
  }
  body .tabs .tab-pane {
    margin-bottom: 0;
  }
  .product-announce_social_wr {
    display: block;
  }
  .product-announce_social_wr .product-social {
    width: 100%;
  }
  .product-recom .reccom_mobile {
    margin-bottom: 30px;
  }
  .product-viewed-list {
    margin-top: 20px;
  }
  .product-viewed-list__price .prices__val {
    font-size: 16px;
  }
  .product-buyblock__addcart {
    margin-bottom: 15px;
  }
  .products__stores {
    margin-right: 0;
  }
  .rs_sku-prop {
    margin-right: 25px;
    margin-bottom: 15px;
  }
  .product .product-description .products_price_and_store {
    padding-top: 0;
  }
}

@media (max-width: 479px) {
  .tab-pane_options.__left {
    margin-top: 10px;
  }
  .product-buyblock__addcart, .product-buyblock__buy1click {
    width: 100%;
  }
  .form-panel .btn {
    width: 100%;
  }
}

.nav-side__item.active > .nav-side__label {
  color: #f3002e;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #fff;
}

/* FAQ */
@media all {
  .btn_faq_write, .faq-page {
    padding: 0 30px;
  }
  .faq-page__answers .panel-title a {
    text-decoration: none;
  }
  .faq-page .panel-group .panel {
    border: none;
  }
  .faq-page .panel-group ._open{
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  }
  .btn_faq_write {
    margin-bottom: 25px;
  }
  .panel-group .panel + .panel {
    margin-top: 10px;
  }
  .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
  }
  .btn_faq_write a {
    font-size: 14px;
    padding: 11px 25px;
  }
  .vacancies .panel-default > .panel-heading > .panel-title a, .faq-page .panel-default > .panel-heading > .panel-title a {
    padding-right: 30px;
  }
  .panel-group .panel {
    border-radius: 0;
  }
  .panel-heading {
    border-radius: 0;
  }
}
@media (max-width: 1023px) {
  .btn_faq_write, .faq-page {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .btn_faq_write .btn {
    width: 100%;
  }
}

/* price-list */
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 10px 20px;
}

/* List product */
@media all {
  .catalog-content .loss-menu-right {
    float: left;
  }
  .products_showcase {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .catalog .products_showcase .products__item:hover .products__in {
    position: absolute;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .catalog .products_showcase .products__in {
    margin-bottom: 20px;
  }
  .bx_filter_prop .btn {
    padding: 11px 26px;
  }
  .products__detail .quantity-block {
    margin-right: 30px;
  }
  .catalog-content .prices__val {
    font-size: 16px;
  }
  .catalog .products__prices  .prices {
    margin: 0;
  }
  .products__data .products__col:first-child {
    border-right: 1px solid rgba(204, 204, 204, 0.3);
  }
  .products__data .products__descripions {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .products_list .products__item .products__in > div,
  .products_list .products__item .products__data > div {
    display: flex;
  }
  .products_list .products__item .products__in > div > div:first-child,
  .products_list .products__item .products__data > div > div {
    margin: auto;
  }
  .products__data > div, .products__descripions, .products__data, .products__data > div {
    height: 100%;
  }

}
@media (max-width: 739px) {
  .products_showcase .prices__val {
    margin: auto;
  }
}

/* Services */
@media all {
  .category {
    display: flex;
    flex-wrap: wrap;
  }
  .services .category__in {
    border: 1px solid #f0f0f0;
    text-align: center;
    padding: 30px 20px;
    padding-bottom: 0;
  }
  .services .category__data {
    display: none;
    padding: 0 10px;
    margin-top: 10px;
    text-align: left;
  }
  .services .category__item:hover .category__data {
    display: block;
  }
  .services .category__item:hover .category__in  {
    position: absolute;
    z-index: 101;
    width: calc(100% - 20px);
  }
  .services .category__pic {
    margin-bottom: 30px;
  }
  .services .category__description {
    margin-bottom: 20px;
  }
  .services .category__name {
    height: 38px;
    margin-bottom: 10px;
  }
  .services .price_wr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .services .price_wr .price {
    margin: auto 0;
  }
  .services  .products__category {
    height: 1px;
    margin: -1px;
  }
  .btn_services_detail {
    margin: 20px 0;
  }
  .newsdetail .text {
    color: #666;
    font-size: 14px;
  }
  .newsdetail .text ol > li {
    list-style-type: decimal;
  }
  .newsdetail .text ol > li:before {
    content: "";
  }
  .newsdetail .text ul > li:before {
    color: #666;
  }
  .services_list {
    border: 1px solid #f0f0f0;
    padding: 15px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666;
  }
  .services_list p {
    margin: 0 0 9.5px;
    font-size: 13px;
    line-height: 1.47;
  }
  .services_list h4, .services_list span {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    padding: 0;
    text-transform: none;
  }
  .element {
    color: #333;
    font-weight: 700;
    text-decoration: none;
  }
  .news-detail_subs {
    border: none;
  }
  .owl-item .category__item:hover .category__in {
    position: static;
    margin-right: 0;
    width: 100%;
  }
  .news-detail_subs-text {
    font-size: 17px;
    color: #333;
    font-weight: 700;
  }
  .news-detail_subs .cui-checkbox__input:checked + .cui-checkbox__checkmark:after {
    border-bottom: .125em solid #F3002E;
    border-right: .125em solid #F3002E;
  }
  .news-detail_subs .form-group.agree-block .cui-checkbox__label-text a {
    color: #999;
  }
  .news-detail_subs .form-group.agree-block {
    margin-bottom: 0;
  }
  .news-detail_subs {
    padding-bottom: 25px;
  }
  .owl-item .category__in .category__data {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .btn_services_detail {
    text-align: center;
  }
  .news-detail_subs {
    padding: 20px 30px;
  }
  .news-detail_subs-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .news-detail_subs {
    padding: 20px 10px;
    margin-top: 0;
  }
  .services_list,
  .services_list:last-child {
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .service-detail {
    margin-bottom: 20px;
  }
}
.product-content__description {
  font-size: 14px;
}
.dropdown a {
  text-decoration: none;
}
.compare-wrapper a {
  text-decoration: none;
}
.products__prices .btn2 {
  z-index: 0;
}
.owl-item .category__data {
  display: block;
  max-height: 100%;
}

.nav-side .nav-side__label {
  padding-left: 25px;
}
.mainmenu--wide .mainmenu__submenu {
  padding: 20px 15px;
  min-height: auto;
}
.products__item .products__col .products__prices {
  margin: 0;
}
.products__item .products__col .products__prices-item.__discount {
  margin: 20px auto;
}

@media (max-width: 739px) {
  .products__item .products__col .products__prices-item.__discount {
    margin-left: 0;
  }
  .catalog-content .sections-description {
    padding: 20px 0;
  }
  .products_list .products__col_last .products-box {
    width: 120px;
    display: block;
    margin: auto;
  }
  .tabs .nav-tabs {
    margin-left: -3px;
  }
}

@media (min-width: 480px) and (max-width: 739px) {
  .products_list .products__data .products__col.products__descripions,
  .products_list .products__data .products__col.products__col_last {
    width: 50%;
    float: left;
  }
  .products__item .products__data .products__col_last .products-box {
    margin: 9px auto;
  }
  .products_showcase .products__prices .prices:first-child .prices__values {
    flex-direction: column;
  }
  .products_showcase .prices__val {
    margin-left: 0;
  }
}


@media (max-width: 479px) {
  .products__item .products__col .products__prices-item,
  .products__item .products__col .products__prices-item.__discount{
    margin: 5px 0;
  }
  .products_table .products__name {
    margin-bottom: 0;
  }
  .products__item .products__img_wr,
  .products__item .products__descriptions {
    width: 50%;
    float: left;
  }
  .products_list .more__detailed .products-button {
    padding: 10px;
  }
  .products_list .products__name {
    max-height: 80px;
    margin-bottom: 0;
  }
  .products_list .prices__values {
    flex-direction: column;
  }
  .products_showcase .products_prices_buy_block {
    height: 45px;
  }
  .products_showcase .prices__val {
    margin: auto 2px;
  }
  .products_showcase .products__prices .prices:first-child .prices__values {
    height: 100%;
  }
  .products_showcase .products__item {
    height: 260px;
  }
  .products_prices_buy_block .products-button {
    padding: 7px 12px;
  }
  .products_list .img_wr {
    display: none;
  }
  .products_list .descripion_wr {
    width: 100%;
  }
  .products__list .products__data .products__col.products__descripions {
    width: 62%;
  }
  .products__list .products__data .products__col.products__col_last {
    width: 38%;
  }
  .products_list .products__item .products__in > div > div:first-child,
  .products_list .products__item .products__data > div > div {
    margin: 0;
  }
  .products_list .products__col_last .products-box {
    width: 100px;
  }
  .product .product-description .products_price_and_store {
    display: block;
  }
  .product .product-description .products__prices .prices {
    display: block;
    margin-top: 0;
  }
}
@media (min-width: 740px) and (max-width: 1400px) {
  .products_showcase .products__prices .prices:first-child .prices__values {
    flex-direction: column;
    margin-top: -12px;
  }
  .catalog-content .prices__val {
    margin: auto;
    margin-left: 0;
  }
}
.row-md-reverse
{
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .row-md-reverse {
    display: block;
  }
}
.table-striped > tbody > tr {
  color: #333;
}
.price_one_product {
  position: relative;
  display: inline-block;
  color: #999;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 18px;
}
.price_one_product:before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-size: 11px;
  content: '\2716';
  padding-right: 10px;
}
.rs_sku-prop .dropdown-toggle {
  width: 90px;
}
.products_price_and_store {
  display: flex;
  justify-content: space-between;
}
.products__stores {
  align-self: flex-end;
  margin-right: 120px;
}