@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-bottom: 1em;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice--success {
  color: #3c763d;
  background-color: #dff0d8;
}
.notice--info {
  color: #31708f;
  background-color: #d9edf7;
}
.notice--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notice--danger {
  color: #a94442;
  background-color: #f2dede;
}
.reviews-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reviews-link {
  cursor: pointer;
}
.review {
  display: block;
  margin-bottom: 1em;
}
.review:last-child {
  margin-bottom: 0;
}
.reviews-title {
  margin-top: 1em;
  margin-bottom: 1em; 
  font-size: 20px;
}
.review-details {
  margin-bottom: 2em;
  border: 1px solid #d8d8d8; 
  border-radius: 5px;
  background: none !important;
}
.review-details:after {
  clear: both;
  content: "";
  display: block; 
  background: none !important; 
}
.review-treug {
  position: relative; top: 67px;
  height: 12px;
  padding-bottom: 1px;
  background: url(treug-otziv.png) no-repeat 10px 100%;
}
.review-name {
 font-weight: bold;
}
.review-date {
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: bold;
  color: grey;
}
.review-rating {
  //margin-bottom: 0.5em;
}
.review-content {
  margin-bottom: 0.5em;
}
.review_form-toggle {
  cursor: pointer;
}
.review_form-input {
  margin-bottom: 1em;
}
.review_form-input:last-child {
  margin-bottom: 0;
}
.review_form-submit {
  cursor: pointer;
}
.slider {
  position: relative;
}
.slider-container:after {
  clear: both;
  content: "";
  display: block;
}
.slider-control {
  position: relative;
}
.slider-left {
  left: 0;
  cursor: pointer;
}
.slider-right {
  right: 0;
  cursor: pointer;
}
.slider-up {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.slider-down {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.slider--index .slider-image {
  display: block;
  width: 100%;
  text-align: center;
}
.slider--index .slider-image img {
  display: inline-block !important;
  width: auto !important;
  width: initial !important;
}
.slider--index .slider-image + .slider-image {
  display: none;
}
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls--horizontal > .tubs-node {
  float: left;
}
.tubs-node {
  display: block;
  cursor: pointer;
}
.tubs-content {
  display: none;
}
.tubs-content--active {
  display: block;
}
script[type="text/template"] {
  display: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
body {
  min-width: 320px;
}
#own_preloader {
  position: fixed;
  z-index: 1070;
}
.image-wrapper {
  position: relative;
}
.image-wrapper:before {
  /*
  NO NEED!!!!
  */
}
.cart_item .image-wrapper,
.article_preview-preview .image-wrapper,
.product_preview-preview .image-wrapper {
  overflow: hidden;
  max-height: 240px;
}
.image-square,
.image-circle {
  /*
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  */
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.image-square img,
.image-circle img {
  display: inline-block !important;
  width: auto !important;

  position: absolute;

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

.image-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.languages {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.languages:after {
  clear: both;
  content: "";
  display: block;
}
.languages-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.languages-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.languages-toggler {
  cursor: pointer;
}
.languages--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.languages-node:hover > .languages--dropdown {
  display: block;
}
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.menu:after {
  clear: both;
  content: "";
  display: block;
}
.menu-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.menu-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
/*
.menu-marker {
  position: absolute;
  display: block;
  top: 0;
  box-sizing: border-box;
}
*/
.menu-toggler {
  cursor: pointer;
}
.menu--horizontal > .menu-node {
  float: left;
}
.menu--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--dropdown {
  display: block;
}
.menu--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--side {
  display: block;
}
.menu--fixed {
  position: fixed;
  z-index: 1030;
}
.menu--collapse {
  display: none;
}
.js-menu-toggler {
  cursor: pointer;
}
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pagination:after {
  clear: both;
  content: "";
  display: block;
}
.pagination-page {
  display: block;
}
.pagination-node {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.pagination-node--link:hover {
  cursor: pointer;
}
.pagination--horizontal > .pagination-page {
  float: left;
}
.collection-description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-seo_description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.collection-subcollection_list:after {
  clear: both;
  content: "";
  display: block;
}
.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter--vertical .filter-section {
  display: block;
}
.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;
  border-radius: 5px !important;
}
.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: yes;
}
.filter_section-value {
  display: block;
}
.filter_section-value--range {
  margin: 1em 0.5em;
}
.filter_section-clear {
  cursor: pointer;
}
.filter_section-range_input {
  width: 100%;
  text-align: center;
  line-height: inherit;
  border-radius: 5px;
}
.relative {
  position: relative;
}
.filter-price-text {
  display: inline-block; 
  position: absolute; top: 11px; left: 13px;
  font-size: 16px;
}
.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: 5px;
}
.product-quantity {
  margin-bottom: 1em;
}
.gallery-large_image {
  text-align: center;
}
.product_preview {
  position: relative;
}
.product_preview:after {
  clear: both;
  content: "";
  display: block;
}
.product_preview-preview {
  position: relative;
}
.product_preview-tip {
  position: absolute;
}
.product_preview-link {
  display: block;
}
.product_preview-title {
  display: block;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gallery-preview_list:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list--horizontal > .gallery-preview {
  /*display: inline-block;*/
}
.gallery-preview {
  display: block;
}
.gallery-image {
  display: block;
}
.quantity {
  position: relative;
  display: inline-block;
}
.quantity:after {
  clear: both;
  content: "";
  display: block;
}
.quantity-button {
  text-align: center;
  cursor: pointer;
}
.quantity-input {
  padding-top: 0;
  padding-bottom: 0;
  width: 50px;
  border: 1px solid;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--inline .quantity-button {
  display: inline-block;
  border: 1px solid transparent;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--side .quantity-button {
  position: absolute;
}
.quantity--side .quantity-input {
  display: block;
}
.prices:after {
  clear: both;
  content: "";
  display: block;
}
.prices--inline > .prices-current,
.prices--inline > .prices-old {
  display: inline-block;
}
.option_selector {
  margin-bottom: 1em;
}
.option_selector-label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.variant-span {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.variant-radio {
  margin-bottom: 5px;
}
.variant-radio_switch {
  cursor: pointer;
}
.variant-radio_label {
  cursor: pointer;
}
.variant-select {
  cursor: pointer;
}
.variant-color {
  display: inline-block;
  cursor: pointer;
}
.variant-image {
  display: inline-block;
  cursor: pointer;
}
.blog-article_list:after {
  clear: both;
  content: "";
  display: block;
}
.article:after {
  clear: both;
  content: "";
  display: block;
}
.article-note {
  margin-bottom: 1em;
}
.article-content {
  margin-bottom: 1em;
}
.article_preview {
  margin-bottom: 1em;
}
.article_preview:after {
  clear: both;
  content: "";
  display: block;
}
.cart-table_container:after {
  clear: both;
  content: "";
  display: block;
}
.cart-items_list:after {
  clear: both;
  content: "";
  display: block;
}
.cart_item:after {
  clear: both;
  content: "";
  display: block;
}
.cart_item-delete {
  cursor: pointer;
}
.cart_total:after {
  clear: both;
  content: "";
  display: block;
}
.basket {
  position: relative;
}
.basket:after {
  clear: both;
  content: "";
  display: block;
}
.basket-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  text-align: left;
}
.basket:hover .basket-dropdown {
  display: block;
}
.basket_list-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.basket_list-submit {
  cursor: pointer;
}
.basket_item {
  position: relative;
  margin-bottom: 1em;
}
.basket_item:after {
  clear: both;
  content: "";
  display: block;
}
.basket_item:last-child {
  margin-bottom: 0;
}
.basket_item-image {
  margin: 0 1em 1em 0;
  float: left;
}
.basket_item-delete {
  cursor: pointer;
  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;
}
.button--custom {
  position: relative;
}
.button--custom::before {
	position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    width: 214px;
    height: 35px;
    line-height: 18px;
    font-size: 0.8em;
    display: inline-block;
    text-align: center;
    content: 'Срок производства от 2 до 5 недель, после согласования заказа с клиентом.';
    color: #fff;
    background: #ff9047;
  	opacity: 0;
  	-webkit-transition: 0.2s ease-out;
  	-o-transition: 0.2s ease-out;
  	transition: 0.2s ease-out;
  	display: none;
}
.button--custom:hover::before {
  opacity: 1;
  display: block;
}

.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-left-02{
  padding-left: .2em;
}
.padded-right-02{
  padding-right: .2em;
}
.padded-top{
  padding-top: .5em;
}
.padded-bottom{
  padding-bottom: .5em;
}
.padded-bottom-1{
  padding-bottom: 1em;
}
.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:5em;
}
.padded-inner-bottom{
  padding-bottom: 1em;
}
.padded-inner-top-05{
  padding-top: 0.5em;
}
.padded-inner-bottom-05{
  padding-bottom: 0.5em;
}
.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: 840px) and (max-width: 1100px){
  .mm-grid-1,
  .mm-grid-2,
  .mm-grid-3,
  .mm-grid-4,
  .mm-grid-5,
  .mm-grid-6,
  .mm-grid-7,
  .mm-grid-8,
  .mm-grid-9,
  .mm-grid-10,
  .mm-grid-11,
  .mm-grid-12{
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

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

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

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

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

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

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


@media (min-width: 100px) and (max-width: 1100px){
  .mh1-hidden{
    display: none !important;
  }
}
@media (min-width: 100px) and (max-width: 840px){
  .mh2-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 {
  
  display: none !important;  
  
    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;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme2 .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme2 .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme2 .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme2 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme2 .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme2 .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme2 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme2 .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme2 .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }



@font-face {
  font-family: 'Proxima Nova';
  src: local("ProximaNova-Regular"), url("ProximaNova-Regular.woff") format("woff"), url("ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* open-sans-regular - cyrillic_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: url("open-sans-v16-cyrillic_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("open-sans-v16-cyrillic_latin-regular.eot?#iefix") format("embedded-opentype"), url("open-sans-v16-cyrillic_latin-regular.woff2") format("woff2"), url("open-sans-v16-cyrillic_latin-regular.woff") format("woff"), url("open-sans-v16-cyrillic_latin-regular.ttf") format("truetype"); }
/* новые настройки согласно требованиям */
/* line 6, _type.scss */
.editor {
  text-align: justify;
  overflow-x: auto; }
  /* line 10, _type.scss */
  .editor a {
    color: #ff7102; }
  /* line 17, _type.scss */
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6,
  .editor .h1, .editor .h2, .editor .h3, .editor .h4, .editor .h5, .editor .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit; }
    /* line 24, _type.scss */
    .editor h1 small,
    .editor h1 .small, .editor h2 small,
    .editor h2 .small, .editor h3 small,
    .editor h3 .small, .editor h4 small,
    .editor h4 .small, .editor h5 small,
    .editor h5 .small, .editor h6 small,
    .editor h6 .small,
    .editor .h1 small,
    .editor .h1 .small, .editor .h2 small,
    .editor .h2 .small, .editor .h3 small,
    .editor .h3 .small, .editor .h4 small,
    .editor .h4 .small, .editor .h5 small,
    .editor .h5 .small, .editor .h6 small,
    .editor .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #cccccc; }
  /* line 32, _type.scss */
  .editor h1, .editor .h1,
  .editor h2, .editor .h2,
  .editor h3, .editor .h3 {
    margin-top: 25x;
    margin-bottom: 12.5x; }
    /* 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: 12.5x;
    margin-bottom: 12.5x; }
    /* 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: 38x; }
  /* line 56, _type.scss */
  .editor h2, .editor .h2 {
    font-size: 31x; }
  /* line 57, _type.scss */
  .editor h3, .editor .h3 {
    font-size: 26x; }
  /* line 58, _type.scss */
  .editor h4, .editor .h4 {
    font-size: 23x; }
  /* line 59, _type.scss */
  .editor h5, .editor .h5 {
    font-size: 18x; }
  /* line 60, _type.scss */
  .editor h6, .editor .h6 {
    font-size: 16x; }
  /* line 66, _type.scss */
  .editor p {
    margin: 0 0 12.5x; }
  /* line 74, _type.scss */
  .editor ul,
  .editor ol {
    margin-top: 0;
    margin-bottom: 12.5x; }
    /* 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: 25x;
    font-style: normal;
    line-height: 1.42857; }
  /* line 91, _type.scss */
  .editor img {
    width: auto !important;
    height: auto !important; }
  /* line 96, _type.scss */
  .editor #feedback_form {
    text-align: left !important; }
    /* line 99, _type.scss */
    .editor #feedback_form td {
      text-align: left !important; }
    /* line 108, _type.scss */
    .editor #feedback_form #feedback_commit {
      border: none; }
  /* line 114, _type.scss */
  .editor table {
    width: 100% !important;
    padding: 0 !important; }

/* buttons */
/* line 3, _buttons.scss */
.button, .editor #feedback_form #feedback_commit, .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  line-height: 30px;
  background-color: #ff7102;
  color: #ffffff; }
  /* line 13, _buttons.scss */
  .button--collection {
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    letter-spacing: 1px;
    font-weight: bold; }
  /* line 21, _buttons.scss */
  .button:hover, .editor #feedback_form #feedback_commit:hover, .menu-node--collection_lvl_1 .menu-marker--parent:hover, .menu-node--collection_lvl_2 .menu-marker--parent:hover, .menu-node--collection_lvl_3 .menu-marker--parent:hover {
    background-color: #ff5a00;
    color: #ffffff; }
  /* line 26, _buttons.scss */
  .button--action, .button--buy {
    background-color: #ff7102;
    color: #ffffff; }
  /* line 32, _buttons.scss */
  .button--checkout {
    background-color: #ff7102;
    color: #ffffff; }
  /* line 37, _buttons.scss */
  .button--marker {
    float: right;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    background-color: #ffffff;
    color: #000000; }
    /* line 50, _buttons.scss */
    .touch .button--marker {
      width: 35px;
      height: 35px;
      line-height: 35px; }
  /* line 58, _buttons.scss */
  .button--main_menu {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    color: #ff7102;
    line-height: 40px;
    min-width: 42px;
    margin: 0 0.5em; }
    /* line 66, _buttons.scss */
    .button--main_menu:hover {
      color: #ff5a00;
      background: #ebebeb; }

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

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

/* line 68, _input.scss */
.styled_select-wrapper {
  line-height: 28px;
  border: 1px solid #cccccc; }
  /* 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; }

/* line 89, _input.scss */
.rating .styled_select-wrapper {
  border: none; }

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

/* modal */
/* line 3, _modals.scss */
.modal {
  background-color: #fff;
  border: 1px solid #cccccc; }
  /* line 7, _modals.scss */
  .modal-wrapper {
    padding: 1em; }
  /* line 11, _modals.scss */
  .modal-header {
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em; }
  /* line 25, _modals.scss */
  .modal .button, .modal .editor #feedback_form #feedback_commit, .editor #feedback_form .modal #feedback_commit, .modal .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .modal .menu-marker--parent, .modal .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .modal .menu-marker--parent, .modal .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .modal .menu-marker--parent {
    margin-bottom: 0.5em; }
  /* line 29, _modals.scss */
  .modal--product_added {
    max-width: 340px;
    min-width: 300px; }

/* line 35, _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;
  color: #000000; }
  /* line 11, _menu.scss */
  .menu-node--top {
    background-color: transparent;
    color: #ffffff; }
    /* line 20, _menu.scss */
    .menu-node--top.menu-node--current, .menu-node--top:hover {
      background-color: #ebebeb; }
      /* line 24, _menu.scss */
      .menu-node--top.menu-node--current > .menu-link, .menu-node--top:hover > .menu-link {
        color: #ff5a00; }
    /* line 30, _menu.scss */
    .menu-node--top .menu-link {
      cursor: pointer; }
  /* line 37, _menu.scss */
  .menu-node--top_dropdown {
    background: #ffffff; }
    /* line 40, _menu.scss */
    .menu-node--top_dropdown .menu-link {
      color: #000000; }
    /* line 45, _menu.scss */
    .menu-node--top_dropdown.menu-node--current, .menu-node--top_dropdown:hover {
      background-color: #ebebeb; }
      /* line 51, _menu.scss */
      .menu-node--top_dropdown.menu-node--current .menu-link, .menu-node--top_dropdown:hover .menu-link {
        color: #ff5a00 !important; }
  /* line 61, _menu.scss */
  .menu-node--main_lvl_1 > .menu-link {
    padding: 0 14px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #000000;
    min-width: 60px; }
    /* line 71, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link.menu-link--current {
      color: #ff5a00; }
      /* line 74, _menu.scss */
      .menu-node--main_lvl_1 > .menu-link.menu-link--current .menu-marker--parent {
        color: #ff5a00; }
  /* line 80, _menu.scss */
  .menu-node--main_lvl_1 .menu-marker--parent {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #000000;
    text-align: center; }
    /* line 86, _menu.scss */
    .touch .menu-node--main_lvl_1 .menu-marker--parent {
      display: none; }
  /* line 93, _menu.scss */
  .menu-node--main_lvl_2 {
    font-size: 18px; }
    /* line 96, _menu.scss */
    .menu-node--main_lvl_2:last-child {
      border-bottom: 1px solid #cccccc; }
    /* line 100, _menu.scss */
    .menu-node--main_lvl_2 > .menu-link {
      background: #fff;
      padding: 10px 12px;
      border: solid #cccccc;
      border-width: 1px 1px 0 1px;
      min-width: 250px; }
      /* line 107, _menu.scss */
      .menu-node--main_lvl_2 > .menu-link.menu-link--current {
        color: #ff5a00; }
    /* line 113, _menu.scss */
    .menu-node--main_lvl_2 .menu-marker--parent {
      float: right; }
    /* line 117, _menu.scss */
    .touch .menu-node--main_lvl_2 {
      display: none !important; }
  /* line 124, _menu.scss */
  .menu-node--main_lvl_3:last-child {
    border-bottom: 1px solid #cccccc; }
  /* line 128, _menu.scss */
  .menu-node--main_lvl_3 > .menu-link {
    background: #fff;
    padding: 10px 12px;
    border: solid #cccccc;
    border-width: 1px 1px 0 1px;
    min-width: 250px; }
    /* line 135, _menu.scss */
    .menu-node--main_lvl_3 > .menu-link.menu-link--current {
      color: #ff5a00; }
  /* line 140, _menu.scss */
  .touch .menu-node--main_lvl_3 {
    display: none !important; }
  /* line 146, _menu.scss */
  .menu-node--collection_lvl_1, .menu-node--collection_lvl_2, .menu-node--collection_lvl_3 {
    border-bottom: 1px solid #E1E1E1;
    padding: 2px 0;
    position: relative; }
    /* line 153, _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 157, _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 164, _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 168, _menu.scss */
      .menu-node--collection_lvl_1 > .menu-link:hover, .menu-node--collection_lvl_2 > .menu-link:hover, .menu-node--collection_lvl_3 > .menu-link:hover {
        color: #ff5a00; }
    /* line 173, _menu.scss */
    .menu-node--collection_lvl_1 > .menu, .menu-node--collection_lvl_2 > .menu, .menu-node--collection_lvl_3 > .menu {
      margin-left: 10px; }
    /* line 177, _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 196, _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 202, _menu.scss */
  .menu-node--mobile {
    border-bottom: 1px solid #cccccc;
    background-color: transparent; }
    /* line 206, _menu.scss */
    .menu-node--mobile:last-child {
      border-bottom: none; }
    /* line 210, _menu.scss */
    .menu-node--mobile > .menu-link {
      border-width: 0;
      background-color: transparent;
      line-height: 40px;
      padding: 0;
      color: #000000;
      font-weight: bold;
      font-size: 16px; }
    /* line 221, _menu.scss */
    .menu-node--mobile > .menu {
      margin-left: 10px; }
    /* line 225, _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 241, _menu.scss */
  .menu-node--footer {
    color: #000000;
    padding: 3px 0; }
    /* line 245, _menu.scss */
    .menu-node--footer > .menu-link {
      display: inline; }
      /* line 248, _menu.scss */
      .js-menu-wrapper .menu-node--footer > .menu-link {
        padding: 0.5em;
        display: block; }
  /* line 256, _menu.scss */
  .menu-node--current {
    color: #ff5a00; }
  /* line 260, _menu.scss */
  .menu-node--current_top {
    background-color: #ebebeb;
    color: #ff5a00; }
  /* line 265, _menu.scss */
  .menu-node--current_top_dropdown {
    background-color: #ebebeb; }
    /* line 268, _menu.scss */
    .menu-node--current_top_dropdown .menu-link {
      color: #ff5a00 !important; }
  /* line 274, _menu.scss */
  .menu-node--personal_cabinet .menu-link {
    font-size: 16px;
    padding: 0 1em;
    font-weight: bold;
    font-family: "Open Sans", sans-serif; }
  /* line 281, _menu.scss */
  .js-menu-wrapper .menu-node--personal_cabinet {
    width: 100%;
    float: none; }
    /* line 285, _menu.scss */
    .js-menu-wrapper .menu-node--personal_cabinet .menu-link {
      padding: 0.5em;
      border-bottom: 1px solid #cccccc; }
/* line 294, _menu.scss */
.menu-link {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 296, _menu.scss */
  .menu-link:hover {
    color: #ff5a00; }
/* line 303, _menu.scss */
.menu-marker {
  color: inherit; }
  /* line 308, _menu.scss */
  .menu-node:hover .menu-marker {
    color: inherit; }
  /* line 312, _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 314, _menu.scss */
    .menu-node:hover .menu-marker--rotate {
      color: inherit; }
/* line 321, _menu.scss */
.menu-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 327, _menu.scss */
  .menu-toggler--main {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
  /* line 340, _menu.scss */
  .menu-toggler--collection {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px; }
  /* line 350, _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 366, _menu.scss */
  .menu-toggler--personal_cabinet {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
/* line 373, _menu.scss */
.menu--main {
  font-family: "Open Sans", sans-serif; }
  /* line 376, _menu.scss */
  .menu--main .menu-marker {
    position: initial;
    display: inline-block; }
/* line 382, _menu.scss */
.menu--mobile {
  border-bottom: 1px solid #cccccc;
  font-family: "Open Sans", sans-serif; }
/* line 390, _menu.scss */
.menu--top {
  line-height: 30px; }
/* line 395, _menu.scss */
.menu--top_dropdown {
  border: 1px solid #ff5a00;
  width: 150px;
  line-height: 30px; }
  /* line 402, _menu.scss */
  .menu--top_dropdown-right {
    right: 0; }
/* line 409, _menu.scss */
.menu--collection .menu-link--current {
  color: #ff5a00; }
/* line 414, _menu.scss */
.menu--collection .menu-toggler {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px; }
/* line 422, _menu.scss */
.menu--dropdown, .menu--side {
  box-shadow: 0px 2px 6px -2px #000; }

/* prices */
/* line 3, _prices.scss */
.prices {
  line-height: 18px; }
  /* line 10, _prices.scss */
  .prices-current {
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle; }
  /* line 17, _prices.scss */
  .prices-old {
    color: #d4783b;
    text-decoration: line-through;
    vertical-align: middle; }
  /* line 29, _prices.scss */
  .prices--discount {
    font-size: 18px;
    color: #000000;
    font-weight: bold; }

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

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

/* line 37, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 43, _reviews.scss */
.br-widget a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 2px; }
  /* line 54, _reviews.scss */
  .br-widget a:before {
    content: "\f006"; }
  /* line 61, _reviews.scss */
  .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
    content: "\f005"; }
/* line 68, _reviews.scss */
.br-current-rating {
  display: none; }

/* sliader module */
/* line 4, _slider.scss */
.slider + .slider {
  margin-bottom: 2em; }
/* line 10, _slider.scss */
.slider-title {
  position: relative;
  display: block;
  padding: 20px 0 0 0;
  margin-bottom: 16px;
  border-top: 1px solid #d8d8d8;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 24px; }
  /* line 24, _slider.scss */
  .slider-title a,
  .slider-title span {
    background: #fff;
    padding-right: 8px; }
/* line 43, _slider.scss */
.slider-control--index, .slider-control--gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 53, _slider.scss */
.slider-control--product {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 0 3px 8px;
  background-color: #fff; }
/* line 62, _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 67, _slider.scss */
  .slider-left--gallery, .slider-right--gallery {
    position: absolute;
    top: 45%;
    bottom: 45%;
    font-size: 20px; }
    /* line 73, _slider.scss */
    .slider-left--gallery:hover, .slider-right--gallery:hover {
      color: #ff5a00; }
  /* line 78, _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 96, _slider.scss */
    .slider-left--index:hover, .slider-right--index:hover {
      background-color: rgba(0, 0, 0, 0.9); }
  /* line 101, _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 119, _slider.scss */
.slider-left--gallery {
  left: 0; }
/* line 123, _slider.scss */
.slider-left--index {
  left: 1em; }
/* line 129, _slider.scss */
.slider-right--gallery {
  right: 0; }
/* line 133, _slider.scss */
.slider-right--index {
  right: 1em; }
/* line 142, _slider.scss */
.slider--gallery {
  padding: 0 20px; }
/* line 146, _slider.scss */
.slider--index {
  background-color: #ffffff; }
  /* line 148, _slider.scss */
  .slider--index .slider-image {
    max-height: 400px; }
/* line 153, _slider.scss */
.slider--product {
  overflow: hidden; }
/* line 158, _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: #cccccc;
  /*box-shadow: inset 0 0 3px rgba(51,51,51,0.45);*/
  -webkit-transition: background 450ms;
  transition: background 450ms; }

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

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

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

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

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

/* line 117, _slider_noui.scss */
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #000000;
  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_head {
  line-height: 30px;
  vertical-align: top; }
  /* line 7, _search_widget.scss */
  .search_widget_head-field {
    padding: 6px;
    width: 100%;
    max-width: 140px;
    display: inline-block;
    background: #fbfbfb;
    border: 1px solid #cccccc;
    font-size: 13px; }
  /* line 21, _search_widget.scss */
  .search_widget_head-submit {
    font-size: 20px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #fcfcfc;
    border: none;
    display: inline-block;
    float: right; }

/* line 48, _search_widget.scss */
.search_widget {
  line-height: 30px;
  vertical-align: top; }
  /* line 54, _search_widget.scss */
  .search_widget-field {
    padding: 6px;
    width: 240px;
    height: 42px;
    display: inline-block;
    float: left;
    line-height: normal;
    background: #fbfbfb;
    border: 1px solid #cccccc;
    border-right-width: 0;
    font-size: 13px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none; }
  /* line 71, _search_widget.scss */
  .search_widget-submit {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ff7102;
    background: #fcfcfc;
    border: none;
    border: 1px solid #cccccc;
    height: 42px;
    width: 42px;
    display: inline-block;
    float: right; }
    /* line 85, _search_widget.scss */
    .search--active .search_widget-submit, .search_widget-submit:hover {
      color: #ff5a00;
      background: #ebebeb; }
  /* line 92, _search_widget.scss */
  .search_widget--header {
    width: 100%; }
    /* line 95, _search_widget.scss */
    .search_widget--header .search_widget-field {
      width: calc( 100% - 42px ); }

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

/* accordion block */
/* line 3, _accordion.scss */
.accordion {
  margin-bottom: 0.5em; }
  /* line 7, _accordion.scss */
  .accordion-title {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 5px;
    line-height: 30px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 26x;
    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: 38x;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #000000; }

/* line 11, _header.scss */
img.head-logo {
  max-width: 100px; }

/* line 16, _header.scss */
.header {
  background-color: #ffffff;
  background-image: url();
  background-position: top center;
  background-repeat: repeat; }
  /* line 22, _header.scss */
  .header-top {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 64px;
    padding-top: 12px;
    background: #FCFCFC;
    border-bottom: 1px solid #c7c7c7; }
  /* line 32, _header.scss */
  .header-phone {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: black; }
  /* line 46, _header.scss */
  .header-zvonok {
    display: inline-block;
    background-color: #FF7102;
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    width: 130px;
    padding: 5px 0;
    margin: 0 10px;
    letter-spacing: 1px;
    position: relative;
    top: -1px; }
    /* line 68, _header.scss */
    .header-zvonok:hover {
      background-color: #FF5A00; }
  /* line 73, _header.scss */
  .header-left {
    margin-right: 0;
    padding-right: 0;
    min-height: 39px; }
  /* line 79, _header.scss */
  .header-right {
    min-height: 39px;
    padding-top: 3px; }

/* line 85, _header.scss */
.header-top2 {
  max-width: 1600px;
  padding: 0 13px 0 13px;
  margin: auto; }

/* line 91, _header.scss */
.w100 {
  width: 100%; }

/* line 95, _header.scss */
.menu-right {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 35px;
  font-weight: bold;
  color: #6d6d6d; }

/* line 103, _header.scss */
.ico-search {
  margin: 0 10px; }

/* line 106, _header.scss */
.ico-search a {
  font-size: 21px; }

/* line 109, _header.scss */
.ico-shopping {
  position: absolute;
  top: -5px;
  left: 9px;
  display: inline-block;
  background-color: #FF7103;
  color: #fff;
  text-align: center;
  width: 18px;
  height: 17px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px; }

/* line 122, _header.scss */
.ico-cart {
  padding: 0 10px; }

/* line 125, _header.scss */
.ico-cart a {
  position: relative;
  top: 1px;
  font-size: 22px; }

/* line 130, _header.scss */
.gambur {
  padding: 0 10px 5px 10px;
  font-size: 22px;
  position: relative;
  top: 2px; }

/* line 135, _header.scss */
.gambur-ul {
  display: inline-block; }

/* line 138, _header.scss */
.gambur-a {
  position: relative;
  top: 3px;
  line-height: 1px; }

/* line 142, _header.scss */
.gambur-ul2 {
  padding-top: 12px;
  border: none;
  box-shadow: none; }

/* line 151, _header.scss */
.treugolnik {
  position: relative;
  top: 3px;
  left: 22px;
  border: none;
  box-shadow: none;
  padding-top: 10px;
  background: #fff url(treugmenu.png) no-repeat -37px 0; }

/* line 158, _header.scss */
.treugolnik2 {
  padding: 20px 20px 20px 20px;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  box-shadow: 0px 2px 6px -2px #000; }

/* line 166, _header.scss */
.menu-right {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1px;
  line-height: 35px;
  font-weight: bold;
  color: #6d6d6d; }

/* line 175, _header.scss */
.treugolnik3 {
  position: relative;
  top: -2px;
  left: 40px;
  border: none;
  box-shadow: none;
  padding-top: 10px;
  background: #fff url(treugmenu2.png) no-repeat -37px 0;
  width: 100%;
  min-width: 240px; }

/* line 185, _header.scss */
.treugolnik4 {
  padding: 20px 20px 20px 20px;
  border-left: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  box-shadow: 0px 2px 6px -2px #000; }

/* line 192, _header.scss */
.treugmenu {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 35px;
  font-weight: bold;
  color: #6d6d6d; }
  /* line 199, _header.scss */
  .treugmenu-active {
    color: #FF5A00 !important; }

/* line 205, _header.scss */
.chevron-size-top {
  position: relative;
  top: -1px;
  left: -2px;
  font-size: 10px; }

/* line 210, _header.scss */
.contacts {
  font-size: 26px;
  font-weight: bold;
  color: #000000; }

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

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

/* line 227, _header.scss */
.button_collection_mobile {
  cursor: pointer; }

/* line 230, _header.scss */
.menu_collection_mobile {
  margin: auto;
  max-width: 320px;
  padding: 0 10px 20px 10px;
  display: none; }

/* line 236, _header.scss */
.si {
  display: block; }

/* line 239, _header.scss */
.no {
  display: none; }

/* layouts */
/* line 3, _layout.scss */
html {
  height: 100%; }

/* line 7, _layout.scss */
body {
  color: #000000;
  font-family: "Open Sans",sans-serif,Arial;
  min-width: 320px;
  font-size: 18x;
  min-height: 100%;
  height: auto;
  position: relative;
  background-color: #f4f4f4; }

/* line 20, _layout.scss */
.padbot10 {
  padding-bottom: 10px !important; }

/* line 23, _layout.scss */
img.ico-filter {
  position: relative;
  top: -4px; }

/* line 27, _layout.scss */
.munu-active {
  color: #FF5A00 !important; }

/* line 32, _layout.scss */
.panelm-menu {
  padding: 20px 0;
  border-top: 1px solid #c7c7c7; }
/* line 36, _layout.scss */
.panelm-menu2 {
  max-width: 300px;
  margin: auto; }
/* line 40, _layout.scss */
.panelm-menu3 {
  width: 300px;
  margin: auto; }
/* line 44, _layout.scss */
.panelm-menu4 {
  padding: 7px;
  font-weight: bold; }
/* line 48, _layout.scss */
.panelm-menu5 {
  margin-top: 5px; }

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

/* line 61, _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 65, _layout.scss */
  a:hover {
    color: #ff5a00; }

/* line 70, _layout.scss */
h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px; }

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

/* line 86, _layout.scss */
.content-title {
  margin-bottom: 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: bold; }

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

/* line 102, _layout.scss */
.padding-top-60 {
  padding-top: 60px; }

/* line 105, _layout.scss */
.padding-top-50 {
  padding-top: 50px; }

/* line 109, _layout.scss */
.panel-collection-menu-lvl-1 {
  font-size: 22px;
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 50px;
  font-weight: bold; }

/* line 118, _layout.scss */
.panel-collection-menu-chevron-2, .panel-collection-menu-chevron-3 {
  margin: 10px 0; }

/* line 121, _layout.scss */
.panel-collection-menu-lvl-2, .panel-collection-menu-lvl-3 {
  font-size: 18px;
  margin: 10px 0; }

/* данные классы используются для стилизации крупных блоков. */
/* line 3, _section.scss */
.section--top_line {
  background: #ff7102;
  box-shadow: 0px 2px 8px -4px #000; }
/* line 10, _section.scss */
.section--breadcrumbs {
  background-color: #FCFCFC;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
/* line 16, _section.scss */
.section--content {
  background-color: #ffffff;
  background-image: url();
  background-position: top center;
  background-repeat: repeat; }
  /* line 22, _section.scss */
  .section--content > .wrap {
    background-color: #fff;
    padding-bottom: 110px; }
/* line 28, _section.scss */
.section--footer_menus {
  background-color: #ffffff;
  background-image: url();
  background-position: top center;
  background-repeat: repeat; }
  /* line 35, _section.scss */
  .section--footer_menus > .wrap {
    background-color: #fff; }
/* line 40, _section.scss */
.section--footer_copyright {
  background-color: #f4f4f4; }

/* footer */
/* line 2, _footer.scss */
.border-f {
  border-top: 1px solid #d8d8d8; }

/* line 6, _footer.scss */
img.grey-logo {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* msie */
  width: 100px;
  height: 25px; }

/* Footer desktop */
/* line 24, _footer.scss */
.footer-desktop {
  padding: 20px 20px 40px 20px;
  margin: auto;
  font-weight: bold;
  max-width: 1700px; }

/* line 30, _footer.scss */
.marg-bot-30 {
  margin-bottom: 30px; }

/* line 33, _footer.scss */
li.footer-href a {
  margin-right: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #6d6d6d;
  font-weight: bold;
  padding-bottom: 20px; }
  /* line 41, _footer.scss */
  li.footer-href a:hover {
    color: #FF5A00; }

/* line 45, _footer.scss */
li.footer-href-mobile a {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  color: #6d6d6d;
  line-height: 45px; }
  /* line 53, _footer.scss */
  li.footer-href-mobile a:hover {
    color: #FF5A00; }

/* line 57, _footer.scss */
div.footer-href a {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  color: #6d6d6d;
  line-height: 45px; }
  /* line 65, _footer.scss */
  div.footer-href a:hover {
    color: #FF5A00; }

/* line 69, _footer.scss */
.account-phone {
  margin-bottom: 30px;
  font-size: 18px; }

/* line 73, _footer.scss */
.account-email {
  font-size: 18px;
  letter-spacing: 1px; }

/* line 77, _footer.scss */
.footer-fon {
  color: #6d6d6d; }

/* line 80, _footer.scss */
.footer-text {
  margin: 0 10px;
  font-weight: normal; }

/* line 84, _footer.scss */
.footer-lk {
  font-size: 14px;
  font-weight: bold;
  color: #6d6d6d;
  margin: 0 10px; }

/* line 90, _footer.scss */
.blank-20h {
  height: 25px; }

/* Footer mobile */
/* line 95, _footer.scss */
.footer-mobile {
  padding: 0 20px 60px 20px; }

/* line 98, _footer.scss */
.footer-zvonok-mobile {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold; }

/* line 106, _footer.scss */
.but-zvonok {
  display: inline-block;
  width: 135px;
  padding: 7px 0;
  background-color: #FF7102;
  color: #FFF;
  cursor: pointer;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold; }

/* line 116, _footer.scss */
.but-zvonok:hover {
  background-color: #FF5A00; }

/* line 119, _footer.scss */
.zvon-margin {
  margin: 0 10px; }

/* line 122, _footer.scss */
.footer-email-mobile {
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  font-size: 18px;
  letter-spacing: 1px; }

/* line 130, _footer.scss */
.footer-menu-mobile {
  max-width: 1160px;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  margin: auto;
  font-weight: bold;
  color: #6d6d6d;
  line-height: 2; }

/* line 139, _footer.scss */
.footer-logo-mobile {
  padding: 20px 0; }

/* line 143, _footer.scss */
.footer-href-mobile {
  text-align: center; }

/* line 150, _footer.scss */
.footer_block-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-family: "Open Sans", sans-serif;
  color: #000000; }
  @media (max-width: 800px) {
    /* line 150, _footer.scss */
    .footer_block-title {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background-color: #ffffff;
      color: #000000;
      font-weight: normal; }
      /* line 165, _footer.scss */
      .footer_block-title:hover {
        background-color: #ff5a00;
        color: #ffffff; } }
/* line 173, _footer.scss */
.footer_block-content.menu--collapse {
  padding-top: 0.5em;
  color: #000000; }

/* line 181, _footer.scss */
.copyright {
  color: #000000; }

/* line 185, _footer.scss */
.firma {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 300; }

/* line 191, _footer.scss */
.button-filter-panel-bottom {
  background: #FF7102;
  border-radius: 5px;
  padding: 8px 100px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px; }
  /* line 199, _footer.scss */
  .button-filter-panel-bottom:hover {
    background: #FF5A00; }

/* line 206, _footer.scss */
.footer_panel {
  height: 80px;
  line-height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  border-top: 1px solid #c7c7c7; }
  /* line 217, _footer.scss */
  .footer_panel-margin {
    height: 80px; }
  /* line 221, _footer.scss */
  .footer_panel-button {
    line-height: 80px; }

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

/* line 239, _footer.scss */
.w110 {
  width: 110px; }

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

/* line 31, _index.scss */
.marg-16 {
  margin: 16px; }

/* collection */
/* line 6, _collection.scss */
.vars {
  display: none;
  visibility: hidden; }

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

/* line 37, _collection.scss */
.x-close-panel {
  position: absolute;
  top: 80px;
  right: 15px;
  cursor: pointer; }

/* Меню топ сайдбара */
/* line 46, _collection.scss */
.m1.is-current {
  border: 1px solid #ff7101 !important;
  background: #FEF4EB !important;
  color: #000 !important; }

/* line 51, _collection.scss */
.m2.is-current {
  border-top: 1px solid #ff7101 !important;
  border-bottom: 1px solid #ff7101 !important;
  background: #FEF4EB !important;
  color: #000 !important; }

/* line 57, _collection.scss */
.m3.is-current {
  border: 1px solid #ff7101 !important;
  background: #FEF4EB !important;
  color: #000 !important; }

/* line 62, _collection.scss */
.m1 {
  font-size: 14px;
  border: 1px solid #969696;
  text-align: center;
  padding: 6px 0px;
  color: #969696;
  cursor: pointer;
  border-top-left-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px; }

/* line 72, _collection.scss */
.m2 {
  font-size: 14px;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  text-align: center;
  padding: 6px 0px;
  color: #969696;
  cursor: pointer; }

/* line 81, _collection.scss */
.m3 {
  font-size: 14px;
  border: 1px solid #969696;
  text-align: center;
  padding: 6px 0px;
  color: #969696;
  cursor: pointer;
  border-top-right-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px; }

/* Слайдер товаров-модификаций */
/* line 96, _collection.scss */
.marg-auto {
  margin: auto; }

/* line 99, _collection.scss */
.img-max {
  max-width: 60px; }

/* line 102, _collection.scss */
.slider-arr-left {
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 12px;
  z-index: 100;
  cursor: pointer; }

/* line 108, _collection.scss */
.slider-arr-right {
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 12px;
  z-index: 100;
  cursor: pointer; }

/* product */
/* line 3, _product.scss */
.product {
  padding-top: 20px; }
  /* line 10, _product.scss */
  .touch .product-gallery--no_touch {
    display: none; }
  /* line 16, _product.scss */
  .touch .product-gallery--touch {
    display: block !important; }
  /* line 30, _product.scss */
  .product-presence_field {
    color: #07a358;
    font-weight: 600; }
    /* line 35, _product.scss */
    .product-presence_field--sell_off {
      color: #a94442; }
  /* line 44, _product.scss */
  .product-properties {
    margin-bottom: 10px; }
    /* line 48, _product.scss */
    .product-properties tr:last-child td {
      border-bottom: none; }
      @media (max-width: 800px) {
        /* line 48, _product.scss */
        .product-properties tr:last-child td {
          padding-bottom: 14px;
          border-bottom: 1px solid #d8d8d8; } }
  /* line 65, _product.scss */
  .product-prices .prices-current {
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px;
    vertical-align: middle; }
  /* line 78, _product.scss */
  .product-buy {
    line-height: 40px;
    vertical-align: top;
    border-radius: 5px;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    width: 100%;
    max-width: 300px;
    padding-top: 6px;
    padding-bottom: 6px; }
    @media (max-width: 800px) {
      /* line 78, _product.scss */
      .product-buy {
        max-width: 100%; } }
  /* line 97, _product.scss */
  .product-compare {
    line-height: 40px;
    vertical-align: top;
    margin-bottom: 1em; }

/* line 105, _product.scss */
.property-xar {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 0.5em; }
/* line 110, _product.scss */
.property-title {
  font-weight: bold;
  ont-size: 16px; }
/* line 117, _product.scss */
.property-values {
  font-weight: 300;
  font-size: 16px;
  padding: 0.5em; }

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

/* productnew */
/* line 148, _product.scss */
.display-none {
  display: none; }

/* line 152, _product.scss */
.prod-title {
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans"; }

/* line 162, _product.scss */
.prod-sku {
  font-size: 16px;
  letter-spacing: 1px; }

/* line 167, _product.scss */
.prod-tengo {
  color: #07a358;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0 5px 0; }

/* line 173, _product.scss */
.prod-no-tengo {
  color: #ff7102;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0 5px 0; }

/* line 180, _product.scss */
.description {
  border-bottom: 1px solid #d8d8d8; }

/* line 183, _product.scss */
.description-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

/* line 189, _product.scss */
.show_review {
  margin-top: 1em;
  margin-bottom: 1em; }

/* line 193, _product.scss */
.but_show_review {
  border-radius: 5px;
  font-size: 20px; }

/* ВЫБОР ВАРИАНТА */
/* line 206, _product.scss */
.fon-active {
  background: #FEF4EB; }

/* line 211, _product.scss */
.variant-title {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px; }
/* line 216, _product.scss */
.variant-div {
  border: 1px solid #c7c7c7;
  font-size: 18px; }
  /* line 220, _product.scss */
  .variant-div:hover {
    color: black;
    border: 1px solid #ff7102; }
  /* line 224, _product.scss */
  .variant-div--active {
    border: 1px solid #ff7102;
    font-size: 18px; }
/* line 230, _product.scss */
.variant-img {
  border: 1px solid #FFF;
  display: block; }
  /* line 234, _product.scss */
  .variant-img:hover {
    color: black;
    border: 1px solid #ff7102; }
  /* line 239, _product.scss */
  .variant-img--active {
    display: block;
    border: 1px solid #FFF; }
    /* line 242, _product.scss */
    .variant-img--active:hover {
      color: black;
      border: 1px solid #ff7102; }

/* line 250, _product.scss */
.variants div {
  display: inline-block;
  border: solid 1px #c7c7c7;
  margin: 10px 5px 0 0;
  font-size: 18px; }

/* line 256, _product.scss */
.variants div:hover {
  border: solid 1px #ff7102; }

/* line 259, _product.scss */
.variants a {
  display: block;
  border: solid 1px #FFF; }

/* line 263, _product.scss */
.variants a:hover {
  border: solid 1px #ff7102; }

/* line 266, _product.scss */
.variants div.active {
  border: solid 1px #ff7102; }

/* line 272, _product.scss */
.vars {
  border: solid 1px #c7c7c7;
  margin: 0 5px 0 0; }

/* line 278, _product.scss */
.vars:hover {
  border: solid 1px #ff5a00; }

/* line 281, _product.scss */
.vars a {
  display: block;
  border: solid 1px #FFF; }

/* line 285, _product.scss */
.vars a:hover {
  border: solid 1px #ff5a00;
  display: block; }

/* line 289, _product.scss */
.vars.active {
  border: solid 1px #ff7102; }

/* line 293, _product.scss */
.vars.active:hover {
  border: solid 1px #ff5a00; }

/* line 297, _product.scss */
.varopora img {
  width: 100%;
  height: 150px; }

/* line 302, _product.scss */
.varstol div {
  display: inline-block;
  border: solid 1px #c7c7c7;
  margin: 10px 5px 0 0;
  font-size: 16px;
  letter-spacing: 1px; }

/* line 309, _product.scss */
.varstol div:hover {
  border: solid 1px #ff7102; }

/* line 312, _product.scss */
.varstol a {
  display: block;
  padding: 3px 10px 3px  10px;
  border: solid 1px #FFF;
  color: black; }

/* line 318, _product.scss */
.varstol a:hover {
  border: solid 1px #ff7102; }

/* line 321, _product.scss */
.varstol div.active {
  border: solid 1px #ff7102;
  background: #FEF4EB; }

/* line 327, _product.scss */
.varopora div {
  display: inline-block;
  border: solid 1px #c7c7c7;
  margin: 10px 5px 0 0; }

/* line 332, _product.scss */
.varopora div:hover {
  border: solid 1px #ff7102; }

/* line 335, _product.scss */
.varopora a {
  display: block;
  border: solid 1px #FFF; }

/* line 339, _product.scss */
.varopora a:hover {
  border: solid 1px #ff7102; }

/* line 342, _product.scss */
.varopora div.active {
  border: solid 1px #ff7102;
  background: #FEF4EB; }

/* ---------------- */
/* line 348, _product.scss */
.shema-title {
  font-size: 20px;
  margin-top: 25px;
  padding: 15px 0 5px 0;
  border-top: 1px solid #c7c7c7; }

/* line 355, _product.scss */
.shema img {
  margin: 10px 10px 10px 0; }

/* -------------------
Стрелочки сладера 
псевдо-вариантов 
в каталоге
------------------- */
/* line 364, _product.scss */
.block-flech-variants {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 100;
  padding: 3% 0 3% 0; }

@media (max-width: 481px) {
  /* line 377, _product.scss */
  .block-flech-variants {
    padding: 3% 0 3% 0; }

  /* line 380, _product.scss */
  .left-fl-var {
    margin-top: 3%; }

  /* line 383, _product.scss */
  .right-fl-var {
    margin-top: 3%; } }
/* line 387, _product.scss */
.left-fl-var {
  position: absolute;
  left: -10px;
  background: none !important;
  color: #000 !important; }

/* line 393, _product.scss */
.right-fl-var {
  position: absolute;
  right: -10px;
  background: none !important;
  color: #000 !important; }

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

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

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

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

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

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

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

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

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

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

/* page */
/* 404 */
/* breadcrumbs */
/* line 4, _breadcrumbs.scss */
.breadcrumbs-pipe {
  color: #7B7B7B; }
/* line 8, _breadcrumbs.scss */
.breadcrumbs-page {
  color: #7B7B7B; }

/* basket */
/* line 4, _basket.scss */
.basket {
  display: inline-block; }
  /* line 7, _basket.scss */
  .basket-icon {
    height: 40px;
    display: block;
    float: left;
    padding: 0 5px 0 5px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle; }
  /* line 18, _basket.scss */
  .basket-link {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    *zoom: 1;
    background-color: #fcfcfc;
    display: block;
    border: 1px solid #cccccc;
    color: #ff7102; }
    /* line 38, _clearfix.scss */
    .basket-link:after {
      content: "";
      display: table;
      clear: both; }
    /* line 29, _basket.scss */
    .basket:hover .basket-link {
      color: #ff5a00;
      background: #ebebeb; }
  /* line 35, _basket.scss */
  .basket-title {
    line-height: 40px; }
  /* line 39, _basket.scss */
  .basket-total {
    float: left;
    display: inline-block;
    position: relative;
    height: 40px;
    padding-right: 0.5em; }
  /* line 50, _basket.scss */
  .basket-count_wrapper {
    position: absolute;
    top: -11px;
    right: -9px;
    height: 16px;
    text-align: center; }
  /* line 58, _basket.scss */
  .basket-items_count {
    display: inline-block;
    padding: 0 6px;
    line-height: 16px;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 12px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  /* line 71, _basket.scss */
  .basket-items_price {
    line-height: 40px;
    vertical-align: middle; }
  /* line 76, _basket.scss */
  .basket-dropdown {
    right: -1px;
    background-color: #fff;
    border: 1px solid #cccccc;
    width: 250px;
    box-shadow: 0px 2px 6px -2px #000; }

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

/* line 134, _basket.scss */
.basket_item {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #cccccc; }
  /* line 141, _basket.scss */
  .basket_item-details {
    margin-top: 0.5em;
    line-height: 20px; }
  /* line 146, _basket.scss */
  .basket_item-title {
    font-size: 16px;
    font-family: "Open Sans", sans-serif; }
  /* line 151, _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 162, _basket.scss */
  .basket_item-count {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle; }
  /* line 169, _basket.scss */
  .basket_item-price {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle; }

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

/* line 25, _collection_filter.scss */
.filter_section {
  /* mod */ }
  /* line 27, _collection_filter.scss */
  .filter_section-title {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px; }
    /* line 33, _collection_filter.scss */
    .touch .filter_section-title {
      line-height: 35px; }
  /* line 38, _collection_filter.scss */
  .filter_section-toggler {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    float: right; }
  /* line 49, _collection_filter.scss */
  .filter_section-values {
    /*
    padding: 6px 0;
    max-height: 250px;
    overflow-y: auto;
    */ }
    /* line 57, _collection_filter.scss */
    .filter_section-values--range {
      padding-bottom: 0.5em; }
  /* line 62, _collection_filter.scss */
  .filter_section-value {
    position: relative;
    padding: 0.3em 0;
    line-height: 18px;
    margin-bottom: 5px; }
    /* line 68, _collection_filter.scss */
    .filter_section-value:last-child {
      border-bottom: none; }
    /* line 72, _collection_filter.scss */
    .filter_section-value--range {
      margin: 2em 1em; }
    /* line 78, _collection_filter.scss */
    .filter_section-value--selected {
      border-bottom: 1px solid red;
      padding-bottom: 5px;
      margin: 0.5em;
      display: inline-block;
      position: relative; }
      @media (max-width: 480px) {
        /* line 78, _collection_filter.scss */
        .filter_section-value--selected {
          display: block; } }
  /* line 98, _collection_filter.scss */
  .filter_section-value_link {
    display: block; }
  /* line 109, _collection_filter.scss */
  .filter_section-range_input {
    padding: 0.1em 0 0 0.5em;
    border: 1px solid #969696;
    line-height: 28px;
    font-size: 16px;
    min-height: 40px;
    max-width: 104px;
    background: #f7f7f7;
    padding-right: 10px; }

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

/* line 129, _collection_filter.scss */
input[type=checkbox] {
  display: none; }

/* line 132, _collection_filter.scss */
.checkbox label {
  float: left;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  border: 1px solid #969696; }

/* line 144, _collection_filter.scss */
.checkbox label:before {
  border-radius: 40px; }

/* line 147, _collection_filter.scss */
input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 25px; }

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

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

/* pagination */
/* line 3, _pagination.scss */
.pagination {
  display: inline-block; }
  /* line 5, _pagination.scss */
  .pagination-page {
    font-size: 14px;
    width: 28px;
    line-height: 28px;
    margin: 8px 5px;
    font-weight: bold; }
    /* line 16, _pagination.scss */
    .pagination-page:last-child {
      border-right-width: 1px; }
  /* line 22, _pagination.scss */
  .pagination-node--link {
    color: grey;
    font-weight: bold; }
  /* line 28, _pagination.scss */
  .pagination-node--block {
    cursor: default;
    display: block;
    text-align: center; }
  /* line 34, _pagination.scss */
  .pagination-node:hover {
    color: #000; }
  /* line 38, _pagination.scss */
  .pagination-node--current {
    background: #FEF4EB;
    border: 1px solid #FF7103;
    border-radius: 100%; }
  /* line 46, _pagination.scss */
  .pagination-counter {
    line-height: 30px; }
  /* line 50, _pagination.scss */
  .pagination-arrows-left {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px; }
    /* line 55, _pagination.scss */
    .pagination-arrows-left:hover {
      border: none; }
  /* line 60, _pagination.scss */
  .pagination-arrows-right {
    position: relative;
    top: -1px;
    left: 4px;
    width: 16px;
    height: 16px; }
    /* line 65, _pagination.scss */
    .pagination-arrows-right:hover {
      border: none; }

/* payments */
/* product_preview */
/* line 3, _product_preview.scss */
.product_preview {
  text-align: left; }
  /* 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: 18px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif; }
  /* line 44, _product_preview.scss */
  .product_preview-button {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: absolute;
    bottom: -40px;
    display: block;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    line-height: 36px;
    vertical-align: middle; }
    /* line 58, _product_preview.scss */
    .product_preview:hover .product_preview-button {
      bottom: 0; }
    /* line 62, _product_preview.scss */
    .touch .product_preview-button {
      bottom: 0;
      position: relative; }
  /* line 69, _product_preview.scss */
  .product_preview--compare {
    text-align: left;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 40px;
    border-bottom: 1px solid #cccccc; }
    /* line 77, _product_preview.scss */
    .product_preview--compare .product_preview-title {
      font-size: 14px;
      line-height: 25px; }

/* sidebar */
/* line 7, _sidebar.scss */
.sidebar_block {
  margin-bottom: 20px; }
  /* line 10, _sidebar.scss */
  .sidebar_block:last-child {
    margin-bottom: 0; }
  /* line 14, _sidebar.scss */
  .sidebar_block-title {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    position: relative;
    padding: 6px 0;
    margin-bottom: 6px;
    display: block; }

/* filter */
/* line 31, _sidebar.scss */
div.title-filter-price {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 37, _sidebar.scss */
span.title-filter {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 32px !important; }

/* line 44, _sidebar.scss */
div.price-margin {
  margin-bottom: 10px; }

/* line 47, _sidebar.scss */
.price-slider {
  display: none; }

/* socials groups */
/* line 4, _social_groups.scss */
.social_groups-link {
  color: #000000;
  font-size: 16px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0.25em; }
/* базовые стили*/





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



/* шаблон */


html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-top {
    padding-top: 5px;
}

img.head-logo {
    max-width: 150px;
}

.header-top2 {
    max-width: 1700px;
    padding: 0;
}

.header-top2 .padded {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 9px;
  padding-left: 0;
}

.gambur {
    padding-right: 0;
}

.section--content > .wrap {
    max-width: none;
}

.section--content > .wrap .index {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.section--content > .wrap .product {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.section--content > .wrap .page {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.section--content > .wrap .blog {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.section--content > .wrap .cart {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.section--content > .wrap .search {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.section--content > .wrap .page_404 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

/* Главная */

.wrapnew .page-title {
  display: none;
}

.wrapnew {
  padding-bottom: 120px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

/* Главная слайдер */

.main_page-owl-carousel .owl-item img {
    object-position: center center;
}

.index-slider-title_block {
  position: absolute;
  top: 128px;
  z-index: 100;
  padding-left: 84px;
}

.editor .index-slider-title .index-slider-link {
 color: #1a1a1a; 
 text-transform: uppercase;
  font-size: 43px;
  letter-spacing: -0.2px;
}

.editor .index-slider-description .index-slider-link {
 color: #1a1a1a; 
  font-size: 20px;
}

.index-slider-slide {
    height: 700px;
}

.editor .owl-nav .fa {
  font-size: 40px;
  color: #1a1a1a;
  opacity: 0.7;
}

.editor .owl-nav:hover .fa {
  opacity: 0.9;
}

.owl-prev {
    top: 43%;
    left: 7px;
    position: absolute;
}

.owl-next {
    top: 43%;
    right: 7px;
    position: absolute;
}

.owl-theme2 .owl-nav [class*="owl-"],
.owl-theme2 .owl-nav:hover [class*="owl-"] {
   background: none;
}

.owl-theme2 .owl-dots {
    position: absolute;
    bottom: 75px;
    left: 10%;
    right: 10%;
}

.owl-theme2 .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 8px;
    background: #bfbfbf;
}

.owl-theme2 .owl-dots .owl-dot.active span, .owl-theme2 .owl-dots .owl-dot:hover span  {
    background: #999999;
}


/* Главная плитки с фото */

.editor .index-double_banner-item-image {
  width: 100% !important;
  object-fit: cover;
  object-position: center center;
  margin-top: 25px;
  height: 690px !important;
}

.index-double_banner-item {
  text-align: center;
  padding-top: 40px;
  position: relative;
}

.index-double_banner-item1,
.index-double_banner-item3,
.index-double_banner-item5 {
  padding-right: 40px;
}


.index-double_banner-item1 .index-double_banner-item-txt_wrap {
	right: 40px;
}

.index-double_banner-item3 .index-double_banner-item-txt_wrap {
	right: 40px;
}

.index-double_banner-item5 .index-double_banner-item-txt_wrap {
	right: 40px;
}

.index-double_banner-item-txt_wrap {
  position: absolute;
  background: rgba(255,255,255,0.5);
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  padding: 2% 2% 2.5% 2%;
}

.index-double_banner-item-title {
  text-transform: uppercase;
  font-size: 39px;
  letter-spacing: -0.5px;
}

.index-double_banner-item-decription {
  margin-bottom: 15px;
    font-size: 17px;
}

.editor .index-double_banner-item-link {
  color: white;
  text-transform: uppercase;
  background-color: black;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
}




.search_widget_head-submit {
 display: none;
}

.filter {
    padding-left: 30px;
}

/* Страница продукта, кредитование */
.product-yandex_money-wrapper{
    margin-top: 5px;
}
/* Исправление бага с вылетающим модальным окном поверх на странице оформления заказа */

.co-checkout-order_form .delivery_variants .co-tabs-content .co-modal--outlet,
.co-checkout-order_form .delivery_variants .co-tabs-content .co-modal--login,
.co-checkout-order_form .delivery_variants .co-tabs-content .co-overlay {
  display: none;
}

@media (max-width: 1701px) {
 .index-slider-slide {
    max-height: 80vh;
    height: auto;
 }
 .header-top2 .padded {
   padding-left: 20px;
 }
 .gambur {
     padding-right: 20px;
 }
}


@media (max-width: 1500px) {
  .filter {
      padding-left: 20px;
  }
  .main_page-owl-carousel .owl-item img {
    object-position: center center;
  }
  .owl-theme2 .owl-dots {
    bottom: 45px;
    left: 20%;
    right: 20%;
  }
  .owl-prev {
    top: 45%;
  }
  .owl-next {
      top: 45%;
  }
  .index-slider-title_block {
    top: 138px;
 }
  .owl-theme2 .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  }
  .editor .owl-nav .fa {
    font-size: 35px;
  }
  .editor .index-slider-title .index-slider-link {
   text-transform: uppercase;
    font-size: 39px;
    letter-spacing: -0.2px;
  }

  .editor .index-slider-description .index-slider-link {
    font-size: 19px;
  }
}

@media (max-width: 1255px) {
  .index-double_banner-item1,
  .index-double_banner-item3,
  .index-double_banner-item5 {
    padding-right: 25px;
  }
  
   .index-double_banner-item1 .index-double_banner-item-txt_wrap {
	right: 25px;
  }

  .index-double_banner-item3 .index-double_banner-item-txt_wrap {
	right: 25px;
  }

  .index-double_banner-item5 .index-double_banner-item-txt_wrap {
	right: 25px;
  }
  
    .editor .index-slider-title .index-slider-link {
    font-size: 31px;
  }
    .editor .index-slider-description .index-slider-link {

    font-size: 18px;
  }
  .index-double_banner-item-title {
    text-transform: uppercase;
    font-size: 32px;
  }
  .index-double_banner-item-decription {
    font-size: 16px;
  }
  .editor .index-double_banner-item-link {
    font-size: 18px;
  }
  .editor .index-double_banner-item-image {
    height: 590px !important;
  }
  .index-slider-title_block {
    top: 98px;
  }
}

@media (max-width: 1100px) {
  .filter {
     padding-left: 10px;
  }
  .index-double_banner-item1,
  .index-double_banner-item3,
  .index-double_banner-item5 {
     padding-right: 0px;
  }
  
    .index-double_banner-item1 .index-double_banner-item-txt_wrap {
	right: 0;
  }

  .index-double_banner-item3 .index-double_banner-item-txt_wrap {
	right: 0;
  }

  .index-double_banner-item5 .index-double_banner-item-txt_wrap {
	right: 0;
  }
  
  .editor .index-double_banner-item-image {
     height: 590px !important;
  }
    .index-slider-title_block {
    top: 78px;
  }
  .wrapnew {
    padding-bottom: 100px;
  }
  .editor .index-double_banner-item-link {
    font-size: 17px;
 }
    .owl-theme2 .owl-dots {
    bottom: 35px;
  }
}

@media (max-width: 800px) {
  .editor .index-slider-title .index-slider-link {
     font-size: 30px;
  }
  .editor .index-slider-description .index-slider-link {
    font-size: 16px;
  }
  .index-slider-title_block {
     top: 38px;
    padding-left: 44px;
  }
  .editor .index-double_banner-item-image {
     height: 490px !important;
  }
  .index-double_banner-item-title {
    font-size: 30px;
  }
  .wrapnew {
    padding-bottom: 80px;
  }
    .owl-theme2 .owl-dots {
    left: 10px;
    right: 10px;
  }
  .owl-theme2 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
 }
  .editor .owl-nav .fa {
    font-size: 25px;
 }
  .owl-theme2 .owl-dots {
    bottom: 30px;
 }
}

@media (max-width: 640px) {
  .index-double_banner-item-title {
    font-size: 27px;
  }
  .editor .index-slider-title .index-slider-link {
    font-size: 25px;
  }
  .editor .index-slider-description .index-slider-link {
    display: none;
  } 
  .index-slider-title_block {
    top: 68px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
  }
  .index-double_banner-item-txt_wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 4%;
  }
  .editor .index-slider-description .index-slider-link {
    font-size: 15px;
  }
    .index-double_banner-item-description-br {
    display: none;
  }
  .editor .index-double_banner-item-image {
    height: auto !important;
    object-fit: contain;
 }
  .editor .index-double_banner-item-link {
    font-size: 16px;
 }
  .owl-theme2 .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
 }
  .owl-theme2 .owl-dots {
    bottom: 20px;
 }
  .index-slider-slide {
    max-height: 95vh;
    height: auto;
}
}

@media (max-width: 480px) {
  .index-double_banner-item-title {
    font-size: 24px;
 }  
  .index-slider-description-br {
    display: none;
  }
  .index-slider-title_block {
    top: 68px;
  }
  .editor .index-slider-title .index-slider-link {
    font-size: 20px;
    max-width: 70%;
  } 
  .owl-theme2 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
  }
  .editor .owl-nav .fa {
    font-size: 20px;
 }
}

@media (max-width: 340px) {
  .index-slider-title_block {
    top: 48px;
  }
  img.head-logo {
      max-width: 120px;
      margin-top: 4px;
  }
  .header-right {
    padding-top: 4px;
  }
  .index-double_banner-item-title {
    font-size: 25px;
 }
}


