@charset "UTF-8";/*! 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: 1em 0;
}
/*.notice:last-child {
  margin-bottom: 0;
}*/
.notice--success {
  color: #3c763d;
  background-color: #dff0d8;
}
.notice--info {
  background-color: #d9edf7;
  color: #31708f;
  margin-left: auto;
  margin-right: auto;
}
.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-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 {
  display: inline-block !important;
  width: auto !important;
  width: initial !important;
}
.slider--index .slider-image + .slider-image {
  display: none;
}
.slider--index .slide_text {
  height: 100%;
  left: calc(50% - 590px);
  position: absolute;
  top: 0;
}
.slider--index .slide_text_block {
  background: rgba(0, 0, 0, 0.51);
  color: #fff;
  padding: 30px 0 30px 30px;
  text-transform: uppercase;
  width: 860px;
  position: relative;
  top: 36%;
}
.slider--index .slide_text-text-1 {
  font: 42px/1em "ralewaylight";
  letter-spacing: 9px;
}
.slider--index .slide_text-text-2 {
  font: 34px/1em "ralewaylight";
  margin: 15px 0 0;
  letter-spacing: 7px;
  text-transform: lowercase;
}
.slider--index .slider_linck {
  position: absolute;
  top: 72%;
  background: #ffae11;
  border: 0;
  color: #fff;
}
.slider--index .slider_linck:hover {
  box-shadow: none;
} 
.slider--index .owl-dots {
  bottom: 8%;
  left: calc(50% - 590px);
  position: absolute;
  width: 1180px;
}
.slider--index .owl-dot {
  box-shadow: inset 0 0 0 1px #939290;
  float: left;
  height: 12px;
  margin: 0 15px 0 0;
  transition: box-shadow .5s ease;
  width: 12px;
}
.slider--index .owl-dot:last-of-type {
  margin: 0;
}
.slider--index .owl-dot.active,
.slider--index .owl-dot:hover {
  box-shadow: inset 0 0 0 10px #ffae11;
}
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls--horizontal > .tubs-node {
  display: inline-block;
  float: none;
}
.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 {
  margin: -10px 0 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 1000;
}
.menu-node:hover > .menu--dropdown {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.menu--side {
  left: 100%;
  margin: 0 0 0 -10px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 1000;
}
.menu-node:hover > .menu--side {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.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: 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;
}
.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 {
  margin: -10px 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 1000;
}
.basket:hover .basket-dropdown {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.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;
// }

#feedback_form textarea{
	border: 1px solid #eee;
  	border-color: #eee !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 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: url(zoomin.cur), pointer;
    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:url(zoomin.cur),pointer;
}

/* 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: url(zoomout.cur), pointer;
    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;
}
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}

.swiper-button-next.swiper-button-white.hover_orahge:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c0903c'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-white.hover_orahge:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c0903c'%2F%3E%3C%2Fsvg%3E")}

.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out; 
  -moz-transition: all 0.2s ease-in-out; 
  -o-transition: all 0.2s ease-in-out; 
  transition: all 0.2s ease-in-out; 



  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -ms-transform: scale(1); 
  -o-transform: scale(1); 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8); 
  -moz-transform: scale(0.8); 
  -ms-transform: scale(0.8); 
  -o-transform: scale(0.8); 
  transform: scale(0.8); 

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
  transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  -o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
  transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;

  -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
  transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out; 
  -moz-transition: opacity 0.3s ease-out; 
  -o-transition: opacity 0.3s ease-out; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

@font-face {
  font-family: 'ralewayblack';
  src: url("raleway-black.eot");
  src: url("raleway-black.eot?#iefix") format("embedded-opentype"), url("raleway-black.ttf") format("truetype"), url("raleway-black.svg#ralewayblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewayregular';
  src: url("raleway-regular.eot");
  src: url("raleway-regular.eot?#iefix") format("embedded-opentype"), url("raleway-regular.ttf") format("truetype"), url("raleway-regular.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaymedium';
  src: url("raleway-medium.eot");
  src: url("raleway-medium.eot?#iefix") format("embedded-opentype"), url("raleway-medium.ttf") format("truetype"), url("raleway-medium.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaylight';
  src: url("raleway-light.eot");
  src: url("raleway-light.eot?#iefix") format("embedded-opentype"), url("raleway-light.ttf") format("truetype"), url("raleway-light.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("opensans-regular.eot");
  src: url("opensans-regular.eot?#iefix") format("embedded-opentype"), url("opensans-regular.ttf") format("truetype"), url("opensans-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'opensanslight';
  src: url("open_sans_light.eot");
  src: url("open_sans_light.eot?#iefix") format("embedded-opentype"), url("open_sans_light.ttf") format("truetype"), url("open_sans_light.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
/* новые настройки согласно требованиям */
/* line 6, _type.scss */
.editor {
  text-align: justify;
  overflow-x: auto; }
  /* 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: #ffffff; }
  /* line 32, _type.scss */
  .editor h1, .editor .h1,
  .editor h2, .editor .h2,
  .editor h3, .editor .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    /* 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: 10px;
    margin-bottom: 10px; }
    /* 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: 30px; }
  /* line 56, _type.scss */
  .editor h2, .editor .h2 {
    font-size: 24px; }
  /* line 57, _type.scss */
  .editor h3, .editor .h3 {
    font-size: 20px; }
  /* line 58, _type.scss */
  .editor h4, .editor .h4 {
    font-size: 18px; }
  /* line 59, _type.scss */
  .editor h5, .editor .h5 {
    font-size: 14px; }
  /* line 60, _type.scss */
  .editor h6, .editor .h6 {
    font-size: 12px; }
  /* line 66, _type.scss */
  .editor p {
    margin: 0 0 10px; }
  /* line 74, _type.scss */
  .editor ul,
  .editor ol {
    margin-top: 0;
    margin-bottom: 10px; }
    /* 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: 20px;
    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; }
  /* line 29, _buttons.scss */
  .button--marker {
    float: right;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none; }
    /* line 42, _buttons.scss */
    .touch .button--marker {
      width: 35px;
      height: 35px;
      line-height: 35px; }
  /* line 50, _buttons.scss */
  .button--main_menu {
    border: 1px solid #ffffff;
    line-height: 40px;
    min-width: 42px;
    margin: 0 0.5em; }

/* forms */
/* input */
/* line 4, _input.scss */
.input-label {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-family: "ralewayregular", "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: #ffffff;
  -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 68, _input.scss */
.styled_select-wrapper {
  /*line-height: 28px;
  border: 1px solid $border-color;*/ }
  /* line 72, _input.scss */
  .option_selector-container .styled_select-wrapper {
    padding-right: 15px;
    width: 100%; }
  /* line 77, _input.scss */
  .styled_select-wrapper:after {
    line-height: 28px;
    vertical-align: middle;
    right: 4px;
    z-index: 10; }
  /* line 84, _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 ;
  z-index: 1000;
  box-shadow: 0px 2px 6px -2px #000; }
/* line 22, _language_switch.scss */
.languages-node {
  line-height: 30px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 37, _language_switch.scss */
  .languages-node--current {
    background-color: transparent;
    border-left: 1px solid ;
    border-right: 1px solid ;
    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 #ffffff; }
  /* line 7, _modals.scss */
  .modal-wrapper {
    padding: 1em; }
  /* line 11, _modals.scss */
  .modal-header {
    font-size: 20px;
    font-family: "ralewayregular", "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em; }
  /* line 24, _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 {
    letter-spacing: 0;
    margin: 10px auto 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top; }
  /* line 33, _modals.scss */
  .modal--product_added {
    width: 500px; }
  /* line 37, _modals.scss */
  .modal .close_top {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 2px #bbb;
    height: 20px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -8px;
    width: 20px; }
  /* line 49, _modals.scss */
  .modal .input {
    position: relative;
    margin: 40px 0 20px; }
    /* line 53, _modals.scss */
    .modal .input-label {
      margin: 0;
      position: absolute;
      top: 8px;
      transition: all .3s ease;
      z-index: 5;
      left: 8px; }
    /* line 62, _modals.scss */
    .modal .input-field, .modal .editor #feedback_form input[type="text"], .editor #feedback_form .modal input[type="text"],
    .modal .editor #feedback_form textarea,
    .editor #feedback_form .modal textarea {
      background: transparent;
      border: solid 1px ;
      color: transparent;
      font-family: "open_sansregular";
      position: relative;
      transition: all .3s ease;
      z-index: 10; }
      /* line 71, _modals.scss */
      .modal .input-field:focus, .modal .editor #feedback_form input[type="text"]:focus, .editor #feedback_form .modal input[type="text"]:focus,
      .modal .editor #feedback_form textarea:focus,
      .editor #feedback_form .modal textarea:focus {
        color: #000;
        height: 60px;
        padding: 20px 0.5em 0 0.5em; }
        /* line 77, _modals.scss */
        .modal .input-field:focus + .input-label, .modal .editor #feedback_form input[type="text"]:focus + .input-label, .editor #feedback_form .modal input[type="text"]:focus + .input-label,
        .modal .editor #feedback_form textarea:focus + .input-label,
        .editor #feedback_form .modal textarea:focus + .input-label {
          font-size: .9em;
          z-index: 15; }

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

/* menu */
/* 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; }
  /* line 11, _menu.scss */
  .menu-node--top {
    background-color: transparent;
      /*border-right: 1px solid $top_panel-border;

      &:first-child{
        border-left: 1px solid $top_panel-border;
      }*/ }
    /* line 30, _menu.scss */
    .menu-node--top .menu-link {
      cursor: pointer;
      line-height: 60px;
      padding: 0 10px; }
  /* line 49, _menu.scss */
  .menu-node--top_dropdown.menu-node--current .menu-link, .menu-node--top_dropdown:hover .menu-link {
    color:  !important; }
  /* line 56, _menu.scss */
  .menu-node--main_lvl_1 {
    margin: 0 50px 0 0; }
    /* line 59, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link {
      font-size: 16px;
      line-height: 60px;
      position: relative;
      text-transform: uppercase; }
    /* 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;
      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 {
    background-color: #f5f5f5;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 10px;
    width: 100%;
    transition: background-color .3s ease; }
    /* line 97, _menu.scss */
    .menu-node--main_lvl_2:last-child {
      /*border-bottom: 1px solid $border-color;*/ }
    /* line 101, _menu.scss */
    .menu-node--main_lvl_2 > .menu-link {
      padding: 10px 12px;
      /*border: solid $border-color;
      border-width: 1px 1px 0 1px;*/
      min-width: 200px; }
      /* line 107, _menu.scss */
      .menu-node--main_lvl_2 > .menu-link.menu-link--current {
        text-shadow: 1px 1px 0px #4a4a4a; }
    /* line 113, _menu.scss */
    .menu-node--main_lvl_2 .menu-marker--parent {
      float: right;
      right: 5px !important;
      top: calc(50% - 11px) !important; }
    /* line 119, _menu.scss */
    .touch .menu-node--main_lvl_2 {
      display: none !important; }
  /* line 125, _menu.scss */
  .menu-node--main_lvl_3 {
    background-color: rgba(245, 245, 245, 0.6);
    padding: 0 10px;
    transition: background-color .3s ease; }
    /* line 130, _menu.scss */
    .menu-node--main_lvl_3:last-child {
      /*border-bottom: 1px solid $border-color;*/ }
    /* line 134, _menu.scss */
    .menu-node--main_lvl_3 > .menu-link {
      padding: 10px 12px;
      /*border: solid $border-color;
      border-width: 1px 1px 0 1px;*/
      min-width: 200px; }
      /* line 140, _menu.scss */
      .menu-node--main_lvl_3 > .menu-link.menu-link--current {
        text-shadow: 1px 1px 0px #4a4a4a; }
    /* line 146, _menu.scss */
    .touch .menu-node--main_lvl_3 {
      display: none !important; }
  /* line 152, _menu.scss */
  .menu-node--collection_lvl_1, .menu-node--collection_lvl_2, .menu-node--collection_lvl_3 {
    padding: 2px 0;
    position: relative; }
    /* line 159, _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 163, _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: 2px 35px 2px 0;
      line-height: 20px; }
      /* line 170, _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 179, _menu.scss */
    .menu-node--collection_lvl_1 > .menu, .menu-node--collection_lvl_2 > .menu, .menu-node--collection_lvl_3 > .menu {
      margin-left: 10px; }
    /* line 183, _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 202, _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 208, _menu.scss */
  .menu-node--mobile {
    border-bottom: 1px solid #ffffff;
    background-color: transparent; }
    /* line 212, _menu.scss */
    .menu-node--mobile:last-child {
      border-bottom: none; }
    /* line 216, _menu.scss */
    .menu-node--mobile > .menu-link {
      border-width: 0;
      background-color: transparent;
      line-height: 40px;
      padding: 0;
      font-weight: bold;
      font-size: 16px; }
    /* line 227, _menu.scss */
    .menu-node--mobile > .menu {
      margin-left: 10px; }
    /* line 231, _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 247, _menu.scss */
  .menu-node--footer {
    padding: 3px 0; }
    /* line 251, _menu.scss */
    .menu-node--footer > .menu-link {
      display: inline; }
      /* line 254, _menu.scss */
      .js-menu-wrapper .menu-node--footer > .menu-link {
        padding: 0.5em;
        display: block; }
  /* line 274, _menu.scss */
  .menu-node--current_top_dropdown .menu-link {
    color:  !important; }
  /* line 280, _menu.scss */
  .menu-node--personal_cabinet .menu-link {
    font-size: 16px;
    padding: 0 1em;
    font-weight: bold;
    font-family: "ralewayregular", "PT Sans Narrow", sans-serif; }
  /* line 287, _menu.scss */
  .js-menu-wrapper .menu-node--personal_cabinet {
    width: 100%;
    float: none; }
    /* line 291, _menu.scss */
    .js-menu-wrapper .menu-node--personal_cabinet .menu-link {
      padding: 0.5em;
      border-bottom: 1px solid #ffffff; }
/* line 300, _menu.scss */
.menu-link {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
/* line 309, _menu.scss */
.menu-marker {
  color: inherit; }
  /* line 314, _menu.scss */
  .menu-node:hover .menu-marker {
    color: inherit; }
  /* line 318, _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 320, _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 327, _menu.scss */
.menu-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 333, _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;
    text-transform: uppercase; }
  /* line 346, _menu.scss */
  .menu-toggler--collection {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px; }
  /* line 356, _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 372, _menu.scss */
  .menu-toggler--personal_cabinet {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
/* line 382, _menu.scss */
.menu--main .menu-marker {
  display: inline-block;
  position: absolute;
  position: absolute;
  right: -15px;
  top: 0; }
/* line 391, _menu.scss */
.menu--mobile {
  border-bottom: 1px solid #ffffff;
  font-family: "ralewayregular", "PT Sans Narrow", sans-serif; }
/* line 399, _menu.scss */
.menu--top {
  line-height: 30px; }
/* line 403, _menu.scss */
.menu--top_dropdown {
  border: 1px solid ;
  width: 150px;
  line-height: 30px; }
  /* line 410, _menu.scss */
  .menu--top_dropdown-right {
    right: 0; }
/* line 422, _menu.scss */
.menu--collection .menu-toggler {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px; }
/* line 430, _menu.scss */
.menu--dropdown, .menu--side {
  box-shadow: 0px 2px 6px -2px #000; }

/* line 440, _menu.scss */
.header.active .menu-node--main_lvl_2, .header.active .menu-node--main_lvl_3 {
  background-color: whitesmoke; }

/* prices */
/* line 3, _prices.scss */
.prices {
  line-height: 18px; }
  /* line 6, _prices.scss */
  .prices-current {
    font-family: "open_sansregular";
    font-weight: bold; }
  /* line 12, _prices.scss */
  .prices-old {
    text-decoration: line-through;
    vertical-align: middle; }
  /* line 24, _prices.scss */
  .prices--discount {
    font-size: 16px;
    font-weight: bold; }

/* quantity */
/* line 3, _quantity.scss */
.quantity {
  border: solid 1px #000;
  height: 60px;
  margin: 0;
  width: 180px; }
  /* line 11, _quantity.scss */
  .quantity-button--minus, .quantity-button--plus {
    border: none;
    float: left;
    height: 100%;
    line-height: 21px;
    padding: 0;
    position: static !important;
    text-align: center;
    width: calc(100% / 3); }
    /* line 22, _quantity.scss */
    .quantity-button--minus svg, .quantity-button--plus svg {
      height: 20px;
      position: relative;
      top: calc(50% - 10px);
      width: 20px; }
  /* line 32, _quantity.scss */
  .quantity-button--minus svg {
    transform: rotate(90deg); }
  /* line 39, _quantity.scss */
  .quantity-button--plus svg {
    transform: rotate(-90deg); }
  /* line 48, _quantity.scss */
  .quantity-input {
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    float: left;
    font-family: 'open_sansregular';
    font-size: 18px;
    height: 100%;
    text-align: center;
    width: calc(100% / 3); }

/* reviews */
/* line 11, _reviews.scss */
.review {
  background-color: #f6f6f6;
  margin: 0 0 20px;
  padding: 4px 10px; }
  /* line 18, _reviews.scss */
  .review-details {
    padding: 0.5em; }

/* line 38, _reviews.scss */
.review_form .input-field, .review_form .editor #feedback_form input[type="text"], .editor #feedback_form .review_form input[type="text"],
.review_form .editor #feedback_form textarea,
.editor #feedback_form .review_form textarea {
  background-color: #f6f6f6;
  border: solid 1px transparent;
  padding: 5px 10px;
  transition: all .3s ease; }

/* line 51, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 57, _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 68, _reviews.scss */
  .br-widget a:before {
    content: "\f006"; }
  /* line 75, _reviews.scss */
  .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
    content: "\f005"; }
/* line 82, _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;
  margin-bottom: 16px;
  background: url(title_block_bg.png) repeat-x left center;
  font-family: "ralewayregular", "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }
  /* line 23, _slider.scss */
  .slider-title a,
  .slider-title span {
    background: #fff;
    padding-right: 8px; }
/* line 42, _slider.scss */
.slider-control--index, .slider-control--gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 52, _slider.scss */
.slider-control--product {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 0 3px 8px; }
/* line 60, _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; }
  /* line 65, _slider.scss */
  .slider-left--gallery, .slider-right--gallery {
    position: absolute;
    top: 45%;
    bottom: 45%;
    font-size: 20px; }
  /* line 76, _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: 42%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6); }
    /* line 94, _slider.scss */
    .slider-left--index:hover, .slider-right--index:hover {
      background-color: rgba(0, 0, 0, 0.9); }
  /* line 99, _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 117, _slider.scss */
.slider-left--gallery {
  left: 0; }
/* line 121, _slider.scss */
.slider-left--index {
  left: 1em; }
/* line 127, _slider.scss */
.slider-right--gallery {
  right: 0; }
/* line 131, _slider.scss */
.slider-right--index {
  right: 1em; }
/* line 140, _slider.scss */
.slider--gallery {
  padding: 0 20px; }
/* line 146, _slider.scss */
.slider--index .slider-image {
  max-height: 700px; }
/* line 151, _slider.scss */
.slider--product {
  overflow: hidden; }
/* line 156, _slider.scss */
.slider--related .slider-title {
  margin: 2em 0 0.5em; }

/* 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: #ffffff;
  /*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;
  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 {
  box-sizing: border-box;
  display: block;
  float: left;
  line-height: 0;
  margin: 0 -1px 0 0;
  position: relative;
  width: 20px; }
  /* line 14, _search_widget.scss */
  .search_widget-field {
    background: transparent;
    border: solid 0;
    box-shadow: none;
    box-sizing: border-box;
    color: transparent;
    cursor: pointer;
    line-height: 60px;
    position: absolute;
    right: 0;
    transition: all .3s ease;
    width: 20px;
    z-index: 2; }
    /* line 28, _search_widget.scss */
    .search_widget-field:focus {
      background: #EBEBEB;
      color: #000;
      cursor: auto;
      padding-left: 20px;
      width: 200px; }
      /* line 35, _search_widget.scss */
      .search_widget-field:focus + .search_widget-submit {
        background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #ebebeb 32%, #ebebeb 100%);
        background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #ebebeb 32%, #ebebeb 100%);
        background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #ebebeb 32%, #ebebeb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ebebeb',GradientType=1 );
        padding: 0 10px 0 20px;
        z-index: 3;
        width: 50px; }
      /* line 49, _search_widget.scss */
      .search_widget-field:focus + .search_widget-submit .ion-ios-search-strong,
      .search_widget-field:focus + .search_widget-submit .ion-ios-search-strong {
        color: #ff7200; }
  /* line 63, _search_widget.scss */
  .search_widget-submit {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    right: 0;
    position: absolute;
    padding: 0;
    text-align: center;
    top: 0;
    transition: all .3s ease;
    width: 20px;
    z-index: 1; }

/* line 87, _search_widget.scss */
.search .search_widget {
  float: right;
  margin: -7px 0 0; }
  /* line 91, _search_widget.scss */
  .search .search_widget-field {
    cursor: auto;
    padding-left: 20px;
    width: 500px; }
    /* line 99, _search_widget.scss */
    .search .search_widget-field + .search_widget-submit {
      right: 10px;
      margin-left: 10px;
      z-index: 3; }
    /* line 105, _search_widget.scss */
    .search .search_widget-field + .search_widget-submit .ion-ios-search-strong,
    .search .search_widget-field + .search_widget-submit .ion-ios-search-strong {
      color: #ff7200; }

/* tubs */
/* line 3, _tubs.scss */
.tubs {
  margin-top: 40px;
  margin-bottom: 1em; }
  /* line 7, _tubs.scss */
  .tubs-controls {
    border-top: solid 1px #f6f6f6;
    border-bottom: solid 1px #f6f6f6; }
  /* line 12, _tubs.scss */
  .tubs-node {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 16px;
    font-family: "ralewayregular", "PT Sans Narrow", sans-serif;
    font-weight: bold; }
    /* line 19, _tubs.scss */
    .tubs-node-text {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      background-color: #ffffff;
      display: inline-block;
      letter-spacing: 5px;
      line-height: 60px;
      padding: 0 20px;
      text-transform: uppercase;
      transition: all .3s ease; }
      /* line 29, _tubs.scss */
      .tubs-node-text:hover {
        background-color: #f6f6f6;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
    /* line 35, _tubs.scss */
    .tubs-node--active .tubs-node-text {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      background-color: #f6f6f6; }
  /* line 41, _tubs.scss */
  .tubs-content {
    padding: 25px 150px;
    background-color: #ffffff; }
    /* line 45, _tubs.scss */
    .tubs-content * {
      line-height: 1.5em;
      text-align: left; }
    /* line 50, _tubs.scss */
    .tubs-content p {
      margin: 0 0 20px; }

/* accordion block */
/* line 3, _accordion.scss */
.accordion {
  margin-bottom: 0.5em; }
  /* line 7, _accordion.scss */
  .accordion-title {
    border-bottom: 1px solid #ffffff;
    padding: 0 0 5px;
    line-height: 30px;
    font-weight: bold;
    font-family: "ralewayregular", "PT Sans Narrow", sans-serif;
    font-size: 20px;
    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; }

/* header */
/* line 3, _header.scss */
.logo {
  /*font-size: $font-size-h1;
  font-weight: bold;
  font-family: $content-title-font;
  text-transform: uppercase;
  color: $header-font-color;*/
  margin: 10px 0 0; }
  /* line 11, _header.scss */
  .logo h1 {
    margin: 0; }
    /* line 14, _header.scss */
    .logo h1 a {
      color: #000000;
      font: 31px/1em "ralewayblack"; }
      /* line 18, _header.scss */
      .logo h1 a span {
        color: #672600; }
  /* line 24, _header.scss */
  .logo h2 {
    font: bold 11px/1em "ralewaymedium";
    letter-spacing: 3px;
    margin: 0; }
    /* line 29, _header.scss */
    .logo h2 a {
      color: #672600; }
  /* line 34, _header.scss */
  .logo a:hover {
    text-decoration: none; }

/* line 39, _header.scss */
.phone_block {
  line-height: 60px; }
  /* line 42, _header.scss */
  .phone_block .phone_number {
    color: #000;
    font: 16px/1em "open_sansregular";
    margin: 0 0 0 5px; }

/* line 49, _header.scss */
.js-popup-call-form {
  text-decoration: underline; }

/* line 53, _header.scss */
header {
  background-image: url();
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  /* line 66, _header.scss */
  header.active .section--top_line,
  header.active .section--header {
    background-color: whitesmoke; }

/* line 73, _header.scss */
.contacts {
  font-size: 20px;
  font-weight: bold; }

/* line 79, _header.scss */
.header-block {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  margin: 0 0 0 45px; }
  /* line 85, _header.scss */
  .header-block .user_block {
    display: block;
    height: 100%; }
    /* line 89, _header.scss */
    .header-block .user_block svg {
      position: relative;
      height: 20px;
      top: 50%;
      transform: translate(0, -50%); }
  /* line 109, _header.scss */
  .header-block:first-of-type {
    margin: 0; }

/* line 114, _header.scss */
.order_source {
  line-height: 30px;
  padding: 0 0.5em; }

/* layouts */
/* line 3, _layout.scss */
html {
  height: 100%;
  min-width: 1180px; }

/* line 8, _layout.scss */
body {
  font-family: "ralewayregular", "PT Sans Narrow",sans-serif,Arial;
  font-size: 14px;
  min-height: 100%;
  height: auto;
  position: relative; }

/* 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 {
    position: relative;
    text-decoration: none !important; }
    /* line 36, _layout.scss */
    a.hover:after {
      background: #000;
      bottom: 0;
      content: '';
      display: block;
      height: 1px;
      left: 0;
      margin-bottom: 3px;
      opacity: 0;
      position: absolute;
      transition: all .3s ease;
      width: 100%; }
    /* line 50, _layout.scss */
    a.hover:hover:after {
      margin-bottom: 1px;
      opacity: 1; }
  /* line 64, _layout.scss */
  a:hover {
    text-decoration: none; }

/* line 71, _layout.scss */
h1, h2, h3, h4 {
  text-transform: uppercase;
  margin: 0 0 20px; }

/* common class */
/* line 78, _layout.scss */
.wrap {
  width: 1180px;
  position: relative; }

/* line 83, _layout.scss */
.content-title-page {
  font-family: "ralewayregular", "PT Sans Narrow", sans-serif;
  font-size: 36px;
  left: 0;
  letter-spacing: 12px;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px #616161;
  text-transform: uppercase;
  top: -100px;
  width: 100%; }
  /* line 96, _layout.scss */
  .content-title-page-top {
    top: -140px; }

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

/* line 108, _layout.scss */
.wrap {
  padding: 0; }

/* line 112, _layout.scss */
.advantages, .clock_one, .clock_two, .slider--brendys, .slider--instagram, .collection_description, .hint, .collection-panel-top, .prod_bg, .supplementary_description, .cart-table_container, .cart_blocks {
  box-sizing: border-box;
  left: calc(50% - 50vw - -7px);
  padding-left: 18px;
  position: relative;
  width: calc(100vw - 16px); }

@media (max-width: 1180px) {
  /* line 122, _layout.scss */
  .advantages, .clock_one, .clock_two, .slider--brendys, .slider--instagram, .collection_description, .hint, .collection-panel-top, .prod_bg, .supplementary_description, .cart-table_container, .cart_blocks {
    left: 0;
    padding-left: 0;
    width: 100%; } }
/* line 129, _layout.scss */
.collection-block-linck:after, .collection_description-img:after, .cart_blocks-item:before {
  border: solid 1px #a1a1a1;
  content: '';
  display: block;
  height: calc(100% - 20px);
  left: 10px;
  position: absolute;
  top: 10px;
  transition: all .3s ease;
  width: calc(100% - 20px);
  z-index: 5; }

/* line 142, _layout.scss */
.btn,
.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 {
  border: none;
  box-shadow: inset 0 0 0 0 transparent, inset 0 0 0 0 ;
  display: inline-block;
  font: 17px/1em "ralewaylight";
  letter-spacing: 4px;
  line-height: 60px;
  padding: 0 45px;
  text-transform: uppercase;
  transition: all .3s ease;
  background: #ffae11;
  /*&.orange {
    background: #ffae11;

    &:hover {
      box-shadow: inset 0 0 0 9px #ffae11, inset 0 0 0 10px #fff;
    }
  }*/ }
  /* line 157, _layout.scss */
  .btn:hover,
  .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 {
    box-shadow: inset 0 0 0 0 , inset 0 0 0 0  !important;
    text-decoration: none; }
  /* line 163, _layout.scss */
  .btn.wrap_color,
  .button.wrap_color,
  .editor #feedback_form .wrap_color#feedback_commit,
  .menu-node--collection_lvl_1 .wrap_color.menu-marker--parent,
  .menu-node--collection_lvl_2 .wrap_color.menu-marker--parent,
  .menu-node--collection_lvl_3 .wrap_color.menu-marker--parent {
    border: solid 1px #000;
    box-shadow: inset 0 0 0 0 , inset 0 0 0 0 #000;
    color: #000; }
    /* line 169, _layout.scss */
    .btn.wrap_color:hover,
    .button.wrap_color:hover,
    .editor #feedback_form .wrap_color#feedback_commit:hover,
    .menu-node--collection_lvl_1 .wrap_color.menu-marker--parent:hover,
    .menu-node--collection_lvl_2 .wrap_color.menu-marker--parent:hover,
    .menu-node--collection_lvl_3 .wrap_color.menu-marker--parent:hover {
      box-shadow: inset 0 0 0 9px , inset 0 0 0 10px #000; }
  /* line 182, _layout.scss */
  .btn.white,
  .button.white,
  .editor #feedback_form .white#feedback_commit,
  .menu-node--collection_lvl_1 .white.menu-marker--parent,
  .menu-node--collection_lvl_2 .white.menu-marker--parent,
  .menu-node--collection_lvl_3 .white.menu-marker--parent {
    background: #fff;
    border: solid 1px #000;
    box-shadow: inset 0 0 0 0 #fff, inset 0 0 0 0 #000;
    color: #000; }
    /* line 188, _layout.scss */
    .btn.white:hover,
    .button.white:hover,
    .editor #feedback_form .white#feedback_commit:hover,
    .menu-node--collection_lvl_1 .white.menu-marker--parent:hover,
    .menu-node--collection_lvl_2 .white.menu-marker--parent:hover,
    .menu-node--collection_lvl_3 .white.menu-marker--parent:hover {
      box-shadow: inset 0 0 0 9px #fff, inset 0 0 0 10px #000; }

/* line 195, _layout.scss */
.past_step .button, .past_step .editor #feedback_form #feedback_commit, .editor #feedback_form .past_step #feedback_commit, .past_step .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .past_step .menu-marker--parent, .past_step .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .past_step .menu-marker--parent, .past_step .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .past_step .menu-marker--parent {
  box-shadow: none !important;
  font-size: .8em;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 0 5px; }

/* line 204, _layout.scss */
.close_btn {
  height: 15px;
  width: 15px; }
  /* line 209, _layout.scss */
  .close_btn:hover {
    fill: #000; }

/* line 214, _layout.scss */
.top_bg {
  background-size: cover !important;
  height: 265px; }

/* line 219, _layout.scss */
.advantages {
  background: #444444; }
  /* line 223, _layout.scss */
  .advantages-item {
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #999999 100%);
    background: -webkit-linear-gradient(top, #999999 0%, #999999 100%);
    background: linear-gradient(to bottom, #999999 0%, #999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#999999',GradientType=0 );
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1px calc(100% - 20px);
    color: #fff;
    letter-spacing: 2.8px;
    line-height: 70px;
    position: relative; }
    /* line 238, _layout.scss */
    .advantages-item:before {
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: block;
      height: 70px;
      left: calc(50% - 35px);
      opacity: .3;
      position: absolute;
      top: 0;
      width: 70px; }
    /* line 251, _layout.scss */
    .advantages-item-first:before {
      left: auto;
      right: 45px; }
    /* line 256, _layout.scss */
    .advantages-item-last {
      background: none; }
      /* line 259, _layout.scss */
      .advantages-item-last:before {
        left: 80px; }
  /* line 265, _layout.scss */
  .advantages .payment:before {
    background-image: url("payment.png"); }
  /* line 266, _layout.scss */
  .advantages .shourum:before {
    background-image: url("shourum.png"); }
  /* line 267, _layout.scss */
  .advantages .guarantee:before {
    background-image: url("guarantee.png"); }

/* line 270, _layout.scss */
.collections-blocks {
  padding-bottom: 20px;
  padding-top: 20px; }

/* line 276, _layout.scss */
.collection-block-item {
  padding: 0 3px;
  position: relative; }
  /* line 280, _layout.scss */
  .collection-block-item:first-of-type {
    padding: 0 7px 0 0; }
  /* line 284, _layout.scss */
  .collection-block-item:last-of-type {
    padding: 0 0 0 7px; }
  /* line 290, _layout.scss */
  .collection-block-item:hover .collection-block-img {
    transform: scale(1.03, 1.03); }
/* line 296, _layout.scss */
.collection-block-linck {
  background-color: #fff;
  display: block;
  overflow: hidden;
  position: relative; }
  /* line 308, _layout.scss */
  .collection-block-linck:hover:after {
    border-color: #ffd688; }
/* line 314, _layout.scss */
.collection-block-img {
  transition: all .5s ease;
  transform: scale(1, 1); }
/* line 319, _layout.scss */
.collection-block-title {
  left: 25px;
  letter-spacing: 5px;
  position: absolute;
  top: 20px;
  z-index: 1; }

/* line 328, _layout.scss */
.clock_one {
  background: #fff;
  padding: 50px 0; }
  /* line 333, _layout.scss */
  .clock_one-item {
    overflow: hidden;
    position: relative; }
    /* line 339, _layout.scss */
    .clock_one-item:nth-of-type(1) .clock_one-linck {
      height: auto; }
    /* line 343, _layout.scss */
    .clock_one-item:nth-of-type(1) p:first-of-type {
      display: inline-block;
      font-size: 25px;
      margin: 0 0 25px; }
      /* line 348, _layout.scss */
      .clock_one-item:nth-of-type(1) p:first-of-type:after {
        background: #fff;
        content: '';
        display: block;
        height: 1px;
        margin: 15px 0 0; }
    /* line 357, _layout.scss */
    .clock_one-item:nth-of-type(1) .more {
      font-size: 18px;
      text-transform: uppercase; }
    /* line 362, _layout.scss */
    .clock_one-item:nth-of-type(2) {
      text-align: center; }
      /* line 365, _layout.scss */
      .clock_one-item:nth-of-type(2) .clock_one-linck {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        font: 30px/1em "ralewaylight";
        text-transform: uppercase;
        height: 100%; }
        /* line 375, _layout.scss */
        .clock_one-item:nth-of-type(2) .clock_one-linck * {
          width: 100%; }
    /* line 382, _layout.scss */
    .clock_one-item:nth-of-type(3) .clock_one-linck {
      height: auto;
      text-transform: uppercase;
      line-height: 1.5em; }
    /* line 388, _layout.scss */
    .clock_one-item:nth-of-type(3) .clock_one-title {
      display: block;
      font-size: 25px;
      margin: 0 0 10px; }
    /* line 394, _layout.scss */
    .clock_one-item:nth-of-type(3) p:before {
      background: #fff;
      content: '';
      display: block;
      height: 1px;
      margin: 0 0 15px; }
    /* line 402, _layout.scss */
    .clock_one-item:nth-of-type(4) {
      margin: -25% 0 0 50%;
      text-align: center; }
      /* line 406, _layout.scss */
      .clock_one-item:nth-of-type(4) .clock_one-linck {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
        background: none;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex; }
        /* line 415, _layout.scss */
        .clock_one-item:nth-of-type(4) .clock_one-linck * {
          font-weight: bold;
          text-transform: uppercase;
          width: 100%; }
        /* line 421, _layout.scss */
        .clock_one-item:nth-of-type(4) .clock_one-linck span {
          display: block;
          font: 105px/1em "ralewaylight"; }
    /* line 430, _layout.scss */
    .clock_one-item:hover .clock_one-linck {
      color: #ffae11; }
  /* line 437, _layout.scss */
  .clock_one-linck {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    height: 100%;
    height: calc(100% - 10px);
    left: 0;
    padding: 30px 4%;
    position: absolute;
    width: 100%; }
    /* line 450, _layout.scss */
    .clock_one-linck:hover {
      text-decoration: none; }
  /* line 455, _layout.scss */
  .clock_one-img {
    height: 100%;
    width: 100%; }

/* line 461, _layout.scss */
.module_title {
  font-size: 16px;
  letter-spacing: 5px;
  margin-top: 30px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  /* line 470, _layout.scss */
  .module_title:before {
    background: #000;
    content: '';
    display: block;
    height: 1px;
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
    width: 50px; }

/* line 483, _layout.scss */
.index-content {
  line-height: 1.5em;
  text-align: center; }
/* line 488, _layout.scss */
.index .content {
  padding: 45px 190px;
  position: relative; }
  /* line 492, _layout.scss */
  .index .content:after {
    content: '';
    display: block;
    height: 1px;
    width: 50px;
    background: #000;
    left: calc(50% - 25px);
    position: absolute;
    bottom: 25px; }

/* line 505, _layout.scss */
.slider--product {
  padding-bottom: 40px; }
  /* line 508, _layout.scss */
  .slider--product .owl-carousel {
    background-color: #fff;
    margin: 25px auto 0;
    width: calc(100% - 60px); }
  /* line 514, _layout.scss */
  .slider--product .owl-item {
    transition: all .3s ease;
    min-height: 375px;
    z-index: 5;
    display: inline-block;
    vertical-align: middle; }
    /* line 521, _layout.scss */
    .slider--product .owl-item:hover {
      z-index: 10; }
  /* line 526, _layout.scss */
  .slider--product .owl-stage-outer {
    padding: 1px 0 0 1px;
    width: calc(100% + 1px); }

/* line 532, _layout.scss */
.slider-control--product,
.slider-control--collection {
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }
  /* line 543, _layout.scss */
  .slider-control--product .slider_button,
  .slider-control--collection .slider_button {
    background: url("slider_arrow_sprite.png") center left no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px; }
    /* line 555, _layout.scss */
    .slider-control--product .slider_button.slider-right,
    .slider-control--collection .slider_button.slider-right {
      background-position: center right;
      left: auto;
      right: 0; }

/* line 565, _layout.scss */
.product_preview-title {
  padding: 12px 0 0; }
/* line 569, _layout.scss */
.product_preview-link {
  font-size: 16px;
  line-height: 1.2em; }
/* line 574, _layout.scss */
.product_preview-prices {
  font-family: "opensanslight";
  padding: 12px 0 0; }
  /* line 578, _layout.scss */
  .product_preview-prices .prices-current {
    font-family: inherit;
    font-size: 17px; }
  /* line 583, _layout.scss */
  .product_preview-prices .prices-old {
    margin: 0 10px 0 0; }
/* line 588, _layout.scss */
.product_preview .label-discount {
  background: #ffae11;
  color: #fff;
  line-height: 25px;
  padding: 0 13px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }
  /* line 598, _layout.scss */
  .product_preview .label-discount:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    border: 10px solid transparent;
    border-right: 0px transparent;
    border-bottom: 25px solid #ffae11; }
  /* line 612, _layout.scss */
  .product_preview .label-discount.color:before {
    border-bottom: 25px solid ; }

/* line 619, _layout.scss */
.clock_two {
  background: #fff;
  padding-bottom: 60px;
  padding-top: 50px; }
  /* line 625, _layout.scss */
  .clock_two-text_block {
    border: solid 1px #cdcdcd;
    margin: 0 0 10px;
    padding: 8px;
    transition: all .3s ease; }
    /* line 635, _layout.scss */
    .clock_two-text_block .clock_two-img {
      float: right; }
    /* line 639, _layout.scss */
    .clock_two-text_block .clock_two-block {
      float: left;
      padding: 0 30px; }
    /* line 644, _layout.scss */
    .clock_two-text_block .clock_two-img + .clock_two-block {
      width: calc(100% - 705px); }
    /* line 648, _layout.scss */
    .clock_two-text_block .clock_two-title {
      font-size: 35px;
      margin: 40px 0;
      text-transform: inherit; }
      /* line 653, _layout.scss */
      .clock_two-text_block .clock_two-title:after {
        background: #000;
        content: '';
        display: block;
        height: 1px;
        margin: 20px 0 0; }
    /* line 662, _layout.scss */
    .clock_two-text_block .clock_two-content {
      line-height: 1.5em; }
    /* line 666, _layout.scss */
    .clock_two-text_block .more {
      display: inline-block;
      font-size: 15px;
      letter-spacing: 2px;
      margin: 40px 0 30px;
      text-transform: uppercase; }
  /* line 675, _layout.scss */
  .clock_two-clock_block {
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 37px 0 0 35px;
    position: relative;
    width: calc(50% - 5px); }
    /* line 685, _layout.scss */
    .clock_two-clock_block:hover .clock_two-img {
      transform: scale(1.03, 1.03); }
    /* line 690, _layout.scss */
    .clock_two-clock_block:nth-of-type(even) {
      margin-left: 5px; }
    /* line 694, _layout.scss */
    .clock_two-clock_block:nth-of-type(odd) {
      margin-right: 5px; }
    /* line 699, _layout.scss */
    .clock_two-clock_block:before {
      border: solid 1px #919191;
      content: '';
      display: block;
      height: calc(100% - 20px);
      left: 10px;
      position: absolute;
      top: 10px;
      transition: all .3s ease;
      width: calc(100% - 20px);
      z-index: 2; }
    /* line 716, _layout.scss */
    .clock_two-clock_block > *:not(.clock_two-img) {
      position: relative;
      z-index: 3; }
    /* line 721, _layout.scss */
    .clock_two-clock_block .clock_two-img {
      left: 0;
      position: absolute;
      top: 0;
      transform: scale(1, 1);
      transition: all .5s ease;
      width: 100%;
      z-index: 1; }
    /* line 731, _layout.scss */
    .clock_two-clock_block .clock_two-light_text {
      font-size: 14px;
      letter-spacing: 3px;
      margin: 0 0 10px;
      text-transform: uppercase; }
    /* line 738, _layout.scss */
    .clock_two-clock_block .clock_two-text {
      font-size: 23px;
      margin: 0 0 5px; }
    /* line 743, _layout.scss */
    .clock_two-clock_block .clock_two-bold_text {
      font: 24px/1em "ralewaymedium";
      letter-spacing: 1px;
      text-transform: uppercase; }
    /* line 749, _layout.scss */
    .clock_two-clock_block .clock_two-discount {
      font-size: 49px;
      line-height: .9em; }
    /* line 756, _layout.scss */
    .clock_two-clock_block .btn {
      font-size: 12px;
      line-height: 40px;
      padding: 0 35px;
      bottom: 30px;
      left: 30px;
      position: absolute; }

/* line 767, _layout.scss */
.slider--brendys {
  background: #fff;
  padding: 30px 0 50px; }
  /* line 772, _layout.scss */
  .slider--brendys .grid-row-inner {
    margin: 5px 0 0; }
  /* line 776, _layout.scss */
  .slider--brendys .slider-container {
    margin: 0 auto;
    width: calc(100% - 60px); }
  /* line 781, _layout.scss */
  .slider--brendys .owl-stage {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
    /* line 793, _layout.scss */
    .slider--brendys .owl-stage .owl-item {
      float: none; }
  /* line 798, _layout.scss */
  .slider--brendys .collection_preview {
    float: left;
    width: 100%; }
  /* line 803, _layout.scss */
  .slider--brendys img.image {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 140px;
    margin: 0 auto;
    width: auto; }
    /* line 818, _layout.scss */
    .slider--brendys img.image:hover {
      -webkit-filter: none;
      -moz-filter: none;
      -ms-filter: none;
      -o-filter: none;
      filter: none;
      filter: none; }

/* line 829, _layout.scss */
.slider--instagram {
  background: #444444;
  color: #fff;
  padding-left: 0; }
  /* line 835, _layout.scss */
  .slider--instagram .grid-row-inner {
    margin: 0; }
  /* line 839, _layout.scss */
  .slider--instagram .slider_title {
    font: 18px/75px "ralewayregular";
    text-transform: uppercase;
    letter-spacing: 4px; }
  /* line 845, _layout.scss */
  .slider--instagram .inst_nick {
    font: 14px/40px "Myriad Pro";
    letter-spacing: 3px; }
  /* line 850, _layout.scss */
  .slider--instagram .image {
    transform: scale(1, 1);
    transition: all .5s ease; }
  /* line 855, _layout.scss */
  .slider--instagram .instagram_preview {
    overflow: hidden; }
    /* line 858, _layout.scss */
    .slider--instagram .instagram_preview:hover .image {
      transform: scale(1.03, 1.03); }
  /* line 863, _layout.scss */
  .slider--instagram .owl-item {
    display: inline-block;
    vertical-align: middle;
    float: none; }

/* line 870, _layout.scss */
.subscription_block {
  border-bottom: solid 1px #9d9d9d;
  padding: 20px 0;
  line-height: 40px; }
  /* line 875, _layout.scss */
  .subscription_block p {
    letter-spacing: 3px; }
  /* line 879, _layout.scss */
  .subscription_block [type="text"] {
    height: 40px;
    border: solid 1px #000;
    transition: all .3s ease; }
  /* line 889, _layout.scss */
  .subscription_block .subscription_form > input {
    margin: 0 0 0 15px;
    width: calc(50% - 15px); }
  /* line 894, _layout.scss */
  .subscription_block .btn {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 38px; }

/* line 903, _layout.scss */
.footer_blocks {
  padding: 35px 0 0; }
/* line 907, _layout.scss */
.footer_phone {
  margin: 0 0 55px; }
  /* line 910, _layout.scss */
  .footer_phone .phone_number {
    font: 23px/1em "open_sansregular";
    margin: 0 10px 0 0; }
/* line 920, _layout.scss */
.footer-phone-icon, .footer_adres-icon {
  height: 21px;
  margin: 0 8px 0 0; }
/* line 926, _layout.scss */
.footer_adres {
  margin: 0 0 25px; }
  /* line 929, _layout.scss */
  .footer_adres-icon {
    display: inline-block;
    vertical-align: top;
    width: 21px; }
  /* line 935, _layout.scss */
  .footer_adres .adres {
    display: inline-block;
    line-height: 1.5em;
    width: calc(100% - 33px); }
/* line 942, _layout.scss */
.footer_payment {
  color: #717171;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 0 0 15px;
  text-transform: uppercase; }
  /* line 949, _layout.scss */
  .footer_payment img {
    margin: 0 0 0 10px; }
/* line 954, _layout.scss */
.footer .copyright {
  color: #717171;
  font-size: .85em;
  margin: 0 0 15px; }
/* line 960, _layout.scss */
.footer_menu {
  margin: 0 0 30px; }
  /* line 963, _layout.scss */
  .footer_menu--title {
    letter-spacing: 3px;
    margin: 5px 0 18px;
    text-transform: uppercase; }
  /* line 969, _layout.scss */
  .footer_menu--list {
    list-style: none;
    margin: 0;
    padding: 0; }
  /* line 975, _layout.scss */
  .footer_menu--item {
    margin: 0 0 8px; }
/* line 982, _layout.scss */
.footer .social_groups--title {
  letter-spacing: 1px;
  display: inline-block;
  color: #717171;
  margin: 0 10px 0 0; }
/* line 989, _layout.scss */
.footer .social_groups-link {
  height: auto;
  vertical-align: middle;
  width: auto; }
  /* line 994, _layout.scss */
  .footer .social_groups-link svg {
    fill: #717171;
    width: 20px; }
/* line 1006, _layout.scss */
.footer .social_groups-link--instagram svg {
  height: 18px; }
/* line 1013, _layout.scss */
.footer .social_groups-link--facebook svg {
  height: 20px; }
/* line 1020, _layout.scss */
.footer .social_groups-link--vk svg {
  height: 20px; }

/* line 1029, _layout.scss */
.sort_by select {
  position: relative;
  text-decoration: underline;
  top: -3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  /* line 1038, _layout.scss */
  .sort_by select option {
    color: #000;
    text-decoration: none; }
/* line 1044, _layout.scss */
.sort_by .select_arrow {
  height: 12px;
  position: relative;
  top: 3px;
  transform: rotate(90deg); }

/* line 1053, _layout.scss */
.sidebar {
  background: #fff;
  padding: 0 25px;
  width: 285px; }

/* line 1059, _layout.scss */
.product_preview {
  background: #fff;
  border: solid 1px #f6f6f6;
  margin: -1px 0 0 -1px;
  min-height: 390px;
  text-align: center;
  transition: all .3s ease;
  position: relative; }
  /* line 1068, _layout.scss */
  .product_preview:hover {
    z-index: 5; }

/* line 1076, _layout.scss */
.collection .product_preview {
  width: calc(33.33% + 1px); }
/* line 1080, _layout.scss */
.collection-products_list {
  margin: 0 0 10px; }
/* line 1084, _layout.scss */
.collection_description {
  background: #fff;
  padding: 40px 0; }
  /* line 1089, _layout.scss */
  .collection_description-img {
    display: inline-block;
    float: left;
    margin: 0 25px 0 0;
    position: relative;
    width: 555px; }
    /* line 1100, _layout.scss */
    .collection_description-img img {
      min-width: 100%; }
    /* line 1104, _layout.scss */
    .collection_description-img ~ .collection_description-title, .collection_description-img ~ .collection_description-text {
      display: inline-block;
      width: calc(100% - 580px); }
  /* line 1111, _layout.scss */
  .collection_description-title {
    letter-spacing: 5px;
    margin: 0 0 40px;
    text-transform: uppercase; }
    /* line 1116, _layout.scss */
    .collection_description-title:after {
      background: #000;
      content: '';
      display: block;
      height: 1px;
      margin: 20px 0 0; }
  /* line 1125, _layout.scss */
  .collection_description-text p {
    line-height: 1.4em;
    margin: 0 0 1.7em; }

/* line 1134, _layout.scss */
.noUi-background {
  background: #b2b2b2;
  border-radius: 0;
  border-width: 0;
  height: 1px; }
/* line 1141, _layout.scss */
.noUi-handle {
  border-radius: 0;
  border-width: 0;
  cursor: pointer;
  height: 15px !important;
  top: -7.5px !important;
  width: 15px !important; }
/* line 1151, _layout.scss */
.noUi-connect {
  background: #000; }

/* line 1157, _layout.scss */
.filter_section-value--range {
  margin: 2em 0 !important; }
/* line 1161, _layout.scss */
.filter_section-range_input {
  font-family: 'opensanslight'; }
/* line 1165, _layout.scss */
.filter_section-toggler:hover {
  background: transparent; }
/* line 1169, _layout.scss */
.filter_section-value {
  margin: 0 0 15px;
  padding: 0; }
/* line 1174, _layout.scss */
.filter_section-value_link {
  position: relative;
  line-height: 16px; }
  /* line 1178, _layout.scss */
  .filter_section-value_link:after {
    background: transparent;
    border: solid 1px #7f7f7f;
    content: '';
    display: block;
    float: left;
    height: 14px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 14px; }
/* line 1191, _layout.scss */
.filter_section-value_input {
  display: none; }

/* line 1200, _layout.scss */
button.filter-clear_all {
  background: none;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  border: none; }
  /* line 1208, _layout.scss */
  button.filter-clear_all .close_btn {
    float: right;
    height: 15px;
    position: absolute;
    right: 0;
    top: calc(50% - 7.5px); }
  /* line 1217, _layout.scss */
  button.filter-clear_all:hover {
    background: none; }

/* line 1221, _layout.scss */
.hint {
  background: #444444; }
  /* line 1227, _layout.scss */
  .hint-item-linck {
    color: #fff;
    font: 17px/85px "ralewayregular";
    letter-spacing: 4px;
    text-transform: uppercase;
    transition: color .3s ease; }
    /* line 1238, _layout.scss */
    .hint-item-linck p {
      display: inline; }

/* line 1246, _layout.scss */
.checkout .section--content {
  padding: 25px 0 0; }
/* line 1250, _layout.scss */
.checkout .set-block {
  padding: 20px 0; }
/* line 1254, _layout.scss */
.checkout .step_title {
  font-family: Arial;
  font-weight: bold; }
  /* line 1258, _layout.scss */
  .checkout .step_title .past_step {
    font-weight: normal; }

/* line 1266, _layout.scss */
.brends {
  margin: 0 auto;
  padding: 30px 0 40px;
  width: 700px; }
  /* line 1271, _layout.scss */
  .brends-linck {
    display: inline-block;
    font: 21px/1em "ralewaylight";
    margin: 0 5px; }
    /* line 1276, _layout.scss */
    .brends-linck-block {
      text-align: center;
      margin: 0 0 20px; }
/* line 1283, _layout.scss */
.brend_letter {
  border-bottom: solid 1px #000;
  font: 30px/1em "ralewaymedium";
  margin: 50px 0 10px;
  padding-bottom: 10px; }
/* line 1290, _layout.scss */
.brend_item {
  display: inline-block;
  text-align: center;
  width: 30%; }
  /* line 1295, _layout.scss */
  .brend_item-linck {
    display: inline-block;
    font: 16px/1em "open_sansregular"; }
  /* line 1304, _layout.scss */
  .brend_item-title {
    display: block;
    line-height: 1.2em; }

/* line 1311, _layout.scss */
.page_404-content {
  text-align: center;
  padding: 50px 0;
  font-size: 25px; }

/* line 1317, _layout.scss */
.blog {
  padding: 30px 0 40px; }
  /* line 1320, _layout.scss */
  .blog .button, .blog .editor #feedback_form #feedback_commit, .editor #feedback_form .blog #feedback_commit, .blog .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .blog .menu-marker--parent, .blog .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .blog .menu-marker--parent, .blog .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .blog .menu-marker--parent {
    float: right;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 15px; }

/* данные классы используются для стилизации крупных блоков. */
/* line 3, _section.scss */
.section--top_line {
  background-color: rgba(245, 245, 245, 0.9);
  box-shadow: 0px 2px 8px -4px #000;
  border-bottom: solid 1px ;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: background-color .3s ease; }
/* line 15, _section.scss */
.section--header {
  background-color: rgba(245, 245, 245, 0.9);
  margin-top: 61px;
  transition: background-color .3s ease; }
/* line 22, _section.scss */
.section--breadcrumbs {
  /*background-color: $breadcrumbs-bg;
  border-top: 1px solid $border-color;
  border-bottom: 1px solid $border-color;*/ }
/* line 28, _section.scss */
.section--content {
  background-image: url(); }
  /* line 34, _section.scss */
  .section--content > .wrap {
    /*background-color: $content-bg;
    padding-bottom: 110px;*/ }
  /* line 39, _section.scss */
  .section--content.page, .section--content.search {
    padding: 30px 0 40px; }
/* line 45, _section.scss */
.section--footer_menus {
  background-image: url(); }
  /* line 52, _section.scss */
  .section--footer_menus > .wrap {
    background-color: #fff; }

/* footer */
/* line 8, _footer.scss */
.footer_block-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-family: "ralewayregular", "PT Sans Narrow", sans-serif; }
  @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;
      font-weight: normal; } }
/* line 31, _footer.scss */
.footer_block-content.menu--collapse {
  padding-top: 0.5em; }

/* line 46, _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 56, _footer.scss */
  .footer_panel-margin {
    height: 40px; }
  /* line 60, _footer.scss */
  .footer_panel-button {
    line-height: 40px; }

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

/* 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;
    font-family: "ralewayregular", "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; }

/* collection */
/* line 6, _collection.scss */
.collection-description {
  margin: 1em 0; }
/* line 10, _collection.scss */
.collection-seo_description {
  margin: 1em 0; }
/* line 20, _collection.scss */
.collection-panel {
  /*border-top: 1px solid $border-color;
  border-bottom: 1px solid $border-color;*/
  position: relative; }
  /* line 25, _collection.scss */
  .collection-panel-top {
    background: #fff;
    line-height: 60px;
    margin-bottom: 15px; }
    /* line 31, _collection.scss */
    .collection-panel-top [class*="grid-"] {
      height: 60px; }

/* product */
/* line 5, _product.scss */
.product .content-title-page {
  top: -140px; }
/* line 11, _product.scss */
.product-title-first {
  font-size: 22px;
  margin: 0 0 25px; }
/* line 16, _product.scss */
.product-title-second {
  font-size: 23px;
  margin: 0 0 5px;
  text-transform: none; }
/* line 26, _product.scss */
.touch .product-gallery--no_touch {
  display: none; }
/* line 32, _product.scss */
.touch .product-gallery--touch {
  display: block !important; }
/* line 42, _product.scss */
.product-info {
  padding: 0 0 0 10px; }
/* line 49, _product.scss */
.product-presence_field {
  color: #3c763d; }
  /* line 52, _product.scss */
  .product-presence_field--sell_off {
    color: #a94442; }
/* line 57, _product.scss */
.product-short_description {
  line-height: 1.6em;
  padding: 10px 0; }
/* line 64, _product.scss */
.product-properties {
  margin: 0 0 30px; }
  /* line 67, _product.scss */
  .product-properties td {
    border-bottom: solid 1px #fff;
    line-height: 35px;
    padding: 0 0 0 20px;
    width: 50%; }
  /* line 74, _product.scss */
  .product-properties tr {
    transition: all .3s ease; }
    /* line 78, _product.scss */
    .product-properties tr:hover {
      background: #fbfbfb; }
    /* line 84, _product.scss */
    .product-properties tr:last-child td {
      border-bottom: none; }
/* line 95, _product.scss */
.product-prices {
  border-bottom: solid 1px #7f7f7f;
  border-top: solid 1px #7f7f7f;
  line-height: 80px; }
  /* line 100, _product.scss */
  .product-prices .prices-current,
  .product-prices .prices-old {
    font-family: "opensanslight"; }
  /* line 105, _product.scss */
  .product-prices .prices-current {
    font-size: 30px; }
  /* line 109, _product.scss */
  .product-prices .prices-old {
    font-size: 20px;
    margin: 0 10px 0 0; }
  /* line 114, _product.scss */
  .product-prices .product-sku {
    color: rgba(0, 0, 0, 0.8);
    float: right;
    font-family: "open_sansregular";
    margin: 0; }
/* line 124, _product.scss */
.product-buy {
  line-height: 40px;
  vertical-align: top;
  margin: 0 0.5em; }
/* line 133, _product.scss */
.product-compare {
  line-height: 40px;
  vertical-align: top;
  margin-bottom: 1em; }
/* line 139, _product.scss */
.product .gallery-thumbs {
  height: 460px;
  margin: 20px 0;
  overflow: hidden;
  text-align: center; }
/* line 146, _product.scss */
.product .slider--gallery {
  padding: 0; }
  /* line 151, _product.scss */
  .product .slider--gallery .image-control-prev, .product .slider--gallery .image-control-next {
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%; }
    /* line 159, _product.scss */
    .product .slider--gallery .image-control-prev svg, .product .slider--gallery .image-control-next svg {
      height: 20px;
      left: calc(50% - 10px);
      position: absolute;
      transform: rotate(-90deg);
      width: 20px; }
    /* line 167, _product.scss */
    .product .slider--gallery .image-control-prev.swiper-button-disabled, .product .slider--gallery .image-control-next.swiper-button-disabled {
      cursor: default;
      opacity: .5; }
  /* line 173, _product.scss */
  .product .slider--gallery .image-control-prev {
    top: 0; }
  /* line 177, _product.scss */
  .product .slider--gallery .image-control-next {
    bottom: 0; }
    /* line 180, _product.scss */
    .product .slider--gallery .image-control-next svg {
      transform: rotate(90deg); }
/* line 189, _product.scss */
.product .swiper-slide img {
  cursor: pointer; }
/* line 196, _product.scss */
.product .gallery-image {
  display: block !important;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative; }
/* line 206, _product.scss */
.product .gallery-thumbs img {
  max-height: 100%;
  max-width: 100%; }
/* line 215, _product.scss */
.product .slide-inner {
  position: relative;
  height: 500px; }
/* line 220, _product.scss */
.product .slide-image {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }
/* line 228, _product.scss */
.product .product-buy {
  float: right;
  line-height: 60px;
  width: 250px; }

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

/* line 262, _product.scss */
.prod_bg {
  background: #fff;
  padding-top: 40px; }

/* line 268, _product.scss */
.supplementary_description {
  background: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  /* line 275, _product.scss */
  .supplementary_description-title {
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 30px;
    margin: 0;
    padding: 10px 0 15px;
    position: relative;
    text-transform: uppercase; }
    /* line 284, _product.scss */
    .supplementary_description-title:before {
      background: #000;
      content: '';
      display: block;
      height: 1px;
      left: calc(50% - 25px);
      position: absolute;
      top: 0;
      width: 50px; }
  /* line 296, _product.scss */
  .supplementary_description-text {
    line-height: 1.6em;
    padding: 0 200px; }

/* cart */
/* line 5, _cart.scss */
.cart-table_container {
  background: #fff;
  padding: 40px 0 0; }
/* line 11, _cart.scss */
.cart-items_list {
  margin-bottom: 2em; }
/* line 25, _cart.scss */
.cart .prices-current {
  font: normal 20px/1em 'open_sansregular';
  padding: 0 0 0 30px; }
/* line 31, _cart.scss */
.cart .quantity {
  height: 40px;
  width: 100px; }
  /* line 35, _cart.scss */
  .cart .quantity svg {
    height: 15px;
    top: calc(50% - 7.5px);
    width: 15px; }
/* line 42, _cart.scss */
.cart_blocks {
  background: #fff; }
  /* line 46, _cart.scss */
  .cart_blocks-item {
    margin: 25px 0;
    padding: 35px 30px 10px;
    position: relative; }
  /* line 56, _cart.scss */
  .cart_blocks * {
    position: relative;
    z-index: 10; }
  /* line 61, _cart.scss */
  .cart_blocks-title {
    font-size: 17px;
    letter-spacing: 5px;
    margin: 0 0 15px;
    text-align: center; }
  /* line 68, _cart.scss */
  .cart_blocks-text {
    line-height: 1.5em;
    margin: 0 0 10px; }
  /* line 73, _cart.scss */
  .cart_blocks .more {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 15px;
    text-transform: uppercase; }

/* line 91, _cart.scss */
.cart_item {
  align-items: center;
  border-bottom: 1px solid ;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 25px 0;
  /*@media (min-width: 1100px){
    line-height: 110px;
  }
  @media (min-width: 800px) and (max-width: 1100px){
    line-height: 85px;
  }*/ }
  /* line 105, _cart.scss */
  .cart_item:last-of-type {
    border-bottom: none; }
  /* line 109, _cart.scss */
  .cart_item:first-of-type {
    border-top: 1px solid ; }
  /* line 113, _cart.scss */
  .cart_item-image {
    overflow: hidden; }
    @media (max-width: 480px) {
      /* line 113, _cart.scss */
      .cart_item-image {
        margin-bottom: 1em; }
        /* line 118, _cart.scss */
        .cart_item-image .image-square {
          padding-bottom: 240px; } }
  /* line 124, _cart.scss */
  .cart_item-link {
    font-size: 15px;
    font-family: "ralewayregular", "PT Sans Narrow", sans-serif; }
  /* line 132, _cart.scss */
  .cart_item-sku {
    color: #656565;
    font: 14px/1em 'open_sansregular';
    margin-top: 20px; }
  @media (max-width: 800px) {
    /* line 138, _cart.scss */
    .cart_item-prices {
      line-height: 40px; } }
  /* line 142, _cart.scss */
  .cart_item-prices--stock {
    position: relative; }
  /* line 150, _cart.scss */
  .cart_item-delete {
    font-size: 20px; }
    @media (max-width: 800px) {
      /* line 150, _cart.scss */
      .cart_item-delete {
        line-height: 40px; } }
  @media (min-width: 800px) {
    /* line 160, _cart.scss */
    .cart_item-wrapper {
      line-height: 20px;
      display: inline-block;
      vertical-align: middle; } }
  /* line 168, _cart.scss */
  .cart_item-time {
    position: absolute;
    left: -7px;
    font-weight: bold;
    font-size: 14px;
    top: 0; }
  /* line 176, _cart.scss */
  .cart_item-eql {
    position: absolute;
    right: -7px;
    font-weight: bold;
    font-size: 14px;
    top: 0; }

/* line 185, _cart.scss */
.discounts {
  margin-bottom: 2em;
  padding: 30px 35px 0; }
  /* line 190, _cart.scss */
  .discounts-kupon {
    margin: 0 0 70px; }
  /* line 194, _cart.scss */
  .discounts_blok {
    padding-left: 60px; }
  /* line 198, _cart.scss */
  .discounts-input {
    line-height: 28px; }
  /* line 202, _cart.scss */
  .discounts .input-label {
    font-size: 18px;
    margin: 0 0 10px; }
  /* line 207, _cart.scss */
  .discounts-field {
    border: solid 1px #000;
    color: #9d9d9d;
    font-size: 20px;
    height: auto !important;
    line-height: 40px !important;
    margin: 0 0 15px;
    padding: 0 15px;
    transition: all .3s ease; }
  /* line 225, _cart.scss */
  .discounts-submit {
    font-family: 'ralewayregular';
    line-height: 45px; }
  /* line 236, _cart.scss */
  .discounts .cart_total {
    margin-bottom: 70px; }
    /* line 239, _cart.scss */
    .discounts .cart_total-title {
      letter-spacing: 2px;
      margin: 0 0 25px; }
    /* line 244, _cart.scss */
    .discounts .cart_total .prices-current {
      color: #000;
      font-size: 36px;
      letter-spacing: 3px;
      padding: 0; }
  /* line 252, _cart.scss */
  .discounts .cart-button {
    line-height: 75px;
    margin: 0 0 0 -35px;
    width: calc(100% + 70px); }

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

/* line 268, _cart.scss */
.cart_total {
  margin-bottom: 2em; }
  /* line 271, _cart.scss */
  .cart_total-title {
    font-size: 20px;
    font-family: "ralewayregular", "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 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: #ffffff; }
/* 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 #ffffff; }
/* 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: #f6f6f6; }
/* line 127, _compare.scss */
.compare_row--body .compare_row-item,
.compare_row--body .compare_row-title {
  border-bottom: 1px solid #ffffff; }
/* 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; }
/* line 17, _search.scss */
.search .product_preview {
  width: calc(25% - 1px); }
/* line 21, _search.scss */
.search .grid-row-inner {
  margin-top: 25px; }
/* line 25, _search.scss */
.search .panel-top {
  margin: 40px 0 0; }

/* blog */
/* line 5, _blog.scss */
.blog .content-title-page {
  top: -140px; }

/* article */
/* line 3, _article.scss */
.article {
  padding: 30px 0 40px; }
  /* line 6, _article.scss */
  .article .content-title-page {
    top: -140px; }
  /* line 10, _article.scss */
  .article-image {
    margin: 0 1em 1em 0; }
  /* line 16, _article.scss */
  .article-note {
    text-align: right; }
  /* line 20, _article.scss */
  .article-content {
    line-height: 1.5em;
    margin: 40px 0 0;
    word-break: break-all; }
  /* line 28, _article.scss */
  .article_preview {
    margin: 35px 0 10px; }

/* page */
/* 404 */
/* breadcrumbs */
/* line 3, _breadcrumbs.scss */
.breadcrumbs {
  color: #000;
  left: 0;
  position: absolute;
  text-align: center;
  top: -27px;
  width: 100%; }
  /* line 13, _breadcrumbs.scss */
  .breadcrumbs a.breadcrumbs-page {
    color: #373737; }
    /* line 16, _breadcrumbs.scss */
    .breadcrumbs a.breadcrumbs-page:hover {
      text-decoration: underline; }

/* basket */
/* line 4, _basket.scss */
.basket {
  display: inline-block; }
  /* line 7, _basket.scss */
  .basket-icon {
    height: 60px;
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
    /* line 15, _basket.scss */
    .basket-icon svg {
      height: 20px;
      position: relative;
      top: 50%;
      transform: translate(0, -50%); }
  /* line 27, _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;
    display: block; }
    /* line 38, _clearfix.scss */
    .basket-link:after {
      content: "";
      display: table;
      clear: both; }
  /* line 46, _basket.scss */
  .basket-title {
    line-height: 60px; }
  /* line 50, _basket.scss */
  .basket-total {
    float: left;
    display: inline-block;
    position: relative;
    height: 60px;
    padding-right: 0.5em; }
  /* line 61, _basket.scss */
  .basket-count_wrapper {
    position: absolute;
    top: -11px;
    right: -9px;
    height: 16px;
    text-align: center; }
  /* line 69, _basket.scss */
  .basket-items_count {
    display: inline-block;
    padding: 0 6px;
    line-height: 16px;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 11px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  /* line 82, _basket.scss */
  .basket-items_price {
    line-height: 60px;
    vertical-align: middle; }
  /* line 87, _basket.scss */
  .basket-dropdown {
    right: -1px;
    background-color: #fff;
    border: 1px solid #ffffff;
    width: 250px;
    box-shadow: 0px 2px 6px -2px #000; }
  /* line 98, _basket.scss */
  .basket-item-count {
    font: 10px/1em "open_sansregular";
    left: 0;
    position: absolute;
    text-align: center;
    top: calc(50% + 2px);
    transform: translate(0, -50%);
    width: 100%; }

/* line 111, _basket.scss */
.basket_list-header {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ffffff; }
  /* line 116, _basket.scss */
  .basket_list-header:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
/* line 123, _basket.scss */
.basket_list-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "ralewayregular", "PT Sans Narrow", sans-serif;
  text-transform: uppercase; }
/* line 135, _basket.scss */
.basket_list-footer {
  padding-top: 1em; }
/* line 139, _basket.scss */
.basket_list-total {
  margin: 1em 0; }
/* line 143, _basket.scss */
.basket_list-count {
  float: right; }
/* line 147, _basket.scss */
.basket_list-submit {
  display: block;
  letter-spacing: 2px;
  padding: 0; }
/* line 153, _basket.scss */
.basket_list-footer_list {
  font-size: 16px; }

/* line 158, _basket.scss */
.basket_item {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ffffff; }
  /* line 163, _basket.scss */
  .basket_item-image {
    margin: 0 10px 10px 0;
    min-width: 50px;
    text-align: center; }
  /* line 169, _basket.scss */
  .basket_item-details {
    margin-top: 0.5em;
    line-height: 20px;
    font-family: "open_sansregular"; }
  /* line 175, _basket.scss */
  .basket_item-title {
    font-size: 16px;
    font-family: "ralewayregular", "PT Sans Narrow", sans-serif; }
  /* line 180, _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 191, _basket.scss */
  .basket_item-count {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle; }
  /* line 198, _basket.scss */
  .basket_item-price {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle; }

/* filter */
/* line 6, _collection_filter.scss */
.filter-section {
  border-bottom: solid 1px ;
  border-top: solid 1px ;
  margin: -1px 0 0 0;
  padding: 15px 0; }
  /* line 12, _collection_filter.scss */
  .filter-section:first-of-type {
    border-top-width: 0px; }
  /* line 16, _collection_filter.scss */
  .filter-section:last-of-type {
    border-bottom-width: 0px; }
/* line 21, _collection_filter.scss */
.filter-clear_all {
  margin-top: 1em;
  background-color: #ffffff; }
/* line 28, _collection_filter.scss */
.filter-submit {
  margin-top: 1em;
  display: block;
  width: 100%; }

/* line 35, _collection_filter.scss */
.filter_section {
  /* mod */ }
  /* line 37, _collection_filter.scss */
  .filter_section-title {
    font-family: "ralewayregular", "PT Sans Narrow", sans-serif;
    letter-spacing: 2px;
    line-height: 25px;
    padding: 8px 0;
    text-transform: uppercase; }
    /* line 44, _collection_filter.scss */
    .filter_section-title .select_arrow {
      height: 12px;
      transform: rotate(0deg);
      transition: all .3s ease; }
    /* line 50, _collection_filter.scss */
    .filter_section-title.open .select_arrow {
      transform: rotate(90deg); }
  /* line 57, _collection_filter.scss */
  .filter_section-toggler {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    float: right; }
  /* line 68, _collection_filter.scss */
  .filter_section-values {
    /*
    padding: 6px 0;
    max-height: 250px;
    overflow-y: auto;
    */ }
    /* line 76, _collection_filter.scss */
    .filter_section-values--range {
      padding-bottom: 0.5em; }
  /* line 81, _collection_filter.scss */
  .filter_section-value {
    position: relative;
    padding: 0.3em 0;
    line-height: 16px; }
    /* line 86, _collection_filter.scss */
    .filter_section-value:last-child {
      border-bottom: none; }
    /* line 90, _collection_filter.scss */
    .filter_section-value--range {
      margin: 2em 1em; }
    /* line 96, _collection_filter.scss */
    .filter_section-value--selected {
      border-bottom: 1px solid #ffffff;
      padding-bottom: 5px;
      margin: 0.5em;
      display: inline-block;
      position: relative; }
      @media (max-width: 480px) {
        /* line 96, _collection_filter.scss */
        .filter_section-value--selected {
          display: block; } }
  /* line 109, _collection_filter.scss */
  .filter_section-value_input {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px; }
  /* line 116, _collection_filter.scss */
  .filter_section-value_link {
    display: block; }
  /* line 127, _collection_filter.scss */
  .filter_section-range_input {
    border: 1px solid #ffffff;
    line-height: 28px;
    height: 30px; }

/* line 137, _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: $border-color;*/ }
  /* 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 #ffffff;
  padding-bottom: 2em; }
  /* line 8, _article_preview.scss */
  .article_preview:last-of-type {
    border-bottom: none; }

/* pagination */
/* line 3, _pagination.scss */
.pagination {
  display: inline-block; }
  /* line 5, _pagination.scss */
  .pagination-page {
    width: 28px;
    /*line-height: 28px;
    border: 1px solid $border-color;
    border-right-width: 0;*/ }
    /* line 13, _pagination.scss */
    .pagination-page:last-child {
      border-right-width: 1px; }
  /* line 18, _pagination.scss */
  .pagination-node {
    font: 15px/1.2em "open_sansregular"; }
    /* line 25, _pagination.scss */
    .pagination-node--block {
      cursor: default;
      display: block;
      text-align: center; }
    /* line 31, _pagination.scss */
    .pagination-node:hover, .pagination-node--current {
      text-decoration: underline;
      /*background: $paginate-current-bg;*/ }
  /* line 39, _pagination.scss */
  .pagination-counter {
    line-height: 30px; }

/* line 43, _pagination.scss */
.collection-panel-bottom {
  margin: 30px 0; }
  /* line 48, _pagination.scss */
  .collection-panel-bottom .pagination-page-prev, .collection-panel-bottom .pagination-page-next {
    position: absolute;
    top: 0; }
  /* line 54, _pagination.scss */
  .collection-panel-bottom .pagination-page-prev {
    left: 0; }
  /* line 57, _pagination.scss */
  .collection-panel-bottom .pagination-page-next {
    right: 0; }

/* 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: "ralewayregular", "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 #ffffff; }
    /* line 77, _product_preview.scss */
    .product_preview--compare .product_preview-title {
      font-size: 14px;
      line-height: 25px; }

/* sidebar */
/* line 5, _sidebar.scss */
.sidebar_block {
  min-height: 1px; }

/* line 10, _sidebar.scss */
.sidebar_block {
  margin-bottom: 10px; }
  /* line 13, _sidebar.scss */
  .sidebar_block:last-child {
    margin-bottom: 0; }
  /* line 17, _sidebar.scss */
  .sidebar_block-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "ralewayregular", "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 {
  font-size: 16px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0.25em; }

/* line 118, style.css.scss */
input[type="checkbox"].filter_section-value_input:checked + .filter_section-value_link::after {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center; }
/* базовые стили*/




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





/* шаблон */

