/*! 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: 160%;
  border: none;
  background-color: transparent;
  z-index: 1;
  line-height: normal;
  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%;
}
.slider--index .slider-image img {
  width: 100%;
}
.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 {
  content: '';
  display: block;
  padding: 100% 100% 0 0;
}
.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;
}
.image-square img,
.image-circle img {
  display: inline-block !important;
  width: auto !important;
}
.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;
}
.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: 2.5em;
}
.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;
}
.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;
  margin: 0 0 1em 1em;
  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;
}

.article_preview {    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 35px;
    padding:20px 0;}
.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;
}

.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;
}


@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 v4.5.41 
   Copyright 2015 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoomplus/
   License agreement: http://www.magictoolbox.com/license/


*/

.MagicZoomPlus, .MagicZoomPlus * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Style of the small image link */
.MagicZoomPlus, .MagicZoomPlus:hover {
    display: inline-block;
    cursor: none;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr;
    max-width: 100%;
}

/* Style of the small image */
.MagicZoomPlus img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
    height: auto;
}

.MagicZoomPlus > img {
    width: 100%;
}

.MagicZoomPlus.magic-for-ie8,
.MagicZoomPlus.magic-for-ie8 > img {
    max-width: none !important;
}

.MagicZoomPlus.magic-for-ie7 > img, .MagicZoomPlus.magic-for-ie5 img {
    width: auto;
}

td > .MagicZoomPlus > img, td > .MagicZoomPlus.magic-for-ie8 > img {
    max-width: none;
    width: auto;
}


/* Style of the span inside the small image link */
.MagicZoomPlus span {
    display: none !important;
}

/* Style of hint box */
.MagicZoomPlusHint {
    background: url(hint.gif) no-repeat 2px 50%;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 2px 2px 2px 20px !important;
    text-align: left;
    text-decoration: none;
}

.MagicZoomPlusLoading {
    background: #fff url(loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none;
}


/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
    display: none;
}


/* Style of the zoomed image */
.MagicZoomBigImageCont {
    background: #ffffff;
    border: 1px solid #999;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.MagicZoomBigImageCont.inner-zoom {
    border: 0;
}

.MagicZoomBigImageCont img {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
    width: auto !important;
    transform: translateZ(0);
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
    background: #666;
    color: #fff;
    font-size: 10pt !important;
    line-height: normal !important;
    text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
    background: #dadad1;
    border: 3px solid #aaa;
    cursor: none;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
    background: #fff url(loader.gif) no-repeat 2px 50%;
    border: 1px solid #ccc;
    color: #444;
    font-family: sans-serif;
    font-size: 8pt;
    line-height: 1.5em;
    margin: 0;
    padding: 4px 4px 4px 24px !important;
    text-align: left;
    text-decoration: none;
}

/* Style of hotspots */
.MagicHotspots {
display: none;
visibility: hidden;
}
.MagicHotspots a {
border: 1px solid #ccc;
display: block !important;
position: absolute !important;
}
.MagicHotspots a:hover {
border: 1px solid red;
}

/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
    cursor: default;
}

/* Style of the expanded image */
.MagicThumb-expanded {
    background: #ffffff;
    border: 1px solid #ccc;
    cursor: none;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.MagicThumb-expanded img {
    background: #ffffff;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
    background: #ccc;
    border: 0 !important;
    color: #333;
    font: normal 10pt Verdana, Helvetica;
    min-height: 18px !important;
    padding: 8px;
    outline: 0 !important;
    text-align: left;
    box-sizing: content-box;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
    background: transparent url(buttons1.png) no-repeat 0 0;
    display: block;
    height: 24px;
}

.MagicThumb-buttons a {
    height: 24px;
    margin: 0px 1px !important;
    overflow: hidden;
    width: 24px;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.MagicThumb-expanded > div > div > div > img {
    max-height: none !important;
    max-width: none !important;
    height: auto !important;
    width: auto !important;
}

.MagicThumb-background {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.magic-temporary-img img {
    max-height: none !important;
    max-width: none !important;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
-moz-box-shadow: 3px 3px 4px #888888;
-webkit-box-shadow: 3px 3px 4px #888888;
box-shadow: 3px 3px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
-moz-box-shadow: 0px 0px 4px 4px #888888;
-webkit-box-shadow: 0px 0px 4px 4px #888888;
box-shadow: 0px 0px 4px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}
/* 
 *  Owl Carousel - Animate Plugin
 */

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

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

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("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;
}
@charset "UTF-8";
/* новые настройки согласно требованиям */
/* line 6, _type.scss */
.editor {
  text-align: justify; }
  /* line 12, _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 19, _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: #777777; }
  /* line 27, _type.scss */
  .editor h1, .editor .h1,
  .editor h2, .editor .h2,
  .editor h3, .editor .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    /* line 33, _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 38, _type.scss */
  .editor h4, .editor .h4,
  .editor h5, .editor .h5,
  .editor h6, .editor .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    /* line 44, _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 50, _type.scss */
  .editor h1, .editor .h1 {
    font-size: 36px; }
  /* line 51, _type.scss */
  .editor h2, .editor .h2 {
    font-size: 30px; }
  /* line 52, _type.scss */
  .editor h3, .editor .h3 {
    font-size: 24px; }
  /* line 53, _type.scss */
  .editor h4, .editor .h4 {
    font-size: 18px; }
  /* line 54, _type.scss */
  .editor h5, .editor .h5 {
    font-size: 14px; }
  /* line 55, _type.scss */
  .editor h6, .editor .h6 {
    font-size: 12px; }
  /* line 61, _type.scss */
  .editor p {
    margin: 0 0 10px; }
  /* line 69, _type.scss */
  .editor ul,
  .editor ol {
    margin-top: 0;
    margin-bottom: 10px; }
    /* line 73, _type.scss */
    .editor ul ul,
    .editor ul ol,
    .editor ol ul,
    .editor ol ol {
      margin-bottom: 0; }
  /* line 80, _type.scss */
  .editor address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }

/* buttons */
/* forms */
/* input */
/* language */
/* modal */
/* line 3, _modals.scss */
.modal {
  background: #e5d6c3 url(footer-bg.jpg);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 2em 0; }
  /* line 11, _modals.scss */
  .modal .button {
    text-decoration: underline; }
  /* line 17, _modals.scss */
  .modal-header {
    font-size: 120%;
    padding-bottom: 1em; }

/* menu */
/* line 7, _menu.scss */
.menu-node--footer--social {
  float: right;
  margin-left: 32px; }
  /* line 10, _menu.scss */
  .menu-node--footer--social:hover, .menu-node--footer--social:focus {
    opacity: .7; }
/* line 16, _menu.scss */
.menu-node--footer:hover, .menu-node--footer:focus {
  text-decoration: underline; }
/* line 25, _menu.scss */
.menu-link:hover, .menu-link:focus {
  opacity: .7; }
/* line 42, _menu.scss */
.menu--main {
  margin: 0 auto;
  width: 270px;
  padding-top: 52px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 10px; }
  /* line 50, _menu.scss */
  .menu--main > li {
    list-style: none;
    word-wrap: break-word;
    margin: 16px 0px; }
  /* line 55, _menu.scss */
  .menu--main > li > a {
    color: #fff;
    line-height: 20px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.97);
    letter-spacing: 2px;
    font-size: 12px; }
/* line 62, _menu.scss */
.menu--main-rack {
  background: url(rack.png) no-repeat center top; }
/* line 68, _menu.scss */
.menu--top {
  font-family: 'IntroBold';
  font-size: 14px;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  /*margin-left: 15px;*/ }
  /* line 75, _menu.scss */
  .menu--top .fa-bars {
    font-size: 22px; }
  /* line 76, _menu.scss */
  .menu--top a {
    color: #181818; }
    /* line 78, _menu.scss */
    .menu--top a:hover, .menu--top a:focus {
      color: #852727; }
  /* line 83, _menu.scss */
  .menu--top_dropdown {
    text-align: left; }
  /* line 86, _menu.scss */
  .menu--top-separator {
    background: url(menu-top-separator.png) no-repeat center center;
    display: inline-block;
    width: 38px;
    height: 14px; }
  /* line 92, _menu.scss */
  .menu--top-wrapper {
    position: relative;
    /*width: 330px;*/
    margin-right: 8.33333%; }
  /* line 97, _menu.scss */
  .menu--top-wrapper:after, .menu--top-wrapper:before {
    width: 16px;
    height: 20px;
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    background: url(menu-top-monogram.png) no-repeat center; }
  /* line 107, _menu.scss */
  .menu--top-wrapper:before {
    left: -24px; }
  /* line 110, _menu.scss */
  .menu--top-wrapper:after {
    right: -24px; }
  /* line 113, _menu.scss */
  .menu--top .menu-node--top {
    display: inline-block !important;
    float: none; }
/* line 119, _menu.scss */
.menu--top_dropdown {
  background: #e5d6c3 url(footer-bg.jpg);
  padding: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }

/* line 128, _menu.scss */
.top_menu.lg-hidden.md-hidden {
  top: 137px;
  margin-left: 15px;
  position: relative; }
  @media (max-width: 340px) {
    /* line 128, _menu.scss */
    .top_menu.lg-hidden.md-hidden {
      top: 132px; } }

/* line 137, _menu.scss */
.pos-rel {
  position: relative;
  float: right; }

/* line 142, _menu.scss */
.cupboard {
  width: 298px;
  min-height: 760px;
  top: 10px;
  margin-bottom: 264px;
  margin-left: -11px;
  background: url(top.png) no-repeat center top, url(bottom.png) no-repeat center bottom, url(middle.png) repeat-y center;
  padding: 10px;
  position: relative;
  font-family: 'IntroBook';
  text-transform: uppercase;
  z-index: 100; }
  /* line 157, _menu.scss */
  .cupboard:before {
    content: "";
    display: block;
    position: absolute;
    top: -227px;
    left: -6px;
    width: 314px;
    height: 227px;
    background: url(head.png) no-repeat center top; }
  /* line 167, _menu.scss */
  .cupboard-bottom {
    z-index: -1;
    position: absolute;
    bottom: -202px;
    left: -1px;
    width: 300px;
    height: 202px;
    background: url(bottom.jpg) no-repeat; }
    /* line 175, _menu.scss */
    .cupboard-bottom:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      right: -36px;
      width: 37px;
      height: 306px;
      background: url(right.jpg) no-repeat; }
    /* line 185, _menu.scss */
    .cupboard-bottom:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: -28px;
      width: 29px;
      height: 310px;
      background: url(left.jpg) no-repeat; }
  /* line 196, _menu.scss */
  .cupboard-monogram {
    position: absolute;
    width: 18px;
    height: 7px;
    left: 50%;
    margin-left: -9px;
    background: url(monogram.png) no-repeat center center; }
  /* line 204, _menu.scss */
  .cupboard-monogram:nth-child(1) {
    top: -42px; }
  /* line 207, _menu.scss */
  .cupboard-monogram:nth-child(2) {
    bottom: 192px; }

/* search module */
/* line 5, _search_widget.scss */
.search_widget--header {
  margin: 0 auto;
  width: 231px;
  height: 47px;
  line-height: 47px;
  background: url(search-bg.png) no-repeat;
  display: block; }
/* line 16, _search_widget.scss */
.search_widget-field {
  padding: 0 6px;
  border: none;
  background: none;
  height: 35px;
  line-height: 30px;
  color: #fff;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  /* line 23, _search_widget.scss */
  .search_widget-field::-webkit-input-placeholder {
    color: #fff; }
  /* line 24, _search_widget.scss */
  .search_widget-field::-moz-placeholder {
    color: #fff; }
  /* line 25, _search_widget.scss */
  .search_widget-field:-moz-placeholder {
    color: #fff; }
  /* line 26, _search_widget.scss */
  .search_widget-field:-ms-input-placeholder {
    color: #fff; }
/* line 29, _search_widget.scss */
.search_widget-submit {
  /*width: 18px;
  height: 18px;
  background: url(search-btn.png) no-repeat center center;*/
  color: #fff;
  font-size: 11px; }
/* line 39, _search_widget.scss */
.search_widget--search {
  border: 2px #efefef solid;
  border-radius: 20px; }
  /* line 42, _search_widget.scss */
  .search_widget--search .search_widget-submit {
    color: #333;
    font-size: 11px;
    margin-right: 10px; }

/* line 51, _search_widget.scss */
.search .search_widget-field {
  color: #181818; }

/* prices */
/* line 6, _prices.scss */
.prices-old {
  font-size: 15px;
  text-decoration: line-through; }

/* quantity */
/* reviews */
/* line 34, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 40, _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 51, _reviews.scss */
  .br-widget a:before {
    content: "\f006"; }
  /* line 58, _reviews.scss */
  .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
    content: "\f005"; }
/* line 65, _reviews.scss */
.br-current-rating {
  display: none; }

/* sliader module */
/* line 11, _slider.scss */
.slider-control--index, .slider-control--gallery {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
/* line 21, _slider.scss */
.slider-left, .slider-right {
  top: 50%;
  position: absolute;
  z-index: 1000;
  width: 20px;
  height: 20px;
  text-align: center; }
  /* line 29, _slider.scss */
  .slider-left:hover, .slider-left:focus, .slider-right:hover, .slider-right:focus {
    color: #852727; }
/* line 44, _slider.scss */
.slider-left--gallery {
  display: inline-block;
  position: absolute;
  left: 0; }
/* line 52, _slider.scss */
.slider-right--gallery {
  display: inline-block;
  position: absolute;
  right: 0; }
/* line 63, _slider.scss */
.slider--gallery {
  padding: 0 15px; }
/* line 67, _slider.scss */
.slider--index {
  margin-top: -10px;
  max-height: 596px;
  overflow: hidden; }
  /* line 71, _slider.scss */
  .slider--index .slider-text {
    width: 100%;
    max-width: 580px;
    height: 175px;
    margin: 0 auto;
    text-align: center;
    /*left: 50%;
    margin-left: -170px;*/
    top: 50%;
    margin-top: -92px;
    position: absolute;
    background: url(slider-bg.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'IntroBold';
    line-height: 175px;
    display: table; }
    /* line 90, _slider.scss */
    .slider--index .slider-text div {
      line-height: 34px;
      letter-spacing: 8px;
      display: table-cell;
      vertical-align: middle;
      /*padding: 10px 50px;*/ }
  /* line 98, _slider.scss */
  .slider--index .owl-controls {
    max-width: 1200px;
    margin: 0 auto; }
    /* line 101, _slider.scss */
    .slider--index .owl-controls .owl-dots {
      padding-left: 16.66667%;
      width: 75%;
      margin: 0 auto;
      margin-top: -53px;
      position: relative;
      text-align: center; }
      /* line 108, _slider.scss */
      .slider--index .owl-controls .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 0 10px;
        display: inline-block; }
      /* line 116, _slider.scss */
      .slider--index .owl-controls .owl-dots .owl-dot.active {
        background: #fff; }

/* 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: 2px;
  /*margin-bottom: 14px;*/ }

/* line 68, _slider_noui.scss */
.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  left: -5px;
  top: -4px; }

/* 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: #f3f3f3;
  /*box-shadow: inset 0 1px 1px #f0f0f0;*/ }

/* line 90, _slider_noui.scss */
.noUi-connect {
  background: #e7b647;
  /*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;*/ }

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

/* tubs */
/* line 3, _tubs.scss */
.tubs {
  margin-top: 20px; }
  /* line 7, _tubs.scss */
  .tubs-node {
    font-size: 1.2em;
    padding: 10px;
    border-top: 2px solid transparent; }
    /* line 11, _tubs.scss */
    .tubs-node--active {
      font-weight: bold;
      border-top: 2px solid #dedede; }

/* header */
@media (min-width: 1100px) {
  /* line 4, _header.scss */
  .logo {
    margin-top: -1.5em; } }
/* line 12, _header.scss */
.contacts {
  font-family: 'IntroBold';
  font-size: 16px;
  font-weight: normal;
  position: relative; }
  /* line 17, _header.scss */
  .contacts:before {
    content: " ";
    display: block;
    left: -20px;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 0;
    background: url(phone.png) no-repeat center; }

/* layouts */
@font-face {
  font-family: 'IntroBook';
  src: url("IntroBook.eot");
  src: url("IntroBook.eot") format("embedded-opentype"), url("IntroBook.woff2") format("woff2"), url("IntroBook.woff") format("woff"), url("IntroBook.ttf") format("truetype"), url("IntroBook.svg#IntroBook") format("svg"); }
@font-face {
  font-family: 'IntroBold';
  src: url("IntroBold.eot");
  src: url("IntroBold.eot") format("embedded-opentype"), url("IntroBold.woff2") format("woff2"), url("IntroBold.woff") format("woff"), url("IntroBold.ttf") format("truetype"), url("IntroBold.svg#IntroBold") format("svg"); }
@font-face {
  font-family: 'Pushkin';
  src: url("pushkin.eot");
  src: url("pushkin.eot") format("embedded-opentype"), url("pushkin.woff2") format("woff2"), url("pushkin.woff") format("woff"), url("pushkin.ttf") format("truetype"), url("pushkin.svg#pushkin") format("svg"); }
/* line 20, _layout.scss */
body {
  font-family: 'IntroBook';
  font-size: 13px;
  line-height: 22px; }

/* line 26, _layout.scss */
a {
  color: #181818; }
  /* line 28, _layout.scss */
  a:hover {
    color: #181818; }

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

@media (max-width: 1000px) {
  /* line 40, _layout.scss */
  .slider--index .slider-text {
    max-width: 450px;
    margin-left: 8.33333%;
    font-size: 180%;
    height: 135px; }

  /* line 46, _layout.scss */
  .slider--index .owl-controls .owl-dots {
    padding-left: 33.3333%; } }
@media (max-width: 800px) {
  /* line 51, _layout.scss */
  .slider--index .owl-controls .owl-dots {
    width: 100%;
    padding-left: 0; }

  /* line 55, _layout.scss */
  .slider--index .slider-text {
    max-width: 66.66667%;
    margin-left: 16.66667%;
    font-size: 180%;
    height: 162px; }

  /* line 61, _layout.scss */
  .menu-node--footer--social {
    margin: 0 32px;
    display: block;
    float: none; } }
@media (max-width: 680px) {
  /* line 68, _layout.scss */
  .index_news span:before,
  .index_text span:before {
    left: -36px; }

  /* line 72, _layout.scss */
  .index_news span:after,
  .index_text span:after {
    right: -36px; }

  /* line 76, _layout.scss */
  .mc-padded-reverse-top {
    margin-top: -3em;
    width: auto;
    box-sizing: content-box;
    float: none; }

  /* line 82, _layout.scss */
  .slider--index .slider-text {
    height: 142px; } }
@media (max-width: 640px) {
  /* line 87, _layout.scss */
  .menu-node--footer--social {
    margin: 0 32px;
    display: inline-block;
    float: none; }

  /* line 92, _layout.scss */
  .product-info {
    padding: 0 1em !important; }

  /* line 95, _layout.scss */
  .slider--index .slider-text {
    font-size: 140%; } }
@media (max-width: 600px) {
  /* line 100, _layout.scss */
  .slider--index .slider-text {
    max-width: 66.66667%;
    margin-left: 16.66667%;
    font-size: 120%;
    height: 120px;
    top: 120px; } }
@media (max-width: 500px) {
  /* line 109, _layout.scss */
  .slider--index .slider-text {
    font-size: 100%; } }
@media (max-width: 480px) {
  /* line 114, _layout.scss */
  .footer-menu-wrapper .footer_block-menu {
    margin-left: 0 !important; }

  /* line 117, _layout.scss */
  .menu-node--footer--social {
    margin: 0 28px; }

  /* line 120, _layout.scss */
  .product-info {
    padding: 0 .5em !important; } }
@media (max-width: 380px) {
  /* line 125, _layout.scss */
  .mc-padded-reverse-top {
    margin-top: -3.6em; }

  /* line 128, _layout.scss */
  .menu-node--footer {
    font-size: 11px; } }
/* line 132, _layout.scss */
h1.center {
  padding-top: 55px;
  padding-bottom: 35px; }

/* line 136, _layout.scss */
.content-title {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-family: 'IntroBold';
  font-size: 22px;
  color: #181818;
  text-transform: uppercase; }
  /* line 144, _layout.scss */
  .content-title:before, .content-title:after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    width: 32px;
    height: 17px;
    background: url(collection-title-monogram.png) no-repeat; }
  /* line 154, _layout.scss */
  .content-title:before {
    background-position: 0px 0px;
    left: 0; }
  /* line 158, _layout.scss */
  .content-title:after {
    background-position: 0px -17px;
    right: 0; }

/* line 168, _layout.scss */
footer {
  /*max-height: 346px;*/
  overflow: hidden;
  background: url(footer-bg.jpg); }

/* данные классы используются для стилизации крупных блоков. */
/* line 5, _section.scss */
.section--header {
  position: relative;
  height: 215px;
  /*margin-top: -185px;
  line-height: 150px;*/
  z-index: 100;
  width: 100%;
  background: url(header-bg-crop.png) repeat-x;
  display: table; }
  /* line 14, _section.scss */
  .section--header-table {
    display: table-cell;
    vertical-align: middle; }
@media (max-width: 340px) {
  /* line 22, _section.scss */
  .section--content {
    overflow: hidden; } }
/* line 28, _section.scss */
.section--footer_menus {
  padding-top: 75px; }

/* footer */
/* line 2, _footer.scss */
footer {
  font-weight: bold; }

/* line 6, _footer.scss */
.footer-menu-wrapper {
  /*display: table;*/ }
  /* line 8, _footer.scss */
  .footer-menu-wrapper .footer_block {
    display: table-cell;
    vertical-align: top;
    font: 'IntroBook' 13px; }
    /* line 11, _footer.scss */
    .footer-menu-wrapper .footer_block-title {
      font-family: 'IntroBold';
      font-size: 14px; }
    /* line 16, _footer.scss */
    .footer-menu-wrapper .footer_block-menu {
      float: left;
      margin-left: 60px; }

/* line 23, _footer.scss */
.social-menu {
  /*display: table;
  li{
    display: table-cell;
    vertical-align: middle;
  }*/ }
  @media (min-width: 901px) {
    /* line 23, _footer.scss */
    .social-menu {
      padding-right: 15px; } }

/* line 34, _footer.scss */
.copyright {
  font-size: 13px; }

/* index */
/* line 3, _index.scss */
.index_collection {
  /*
  &-title>a:before,
  &-title>a:after{
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    width: 32px;
    height: 17px;
    background: url(collection-title-monogram.png) no-repeat;
  }
  &-title>a:before{
    background-position: 0px 0px;
    left: -64px;
  }
  &-title>a:after{
    background-position: 0px -17px;
    right: -64px;
  }
  */ }
  /* line 4, _index.scss */
  .index_collection-title {
    margin-top: 79px;
    font-family: 'IntroBold';
    font-size: 22px;
    text-align: center; }
  /* line 10, _index.scss */
  .index_collection-title > a {
    position: relative;
    color: #181818; }
  /* line 14, _index.scss */
  .index_collection-title > a {
    position: relative;
    display: inline-block;
    font-family: 'IntroBold';
    font-size: 22px;
    color: #181818;
    text-transform: uppercase;
    padding: 0 64px;
    margin-bottom: 30px; }
    /* line 23, _index.scss */
    .index_collection-title > a .title-monogram-left,
    .index_collection-title > a .title-monogram-right {
      content: " ";
      display: block;
      position: absolute;
      top: 5px;
      width: 32px;
      height: 17px;
      background: url(collection-title-monogram.png) no-repeat; }
    /* line 33, _index.scss */
    .index_collection-title > a .title-monogram-left {
      background-position: 0px 0px;
      left: 10px; }
    /* line 37, _index.scss */
    .index_collection-title > a .title-monogram-right {
      background-position: 0px -17px;
      right: 10px; }
    @media (max-width: 340px) {
      /* line 14, _index.scss */
      .index_collection-title > a {
        padding: 0 56px; }
        /* line 43, _index.scss */
        .index_collection-title > a .title-monogram-left {
          left: 4px; }
        /* line 46, _index.scss */
        .index_collection-title > a .title-monogram-right {
          right: 4px; } }

/* line 76, _index.scss */
.index_news,
.index_text {
  font-family: 'IntroBook';
  font-size: 13px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  /*div{
    margin-bottom: 113px;
  }*/ }
  /* line 84, _index.scss */
  .index_news h1,
  .index_news .h1,
  .index_text h1,
  .index_text .h1 {
    position: relative;
    display: inline-block;
    font-family: 'IntroBold';
    font-size: 22px;
    color: #181818;
    text-transform: uppercase;
    padding: 0 64px;
    margin-bottom: 30px; }
  /* line 95, _index.scss */
  .index_news .title-monogram-left,
  .index_news .title-monogram-right,
  .index_text .title-monogram-left,
  .index_text .title-monogram-right {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    width: 32px;
    height: 17px;
    background: url(collection-title-monogram.png) no-repeat; }
  /* line 105, _index.scss */
  .index_news .title-monogram-left,
  .index_text .title-monogram-left {
    background-position: 0px 0px;
    left: 10px; }
  /* line 109, _index.scss */
  .index_news .title-monogram-right,
  .index_text .title-monogram-right {
    background-position: 0px -17px;
    right: 10px; }

/* line 117, _index.scss */
.index_news {
  margin-bottom: 0; }

/* line 121, _index.scss */
.subscribe-news {
  height: 198px;
  background: url(subscribe-bg.png) no-repeat;
  background-size: 100%;
  margin-bottom: 108px;
  margin-top: 60px; }
/* line 128, _index.scss */
.subscribe-header {
  font-size: 22px;
  font-family: 'IntroBold';
  padding-left: 60px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 66px;
  margin-bottom: 10px; }
/* line 138, _index.scss */
.subscribe-text {
  font-size: 14px;
  font-family: 'IntroBook';
  padding-left: 60px;
  text-align: left; }
/* line 144, _index.scss */
.subscribe-form {
  width: 584px;
  height: 45px;
  background: url(subscribe-form.jpg) no-repeat;
  background-size: cover;
  margin-top: 70px; }
/* line 151, _index.scss */
.subscribe-image {
  width: 262px;
  height: 270px;
  margin-top: -100px;
  margin-left: 179px;
  position: absolute;
  background: url(subscribe-img.png) no-repeat; }
/* line 159, _index.scss */
.subscribe-field {
  border: none;
  width: 160px;
  margin: 14px 20px; }
/* line 164, _index.scss */
.subscribe-submit {
  position: relative;
  border: none;
  background: none;
  margin: 0 0 0 230px; }
  /* line 169, _index.scss */
  .subscribe-submit:hover, .subscribe-submit:focus {
    opacity: .7; }

/* collection */
/* line 2, _collection.scss */
.fl-n {
  float: none; }

/* line 20, _collection.scss */
.collection-separator {
  margin-bottom: 30px;
  border-bottom: 2px solid #f3f3f3; }
@media (max-width: 480px) {
  /* line 24, _collection.scss */
  .collection h1.center {
    margin: 0 30px;
    padding-top: 30px;
    padding-bottom: 15px; }
    /* line 29, _collection.scss */
    .collection h1.center .content-title {
      display: inline-block; }
    /* line 32, _collection.scss */
    .collection h1.center .content-title:before {
      left: -35px; }
    /* line 35, _collection.scss */
    .collection h1.center .content-title:after {
      right: -35px; } }

/* line 41, _collection.scss */
.subcollection_preview {
  margin: 44px 0 30px 0; }
  /* line 43, _collection.scss */
  .subcollection_preview--item {
    width: 32.33333%;
    display: inline-block; }
    @media (max-width: 480px) {
      /* line 43, _collection.scss */
      .subcollection_preview--item {
        width: 50%; } }
  /* line 50, _collection.scss */
  .subcollection_preview--image {
    max-width: 100%; }
  /* line 53, _collection.scss */
  .subcollection_preview--title {
    position: absolute;
    top: 70%;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 10%;
    /*border-radius: 50%;*/
    background: rgba(255, 255, 255, 0.8); }
    @media (max-width: 480px) {
      /* line 53, _collection.scss */
      .subcollection_preview--title {
        font-size: 9px;
        top: 45%; } }
  /* line 68, _collection.scss */
  .subcollection_preview--link {
    display: inline-block;
    position: relative;
    width: 95%;
    height: 0;
    padding-bottom: 100%;
    border: #f3f3f3 2px solid;
    border-radius: 50%;
    margin-right: 1em;
    display: inline-block;
    text-align: center;
    overflow: hidden; }
    /* line 80, _collection.scss */
    .subcollection_preview--link:hover, .subcollection_preview--link:focus {
      opacity: .7;
      color: #852727; }

/* product */
/* line 4, _product.scss */
.product .tags-line {
  margin-bottom: 40px; }
/* line 7, _product.scss */
.product .tag-value {
  padding: 2px 3px;
  background: #ededed;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px; }
/* line 15, _product.scss */
.product-title {
  font-family: 'IntroBold';
  font-size: 22px;
  margin-bottom: 20px; }
/* line 27, _product.scss */
.product-info {
  padding: 0 50px 0 70px; }
/* line 37, _product.scss */
.product-description {
  /*margin-top: 60px;*/ }
/* line 47, _product.scss */
.product-prices {
  display: inline-block;
  font-family: 'IntroBold';
  font-size: 22px;
  margin-right: 30px;
  min-width: 120px; }
  @media (max-width: 340px) {
    /* line 47, _product.scss */
    .product-prices {
      margin-right: 0; } }
/* line 63, _product.scss */
.product-buy {
  width: 183px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(cart-buy-btn.jpg) no-repeat;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'IntroBold';
  letter-spacing: 2px; }

/* line 102, _product.scss */
.product-availables {
  font-weight: bold; }

@media (max-width: 480px) {
  /* line 107, _product.scss */
  .product-prices {
    margin-right: 0; } }
@media (min-width: 1101px) {
  /* line 114, _product.scss */
  .product-btns {
    margin-top: -50px;
    position: relative;
    right: 32px; } }
/* cart */
/* line 12, _cart.scss */
.cart_total {
  line-height: 45px;
  padding: 15px 0; }
/* line 19, _cart.scss */
.cart-button {
  width: 183px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(cart-buy-btn.jpg) no-repeat;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'IntroBold'; }
/* line 30, _cart.scss */
.cart_total-price {
  font-size: 22px;
  font-family: 'IntroBold'; }

/* line 44, _cart.scss */
.cart_item {
  margin-top: 20px;
  border: 2px solid #e7e7e7;
  font-family: 'IntroBold'; }
  @media (min-width: 1100px) {
    /* line 44, _cart.scss */
    .cart_item {
      line-height: 196px;
      /*padding-left: 100px;*/ } }
  @media (min-width: 800px) and (max-width: 1100px) {
    /* line 44, _cart.scss */
    .cart_item {
      /*line-height: 130px;*/ } }
  /* line 56, _cart.scss */
  .cart_item-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  /* line 68, _cart.scss */
  .cart_item-title {
    font-size: 14px;
    text-transform: uppercase; }
  /* line 75, _cart.scss */
  .cart_item-prices--stock {
    font-size: 22px; }
    /* line 77, _cart.scss */
    .cart_item-prices--stock .prices-current {
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: middle;
      zoom: 1; }
      /* line 83, _cart.scss */
      .cart_item-prices--stock .prices-current div {
        line-height: 40px; }
    /* line 87, _cart.scss */
    .cart_item-prices--stock .helper {
      display: -moz-inline-box;
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      width: 0px;
      zoom: 1; }
  /* line 100, _cart.scss */
  .cart_item-delete {
    padding-left: 9px; }
    /* line 102, _cart.scss */
    .cart_item-delete a {
      line-height: 40px; }
    /* line 105, _cart.scss */
    .cart_item-delete i {
      color: #db3135; }
  /* line 110, _cart.scss */
  .cart_item-quantity {
    font-family: 'IntroBook';
    font-size: 9px; }
    /* line 113, _cart.scss */
    .cart_item-quantity .quantity-input {
      border: none;
      width: 26px;
      color: #181818;
      background: transparent; }
  @media (min-width: 800px) {
    /* line 121, _cart.scss */
    .cart_item-wrapper {
      line-height: 20px;
      display: inline-block;
      vertical-align: middle; } }
  /* line 128, _cart.scss */
  .cart_item .quantity {
    width: 72px;
    height: 39px;
    line-height: 39px;
    color: #e5e5e5;
    text-align: center;
    line-height: 39px;
    background: url(cart-quantity-bg.png) no-repeat; }

/* line 139, _cart.scss */
.discounts {
  padding: 15px 0; }
  /* line 142, _cart.scss */
  .discounts-input .discounts-field {
    width: 183px;
    height: 45px;
    text-align: center;
    border: none;
    line-height: 45px;
    background: url(cart-coupon-bg.png) no-repeat;
    margin-left: 10px; }
  /* line 151, _cart.scss */
  .discounts-input .input-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px; }
  /* line 160, _cart.scss */
  .discounts-submit {
    background: none;
    padding: 0;
    font-size: 11px;
    line-height: initial !important;
    margin-left: 10px;
    border-bottom: 2px solid #181818 !important;
    text-transform: uppercase;
    font-weight: bold; }

/* comapre */
/* line 15, _compare.scss */
.compare-trigger .compare-add {
  display: block; }
/* line 19, _compare.scss */
.compare-trigger .compare-added {
  display: none; }
/* line 24, _compare.scss */
.compare-trigger--added .compare-add {
  display: none; }
/* line 28, _compare.scss */
.compare-trigger--added .compare-added {
  display: block; }

/* line 37, _compare.scss */
.compare_row-title {
  max-width: 200px;
  min-width: 200px;
  padding: 0.5em 0.5em 0.5em 0; }
/* line 44, _compare.scss */
.compare_row-item {
  min-width: 200px;
  max-width: 200px;
  padding: 0.5em; }

/* избранное */
/* 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 */
/* blog */
/* article */
/* line 5, _article.scss */
.article-image_container {
  padding: 0 1em 1em 0; }

/* page */
/* line 4, _page.scss */
.page-content {
  overflow: hidden; }

/* 404 */
/* breadcrumbs */
/* line 3, _breadcrumbs.scss */
.breadcrumbs {
  padding-top: 50px;
  padding-bottom: 36px;
  border-bottom: 2px solid #f3f3f3;
  font-size: 10px;
  color: #777; }
  @media (max-width: 480px) {
    /* line 3, _breadcrumbs.scss */
    .breadcrumbs {
      padding: 15px 0; } }
  /* line 12, _breadcrumbs.scss */
  .breadcrumbs-pipe {
    color: #777; }
  /* line 16, _breadcrumbs.scss */
  .breadcrumbs-page {
    color: #777; }

/* basket */
/* line 3, _basket.scss */
.basket {
  display: inline-block;
  font-family: 'IntroBold';
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-top: -3px; }
  /* line 11, _basket.scss */
  .basket-icon .fa-shopping-cart {
    font-size: 22px; }
  @media (max-width: 800px) {
    /* line 10, _basket.scss */
    .basket-icon {
      position: relative;
      top: 14px; } }
  /* line 18, _basket.scss */
  .basket-link {
    color: #181818; }
  /* line 22, _basket.scss */
  .basket-title {
    text-transform: uppercase; }
  /* line 26, _basket.scss */
  .basket-total {
    display: inline-block;
    width: 24px;
    height: 24px;
    /*margin-top: 2px;*/
    text-align: center;
    border: 2px solid #181818;
    border-radius: 50%; }
  /* line 40, _basket.scss */
  .basket-dropdown {
    width: 360px;
    background: #e5d6c3 url(footer-bg.jpg);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }

/* line 65, _basket.scss */
.basket_item {
  border-bottom: 1px solid #181818; }

/* filter */
/* line 3, _collection_filter.scss */
.filter {
  width: 266px; }
  /* line 7, _collection_filter.scss */
  .filter-section {
    margin-bottom: 0; }

/* line 18, _collection_filter.scss */
.filter_section {
  /* mod */ }
  /* line 24, _collection_filter.scss */
  .filter_section-values {
    padding: 0 .5em; }
  /* line 28, _collection_filter.scss */
  .filter_section-value {
    width: 266px;
    /*height: 32px;
    line-height: 32px;*/
    margin: 3px 0; }
    /* line 36, _collection_filter.scss */
    .filter_section-value--current {
      background: #f3f3f3 url(filter-remove.png) no-repeat 244px center;
      border-radius: 4px; }
  /* line 42, _collection_filter.scss */
  .filter_section-value_link {
    width: 100%;
    max-width: 226px;
    height: auto !important;
    padding: 5px 0 !important;
    display: inline-block; }
  /* line 50, _collection_filter.scss */
  .filter_section-value_label {
    width: 18px;
    height: 18px;
    display: inline-block;
    content: "";
    background-image: url(filter-checkbox.png);
    margin-right: 5px;
    float: left;
    margin-left: 8px;
    top: 7px;
    margin-top: 0px;
    vertical-align: middle;
    position: absolute;
    left: 0; }
  /* line 72, _collection_filter.scss */
  .filter_section-range_input {
    border: none;
    text-align: left; }

/* line 80, _collection_filter.scss */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/* line 83, _collection_filter.scss */
input[type=checkbox].css-checkbox + a.css-label {
  padding-left: 40px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 12px 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer; }

/* line 94, _collection_filter.scss */
input[type=checkbox].css-checkbox:checked + a i {
  background-position: 0 -18px; }

/* line 97, _collection_filter.scss */
a.css-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 105, _collection_filter.scss */
input[type=checkbox].css-checkbox + a.css-label span {
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle; }

/* line 110, _collection_filter.scss */
input[type=checkbox].css-checkbox + a.css-label {
  position: relative; }

/* line 115, _collection_filter.scss */
.prop_name {
  font-size: 14px;
  margin: 10px 0 5px;
  display: block;
  text-transform: uppercase;
  font-weight: bold; }

/* collection_sort */
/* line 6, _collection_sort.scss */
.sort_by-select {
  padding-left: 10px; }
/* line 13, _collection_sort.scss */
.sort_by-option .styled_select-wrapper {
  display: inline-block;
  position: relative;
  width: 183px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(cart-coupon-bg.png) no-repeat;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'IntroBook';
  color: #181818;
  float: none;
  max-width: 183px; }
  /* line 27, _collection_sort.scss */
  .sort_by-option .styled_select-wrapper:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    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";
    font-weight: bold;
    color: #e5e5e5;
    line-height: 45px; }

/* modification selector */
/* line 6, _option_selectors.scss */
.styled_select-wrapper {
  float: left; }
  /* line 8, _option_selectors.scss */
  .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";
    font-weight: bold;
    color: #e5e5e5;
    line-height: 45px; }
  /* line 25, _option_selectors.scss */
  .styled_select-wrapper select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 1.5em; }

/* line 36, _option_selectors.scss */
.option_selector-label {
  margin-right: 30px;
  min-width: 120px;
  float: left;
  line-height: 45px; }
/* line 43, _option_selectors.scss */
.option_selector-container {
  display: inline-block;
  position: relative;
  height: 45px;
  line-height: 30px;
  text-align: left;
  /* background: url(select-bg.png); */
  font-size: 14px;
  /* text-transform: uppercase; */
  font-family: 'IntroBook';
  color: #181818;
  margin-left: 15px; }
  @media (max-width: 480px) {
    /* line 43, _option_selectors.scss */
    .option_selector-container {
      margin-left: -15px; } }
  /* line 58, _option_selectors.scss */
  .option_selector-container:before, .option_selector-container:after {
    position: absolute;
    content: ' ';
    top: 0;
    width: 15px;
    height: 45px;
    /* background: url(select-sides.png);  */ }
  /* line 67, _option_selectors.scss */
  .option_selector-container:before {
    left: -15px;
    background-position: 0 0; }
  /* line 71, _option_selectors.scss */
  .option_selector-container:after {
    right: -15px;
    background-position: 15px 0; }

/* pagination */
/* line 3, _pagination.scss */
.pagination {
  float: right;
  font-size: 11px; }
  /* line 5, _pagination.scss */
  .pagination--top {
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    padding: 26px 0; }
  /* line 11, _pagination.scss */
  .pagination-page {
    margin: 0 13px;
    line-height: 39px; }
  /* line 19, _pagination.scss */
  .pagination-node {
    box-sizing: border-box;
    line-height: 39px; }
    /* line 27, _pagination.scss */
    .pagination-node--current {
      width: 39px;
      height: 39px;
      line-height: 35px;
      border: 2px solid #e5e5e5;
      border-radius: 50%;
      margin: 0 -7px; }

/* line 39, _pagination.scss */
.view-all {
  line-height: 40px;
  margin-right: 20px;
  border-bottom: 2px #f3f3f3 dashed;
  cursor: pointer; }

/* payments */
/* article preview */
/* line 4, _article_preview.scss */
.article_preview-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  /*border: #f3f3f3 2px solid;*/
  border-radius: 50%;
  margin-right: 1em;
  display: inline-block;
  text-align: center;
  overflow: hidden; }

/* product_preview */
/* line 3, _product_preview.scss */
.product_preview {
  margin-bottom: 30px;
  font-weight: normal; }
  @media (max-width: 480px) {
    /* line 3, _product_preview.scss */
    .product_preview {
      border-bottom: 2px solid #f3f3f3;
      margin-bottom: 30px; } }
  /* line 12, _product_preview.scss */
  .product_preview:hover a, .product_preview:focus a {
    color: #852727;
    text-decoration: underline; }
  /* line 16, _product_preview.scss */
  .product_preview:hover .product_preview-image, .product_preview:focus .product_preview-image {
    opacity: .7; }
  /* line 23, _product_preview.scss */
  .product_preview-image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  /* line 35, _product_preview.scss */
  .product_preview-link {
    color: #181818;
    /*font-family: 'Pushkin';*/
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px; }
  /* line 45, _product_preview.scss */
  .product_preview-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
    height: 36px;
    line-height: 30px;
    height: 80px; }
    @media (max-width: 480px) {
      /* line 45, _product_preview.scss */
      .product_preview-title {
        height: auto; } }

/* sidebar */
/* line 4, _sidebar.scss */
.sidebar-block {
  border-bottom: 2px solid #f3f3f3;
  margin-bottom: 60px; }
  /* line 7, _sidebar.scss */
  .sidebar-block-image {
    max-width: 277px;
    max-height: 198px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 55px; }
  /* line 15, _sidebar.scss */
  .sidebar-block-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px; }
  /* line 20, _sidebar.scss */
  .sidebar-block-content {
    font-size: 13px;
    margin-bottom: 55px; }
  /* line 25, _sidebar.scss */
  .sidebar-block-read_more:hover {
    text-decoration: underline; }

/* socials links */
/* line 71, style.css.scss */
.contacts_wrapper {
  height: 35px; }

/* line 72, style.css.scss */
.mobile_search {
  height: 33px; }

/* line 73, style.css.scss */
.search_widget--mobile {
  margin: 0 auto;
  position: relative;
  width: 167px;
  height: 33px;
  right: 9px;
  line-height: 30px;
  background: url(search-bg--black.png) no-repeat;
  display: block;
  background-size: 100%; }

/* line 84, style.css.scss */
.search_widget--mobile .search_widget-field {
  width: 100%;
  height: 33px;
  color: #000;
  vertical-align: middle;
  padding-right: 26px;
  padding-left: 12px; }

@media (max-width: 800px) {
  /* line 93, style.css.scss */
  .basket {
    top: 4px; }

  /* line 96, style.css.scss */
  .search_widget--mobile input[type="text"]::-moz-placeholder {
    color: #000;
    font-weight: bold;
    text-align: center; }

  /* line 101, style.css.scss */
  .search_widget--mobile input[type="text"]::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
    text-align: center; }

  /* line 106, style.css.scss */
  .search_widget--mobile .search_widget-submit {
    color: #000;
    width: 15px;
    position: absolute;
    top: 0px;
    right: 11px; } }
/* базовые стили*/




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



/* шаблон */



