@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;
}
/* line 23, ../sass/style.scss */
.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 27, ../sass/style.scss */
.robotolight {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/* line 31, ../sass/style.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 40, ../sass/style.scss */
.pe {
  display: inline-block;
  font: normal normal normal 14px/1 PeIcon7Stroke;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* disable selection */
/* line 50, ../sass/style.scss */
.disableSelection {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 53, ../sass/style.scss */
.container {
  min-width: 320px;
}

@media (min-width: 768px) {
  /* line 57, ../sass/style.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 62, ../sass/style.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 67, ../sass/style.scss */
  .container {
    width: 1170px;
  }
}
/* line 73, ../sass/style.scss */
.invisible {
  visibility: hidden;
}

/* line 76, ../sass/style.scss */
.area2darken {
  cursor: default !important;
  opacity: 0.5;
}

/* line 77, ../sass/style.scss */
.preloader {
  width: 32px;
  height: 32px;
  background: transparent url("../img/ajax-loader.gif") center center no-repeat;
}

/* line 78, ../sass/style.scss */
.blackMode .preloader {
  background-image: url("../img/ajax-loader2.gif");
}

/* line 81, ../sass/style.scss */
html, body {
  overflow-x: hidden;
}

/* reset box-sizing for bx-admin */
/* line 85, ../sass/style.scss */
#bx-admin-prefix .adm-input-file-control *,
#bx-admin-prefix .adm-input-file-control *:before,
#bx-admin-prefix .adm-input-file-control *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 90, ../sass/style.scss */
#bx-admin-prefix label {
  font-weight: normal;
}

/* line 93, ../sass/style.scss */
.notmain {
  margin-top: 17px;
}

/* line 98, ../sass/style.scss */
small {
  color: #b8b8b8;
}

/* line 103, ../sass/style.scss */
.label {
  padding: .10em .7em .17em;
  font-size: 100%;
  font-weight: normal;
  border-radius: 0px;
}

/* line 109, ../sass/style.scss */
.label-success {
  background-color: #87a245;
}

/* line 112, ../sass/style.scss */
.label-danger {
  background-color: #e27e7e;
}

/* images */
/* line 117, ../sass/style.scss */
img {
  width: auto;
  max-width: 100%;
}

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

/* line 125, ../sass/style.scss */
img.floatleft {
  float: left;
  margin: 30px 30px 30px 0px;
}

/* line 129, ../sass/style.scss */
img.floatrightcorner {
  float: right;
  margin: 0px 0px 30px 30px;
}

/* line 133, ../sass/style.scss */
img.floatright {
  float: right;
  margin: 30px 0px 30px 30px;
}

/* heading */
/* line 139, ../sass/style.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Roboto';
  font-weight: 500;
}
/* line 144, ../sass/style.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  text-decoration: none;
  color: #585f69;
}
/* line 147, ../sass/style.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  text-decoration: none;
  color: #0084c9;
}

/* line 153, ../sass/style.scss */
h2.coolHeading, .h2.coolHeading {
  padding-bottom: 4px;
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
}
/* line 157, ../sass/style.scss */
h2.coolHeading .secondLine, .h2.coolHeading .secondLine {
  position: relative;
  top: 4px;
  border-bottom: 2px solid #0084c9;
}

/* line 163, ../sass/style.scss */
h4, .h4, h6, .h6 {
  color: #0084c9;
}

/* page header */
/* line 168, ../sass/style.scss */
html .page-header {
  padding-bottom: 0px;
  margin: 15px 0px 44px 0px;
  border-bottom: none;
}
/* line 172, ../sass/style.scss */
html .page-header h1 {
  margin: 0px;
  color: rgb(62, 62, 64);
  font-size: 42px;
  font-weight: 500;
  line-height: 1.333;
}

@media (min-width: 992px) {
  /* line 177, ../sass/style.scss */
  html.detailprodpage .js-brcrtitle,
  html.detailprodpage .js-ttl {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 183, ../sass/style.scss */
  html.detailprodpage .js-detail .brcrtitle .brcr,
  html.detailprodpage .js-detail .brcrtitle .ttl {
    display: none;
  }

  /* line 187, ../sass/style.scss */
  html .page-header {
    margin: 15px 0px 44px 0px;
  }
}
/* lists */
/* line 193, ../sass/style.scss */
ul, ol {
  list-style: none;
  padding-left: 50px;
}
/* line 196, ../sass/style.scss */
ul > li, ol > li {
  position: relative;
  list-style-type: none;
}
/* line 200, ../sass/style.scss */
ul > li:before, ol > li:before {
  content: '\2022';
  position: absolute;
  top: 0px;
  left: -31px;
  font-size: 14pt;
  line-height: 1em;
  color: #0084c9;
}

/* line 211, ../sass/style.scss */
ol {
  counter-reset: list 0;
}
/* line 213, ../sass/style.scss */
ol > li:before {
  counter-increment: list;
  content: counter(list) "";
  font-size: 10pt;
  margin-top: 4px;
}

/* line 221, ../sass/style.scss */
ul.list-ok > li:before, ol.list-ok > li:before {
  content: "\f00c";
  font-size: 11px;
  font-family: 'FontAwesome';
  margin-top: 5px;
}

/* line 228, ../sass/style.scss */
ul.list-unstyled, ol.list-unstyled {
  list-style: none;
  padding-left: 0px;
  counter-reset: list 0;
}
/* line 232, ../sass/style.scss */
ul.list-unstyled > li, ol.list-unstyled > li {
  position: static;
  list-style-type: none;
}
/* line 235, ../sass/style.scss */
ul.list-unstyled > li:before, ol.list-unstyled > li:before {
  position: static;
  left: 0px;
  content: '';
}

/* line 244, ../sass/style.scss */
html blockquote {
  padding: 25px 75px;
  line-height: 25px;
  text-align: center;
  color: #585e63;
  background-color: #ebebeb;
  border: none;
}

/* line 252, ../sass/style.scss */
html blockquote footer:before,
html blockquote small:before,
html blockquote .small:before {
  content: '';
}

/* line 259, ../sass/style.scss */
a {
  text-decoration: underline;
  color: #0084c9;

}
/* line 262, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #202020;
}

/* line 267, ../sass/style.scss */
a.btn {
  text-decoration: none;
}

/* line 270, ../sass/style.scss */
html .aprimary {
  color: #0084c9;
}

/* line 273, ../sass/style.scss */
html a.aprimary {
  color: #0084c9;
  text-decoration: none;
}
/* line 276, ../sass/style.scss */
html a.aprimary:hover {
  text-decoration: underline;
}

/* line 283, ../sass/style.scss */
html .btn {
  border-radius: 0px;
}
/* line 285, ../sass/style.scss */
html .btn:focus, html .btn.focus, html .btn:active:focus, html .btn:active.focus, html .btn.active:focus, html .btn.active.focus {
  outline: none;
  outline-offset: 0px;
}

/* line 297, ../sass/style.scss */
html .btn-default:hover, html .btn-default:focus, html .btn-default.focus, html .btn-default:active, html .btn-default.active, .open > html .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #006396;
  border-color: #006396;
}

/* line 310, ../sass/style.scss */
html .form-control,
html .bx-sls .dropdown-block,
html .bx-slst .dropdown-block {
  height: 35px;
  border-color: #ebebeb;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 317, ../sass/style.scss */
html .form-control:focus,
html .bx-sls .dropdown-block:focus,
html .bx-slst .dropdown-block:focus {
  border-color: #d2d2d2;
  -webkit-box-shadow: inset 1px 1px 1px #ebebeb;
  box-shadow: inset 1px 1px 1px #ebebeb;
}

/* line 322, ../sass/style.scss */
html select[multiple],
html select[size],
html textarea.form-control {
  height: auto;
}

/* line 327, ../sass/style.scss */
html .input-group-addon {
  padding-right: 9px;
  padding-left: 9px;
  background-color: transparent;
  border-color: transparent;
}

/* line 335, ../sass/style.scss */
table.table {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
/* line 338, ../sass/style.scss */
table.table > thead > tr > th {
  color: #000;
  vertical-align: middle;
  font-weight: normal;
}
/* line 343, ../sass/style.scss */
table.table > tbody > tr > td {
  color: #585f69;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
/* line 348, ../sass/style.scss */
table.table > thead > tr > th,
table.table > tbody > tr > td {
  border-top: 1px solid #ebebeb;
  border-bottom: none;
}
/* line 353, ../sass/style.scss */
table.table td.middle {
  vertical-align: middle;
}

/* line 357, ../sass/style.scss */
.table-responsive {
  margin-bottom: 15px;
}
/* line 359, ../sass/style.scss */
.table-responsive table {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  /* line 364, ../sass/style.scss */
  .table-responsive {
    border: none;
  }
}
/* line 370, ../sass/style.scss */
.nav-tabs {
  margin-bottom: 17px;
  border-bottom: none;
}
/* line 373, ../sass/style.scss */
.nav-tabs > li {
  margin-bottom: 5px;
}
/* line 375, ../sass/style.scss */
.nav-tabs > li > a {
  text-decoration: none;
  margin-right: 10px;
  border: 1px solid #ebebeb;
}
/* line 380, ../sass/style.scss */
.nav-tabs > li:before {
  content: none;
}

/* line 387, ../sass/style.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 392, ../sass/style.scss */
.panel-group .panel + .panel {
  margin-top: -1px;
  border-width: none;
}

/* line 397, ../sass/style.scss */
.panel-default > .panel-heading {
  border: none;
}
/* line 399, ../sass/style.scss */
.panel-default > .panel-heading a {
  position: relative;
  display: block;
  padding: 7px 10px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 1.38462;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -webkit-transition: all, 0.2s, ease-in-out 0s;
  -o-transition: all, 0.2s, ease-in-out 0s;
  transition: all, 0.2s, ease-in-out 0s;
}
/* line 409, ../sass/style.scss */
.panel-default > .panel-heading a:hover {
  color: #585f69;
  border: 1px solid #b8b8b8;
  z-index: 110;
}
/* line 414, ../sass/style.scss */
.panel-default > .panel-heading a:after {
  top: 5px;
  right: 9px;
  font-size: 18px;
  content: "\f107";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: 'FontAwesome';
}
/* line 424, ../sass/style.scss */
.panel-default > .panel-heading a.collapsed:after {
  right: 10px;
  content: "\f105";
}
/* line 428, ../sass/style.scss */
.panel-default > .panel-heading a .right {
  float: right;
  margin-right: 40px;
}

@media (max-width: 992px) {
  /* line 437, ../sass/style.scss */
  .panel-default > .panel-heading a .right {
    float: none;
    margin-left: 20px;
  }
  /* line 440, ../sass/style.scss */
  .panel-default > .panel-heading a .right:before {
    position: relative;
    right: 10px;
    display: inline-block;
    font-size: 12px;
    content: "\2212";
  }
}
/* line 452, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse:after {
  display: table;
  content: " ";
}
/* line 456, ../sass/style.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  margin-bottom: 10px;
  border-top: none;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

/* line 466, ../sass/style.scss */
#breadcrumbs {
  padding-bottom: 2px;
}
/* line 468, ../sass/style.scss */
#breadcrumbs li {
  position: relative;
  display: block;
  float: left;
  min-height: 15px;
  margin-right: 5px;
}
/* line 474, ../sass/style.scss */
#breadcrumbs li:before {
  position: absolute;
}
/* line 477, ../sass/style.scss */
#breadcrumbs li a {
  text-decoration: none;
}
/* line 482, ../sass/style.scss */
#breadcrumbs .main li {
  margin-right: 3px;
}
/* line 485, ../sass/style.scss */
#breadcrumbs .main a,
#breadcrumbs .main span {
  display: block;
}
/* line 489, ../sass/style.scss */
#breadcrumbs .main a {
  font-size: 13px;
  text-decoration: none;
}
/* line 492, ../sass/style.scss */
#breadcrumbs .main a i {
  position: relative;
  display: block;
  float: left;
  width: 13px;
}
/* line 497, ../sass/style.scss */
#breadcrumbs .main a i:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  content: "\f015";
  font-weight: normal;
  font-style: normal;
  color: #585f69;
  font-family: 'FontAwesome';
}

/* line 514, ../sass/style.scss */
html nav {
  text-align: center;
}

/* line 520, ../sass/style.scss */
html .pagination > li.allShower > a {
  margin-left: 20px;
}
/* line 524, ../sass/style.scss */
html .pagination > li > a {
  color: #585f69;
}

/* line 531, ../sass/style.scss */
.fancybox-close {
  background-color: #000;
}

/* line 537, ../sass/style.scss */
.wrapper label,
.wrapper label,
.wrapper .bx_filter_param_text,
.fancybox-inner label,
.fancybox-inner label,
.fancybox-inner .bx_filter_param_text {
  position: relative;
}
/* line 542, ../sass/style.scss */
.wrapper input[type="radio"],
.wrapper input[type="checkbox"],
.fancybox-inner input[type="radio"],
.fancybox-inner input[type="checkbox"] {
  left: -9999px;
  position: absolute;
}
/* line 547, ../sass/style.scss */
.wrapper input[type="radio"] + label:before,
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  color: #b8b8b8;
  font-size: 14px;
}
/* line 561, ../sass/style.scss */
.wrapper input[type="radio"] + label:before,
.wrapper input[type="radio"] + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"] + label:before,
.fancybox-inner input[type="radio"] + .bx_filter_param_text:before {
  content: "\f10c";
}
/* line 565, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  color: #b8b8b8;
}
/* line 569, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:after,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:after,
.fancybox-inner input[type="radio"]:checked + label:after,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:after {
  position: absolute;
  left: -16px;
  font-family: "FontAwesome";
  font-size: 14px;
  color: #b8b8b8;
  content: "\f10c";
}
/* line 578, ../sass/style.scss */
.wrapper input[type="radio"]:checked + label:before,
.wrapper input[type="radio"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="radio"]:checked + label:before,
.fancybox-inner input[type="radio"]:checked + .bx_filter_param_text:before {
  content: "\f192";
  color: #0084c9;
  font-size: 14px;
}
/* line 584, ../sass/style.scss */
.wrapper input[type="checkbox"] + label:before,
.wrapper input[type="checkbox"] + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"] + label:before,
.fancybox-inner input[type="checkbox"] + .bx_filter_param_text:before {
  content: "\f096";
}
/* line 588, ../sass/style.scss */
.wrapper input[type="checkbox"]:checked + label:before,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:before,
.fancybox-inner input[type="checkbox"]:checked + label:before,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:before {
  color: #b8b8b8;
}
/* line 592, ../sass/style.scss */
.wrapper input[type="checkbox"]:checked + label:after,
.wrapper input[type="checkbox"]:checked + .bx_filter_param_text:after,
.fancybox-inner input[type="checkbox"]:checked + label:after,
.fancybox-inner input[type="checkbox"]:checked + .bx_filter_param_text:after {
  position: absolute;
  top: 1px;
  left: -16px;
  font-family: "FontAwesome";
  font-size: 11px;
  color: #0084c9;
  content: "\f00c";
}

/* line 606, ../sass/style.scss */
.dropdown-toggle > i {
  margin-left: 7px;
}
/* line 608, ../sass/style.scss */
.dropdown-toggle > i:after {
  content: "\f105";
}

/* line 613, ../sass/style.scss */
.dropdown-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #0084c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 618, ../sass/style.scss */
.dropdown-menu > li {
  position: relative;
  display: block;
  height: 35px;
  margin-left: -1px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
/* line 626, ../sass/style.scss */
.dropdown-menu > li.open > a {
  border-color: #ebebeb;
}
/* line 630, ../sass/style.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 7px 25px;
  color: #585f69;
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
}
/* line 638, ../sass/style.scss */

/* line 649, ../sass/style.scss */
.text-fadeout:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

/* line 665, ../sass/style.scss */
.progress {
  height: 6px;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #ebebeb;
}

/* line 673, ../sass/style.scss */
.da2 .progress .progress-bar {
  background-color: #ffd200;
}

/* line 680, ../sass/style.scss */
.qb .progress .progress-bar {
  background-color: #ff6600;
}

/* line 687, ../sass/style.scss */
html label {
  font-weight: normal;
}
/* line 692, ../sass/style.scss */
html .radio label,
html .checkbox label {
  padding-left: 0px;
  margin-left: 16px;
}

/* line 702, ../sass/style.scss */
html span.starrequired, html span.required {
  color: #c90d0d;
}

/* line 710, ../sass/style.scss */
.product-icons {
  position: absolute;
  right: 0;
  z-index: 4;
}
/* line 715, ../sass/style.scss */
.product-icons.ri {
  right: 15px;
}
/* line 720, ../sass/style.scss */
.product-icons .checked .product-icons_icon {
  color: #0084c9;
}
/* line 725, ../sass/style.scss */
.product-icons_icon {
  background-color: rgba(235, 235, 235, 0.6);
  cursor: pointer;
  line-height: 0;
  color: #b8b8b8;
  border: 0;
  outline: 0;
}
/* line 733, ../sass/style.scss */
.product-icons_icon.add2basket-icon {
  font-family: "FontAwesome";
  font-size: 18px;
  padding: 18px 9.5px;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
/* line 741, ../sass/style.scss */
.product-icons_icon.add2basket-icon:before {
  content: "\f07a";
}
/* line 746, ../sass/style.scss */
.product-icons_icon.favorite-icon {
  font-family: "FontAwesome";
  font-size: 18px;
  padding: 18px 9.5px;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
/* line 754, ../sass/style.scss */
.product-icons_icon.favorite-icon:before {
  content: "\f004";
}
/* line 759, ../sass/style.scss */
.product-icons_icon.compare-icon {
  font-family: "FontAwesome";
  font-size: 18px;
  padding: 18px 9.5px;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
/* line 767, ../sass/style.scss */
.product-icons_icon.compare-icon:before {
  content: "\f080";
}
/* line 772, ../sass/style.scss */
.product-icons_icon.active, .product-icons_icon.checked {
  color: #0084c9;
}
/* line 775, ../sass/style.scss */
.product-icons_icon:hover {
  background-color: #ebebeb;
}

/* line 781, ../sass/style.scss */
.bx-no-touch .product-icons .product-icons_icon:hover {
  color: #0084c9;
}
#alphabetList {
  display: flex;
  flex-wrap: wrap;
}

#alphabetList span.letter, #alphabetList span.letterAll {
  padding: 0 5px;
  color: #00aeef;
  cursor: pointer;
}

#alphabetList span.letter:hover, #alphabetList span.letterAll:hover {
  color: #000;
}

/*smodal*/

.smodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999991;
}

.smodal__shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999992;
  background: rgba(255, 255, 255, .8);
}

.smodal__body {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 970px;
  max-height: 90%;
  overflow-y: auto;
  z-index: 999993;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: -1px 11px 16px 3px rgb(0 0 0 / 10%), 1px 5px 7px -1px rgb(0 0 0 / 20%);
  padding: 40px 70px;
}

.smodal__caption {
  font-size: 22px;
  font-weight: bold;
  color: #3e3e40;
  padding-left: 15px;
  margin-bottom: 10px;
  padding-right: 70px;
}

.smodal__succes {
  font-size: 20px;
  font-weight: bold;
  color: #3e3e40;
  padding-left: 15px;
  margin-bottom: 10px;
  padding-right: 70px;
}

.smodal__item {

}

.smodal__item .styled-input {
  width: 100%;
}

.styled-input {
  outline: none;
  font-size: 16px;
  color: #545557;
  border: 0;
  padding: 10px;
  border-bottom: 1px solid #dbdde1;
}

.styled-input:focus {
  background: #fcfcfc;
}

textarea.styled-input {
  height: 100px;
  border: 1px solid #dbdde1;
  resize: none;
}

.smodal__butt {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.smodal__butt-war {
  font-size: 16px;
  color: #545557;
  margin-right: 15px;
}

.smodal__butt-war span {
  color: #f31818;
}

.smodal__butt-b {

}

.smodal__butt-b input {
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

.smodal__close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: transparent url(/local/templates/mshop_default/img/fancybox/fancybox-close.png?v2) 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 8040;
}

@media(max-width: 992px) {
  .smodal__body {
    width: 90%;
  }
}

@media(max-width: 768px) {
  .smodal__body {
    padding: 15px;
  }

  .smodal__butt-war {
    margin-right: 0;
    width: 100%;
  }

  .smodal__butt {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .smodal__butt-b {
    margin-top: 10px;
  }
}

/*smodal*/

#js-ajaxcatalog .products .data a.aprimary{
  margin: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog-cart-counter-menu {
  background: #00aeef;
  color: #fff;
  padding: 2px;
  text-align: center;
  line-height: 16px;
  min-width: 20px;
  height: 20px;
  position: absolute;
  top: -6px;
  border: 0;
  right: 8px;
  border-radius: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.custom-title {
  text-align: center;
  color: #00aeef;
}

.custom-sections-list .home-product__header {
  border-width: 2px !important;
  transition: .2s;
  padding-left: 42px;
}

.custom-sections-list .home-product__header .domestic {
  left: 15px;
}

.custom-sections-list .home-products .home-product__body {
  left: -20px;
  width: calc(100% + 40px);
}

.custom-sections-list .home-products .home-product__list {
  list-style: none !important;
  border: none;
  box-shadow: 0px 5px 15px rgba(0,0,0,.2);
  background: #fff;
}

.custom-sections-list .home-products .home-product__list .home-product__item.home-product__item--main {
  margin-bottom: 5px;
}

.custom-sections-list .home-products .home-product__list .home-product__link:before {
  display: none;
}

.custom-sections-list .home-products .home-products__col .home-product__logo {
  max-width: 85%;
}

.custom-sections-list .home-products .home-products__col {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 768px) {
  .custom-sections-list .home-products .home-products__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 460px) {
  .custom-sections-list .home-products .home-products__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.home-products__tabs-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.home-products__tabs-menu li {
  padding: 20px;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
  transition: .2s;
}

.home-products__tabs-menu li:before {
  display: none;
}

.home-products__tabs-menu li a {
  text-decoration: none !important;
  font-size: 16px;
  color: #1B1919;
  transition: .2s;
}

.home-products__tabs-menu li a:hover {
  color: rgba(63, 63, 63, 0.82);
}

.home-products__tabs-menu li.--active {
  border-color: #0a7ddd;
  box-shadow: 0 1px 0 #0a7ddd;
}

.home-products__tabs-menu li.--active a {
  color: #0a7ddd;
}

@media (max-width: 768px) {
  .home-products__tabs-menu li {
    padding: 10px;
  }
  .home-products__tabs-menu li a {
    font-size: 14px;
  }
}

.y-tab-box {
  display: none;
}

.y-tab-box.--active {
  display: block;
}

.toggleable-element.--hidden {
  display: none;
}

.d-flex {
  display: flex !important;
}

.container-fluid {
  padding: 0 15px;
  max-width: 1920px !important;
}

.overflow-hidden {
  overflow: hidden;
}
.decor {
  position: relative;
  max-width: 1200px;
  margin: 20px auto 0;
  background: white;
  border-radius: 30px;
  border: 2px solid #00aeef;
}
.form-left-decoration, .form-right-decoration {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  background: #00aeef;
  border-radius: 20px;
}
.form-left-decoration {
  bottom: 60px;
  left: -30px;
}
.form-right-decoration {
  top: 60px;
  right: -30px;
}
.form-left-decoration:before, .form-left-decoration:after, .form-right-decoration:before, .form-right-decoration:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  border-radius: 30px;
  background: white;
}
.form-left-decoration:before {
  top: -20px;
}
.form-left-decoration:after {
  top: 20px;
  left: 10px;
}
.form-right-decoration:before {
  top: -20px;
  right: 0;
}
.form-right-decoration:after {
  top: 20px;
  right: 10px;
}
.circle {
  position: absolute;
  bottom: 80px;
  left: -55px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
}
.form-inner {
  padding: 20px 30px 20px 30px;
}
.form-inner input{
  display: inline;
  width: 29%;
  padding: 0 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 40px;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.form-inner textarea {
  display: block;
  width: 95%;
  padding: 20px 20px;
  margin-bottom: 10px;
  background: #E9EFF6;
  line-height: 120%;
  border-width: 0;
  border-radius: 20px;
  font-family: 'Roboto', sans-serif;
}
.form-inner input[type="submit"] {
  margin-top: 20px;
  background: #00aeef;
  color: white;
  font-size: 14px;
  width: 100%;
}
.form-inner textarea {
  resize: none;
}
.form-inner h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #707981;
}

.input-grid {
  display: grid;
  grid-template-areas:
    'names email phone'
    'message message message';
  gap: 10px 6px;
}

.input-grid textarea {
  grid-area: message;
}

.input-grid input,
.input-grid textarea {
  width: 100%;
  margin: 0;
}

.home-form {
  margin: 70px 0 !important;
}

@media (max-width: 768px) {
  .input-grid {
    display: flex;
    flex-direction: column;
  }
  .new-intro,
  .new-intro p {
    font-size: 18px !important;
  }
}

.big-container {
  max-width: 1620px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
}

.rs-banners {
  max-width: 1920px;
}

@media (min-width: 1921px) {
  .rs-banners {
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .rs-banners_bottom-line {
    bottom: -21px !important;
  }
}

.y-directions {
  margin: 30px 0;
  position: relative;
}

.y-directions__slider {
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .y-directions__slider {
    padding: 0 30px;
  }
}

.y-directions__slider .owl-nav > div {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 10;
  left: 0;
  padding: 20px;
  background: linear-gradient(90deg, #FFF, transparent);
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 50px;
  cursor: pointer;
}

.y-directions__slider .owl-nav > div span {
  display: block;
  width: 48px;
  height: 48px;
  text-indent: 1000px;
  font-size: 0;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%230aabea" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5 8.25 12l7.5-7.5" /></svg>');
}

.y-directions__slider .owl-nav > div:last-child {
  right: 0;
  left: auto;
  background: linear-gradient(-90deg, #FFF, transparent);
  padding-left: 50px;
  padding-right: 20px;
}

.y-directions__slider .owl-nav > div:last-child span {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="%230aabea" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>');
}

@media (max-width: 768px) {
  .y-directions__slider .owl-nav > div {
    padding: 15px !important;
  }
  .y-directions__slider .owl-nav > div span {
    width: 32px;
    height: 32px;
  }
}

.y-directions__slider .owl-stage {
  display: flex;
}

.y-directions__slider .owl-item {
  display: flex;
  align-items: center;
}

.y-directions__head {
  text-align: center;
  color: rgb(62, 62, 64);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .y-directions__head {
    font-size: 24px;
    padding: 0 15px;
  }
}

.y-direction {
  perspective: 20vw;
  position: relative;
  transition: .3s;
  cursor: pointer;
  display: block;
  text-decoration: none !important;
  color: rgb(62, 62, 64);
  height: 100%;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .y-direction {
    perspective: 600px;
  }
}

.y-direction:not(.--rotate):hover {
  box-shadow: 0px 5px 25px rgba(0,0,0,0.05);
}

.y-direction__wrap {
  position: relative;
  transition: .5s;
  border: 1px solid #f0f0f0;
  border-right: 0;
  border-left: 0;
  box-shadow: 1px 0 0 #f0f0f0, -1px 0 0 #f0f0f0;
  height: 100%;
  width: 100%;
  background: white;
}

.y-direction:hover {
  z-index: 5;
}

.y-direction.--rotate:hover .y-direction__wrap {
  transform: rotateY(180deg);
}

.y-direction.--rotate:hover .y-direction__wrap .y-direction__back {
  opacity: 1;
  transition-delay: .15s;
}

.y-direction.--rotate:hover .y-direction__wrap .y-direction__front {
  opacity: 0;
}

.y-direction__front {
  transition: .3s;
  border-right: 0;
  background: white;
  transform: translateZ(0.1px);
  padding: 40px 25px 15px;
}

.y-direction__back {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  background: white;
  translate: -50% -50%;
  width: 100%;
  opacity: 0;
  transition: .3s;
  box-shadow: 0px 5px 25px rgba(0,0,0,0.05);
  transition-delay: 0s;
}

.y-direction__back--inset {
  transform: rotateY(180deg);
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 120%;
}

.y-direction__back--inset a {
  color: #6a6a6a;
  text-decoration: none !important;
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
}

.y-direction__back--inset a:hover {
  color: #0aabea;
}

.y-direction__back--inset a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: #0aabea;
}

.y-direction__front--title {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.y-direction__front--image {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.y-direction__front--image img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}

.new-pagination ul.list-unstyled, ol.list-unstyled {
  display: inline-flex;
  gap: 10px;
}

.new-pagination ul.list-unstyled li:first-child,
.new-pagination ul.list-unstyled li:last-child,
.new-pagination ol.list-unstyled li:first-child,
.new-pagination ol.list-unstyled li:last-child {
  display: none !important;
}

.new-pagination ul.list-unstyled li a,
.new-pagination ol.list-unstyled li a {
  min-width: 48px;
  height: 48px;
  /*background: #08ABEA !important;*/
  background: #f1f1f1 !important;
  border-radius: 10px;
  /*color: #fff !important;*/
  color: #08ABEA !important;
  border: none;
  line-height: 48px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 24px;
}
.new-pagination ul.list-unstyled li a:hover,
.new-pagination ol.list-unstyled li a:hover {
  opacity: .8;
}
.new-pagination ul.list-unstyled li.active a,
.new-pagination ol.list-unstyled li.active a {
  /*	background: #f1f1f1 !important;
      color: #08ABEA !important; */
  background: #08ABEA !important;
  color: #f1f1f1 !important;
  pointer-events: none !important;
}

.wrap_b242 {
  z-index: 2147483646 !important;
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background-color: rgba(255,255,255,.9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 2147483647;
  border-top: 4px solid #08ABEA;
  box-shadow: 0px -5px 40px rgba(0,0,0,.1);
}

.cookie-popup__row {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 40px
}

.cookie-popup__text {
  font-size: 16px;
}

.cookie-popup__text--title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.cookie-popup__button {
  text-align: right;
}

@media (max-width: 768px) {
  .cookie-popup__row {
    grid-template-columns: auto;
    gap: 20px;
  }

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

.cookie-popup__button button {
  background: #08ABEA;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 35px;
  color: #fff;
}

.form-checkboxes {
  margin-bottom: 15px;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox > span {
  display: flex;
}

.custom-checkbox > span:before {
  content: '';
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 1px solid #d5d5d5;
  translate: 0 10%;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 8px;
}
.custom-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  translate: 0 -10%;
  appearance: none !important;
  -webkit-appearance: none !important;
  outline: none !important;
  background: transparent !important;
}

.custom-checkbox input[type="checkbox"]:checked ~ span:before {
  background: #08ABEA;
  border-color: #08ABEA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='3' stroke='%23ffffff' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5' /%3E%3C/svg%3E%0A");
}

.form-sale-checkboxes .custom-checkbox > span:before {
  width: 14px;
  min-width: 14px;
  height: 14px;
  translate: 0 20%;
}
.form-sale-checkboxes {
  font-size: 13px;
  color: #fff;
}

.form-sale-checkboxes a {
  color: #fff;
}
.form-sale-checkboxes {
  margin: 10px 0 0;
}

.formBg {
  background: linear-gradient(130deg, #529bde, #2c5a82) !important;
  max-width: 100%;
  margin-bottom: 15px;
}

li.ya-share2__item::before {
  display: none;
}