/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none !important;
}

a {
  background: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
  /*
  font-size: 2em;
  margin: 0.67em 0;
  */
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
:focus{ outline: 0; }

div,
input,
button,
.button,
form{
  box-sizing: border-box;
}

p{ margin: 0px; }
.accordion-toggler {
  cursor: pointer;
}
.accordion-content {
  display: block; 
}
.accordion-content--collapse {
  display: none;
}
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
.button--disabled,
.button[disabled] {
  cursor: not-allowed;
}
.input {
  margin-bottom: 1em;
}
.input:after {
  clear: both;
  content: "";
  display: block;
}
.input:last-child {
  margin-bottom: 0;
}
.input-label {
  display: block;
  margin-bottom: 0.5em;
}
.input-field {
  display: block;
  width: 100%;
  border: 1px solid;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  box-sizing: border-box;
}
.input-notice {
  display: none;
  margin-top: 0.5em;
}
.input-captcha {
  display: inline-block;
}
.input--inline > .input-label {
  display: inline-block;
  line-height: inherit;
  border: 1px solid initial;
  vertical-align: middle;
  margin-bottom: 0;
}
.input--inline > .input-field {
  display: inline-block;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.input--inline > .input-captcha {
  display: inline-block;
}
.input--inline > .input-button {
  display: inline-block;
  line-height: inherit;
  border: 1px solid transparent;
  vertical-align: middle;
}
.input--error > .input-field {
  border-color: #ebccd1;
  background-color: #f2dede;
}
.input--error > .input-notice {
  display: block;
}
.input--required .input-label:after {
  content: '*';
  color: red;
}
.input--captcha .input-field {
  display: inline-block;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  width: 125px;
}
.styled_select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 50px;
  overflow: hidden;
  vertical-align: middle;
  z-index: 0;
}
.styled_select-wrapper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: inherit;
  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);
  content: "\f078";
}
.styled_select-wrapper select {
  position: relative;
  display: inline-block;
  width: calc( 100% + 40px );
  border: none;
  background-color: transparent;
  z-index: 1;
  line-height: inherit;
  cursor: pointer;
}
.notice {
  padding: 0.5em;
  margin-bottom: 1em;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice--success {
  color: #3c763d;
  background-color: #dff0d8;
}
.notice--info {
  color: #31708f;
  background-color: #d9edf7;
}
.notice--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notice--danger {
  color: #a94442;
  background-color: #f2dede;
}
.reviews-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reviews-link {
  cursor: pointer;
}
.review {
  display: block;
  margin-bottom: 1em;
}
.review:last-child {
  margin-bottom: 0;
}
.review-details {
  margin-bottom: 0.5em;
}
.review-details:after {
  clear: both;
  content: "";
  display: block;
}
.review-rating {
  margin-bottom: 0.5em;
}
.review-content {
  margin-bottom: 0.5em;
}
.review_form-toggle {
  cursor: pointer;
}
.review_form-input {
  margin-bottom: 1em;
}
.review_form-input:last-child {
  margin-bottom: 0;
}
.review_form-submit {
  cursor: pointer;
}
.slider {
  position: relative;
}
.slider-container:after {
  clear: both;
  content: "";
  display: block;
}
.slider-control {
  position: relative;
}
.slider-left {
  left: 0;
  cursor: pointer;
}
.slider-right {
  right: 0;
  cursor: pointer;
}
.slider-up {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.slider-down {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.slider--index .slider-image {
  display: block;
  width: 100%;
  text-align: center;
}
.slider--index .slider-image img {
  display: inline-block !important;
  width: auto !important;
  width: initial !important;
}
.slider--index .slider-image + .slider-image {
  display: none;
}
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls--horizontal > .tubs-node {
  float: left;
}
.tubs-node {
  display: block;
  cursor: pointer;
}
.tubs-content {
  display: none;
}
.tubs-content--active {
  display: block;
}
script[type="text/template"] {
  display: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
body {
  min-width: 320px;
}
#own_preloader {
  position: fixed;
  z-index: 1070;
}
.image-wrapper {
  position: relative;
}
.image-wrapper:before {
  /*
  NO NEED!!!!
  */
}
.cart_item .image-wrapper,
.article_preview-preview .image-wrapper,
.product_preview-preview .image-wrapper {
  overflow: hidden;
  max-height: 240px;
}
.image-square,
.image-circle {
  /*
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  */
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.image-square img,
.image-circle img {
  display: inline-block !important;
  width: auto !important;

  position: absolute;

  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.languages {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.languages:after {
  clear: both;
  content: "";
  display: block;
}
.languages-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.languages-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.languages-toggler {
  cursor: pointer;
}
.languages--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.languages-node:hover > .languages--dropdown {
  display: block;
}
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.menu:after {
  clear: both;
  content: "";
  display: block;
}
.menu-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.menu-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
/*
.menu-marker {
  position: absolute;
  display: block;
  top: 0;
  box-sizing: border-box;
}
*/
.menu-toggler {
  cursor: pointer;
}
.menu--horizontal > .menu-node {
  float: left;
}
.menu--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--dropdown {
  display: block;
}
.menu--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--side {
  display: block;
}
.menu--fixed {
  position: fixed;
  z-index: 1030;
}
.menu--collapse {
  display: none;
}
.js-menu-toggler {
  cursor: pointer;
}
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pagination:after {
  clear: both;
  content: "";
  display: block;
}
.pagination-page {
  display: block;
}
.pagination-node {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.pagination-node--link:hover {
  cursor: pointer;
}
.pagination--horizontal > .pagination-page {
  float: left;
}
.collection-description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-seo_description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.collection-subcollection_list:after {
  clear: both;
  content: "";
  display: block;
}
.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter--vertical .filter-section {
  display: block;
}


.fa-angle-up:before,
.fa-angle-down:before {
  font: normal normal normal 18px/1 FontAwesome;
    font-weight: bold;
}
.filter_section-value:nth-child(n + 6) {
  display: none;
}
.btn-hide {
  display: none;
  border: none;
}
.filter_section {
  border: none;
}
.link:hover {
  cursor: pointer;
  color: #36b6fb;
}
/*#hider {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#hider:checked ~ .btn-hide {
  display: block;
}
#hider:checked ~ .filter_section-value:nth-child(n + 6) {
  display: block;
}
#hider:checked ~ .label-block {
  display: none;
}*/
.filter_section-value_link {
  position: relative;
};
.filter_section-value_link:hover {
  background: rgba(242,242,242.1);
}
.filter_section-value_link--active {
  font-weight: bold;
  color: #000;
  background: rgba(242,242,242.1);
}
.filter_section-value_link--active p {
  float: left;
}
.close_char {
  	font-weight: bold; 
    font-size: 21px;
    color: #000;
    margin-left: 50px;
    display: none;
    float: right;
    cursor: pointer;
}
#close {
  position: absolute;
  display: none;
  text-align: right;
  right: 0;
  top: 0;
}
.close {
  font-weight: bold;
    font-size: 21px;
    color: #000;
    margin-left: 50px;
    float: right;
    cursor: pointer;
}
.char_close {
  font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-left: 50px;
    float: right;
    cursor: pointer;
}
button.filter-submit.button {
  background-color: #0e77b0;
  border-radius: 5px;
    color: #ffffff;
  position: absolute;
  top: 5px;
  left: 200px;
}
button.filter-submit.button:hover {
  background: rgba(54,182,251,1);
}
.filter-section.active .show {
  display: block;
}
.show {
  display: none;
}
.show:hover {
  background: #36b6fb;
}
.filter_section-value_link--active:hover {
    color: gray;
  }
.black {
 color: black; 
}
.black:hover {
  color: gray;
}
.property .property-title {
  color: #000;
  font-weight: bold;
  width: 270px;
}
.property .property-title:hover {
  color: grey;
}
.property-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 10px;
  display: inline-block;
  margin-top: 0;
}
.property-span {
  float: left;
}
.char_title {
  text-transform: lowercase;
  float: left;
}
.label-block {
  display: none;
}
.hblock {
  position: absolute;
  top: -470px;
  right: -270px;
  z-index: 300;
}
.hblock span {
  font-weight: bold;
  color: black;
  margin-left: 20px;
}
.hblock .close {
  float: right;
  display: block;
}
.hblock:hover {
  color: grey;
}
.padded-inner-sides {
  position: relative;
}
button.filter-clear_all.button {
  background: #fff;
  color: rgba(73,152,194,1);
  width: 200px;
  position: absolute;
  top: 60px;
  left: 520px;
  font-weight: bold;
  z-index: 200;
  text-align: left;
}
button.filter-clear_all.button:hover {
  color: #36b6fb;
}
.checkbox-field {
  display: none;
}
.checkbox-field:checked + .filter_section-value_link {
  font-weight: bold;
  color: #000;
}
.checkbox-field:checked + .filter_section-value_link:hover {
  color: grey;
}
.checkbox-field:checked + .filter_section-value_link .close_char {
  display: block;
}
@media screen and (max-width: 1080px) {
  button.filter-clear_all.button {
    left: 490px;
  }
  button.filter-submit.button {
    left: 180px;
  }
}
@media screen and (max-width: 1000px) {
  button.filter-clear_all.button {
    left: 470px;
  }
  button.filter-submit.button {
    left: 150px;
  }
}
@media screen and (max-width: 900px) {
  button.filter-clear_all.button {
    left: 450px;
  }
  button.filter-submit.button {
    left: 130px;
  }
}
@media screen and (max-width: 810px) {
  button.filter-clear_all.button {
    left: 420px;
  }
}


.filter-section {
  position: relative;
  margin-bottom: 1em;
}
.filter-section:last-of-type {
  margin-bottom: 0;
}
.filter-clear_all {
  cursor: pointer;
}
.filter-section_toggler {
  cursor: pointer;
}
.filter--hidden_sections {
  display: none;
}
.filter-submit {
  cursor: pointer;
}
.filter_section {
  position: relative;
  /* mod */
}
.filter_section-title {
  display: block;
  position: relative;
}
.filter_section-toggler {
  cursor: pointer;
}
.filter_section-values {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter_section-values--horizontal .filter-value {
  display: inline-block;
}
.filter_section-values--collapse {
  display: none;
}
.filter_section-value {
  display: block;
}
.filter_section-value--range {
  margin: 1em 0.5em;
}
.filter_section-clear {
  cursor: pointer;
}
.filter_section-range_input {
  padding: 0;
  width: 60px;
  text-align: center;
  line-height: inherit;
}
.sort_by:after {
  clear: both;
  content: "";
  display: block;
}
.sort_by-label {
  display: inline-block;
  line-height: inherit;
}
.sort_by-select {
  display: inline-block;
  line-height: inherit;
}
.product-sku {
  margin-bottom: 1em;
}
.product-sku_field {
  margin-bottom: 1em;
}
.product-presence {
  margin-bottom: 1em;
}
.product-short_description {
  margin-bottom: 1em;
}
.product-description {
  margin-bottom: 1em;
}
.product-properties {
  margin-bottom: 1em;
}
.product-variants {
  margin-bottom: 1em;
}
.product-prices {
  margin-bottom: 1em;
}
.product-quantity {
  margin-bottom: 1em;
}
.gallery-large_image {
  text-align: center;
}
.product_preview {
  position: relative;
}
.product_preview:after {
  clear: both;
  content: "";
  display: block;
}
.product_preview-preview {
  position: relative;
}
.product_preview-tip {
  position: absolute;
}
.product_preview-link {
  display: block;
  height: 65px; 
}
.product_preview-title {
  display: block;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gallery-preview_list:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list--horizontal > .gallery-preview {
  /*display: inline-block;*/
}
.gallery-preview {
  display: block;
}
.gallery-image {
  display: block;
}
.quantity {
  position: relative;
  display: inline-block;
}
.quantity:after {
  clear: both;
  content: "";
  display: block;
}
.quantity-button {
  text-align: center;
  cursor: pointer;
}
.quantity-input {
  padding-top: 0;
  padding-bottom: 0;
  width: 50px;
  border: 1px solid;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--inline .quantity-button {
  display: inline-block;
  border: 1px solid transparent;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--side .quantity-button {
  position: absolute;
}
.quantity--side .quantity-input {
  display: block;
}
.prices:after {
  clear: both;
  content: "";
  display: block;
}
.prices--inline > .prices-current,
.prices--inline > .prices-old {
  display: inline-block;
}
.option_selector {
  margin-bottom: 1em;
}
.option_selector-label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.variant-span {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.variant-radio {
  margin-bottom: 5px;
}
.variant-radio_switch {
  cursor: pointer;
}
.variant-radio_label {
  cursor: pointer;
}
.variant-select {
  cursor: pointer;
}
.variant-color {
  display: inline-block;
  cursor: pointer;
}
.variant-image {
  display: inline-block;
  cursor: pointer;
}
.blog-article_list:after {
  clear: both;
  content: "";
  display: block;
}
.article:after {
  clear: both;
  content: "";
  display: block;
}
.article-note {
  margin-bottom: 1em;
}
.article-content {
  margin-bottom: 1em;
}
.article_preview {
  margin-bottom: 1em;
}
.article_preview:after {
  clear: both;
  content: "";
  display: block;
}
.cart-table_container:after {
  clear: both;
  content: "";
  display: block;
}
.cart-items_list:after {
  clear: both;
  content: "";
  display: block;
}
.cart_item:after {
  clear: both;
  content: "";
  display: block;
}
.cart_item-delete {
  cursor: pointer;
}
.cart_total:after {
  clear: both;
  content: "";
  display: block;
}
.basket {
  position: relative;
}
.basket:after {
  clear: both;
  content: "";
  display: block;
}
.basket-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  text-align: left;
}
.basket:hover .basket-dropdown {
  display: block;
}
.basket_list-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.basket_list-submit {
  cursor: pointer;
}
.basket_item {
  position: relative;
  margin-bottom: 1em;
}
.basket_item:after {
  clear: both;
  content: "";
  display: block;
}
.basket_item:last-child {
  margin-bottom: 0;
}
.basket_item-image {
  margin: 0 1em 1em 0;
  float: left;
}
.basket_item-delete {
  cursor: pointer;
  float: right;
}
.discounts:after {
  clear: both;
  content: "";
  display: block;
}
.discounts-field {
  width: 150px;
}
.discounts-notice {
  display: none;
}
.discount {
  margin-bottom: 1em;
}
.discount:after {
  clear: both;
  content: "";
  display: block;
}
.discount:last-child {
  margin: 0;
}
.search-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.search_widget {
  display: inline-block;
}
.search_widget-field {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: inherit;
  border: 1px solid;
  vertical-align: middle;
}
.search_widget-submit {
  display: inline-block;
  padding: 0;
  line-height: inherit;
  border: 1px solid transparent;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.search_widget-submit--disabled,
.search_widget-submit[disabled] {
  cursor: not-allowed;
}
.compare-wrapper {
  overflow-x: auto;
}
.compare-toggle_same {
  cursor: pointer;
}
.compare-remove {
  cursor: pointer;
}
.compare-notice {
  display: none;
}
.compare_row {
  display: table-row;
}
.compare_row:after {
  clear: both;
  content: "";
  display: block;
}
.compare_row-title {
  display: table-cell;
  vertical-align: top;
}
.compare_row-item {
  display: table-cell;
  vertical-align: top;
}
.social_links:after {
  clear: both;
  content: "";
  display: block;
}
.social_links-link {
  display: inline-block;
}
.payments:after {
  clear: both;
  content: "";
  display: block;
}
.payments-method {
  display: inline-block;
}
.modal {
  position: fixed;
  z-index: 1050;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.overlay--opacity {
  background-color: transparent !important;
}
.row,
.grid-row,
.grid-row-inner{
  width: auto;
  box-sizing: content-box;
  float: none;
}
.row:after,
.grid-row:after,
.grid-row-inner:after{
  content: '';
  display: block;
  width: 100%;
  clear: both;;
}
.grid-row{
  margin-left: -.5em;
  margin-right: -.5em;
}
.grid-row-inner{
  margin-left: -1em;
  margin-right: -1em;
}

.wrap{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12{
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.grid-1{
  width: 8.33333%;
}
.grid-2{
  width: 16.66667%;
}
.grid-3{
  width: 25%;
}
.grid-4{
  width: 33.33333%;
}
.grid-5{
  width: 41.66667%;
}
.grid-6{
  width: 50%;
}
.grid-7{
  width: 58.33333%;
}
.grid-8{
  width: 66.66667%;
}
.grid-9{
  width: 75%;
}
.grid-10{
  width: 83.33333%;
}
.grid-11{
  width: 91.66667%;
}
.grid-12{
  width: 100%;
}
.offset-0{
  margin-left: 0;
}

.offset-1{
  margin-left: 8.33333%;
}
.offset-2{
  margin-left: 16.66667%;
}
.offset-3{
  margin-left: 25%;
}
.offset-4{
  margin-left: 33.33333%;
}
.offset-5{
  margin-left: 41.66667%;
}
.offset-6{
  margin-left: 50%;
}
.offset-7{
  margin-left: 58.33333%;
}
.offset-8{
  margin-left: 66.66667%;
}
.offset-9{
  margin-left: 75%;
}
.offset-10{
  margin-left: 83.33333%;
}
.offset-11{
  margin-left: 91.66667%;
}
.offset-12{
  margin-left: 100%;
}

.padded{
  padding: .5em;
}
.padded-left{
  padding-left: .5em;
}
.padded-right{
  padding-right: .5em;
}
.padded-top{
  padding-top: .5em;
}
.padded-bottom{
  padding-bottom: .5em;
}
.padded-sides{
  padding-left: .5em;
  padding-right: .5em;
}
.padded-vertical{
  padding-top: .5em;
  padding-bottom: .5em;
}

.padded-inner{
  padding: 1em;
}
.padded-inner-left{
  padding-left: 1em;
}
.padded-inner-right{
  padding-right: 1em;
}
.padded-inner-top{
  padding-top: 1em;
}
.padded-inner-bottom{
  padding-bottom: 1em;
}
.padded-inner-sides{
  padding-left: 1em;
  padding-right: 1em;
}
.padded-inner-vertical{
  padding-top: 1em;
  padding-bottom: 1em;
}

.padded-reverse{
  margin-left: -.5em;
  margin-right: -.5em;
  width: auto;
  box-sizing: content-box;
  float: none;
}
.padded-reverse-all{
  margin: -.5em;
  width: auto;
  box-sizing: content-box;
  float: none;
}

.fl,
.flow{
  float: left;
}
.fr,
.flow-opposite{
  float: right;
}
.center{
  text-align: center;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.hidden{
  display: none !important;
}

@media (max-width: 640px){
  .xs-grid-1,
  .xs-grid-2,
  .xs-grid-3,
  .xs-grid-4,
  .xs-grid-5,
  .xs-grid-6,
  .xs-grid-7,
  .xs-grid-8,
  .xs-grid-9,
  .xs-grid-10,
  .xs-grid-11,
  .xs-grid-12{
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .xs-grid-1{
    width: 8.33333%;
  }
  .xs-grid-2{
    width: 16.66667%;
  }
  .xs-grid-3{
    width: 25%;
  }
  .xs-grid-4{
    width: 33.33333%;
  }
  .xs-grid-5{
    width: 41.66667%;
  }
  .xs-grid-6{
    width: 50%;
  }
  .xs-grid-7{
    width: 58.33333%;
  }
  .xs-grid-8{
    width: 66.66667%;
  }
  .xs-grid-9{
    width: 75%;
  }
  .xs-grid-10{
    width: 83.33333%;
  }
  .xs-grid-11{
    width: 91.66667%;
  }
  .xs-grid-12{
    width: 100%;
  }

  .xs-offset-0{
    margin-left: 0;
  }
  .xs-offset-1{
    margin-left: 8.33333%;
  }
  .xs-offset-2{
    margin-left: 16.66667%;
  }
  .xs-offset-3{
    margin-left: 25%;
  }
  .xs-offset-4{
    margin-left: 33.33333%;
  }
  .xs-offset-5{
    margin-left: 41.66667%;
  }
  .xs-offset-6{
    margin-left: 50%;
  }
  .xs-offset-7{
    margin-left: 58.33333%;
  }
  .xs-offset-8{
    margin-left: 66.66667%;
  }
  .xs-offset-9{
    margin-left: 75%;
  }
  .xs-offset-10{
    margin-left: 83.33333%;
  }
  .xs-offset-11{
    margin-left: 91.66667%;
  }
  .xs-offset-12{
    margin-left: 100%;
  }

  .xs-padded{
    padding: .5em;
  }
  .xs-padded-left{
    padding-left: .5em;
  }
  .xs-padded-right{
    padding-right: .5em;
  }
  .xs-padded-top{
    padding-top: .5em;
  }
  .xs-padded-bottom{
    padding-bottom: .5em;
  }
  .xs-padded-sides{
    padding-left: .5em;
    padding-right: .5em;
  }
  .xs-padded-vertical{
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .xs-padded-inner{
    padding: 1em;
  }
  .xs-padded-inner-left{
    padding-left: 1em;
  }
  .xs-padded-inner-right{
    padding-right: 1em;
  }
  .xs-padded-inner-top{
    padding-top: 1em;
  }
  .xs-padded-inner-bottom{
    padding-bottom: 1em;
  }
  .xs-padded-inner-sides{
    padding-left: 1em;
    padding-right: 1em;
  }
  .xs-padded-inner-vertical{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .xs-padded-reverse{
    margin-left: -.5em;
    margin-right: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none
  }
  .xs-padded-reverse-all{
    margin: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  .xs-fl,
  .xs-flow{
    float: left;
  }
  .xs-fr,
  .xs-flow-opposite{
    float: right;
  }
  .xs-center{
    text-align: center;
  }
  .xs-left{
    text-align: left;
  }
  .xs-right{
    text-align: right;
  }
  .xs-hidden{
    display: none !important;
  }
}

@media (max-width: 480px){
  .mc-grid-1,
  .mc-grid-2,
  .mc-grid-3,
  .mc-grid-4,
  .mc-grid-5,
  .mc-grid-6,
  .mc-grid-7,
  .mc-grid-8,
  .mc-grid-9,
  .mc-grid-10,
  .mc-grid-11,
  .mc-grid-12{
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mc-grid-1{
    width: 8.33333%;
  }
  .mc-grid-2{
    width: 16.66667%;
  }
  .mc-grid-3{
    width: 25%;
  }
  .mc-grid-4{
    width: 33.33333%;
  }
  .mc-grid-5{
    width: 41.66667%;
  }
  .mc-grid-6{
    width: 50%;
  }
  .mc-grid-7{
    width: 58.33333%;
  }
  .mc-grid-8{
    width: 66.66667%;
  }
  .mc-grid-9{
    width: 75%;
  }
  .mc-grid-10{
    width: 83.33333%;
  }
  .mc-grid-11{
    width: 91.66667%;
  }
  .mc-grid-12{
    width: 100%;
  }

  .mc-offset-0{
    margin-left: 0;
  }
  .mc-offset-1{
    margin-left: 8.33333%;
  }
  .mc-offset-2{
    margin-left: 16.66667%;
  }
  .mc-offset-3{
    margin-left: 25%;
  }
  .mc-offset-4{
    margin-left: 33.33333%;
  }
  .mc-offset-5{
    margin-left: 41.66667%;
  }
  .mc-offset-6{
    margin-left: 50%;
  }
  .mc-offset-7{
    margin-left: 58.33333%;
  }
  .mc-offset-8{
    margin-left: 66.66667%;
  }
  .mc-offset-9{
    margin-left: 75%;
  }
  .mc-offset-10{
    margin-left: 83.33333%;
  }
  .mc-offset-11{
    margin-left: 91.66667%;
  }
  .mc-offset-12{
    margin-left: 100%;
  }

  .mc-padded{
    padding: .5em;
  }
  .mc-padded-left{
    padding-left: .5em;
  }
  .mc-padded-right{
    padding-right: .5em;
  }
  .mc-padded-top{
    padding-top: .5em;
  }
  .mc-padded-bottom{
    padding-bottom: .5em;
  }
  .mc-padded-sides{
    padding-left: .5em;
    padding-right: .5em;
  }
  .mc-padded-vertical{
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .mc-padded-inner{
    padding: 1em;
  }
  .mc-padded-inner-left{
    padding-left: 1em;
  }
  .mc-padded-inner-right{
    padding-right: 1em;
  }
  .mc-padded-inner-top{
    padding-top: 1em;
  }
  .mc-padded-inner-bottom{
    padding-bottom: 1em;
  }
  .mc-padded-inner-sides{
    padding-left: 1em;
    padding-right: 1em;
  }
  .mc-padded-inner-vertical{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .mc-padded-reverse{
    margin-left: -.5em;
    margin-right: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none
  }
  .mc-padded-reverse-all{
    margin: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  .mc-fl,
  .mc-flow{
    float: left;
  }
  .mc-fr,
  .mc-flow-opposite{
    float: right;
  }
  .mc-center{
    text-align: center;
  }
  .mc-left{
    text-align: left;
  }
  .mc-right{
    text-align: right;
  }
  .mc-hidden{
    display: none !important;
  }
}

@media (min-width: 641px) and (max-width: 800px){
  .sm-grid-1,
  .sm-grid-2,
  .sm-grid-3,
  .sm-grid-4,
  .sm-grid-5,
  .sm-grid-6,
  .sm-grid-7,
  .sm-grid-8,
  .sm-grid-9,
  .sm-grid-10,
  .sm-grid-11,
  .sm-grid-12{
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .sm-grid-1{
    width: 8.33333%;
  }
  .sm-grid-2{
    width: 16.66667%;
  }
  .sm-grid-3{
    width: 25%;
  }
  .sm-grid-4{
    width: 33.33333%;
  }
  .sm-grid-5{
    width: 41.66667%;
  }
  .sm-grid-6{
    width: 50%;
  }
  .sm-grid-7{
    width: 58.33333%;
  }
  .sm-grid-8{
    width: 66.66667%;
  }
  .sm-grid-9{
    width: 75%;
  }
  .sm-grid-10{
    width: 83.33333%;
  }
  .sm-grid-11{
    width: 91.66667%;
  }
  .sm-grid-12{
    width: 100%;
  }

  .sm-offset-0{
    margin-left: 0;
  }
  .sm-offset-1{
    margin-left: 8.33333%;
  }
  .sm-offset-2{
    margin-left: 16.66667%;
  }
  .sm-offset-3{
    margin-left: 25%;
  }
  .sm-offset-4{
    margin-left: 33.33333%;
  }
  .sm-offset-5{
    margin-left: 41.66667%;
  }
  .sm-offset-6{
    margin-left: 50%;
  }
  .sm-offset-7{
    margin-left: 58.33333%;
  }
  .sm-offset-8{
    margin-left: 66.66667%;
  }
  .sm-offset-9{
    margin-left: 75%;
  }
  .sm-offset-10{
    margin-left: 83.33333%;
  }
  .sm-offset-11{
    margin-left: 91.66667%;
  }
  .sm-offset-12{
    margin-left: 100%;
  }

  .sm-padded{
    padding: .5em;
  }
  .sm-padded-left{
    padding-left: .5em;
  }
  .sm-padded-right{
    padding-right: .5em;
  }
  .sm-padded-top{
    padding-top: .5em;
  }
  .sm-padded-bottom{
    padding-bottom: .5em;
  }
  .sm-padded-sides{
    padding-left: .5em;
    padding-right: .5em;
  }
  .sm-padded-vertical{
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .sm-padded-inner{
    padding: 1em;
  }
  .sm-padded-inner-left{
    padding-left: 1em;
  }
  .sm-padded-inner-right{
    padding-right: 1em;
  }
  .sm-padded-inner-top{
    padding-top: 1em;
  }
  .sm-padded-inner-bottom{
    padding-bottom: 1em;
  }
  .sm-padded-inner-sides{
    padding-left: 1em;
    padding-right: 1em;
  }
  .sm-padded-inner-vertical{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .sm-padded-reverse{
    margin-left: -.5em;
    margin-right: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none
  }
  .sm-padded-reverse-all{
    margin: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  .sm-fl,
  .sm-flow{
    float: left;
  }
  .sm-fr,
  .sm-flow-opposite{
    float: right;
  }
  .sm-center{
    text-align: center;
  }
  .sm-left{
    text-align: left;
  }
  .sm-right{
    text-align: right;
  }
  .sm-hidden{
    display: none !important;
  }
}

@media (min-width: 801px) and (max-width: 1100px){
  .md-grid-1,
  .md-grid-2,
  .md-grid-3,
  .md-grid-4,
  .md-grid-5,
  .md-grid-6,
  .md-grid-7,
  .md-grid-8,
  .md-grid-9,
  .md-grid-10,
  .md-grid-11,
  .md-grid-12{
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .md-grid-1{
    width: 8.33333%;
  }
  .md-grid-2{
    width: 16.66667%;
  }
  .md-grid-3{
    width: 25%;
  }
  .md-grid-4{
    width: 33.33333%;
  }
  .md-grid-5{
    width: 41.66667%;
  }
  .md-grid-6{
    width: 50%;
  }
  .md-grid-7{
    width: 58.33333%;
  }
  .md-grid-8{
    width: 66.66667%;
  }
  .md-grid-9{
    width: 75%;
  }
  .md-grid-10{
    width: 83.33333%;
  }
  .md-grid-11{
    width: 91.66667%;
  }
  .md-grid-12{
    width: 100%;
  }

  .md-offset-0{
    margin-left: 0;
  }
  .md-offset-1{
    margin-left: 8.33333%;
  }
  .md-offset-2{
    margin-left: 16.66667%;
  }
  .md-offset-3{
    margin-left: 25%;
  }
  .md-offset-4{
    margin-left: 33.33333%;
  }
  .md-offset-5{
    margin-left: 41.66667%;
  }
  .md-offset-6{
    margin-left: 50%;
  }
  .md-offset-7{
    margin-left: 58.33333%;
  }
  .md-offset-8{
    margin-left: 66.66667%;
  }
  .md-offset-9{
    margin-left: 75%;
  }
  .md-offset-10{
    margin-left: 83.33333%;
  }
  .md-offset-11{
    margin-left: 91.66667%;
  }
  .md-offset-12{
    margin-left: 100%;
  }

  .md-padded{
    padding: .5em;
  }
  .md-padded-left{
    padding-left: .5em;
  }
  .md-padded-right{
    padding-right: .5em;
  }
  .md-padded-top{
    padding-top: .5em;
  }
  .md-padded-bottom{
    padding-bottom: .5em;
  }
  .md-padded-sides{
    padding-left: .5em;
    padding-bottom: .5em;
  }
  .md-padded-vertical{
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .md-padded-inner{
    padding: 1em;
  }
  .md-padded-inner-left{
    padding-left: 1em;
  }
  .md-padded-inner-right{
    padding-right: 1em;
  }
  .md-padded-inner-top{
    padding-top: 1em;
  }
  .md-padded-inner-bottom{
    padding-bottom: 1em;
  }
  .md-padded-inner-sides{
    padding-left: 1em;
    padding-right: 1em;
  }
  .md-padded-inner-vertical{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .md-padded-reverse{
    margin-left: -.5em;
    margin-right: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .md-padded-reverse-all{
    margin: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  .md-fl,
  .md-flow{
    float: left;
  }
  .md-fr,
  .md-flow-opposite{
    float: right;
  }
  .md-center{
    text-align: center;
  }
  .md-left{
    text-align: left;
  }
  .md-right{
    text-align: right;
  }
  .md-hidden{
    display: none !important;
  }
}

@media (min-width: 1101px){
  .lg-grid-1,
  .lg-grid-2,
  .lg-grid-3,
  .lg-grid-4,
  .lg-grid-5,
  .lg-grid-6,
  .lg-grid-7,
  .lg-grid-8,
  .lg-grid-9,
  .lg-grid-10,
  .lg-grid-11,
  .lg-grid-12{
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .lg-grid-1{
    width: 8.33333%;
  }
  .lg-grid-2{
    width: 16.66667%;
  }
  .lg-grid-3{
    width: 25%;
  }
  .lg-grid-4{
    width: 33.33333%;
  }
  .lg-grid-5{
    width: 41.66667%;
  }
  .lg-grid-6{
    width: 50%;
  }
  .lg-grid-7{
    width: 58.33333%;
  }
  .lg-grid-8{
    width: 66.66667%;
  }
  .lg-grid-9{
    width: 75%;
  }
  .lg-grid-10{
    width: 83.33333%;
  }
  .lg-grid-11{
    width: 91.66667%;
  }
  .lg-grid-12{
    width: 100%;
  }

  .lg-offset-0{
    margin-left: 0;
  }
  .lg-offset-1{
    margin-left: 8.33333%;
  }
  .lg-offset-2{
    margin-left: 16.66667%;
  }
  .lg-offset-3{
    margin-left: 25%;
  }
  .lg-offset-4{
    margin-left: 33.33333%;
  }
  .lg-offset-5{
    margin-left: 41.66667%;
  }
  .lg-offset-6{
    margin-left: 50%;
  }
  .lg-offset-7{
    margin-left: 58.33333%;
  }
  .lg-offset-8{
    margin-left: 66.66667%;
  }
  .lg-offset-9{
    margin-left: 75%;
  }
  .lg-offset-10{
    margin-left: 83.33333%;
  }
  .lg-offset-11{
    margin-left: 91.66667%;
  }
  .lg-offset-12{
    margin-left: 100%;
  }

  .lg-padded{
    padding: .5em;
  }
  .lg-padded-left{
    padding-left: .5em;
  }
  .lg-padded-right{
    padding-right: .5em;
  }
  .lg-padded-top{
    padding-top: .5em;
  }
  .lg-padded-bottom{
    padding-bottom: .5em;
  }
  .lg-padded-sides{
    padding-left: .5em;
    padding-bottom: .5em;
  }
  .lg-padded-vertical{
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .lg-padded-inner{
    padding: 1em;
  }
  .lg-padded-inner-left{
    padding-left: 1em;
  }
  .lg-padded-inner-right{
    padding-right: 1em;
  }
  .lg-padded-inner-top{
    padding-top: 1em;
  }
  .lg-padded-inner-bottom{
    padding-bottom: 1em;
  }
  .lg-padded-inner-sides{
    padding-left: 1em;
    padding-right: 1em;
  }
  .lg-padded-inner-vertical{
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .lg-padded-reverse{
    margin-left: -.5em;
    margin-right: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-padded-reverse-all{
    margin: -.5em;
    width: auto;
    box-sizing: content-box;
    float: none;
  }

  .lg-fl,
  .lg-flow{
    float: left;
  }
  .lg-fr,
  .lg-flow-opposite{
    float: right;
  }
  .lg-center{
    text-align: center;
  }
  .lg-left{
    text-align: left;
  }
  .lg-right{
    text-align: right;
  }
  .lg-hidden{
    display: none !important;
  }
}
/*


   Magic Zoom Plus v5.0.8
   Copyright 2015 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */

@font-face {
  font-family: "magictoolbox-thin";
  font-weight: normal;
  font-style: normal;
  src:url("magictoolbox-thin.eot");
  src:url("magictoolbox-thin.eot?#iefix") format("embedded-opentype"),
    url("magictoolbox-thin.woff") format("woff"),
    url("magictoolbox-thin.ttf") format("truetype"),
    url("magictoolbox-thin.svg#magictoolbox-thin") format("svg");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage > figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.MagicZoom {
    -webkit-transform: translate3d(0,0,0);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
figure.mz-figure {
    -webkit-perspective: 300px;
    perspective: 300px;
    margin: 0 !important;
}
.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}
.MagicZoom > img,
.mz-figure > img {
    width: 100%;
    height: auto;
}
.ie8-magic .MagicZoom > img,
.ie8-magic .mz-figure > img {
    width: 100%;
    max-width: none !important;
}
.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}
.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
    touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}
.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}
.mz-zoom-window img  {
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -ms-transform-origin: 50% 50% !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}
.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}
.lt-ie9-magic .mz-zoom-window img  {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.mz-hidden {
    opacity: 0;
}
.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}
.mobile-magic .mz-expand .mz-image-stage > figure .mz-caption {
    display: none !important;
}
.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}
.mobile-magic .mz-expand .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}



/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}
.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}
.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}


.mz-figure.mz-active > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}
.no-cssfilters-magic .mz-figure.mz-active > img {
    opacity: 0.6;
}
.lt-ie10-magic .mz-figure.mz-active > img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6);
}
.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > img {
    opacity: 0;
}
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom > .mz-zoom-window {
    opacity: 1;
}
.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img {
    filter: alpha(opacity=0);
}
.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}
.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}
.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.mz-zoom-window.mz-magnifier {
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.3);
}
.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;bottom: 0;
    left: 0; right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170,170,170,0.7);
    box-shadow: inset 0 0 20px 1px rgba(0,0,0,.3);
    background: transparent;
    z-index: 1;
}
.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}
.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}
.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}
.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}
.mz-zoom-window.mz-expanded > .mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
            transition-duration: .25s, .25s, .25s;
}
.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}
.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
}
.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
}
.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
}
.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
}
/* Inner mode animation */
.mz-zoom-window > img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-zoom-window.mz-p-inner.mz-deactivating > img,
.mz-zoom-window.mz-p-inner.mz-activating > img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
            transform: scale(.1);
}
/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
            transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}
.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49,51,61,0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
            transition: opacity 0.25s ease, z-index 0.25s ease;
}
.mz-hint-message {
    display: inline-block;
    background: rgba(49,51,61,0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}
.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
}
.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
}
/* Hint in the expanded view on mobile */
.mobile-magic .mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);

}
.mobile-magic .mz-expand .mz-hint-message {
    padding: 1.1em;
}
.mobile-magic .mz-expand .mz-hint-message:before {
    display: none;
}
.mobile-magic .mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.mz-loading:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}
.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}
.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
            animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}
.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left:  0;
    width: 126px;
    margin: auto;
}
.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}
.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > img,
.mz-expand .mz-expand-bg > svg {
    width: auto !important;
    height: auto !important;

}
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg > svg  {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -ms-overflow-style: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
        -ms-transform: translate(0,0) scale(10,10) rotate(0.01deg);
            transform: translate3d(0,0,0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
            perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
.mz-expand .mz-expand-bg > img  {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
            filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-bg > svg  {
    margin: auto;
    opacity: .6;
}

.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}
.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}
.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}
.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}
.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
            perspective: 600px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}
.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage > figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}
.mz-expand .mz-image-stage > figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}
.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}
.mz-expand .mz-figure > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.mz-expand .mz-zoom-in .mz-image-stage > figure,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}
.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}
/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img  { filter: alpha(opacity=100); }
.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}
.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}
.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}
.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}
.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}
.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}
.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}
.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}
.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
 }
button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
}
button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}
button.mz-button.mz-button-prev {
    left: 0 !important;
}
button.mz-button.mz-button-next {
    right: 0 !important;
}
button.mz-button.mz-button-close {
    font-size: 30px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}
:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
            transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
            transition: color .25s, border-color .25s, transform .25s !important;

}
:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
}
.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
            transition: transform .1s !important;
}
.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
            transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before { content: "\a001"; }
button.mz-button.mz-button-prev:before { content: "\a002";  }
button.mz-button.mz-button-next:before { content: "\a003"; }

@media screen and (max-device-width: 767px) {
    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        background: rgba(255, 255, 255, .12) !important;
        border-color: rgba(180, 180, 180, .3) !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}
.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

 /* Thumbnails on the page */
.mz-thumb, .mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}
.mz-thumb img {
    border: 0;
    /*box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);*/
    box-sizing: border-box;
}
.mz-thumb:hover:not(.mz-thumb-selected) img {
  /*
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
            */
}
.mz-thumb-selected img {
  /*
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
            */
}
.no-cssfilters-magic .mz-thumb {
  /*
    background: #000;
    */
}
.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
  /*
    opacity: .7;
    filter: alpha(opacity=70);
    */
}
.no-cssfilters-magic .mz-thumb-selected img {
  /*
    opacity: .5;
    filter: alpha(opacity=50);
    */
}
.ie9-magic .mz-thumb img {
    /*box-shadow: 0 0 4px 0px rgba(0,0,0,0.3);*/
}

 /* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 65px;
    right: 65px;
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}
.mz-expand-thumbnails .magic-thumb > img {
    cursor: pointer;
    height: 40px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.3);
}
.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}
.mz-expand-thumbnails .magic-thumb-selected img {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}
.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}
.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5; filter:
    alpha(opacity=50);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}
.magic-thumbs.no-buttons ul {
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0 !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}
.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li > img {
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}
.ie8-magic .magic-thumbs ul li > img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}
.magic-thumbs-vertical {
    padding: 30px 0;
}
.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}
.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}
.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li > img {
    max-width: 100%;
    max-height: none;
}
.ie8-magic .magic-thumbs-vertical ul li > img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs .magic-thumbs-button {
    cursor: pointer;
    z-index: 90;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: absolute;

    font-family: "magictoolbox-thin";
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-align: center;
    color: #bbb;
    -webkit-font-smoothing: antialiased;

    font-size: 30px;
    width: 30px;
    height: 100%;
    top: 0; bottom: 0;
}
.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}
.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before { content: "\a002"; }
.magic-thumbs .magic-thumbs-button-next:before { content: "\a003"; }
.magic-thumbs-button:before {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: .6;
}
.magic-thumbs .magic-thumbs-button:hover:before { opacity: 1; }


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0; right: 0;
    top: auto; bottom: auto;
}
.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}
.magic-thumbs-vertical .magic-thumbs-button-prev:before { content: "\a005"; }
.magic-thumbs-vertical .magic-thumbs-button-next:before { content: "\a004"; }


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  z-index: 1;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@charset "UTF-8";
/* новые настройки согласно требованиям */
/* line 10, _type.scss */
.editor a {
  color: #0e77b0; }
/* line 17, _type.scss */
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6,
.editor .h1, .editor .h2, .editor .h3, .editor .h4, .editor .h5, .editor .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  /* line 24, _type.scss */
  .editor h1 small,
  .editor h1 .small, .editor h2 small,
  .editor h2 .small, .editor h3 small,
  .editor h3 .small, .editor h4 small,
  .editor h4 .small, .editor h5 small,
  .editor h5 .small, .editor h6 small,
  .editor h6 .small,
  .editor .h1 small,
  .editor .h1 .small, .editor .h2 small,
  .editor .h2 .small, .editor .h3 small,
  .editor .h3 .small, .editor .h4 small,
  .editor .h4 .small, .editor .h5 small,
  .editor .h5 .small, .editor .h6 small,
  .editor .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #cccccc; }
/* line 32, _type.scss */
.editor h1, .editor .h1,
.editor h2, .editor .h2,
.editor h3, .editor .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  /* line 38, _type.scss */
  .editor h1 small,
  .editor h1 .small, .editor .h1 small,
  .editor .h1 .small,
  .editor h2 small,
  .editor h2 .small, .editor .h2 small,
  .editor .h2 .small,
  .editor h3 small,
  .editor h3 .small, .editor .h3 small,
  .editor .h3 .small {
    font-size: 65%; }
/* line 43, _type.scss */
.editor h4, .editor .h4,
.editor h5, .editor .h5,
.editor h6, .editor .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  /* line 49, _type.scss */
  .editor h4 small,
  .editor h4 .small, .editor .h4 small,
  .editor .h4 .small,
  .editor h5 small,
  .editor h5 .small, .editor .h5 small,
  .editor .h5 .small,
  .editor h6 small,
  .editor h6 .small, .editor .h6 small,
  .editor .h6 .small {
    font-size: 75%; }
/* line 55, _type.scss */
.editor h1, .editor .h1 {
  font-size: 34px; }
/* line 56, _type.scss */
.editor h2, .editor .h2 {
  font-size: 28px; }
/* line 57, _type.scss */
.editor h3, .editor .h3 {
  font-size: 23px; }
/* line 58, _type.scss */
.editor h4, .editor .h4 {
  font-size: 20px; }
/* line 59, _type.scss */
.editor h5, .editor .h5 {
  font-size: 16px; }
/* line 60, _type.scss */
.editor h6, .editor .h6 {
  font-size: 14px; }
/* line 66, _type.scss */
.editor p {
  margin: 0 0 11px; }
/* line 74, _type.scss */
.editor ul,
.editor ol {
  margin-top: 0;
  margin-bottom: 11px; }
  /* line 78, _type.scss */
  .editor ul ul,
  .editor ul ol,
  .editor ol ul,
  .editor ol ol {
    margin-bottom: 0; }
/* line 85, _type.scss */
.editor address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }
/* line 91, _type.scss */
.editor img {
  width: auto !important;
  height: auto !important; }
/* line 96, _type.scss */
.editor #feedback_form {
  text-align: left !important; }
  /* line 99, _type.scss */
  .editor #feedback_form td {
    text-align: left !important; }
  /* line 108, _type.scss */
  .editor #feedback_form #feedback_commit {
    border: none; }
/* line 114, _type.scss */
.editor table {
  width: 100% !important;
  padding: 0 !important; }

/* buttons */
/* line 3, _buttons.scss */
.button, .editor #feedback_form #feedback_commit, .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  line-height: 30px;
  background-color: #0e77b0;
  color: #ffffff; }
  /* line 13, _buttons.scss */
  .button:hover, .editor #feedback_form #feedback_commit:hover, .menu-node--collection_lvl_1 .menu-marker--parent:hover, .menu-node--collection_lvl_2 .menu-marker--parent:hover, .menu-node--collection_lvl_3 .menu-marker--parent:hover {
    background-color: #256aa3;
    color: #ffffff; }
  /* line 18, _buttons.scss */
  .button--action, .button--buy {
    background-color: #0e77b0;
    color: #ffffff; }
  /* line 24, _buttons.scss */
  .button--checkout {
    background-color: #0e77b0;
    color: #ffffff; }
  /* line 29, _buttons.scss */
  .button--marker {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    background: #fff;
    color: #000; }
    /* line 39, _buttons.scss */
    .touch .button--marker {
      width: 35px;
      height: 35px;
      line-height: 35px; }
  /* line 47, _buttons.scss */
  .button--main_menu {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    color: #000000;
    line-height: 40px;
    min-width: 42px;
    margin: 0 0.5em; }
    /* line 55, _buttons.scss */
    .button--main_menu:hover {
      color: #a558c7;
      background: #ffffff; }

/* forms */
/* input */
/* line 4, _input.scss */
.input-label {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold; }
/* line 11, _input.scss */
.input-field, .editor #feedback_form input[type="text"],
.editor #feedback_form textarea {
  line-height: 28px;
  padding: 0 0.5em;
  border-color: #cccccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  /* line 19, _input.scss */
  .input-field--bonuses {
    display: inline-block;
    width: 100px;
    vertical-align: bottom; }
/* line 38, _input.scss */
.input--captcha {
  line-height: 28px; }
  /* line 41, _input.scss */
  .input--captcha .input-field, .input--captcha .editor #feedback_form input[type="text"], .editor #feedback_form .input--captcha input[type="text"],
  .input--captcha .editor #feedback_form textarea,
  .editor #feedback_form .input--captcha textarea {
    width: 100px; }
/* line 47, _input.scss */
.input--inline .input-field, .input--inline .editor #feedback_form input[type="text"], .editor #feedback_form .input--inline input[type="text"],
.input--inline .editor #feedback_form textarea,
.editor #feedback_form .input--inline textarea {
  line-height: 28px; }

/* line 60, _input.scss */
input.input-field, .editor #feedback_form input[type="text"] {
  height: 30px; }

/* line 67, _input.scss */
.option_selector-container {
  border: 1px solid #cccccc;
  max-width: 350px; }

/* line 71, _input.scss */
.styled_select-wrapper {
  line-height: 28px; }
  /* line 75, _input.scss */
  .option_selector-container .styled_select-wrapper {
    padding-right: 15px;
    width: 100%; }
  /* line 80, _input.scss */
  .styled_select-wrapper:after {
    line-height: 28px;
    vertical-align: middle;
    right: 4px; }
  /* line 86, _input.scss */
  .styled_select-wrapper select {
    line-height: 28px;
    height: 28px; }

/* language */
/* line 5, _language_switch.scss */
.languages--dropdown {
  left: -1px;
  right: -1px;
  border: 1px solid #ffffff;
  background-color: #ededed;
  z-index: 1000;
  box-shadow: 0px 2px 6px -2px #000; }
  /* line 17, _language_switch.scss */
  .languages--dropdown .languages-link {
    color: #fa4e87; }
/* line 22, _language_switch.scss */
.languages-node {
  background-color: #ededed;
  line-height: 30px;
  color: #615e5e;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 29, _language_switch.scss */
  .languages-node:hover {
    background-color: #ffffff; }
    /* line 32, _language_switch.scss */
    .languages-node:hover > .languages-link {
      color: #000000; }
  /* line 37, _language_switch.scss */
  .languages-node--current {
    background-color: transparent;
    color: #9d9d9d;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    line-height: 30px; }
/* line 46, _language_switch.scss */
.languages-link {
  padding: 0 10px; }
/* line 50, _language_switch.scss */
.languages-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-left: 10px; }
  /* line 54, _language_switch.scss */
  .languages-link:hover > .languages-toggler {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/* modal */
/* line 3, _modals.scss */
.modal {
  background-color: #fff;
  border: 1px solid #cccccc; }
  /* line 7, _modals.scss */
  .modal-wrapper {
    padding: 1em; }
  /* line 11, _modals.scss */
  .modal-header {
    font-size: 20px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em; }
  /* line 25, _modals.scss */
  .modal .button, .modal .editor #feedback_form #feedback_commit, .editor #feedback_form .modal #feedback_commit, .modal .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .modal .menu-marker--parent, .modal .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .modal .menu-marker--parent, .modal .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .modal .menu-marker--parent {
    margin-bottom: 0.5em; }
  /* line 29, _modals.scss */
  .modal--product_added {
    max-width: 340px;
    min-width: 300px; }
  /* line 34, _modals.scss */
  .modal--iwantsale .modal-wrapper {
    background: #87DC61;
    box-shadow: 0 0 7px #000;
    border-radius: 7px;
    color: #fff;
    padding: 30px 25px 10px;
    width: 640px;
    z-index: 999; }
  /* line 36, _modals.scss */
  .modal--iwantsale .quick_register_cls {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px; }
  /* line 37, _modals.scss */
  .modal--iwantsale .quick_register_zag {
    width: 410px;
    float: left;
    padding-top: 70px;
    font-size: 20px; }
    /* line 39, _modals.scss */
    .modal--iwantsale .quick_register_zag big {
      display: block;
      font-size: 52px;
      line-height: normal; }
  /* line 41, _modals.scss */
  .modal--iwantsale .quick_register_txt {
    margin: 202px 0 5px;
    font-size: 18px; }
  /* line 42, _modals.scss */
  .modal--iwantsale .quick_register .field-label {
    font: 14px 'Open Sans', sans-serif;
    color: #000;
    padding: 3px 0 5px; }
    /* line 44, _modals.scss */
    .modal--iwantsale .quick_register .field-label span {
      color: #F03A1A; }
  /* line 46, _modals.scss */
  .modal--iwantsale .quick_register .textfield {
    background: #fff;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 2px;
    height: 24px;
    width: 180px;
    border-radius: 7px;
    margin-bottom: 5px;
    color: #000; }
    /* line 48, _modals.scss */
    .modal--iwantsale .quick_register .textfield.input-error {
      border: 1px dotted #F00;
      background: #FFE8E8;
      color: #F00; }
  /* line 50, _modals.scss */
  .modal--iwantsale .quick_register_but {
    background: #6AC0F3;
    color: #fff;
    padding: 5px;
    border: 0;
    border-radius: 10px;
    font: 16px Arial;
    cursor: pointer;
    margin: 7px 0 0 10px; }
  /* line 51, _modals.scss */
  .modal--iwantsale .quick_register .popup-reg, .modal--iwantsale .quick_register .popup-auth {
    width: 180px;
    float: left; }
  /* line 52, _modals.scss */
  .modal--iwantsale .quick_register .popup-auth {
    display: none; }

/* line 57, _modals.scss */
.overlay {
  background-color: rgba(0, 0, 0, 0.2); }

/* menu */
/* line 3, _menu.scss */
.menu {
  font-family: 'Tahoma'; }
  /* line 6, _menu.scss */
  .menu-node {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #615e5e; }
    /* line 11, _menu.scss */
    .menu-node--top {
      background-color: transparent;
      color: #9d9d9d;
      border-right: 1px solid #ffffff; }
      /* line 16, _menu.scss */
      .menu-node--top:first-child {
        border-left: 1px solid #ffffff; }
      /* line 20, _menu.scss */
      .menu-node--top.menu-node--current, .menu-node--top:hover {
        background-color: #ffffff; }
        /* line 24, _menu.scss */
        .menu-node--top.menu-node--current > .menu-link, .menu-node--top:hover > .menu-link {
          color: #000000; }
      /* line 29, _menu.scss */
      .menu-node--top .menu-link {
        padding: 0 10px;
        cursor: pointer; }
    /* line 36, _menu.scss */
    .menu-node--top_dropdown {
      background: #ededed; }
      /* line 39, _menu.scss */
      .menu-node--top_dropdown .menu-link {
        color: #fa4e87; }
      /* line 43, _menu.scss */
      .menu-node--top_dropdown.menu-node--current, .menu-node--top_dropdown:hover {
        background-color: #ffffff; }
        /* line 47, _menu.scss */
        .menu-node--top_dropdown.menu-node--current .menu-link, .menu-node--top_dropdown:hover .menu-link {
          color: #000000 !important; }
    /* line 55, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link {
      line-height: 36px;
      padding: 0 12px;
      font-size: 16px;
      font-weight: bold;
      color: #3d3d3d;
      text-transform: uppercase;
      min-width: 60px; }
      /* line 66, _menu.scss */
      .menu-node--main_lvl_1 > .menu-link.menu-link--current {
        color: #0e77b0; }
        /* line 69, _menu.scss */
        .menu-node--main_lvl_1 > .menu-link.menu-link--current .menu-marker--parent {
          color: #0e77b0; }
    /* line 75, _menu.scss */
    .menu-node--main_lvl_1 .menu-marker--parent {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      color: #3d3d3d;
      text-align: center; }
      /* line 80, _menu.scss */
      .touch .menu-node--main_lvl_1 .menu-marker--parent {
        display: none; }
    /* line 87, _menu.scss */
    .menu-node--main_lvl_2 {
      font-size: 16px; }
      /* line 90, _menu.scss */
      .menu-node--main_lvl_2:last-child {
        border-bottom: 1px solid #cccccc; }
      /* line 94, _menu.scss */
      .menu-node--main_lvl_2 > .menu-link {
        background: #fff;
        padding: 10px 12px;
        border: solid #cccccc;
        border-width: 1px 1px 0 1px;
        min-width: 250px; }
        /* line 101, _menu.scss */
        .menu-node--main_lvl_2 > .menu-link.menu-link--current {
          color: #0e77b0; }
      /* line 106, _menu.scss */
      .menu-node--main_lvl_2 .menu-marker--parent {
        float: right; }
      /* line 110, _menu.scss */
      .touch .menu-node--main_lvl_2 {
        display: none !important; }
    /* line 117, _menu.scss */
    .menu-node--main_lvl_3:last-child {
      border-bottom: 1px solid #cccccc; }
    /* line 121, _menu.scss */
    .menu-node--main_lvl_3 > .menu-link {
      background: #fff;
      padding: 10px 12px;
      border: solid #cccccc;
      border-width: 1px 1px 0 1px;
      min-width: 250px; }
      /* line 128, _menu.scss */
      .menu-node--main_lvl_3 > .menu-link.menu-link--current {
        color: #0e77b0; }
    /* line 133, _menu.scss */
    .touch .menu-node--main_lvl_3 {
      display: none !important; }
    /* line 139, _menu.scss */
    .menu-node--collection_lvl_1, .menu-node--collection_lvl_2, .menu-node--collection_lvl_3 {
      padding: 2px 0;
      position: relative; }
      /* line 146, _menu.scss */
      .menu-node--collection_lvl_1:last-child, .menu-node--collection_lvl_2:last-child, .menu-node--collection_lvl_3:last-child {
        border-bottom: none; }
      /* line 150, _menu.scss */
      .menu-node--collection_lvl_1 > .menu-link, .menu-node--collection_lvl_2 > .menu-link, .menu-node--collection_lvl_3 > .menu-link {
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border-width: 0;
        display: block;
        padding: 10px 35px 2px 0;
        line-height: 20px; }
        /* line 157, _menu.scss */
        .touch .menu-node--collection_lvl_1 > .menu-link, .touch .menu-node--collection_lvl_2 > .menu-link, .touch .menu-node--collection_lvl_3 > .menu-link {
          padding: 7px 40px 7px 0; }
        /* line 161, _menu.scss */
        .menu-node--collection_lvl_1 > .menu-link:hover, .menu-node--collection_lvl_2 > .menu-link:hover, .menu-node--collection_lvl_3 > .menu-link:hover {
          color: #0e77b0; }
      /* line 166, _menu.scss */
      .menu-node--collection_lvl_1 > .menu, .menu-node--collection_lvl_2 > .menu, .menu-node--collection_lvl_3 > .menu {
        margin-left: 25px;
        margin-top: 5px; }
      /* line 171, _menu.scss */
      .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        right: 5px;
        top: 5px;
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
        font-size: 10px;
        padding: 0; }
      /* line 190, _menu.scss */
      .menu-node--collection_lvl_1.menu-node--current > .menu--collapse, .menu-node--collection_lvl_2.menu-node--current > .menu--collapse, .menu-node--collection_lvl_3.menu-node--current > .menu--collapse {
        display: block; }
    /* line 194, _menu.scss */
    .menu-node--collection_lvl_1 {
      font-weight: bold;
      color: #000;
      font-size: 16px;
      font-family: 'Tahoma Bold'; }
    /* line 200, _menu.scss */
    .menu-node--collection_lvl_2 {
      font-weight: 500 !important;
      color: #7B7B7B;
      font-size: 16px; }
    /* line 206, _menu.scss */
    .menu-node--mobile {
      border-bottom: 1px solid #cccccc;
      background-color: transparent; }
      /* line 210, _menu.scss */
      .menu-node--mobile:last-child {
        border-bottom: none; }
      /* line 214, _menu.scss */
      .menu-node--mobile > .menu-link {
        border-width: 0;
        background-color: transparent;
        line-height: 40px;
        padding: 0;
        color: #3d3d3d;
        font-weight: bold;
        font-size: 16px; }
      /* line 225, _menu.scss */
      .menu-node--mobile > .menu {
        margin-left: 10px; }
      /* line 229, _menu.scss */
      .menu-node--mobile .menu-toggler {
        position: absolute;
        z-index: 10;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        padding: 0;
        line-height: 30px;
        text-align: center;
        vertical-align: middle; }
    /* line 245, _menu.scss */
    .menu-node--footer {
      color: #858585;
      padding: 3px 0; }
      /* line 249, _menu.scss */
      .menu-node--footer > .menu-link {
        display: inline; }
        /* line 252, _menu.scss */
        .js-menu-wrapper .menu-node--footer > .menu-link {
          padding: 0.5em;
          display: block; }
    /* line 260, _menu.scss */
    .menu-node--current {
      color: #0e77b0; }
    /* line 264, _menu.scss */
    .menu-node--current_top {
      background-color: #ffffff;
      color: #000000; }
    /* line 269, _menu.scss */
    .menu-node--current_top_dropdown {
      background-color: #ffffff; }
      /* line 272, _menu.scss */
      .menu-node--current_top_dropdown .menu-link {
        color: #000000 !important; }
    /* line 278, _menu.scss */
    .menu-node--personal_cabinet .menu-link {
      font-size: 16px;
      padding: 0 1em;
      font-weight: bold;
      font-family: "PT Sans Narrow", sans-serif; }
    /* line 285, _menu.scss */
    .js-menu-wrapper .menu-node--personal_cabinet {
      width: 100%;
      float: none; }
      /* line 289, _menu.scss */
      .js-menu-wrapper .menu-node--personal_cabinet .menu-link {
        padding: 0.5em;
        border-bottom: 1px solid #cccccc; }
  /* line 298, _menu.scss */
  .menu-link {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 300, _menu.scss */
    .menu-link:hover {
      color: #0e77b0; }
  /* line 307, _menu.scss */
  .menu-marker {
    color: inherit; }
    /* line 312, _menu.scss */
    .menu-node:hover .menu-marker {
      color: inherit; }
    /* line 316, _menu.scss */
    .menu-marker--rotate {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      /* line 318, _menu.scss */
      .menu-node:hover .menu-marker--rotate {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        color: inherit; }
  /* line 325, _menu.scss */
  .menu-toggler {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 331, _menu.scss */
    .menu-toggler--main {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      padding: 10px;
      display: block;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      font-family: "PT Sans Narrow", sans-serif;
      text-transform: uppercase; }
    /* line 344, _menu.scss */
    .menu-toggler--collection {
      position: absolute;
      top: 0;
      right: 5px;
      padding: 0;
      width: 26px;
      height: 26px;
      line-height: 26px; }
    /* line 354, _menu.scss */
    .menu-toggler--footer {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      position: absolute;
      right: 0;
      top: 3px;
      width: 30px;
      height: 30px;
      line-height: 30px; }
    /* line 370, _menu.scss */
    .menu-toggler--personal_cabinet {
      display: block;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  /* line 377, _menu.scss */
  .menu--main {
    font-family: "PT Sans Narrow", sans-serif; }
    /* line 380, _menu.scss */
    .menu--main .menu-marker {
      position: initial;
      display: inline-block; }
  /* line 386, _menu.scss */
  .menu--mobile {
    border-bottom: 1px solid #cccccc;
    font-family: "PT Sans Narrow", sans-serif; }
  /* line 394, _menu.scss */
  .menu--top {
    line-height: 30px; }
  /* line 398, _menu.scss */
  .menu--top_dropdown {
    border: 1px solid #ffffff;
    width: 150px;
    line-height: 30px; }
    /* line 405, _menu.scss */
    .menu--top_dropdown-right {
      right: 0; }
  /* line 412, _menu.scss */
  .menu--collection .menu-link--current {
    color: #0e77b0; }
  /* line 417, _menu.scss */
  .menu--collection .menu-toggler {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px; }
  /* line 425, _menu.scss */
  .menu--dropdown, .menu--side {
    box-shadow: 0px 2px 6px -2px #000; }

/* new menu */
/* line 442, _menu.scss */
.menu--main {
  position: relative;
  background-color: #3c3c3c;
  border: 0px solid #3c3c3c;
  border-radius: 0px;
  font-family: 'Tahoma';
  display: flex;
  justify-content: center; }

/* line 451, _menu.scss */
.menu--main > .menu-node {
  float: none; }

/* line 454, _menu.scss */
.menu--horizontal > .menu-node {
  padding: 10px 5px; }

/* line 457, _menu.scss */
.menu--horizontal > .menu-node:hover {
  background-color: #fff; }

/* line 460, _menu.scss */
.menu--horizontal > .menu-node:hover .menu-link {
  color: #0e77b0; }

/* line 461, _menu.scss */
.menu--dropdown {
  width: 100%;
  left: 0px;
  background: #fff;
  min-height: 200px;
  padding: 15px 10px; }

/* line 468, _menu.scss */
.menu-node {
  position: initial !important; }

/* line 471, _menu.scss */
.menu-node--main_lvl_1 > .menu-link {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  font-weight: normal; }

/* line 477, _menu.scss */
.menu-node .lvl_2_title {
  color: #000;
  font-weight: bold;
  font-size: 16px; }

/* line 482, _menu.scss */
.menu-node--main_lvl_2 {
  width: 18%;
  float: left; }

/* line 486, _menu.scss */
.menu-node--main_lvl_2 > .menu-link {
  border: none;
  min-width: auto; }

/* line 490, _menu.scss */
.menu-node--main_lvl_3 > .menu-link {
  min-width: auto;
  border: none;
  color: #000 !important;
  padding: 5px 10px; }

/* line 496, _menu.scss */
.menu--dropdown, .menu--side {
  box-shadow: none; }

/* line 497, _menu.scss */
.menu-node--main_lvl_2:last-child {
  border: none; }

/* line 498, _menu.scss */
.menu-node--main_lvl_3:last-child {
  border: none; }

/* line 499, _menu.scss */
.menu--side {
  position: initial;
  display: block; }

/* line 501, _menu.scss */
.menu-node--main_lvl_2 > .menu-link:hover .lvl_2_title {
  color: #0e77b0; }

/* line 504, _menu.scss */
.menu-node--main_lvl_3 .menu-link:hover {
  color: #0e77b0 !important; }

/* line 507, _menu.scss */
.menu-node--main_lvl_1 > .red_link {
  color: red !important; }

@media only screen and (max-width: 1110px) {
  /* line 511, _menu.scss */
  .menu--horizontal > .menu-node {
    padding: 10px 3px; }

  /* line 512, _menu.scss */
  .menu-node--main_lvl_1 > .menu-link {
    font-size: 15px;
    padding: 0 5px; } }
/* prices */
/* line 3, _prices.scss */
.prices {
  line-height: 18px; }
  /* line 6, _prices.scss */
  .prices-current {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle; }
  /* line 13, _prices.scss */
  .prices-old {
    color: #a6a6a6;
    text-decoration: line-through;
    vertical-align: middle; }
  /* line 25, _prices.scss */
  .prices--discount {
    font-size: 16px;
    color: #000000;
    font-weight: bold; }

/* quantity */
/* line 3, _quantity.scss */
.quantity {
  width: 59px; }
  /* line 7, _quantity.scss */
  .quantity-button--minus, .quantity-button--plus {
    right: 0;
    width: 21px;
    height: 21px;
    padding: 0;
    text-align: center;
    line-height: 21px;
    border: 1px solid #cccccc; }
  /* line 19, _quantity.scss */
  .quantity-button--minus {
    bottom: 0; }
  /* line 23, _quantity.scss */
  .quantity-button--plus {
    top: 0; }
  /* line 31, _quantity.scss */
  .quantity-input {
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    line-height: 40px;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none; }

/* reviews */
/* line 14, _reviews.scss */
.review-details {
  background-color: #cccccc;
  padding: 0.5em; }

/* line 37, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 43, _reviews.scss */
.br-widget a {
  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);
  margin: 0 2px; }
  /* line 54, _reviews.scss */
  .br-widget a:before {
    content: "\f006"; }
  /* line 61, _reviews.scss */
  .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
    content: "\f005"; }
/* line 68, _reviews.scss */
.br-current-rating {
  display: none; }

/* sliader module */
/* line 4, _slider.scss */
.slider + .slider {
  margin-bottom: 2em; }
/* line 10, _slider.scss */
.slider-title {
  position: relative;
  display: block;
  padding: 6px 0;
  color: #000;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 600;
  font-size: 18px; }
  /* line 22, _slider.scss */
  .slider-title a,
  .slider-title span {
    background: #fff;
    padding-right: 8px; }
/* line 41, _slider.scss */
.slider-control--index {
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  width: 100%; }
/* line 50, _slider.scss */
.slider-control--gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 59, _slider.scss */
.slider-control--product {
  position: absolute;
  top: -31px;
  right: 15px;
  padding: 3px 0 3px 8px;
  background-color: #fff; }
/* line 68, _slider.scss */
.slider-left, .slider-right {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 1; }
  /* line 74, _slider.scss */
  .slider-left--gallery, .slider-right--gallery {
    position: absolute;
    top: 45%;
    bottom: 45%;
    font-size: 20px; }
    /* line 80, _slider.scss */
    .slider-left--gallery:hover, .slider-right--gallery:hover {
      color: #0e77b0; }
  /* line 85, _slider.scss */
  .slider-left--index, .slider-right--index {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 500;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6); }
    /* line 104, _slider.scss */
    .slider-left--index:hover, .slider-right--index:hover {
      background-color: rgba(0, 0, 0, 0.9); }
  /* line 109, _slider.scss */
  .slider-control--product > .slider-left, .slider-control--product > .slider-right {
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 24px; }
/* line 154, _slider.scss */
.slider--index {
  background-color: #ffffff; }
  /* line 156, _slider.scss */
  .slider--index .slider-image {
    max-height: 400px; }
/* line 161, _slider.scss */
.slider--product {
  overflow: hidden; }
/* line 166, _slider.scss */
.slider--related .slider-title {
  margin-top: 2em; }

/* line 172, _slider.scss */
.owl-stage-outer {
  z-index: 1; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 5, _slider_noui.scss */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 15, _slider_noui.scss */
.noUi-target {
  position: relative;
  direction: ltr; }

/* line 19, _slider_noui.scss */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 24, _slider_noui.scss */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

/* line 31, _slider_noui.scss */
.noUi-handle {
  position: relative;
  z-index: 1; }

/* line 35, _slider_noui.scss */
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

/* line 40, _slider_noui.scss */
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1; }

/* line 45, _slider_noui.scss */
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

/* line 49, _slider_noui.scss */
.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
/* line 56, _slider_noui.scss */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* отсюда можно стилизовать слайдер диапазона */
/* Slider size and handle placement;
 */
/* line 64, _slider_noui.scss */
.noUi-horizontal {
  height: 8px;
  /*margin-bottom: 14px;*/ }

/* line 68, _slider_noui.scss */
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -9px;
  top: -6px; }

/* line 74, _slider_noui.scss */
.noUi-vertical {
  width: 18px; }

/* line 77, _slider_noui.scss */
.noUi-vertical .noUi-handle {
  width: 18px;
  height: 18px;
  left: -6px;
  top: -9px; }

/* Styling;
 */
/* line 86, _slider_noui.scss */
.noUi-background {
  background: #FAFAFA;
  /*box-shadow: inset 0 1px 1px #f0f0f0;*/ }

/* line 90, _slider_noui.scss */
.noUi-connect {
  background: #36b6fb;
  /*box-shadow: inset 0 0 3px rgba(51,51,51,0.45);*/
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* line 96, _slider_noui.scss */
.noUi-origin {
  border-radius: 2px; }

/* line 99, _slider_noui.scss */
.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  /*box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;*/
  margin: 15px 10px; }

/* line 105, _slider_noui.scss */
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
/* line 111, _slider_noui.scss */
.noUi-dragable {
  cursor: w-resize; }

/* line 114, _slider_noui.scss */
.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

/* line 117, _slider_noui.scss */
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #0e77b0;
  cursor: default;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /*
  box-shadow: inset 0 0 1px #FFF,
        inset 0 1px 7px #EBEBEB,
        0 3px 6px -3px #BBB;
        */ }

/* line 131, _slider_noui.scss */
.noUi-active {
  /*
  box-shadow: inset 0 0 1px #FFF,
        inset 0 1px 7px #DDD,
        0 3px 6px -3px #BBB;
  */ }

/* Handle stripes;
 */
/* line 141, _slider_noui.scss */
.noUi-handle:before,
.noUi-handle:after {
  /*content: "";*/
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

/* line 152, _slider_noui.scss */
.noUi-handle:after {
  left: 17px; }

/* line 155, _slider_noui.scss */
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

/* line 162, _slider_noui.scss */
.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
/* line 168, _slider_noui.scss */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

/* line 172, _slider_noui.scss */
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* search module */
/* line 3, _search_widget.scss */
.search_widget {
  line-height: 30px;
  vertical-align: top; }
  /* line 9, _search_widget.scss */
  .search_widget-field {
    padding: 6px;
    width: 240px;
    height: 42px;
    display: inline-block;
    float: left;
    line-height: normal;
    background: #fbfbfb;
    border: 1px solid #cccccc;
    border-right-width: 0;
    font-size: 13px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none; }
  /* line 26, _search_widget.scss */
  .search_widget-submit {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000000;
    background: #fcfcfc;
    border: none;
    border: 1px solid #cccccc;
    height: 42px;
    width: 42px;
    display: inline-block;
    float: right; }
    /* line 40, _search_widget.scss */
    .search--active .search_widget-submit, .search_widget-submit:hover {
      color: #a558c7;
      background: #ffffff; }
  /* line 47, _search_widget.scss */
  .search_widget--header {
    width: 100%; }
    /* line 50, _search_widget.scss */
    .search_widget--header .search_widget-field {
      width: calc( 100% - 42px ); }

/* tubs */
/* line 3, _tubs.scss */
.tubs {
  margin-bottom: 1rem; }
  /* line 8, _tubs.scss */
  .tubs-node {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0.5em;
    font-size: 16px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    background-color: #E9E9E9; }
    /* line 18, _tubs.scss */
    .tubs-node:hover, .tubs-node--active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      background-color: #F9F9F9; }
  /* line 25, _tubs.scss */
  .tubs-content {
    padding: 1rem  0.5rem;
    background-color: #F9F9F9; }

/* accordion block */
/* line 3, _accordion.scss */
.accordion {
  margin-bottom: 0.5em; }
  /* line 7, _accordion.scss */
  .accordion-title {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 5px;
    line-height: 30px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 23px;
    cursor: pointer; }
  /* line 20, _accordion.scss */
  .accordion-content {
    padding: 0.5em; }
  /* line 24, _accordion.scss */
  .accordion-toggler {
    float: right;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px; }

@font-face {
  font-family: 'Tahoma';
  src: url("Tahoma.eot");
  src: url("Tahoma.eot?#iefix") format("embedded-opentype"), url("Tahoma.woff") format("woff"), url("Tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Tahoma Bold';
  src: url("Tahoma-Bold.eot");
  src: url("Tahoma-Bold.eot?#iefix") format("embedded-opentype"), url("Tahoma-Bold.woff") format("woff"), url("Tahoma-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Myriad Pro';
  src: url("MyriadPro-Regular.eot");
  src: url("MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("MyriadPro-Regular.woff") format("woff"), url("MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Myriad Pro Bold';
  src: url("MyriadPro-Bold.eot");
  src: url("MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("MyriadPro-Bold.woff") format("woff"), url("MyriadPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* header */
/* line 40, _header.scss */
.logo {
  font-size: 34px;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: #3d3d3d;
  float: left; }

/* line 49, _header.scss */
body {
  scroll-behavior: smooth; }

/* line 53, _header.scss */
header {
  background-color: #ffffff;
  background-image: url();
  background-position: top center;
  background-repeat: repeat;
  font-family: 'Myriad Pro'; }

/* line 61, _header.scss */
.contacts {
  font-size: 28px;
  font-weight: bold;
  color: #3d3d3d; }

/* line 67, _header.scss */
.header-block {
  display: inline-block;
  vertical-align: top; }

/* line 72, _header.scss */
.order_source {
  line-height: 30px;
  color: #9d9d9d;
  padding: 0 0.5em; }

/* line 77, _header.scss */
.editor-features {
  float: left;
  width: 350px;
  margin-left: 60px; }

/* line 78, _header.scss */
.editor-features p {
  margin-bottom: -7px; }

/* line 79, _header.scss */
.editor-features img {
  float: left;
  margin-right: 20px;
  margin-top: 7px; }

/* line 81, _header.scss */
.top_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0; }

/* line 87, _header.scss */
.link-reg {
  font-weight: 900;
  color: #000; }

/* line 91, _header.scss */
.js-search_widget-wrapper {
  width: 100%;
  padding: 0;
  border: 4px solid #0e77b0; }

/* line 96, _header.scss */
.section--header .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0; }

/* line 102, _header.scss */
.schedule {
  font-size: 14px;
  color: #a6a6a6;
  padding-left: 15px; }

/* line 107, _header.scss */
.basket-link {
  border: none; }

/* line 110, _header.scss */
.menu--top_dropdown .menu-node--top_dropdown {
  background: #fff !important; }

/* line 113, _header.scss */
.callbackModalBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000000;
  display: none; }

/* line 123, _header.scss */
.callbackModal {
  position: fixed;
  background: #fff;
  margin: 0 auto;
  padding: 10px 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #333333;
  z-index: 1000001;
  font-family: calibri; }

/* line 138, _header.scss */
.callbackModal .m-input--checkbox .m-input-caption {
  margin-left: 0;
  font-size: 0.8em; }

/* line 144, _header.scss */
.callbackModal .m-input--checkbox {
  margin-bottom: 20px; }

/* line 147, _header.scss */
.callbackModal p {
  text-align: center;
  padding-bottom: 20px; }

/* line 151, _header.scss */
.callbackModal p span {
  color: #FF9F54; }

/* line 154, _header.scss */
.callbackModal label {
  display: block; }

/* line 157, _header.scss */
.callbackModal .m-input-field, .callbackModal textarea {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  box-shadow: inset 1px 1px 1px 0px #dedede;
  resize: none; }

/* line 165, _header.scss */
.callbackModal textarea {
  height: 70px;
  width: 94%;
  padding: 0.5rem;
  margin-bottom: 0; }

/* line 171, _header.scss */
.callbackModal .callbackTitle {
  font-size: 1.5em;
  text-align: center;
  margin: 1rem 0; }

/* line 176, _header.scss */
.callbackModal input[type="submit"] {
  background: #0e77b0;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  border: none;
  padding: 5px 20px;
  margin: 0 auto 20px;
  display: block; }

/* line 186, _header.scss */
.callbackModalClose {
  position: absolute;
  right: -25px;
  top: -22px;
  background: #e8e8e8;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  border: 1px solid #aaaaaa; }

/* line 199, _header.scss */
.callbackModalClose:hover {
  color: #0e77b0; }

/* line 202, _header.scss */
.callbackModalEror {
  color: #FF9F54;
  line-height: 18px;
  display: none; }

/* line 207, _header.scss */
.callbackModalEror small {
  font-size: 12px; }

/* line 210, _header.scss */
.callbackModalDone {
  color: #20a517;
  display: none; }

/* line 214, _header.scss */
.callback_link {
  color: #0F77B0;
  font-weight: 600;
  cursor: pointer;
  text-align: right; }

/* line 220, _header.scss */
.callback_link .fa-phone {
  margin-right: 4px;
  font-size: 17px; }

/* line 224, _header.scss */
.callback_link span {
  border-bottom: 1px dashed; }

/* line 227, _header.scss */
.callback_link:hover {
  color: #256AA3; }

/* line 230, _header.scss */
header {
  transition: top 3s;
  top: -250px; }

/* line 234, _header.scss */
header.fix_header {
  top: 0; }

/* line 237, _header.scss */
.filter--mobile button.filter-submit.button, .filter--mobile .editor #feedback_form button.filter-submit#feedback_commit, .editor #feedback_form .filter--mobile button.filter-submit#feedback_commit, .filter--mobile .menu-node--collection_lvl_1 button.filter-submit.menu-marker--parent, .menu-node--collection_lvl_1 .filter--mobile button.filter-submit.menu-marker--parent, .filter--mobile .menu-node--collection_lvl_2 button.filter-submit.menu-marker--parent, .menu-node--collection_lvl_2 .filter--mobile button.filter-submit.menu-marker--parent, .filter--mobile .menu-node--collection_lvl_3 button.filter-submit.menu-marker--parent, .menu-node--collection_lvl_3 .filter--mobile button.filter-submit.menu-marker--parent {
  left: 70%; }

/* line 240, _header.scss */
#filter-clear_mobile {
  display: none; }

/* line 243, _header.scss */
.menu_catalog_mobile_close {
  display: none; }

@media (max-width: 800px) {
  /* line 247, _header.scss */
  #filter-clear_mobile {
    position: initial;
    float: left;
    width: 50%;
    margin-top: 0;
    display: block;
    margin-bottom: 20px; }

  /* line 255, _header.scss */
  .fl_product_count {
    float: left;
    width: 50%;
    margin-bottom: 20px; }

  /* line 260, _header.scss */
  .property .property-title {
    float: left;
    width: 100%; }

  /* line 264, _header.scss */
  .collection-panel .collection-sort, .collection-panel .collection-filters {
    clear: both; }

  /* line 267, _header.scss */
  footer .sidebar_block ul.menu--collection.menu--vertical .fa-minus:before {
    content: "\f106";
    font: normal normal normal 18px/1 FontAwesome;
    font-weight: bold; }

  /* line 272, _header.scss */
  footer .sidebar_block ul.menu--collection.menu--vertical .fa-plus:before {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    font-weight: bold; }

  /* line 277, _header.scss */
  footer .menu--collection .menu-toggler {
    position: absolute;
    top: auto;
    right: 10%;
    font-size: 12px;
    margin-top: -30px;
    z-index: 100; }

  /* line 285, _header.scss */
  .menu_catalog_mobile_close {
    position: fixed;
    top: 0;
    right: 20%;
    font-size: 24px;
    font-weight: bold;
    display: block; } }
@media (max-width: 460px) {
  /* line 295, _header.scss */
  header .top_menu .contacts {
    width: 84%;
    text-align: center; }

  /* line 299, _header.scss */
  .callback_contain {
    width: 100%;
    text-align: center; }

  /* line 303, _header.scss */
  .callback_link {
    text-align: center; }

  /* line 306, _header.scss */
  .callbackModal {
    width: 280px; }

  /* line 309, _header.scss */
  .callbackModal .callbackTitle {
    font-size: 1.2em; }

  /* line 312, _header.scss */
  .callbackModal p {
    padding-bottom: 0; }

  /* line 315, _header.scss */
  .callbackModal .m-input {
    margin-bottom: 0; }

  /* line 318, _header.scss */
  .callbackModal textarea {
    height: 50px;
    width: 91%; }

  /* line 322, _header.scss */
  .callbackModal input[type="submit"] {
    margin-top: 10px; } }
/* layouts */
/* line 3, _layout.scss */
html {
  height: 100%; }

/* line 7, _layout.scss */
body {
  color: #615e5e;
  font-family: "PT Sans Narrow",sans-serif,Arial;
  min-width: 320px;
  font-size: 16px;
  min-height: 100%;
  height: auto;
  position: relative;
  background-color: #ffffff; }

/* line 20, _layout.scss */
.lock_scroll {
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%; }

/* line 28, _layout.scss */
a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit; }
  /* line 32, _layout.scss */
  a:hover {
    color: #0e77b0; }

/* line 37, _layout.scss */
h1,
h2,
h3,
h4 {
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px; }

/* common class */
/* line 48, _layout.scss */
.wrap {
  max-width: 1200px; }

/* line 52, _layout.scss */
.content-title {
  margin-bottom: 1em;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

/* line 60, _layout.scss */
.system_message {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #cccccc; }

/* данные классы используются для стилизации крупных блоков. */
/* line 3, _section.scss */
.section--top_line {
  background: #ffffff;
  box-shadow: 0px 2px 8px -4px #000;
  position: relative;
  z-index: 1; }
/* line 12, _section.scss */
.section--header > .wrap {
  background-color: #fff; }
/* line 17, _section.scss */
.section--main_menu {
  background-color: #3c3c3c; }
  /* line 19, _section.scss */
  .section--main_menu > .wrap {
    background-color: #fff; }
/* line 24, _section.scss */
.section--breadcrumbs {
  background-color: #FCFCFC;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
/* line 30, _section.scss */
.section--content {
  background-color: #ffffff;
  background-image: url(https://static.insales-cdn.com/assets/1/3553/1478113/1739464252/main_bg.png);
  background-position: top center;
  background-repeat: repeat; }
  /* line 36, _section.scss */
  .section--content > .wrap {
    background-color: #fff;
    padding-bottom: 110px; }
/* line 42, _section.scss */
.section--footer_menus {
  background-color: #ffffff;
  background-image: url(https://static.insales-cdn.com/assets/1/3553/1478113/1739464252/main_bg.png);
  background-position: top center;
  background-repeat: repeat; }
  /* line 49, _section.scss */
  .section--footer_menus > .wrap {
    background-color: #fff; }
/* line 54, _section.scss */
.section--footer_copyright {
  background-color: #ffffff; }

/* footer */
/* line 8, _footer.scss */
.footer_block-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  color: #858585;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  @media (max-width: 800px) {
    /* line 8, _footer.scss */
    .footer_block-title {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background-color: #256aa3;
      color: #ffffff;
      font-weight: normal; }
      /* line 25, _footer.scss */
      .footer_block-title:hover {
        background-color: #256aa3;
        color: #ffffff; } }
/* line 33, _footer.scss */
.footer_block-content.menu--collapse {
  padding-top: 0.5em;
  color: #858585; }

/* line 41, _footer.scss */
.copyright {
  color: #858585; }

/* line 48, _footer.scss */
.footer_panel {
  height: 40px;
  line-height: 40px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  box-shadow: 0px 0px 4px 0px #000; }
  /* line 58, _footer.scss */
  .footer_panel-margin {
    height: 40px; }
  /* line 62, _footer.scss */
  .footer_panel-button {
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    color: #9d9d9d;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 70, _footer.scss */
    .footer_panel-button:hover {
      background-color: #ffffff;
      color: #000000; }

/* line 77, _footer.scss */
.panel {
  position: fixed;
  top: 0;
  bottom: 40px;
  left: 0;
  display: none;
  z-index: 1050;
  background-color: #fff;
  border-right: 1px solid #cccccc;
  overflow-y: scroll; }

/* line 89, _footer.scss */
.pay {
  height: 50px; }

/* index */
/* line 3, _index.scss */
.index_collection {
  margin-bottom: 2em; }
  /* line 5, _index.scss */
  .index_collection-title {
    display: block;
    padding: 6px 0;
    margin-bottom: 16px;
    background: url(title_block_bg.png) repeat-x left center;
    color: #615e5e;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; }
    /* line 18, _index.scss */
    .index_collection-title a {
      background: #fff;
      padding-right: 8px; }
      /* line 22, _index.scss */
      .index_collection-title a:hover {
        color: #0e77b0; }

/* collection */
/* line 6, _collection.scss */
.collection-description {
  margin: 1em 0; }
/* line 10, _collection.scss */
.collection-seo_description {
  margin: 1em 0; }

/* line 22, _collection.scss */
.more-products-bl {
  position: relative; }

/* line 25, _collection.scss */
.more-products {
  padding: 0.7rem 2.5rem;
  font-size: 1.7rem;
  color: #fff;
  background: #A0C94C;
  border: 2px #A0C94C solid;
  border-radius: 10px;
  margin: 2rem auto;
  display: inline-block;
  cursor: pointer; }
  /* line 35, _collection.scss */
  .more-products:hover {
    color: #A0C94C;
    background: transparent; }

/* line 40, _collection.scss */
#loading {
  position: absolute;
  left: 0;
  top: calc(50% - 250px);
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 30;
  display: none; }

/* line 51, _collection.scss */
.collection-title {
  font-size: 30px;
  text-transform: none;
  color: #000;
  font-weight: bold;
  font-family: 'Myriad Pro Bold';
  position: relative;
  padding-bottom: 1em;
  margin-bottom: .1em;
  border-bottom: 1px solid #E3E3E3; }
  /* line 61, _collection.scss */
  .collection-title span {
    position: absolute;
    top: 10px;
    color: #7b7b7b;
    font-size: 16px;
    margin-left: 15px;
    font-family: 'Tahoma'; }

/* line 70, _collection.scss */
.collection-filters {
  margin-bottom: 1em; }
  /* line 72, _collection.scss */
  .collection-filters a {
    font-family: 'Tahoma Bold';
    font-weight: bold;
    color: #585858;
    padding: 10px;
    background: #ECECEC;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px; }

/* line 84, _collection.scss */
.collection-filters a:hover {
  color: #000; }

/* line 85, _collection.scss */
.collection-sort a {
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
  font-family: 'Tahoma Bold';
  color: #9B9A9A; }

/* line 92, _collection.scss */
.collection-sort a:hover {
  color: #000; }

/* line 95, _collection.scss */
.collection-sort a.active {
  color: #000; }

/* product */
/* line 3, _product.scss */
.product {
  padding-top: 7px; }
  /* line 18, _product.scss */
  .product-presence_field {
    color: #3c763d; }
    /* line 21, _product.scss */
    .product-presence_field--sell_off {
      color: #a94442; }
  /* line 32, _product.scss */
  .product-properties tr:last-child td {
    border-bottom: none; }
  /* line 42, _product.scss */
  .product-prices {
    line-height: 2rem;
    margin-bottom: 2rem; }
    /* line 46, _product.scss */
    .product-prices .prices-current {
      font-size: 2rem; }
  /* line 55, _product.scss */
  .product-buy {
    line-height: 40px;
    vertical-align: top;
    margin: 0 0.5em; }
  /* line 64, _product.scss */
  .product-compare {
    line-height: 40px;
    vertical-align: top;
    margin-bottom: 1em; }

/* line 72, _product.scss */
.property-title {
  padding: 0.5em;
  border-bottom: 1px solid #cccccc; }
/* line 77, _product.scss */
.property-values {
  padding: 0.5em;
  border-bottom: 1px solid #cccccc;
  text-align: right; }

/* line 85, _product.scss */
.gallery-large_image {
  margin-bottom: 1em; }

/* line 103, _product.scss */
.counter {
  float: left;
  margin-top: 15px;
  color: #616161;
  font-size: 17px; }

/* line 104, _product.scss */
.counter span {
  color: #C3C3C3 !important; }

/* line 105, _product.scss */
.counter .count2 {
  color: #616161 !important; }

/* line 106, _product.scss */
.counter .count {
  color: #616161 !important; }

/* line 107, _product.scss */
.counter .fa {
  color: #157EFB;
  font-size: 18px;
  margin-right: 3px;
  width: 20px;
  text-align: center; }

/* line 114, _product.scss */
.deshevleBlock {
  padding-bottom: 10px; }

/* line 117, _product.scss */
.deshevle {
  color: #FF9F54;
  border-bottom: 1px dashed;
  cursor: pointer; }

/* line 122, _product.scss */
.deshevleModalBg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1000000;
  display: none; }

/* line 132, _product.scss */
.deshevleModal {
  position: fixed;
  background: #e8e8e8;
  margin: 0 auto;
  margin-left: auto;
  padding: 10px 30px;
  top: 10%;
  width: 310px;
  left: 50%;
  margin-left: -155px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  z-index: 1000001;
  font-family: calibri; }

/* line 147, _product.scss */
.deshevleModal p {
  font-size: 19px;
  text-align: center;
  padding-bottom: 20px; }

/* line 152, _product.scss */
.deshevleModal p span {
  color: #FF9F54; }

/* line 155, _product.scss */
.deshevleModal label {
  display: block; }

/* line 158, _product.scss */
.deshevleModal input[type="text"] {
  width: 100%;
  padding: 2px 3%;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px; }

/* line 165, _product.scss */
.deshevleModal input[type="submit"] {
  background: #FF9F54;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  border: none;
  padding: 5px 20px;
  margin: 0 auto 20px;
  display: block; }

/* line 175, _product.scss */
.deshevleModalClose {
  position: absolute;
  right: -25px;
  top: -22px;
  background: #e8e8e8;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  border: 1px solid #aaaaaa; }

/* line 188, _product.scss */
.deshevleModalClose:hover {
  color: #FF9F54; }

/* line 191, _product.scss */
.deshevleModalEror {
  color: #FF9F54;
  line-height: 18px; }

/* line 195, _product.scss */
.deshevleModalEror small {
  font-size: 12px; }

/* line 199, _product.scss */
.deshevleModalDone {
  color: #00ff00; }

/* line 202, _product.scss */
.iws {
  background-color: #fff;
  border: 3px solid #0F77B0;
  border-radius: 5px;
  color: #0F77B0;
  cursor: pointer;
  padding: 0 5px;
  margin-left: 5px;
  font-size: 18px; }
  /* line 204, _product.scss */
  .iws:hover {
    color: #fff;
    background-color: #0F77B0; }

/* cart */
/* line 6, _cart.scss */
.cart-items_list {
  margin-bottom: 2em; }

/* line 29, _cart.scss */
.cart_item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em; }
  @media (min-width: 1100px) {
    /* line 29, _cart.scss */
    .cart_item {
      line-height: 110px; } }
  @media (min-width: 800px) and (max-width: 1100px) {
    /* line 29, _cart.scss */
    .cart_item {
      line-height: 85px; } }
  /* line 40, _cart.scss */
  .cart_item-image {
    overflow: hidden; }
    @media (max-width: 480px) {
      /* line 40, _cart.scss */
      .cart_item-image {
        margin-bottom: 1em; }
        /* line 45, _cart.scss */
        .cart_item-image .image-square {
          padding-bottom: 240px; } }
  /* line 51, _cart.scss */
  .cart_item-link {
    font-size: 16px;
    font-family: "PT Sans Narrow", sans-serif; }
  /* line 59, _cart.scss */
  .cart_item-sku {
    margin-top: 0.5em; }
  @media (max-width: 800px) {
    /* line 63, _cart.scss */
    .cart_item-prices {
      line-height: 40px; } }
  /* line 67, _cart.scss */
  .cart_item-prices--stock {
    position: relative; }
  /* line 75, _cart.scss */
  .cart_item-delete {
    font-size: 20px; }
    @media (max-width: 800px) {
      /* line 75, _cart.scss */
      .cart_item-delete {
        line-height: 40px; } }
  @media (min-width: 800px) {
    /* line 85, _cart.scss */
    .cart_item-wrapper {
      line-height: 20px;
      display: inline-block;
      vertical-align: middle; } }
  /* line 93, _cart.scss */
  .cart_item-time {
    position: absolute;
    left: -7px;
    font-weight: bold;
    font-size: 14px;
    top: 0; }
  /* line 101, _cart.scss */
  .cart_item-eql {
    position: absolute;
    right: -7px;
    font-weight: bold;
    font-size: 14px;
    top: 0; }

/* line 110, _cart.scss */
.discounts {
  margin-bottom: 2em; }
  /* line 113, _cart.scss */
  .discounts-input {
    line-height: 28px; }

/* line 124, _cart.scss */
.discount {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #cccccc; }
  /* line 128, _cart.scss */
  .discount-title {
    min-height: 1px; }

/* line 133, _cart.scss */
.cart_total {
  margin-bottom: 2em; }
  /* line 136, _cart.scss */
  .cart_total-title {
    font-size: 20px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    text-transform: uppercase; }

/* comapre */
/* line 10, _compare.scss */
.compare-remove {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0; }
  /* line 17, _compare.scss */
  .compare-remove:not(.button--marker):hover {
    color: #0e77b0; }
/* line 22, _compare.scss */
.compare-trigger {
  display: inline-block;
  line-height: 40px; }
  /* line 26, _compare.scss */
  .compare-trigger .compare-add {
    display: block;
    line-height: inherit; }
  /* line 31, _compare.scss */
  .compare-trigger .compare-added {
    display: none;
    line-height: inherit; }
  /* line 37, _compare.scss */
  .compare-trigger--added .compare-add {
    display: none; }
  /* line 41, _compare.scss */
  .compare-trigger--added .compare-added {
    display: block; }
  /* line 46, _compare.scss */
  .no-touch .compare-trigger:hover .compare-trigger_text {
    width: 150px; }
/* line 52, _compare.scss */
.no-touch .compare-trigger_text {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: "width";
  -o-transition-property: "width";
  -webkit-transition-property: "width";
  transition-property: "width";
  display: inline-block;
  width: 0;
  overflow: hidden;
  height: 40px;
  vertical-align: top; }

/* line 66, _compare.scss */
.compare_row-title {
  max-width: 200px;
  min-width: 200px;
  padding: 0.5em; }
/* line 73, _compare.scss */
.compare_row-item {
  min-width: 240px;
  max-width: 240px;
  padding: 0.5em; }
  /* line 79, _compare.scss */
  .compare_row-item--title {
    position: relative; }
    /* line 82, _compare.scss */
    .compare_row-item--title .image-wrapper {
      max-height: 160px;
      margin-bottom: 1em;
      overflow: hidden; }
  /* line 89, _compare.scss */
  .compare_row-item--footer {
    position: relative; }
/* line 94, _compare.scss */
.compare_row-item_title {
  margin: -0.5em -0.5em 0.5em;
  padding: 0.5em;
  background-color: #cccccc; }
/* line 101, _compare.scss */
.compare_row-form {
  margin: 1em 0; }
/* line 107, _compare.scss */
.compare_row--header .compare_row-item,
.compare_row--header .compare_row-title {
  border-bottom: 2px solid #cccccc; }
/* line 112, _compare.scss */
.compare_row--header .compare_row-item {
  text-align: center; }
/* line 116, _compare.scss */
.compare_row--header .compare_row-title {
  vertical-align: bottom; }
/* line 123, _compare.scss */
.compare_row--body:nth-child(even) {
  background-color: #e6e6e6; }
/* line 127, _compare.scss */
.compare_row--body .compare_row-item,
.compare_row--body .compare_row-title {
  border-bottom: 1px solid #cccccc; }
/* line 133, _compare.scss */
.compare_row--footer {
  border-width: 0; }
  /* line 136, _compare.scss */
  .compare_row--footer .compare_row-item {
    text-align: center;
    padding: 1em; }

/* избранное */
/* line 6, _favorite.scss */
.favorite-trigger .favorite-add {
  display: block; }
/* line 10, _favorite.scss */
.favorite-trigger .favorite-remove {
  display: none; }
/* line 15, _favorite.scss */
.favorite-trigger--added .favorite-add {
  display: none; }
/* line 19, _favorite.scss */
.favorite-trigger--added .favorite-remove {
  display: block; }

/* search */
/* line 5, _search.scss */
.search-help {
  line-height: 40px; }
/* line 9, _search.scss */
.search-notice {
  margin-top: 1em; }

/* blog */
/* article */
/* line 4, _article.scss */
.article-image {
  margin: 0 1em 1em 0; }
/* line 12, _article.scss */
.article-content {
  display: inline; }

/* page */
/* line 6, _page.scss */
.page-delivery--wrapper h3 {
  font-family: 'Myriad Pro';
  color: #000;
  font-size: 22px;
  text-transform: none; }
/* line 12, _page.scss */
.page-delivery--wrapper b {
  font-family: 'Tahoma Bold' !important; }
/* line 13, _page.scss */
.page-delivery--wrapper .page-title {
  font-size: 30px;
  text-transform: none;
  color: #000;
  font-weight: bold;
  font-family: 'Myriad Pro Bold'; }
  /* line 19, _page.scss */
  .page-delivery--wrapper .page-title span {
    color: #0E77B0; }
/* line 23, _page.scss */
.page-delivery--wrapper .delivery-regions {
  padding: 2em 0 3em;
  border-top: 3px solid #F5F5F5;
  border-bottom: 3px solid #F5F5F5;
  margin-bottom: 2em; }
  /* line 28, _page.scss */
  .page-delivery--wrapper .delivery-regions p {
    font-family: 'Tahoma';
    font-size: 20px;
    color: #000;
    margin-bottom: 15px; }
    /* line 34, _page.scss */
    .page-delivery--wrapper .delivery-regions p b {
      font-family: 'Tahoma Bold';
      font-size: 22px; }
    /* line 38, _page.scss */
    .page-delivery--wrapper .delivery-regions p span {
      display: inline-block;
      background: #EFE789;
      padding: 5px;
      margin-left: 15px;
      font-family: 'Tahoma Bold';
      font-size: 22px; }
/* line 48, _page.scss */
.page-delivery--wrapper .delivery-description {
  margin-bottom: 4em; }
  /* line 50, _page.scss */
  .page-delivery--wrapper .delivery-description h2 {
    font-family: 'Myriad Pro Bold';
    color: #000;
    text-transform: none;
    font-size: 30px; }
  /* line 56, _page.scss */
  .page-delivery--wrapper .delivery-description .description-text {
    background: #E8E8E8;
    padding: 20px;
    color: #000;
    font-family: 'Tahoma'; }
/* line 64, _page.scss */
.page-delivery--wrapper .delivery-description--manual .description-text {
  background: none;
  padding: 20px 0; }
/* line 69, _page.scss */
.page-delivery--wrapper .delivery {
  min-height: 105px;
  margin-bottom: 2em;
  color: #000;
  font-family: 'Tahoma'; }

/* line 76, _page.scss */
.req-wrapper {
  background-color: #e8e8e8; }
  /* line 78, _page.scss */
  .req-wrapper:after {
    content: "";
    display: table;
    clear: both; }

/* line 84, _page.scss */
.page-contacts {
  font-family: 'Tahoma';
  color: #000;
  text-transform: none; }
  /* line 88, _page.scss */
  .page-contacts h3 {
    font-size: 21px;
    font-family: 'Tahoma';
    text-transform: none; }
  /* line 93, _page.scss */
  .page-contacts h4 {
    color: #949494;
    margin-bottom: 15px;
    font-family: 'Tahoma';
    text-transform: none; }
  /* line 99, _page.scss */
  .page-contacts-address {
    margin-bottom: 30px; }
  /* line 102, _page.scss */
  .page-contacts-phone {
    display: block;
    margin: 20px 0; }
  /* line 106, _page.scss */
  .page-contacts .working-time {
    margin-bottom: 20px;
    color: #949494; }
  /* line 110, _page.scss */
  .page-contacts .mail {
    font-size: 18px; }
  /* line 111, _page.scss */
  .page-contacts .showroom {
    font-size: 18px;
    margin-bottom: 35px; }
  /* line 112, _page.scss */
  .page-contacts-title {
    display: flex;
    justify-content: space-between;
    font-size: 32px;
    text-transform: none;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 6px 6px -5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 6px 6px -5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 6px 6px -5px rgba(34, 60, 80, 0.2); }
  /* line 122, _page.scss */
  .page-contacts .req-wrapper {
    padding: 30px;
    margin-top: 30px; }
    /* line 125, _page.scss */
    .page-contacts .req-wrapper ul {
      padding: 0; }
      /* line 127, _page.scss */
      .page-contacts .req-wrapper ul li {
        margin-bottom: 30px;
        list-style: none; }
  /* line 134, _page.scss */
  .page-contacts #feedback_form label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 21px;
    text-transform: none;
    font-weight: bold;
    color: #000; }
  /* line 142, _page.scss */
  .page-contacts #feedback_form textarea {
    width: 100%;
    margin-bottom: 20px; }
  /* line 146, _page.scss */
  .page-contacts #feedback_form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px; }
  /* line 151, _page.scss */
  .page-contacts #feedback_form #feedback_commit {
    width: auto;
    border: none;
    padding: 15px 15px;
    float: right;
    font-size: 20px; }

@media only screen and (max-width: 768px) {
  /* line 161, _page.scss */
  .page-delivery--wrapper .delivery-description {
    margin-bottom: 2em; } }
/* 404 */
/* breadcrumbs */
/* line 4, _breadcrumbs.scss */
.breadcrumbs-pipe {
  color: #7B7B7B;
  margin: 0 10px;
  display: inline-block; }
/* line 10, _breadcrumbs.scss */
.breadcrumbs-page {
  color: #7B7B7B; }

/* line 15, _breadcrumbs.scss */
.section--breadcrumbs {
  border-bottom: none; }
  /* line 17, _breadcrumbs.scss */
  .section--breadcrumbs span.breadcrumbs-page {
    font-weight: bold;
    color: #000;
    font-family: 'Tahoma Bold'; }
  /* line 22, _breadcrumbs.scss */
  .section--breadcrumbs .breadcrumbs-page {
    font-family: 'Tahoma'; }

/* basket */
/* line 4, _basket.scss */
.basket {
  display: inline-block; }
  /* line 7, _basket.scss */
  .basket-icon {
    height: 40px;
    display: block;
    float: left;
    padding: 0 5px 0 5px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
    /* line 16, _basket.scss */
    .basket-icon .fa-shopping-cart {
      position: relative;
      font-size: 32px;
      top: 3px;
      right: 5px; }
  /* line 24, _basket.scss */
  .basket-link {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    *zoom: 1;
    background-color: #fcfcfc;
    display: block;
    color: #000000; }
    /* line 38, _clearfix.scss */
    .basket-link:after {
      content: "";
      display: table;
      clear: both; }
    /* line 34, _basket.scss */
    .basket:hover .basket-link {
      color: #0e77b0;
      background: #ffffff; }
  /* line 40, _basket.scss */
  .basket-title {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold; }
  /* line 46, _basket.scss */
  .basket-total {
    float: left;
    display: inline-block;
    position: relative;
    height: 40px;
    font-weight: bold;
    color: #9d9d9d;
    padding-right: 0.5em; }
  /* line 58, _basket.scss */
  .basket-count_wrapper {
    position: absolute;
    top: -21px;
    right: -13px;
    height: 16px;
    text-align: center; }
  /* line 66, _basket.scss */
  .basket-items_count {
    display: inline-block;
    padding: 0 6px;
    line-height: 16px;
    background-color: #0e77b0;
    color: #fff;
    text-align: center;
    font-size: 11px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  /* line 79, _basket.scss */
  .basket-items_price {
    line-height: 46px;
    vertical-align: middle; }
  /* line 84, _basket.scss */
  .basket-dropdown {
    right: -1px;
    background-color: #fff;
    border: 1px solid #cccccc;
    width: 250px;
    box-shadow: 0px 2px 6px -2px #000; }

/* line 97, _basket.scss */
.basket_list-header {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #cccccc; }
  /* line 102, _basket.scss */
  .basket_list-header:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
/* line 109, _basket.scss */
.basket_list-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase; }
/* line 121, _basket.scss */
.basket_list-footer {
  padding-top: 1em; }
/* line 125, _basket.scss */
.basket_list-total {
  margin: 1em 0; }
/* line 129, _basket.scss */
.basket_list-count {
  float: right; }
/* line 133, _basket.scss */
.basket_list-submit {
  display: block; }
/* line 137, _basket.scss */
.basket_list-footer_list {
  font-size: 16px; }

/* line 142, _basket.scss */
.basket_item {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #cccccc; }
  /* line 149, _basket.scss */
  .basket_item-details {
    margin-top: 0.5em;
    line-height: 20px; }
  /* line 154, _basket.scss */
  .basket_item-title {
    font-size: 16px;
    font-family: "PT Sans Narrow", sans-serif; }
  /* line 159, _basket.scss */
  .basket_item-delete {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    margin-left: 0.5em;
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle; }
  /* line 170, _basket.scss */
  .basket_item-count {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle; }
  /* line 177, _basket.scss */
  .basket_item-price {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle; }

/* filter */
/* line 6, _collection_filter.scss */
.filter-section {
  padding: 2px 0;
  margin: 0; }
/* line 11, _collection_filter.scss */
.filter-clear_all {
  margin-top: 1em;
  background-color: #cccccc; }

/* line 25, _collection_filter.scss */
.filter_section {
  /* mod */ }
  /* line 27, _collection_filter.scss */
  .filter_section-title {
    font-size: 14px;
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 25px; }
    /* line 33, _collection_filter.scss */
    .touch .filter_section-title {
      line-height: 35px; }
  /* line 38, _collection_filter.scss */
  .filter_section-toggler {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0; }
  /* line 48, _collection_filter.scss */
  .filter_section-values {
    /*
    padding: 6px 0;
    max-height: 250px;
    overflow-y: auto;
    */ }
    /* line 56, _collection_filter.scss */
    .filter_section-values--range {
      padding-bottom: 0.5em; }
  /* line 61, _collection_filter.scss */
  .filter_section-value {
    position: relative;
    padding: 0.3em 0;
    line-height: 16px; }
    /* line 66, _collection_filter.scss */
    .filter_section-value:last-child {
      border-bottom: none; }
    /* line 70, _collection_filter.scss */
    .filter_section-value--range {
      margin: 2em 1em; }
    /* line 76, _collection_filter.scss */
    .filter_section-value--selected {
      border-bottom: 1px solid #cccccc;
      padding-bottom: 5px;
      margin: 0.5em;
      display: inline-block;
      position: relative; }
      @media (max-width: 480px) {
        /* line 76, _collection_filter.scss */
        .filter_section-value--selected {
          display: block; } }
  /* line 89, _collection_filter.scss */
  .filter_section-value_input {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px; }
  /* line 96, _collection_filter.scss */
  .filter_section-value_link {
    display: block; }
  /* line 107, _collection_filter.scss */
  .filter_section-range_input {
    padding: 0 0.5em;
    border: 1px solid #cccccc;
    line-height: 28px;
    height: 30px; }

/* line 118, _collection_filter.scss */
.js-filter_section-toggler {
  cursor: pointer; }

/* collection_sort */
/* line 3, _collection_sort.scss */
.sort_by {
  display: inline-block;
  vertical-align: top; }
  /* line 7, _collection_sort.scss */
  .sort_by-label {
    border: 1px solid transparent;
    vertical-align: middle; }
  /* line 12, _collection_sort.scss */
  .sort_by-select {
    height: 28px;
    background-color: #fff;
    border-color: #cccccc; }
  /* line 20, _collection_sort.scss */
  .sort_by-option {
    display: inline-block;
    line-height: 28px; }

/* modification selector */
/* article preview */
/* line 3, _article_preview.scss */
.article_preview {
  margin-bottom: 2em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2em; }
  /* line 12, _article_preview.scss */
  .article_preview-note {
    color: #909090; }
  /* line 22, _article_preview.scss */
  .article_preview--list {
    margin-bottom: 1rem; }

/* pagination */
/* line 3, _pagination.scss */
.pagination {
  display: inline-block; }
  /* line 5, _pagination.scss */
  .pagination-page {
    width: 28px;
    line-height: 28px;
    border: 1px solid #cccccc; }
    /* line 13, _pagination.scss */
    .pagination-page:last-child {
      border-right-width: 1px; }
  /* line 19, _pagination.scss */
  .pagination-node--link {
    color: #0e77b0; }
  /* line 23, _pagination.scss */
  .pagination-node--block {
    cursor: default;
    display: block;
    text-align: center; }
  /* line 29, _pagination.scss */
  .pagination-node:hover, .pagination-node--current {
    background: #e6e6e6; }
  /* line 35, _pagination.scss */
  .pagination-counter {
    line-height: 30px; }

/* payments */
/* product_preview */
/* line 3, _product_preview.scss */
.product_preview {
  text-align: center; }
  /* line 6, _product_preview.scss */
  .product_preview-preview {
    overflow: hidden; }
  /* line 11, _product_preview.scss */
  .product_preview-image .image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute; }
  @media (max-width: 480px) {
    /* line 21, _product_preview.scss */
    .product_preview-image--cover {
      padding-bottom: 240px; } }
  /* line 34, _product_preview.scss */
  .product_preview-title {
    font-size: 16px;
    font-family: "PT Sans Narrow", sans-serif; }
  /* line 44, _product_preview.scss */
  .product_preview-button {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    bottom: -40px;
    display: block;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    line-height: 36px;
    vertical-align: middle; }
    /* line 58, _product_preview.scss */
    .product_preview:hover .product_preview-button {
      bottom: 0; }
    /* line 62, _product_preview.scss */
    .touch .product_preview-button {
      bottom: 0;
      position: relative; }
  /* line 69, _product_preview.scss */
  .product_preview--compare {
    text-align: left;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 40px;
    border-bottom: 1px solid #cccccc; }
    /* line 77, _product_preview.scss */
    .product_preview--compare .product_preview-title {
      font-size: 14px;
      line-height: 25px; }

/* sidebar */
/* line 7, _sidebar.scss */
.sidebar_block {
  margin-bottom: 20px;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #DCDCDC; }
  /* line 11, _sidebar.scss */
  .sidebar_block:last-child {
    margin-bottom: 0; }
  /* line 15, _sidebar.scss */
  .sidebar_block-title {
    color: #615e5e;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    position: relative;
    padding: 6px 0;
    margin-bottom: 6px;
    display: block; }

/* socials groups */
/* line 4, _social_groups.scss */
.social_groups-link {
  color: #858585;
  font-size: 16px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0.25em; }

@media only screen and (min-width: 800px) {
  /* line 2, _product_custom.scss */
  .product-gallery .owl-item {
    float: none;
    width: 50px !important;
    margin-top: 2px; }

  /* line 8, _product_custom.scss */
  .gallery-image {
    outline: 1px solid #e7e7e7; }
    /* line 11, _product_custom.scss */
    .gallery-image.mz-thumb-selected {
      outline: 2px solid #E6D5A5; }

  /* line 16, _product_custom.scss */
  .slider--gallery {
    width: 51px;
    display: inline-block;
    float: left; }

  /* line 21, _product_custom.scss */
  .gallery-large_image {
    width: 78%;
    display: inline-block;
    float: right; } }
@media only screen and (min-width: 980px) {
  /* line 28, _product_custom.scss */
  .gallery-large_image {
    width: 83%; } }
@media only screen and (min-width: 1200px) {
  /* line 33, _product_custom.scss */
  .gallery-large_image {
    width: 86%; } }
/* line 37, _product_custom.scss */
.product-info {
  color: #000; }
  /* line 39, _product_custom.scss */
  .product-info .content-title {
    text-transform: none;
    margin-bottom: -3px;
    font-weight: 400;
    font-size: 24px; }

/* line 47, _product_custom.scss */
.rating {
  font-size: 10px;
  color: #FEC71C; }
  /* line 50, _product_custom.scss */
  .rating .styled_select-wrapper {
    display: none; }
  /* line 53, _product_custom.scss */
  .rating .br-wrapper {
    display: inline-block;
    position: relative;
    top: 2px; }
  /* line 58, _product_custom.scss */
  .rating span {
    margin-left: -2px; }
  /* line 61, _product_custom.scss */
  .rating .product--rev {
    font-size: 15px;
    color: #2598D2;
    margin-left: 6px;
    margin-right: 40px;
    display: inline-block;
    position: relative;
    top: 5px; }
    /* line 69, _product_custom.scss */
    .rating .product--rev:hover {
      text-decoration: underline; }

/* line 75, _product_custom.scss */
.product-social {
  width: 20px;
  height: 19px;
  background-image: url(social.svg);
  display: inline-block;
  position: relative;
  top: 7px;
  cursor: pointer; }

/* line 86, _product_custom.scss */
.social-img {
  width: 17px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  float: left;
  margin-top: 3px; }

/* line 96, _product_custom.scss */
.social-one {
  background-image: url(vkontakte.svg); }
/* line 99, _product_custom.scss */
.social-two {
  background-image: url(facebook.svg); }
/* line 102, _product_custom.scss */
.social-three {
  background-image: url(twitter.svg); }
/* line 105, _product_custom.scss */
.social-four {
  background-image: url(google.svg); }
/* line 108, _product_custom.scss */
.social-five {
  background-image: url(odnoklassniki.svg); }

/* line 112, _product_custom.scss */
.product-dropdown {
  position: absolute;
  list-style-type: none;
  background-color: #FFF;
  color: #000;
  font-size: 14px;
  display: none;
  padding: 15px;
  top: +10px;
  left: -40px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 3;
  width: 72px; }
  /* line 127, _product_custom.scss */
  .product-dropdown:before {
    content: '';
    border: 6px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -16px;
    width: 0; }
  /* line 138, _product_custom.scss */
  .product-dropdown span {
    margin-left: 6px; }
  /* line 141, _product_custom.scss */
  .product-dropdown li {
    padding: 5px 19px;
    vertical-align: middle;
    font-size: 17px; }
  /* line 146, _product_custom.scss */
  .product-dropdown li:hover {
    background-color: #E5F6FF; }
  /* line 150, _product_custom.scss */
  .product-dropdown.active {
    display: inline-block; }

/* line 154, _product_custom.scss */
.char-header {
  font-weight: bold; }

/* line 157, _product_custom.scss */
.char-wrap2 {
  margin-top: 20px; }

/* line 162, _product_custom.scss */
.char-wrap span {
  padding-right: 10px; }
/* line 165, _product_custom.scss */
.char-wrap td {
  padding-top: 5px;
  padding-right: 17px;
  max-width: 195px;
  vertical-align: top; }

/* line 172, _product_custom.scss */
.char-title {
  color: #A4898A; }

/* line 175, _product_custom.scss */
.char-tab-wrap {
  margin-top: 12px; }

/* line 178, _product_custom.scss */
.char-see-all, .char-manufacturer a, .price-delivery-link, .allreviews {
  color: #2593CB;
  position: relative;
  top: 5px; }
  /* line 182, _product_custom.scss */
  .char-see-all:hover, .char-manufacturer a:hover, .price-delivery-link:hover, .allreviews:hover {
    color: #2593CB;
    text-decoration: underline; }

/* line 187, _product_custom.scss */
.char-manufacturer {
  margin-top: 20px; }

/* line 191, _product_custom.scss */
.price-form {
  position: relative; }
  /* line 193, _product_custom.scss */
  .price-form .product-sku {
    width: 100%;
    text-align: right;
    font-size: 13px;
    color: #B9B2B0;
    margin-top: -16px; }
  /* line 200, _product_custom.scss */
  .price-form .prices-current-custom {
    font-size: 32px;
    margin-bottom: 14px;
    display: inline-block; }

/* line 207, _product_custom.scss */
.price-wrap {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.15);
  padding: 13px 19px 18px 29px;
  border-radius: 3px; }

/* line 214, _product_custom.scss */
.price--prices-old {
  color: #000;
  position: relative; }
  /* line 217, _product_custom.scss */
  .price--prices-old:before {
    border-bottom: 1px solid #FF9F54;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-13deg); }

/* line 227, _product_custom.scss */
.price--old-minus {
  color: #FF9F54;
  margin-left: 10px; }

/* line 231, _product_custom.scss */
.product-presence_field {
  color: #000 !important;
  font-weight: bold;
  position: relative; }

/* line 237, _product_custom.scss */
.price-nal-arrow {
  position: absolute;
  top: 7px;
  left: -15px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("qwerty.png"); }

/* line 246, _product_custom.scss */
.price-delivery-link {
  display: block;
  margin-top: -15px; }

/* line 250, _product_custom.scss */
.price-button-wrap {
  margin: 31px -20px -18px -30px; }

/* line 253, _product_custom.scss */
.price-button {
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  height: 63px;
  line-height: 63px;
  background: #0F77B0;
  width: 100%;
  text-align: center;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s ease; }
  /* line 267, _product_custom.scss */
  .price-button:hover {
    background-color: #256AA3; }

/* line 271, _product_custom.scss */
.price-on-click {
  border: 5px solid #0F77B0;
  text-align: center;
  color: #808794;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease; }
  /* line 280, _product_custom.scss */
  .price-on-click:hover {
    border-color: #256AA3; }

/* line 284, _product_custom.scss */
.product-info--title {
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 6px;
  padding-left: none; }

/* line 292, _product_custom.scss */
.product-info--description {
  padding-right: 19px; }

/* line 295, _product_custom.scss */
.description-title {
  font-weight: bold;
  color: #000;
  margin-top: 15px; }

/* line 300, _product_custom.scss */
.product-info-wrap {
  color: #000; }
  /* line 302, _product_custom.scss */
  .product-info-wrap .char-tab-wrap {
    margin-top: -2px; }

/* line 306, _product_custom.scss */
.product-info--char-info {
  color: #A4898A;
  font-size: 11px;
  line-height: 10px;
  margin-top: 7px; }

/* line 312, _product_custom.scss */
.predoplata {
  color: #A0C94C;
  margin-top: 1rem; }

/* line 316, _product_custom.scss */
.product-reviews--title {
  color: #367EB6;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 6px;
  margin-bottom: 5px; }
  /* line 322, _product_custom.scss */
  .product-reviews--title span {
    color: #A4898A;
    font-weight: 100;
    position: relative;
    font-size: 12px;
    top: -2px; }

/* line 330, _product_custom.scss */
.product-reviews--wrap {
  color: #000;
  margin-top: 15px; }

/* line 335, _product_custom.scss */
.reviews-list li {
  margin-top: 35px; }
  /* line 337, _product_custom.scss */
  .reviews-list li .rating {
    font-size: 12px; }

/* line 342, _product_custom.scss */
.review-name {
  color: #51A9E0;
  font-size: 14px; }

/* line 346, _product_custom.scss */
.review-date {
  color: #A4898A;
  font-size: 14px; }

/* line 351, _product_custom.scss */
.prev-wrap {
  text-align: left; }

/* line 354, _product_custom.scss */
.slider--product {
  width: 94%;
  margin-left: 3%; }

/* line 359, _product_custom.scss */
.slider-control-product {
  position: absolute;
  color: #fff;
  font-size: em(65px);
  z-index: 100;
  width: 100%;
  opacity: 0.8;
  top: 75px;
  transition: all .25s ease; }
  /* line 368, _product_custom.scss */
  .slider-control-product:hover {
    opacity: 1; }
  /* line 370, _product_custom.scss */
  .slider-control-product div {
    cursor: pointer;
    position: absolute; }
    /* line 373, _product_custom.scss */
    .slider-control-product div:last-child {
      right: 0; }
  /* line 375, _product_custom.scss */
  .slider-control-product .owl-prev {
    margin-left: 16px;
    background-image: url("owl-prev.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 40px; }
  /* line 382, _product_custom.scss */
  .slider-control-product .owl-next {
    margin-right: 15px;
    background-image: url("owl-next.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 40px; }

/* line 393, _product_custom.scss */
.rev-first {
  position: relative; }
  /* line 395, _product_custom.scss */
  .rev-first .fa {
    font-size: 35px;
    position: absolute;
    font-weight: bold;
    color: #9D9A99;
    margin-top: -7px;
    margin-left: 17px; }

/* line 404, _product_custom.scss */
.rev-first-content {
  padding-left: 50px;
  color: #000;
  margin-top: 25px; }

/* line 409, _product_custom.scss */
a.allreviews {
  position: relative;
  top: 0; }

/* line 413, _product_custom.scss */
a.allreviews:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 73%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, white 73%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, #ffffff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }

/* line 425, _product_custom.scss */
.product-prices-custom {
  line-height: 2rem;
  margin-bottom: 10px; }

/* line 430, _product_custom.scss */
.product_preview-title-custom {
  color: #000;
  margin-top: 10px;
  line-height: 1; }
  /* line 434, _product_custom.scss */
  .product_preview-title-custom:hover {
    text-decoration: underline; }
  /* line 437, _product_custom.scss */
  .product_preview-title-custom a {
    color: #000 !important; }

/* line 441, _product_custom.scss */
.custom-buy {
  cursor: pointer;
  margin-top: 10px; }

/* line 445, _product_custom.scss */
.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  top: 0px;
  left: 0px;
  display: none; }

/* line 455, _product_custom.scss */
.special_popup {
  padding: 20px;
  height: 80%;
  margin-top: 5vw;
  border-radius: 4px;
  border: 2px solid #e7e7e7;
  overflow: auto;
  background-color: #FFF;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 9999;
  display: none; }

@media only screen and (max-width: 1200px) {
  /* line 473, _product_custom.scss */
  .special_popup {
    width: 90%;
    margin-top: 11vw; } }
/* line 478, _product_custom.scss */
.modal-cl-wrap {
  width: 100%;
  text-align: right;
  font-size: 21px;
  color: #000;
  position: relative; }
  /* line 484, _product_custom.scss */
  .modal-cl-wrap .modal-cl {
    display: inline-block;
    position: absolute;
    top: -40px;
    cursor: pointer; }

/* line 491, _product_custom.scss */
.pluso-more {
  display: none !important;
  opacity: 0; }

/* line 495, _product_custom.scss */
.review_form-submit {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 8px 30px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #0f77b0;
  border: 1px solid #0f77b0;
  border-radius: 2px;
  transition: all .08s ease; }

/* line 517, _product_custom.scss */
.notice--info-custom {
  color: #A4898A;
  font-size: 12px;
  margin-bottom: 1em; }

/* line 522, _product_custom.scss */
.review_form-submit-one {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 4px 15px;
  margin-left: 5px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #0f77b0;
  border: 1px solid #0f77b0;
  border-radius: 2px;
  transition: all .08s ease; }
  /* line 545, _product_custom.scss */
  .review_form-submit-one:hover {
    color: #fff; }

/* line 1, _fast_checkout.scss */
#cartform {
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 10px; }

/* line 8, _fast_checkout.scss */
.fast-checkout .wrapper {
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 10px; }
/* line 14, _fast_checkout.scss */
.fast-checkout h4 {
  margin: 20px 0 20px 10px;
  font-size: 1.2em; }
/* line 19, _fast_checkout.scss */
.fast-checkout .delivery-variant {
  margin: 0 30px; }
/* line 23, _fast_checkout.scss */
.fast-checkout .input {
  padding: 0 8px; }
/* line 27, _fast_checkout.scss */
.fast-checkout .hr {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ccc; }
/* line 34, _fast_checkout.scss */
.fast-checkout .styled_select-wrapper {
  width: 100%; }
/* line 38, _fast_checkout.scss */
.fast-checkout .payment-methods {
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 0 10px; }
  /* line 43, _fast_checkout.scss */
  .fast-checkout .payment-methods .payment-block {
    width: 50%;
    float: left;
    padding: 16px 8px;
    text-align: center;
    cursor: pointer; }
    /* line 50, _fast_checkout.scss */
    .fast-checkout .payment-methods .payment-block:first-child {
      border-right: 1px solid #ccc; }
    /* line 54, _fast_checkout.scss */
    .fast-checkout .payment-methods .payment-block .name {
      font-size: 1.2em;
      font-weight: bold; }
    /* line 58, _fast_checkout.scss */
    .fast-checkout .payment-methods .payment-block:hover .name, .fast-checkout .payment-methods .payment-block.active .name {
      color: #0E77B0; }
    /* line 63, _fast_checkout.scss */
    .fast-checkout .payment-methods .payment-block.inactive {
      background: #a8a8a8;
      cursor: default; }
    /* line 67, _fast_checkout.scss */
    .fast-checkout .payment-methods .payment-block.inactive:hover .name {
      color: #615E5E; }
    /* line 71, _fast_checkout.scss */
    .fast-checkout .payment-methods .payment-block .help {
      color: #ccc; }
/* line 77, _fast_checkout.scss */
.fast-checkout .cart-values {
  margin-top: 30px; }
/* line 81, _fast_checkout.scss */
.fast-checkout .cart-values tr {
  vertical-align: bottom; }
/* line 85, _fast_checkout.scss */
.fast-checkout .cart-counter {
  overflow: hidden;
  position: relative; }
  /* line 89, _fast_checkout.scss */
  .fast-checkout .cart-counter:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2px;
    border-bottom: 2px dotted #ccc;
    z-index: 1; }
  /* line 100, _fast_checkout.scss */
  .fast-checkout .cart-counter .items-count {
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 1px 5px; }
  /* line 108, _fast_checkout.scss */
  .fast-checkout .cart-counter .items-price {
    float: right;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 1px 5px; }
/* line 117, _fast_checkout.scss */
.fast-checkout .itog {
  margin-top: 10px;
  margin-left: 10px; }
  /* line 121, _fast_checkout.scss */
  .fast-checkout .itog .itog-name {
    float: left;
    font-size: 1.2em; }
  /* line 126, _fast_checkout.scss */
  .fast-checkout .itog .itog-value {
    float: right;
    font-size: 1.5em;
    font-weight: bold; }
/* line 133, _fast_checkout.scss */
.fast-checkout .delivery-date-variants {
  display: none;
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 2px solid #ccc; }
  /* line 141, _fast_checkout.scss */
  .fast-checkout .delivery-date-variants .date-item {
    float: left;
    width: 12.5%;
    text-align: center; }
    /* line 146, _fast_checkout.scss */
    .fast-checkout .delivery-date-variants .date-item:hover {
      background: #F9F1CB;
      cursor: pointer; }
  /* line 152, _fast_checkout.scss */
  .fast-checkout .delivery-date-variants .date-item-wday {
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    width: 100%;
    display: inline-block; }
  /* line 160, _fast_checkout.scss */
  .fast-checkout .delivery-date-variants .date-item-day {
    font-size: 13px; }
/* line 165, _fast_checkout.scss */
.fast-checkout .errors {
  margin-top: 10px; }
  /* line 168, _fast_checkout.scss */
  .fast-checkout .errors .error {
    color: red; }
/* line 173, _fast_checkout.scss */
.fast-checkout .payment-online {
  margin-top: 10px;
  display: none; }
  /* line 177, _fast_checkout.scss */
  .fast-checkout .payment-online .payment-logo {
    float: left; }
  /* line 181, _fast_checkout.scss */
  .fast-checkout .payment-online .payment-block.yandex .name {
    line-height: 50px; }
  /* line 185, _fast_checkout.scss */
  .fast-checkout .payment-online .payment-block:hover,
  .fast-checkout .payment-online .payment-block.active {
    background: #F9F1CB; }

@media (min-width: 641px) and (max-width: 800px) {
  /* line 193, _fast_checkout.scss */
  .fast-checkout .payment-online .payment-block.card .name {
    line-height: 50px; }

  /* line 196, _fast_checkout.scss */
  .fast-checkout .payment-online .payment-logo {
    float: none;
    display: block;
    text-align: center; } }
@media (max-width: 640px) {
  /* line 203, _fast_checkout.scss */
  .fast-checkout .payment-online .payment-block.card .name {
    line-height: 50px; }

  /* line 206, _fast_checkout.scss */
  .fast-checkout .payment-online .payment-logo {
    float: none;
    display: block;
    text-align: center; } }
@media (max-width: 480px) {
  /* line 213, _fast_checkout.scss */
  .fast-checkout .payment-online .payment-block.card .name,
  .fast-checkout .payment-online .payment-block.yandex .name {
    line-height: 20px; } }
@media (max-width: 444px) {
  /* line 219, _fast_checkout.scss */
  .input-label {
    height: 40px; } }
/* line 1, _custom.scss */
.index_upt_desc {
  text-align: center;
  color: #000;
  font-size: 14px;
  min-height: 40px; }

/* line 8, _custom.scss */
.index_upt_img {
  text-align: center;
  margin-bottom: 10px; }

/* line 13, _custom.scss */
.index_upt_img img {
  max-width: 30%; }

/* line 17, _custom.scss */
.index_utp .row > div {
  padding: 10px; }

/* line 21, _custom.scss */
.contacts_fixed {
  display: none; }

@media screen and (max-width: 1023px) {
  /* line 26, _custom.scss */
  .fix_header .section--top_line {
    position: fixed;
    width: 100%;
    z-index: 100; } }
@media screen and (min-width: 1023px) {
  /* line 34, _custom.scss */
  .fix_header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100; }

  /* line 41, _custom.scss */
  .fix_header .section--top_line {
    display: none; }

  /* line 45, _custom.scss */
  .fix_header .contacts_fixed {
    display: inline-block;
    margin: 10px 5% 0 0; }

  /* line 50, _custom.scss */
  .fix_header .js-search_widget-wrapper {
    width: 60%; } }
/* line 55, _custom.scss */
.rel_product {
  position: relative;
  display: block;
  width: 100%; }

/* line 61, _custom.scss */
.rel_product_box {
  margin-top: 30px; }

/* line 65, _custom.scss */
.rel_product_preview img {
  max-height: 175px;
  width: auto !important;
  margin: 0 auto; }

/* line 71, _custom.scss */
.rel_product .item {
  text-align: center; }

/* line 75, _custom.scss */
.rel_product .slider-control-product .owl-prev {
  margin-left: 0; }

/* line 79, _custom.scss */
.rel_product .slider-control-product .owl-next {
  margin-right: 0; }

/* line 82, _custom.scss */
.popular_category .index_collection-title span {
  background: #fff;
  padding-right: 8px; }

/* line 86, _custom.scss */
.popular_category .name {
  background: #E5E5E5;
  padding: 20px;
  width: 94%;
  margin: 10px 0;
  text-align: center;
  font-weight: bold; }

/* line 94, _custom.scss */
.search_icon_fixed {
  position: absolute;
  display: none;
  width: 27px;
  right: 5%;
  margin-top: -13px; }

/* line 101, _custom.scss */
.menu--top_dropdown .submenu {
  margin-left: 15px; }

/* line 104, _custom.scss */
.menu--top_dropdown ul.menu--collection.menu--vertical .fa-minus:before {
  content: "\f106";
  font: normal normal normal 18px/1 FontAwesome;
  font-weight: bold;
  color: #0F77B0; }

/* line 110, _custom.scss */
.menu--top_dropdown ul.menu--collection.menu--vertical .fa-plus:before {
  content: "\f107";
  font: normal normal normal 18px/1 FontAwesome;
  font-weight: bold;
  color: #0F77B0; }

/* line 116, _custom.scss */
.menu--top_dropdown ul.menu--collection.menu--vertical li a, .menu--top_dropdown li:hover a {
  color: #0e77b0 !important; }

/* line 119, _custom.scss */
.fa-plus.main_catalog:before {
  content: "\f107";
  font: normal normal normal 18px/1 FontAwesome;
  font-weight: bold;
  color: #0F77B0; }

/* line 125, _custom.scss */
.fa-minus.main_catalog:before {
  content: "\f106";
  font: normal normal normal 18px/1 FontAwesome;
  font-weight: bold;
  color: #0F77B0; }

/* line 131, _custom.scss */
.menu--top_dropdown .menu-toggler:hover {
  background-color: #fff; }

/* line 134, _custom.scss */
.tog_catalog:hover {
  background-color: #fff; }

/* line 137, _custom.scss */
.menu--top_dropdown .menu-toggler {
  position: absolute;
  top: auto;
  right: 10%;
  font-size: 12px;
  margin-top: -30px;
  z-index: 100; }

/* line 145, _custom.scss */
.available_prod .price-nal-arrow {
  position: inherit;
  margin-right: 5px; }

/* line 149, _custom.scss */
.available_prod {
  font-weight: bold;
  margin-bottom: 8px; }

/* line 153, _custom.scss */
.marker_discount {
  position: absolute;
  z-index: 10;
  right: 10px;
  width: 35px !important;
  top: 10px; }

/* line 160, _custom.scss */
.product_preview-harac {
  color: #A89494; }

/* line 163, _custom.scss */
.product_preview-form.related_preview {
  margin-top: 20px; }

/* line 166, _custom.scss */
.rel_product_preview.product_preview-preview .product_preview-form {
  margin-top: 40px; }

/* line 169, _custom.scss */
#review_form {
  display: none; }

/* line 172, _custom.scss */
.styled_select-wrapper select {
  color: #9B9A9A; }

/* line 175, _custom.scss */
.menu--dropdown {
  overflow-y: auto;
  max-height: 400px; }

@media screen and (max-width: 480px) {
  /* line 180, _custom.scss */
  .popular_category .name {
    font-size: 13px;
    padding: 20px 5px; } }
@media (max-width: 460px) {
  /* line 186, _custom.scss */
  header .top_menu .contacts {
    width: 75%; }

  /* line 189, _custom.scss */
  .js-search_widget-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 95px;
    z-index: 100;
    left: 0; } }
/* базовые стили*/




/* библиотеки */



/* шаблон */

