/*! 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;
  font-display: swap;
}

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;
  background: #a4a4a4!important;
}
.input {
  margin-bottom: 1em;
}
.input:after {
  clear: both;
  content: "";
  display: block;
}
.input:last-child {
  margin-bottom: 0;
}
.input-label {
  display: block;
  margin-bottom: 0.5em;
}
.input-field {
  display: block;
  width: 100%;
  border: 1px solid;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  box-sizing: border-box;
}
.input-notice {
  display: none;
  margin-top: 0.5em;
}
.input-captcha {
  display: inline-block;
}
.input--inline > .input-label {
  display: inline-block;
  line-height: inherit;
  border: 1px solid initial;
  vertical-align: middle;
  margin-bottom: 0;
}
.input--inline > .input-field {
  display: inline-block;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.input--inline > .input-captcha {
  display: inline-block;
}
.input--inline > .input-button {
  display: inline-block;
  line-height: inherit;
  border: 1px solid transparent;
  vertical-align: middle;
}
.input--error > .input-field {
  border-color: #ebccd1;
  background-color: #f2dede;
}
.input--error > .input-notice {
  display: block;
}
.input--required .input-label:after {
  content: '*';
  color: red;
}
.input--captcha .input-field {
  display: inline-block;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  width: 125px;
}
.styled_select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 50px;
  overflow: hidden;
  vertical-align: middle;
  z-index: 0;
}
.styled_select-wrapper:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f078";
}
.styled_select-wrapper select {
  position: relative;
  display: inline-block;
  width: calc( 100% + 40px );
  border: none;
  background-color: transparent;
  z-index: 1;
  line-height: inherit;
  cursor: pointer;
}
.notice {
  padding: 0.5em;
  margin-bottom: 1em;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice--success {
  color: #3c763d;
  background-color: #dff0d8;
}
.notice--info {
  color: #31708f;
  background-color: #d9edf7;
}
.notice--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notice--danger {
  color: #a94442;
  background-color: #f2dede;
}
.reviews-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reviews-link {
  cursor: pointer;
}
.review {
  display: block;
  margin-bottom: 1em;
}
.review:last-child {
  margin-bottom: 0;
}
.review-details {
  margin-bottom: 0.5em;
}
.review-details:after {
  clear: both;
  content: "";
  display: block;
}
.review-rating {
  margin-bottom: 0.5em;
}
.review-content {
  margin-bottom: 0.5em;
}
.review_form-toggle {
  cursor: pointer;
}
.review_form-input {
  margin-bottom: 1em;
}
.review_form-input:last-child {
  margin-bottom: 0;
}
.review_form-submit {
  cursor: pointer;
}
.slider {
  position: relative;
}
.slider-container:after {
  clear: both;
  content: "";
  display: block;
}
.slider-control {
  position: relative;
}
.slider-left {
  left: 0;
  cursor: pointer;
}
.slider-right {
  right: 0;
  cursor: pointer;
}
.slider-up {
  position: absolute;
  top: 0;
  cursor: pointer;
}
.slider-down {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}
.slider--index .slider-image {
  display: block;
  width: 100%;
  text-align: center;
}
.slider--index .slider-image img {
  display: inline-block !important;
  width: auto !important;
  width: initial !important;
}
.slider--index .slider-image + .slider-image {
  display: none;
}
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls--horizontal > .tubs-node {
  float: left;
}
.tubs-node {
  display: block;
  cursor: pointer;
}
.tubs-content {
  display: none;
}
.tubs-content--active {
  display: block;
}
script[type="text/template"] {
  display: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
body {
  min-width: 320px;
  font-display: swap;
  background:url("https://static.insales-cdn.com/files/1/4989/24155005/original/sawo_bg.jpg");
}
#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: 10000;
  display: none;
}
.menu-node:hover > .menu--dropdown {
  display: block;
}
.menu--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--side {
  display: block;
}
.menu--fixed {
  position: fixed;
  z-index: 1030;
}
.menu--collapse {
  display: none;
}
.js-menu-toggler {
  cursor: pointer;
}
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pagination:after {
  clear: both;
  content: "";
  display: block;
}
.pagination-page {
  display: block;
}
.pagination-node {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.pagination-node--link:hover {
  cursor: pointer;
}
.pagination--horizontal > .pagination-page {
  float: left;
}
.collection-description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-seo_description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.collection-subcollection_list:after {
  clear: both;
  content: "";
  display: block;
}
.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter--vertical .filter-section {
  display: block;
}
.filter-section {
  position: relative;
  margin-bottom: 1em;
}
.filter-section:last-of-type {
  margin-bottom: 0;
}
.filter-clear_all {
  cursor: pointer;
}
.filter-section_toggler {
  cursor: pointer;
}
.filter--hidden_sections {
  display: none;
}
.filter-submit {
  cursor: pointer;
}
.filter_section {
  position: relative;
  /* mod */
}
.filter_section-title {
  display: block;
  position: relative;
}
.filter_section-toggler {
  cursor: pointer;
}
.filter_section-values {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter_section-values--horizontal .filter-value {
  display: inline-block;
}
.filter_section-values--collapse {
  display: none;
}
.filter_section-value {
  display: block;
}
.filter_section-value--range {
  margin: 1em 0.5em;
}
.filter_section-clear {
  cursor: pointer;
}
.filter_section-range_input {
  padding: 0;
  width: 60px;
  text-align: center;
  line-height: inherit;
}
.sort_by:after {
  clear: both;
  content: "";
  display: block;
}
.sort_by-label {
  display: inline-block;
  line-height: inherit;
}
.sort_by-select {
  display: inline-block;
  line-height: inherit;
}
.product-sku {
  margin-bottom: 1em;
}
.product-sku_field {
  margin-bottom: 1em;
}
.product-presence {
  margin-bottom: 1em;
}
.product-short_description {
  margin-bottom: 1em;
}
.product-description {
  margin-bottom: 1em;
}
.product-properties {
  margin-bottom: 1em;
}
.product-variants {
  margin-bottom: 1em;
}
.product-prices {
  margin-bottom: 1em;
}
.product-quantity {
  margin-bottom: 1em;
}
.gallery-large_image {
  text-align: center;
}
.product_preview {
  position: relative;
  background-color:white;
}
.product_preview:after {
  clear: both;
  content: "";
  display: block;
}
.product_preview-preview {
  position: relative;
  background-color:white;
}
.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;
}





.ssec {
    cursor: pointer;
}

.ssec-bold {
    font-weight: bold;
    color: #f03636;
}

.ssec-question-icon {
    height: 13px;
    position: relative;
    top: -1px;
  	display: inline-block !important;
}

.ssec.ssec-grid {
    padding-top: 6px;
    clear: both;
    display: block;
    color: #6c6c6c;
    font-size: 13px;
}

.ssec.ssec-page {
    font-size: 16px;
    clear: both;
    display: block;
    color: #6c6c6c;
}

.ssec-instant-checkout {
    display: inline-block;
    background-color: #0F68B1;
    color: #fff !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.27);
    font-size: 13px;
    padding: 0px 12px;
    height: 30px;
    margin: 2px 5px 15px 2px;
    font-weight: bold;
}

.ssec-cta {
 width:100%; 
  text-align: center;
  margin: 32px 0;
}


.ssec-cta div {
text-transform: uppercase;
  font-weight:bold;
  padding:5px;
  border:2px solid black;
  width: 150px;
  cursor:pointer;
    margin: 0 auto;
}

.popup-7seconds-frame-container {
    display: block;
    z-index: 111111;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    padding: 5% 0;
}

.popup-7seconds-frame-box {
    max-width: 500px;
    background-color: white;
    max-height: 100%;
    border-radius: 5px;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
}

/*Lookarious at 20.02.2020 */
.row--no-after:after {
	content: none !important;
}
.row--flex {
  display: flex;
}
.pt-1 {
	padding-top: 1rem;
}
.index_slider-block .slider-form-block .slider-form.slider-form--full-height {
  height: 100%
}
.colorized-link {
	color: #f03636;
}
.colorized-link:hover {
	color: #641616;
}
.colorized-link:focus {
	color: #641616;
  text-decoration: underline;
}
.text-red{
	color: #A63232;
}
.text-underline {
	text-decoration: underline;
}
  .l-404{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
  .l-404_error-number{
  	font-size: 17rem;
    font-weight: bold;
  }
  h2.l-404_title{
  	font-size: 3rem;
    font-weight: 300;
    text-transform: normilize;
  }
  .l-404_desc, .l-404_links{
  	font-size: 1.3rem;
    font-weight: 300;
  }

@media (max-width: 468px){
  .l-404_error-number {
  	font-size: 10rem;
  }
}
@media (max-width: 601px){
  .l-404_error-number {
  	font-size: 10rem;
  }
}
@media (max-width: 991px){
  .l-404_error-number {
  	font-size: 15rem;
  }
}

.consultation {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  border: 1px solid rgba(0,0,0, .13);
  border-radius: 2px;
}
.consultation__title {
	font-size: 1.7rem;
  text-transform: none;
}
.consultation__desc{
  color: #6e6e6e;
  margin-bottom: 1rem;
}
.consultation__btn{
  background-color: #2f801b;
  border: none;
  padding: .5rem 1rem;
  color: white;
  fonr-family: "PT Sans Narrow", sans-serif !important;
  font-size: 1.2rem;
}

/*Lookarious at 20.02.2020 */

/* description 2025 */
 .description-toggle-label {
  display: none;
  padding: 10px;
  background: #5bba60;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

#description-toggle {
  display: none;
}

@media (max-width: 600px) {
  .description-content {
    display: none;
  }
  .description-toggle-label {
    display: block;
  }
  #description-toggle:checked + .description-content {
    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-top{padding-top:.5em}.padded-bottom{padding-bottom:.5em}.padded-sides{padding-left:.5em;padding-right:.5em}.padded-vertical{padding-top:.5em;padding-bottom:.5em}.padded-inner{padding:1em}.padded-inner-left{padding-left:1em}.padded-inner-right{padding-right:1em}.padded-inner-top{padding-top:1em}.padded-inner-bottom{padding-bottom:1em}.padded-inner-sides{padding-left:1em;padding-right:1em}.padded-inner-vertical{padding-top:1em;padding-bottom:1em}.padded-reverse{margin-left:-.5em;margin-right:-.5em;width:auto;box-sizing:content-box;float:none}.padded-reverse-all{margin:-.5em;width:auto;box-sizing:content-box;float:none}.fl,.flow{float:left}.fr,.flow-opposite{float:right}.center{text-align:center}.left{text-align:left}.right{text-align:right}.hidden{display:none!important}@media (max-width:640px){.xs-grid-1,.xs-grid-2,.xs-grid-3,.xs-grid-4,.xs-grid-5,.xs-grid-6,.xs-grid-7,.xs-grid-8,.xs-grid-9,.xs-grid-10,.xs-grid-11,.xs-grid-12{margin:0;clear:none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.xs-grid-1{width:8.33333%}.xs-grid-2{width:16.66667%}.xs-grid-3{width:25%}.xs-grid-4{width:33.33333%}.xs-grid-5{width:41.66667%}.xs-grid-6{width:50%}.xs-grid-7{width:58.33333%}.xs-grid-8{width:66.66667%}.xs-grid-9{width:75%}.xs-grid-10{width:83.33333%}.xs-grid-11{width:91.66667%}.xs-grid-12{width:100%}.xs-offset-0{margin-left:0}.xs-offset-1{margin-left:8.33333%}.xs-offset-2{margin-left:16.66667%}.xs-offset-3{margin-left:25%}.xs-offset-4{margin-left:33.33333%}.xs-offset-5{margin-left:41.66667%}.xs-offset-6{margin-left:50%}.xs-offset-7{margin-left:58.33333%}.xs-offset-8{margin-left:66.66667%}.xs-offset-9{margin-left:75%}.xs-offset-10{margin-left:83.33333%}.xs-offset-11{margin-left:91.66667%}.xs-offset-12{margin-left:100%}.xs-padded{padding:.5em}.xs-padded-left{padding-left:.5em}.xs-padded-right{padding-right:.5em}.xs-padded-top{padding-top:.5em}.xs-padded-bottom{padding-bottom:.5em}.xs-padded-sides{padding-left:.5em;padding-right:.5em}.xs-padded-vertical{padding-top:.5em;padding-bottom:.5em}.xs-padded-inner{padding:1em}.xs-padded-inner-left{padding-left:1em}.xs-padded-inner-right{padding-right:1em}.xs-padded-inner-top{padding-top:1em}.xs-padded-inner-bottom{padding-bottom:1em}.xs-padded-inner-sides{padding-left:1em;padding-right:1em}.xs-padded-inner-vertical{padding-top:1em;padding-bottom:1em}.xs-padded-reverse{margin-left:-.5em;margin-right:-.5em;width:auto;box-sizing:content-box;float:none}.xs-padded-reverse-all{margin:-.5em;width:auto;box-sizing:content-box;float:none}.xs-fl,.xs-flow{float:left}.xs-fr,.xs-flow-opposite{float:right}.xs-center{text-align:center}.xs-left{text-align:left}.xs-right{text-align:right}.xs-hidden{display:none!important}}@media (max-width:480px){.mc-grid-1,.mc-grid-2,.mc-grid-3,.mc-grid-4,.mc-grid-5,.mc-grid-6,.mc-grid-7,.mc-grid-8,.mc-grid-9,.mc-grid-10,.mc-grid-11,.mc-grid-12{margin:0;clear:none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mc-grid-1{width:8.33333%}.mc-grid-2{width:16.66667%}.mc-grid-3{width:25%}.mc-grid-4{width:33.33333%}.mc-grid-5{width:41.66667%}.mc-grid-6{width:50%}.mc-grid-7{width:58.33333%}.mc-grid-8{width:66.66667%}.mc-grid-9{width:75%}.mc-grid-10{width:83.33333%}.mc-grid-11{width:91.66667%}.mc-grid-12{width:100%}.mc-offset-0{margin-left:0}.mc-offset-1{margin-left:8.33333%}.mc-offset-2{margin-left:16.66667%}.mc-offset-3{margin-left:25%}.mc-offset-4{margin-left:33.33333%}.mc-offset-5{margin-left:41.66667%}.mc-offset-6{margin-left:50%}.mc-offset-7{margin-left:58.33333%}.mc-offset-8{margin-left:66.66667%}.mc-offset-9{margin-left:75%}.mc-offset-10{margin-left:83.33333%}.mc-offset-11{margin-left:91.66667%}.mc-offset-12{margin-left:100%}.mc-padded{padding:.5em}.mc-padded-left{padding-left:.5em}.mc-padded-right{padding-right:.5em}.mc-padded-top{padding-top:.5em}.mc-padded-bottom{padding-bottom:.5em}.mc-padded-sides{padding-left:.5em;padding-right:.5em}.mc-padded-vertical{padding-top:.5em;padding-bottom:.5em}.mc-padded-inner{padding:1em}.mc-padded-inner-left{padding-left:1em}.mc-padded-inner-right{padding-right:1em}.mc-padded-inner-top{padding-top:1em}.mc-padded-inner-bottom{padding-bottom:1em}.mc-padded-inner-sides{padding-left:1em;padding-right:1em}.mc-padded-inner-vertical{padding-top:1em;padding-bottom:1em}.mc-padded-reverse{margin-left:-.5em;margin-right:-.5em;width:auto;box-sizing:content-box;float:none}.mc-padded-reverse-all{margin:-.5em;width:auto;box-sizing:content-box;float:none}.mc-fl,.mc-flow{float:left}.mc-fr,.mc-flow-opposite{float:right}.mc-center{text-align:center}.mc-left{text-align:left}.mc-right{text-align:right}.mc-hidden{display:none!important}}@media (min-width:641px) and (max-width:800px){.sm-grid-1,.sm-grid-2,.sm-grid-3,.sm-grid-4,.sm-grid-5,.sm-grid-6,.sm-grid-7,.sm-grid-8,.sm-grid-9,.sm-grid-10,.sm-grid-11,.sm-grid-12{margin:0;clear:none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sm-grid-1{width:8.33333%}.sm-grid-2{width:16.66667%}.sm-grid-3{width:25%}.sm-grid-4{width:33.33333%}.sm-grid-5{width:41.66667%}.sm-grid-6{width:50%}.sm-grid-7{width:58.33333%}.sm-grid-8{width:66.66667%}.sm-grid-9{width:75%}.sm-grid-10{width:83.33333%}.sm-grid-11{width:91.66667%}.sm-grid-12{width:100%}.sm-offset-0{margin-left:0}.sm-offset-1{margin-left:8.33333%}.sm-offset-2{margin-left:16.66667%}.sm-offset-3{margin-left:25%}.sm-offset-4{margin-left:33.33333%}.sm-offset-5{margin-left:41.66667%}.sm-offset-6{margin-left:50%}.sm-offset-7{margin-left:58.33333%}.sm-offset-8{margin-left:66.66667%}.sm-offset-9{margin-left:75%}.sm-offset-10{margin-left:83.33333%}.sm-offset-11{margin-left:91.66667%}.sm-offset-12{margin-left:100%}.sm-padded{padding:.5em}.sm-padded-left{padding-left:.5em}.sm-padded-right{padding-right:.5em}.sm-padded-top{padding-top:.5em}.sm-padded-bottom{padding-bottom:.5em}.sm-padded-sides{padding-left:.5em;padding-right:.5em}.sm-padded-vertical{padding-top:.5em;padding-bottom:.5em}.sm-padded-inner{padding:1em}.sm-padded-inner-left{padding-left:1em}.sm-padded-inner-right{padding-right:1em}.sm-padded-inner-top{padding-top:1em}.sm-padded-inner-bottom{padding-bottom:1em}.sm-padded-inner-sides{padding-left:1em;padding-right:1em}.sm-padded-inner-vertical{padding-top:1em;padding-bottom:1em}.sm-padded-reverse{margin-left:-.5em;margin-right:-.5em;width:auto;box-sizing:content-box;float:none}.sm-padded-reverse-all{margin:-.5em;width:auto;box-sizing:content-box;float:none}.sm-fl,.sm-flow{float:left}.sm-fr,.sm-flow-opposite{float:right}.sm-center{text-align:center}.sm-left{text-align:left}.sm-right{text-align:right}.sm-hidden{display:none!important}}@media (min-width:801px) and (max-width:1100px){.md-grid-1,.md-grid-2,.md-grid-3,.md-grid-4,.md-grid-5,.md-grid-6,.md-grid-7,.md-grid-8,.md-grid-9,.md-grid-10,.md-grid-11,.md-grid-12{margin:0;clear:none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.md-grid-1{width:8.33333%}.md-grid-2{width:16.66667%}.md-grid-3{width:25%}.md-grid-4{width:33.33333%}.md-grid-5{width:41.66667%}.md-grid-6{width:50%}.md-grid-7{width:58.33333%}.md-grid-8{width:66.66667%}.md-grid-9{width:75%}.md-grid-10{width:83.33333%}.md-grid-11{width:91.66667%}.md-grid-12{width:100%}.md-offset-0{margin-left:0}.md-offset-1{margin-left:8.33333%}.md-offset-2{margin-left:16.66667%}.md-offset-3{margin-left:25%}.md-offset-4{margin-left:33.33333%}.md-offset-5{margin-left:41.66667%}.md-offset-6{margin-left:50%}.md-offset-7{margin-left:58.33333%}.md-offset-8{margin-left:66.66667%}.md-offset-9{margin-left:75%}.md-offset-10{margin-left:83.33333%}.md-offset-11{margin-left:91.66667%}.md-offset-12{margin-left:100%}.md-padded{padding:.5em}.md-padded-left{padding-left:.5em}.md-padded-right{padding-right:.5em}.md-padded-top{padding-top:.5em}.md-padded-bottom{padding-bottom:.5em}.md-padded-sides{padding-left:.5em;padding-bottom:.5em}.md-padded-vertical{padding-top:.5em;padding-bottom:.5em}.md-padded-inner{padding:1em}.md-padded-inner-left{padding-left:1em}.md-padded-inner-right{padding-right:1em}.md-padded-inner-top{padding-top:1em}.md-padded-inner-bottom{padding-bottom:1em}.md-padded-inner-sides{padding-left:1em;padding-right:1em}.md-padded-inner-vertical{padding-top:1em;padding-bottom:1em}.md-padded-reverse{margin-left:-.5em;margin-right:-.5em;width:auto;box-sizing:content-box;float:none}.md-padded-reverse-all{margin:-.5em;width:auto;box-sizing:content-box;float:none}.md-fl,.md-flow{float:left}.md-fr,.md-flow-opposite{float:right}.md-center{text-align:center}.md-left{text-align:left}.md-right{text-align:right}.md-hidden{display:none!important}}@media (min-width:1101px){.lg-grid-1,.lg-grid-2,.lg-grid-3,.lg-grid-4,.lg-grid-5,.lg-grid-6,.lg-grid-7,.lg-grid-8,.lg-grid-9,.lg-grid-10,.lg-grid-11,.lg-grid-12{margin:0;clear:none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-grid-1{width:8.33333%}.lg-grid-2{width:16.66667%}.lg-grid-3{width:25%}.lg-grid-4{width:33.33333%}.lg-grid-5{width:41.66667%}.lg-grid-6{width:50%}.lg-grid-7{width:58.33333%}.lg-grid-8{width:66.66667%}.lg-grid-9{width:75%}.lg-grid-10{width:83.33333%}.lg-grid-11{width:91.66667%}.lg-grid-12{width:100%}.lg-offset-0{margin-left:0}.lg-offset-1{margin-left:8.33333%}.lg-offset-2{margin-left:16.66667%}.lg-offset-3{margin-left:25%}.lg-offset-4{margin-left:33.33333%}.lg-offset-5{margin-left:41.66667%}.lg-offset-6{margin-left:50%}.lg-offset-7{margin-left:58.33333%}.lg-offset-8{margin-left:66.66667%}.lg-offset-9{margin-left:75%}.lg-offset-10{margin-left:83.33333%}.lg-offset-11{margin-left:91.66667%}.lg-offset-12{margin-left:100%}.lg-padded{padding:.5em}.lg-padded-left{padding-left:.5em}.lg-padded-right{padding-right:.5em}.lg-padded-top{padding-top:.5em}.lg-padded-bottom{padding-bottom:.5em}.lg-padded-sides{padding-left:.5em;padding-bottom:.5em}.lg-padded-vertical{padding-top:.5em;padding-bottom:.5em}.lg-padded-inner{padding:1em}.lg-padded-inner-left{padding-left:1em}.lg-padded-inner-right{padding-right:1em}.lg-padded-inner-top{padding-top:1em}.lg-padded-inner-bottom{padding-bottom:1em}.lg-padded-inner-sides{padding-left:1em;padding-right:1em}.lg-padded-inner-vertical{padding-top:1em;padding-bottom:1em}.lg-padded-reverse{margin-left:-.5em;margin-right:-.5em;width:auto;box-sizing:content-box;float:none}.lg-padded-reverse-all{margin:-.5em;width:auto;box-sizing:content-box;float:none}.lg-fl,.lg-flow{float:left}.lg-fr,.lg-flow-opposite{float:right}.lg-center{text-align:center}.lg-left{text-align:left}.lg-right{text-align:right}.lg-hidden{display:none!important}}

.row.flexible,
.grid-row.flexible,
.grid-row-inner.flexible {
    display: flex;
    flex-flow: row wrap;
}





/*


   Magic Zoom Plus v4.5.41 
   Copyright 2015 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoomplus/
   License agreement: http://www.magictoolbox.com/license/


*/

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

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

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

.MagicZoomPlus > img {
    width: 100%;
}

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

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

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


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

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

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


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


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

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

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

/* Style of square magnify area under the cursor */
.MagicZoomPup {
    background: #dadad1;
    border: 3px solid #aaa;
    cursor:url(zoomin.cur),pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

/* buttons */
/* line 3, _buttons.scss */
.button, .editor #feedback_form #feedback_commit, .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_3 .menu-marker--parent {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  line-height: 30px;
  background-color: #47c229;
  color: #030303; }
  /* line 13, _buttons.scss */
  .button:hover, .editor #feedback_form #feedback_commit:hover, .menu-node--collection_lvl_1 .menu-marker--parent:hover, .menu-node--collection_lvl_2 .menu-marker--parent:hover, .menu-node--collection_lvl_3 .menu-marker--parent:hover {
    background-color: #2f801b;
    color: #ffffff; }
  /* line 18, _buttons.scss */
  .button--action, .button--buy {
    background-color: #5bba60;
    color: #ffffff; }
  /* line 24, _buttons.scss */
  .button--checkout {
    background-color: #5bba60;
    color: #ffffff; }
  /* line 29, _buttons.scss */
  .button--marker {
    float: right;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    background-color: #ffffff;
    color: #424242; }
    /* line 42, _buttons.scss */
    .touch .button--marker {
      width: 35px;
      height: 35px;
      line-height: 35px; }
  /* line 50, _buttons.scss */
  .button--main_menu {
    background-color: #fcfcfc;
    border: 1px solid #2f801b;
    color: #2f801b;
    line-height: 40px;
    min-width: 42px;
    margin: 0 0.5em; }
    /* line 58, _buttons.scss */
    .button--main_menu:hover {
      color: #f03636;
      background: #ebebeb; }

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

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

/* line 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; }
  /* line 83, _input.scss */
  .styled_select-wrapper select {
    line-height: 28px;
    height: 28px; }

/* language */
/* line 5, _language_switch.scss */
.languages--dropdown {
  left: -1px;
  right: -1px;
  border: 1px solid #ffffff;
  background-color: #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: #424242;
  -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: #f03636; }
    /* line 32, _language_switch.scss */
    .languages-node:hover > .languages-link {
      color: #ffffff; }
  /* line 37, _language_switch.scss */
  .languages-node--current {
    background-color: transparent;
    color: #636363;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    line-height: 30px; }
/* line 46, _language_switch.scss */
.languages-link {
  padding: 0 10px; }
/* line 50, _language_switch.scss */
.languages-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-left: 10px; }
  /* line 54, _language_switch.scss */
  .languages-link:hover > .languages-toggler {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

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

/* line 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: #424242; }
  /* line 11, _menu.scss */
  .menu-node--top {
    background-color: transparent;
    color: #636363;
    border-right: 1px solid #ffffff;
    font-size: 12px;
    font-family: tahoma, arial, helvetica, sans-serif; }
    /* line 18, _menu.scss */
    .menu-node--top:first-child {
      border-left: 1px solid #ffffff; }
    /* line 22, _menu.scss */
    .menu-node--top.menu-node--current, .menu-node--top:hover {
      background-color: #f03636; }
      /* line 26, _menu.scss */
      .menu-node--top.menu-node--current > .menu-link, .menu-node--top:hover > .menu-link {
        color: #ffffff; }
    /* line 31, _menu.scss */
    .menu-node--top .menu-link {
      padding: 0 10px;
      cursor: pointer; }
  /* line 38, _menu.scss */
  .menu-node--top_dropdown {
    background: #ffffff; }
    /* line 41, _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: #f03636; }
      /* line 49, _menu.scss */
      .menu-node--top_dropdown.menu-node--current .menu-link, .menu-node--top_dropdown:hover .menu-link {
        color: #ffffff !important; }
  /* line 57, _menu.scss */
  .menu-node--main_lvl_1 > .menu-link {
    line-height: 36px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    text-transform: uppercase;
    min-width: 60px; }
    /* line 68, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link:hover::after {
      content: '';
      display: block;
      margin-bottom: -2px;
      border-bottom: 2px solid #f00; }
    /* line 74, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link.menu-link--current {
      color: #424242; }
      /* line 77, _menu.scss */
      .menu-node--main_lvl_1 > .menu-link.menu-link--current .menu-marker--parent {
        color: #424242; }
  /* line 83, _menu.scss */
  .menu-node--main_lvl_1 .menu-marker--parent {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #3d3d3d;
    text-align: center;
    color: #f03636; }
    /* line 89, _menu.scss */
    .touch .menu-node--main_lvl_1 .menu-marker--parent {
      display: none; }
  /* line 95, _menu.scss */
  .menu-node--main_lvl_1:last-child > .menu-link {
    padding-right: 0; }
  /* line 101, _menu.scss */
  .menu-node--main_lvl_2 {
    font-size: 16px; }
    /* line 104, _menu.scss */
    .menu-node--main_lvl_2:last-child {
      border-bottom: 1px solid #cccccc; }
    /* line 108, _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 115, _menu.scss */
      .menu-node--main_lvl_2 > .menu-link.menu-link--current {
        color: #424242; }
    /* line 120, _menu.scss */
    .menu-node--main_lvl_2 .menu-marker--parent {
      float: right; }
    /* line 124, _menu.scss */
    .touch .menu-node--main_lvl_2 {
      display: none !important; }
  /* line 131, _menu.scss */
  .menu-node--main_lvl_3:last-child {
    border-bottom: 1px solid #cccccc; }
  /* line 135, _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 142, _menu.scss */
    .menu-node--main_lvl_3 > .menu-link.menu-link--current {
      color: #424242; }
  /* line 147, _menu.scss */
  .touch .menu-node--main_lvl_3 {
    display: none !important; }
  /* line 153, _menu.scss */
  .menu-node--collection_lvl_1, .menu-node--collection_lvl_2, .menu-node--collection_lvl_3 {
    padding: 2px 0;
    position: relative; }
    /* line 160, _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 164, _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 171, _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 175, _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: #424242; }
    /* line 180, _menu.scss */
    .menu-node--collection_lvl_1 > .menu, .menu-node--collection_lvl_2 > .menu, .menu-node--collection_lvl_3 > .menu {
      margin-left: 10px; }
    /* line 184, _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 203, _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 209, _menu.scss */
  .menu-node--mobile {
    border-bottom: 1px solid #cccccc;
    background-color: transparent; }
    /* line 213, _menu.scss */
    .menu-node--mobile:last-child {
      border-bottom: none; }
    /* line 217, _menu.scss */
    .menu-node--mobile > .menu-link {
      border-width: 0;
      background-color: transparent;
      line-height: 40px;
      padding: 0;
      color: #3d3d3d;
      font-weight: bold;
      font-size: 16px; }
    /* line 228, _menu.scss */
    .menu-node--mobile > .menu {
      margin-left: 10px; }
    /* line 232, _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 248, _menu.scss */
  .menu-node--footer {
    padding: 3px 0;
    color: #6e6e6e;
    font-size: 13px; }
    /* line 253, _menu.scss */
    .menu-node--footer > .menu-link {
      display: inline; }
      /* line 256, _menu.scss */
      .js-menu-wrapper .menu-node--footer > .menu-link {
        padding: 0.5em;
        display: block; }
  /* line 264, _menu.scss */
  .menu-node--current {
    color: #424242; }
  /* line 268, _menu.scss */
  .menu-node--current_top {
    background-color: #f03636;
    color: #ffffff; }
  /* line 273, _menu.scss */
  .menu-node--current_top_dropdown {
    background-color: #f03636; }
    /* line 276, _menu.scss */
    .menu-node--current_top_dropdown .menu-link {
      color: #ffffff !important; }
  /* line 282, _menu.scss */
  .menu-node--personal_cabinet .menu-link {
    font-size: 16px;
    padding: 0 1em;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif; }
  /* line 289, _menu.scss */
  .js-menu-wrapper .menu-node--personal_cabinet {
    width: 100%;
    float: none; }
    /* line 293, _menu.scss */
    .js-menu-wrapper .menu-node--personal_cabinet .menu-link {
      padding: 0.5em;
      border-bottom: 1px solid #cccccc; }
/* line 302, _menu.scss */
.menu-link {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 304, _menu.scss */
  .menu-link:hover {
    color: #424242; }
/* line 311, _menu.scss */
.menu-marker {
  color: inherit; }
  /* line 316, _menu.scss */
  .menu-node:hover .menu-marker {
    color: inherit; }
  /* line 320, _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 322, _menu.scss */
    .menu-node:hover .menu-marker--rotate {
      -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      color: inherit; }
/* line 329, _menu.scss */
.menu-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 335, _menu.scss */
  .menu-toggler--main {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase; }
  /* line 348, _menu.scss */
  .menu-toggler--collection {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px; }
  /* line 358, _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 374, _menu.scss */
  .menu-toggler--personal_cabinet {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
/* line 381, _menu.scss */
.menu--main {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "PT Sans Narrow", sans-serif; }
  /* line 387, _menu.scss */
  .menu--main .menu-node--main_lvl_1 {
    padding: 0 5px; }
    /* line 389, _menu.scss */
    .menu--main .menu-node--main_lvl_1 > .menu-link {
      min-width: auto;
      padding: 0;
      color: #fff;
      font-size: 14px;
      line-height: 50px; }
      /* line 395, _menu.scss */
      .menu--main .menu-node--main_lvl_1 > .menu-link[href^="/collection/sale"] {
        padding-left: 25px;
        color: #f03636;
        background: url(discount-ico.svg) no-repeat left center; }
  /* line 402, _menu.scss */
  .menu--main .menu-marker {
    position: initial;
    display: inline-block; }
  /* line 406, _menu.scss */
  .menu--main::after {
    display: none; }
/* line 411, _menu.scss */
.menu--mobile {
  border-bottom: 1px solid #cccccc;
  font-family: "PT Sans Narrow", sans-serif; }
/* line 419, _menu.scss */
.menu--top {
  line-height: 38px; }
/* line 423, _menu.scss */
.menu--top_dropdown {
  border: 1px solid #ffffff;
  width: 150px;
  line-height: 30px; }
  /* line 430, _menu.scss */
  .menu--top_dropdown-right {
    right: 0; }
/* line 437, _menu.scss */
.menu--collection .menu-link--current {
  color: #424242; }
/* line 442, _menu.scss */
.menu--collection .menu-toggler {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: inherit;
  background: none; }
  /* line 449, _menu.scss */
  .menu--collection .menu-toggler i {
    color: #f03636; }
/* line 455, _menu.scss */
.menu--dropdown, .menu--side {
  box-shadow: 0px 2px 6px -2px #000; }

/* prices */
/* line 3, _prices.scss */
.prices {
  line-height: 15px;
  margin-bottom: 10px; }
  /* line 7, _prices.scss */
  .prices-current {
    /*color: $prices-current-color;*/
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 700; }
  /* line 14, _prices.scss */
  .prices-old {
    display: block;
    color: #f03636;
    text-decoration: line-through;
    font-weight: 700; }
  /* line 28, _prices.scss */
  .prices--discount {
    font-size: 16px;
    color: #424242;
    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 */
/*slider*/
/* line 3, _slider.scss */
.newslider {
  margin: 0px 0px 20px;
  background: #f7f8fa; }
  /* line 7, _slider.scss */
  .newslider .owl-carousel .owl-item img {
    display: block;
    width: 100% !important; }
  /* line 11, _slider.scss */
  .newslider .owl-carousel .owl-dots {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    text-align: center;
    line-height: 0px; }
  /* line 19, _slider.scss */
  .newslider .owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: none;
    border-radius: 10px;
    transition: 0.2s;
    margin: 0px 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff; }
    /* line 31, _slider.scss */
    .newslider .owl-carousel .owl-dot.active {
      /*width: 40px!important;*/
      background-color: #F03636 !important; }

@media (max-width: 1024px) {
  /* line 39, _slider.scss */
  .newslider {
    margin: 0px 0px 20px; }
    /* line 42, _slider.scss */
    .newslider .owl-carousel .owl-dots {
      /*bottom: -10px;*/
      bottom: 5px; } }
/*---*/
/* line 51, _slider.scss */
.slider + .slider {
  margin-bottom: 2em; }
/* line 57, _slider.scss */
.slider-title {
  position: relative;
  display: block;
  padding: 6px 0;
  margin-bottom: 16px;
  background: url(title_block_bg.png) repeat-x left center;
  color: #424242;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase; }
  /* line 70, _slider.scss */
  .slider-title a,
  .slider-title span {
    background: #fff;
    padding-right: 8px; }
/* line 89, _slider.scss */
.slider-control--index, .slider-control--gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
/* line 99, _slider.scss */
.slider-control--product {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 0 3px 8px;
  background-color: #fff; }
/* line 108, _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 113, _slider.scss */
  .slider-left--gallery, .slider-right--gallery {
    position: absolute;
    top: 45%;
    bottom: 45%;
    font-size: 20px; }
    /* line 119, _slider.scss */
    .slider-left--gallery:hover, .slider-right--gallery:hover {
      color: #424242; }
  /* line 124, _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: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 500;
    position: absolute;
    top: 49%;
    height: 25px;
    width: 25px;
    line-height: 2.2;
    font-size: 12px;
    color: #f03636;
    text-align: center;
    background-color: #fff;
    opacity: .5; }
    /* line 141, _slider.scss */
    .slider-left--index:hover, .slider-right--index:hover {
      opacity: 1; }
  /* line 147, _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 165, _slider.scss */
.slider-left--gallery {
  left: 0; }
/* line 169, _slider.scss */
.slider-left--index {
  left: 3em; }
/* line 175, _slider.scss */
.slider-right--gallery {
  right: 0; }
/* line 179, _slider.scss */
.slider-right--index {
  right: 3em; }
/* line 188, _slider.scss */
.slider--gallery {
  padding: 0 20px; }
/* line 192, _slider.scss */
.slider--index {
  background-color: #ffffff; }
/* line 199, _slider.scss */
.slider--product {
  overflow: hidden; }
/* line 204, _slider.scss */
.slider--related .slider-title {
  margin: 2em 0 0.5em; }

/* line 212, _slider.scss */
.index_slider-block {
  background: #fff; }
  /* line 219, _slider.scss */
  .index_slider-block .slider-image {
    position: relative;
    height: 360px;
    text-align: left; }
    /* line 223, _slider.scss */
    .index_slider-block .slider-image .left-side,
    .index_slider-block .slider-image .right-side {
      width: 50%; }
    /* line 228, _slider.scss */
    .index_slider-block .slider-image .left-side {
      float: left;
      padding: 40px 10px 0 0px;
      max-height: 100%; }
      /* line 233, _slider.scss */
      .index_slider-block .slider-image .left-side .image img {
        max-height: 100%; }
    /* line 239, _slider.scss */
    .index_slider-block .slider-image .right-side {
      float: right;
      padding: 50px 80px 0 10px; }
      /* line 242, _slider.scss */
      .index_slider-block .slider-image .right-side .slide-description {
        color: #fff;
        text-align: left; }
        /* line 245, _slider.scss */
        .index_slider-block .slider-image .right-side .slide-description .title {
          font-size: 30px;
          font-weight: 700;
          font-family: "PT Sans Narrow", sans-serif;
          line-height: 1.1; }
        /* line 251, _slider.scss */
        .index_slider-block .slider-image .right-side .slide-description .text {
          padding-top: 10px;
          font-family: tahoma, arial, helvetica, sans-serif;
          font-size: 16px; }
    /* line 259, _slider.scss */
    .index_slider-block .slider-image::after {
      display: block;
      content: '';
      clear: both; }
  /* line 268, _slider.scss */
  .index_slider-block .slider-form-block .slider-form {
    position: relative;
    padding: 20px 10px;
    height: 360px;
    background: -webkit-radial-gradient(circle at 50% 75%, #ffffff, #eacdcd 100%);
    background: radial-gradient(circle at 50% 75%, #ffffff, #eacdcd 100%);
    text-align: center; }
    /* line 279, _slider.scss */
    .index_slider-block .slider-form-block .slider-form .title {
      color: #4b4b4b;
      font-size: 20px;
      font-weight: 700;
      line-height: 22px;
      font-family: "PT Sans Narrow", sans-serif; }
    /* line 287, _slider.scss */
    .index_slider-block .slider-form-block .slider-form .text {
      padding-top: 5px;
      color: #7a7a7a;
      font-family: tahoma, arial, helvetica, sans-serif;
      font-size: 14px; }
    /* line 294, _slider.scss */
    .index_slider-block .slider-form-block .slider-form .popup-call-btn {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 30px;
      border: 1px solid #989090;
      color: #2d2d2d;
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer; }
    /* line 307, _slider.scss */
    .index_slider-block .slider-form-block .slider-form .image {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 35px;
      text-align: center; }

/* 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: #424242;
  cursor: default;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /*
  box-shadow: inset 0 0 1px #FFF,
        inset 0 1px 7px #EBEBEB,
        0 3px 6px -3px #BBB;
        */ }

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

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

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

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

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

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

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

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

/* tubs */
/* line 3, _tubs.scss */
.tubs {
  margin-bottom: 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: "PT Sans Narrow", 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: "PT Sans Narrow", sans-serif;
    font-size: 20px;
    cursor: pointer; }
  /* line 20, _accordion.scss */
  .accordion-content {
    padding: 0.5em; }
  /* line 24, _accordion.scss */
  .accordion-toggler {
    float: right;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px; }

/* header */
/* line 3, _header.scss */
.logo {
  font-size: 30px;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: #3d3d3d; }

/* line 10, _header.scss */
a.live-init {
  color: #F03636; }

/* line 14, _header.scss */
header {
  /*
    background-color: $header-bg-color;
    background-image: url( $header-bg-image );
    background-position: $header-bg-position;
    background-repeat: $header-bg-repeat;
  */
  min-height: 60px;
  /*
  .official-site {
    padding: 10px 0;
    color: #cfcfcf;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.14px;
    background: #4b4b4b;
    white-space: nowrap;
    overflow: hidden;
    span {
      padding-left: 80px;
    }
  }
  */ }
  /* line 24, _header.scss */
  header .section--top_line .top_button .live-wrapper {
    display: inline-block;
    padding: 0 10px; }
    /* line 27, _header.scss */
    header .section--top_line .top_button .live-wrapper .live-init {
      background: url(live.svg) left center no-repeat/contain;
      padding-left: 25px;
      color: #F03636; }
  /* line 33, _header.scss */
  header .section--top_line .top_button .button-wrapper {
    display: inline-block;
    padding: 0 10px; }
    /* line 36, _header.scss */
    header .section--top_line .top_button .button-wrapper .cbFormCallBtn {
      display: block;
      padding: 0 25px;
      color: #fff;
      font-family: "PT Sans Narrow", sans-serif;
      font-size: 14px;
      font-weight: 700;
      line-height: 38px;
      text-transform: uppercase;
      background-color: #f03636;
      cursor: pointer; }
  /* line 52, _header.scss */
  header .section--top_line .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between; }
  /* line 78, _header.scss */
  header .official-site {
    background: #4b4b4b; }
    /* line 80, _header.scss */
    header .official-site ul {
      margin: 0;
      padding: 0 10px;
      list-style: none;
      color: #cfcfcf;
      font-family: tahoma, arial, helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.14px; }
      /* line 89, _header.scss */
      header .official-site ul li {
        padding: 10px;
        text-align: center; }
        /* line 93, _header.scss */
        header .official-site ul li:nth-child(1) {
          float: left; }
          @media (max-width: 760px) {
            /* line 93, _header.scss */
            header .official-site ul li:nth-child(1) {
              display: none; } }
        /* line 97, _header.scss */
        header .official-site ul li:nth-child(2) {
          float: right; }
          @media (max-width: 760px) {
            /* line 97, _header.scss */
            header .official-site ul li:nth-child(2) {
              display: none; } }
      /* line 102, _header.scss */
      header .official-site ul:after {
        display: block;
        content: '';
        clear: both; }
  /* line 113, _header.scss */
  header .section--header .search-block {
    width: 280px; }
  /* line 119, _header.scss */
  header .section--header .phones-block {
    padding: 5px 0;
    text-align: center; }
    @media (max-width: 800px) {
      /* line 123, _header.scss */
      header .section--header .phones-block .tc {
        text-align: center; } }
    /* line 126, _header.scss */
    header .section--header .phones-block .left-side,
    header .section--header .phones-block .right-side {
      display: inline-block;
      padding: 0 10px;
      text-align: left;
      vertical-align: middle; }
      @media (max-width: 800px) {
        /* line 126, _header.scss */
        header .section--header .phones-block .left-side,
        header .section--header .phones-block .right-side {
          max-width: 210px;
          padding: 0 0px;
          display: block;
          margin: 0 auto; } }
    /* line 140, _header.scss */
    header .section--header .phones-block .phone-wrapper .phone-num {
      color: #000;
      font-size: 24px;
      font-weight: 700;
      line-height: 1;
      font-family: "PT Sans Narrow", sans-serif;
      text-transform: uppercase; }
    /* line 148, _header.scss */
    header .section--header .phones-block .phone-wrapper .phone-label {
      color: #7a7a7a;
      font-size: 12px;
      font-family: tahoma, arial, helvetica, sans-serif; }
    /* line 156, _header.scss */
    header .section--header .phones-block .left-side .phone-wrapper .phone-label {
      display: inline-block;
      color: #f03636;
      border-bottom: 1px dashed; }
    /* line 166, _header.scss */
    header .section--header .phones-block .right-side .phone-wrapper .phone-num {
      font-size: 16px; }
  /* line 174, _header.scss */
  header .section--header .cart-block {
    float: right; }
  /* line 178, _header.scss */
  header .section--header .main_menu-block {
    padding-top: 20px; }

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

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

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

/* line 204, _header.scss */
.recall_link {
  cursor: pointer; }

/* line 207, _header.scss */
.sl-mobile-only {
  display: none; }

@media (max-width: 800px) {
  /* line 210, _header.scss */
  .sl-mobile-only {
    display: block; } }
/* line 211, _header.scss */
.section--header .logo img {
  max-height: 70px; }

/* line 218, _header.scss */
header .section--header .section-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
  padding: 10px 0; }

/* line 226, _header.scss */
header .section--header .section-header-wrapper .col {
  padding: 5px 10px; }

/* line 232, _header.scss */
.section--header {
  /*
    display: flex;
    margin: 0 -10px;
  */ }
  /* line 237, _header.scss */
  .section--header .basket {
    position: relative;
    padding: 10px;
    text-align: center;
    border: 1px solid #c8c8c8; }
    /* line 242, _header.scss */
    .section--header .basket .basket-count_wrapper {
      position: absolute;
      top: -10px;
      right: -10px;
      width: auto;
      height: auto; }
    /* line 249, _header.scss */
    .section--header .basket .basket-items_count {
      display: flex;
      width: 20px;
      height: 20px;
      padding: 0;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      line-height: 1;
      font-family: tahoma, arial, helvetica, sans-serif;
      background-color: #f03636;
      border-radius: 10px; }
    /* line 265, _header.scss */
    .section--header .basket .label {
      margin-top: 5px;
      color: #7a7a7a;
      font-size: 10px;
      line-height: 1;
      font-family: tahoma, arial, helvetica, sans-serif; }

/* line 277, _header.scss */
header .section--header .main_menu-block {
  /*margin-top: 10px;*/
  padding: 0;
  background: #000; }

/*
header .section--header .main_menu-block .menu-node--main_lvl_1 > .menu-link {
    color: #fff;
	line-height: 50px;
}
*/
/* line 290, _header.scss */
header .icons-block,
footer .panel.mobile-menu .icons-block {
  display: flex;
  margin: 0 -10px; }
  /* line 294, _header.scss */
  header .icons-block .item,
  footer .panel.mobile-menu .icons-block .item {
    padding: 0 10px;
    color: #7a7a7a;
    font-size: 10px;
    line-height: 1;
    font-family: tahoma, arial, helvetica, sans-serif; }
    /* line 300, _header.scss */
    header .icons-block .item img,
    footer .panel.mobile-menu .icons-block .item img {
      height: 16px;
      margin-right: 5px; }

/* line 308, _header.scss */
.section--header--mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  color: #fff;
  background: #000;
  z-index: 2; }
  /* line 320, _header.scss */
  .section--header--mobile > div {
    flex: 1; }
  /* line 323, _header.scss */
  .section--header--mobile .menu-btn {
    display: flex; }
    /* line 325, _header.scss */
    .section--header--mobile .menu-btn .btn {
      font-size: 30px; }
    /* line 328, _header.scss */
    .section--header--mobile .menu-btn .fa-search,
    .section--header--mobile .menu-btn .search_widget-submit {
      margin-left: 10px; }
  /* line 333, _header.scss */
  .section--header--mobile .logo-wrapper {
    text-align: center; }
    /* line 335, _header.scss */
    .section--header--mobile .logo-wrapper .logo {
      display: inline-block; }
      /* line 337, _header.scss */
      .section--header--mobile .logo-wrapper .logo img {
        display: inline-block;
        max-height: 40px; }
  /* line 343, _header.scss */
  .section--header--mobile .icons {
    display: flex;
    justify-content: flex-end;
    font-size: 22px; }
    /* line 347, _header.scss */
    .section--header--mobile .icons .col {
      padding: 10px; }
    /* line 350, _header.scss */
    .section--header--mobile .icons a:hover {
      color: #ffb8b8; }
    /* line 353, _header.scss */
    .section--header--mobile .icons .basket {
      /*margin-right: 10px;*/ }
      /* line 355, _header.scss */
      .section--header--mobile .icons .basket .basket-items_count {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        line-height: 1;
        background-color: #f03636;
        border-radius: 100em; }

@media (max-width: 800px) {
  /* line 377, _header.scss */
  header .section--header--mobile {
    display: flex; }
  /* line 381, _header.scss */
  header .buttons-right,
  header .official-site,
  header .section--header {
    display: none; }
  /* line 386, _header.scss */
  header .section--header .section-header-wrapper {
    flex-direction: column; }

  /* line 390, _header.scss */
  footer .panel.mobile-menu .icons-block {
    display: flex;
    flex-wrap: wrap; }
    /* line 393, _header.scss */
    footer .panel.mobile-menu .icons-block .item {
      padding: 10px;
      font-size: 14px; }
      /* line 396, _header.scss */
      footer .panel.mobile-menu .icons-block .item img {
        height: 20px; } }
/* layouts */
/* line 3, _layout.scss */
html {
  height: 100%; }

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

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

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

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

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

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

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

/* line 68, _layout.scss */
.myPopup .js-recaptcha-field {
  display: flex;
  justify-content: center; }

/* данные классы используются для стилизации крупных блоков. */
/* line 3, _section.scss */
.section--top_line {
  background: #ffffff;
  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: $main-bg-color;*/ }
  /* line 18, _section.scss */
  .section--content > .wrap {
    /*background-color: $content-bg;*/
    padding-bottom: 110px; }
/* line 24, _section.scss */
.section--footer_menus {
  background-color: #ffffff;
  background-image: url(https://static.insales-cdn.com/assets/1/3899/1847099/1747147489/main_bg.png);
  background-position: top center;
  background-repeat: repeat; }
  /* line 31, _section.scss */
  .section--footer_menus > .wrap {
    background-color: #fff; }

/* line 41, _section.scss */
body.index-page .section--content {
  background: none; }

/* footer */
/* line 2, _footer.scss */
footer {
  padding-bottom: 50px;
  color: #7a7a7a;
  /*
      background-color: #FFFFFF;
      background-image: url(header_bg.png);
      background-position: top center;
      background-repeat: repeat;
  */ }
  /* line 14, _footer.scss */
  footer .phones-block .phone-num {
    margin-bottom: 10px;
    color: #565656;
    font-size: 14px;
    line-height: 24px;
    font-family: tahoma, arial, helvetica, sans-serif; }
  /* line 26, _footer.scss */
  footer .contacts-block {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 -10px; }
    /* line 32, _footer.scss */
    footer .contacts-block .col {
      padding: 10px; }
      /* line 34, _footer.scss */
      footer .contacts-block .col:last-child {
        margin-left: auto; }
    /* line 38, _footer.scss */
    footer .contacts-block .button-wrapper {
      display: inline-block;
      vertical-align: middle; }
      /* line 41, _footer.scss */
      footer .contacts-block .button-wrapper .callCbFormBtn {
        display: inline-block;
        padding: 10px 25px;
        color: #2d2d2d;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        border: 1px solid rgba(0, 0, 0, 0.4);
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }
        /* line 57, _footer.scss */
        footer .contacts-block .button-wrapper .callCbFormBtn:hover {
          color: #fff;
          border-color: #2f801b;
          background: #2f801b; }
    /* line 64, _footer.scss */
    footer .contacts-block .phone-num {
      color: #000;
      font-size: 20px;
      font-weight: 700; }
      /* line 74, _footer.scss */
      footer .contacts-block .phone-num span {
        color: #7b7b7b;
        font-size: 18px;
        font-weight: normal; }
    /* line 80, _footer.scss */
    footer .contacts-block .social-block {
      text-align: right; }
      /* line 82, _footer.scss */
      footer .contacts-block .social-block .social-wrapper {
        display: inline-block;
        vertical-align: middle; }
  /* line 89, _footer.scss */
  footer .copyright-block {
    padding-top: 25px; }

/* line 100, _footer.scss */
.footer_block-title {
  position: relative;
  color: #000;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 800px) {
    /* line 100, _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: #424242;
      font-weight: normal; }
      /* line 114, _footer.scss */
      .footer_block-title:hover {
        background-color: #2f801b;
        color: #ffffff; } }
/* line 122, _footer.scss */
.footer_block-content.menu--collapse {
  padding-top: 0.5em;
  color: #636363; }

/* line 130, _footer.scss */
.copyright {
  color: #636363; }

/* line 137, _footer.scss */
.footer_panel {
  height: 40px;
  line-height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  box-shadow: 0px 0px 4px 0px #000; }
  /* line 147, _footer.scss */
  .footer_panel-margin {
    height: 40px; }
  /* line 151, _footer.scss */
  .footer_panel-button {
    line-height: 40px; }

/* line 156, _footer.scss */
.panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1050;
  background-color: #fff;
  border-right: 1px solid #cccccc;
  overflow-y: scroll; }
  @media screen and (max-width: 880px) {
    /* line 169, _footer.scss */
    .panel.js-panel-filter .sidebar_block {
      transform: translate(-110%, 0px);
      transition: 1s;
      position: relative; }
      /* line 174, _footer.scss */
      .panel.js-panel-filter .sidebar_block .hid {
        display: none; } }
  /* line 179, _footer.scss */
  .panel.js-panel-filter.open {
    display: block; }
    /* line 181, _footer.scss */
    .panel.js-panel-filter.open .sidebar_block {
      transform: translate(0px, 0px); }
  /* line 185, _footer.scss */
  .panel.js-panel-filter .fa-times {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px; }
  /* line 192, _footer.scss */
  .panel hr {
    border: none;
    color: #f3f3f3;
    background-color: #f3f3f3;
    height: 1px; }
  /* line 198, _footer.scss */
  .panel .menu {
    font-size: 18px; }
    /* line 201, _footer.scss */
    .panel .menu.custom_menu_items .menu-node {
      color: #636363; }

/*
@media (max-width: 800px) {
	header .section--top_line {
		margin-top: $footer_panel-height;
	}
}
*/
/* line 216, _footer.scss */
.button-wrapper {
  display: inline-block;
  vertical-align: middle; }
  /* line 219, _footer.scss */
  .button-wrapper .callCbFormBtn {
    display: inline-block;
    padding: 10px 25px;
    color: #2d2d2d;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    /* line 235, _footer.scss */
    .button-wrapper .callCbFormBtn:hover {
      color: #fff;
      border-color: #2f801b;
      background: #2f801b; }

/* 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: #424242;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; }
    /* line 18, _index.scss */
    .index_collection-title a {
      background: #fff;
      padding-right: 8px; }
      /* line 22, _index.scss */
      .index_collection-title a:hover {
        color: #424242; }

/* line 32, _index.scss */
body.index-page {
  background: #fff; }

/* line 36, _index.scss */
.index-page .section--content > .wrap {
  padding-bottom: 60px; }

/* line 40, _index.scss */
.index-title {
  margin: 50px 0 10px;
  color: #000;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-linear-gradient(to bottom, #eee 0%, #eee 100%) no-repeat center/100% 1px;
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%) no-repeat center/100% 1px; }
  @media screen and (max-width: 920px) {
    /* line 40, _index.scss */
    .index-title {
      max-width: 340px; } }

/* line 53, _index.scss */
.index-title .inner {
  padding-right: 10px;
  background: #fff; }

/* line 61, _index.scss */
.index-categories .category-wrapper {
  text-align: center;
  padding: 10px; }
  /* line 65, _index.scss */
  .index-categories .category-wrapper .category {
    display: block;
    position: relative;
    height: 1px;
    min-height: 200px;
    padding: 12px;
    overflow: hidden;
    text-align: left; }
    /* line 73, _index.scss */
    .index-categories .category-wrapper .category .content {
      height: 100%;
      padding: 12px 0;
      border: 1px solid #fff; }
    /* line 84, _index.scss */
    .index-categories .category-wrapper .category .title {
      display: inline-block;
      padding: 5px 10px;
      color: #000;
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      font-family: "PT Sans Narrow", sans-serif;
      background: rgba(255, 255, 255, 0.7);
      text-transform: uppercase; }
    /* line 95, _index.scss */
    .index-categories .category-wrapper .category .price {
      font-family: tahoma, arial, helvetica, sans-serif;
      font-size: 12px;
      line-height: 22px; }
    /* line 100, _index.scss */
    .index-categories .category-wrapper .category::after {
      		          /*
                  content: 'Перейти в каталог';
                  position: absolute;
                  left: 0;
                  right: 0;
      			bottom: -40px;
      			padding: 10px 0;
      
                  background-color: #2f801b;
                  color: #FFFFFF;
      
                  -moz-transition-duration: 0.3s;
                  -o-transition-duration: 0.3s;
                  -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s;*/ }
    /* line 116, _index.scss */
    .index-categories .category-wrapper .category:hover::after {
      bottom: 0; }
  /* line 121, _index.scss */
  .index-categories .category-wrapper:nth-child(1) .category {
    background-image: -webkit-radial-gradient(circle at 50% 75%, #ffffff, #f0d9d9 100%);
    background-image: radial-gradient(circle at 50% 75%, #ffffff, #f0d9d9 100%); }
  /* line 125, _index.scss */
  .index-categories .category-wrapper:nth-child(2) .category {
    background-image: -webkit-radial-gradient(circle at 50% 75%, #ffffff, #e4e8e9 100%);
    background-image: radial-gradient(circle at 50% 75%, #ffffff, #e4e8e9 100%); }
  /* line 129, _index.scss */
  .index-categories .category-wrapper:nth-child(3) .category {
    background-image: -webkit-radial-gradient(circle at 50% 75%, #ffffff, #d7d7d7 100%);
    background-image: radial-gradient(circle at 50% 75%, #ffffff, #d7d7d7 100%); }
  /* line 133, _index.scss */
  .index-categories .category-wrapper:nth-child(4) .category {
    background-image: -webkit-radial-gradient(circle at 50% 75%, #ffffff, #f0e9d9 100%);
    background-image: radial-gradient(circle at 50% 75%, #ffffff, #f0e9d9 100%); }
  /* line 137, _index.scss */
  .index-categories .category-wrapper:nth-child(5) .category {
    background-image: -webkit-radial-gradient(circle at 50% 75%, #ffffff, #ebebeb 100%);
    background-image: radial-gradient(circle at 50% 75%, #ffffff, #ebebeb 100%); }
  /* line 141, _index.scss */
  .index-categories .category-wrapper:nth-child(6) .category {
    background-image: -webkit-radial-gradient(circle at 50% 75%, #ffffff, #f0e5d9 100%);
    background-image: radial-gradient(circle at 50% 75%, #ffffff, #f0e5d9 100%); }

/* line 150, _index.scss */
.wholesale-buyers-wrapper {
  margin-top: 40px;
  padding: 10px; }

/* line 155, _index.scss */
.wholesale-buyers-wrapper .wholesale-buyers-form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  padding: 25px 40px;
  border: 1px solid #e2dfdb; }

/* line 163, _index.scss */
.wholesale-buyers-wrapper .wholesale-buyers-form .title {
  color: #4b4b4b;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px; }

/* line 170, _index.scss */
.wholesale-buyers-wrapper .wholesale-buyers-form .text {
  padding-top: 10px;
  color: #4b4b4b;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px; }

/* line 177, _index.scss */
.wholesale-buyers-wrapper .wholesale-buyers-form .wb-form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr auto;
  padding-top: 20px; }

/* line 183, _index.scss */
.wholesale-buyers-wrapper .wholesale-buyers-form .wb-form .field-wrapper {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px; }

/* line 188, _index.scss */
.wholesale-buyers-wrapper .wholesale-buyers-form .wb-form .field-wrapper input[type="text"] {
  width: 100%;
  height: 54px;
  padding: 0 10px;
  margin-right: 10px;
  color: #707070;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14px;
  border: 1px solid #cccccc;
  background-color: #fff; }
  /* line 198, _index.scss */
  .wholesale-buyers-wrapper .wholesale-buyers-form .wb-form .field-wrapper input[type="text"].error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 8px rgba(255, 0, 0, 0.6); }
  /* line 203, _index.scss */
  .wholesale-buyers-wrapper .wholesale-buyers-form .wb-form .field-wrapper input[type="text"]:focus {
    border-color: #55c924;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), inset 0 0 8px rgba(85, 201, 36, 0.6); }

/* line 209, _index.scss */
.wholesale-buyers-wrapper .wholesale-buyers-form .wb-form .field-wrapper input[type="submit"] {
  min-width: 160px;
  height: 54px;
  color: #2d2d2d;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #999;
  background-color: #fff;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff;
  border-color: #5bba60;
  background: #5bba60; }
  /* line 229, _index.scss */
  .wholesale-buyers-wrapper .wholesale-buyers-form .wb-form .field-wrapper input[type="submit"]:hover {
    color: #fff;
    border-color: #2f801b;
    background: #2f801b; }

/* line 236, _index.scss */
.slider--product .openCatalog {
  text-align: center;
  margin-top: 30px; }
  /* line 239, _index.scss */
  .slider--product .openCatalog a {
    display: inline-block;
    padding: 20px 30px;
    background-color: #5bba60;
    color: #ffffff;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

/* line 251, _index.scss */
.index_slider-block .slider-form-block .slider-form {
  margin-top: 47px; }

/* line 256, _index.scss */
.index_search-mobile {
  display: none;
  padding: 10px 15px; }

@media (max-width: 800px) {
  /* line 263, _index.scss */
  .index_search-mobile,
  .wholesale-buyers-wrapper .wholesale-buyers-form {
    display: block; } }
@media (max-width: 642px) {
  /* line 269, _index.scss */
  .wrap.grid-indent .row .index-categories .category-wrapper {
    padding: 2.5px; }

  /* line 272, _index.scss */
  .index-categories .category-wrapper .category {
    min-height: 90px; } }
@media (max-width: 500px) {
  /* line 278, _index.scss */
  .wholesale-buyers-wrapper .wholesale-buyers-form .wb-form {
    grid-gap: 10px;
    grid-template-columns: auto; } }
/* collection */
/* line 6, _collection.scss */
.collection-description {
  margin: 1em 0; }
/* line 10, _collection.scss */
.collection-seo_description {
  margin: 1em 0; }
/* line 20, _collection.scss */
.collection-panel {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  @media screen and (max-width: 800px) {
    /* line 20, _collection.scss */
    .collection-panel {
      display: flex; } }
  /* line 26, _collection.scss */
  .collection-panel .button, .collection-panel .editor #feedback_form #feedback_commit, .editor #feedback_form .collection-panel #feedback_commit, .collection-panel .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .collection-panel .menu-marker--parent, .collection-panel .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .collection-panel .menu-marker--parent, .collection-panel .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .collection-panel .menu-marker--parent {
    vertical-align: middle;
    border: none;
    background: none;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none !important;
    display: block;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
    background-color: #5bba60;
    color: #fff;
    border-radius: 4px;
    min-width: 50%; }
    @media screen and (min-width: 801px) {
      /* line 26, _collection.scss */
      .collection-panel .button, .collection-panel .editor #feedback_form #feedback_commit, .editor #feedback_form .collection-panel #feedback_commit, .collection-panel .menu-node--collection_lvl_1 .menu-marker--parent, .menu-node--collection_lvl_1 .collection-panel .menu-marker--parent, .collection-panel .menu-node--collection_lvl_2 .menu-marker--parent, .menu-node--collection_lvl_2 .collection-panel .menu-marker--parent, .collection-panel .menu-node--collection_lvl_3 .menu-marker--parent, .menu-node--collection_lvl_3 .collection-panel .menu-marker--parent {
        display: none; } }
    /* line 47, _collection.scss */
    .collection-panel .button .svg-inline--fa, .collection-panel .editor #feedback_form #feedback_commit .svg-inline--fa, .editor #feedback_form .collection-panel #feedback_commit .svg-inline--fa, .collection-panel .menu-node--collection_lvl_1 .menu-marker--parent .svg-inline--fa, .menu-node--collection_lvl_1 .collection-panel .menu-marker--parent .svg-inline--fa, .collection-panel .menu-node--collection_lvl_2 .menu-marker--parent .svg-inline--fa, .menu-node--collection_lvl_2 .collection-panel .menu-marker--parent .svg-inline--fa, .collection-panel .menu-node--collection_lvl_3 .menu-marker--parent .svg-inline--fa, .menu-node--collection_lvl_3 .collection-panel .menu-marker--parent .svg-inline--fa {
      height: 1em; }

/* line 57, _collection.scss */
.promo-gifts {
  display: none;
  position: relative;
  margin: 20px 0 60px;
  padding: 10px 25px 1px;
  border-radius: 6px;
  background: #fff4f4; }
  /* line 64, _collection.scss */
  .promo-gifts .title {
    color: #f44646;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 70, _collection.scss */
  .promo-gifts .gifts-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    max-width: 388px;
    height: 133px;
    padding: 10px 30px;
    margin: 10px 0 -20px;
    color: #fff;
    line-height: 1;
    background: url(promo-gift-tag-bg.png) no-repeat left top/contain; }
    /* line 82, _collection.scss */
    .promo-gifts .gifts-info .item {
      padding: 5px 0; }
      /* line 84, _collection.scss */
      .promo-gifts .gifts-info .item .promo-label {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 14px; }
      /* line 88, _collection.scss */
      .promo-gifts .gifts-info .item .promo-code {
        margin-top: 5px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
  /* line 96, _collection.scss */
  .promo-gifts .gift-icon {
    position: absolute;
    top: 10px;
    right: 40px; }

@media (max-width: 920px) {
  /* line 105, _collection.scss */
  .promo-gifts .gift-icon {
    display: none; } }
@media (max-width: 800px) {
  /* line 113, _collection.scss */
  .promo-gifts .gift-icon {
    display: block; } }
@media (max-width: 700px) {
  /* line 121, _collection.scss */
  .promo-gifts .gift-icon {
    display: none; } }
@media (max-width: 460px) {
  /* line 128, _collection.scss */
  .promo-gifts {
    padding: 0;
    background: none; }
    /* line 131, _collection.scss */
    .promo-gifts .gifts-info {
      height: auto;
      padding: 5px 10px; } }
/* product */
/* line 3, _product.scss */
.product {
  padding-top: 7px; }
  /* line 9, _product.scss */
  .product-gallery {
    position: relative; }
    /* line 13, _product.scss */
    .touch .product-gallery--no_touch {
      display: none; }
    /* line 19, _product.scss */
    .touch .product-gallery--touch {
      display: block !important; }
  /* line 37, _product.scss */
  .product-presence_field {
    color: #3c763d; }
    /* line 40, _product.scss */
    .product-presence_field--sell_off {
      color: #a94442; }
  /* line 53, _product.scss */
  .product-properties tr:last-child td {
    border-bottom: none; }
  /* line 75, _product.scss */
  .product .gift-info {
    margin-top: 30px;
    min-height: 80px;
    padding: 10px 10px 15px 100px;
    border-radius: 6px;
    border: 4px solid #f03636;
    background: url(bant.png) no-repeat left top/contain #fff4f4; }
    /* line 82, _product.scss */
    .product .gift-info .title {
      color: #f03636;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase; }
    /* line 88, _product.scss */
    .product .gift-info .text {
      color: #7a7a7a;
      font-family: tahoma, arial, helvetica, sans-serif; }
  /* line 94, _product.scss */
  .product-buy {
    width: 100%;
    height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1; }
    /* line 102, _product.scss */
    .product-buy .fa {
      margin-right: 5px;
      font-size: 20px; }

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

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

/* line 152, _product.scss */
.banner-sale {
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: 0 3px 15px rgba(131, 103, 20, 0.5);
  background-color: #fdca00;
  z-index: 9999;
  border-radius: 50%;
  right: 60px;
  text-align: center;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 33px;
  line-height: 18px; }
  /* line 170, _product.scss */
  .banner-sale span {
    font-size: 21px; }

@media (max-width: 800px) {
  /* line 175, _product.scss */
  .banner-sale {
    right: 0;
    padding-top: 26px;
    width: 85px;
    height: 85px; } }
/* line 184, _product.scss */
body.product-page .section--breadcrumbs {
  background: none;
  border-bottom: none; }
/* line 188, _product.scss */
body.product-page .section--content {
  background: none; }
  /* line 191, _product.scss */
  body.product-page .section--content .advantages {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding: 10px 0 35px; }
    /* line 196, _product.scss */
    body.product-page .section--content .advantages .advantage {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 40px auto; }
      /* line 204, _product.scss */
      body.product-page .section--content .advantages .advantage .description .title {
        color: #4b4b4b;
        font-size: 14px;
        font-family: tahoma, arial, helvetica, sans-serif;
        text-transform: uppercase; }
      /* line 210, _product.scss */
      body.product-page .section--content .advantages .advantage .description .text {
        margin-top: 3px;
        color: #7a7a7a;
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 10px; }
  /* line 221, _product.scss */
  body.product-page .section--content .product-detail .product-title {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 233, _product.scss */
  body.product-page .section--content .product-detail .product-sku {
    margin-top: 5px;
    color: #b4b4b4;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 1; }
  /* line 240, _product.scss */
  body.product-page .section--content .product-detail .product-anchors {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 30px -5px 0;
    margin-top: 30px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    /* line 254, _product.scss */
    body.product-page .section--content .product-detail .product-anchors .item {
      padding: 0 5px; }
    /* line 257, _product.scss */
    body.product-page .section--content .product-detail .product-anchors a {
      display: block;
      padding: 5px 0;
      border-bottom: 2px solid transparent; }
      /* line 261, _product.scss */
      body.product-page .section--content .product-detail .product-anchors a:hover {
        color: #000;
        background: none;
        border-color: #f03636; }
  /* line 268, _product.scss */
  body.product-page .section--content .product-detail .product-tubs-controls {
    margin-top: 30px; }
  /* line 271, _product.scss */
  body.product-page .section--content .product-detail .product-sticky-header {
    z-index: 3; }
    /* line 276, _product.scss */
    body.product-page .section--content .product-detail .product-sticky-header.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: #fff;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18); }
      /* line 283, _product.scss */
      body.product-page .section--content .product-detail .product-sticky-header.sticky .sticky-header-wrapper {
        height: 64px;
        padding: 0 10px;
        display: grid;
        grid-gap: 25px;
        align-items: center;
        grid-template-columns: auto 240px; }
        /* line 290, _product.scss */
        body.product-page .section--content .product-detail .product-sticky-header.sticky .sticky-header-wrapper .product-anchors {
          margin: 0; }
        /* line 293, _product.scss */
        body.product-page .section--content .product-detail .product-sticky-header.sticky .sticky-header-wrapper .product-title {
          font-size: 16px;
          white-space: nowrap;
          /* Отменяем перенос текста */
          overflow: hidden;
          /* Обрезаем содержимое */
          text-overflow: ellipsis;
          /* Многоточие */ }
        /* line 300, _product.scss */
        body.product-page .section--content .product-detail .product-sticky-header.sticky .sticky-header-wrapper .product-sku {
          margin: 5px 0 0;
          color: #b4b4b4;
          font-family: tahoma, arial, helvetica, sans-serif;
          font-size: 12px;
          line-height: 1; }
    /* line 309, _product.scss */
    body.product-page .section--content .product-detail .product-sticky-header .l-side {
      grid-row: 1; }
  /* line 314, _product.scss */
  body.product-page .section--content .product-detail .main-content-wrapper {
    display: grid;
    grid-gap: 25px;
    margin-top: 40px;
    grid-template-areas: "gallery specifications buy" "other   other          buy";
    grid-template-columns: auto 300px 240px; }
    @media (max-width: 800px) {
      /* line 314, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper {
        grid-template-areas: "gallery        buy" "specifications buy" "other          buy";
        grid-template-columns: auto 240px; } }
    @media (max-width: 600px) {
      /* line 314, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper {
        grid-template-areas: "gallery" "buy" "specifications" "other";
        grid-template-columns: 100%; } }
    /* line 337, _product.scss */
    body.product-page .section--content .product-detail .main-content-wrapper .product-gallery {
      grid-area: gallery;
      overflow: hidden; }
      /* line 340, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-gallery > {
        max-width: 100%; }
    /* line 344, _product.scss */
    body.product-page .section--content .product-detail .main-content-wrapper .product-specifications {
      grid-area: specifications; }
      /* line 346, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-specifications .block-title {
        color: #000;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; }
      /* line 352, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-specifications .specifications {
        margin-top: 10px; }
    /* line 356, _product.scss */
    body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info {
      grid-area: buy;
      line-height: 1; }
      /* line 359, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .sticky {
        position: sticky;
        top: 90px; }
        @media (max-width: 800px) {
          /* line 359, _product.scss */
          body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .sticky {
            top: 40px; } }
      /* line 366, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .buy-block {
        padding: 10px 20px;
        background: #fff;
        border: 1px solid #d1d1d1; }
      /* line 371, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .wanna-cheaper {
        display: inline-block;
        color: #f03636;
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
        border-bottom: 1px dashed; }
      /* line 379, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .price {
        margin-top: 15px;
        display: grid;
        grid-gap: 10px;
        align-items: end;
        justify-content: left;
        grid-template-columns: auto auto; }
        /* line 386, _product.scss */
        body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .price .price-value {
          color: #4b4b4b;
          font-size: 28px;
          font-weight: 700; }
        /* line 391, _product.scss */
        body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .price .prices-old {
          color: #f03636;
          font-size: 20px;
          font-weight: 700;
          text-decoration: line-through; }
      /* line 398, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .ssec {
        color: #4b4b4b;
        font-size: 12px; }
        /* line 401, _product.scss */
        body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .ssec .ssec-red {
          color: #f03636; }
      /* line 405, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .product-order {
        margin-top: 10px; }
      /* line 408, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .call-ocb-btn {
        width: 100%;
        margin-top: 10px;
        padding: 15px 10px;
        color: #f03636;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        background: #fff;
        border: 1px solid #ccc;
        cursor: pointer; }
      /* line 421, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .call-ocb-btn {
        margin-top: 10px; }
      /* line 424, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .info {
        margin-top: 10px;
        color: #f03636;
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 14px;
        padding-left: 20px;
        background: url(fast-recall-ico.png) no-repeat left center/14px;
        cursor: pointer; }
      /* line 434, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .availability {
        margin-top: 15px;
        padding-left: 20px;
        color: #87c26a;
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 14px;
        background: url(available-icon.png) no-repeat left center/14px; }
        /* line 441, _product.scss */
        body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .availability.not-available {
          color: #f00;
          padding-left: 0;
          background: none; }
      /* line 447, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .glp-btn {
        display: inline-block;
        margin-top: 15px;
        color: #f03636;
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 12px;
        border-bottom: 1px dashed;
        cursor: pointer; }
      /* line 457, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .calculate_delivery .delivery-title {
        margin-top: 15px;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase; }
      /* line 465, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .calculate_delivery .insales_widget-delivery.insales_widget-delivery--box-shadow {
        padding: 0;
        box-shadow: none; }
      /* line 469, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .calculate_delivery .insales_widget-delivery.insales_widget-delivery--with-background .insales_widget-delivery_header {
        background: none; }
        /* line 471, _product.scss */
        body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .calculate_delivery .insales_widget-delivery.insales_widget-delivery--with-background .insales_widget-delivery_header .insales_widget-label {
          display: none; }
        /* line 475, _product.scss */
        body.product-page .section--content .product-detail .main-content-wrapper .product-buy-info .calculate_delivery .insales_widget-delivery.insales_widget-delivery--with-background .insales_widget-delivery_header .insales_widget-current_address span {
          margin-left: 0; }
    /* line 488, _product.scss */
    body.product-page .section--content .product-detail .main-content-wrapper .product-other-info {
      grid-area: other; }
      /* line 490, _product.scss */
      body.product-page .section--content .product-detail .main-content-wrapper .product-other-info .block-title {
        padding: 60px 0 15px;
        color: #000;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase; }
  /* line 500, _product.scss */
  body.product-page .section--content .product-detail .specifications {
    width: 100%;
    color: #7a7a7a;
    font-size: 12px;
    white-space: nowrap;
    font-family: tahoma, arial, helvetica, sans-serif;
    line-height: 1; }
    /* line 507, _product.scss */
    body.product-page .section--content .product-detail .specifications .product-properties {
      margin: 0; }
      /* line 510, _product.scss */
      body.product-page .section--content .product-detail .specifications .product-properties tr td {
        padding: 15px 0 0;
        border: none; }
        /* line 513, _product.scss */
        body.product-page .section--content .product-detail .specifications .product-properties tr td.property-title {
          width: 100%;
          background: -webkit-linear-gradient(to right, #ccc 50%, transparent 50%) repeat-x left bottom 2px/2px 1px;
          background: linear-gradient(to right, #cccccc 50%, rgba(0, 0, 0, 0) 50%) repeat-x left bottom 2px/2px 1px; }
          /* line 517, _product.scss */
          body.product-page .section--content .product-detail .specifications .product-properties tr td.property-title span {
            background: #fff; }
        /* line 521, _product.scss */
        body.product-page .section--content .product-detail .specifications .product-properties tr td.property-values {
          text-align: left; }
      /* line 525, _product.scss */
      body.product-page .section--content .product-detail .specifications .product-properties tr:first-child td {
        padding: 0; }
  /* line 533, _product.scss */
  body.product-page .section--content .product-detail #specifications .specifications {
    font-size: inherit; }
    /* line 535, _product.scss */
    body.product-page .section--content .product-detail #specifications .specifications .product-properties tr td.property-title {
      background-size: 4px 2px; }
  /* line 543, _product.scss */
  body.product-page .section--content .product-detail .product-gallery .product-labels {
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 2;
    text-align: left; }
    /* line 549, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .product-labels .label {
      margin-top: 4px; }
    /* line 552, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .product-labels .free-delivery {
      display: inline-block;
      padding: 7px 10px;
      padding-left: 25px;
      color: #000;
      font-size: 12px;
      line-height: 1;
      background: url(box-ico.svg) no-repeat 8px 7px #ffcc31; }
    /* line 561, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .product-labels .out-of-stock {
      display: inline-block;
      padding: 7px 10px;
      color: #000;
      font-size: 12px;
      line-height: 1;
      background: #a4a4a4; }
    /* line 570, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .product-labels .doscount {
      display: inline-block;
      padding: 4px 8px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      background: #f03636; }
  /* line 581, _product.scss */
  body.product-page .section--content .product-detail .product-gallery .compare-trigger {
    color: #565656;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 1; }
    /* line 586, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .compare-trigger .compare-add,
    body.product-page .section--content .product-detail .product-gallery .compare-trigger .compare-remove {
      display: inline-flex;
      position: initial;
      width: auto;
      height: 40px;
      padding: 0 10px;
      align-items: center;
      justify-content: center;
      border: 1px solid #ccc;
      background-color: #fff;
      cursor: pointer; }
      /* line 598, _product.scss */
      body.product-page .section--content .product-detail .product-gallery .compare-trigger .compare-add img,
      body.product-page .section--content .product-detail .product-gallery .compare-trigger .compare-remove img {
        margin-right: 10px; }
    /* line 603, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .compare-trigger .compare-remove {
      display: none;
      background-color: #f03636; }
    /* line 608, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .compare-trigger .compare-added {
      display: none;
      line-height: inherit; }
    /* line 614, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .compare-trigger--added .compare-add {
      display: none; }
    /* line 617, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .compare-trigger--added .compare-remove {
      display: inline-flex;
      color: #000; }
    /* line 621, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .compare-trigger--added .compare-added {
      display: block; }
    /* line 626, _product.scss */
    .no-touch body.product-page .section--content .product-detail .product-gallery .compare-trigger:hover .compare-trigger_text {
      width: 150px; }
  /* line 631, _product.scss */
  body.product-page .section--content .product-detail .product-gallery .slider-left--gallery,
  body.product-page .section--content .product-detail .product-gallery .slider-right--gallery {
    font-size: 12px;
    color: #f03636;
    opacity: .5; }
    /* line 636, _product.scss */
    body.product-page .section--content .product-detail .product-gallery .slider-left--gallery:hover,
    body.product-page .section--content .product-detail .product-gallery .slider-right--gallery:hover {
      opacity: 1; }

/* line 647, _product.scss */
#item_view_count {
  display: none;
  border: dashed 1px #f03636;
  padding: 0.5em 1em;
  margin-top: 1em;
  border-radius: 5px;
  font-weight: bold;
  color: #f03636; }

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

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

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

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

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

/* comapre */
/* line 11, _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 18, _compare.scss */
  .compare-remove:not(.button--marker):hover {
    color: #424242; }
/* line 23, _compare.scss */
.compare-trigger {
  display: inline-block;
  margin: 0 5px 5px 0; }
  /* line 27, _compare.scss */
  .compare-trigger .compare-add,
  .compare-trigger .compare-remove {
    position: initial;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    cursor: pointer; }
  /* line 40, _compare.scss */
  .compare-trigger .compare-remove {
    display: none;
    background-color: #f03636; }
  /* line 45, _compare.scss */
  .compare-trigger .compare-added {
    display: none;
    line-height: inherit; }
  /* line 51, _compare.scss */
  .compare-trigger--added .compare-add {
    display: none; }
  /* line 54, _compare.scss */
  .compare-trigger--added .compare-remove {
    display: flex; }
  /* line 57, _compare.scss */
  .compare-trigger--added .compare-added {
    display: block; }
  /* line 62, _compare.scss */
  .no-touch .compare-trigger:hover .compare-trigger_text {
    width: 150px; }
/* line 68, _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 82, _compare.scss */
.compare_row-title {
  max-width: 200px;
  min-width: 200px;
  padding: 0.5em; }
/* line 89, _compare.scss */
.compare_row-item {
  min-width: 240px;
  max-width: 240px;
  padding: 0.5em; }
  /* line 95, _compare.scss */
  .compare_row-item--title {
    position: relative; }
    /* line 98, _compare.scss */
    .compare_row-item--title .image-wrapper {
      max-height: 160px;
      margin-bottom: 1em;
      overflow: hidden; }
  /* line 105, _compare.scss */
  .compare_row-item--footer {
    position: relative; }
/* line 110, _compare.scss */
.compare_row-item_title {
  margin: -0.5em -0.5em 0.5em;
  padding: 0.5em;
  background-color: #cccccc; }
/* line 117, _compare.scss */
.compare_row-form {
  margin: 1em 0; }
/* line 123, _compare.scss */
.compare_row--header .compare_row-item,
.compare_row--header .compare_row-title {
  border-bottom: 2px solid #cccccc; }
/* line 128, _compare.scss */
.compare_row--header .compare_row-item {
  text-align: center; }
/* line 132, _compare.scss */
.compare_row--header .compare_row-title {
  vertical-align: bottom; }
/* line 139, _compare.scss */
.compare_row--body:nth-child(even) {
  background-color: #e6e6e6; }
/* line 143, _compare.scss */
.compare_row--body .compare_row-item,
.compare_row--body .compare_row-title {
  border-bottom: 1px solid #cccccc; }
/* line 149, _compare.scss */
.compare_row--footer {
  border-width: 0; }
  /* line 152, _compare.scss */
  .compare_row--footer .compare_row-item {
    text-align: center;
    padding: 1em; }

/* избранное */
/* line 5, _favorite.scss */
.favorite-trigger {
  display: inline-block;
  margin: 0 5px 5px 0; }
  /* line 9, _favorite.scss */
  .favorite-trigger .favorite-add,
  .favorite-trigger .favorite-remove {
    position: initial;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    cursor: pointer; }
  /* line 22, _favorite.scss */
  .favorite-trigger .favorite-remove {
    display: none;
    background-color: #f03636; }
  /* line 28, _favorite.scss */
  .favorite-trigger--added .favorite-add {
    display: none; }
  /* line 32, _favorite.scss */
  .favorite-trigger--added .favorite-remove {
    display: flex; }

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

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

/* page */
/* line 4, _page.scss */
.page .page-content {
  font-size: 12pt; }
/* line 7, _page.scss */
.page .contacts-page {
  		/*color: #565656;
          font-family: tahoma, arial, helvetica, sans-serif;
          font-size: 14px;
  		p {
  			line-height: 1.8;
  		}*/ }
  /* line 14, _page.scss */
  .page .contacts-page .title {
    padding-top: 30px;
    color: #000;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 22, _page.scss */
  .page .contacts-page .sub-title {
    padding-top: 10px;
    color: #000;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 30, _page.scss */
  .page .contacts-page .agencies {
    padding-top: 40px; }
    /* line 34, _page.scss */
    .page .contacts-page .agencies .agency .image img {
      width: 100% !important; }
    /* line 39, _page.scss */
    .page .contacts-page .agencies .agency .text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      /* line 43, _page.scss */
      .page .contacts-page .agencies .agency .text ul li {
        line-height: 30px; }
  /* line 52, _page.scss */
  .page .contacts-page .contacts-form {
    text-align: center; }
    /* line 54, _page.scss */
    .page .contacts-page .contacts-form .form-wrapper {
      border: 1px solid #e2dfdb;
      padding: 25px 10px 25px; }
      /* line 58, _page.scss */
      .page .contacts-page .contacts-form .form-wrapper .form-title {
        color: #4b4b4b;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1; }
      /* line 66, _page.scss */
      .page .contacts-page .contacts-form .form-wrapper form {
        padding-top: 15px;
        box-sizing: border-box; }
        /* line 69, _page.scss */
        .page .contacts-page .contacts-form .form-wrapper form * {
          box-sizing: border-box; }
        /* line 72, _page.scss */
        .page .contacts-page .contacts-form .form-wrapper form .field-wrapper {
          padding: 5px 0; }
          /* line 74, _page.scss */
          .page .contacts-page .contacts-form .form-wrapper form .field-wrapper input,
          .page .contacts-page .contacts-form .form-wrapper form .field-wrapper textarea {
            width: 300px;
            height: 40px;
            padding: 10px 15px;
            border: 1px solid #cccccc;
            background-color: #ffffff;
            color: #707070;
            font-family: "PT Sans Narrow", sans-serif;
            font-size: 14px;
            resize: none;
            outline: 0; }
            /* line 86, _page.scss */
            .page .contacts-page .contacts-form .form-wrapper form .field-wrapper input.error,
            .page .contacts-page .contacts-form .form-wrapper form .field-wrapper textarea.error {
              border-color: #f00;
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }
            /* line 90, _page.scss */
            .page .contacts-page .contacts-form .form-wrapper form .field-wrapper input:focus,
            .page .contacts-page .contacts-form .form-wrapper form .field-wrapper textarea:focus {
              border-color: #55c924;
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(85, 201, 36, 0.6); }
          /* line 95, _page.scss */
          .page .contacts-page .contacts-form .form-wrapper form .field-wrapper textarea {
            height: 90px; }
        /* line 100, _page.scss */
        .page .contacts-page .contacts-form .form-wrapper form .button-wrapper {
          padding-top: 10px; }
          /* line 102, _page.scss */
          .page .contacts-page .contacts-form .form-wrapper form .button-wrapper input {
            height: 40px;
            padding: 0 30px;
            border: 1px solid #9e9e9e;
            background-color: #fff;
            color: #2d2d2d;
            font-family: "PT Sans Narrow", sans-serif;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            -moz-transition: all .4s ease;
            -ms-transition: all .4s ease;
            -webkit-transition: all .4s ease;
            -o-transition: all .4s ease;
            transition: all .4s ease; }
            /* line 119, _page.scss */
            .page .contacts-page .contacts-form .form-wrapper form .button-wrapper input:hover {
              color: #fff;
              border-color: #f03636;
              background: #f03636; }
/* line 136, _page.scss */
.page .dealers-if_You {
  display: table;
  padding-top: 30px; }
  /* line 139, _page.scss */
  .page .dealers-if_You .diy-title {
    padding-bottom: 20px;
    color: #000;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }
  /* line 148, _page.scss */
  .page .dealers-if_You .item {
    padding: 15px; }
    /* line 150, _page.scss */
    .page .dealers-if_You .item .icon {
      display: table-cell;
      vertical-align: top;
      width: 66px; }
      /* line 154, _page.scss */
      .page .dealers-if_You .item .icon img {
        width: 100%; }
    /* line 158, _page.scss */
    .page .dealers-if_You .item .content {
      display: table-cell;
      vertical-align: top;
      padding-left: 20px; }
      /* line 162, _page.scss */
      .page .dealers-if_You .item .content .title {
        color: #000;
        font-family: "PT Sans Narrow", sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase; }
      /* line 169, _page.scss */
      .page .dealers-if_You .item .content .text {
        padding-top: 5px; }
/* line 176, _page.scss */
.page .dealers-advantages {
  padding-top: 65px;
  color: #000;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  /* line 184, _page.scss */
  .page .dealers-advantages .big1, .page .dealers-advantages .big2, .page .dealers-advantages .big3, .page .dealers-advantages .big4 {
    color: #66ad1f;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 190, _page.scss */
  .page .dealers-advantages .big2 {
    font-size: 36px; }
  /* line 193, _page.scss */
  .page .dealers-advantages .big3 {
    font-size: 46px; }
  /* line 196, _page.scss */
  .page .dealers-advantages .big4 {
    font-size: 56px; }
  /* line 200, _page.scss */
  .page .dealers-advantages .dadv-table {
    color: #000;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
    /* line 206, _page.scss */
    .page .dealers-advantages .dadv-table tr th {
      width: 50%;
      padding-bottom: 15px;
      font-size: 18px; }
      /* line 210, _page.scss */
      .page .dealers-advantages .dadv-table tr th:last-child {
        border-left: 1px solid #e9dbdb; }
    /* line 214, _page.scss */
    .page .dealers-advantages .dadv-table tr td {
      height: 110px;
      font-size: 16px; }
      /* line 217, _page.scss */
      .page .dealers-advantages .dadv-table tr td:last-child {
        border-left: 1px solid #e9dbdb; }
        /* line 219, _page.scss */
        .page .dealers-advantages .dadv-table tr td:last-child .big1, .page .dealers-advantages .dadv-table tr td:last-child .big2, .page .dealers-advantages .dadv-table tr td:last-child .big3, .page .dealers-advantages .dadv-table tr td:last-child .big4 {
          color: #f03636; }
    /* line 224, _page.scss */
    .page .dealers-advantages .dadv-table tr:nth-child(2n) {
      background-color: #fef9f9; }
  /* line 229, _page.scss */
  .page .dealers-advantages .total-table {
    margin-top: 10px;
    background-color: #fef9f9; }
    /* line 233, _page.scss */
    .page .dealers-advantages .total-table tr th {
      padding-top: 25px;
      width: 50%; }
    /* line 237, _page.scss */
    .page .dealers-advantages .total-table tr td {
      height: 90px; }
      /* line 240, _page.scss */
      .page .dealers-advantages .total-table tr td:last-child .big1, .page .dealers-advantages .total-table tr td:last-child .big2, .page .dealers-advantages .total-table tr td:last-child .big3, .page .dealers-advantages .total-table tr td:last-child .big4 {
        color: #f03636; }
/* line 249, _page.scss */
.page .call-cb-btn {
  padding-top: 40px;
  text-align: center; }
  /* line 252, _page.scss */
  .page .call-cb-btn .btn {
    display: inline-block;
    padding: 18px 28px;
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f03636;
    cursor: pointer; }
/* line 265, _page.scss */
.page .recall_link {
  cursor: pointer; }
@media (max-width: 400px) {
  /* line 271, _page.scss */
  .page .dealers-advantages {
    font-size: 14px; }
    /* line 273, _page.scss */
    .page .dealers-advantages .big1, .page .dealers-advantages .big2, .page .dealers-advantages .big3, .page .dealers-advantages .big4 {
      font-size: 18px; }
    /* line 276, _page.scss */
    .page .dealers-advantages .big2 {
      font-size: 36px; }
    /* line 279, _page.scss */
    .page .dealers-advantages .big3 {
      font-size: 40px; }
    /* line 282, _page.scss */
    .page .dealers-advantages .big4 {
      font-size: 56px; }
  /* line 286, _page.scss */
  .page .dealers-advantages .dadv-table tr th {
    font-size: 16px; } }

/* 404 */
/* line 4, _404.scss */
.error404 {
  font-size: 400px;
  line-height: 350px;
  text-align: center;
  font-weight: bold;
  overflow: hidden; }

/* line 11, _404.scss */
.text-center {
  text-align: center; }

/* line 14, _404.scss */
.page_404-content .slider--product a {
  display: inline-block;
  padding: 10px 20px; }

@media (max-width: 768px) {
  /* line 20, _404.scss */
  .error404 {
    font-size: 200px;
    line-height: 200px; } }
@media (max-width: 768px) {
  /* line 26, _404.scss */
  header .section--top_line .top_button .button-wrapper .cbFormCallBtn {
    padding: 10px 10px; }

  /* line 29, _404.scss */
  header .section--top_line .top_button .live-wrapper .live-init {
    padding-left: 0; }

  /* line 32, _404.scss */
  header .section--top_line .top_button .live-wrapper {
    padding: 0 5px; } }
/* breadcrumbs */
/* line 5, _breadcrumbs.scss */
.breadcrumbs-pipe {
  color: #7B7B7B; }
/* line 9, _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: 14px;
    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: #2f801b;
    padding: 0 17px; }
    /* line 38, _clearfix.scss */
    .basket-link:after {
      content: "";
      display: table;
      clear: both; }
    /* line 30, _basket.scss */
    .basket:hover .basket-link {
      color: #f03636;
      background: #ebebeb; }
  /* line 36, _basket.scss */
  .basket-title {
    line-height: 40px; }
  /* line 40, _basket.scss */
  .basket-total {
    float: left;
    display: inline-block;
    position: relative;
    height: 40px;
    padding-right: 0.5em; }
  /* line 51, _basket.scss */
  .basket-count_wrapper {
    position: absolute;
    top: -11px;
    right: -26px;
    height: 16px;
    text-align: center; }
  /* line 59, _basket.scss */
  .basket-items_count {
    display: inline-block;
    padding: 0 6px;
    line-height: 16px;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 11px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  /* line 72, _basket.scss */
  .basket-items_price {
    line-height: 40px;
    vertical-align: middle; }
  /* line 77, _basket.scss */
  .basket-dropdown {
    right: -1px;
    background-color: #fff;
    border: 1px solid #cccccc;
    width: 250px;
    box-shadow: 0px 2px 6px -2px #000; }

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

/* line 135, _basket.scss */
.basket_item {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #cccccc; }
  /* line 142, _basket.scss */
  .basket_item-details {
    margin-top: 0.5em;
    line-height: 20px; }
  /* line 147, _basket.scss */
  .basket_item-title {
    font-size: 16px;
    font-family: "PT Sans Narrow", sans-serif; }
  /* line 152, _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 163, _basket.scss */
  .basket_item-count {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle; }
  /* line 170, _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: "PT Sans Narrow", sans-serif;
    text-transform: capitalize;
    line-height: 25px; }
    /* line 34, _collection_filter.scss */
    .touch .filter_section-title {
      line-height: 35px; }
  /* line 39, _collection_filter.scss */
  .filter_section-toggler {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0;
    float: right; }
  /* line 50, _collection_filter.scss */
  .filter_section-values {
    /*
    padding: 6px 0;
    max-height: 250px;
    overflow-y: auto;
    */ }
    /* line 58, _collection_filter.scss */
    .filter_section-values--range {
      padding-bottom: 0.5em; }
  /* line 63, _collection_filter.scss */
  .filter_section-value {
    position: relative;
    padding: 0.3em 0;
    line-height: 16px; }
    /* 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 #cccccc;
      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 91, _collection_filter.scss */
  .filter_section-value_input {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px; }
  /* line 98, _collection_filter.scss */
  .filter_section-value_link {
    display: block; }
  /* line 109, _collection_filter.scss */
  .filter_section-range_input {
    padding: 0 0.5em;
    border: 1px solid #cccccc;
    line-height: 28px;
    height: 30px; }

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

/* collection_sort */
/* line 3, _collection_sort.scss */
.sort_by {
  display: inline-block;
  vertical-align: top; }
  @media screen and (max-width: 800px) {
    /* line 3, _collection_sort.scss */
    .sort_by {
      min-width: 50%; }
      /* line 8, _collection_sort.scss */
      .sort_by-option, .sort_by-select,
      .sort_by .styled_select-wrapper {
        width: 100%; } }
  /* line 15, _collection_sort.scss */
  .sort_by-label {
    border: 1px solid transparent;
    vertical-align: middle; }
  /* line 20, _collection_sort.scss */
  .sort_by-select {
    height: 28px;
    background-color: #fff;
    border-color: #cccccc; }
  /* line 28, _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 {
    width: 28px;
    line-height: 28px;
    border: 1px solid #cccccc; }
    /* line 13, _pagination.scss */
    .pagination-page:last-child {
      border-right-width: 1px; }
  /* line 19, _pagination.scss */
  .pagination-node--link {
    color: #424242; }
  /* line 23, _pagination.scss */
  .pagination-node--block {
    cursor: default;
    display: block;
    text-align: center; }
  /* line 29, _pagination.scss */
  .pagination-node:hover, .pagination-node--current {
    background: #e6e6e6; }
  /* line 35, _pagination.scss */
  .pagination-counter {
    line-height: 30px; }

/* payments */
/* product_preview */
/* line 3, _product_preview.scss */
.product_preview {
  text-align: center; }
  /* line 6, _product_preview.scss */
  .product_preview .banner-sale {
    width: 70px;
    height: 70px;
    padding-top: 22px;
    line-height: 14px;
    font-size: 10px;
    right: 0;
    top: 0; }
    /* line 14, _product_preview.scss */
    .product_preview .banner-sale span {
      font-size: 18px; }
  /* line 18, _product_preview.scss */
  .product_preview-labels {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    text-align: left; }
    /* line 24, _product_preview.scss */
    .product_preview-labels .label {
      margin-top: 4px; }
    /* line 27, _product_preview.scss */
    .product_preview-labels .free-delivery {
      display: inline-block;
      padding: 7px 10px;
      padding-left: 25px;
      color: #000;
      font-size: 12px;
      line-height: 1;
      background: url(box-ico.svg) no-repeat 8px 7px #ffcc31; }
    /* line 36, _product_preview.scss */
    .product_preview-labels .out-of-stock {
      display: inline-block;
      padding: 7px 10px;
      color: #000;
      font-size: 12px;
      line-height: 1;
      background: #a4a4a4; }
    /* line 45, _product_preview.scss */
    .product_preview-labels .doscount {
      display: inline-block;
      padding: 4px 8px;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      background: #f03636; }
  /* line 56, _product_preview.scss */
  .product_preview .flag {
    padding: 15px 0 0 15px;
    text-align: left; }
  /* line 61, _product_preview.scss */
  .product_preview-preview {
    overflow: hidden; }
    /* line 63, _product_preview.scss */
    .product_preview-preview .gift-icon {
      position: absolute;
      right: 0;
      width: 64px;
      z-index: 1; }
  /* line 72, _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 82, _product_preview.scss */
    .product_preview-image--cover {
      padding-bottom: 240px; } }
  /* line 95, _product_preview.scss */
  .product_preview-title {
    font-size: 16px;
    font-family: "PT Sans Narrow", sans-serif;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    /*text-transform: uppercase;*/ }
  /* line 105, _product_preview.scss */
  .product_preview-prices {
    margin-top: 0.5em;
    position: relative; }
    @media (max-width: 480px) {
      /* line 105, _product_preview.scss */
      .product_preview-prices {
        margin-top: 1.5em; } }
  /* line 114, _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: 0px;
    display: block;
    left: 0;
    right: 0;
    padding: 0;
    width: 100%;
    line-height: 55px;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase; }
    /* line 132, _product_preview.scss */
    .product_preview-button .fa {
      margin-right: 10px;
      font-size: 20px; }
    /* line 136, _product_preview.scss */
    .product_preview:hover .product_preview-button {
      bottom: 0; }
    /* line 140, _product_preview.scss */
    .touch .product_preview-button {
      bottom: 0;
      position: relative; }
  /* line 147, _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 155, _product_preview.scss */
    .product_preview--compare .product_preview-title {
      font-size: 14px;
      line-height: 25px; }
  /* line 160, _product_preview.scss */
  .product_preview .prices-old {
    /*   position: absolute;*/
    width: 100%;
    margin-top: -15px; }

/* line 168, _product_preview.scss */
.index-popular-block .product-wrapper {
  padding: 10px; }
  /* line 170, _product_preview.scss */
  .index-popular-block .product-wrapper .product_preview {
    border: 1px solid transparent; }
    /* line 172, _product_preview.scss */
    .index-popular-block .product-wrapper .product_preview .flag {
      display: none;
      padding: 15px 0 0 15px;
      text-align: left; }
    /* line 177, _product_preview.scss */
    .index-popular-block .product-wrapper .product_preview .add-to-cart-block {
      position: relative;
      height: 40px;
      overflow: hidden; }
    /* line 182, _product_preview.scss */
    .index-popular-block .product-wrapper .product_preview:hover {
      border-color: #e7e7e7; }

/* sidebar */
/* line 3, _sidebar.scss */
.sidebar {
  background-color: white;
  padding-left: 5px; }

/* line 8, _sidebar.scss */
.sidebar_block {
  margin-bottom: 20px; }
  /* line 11, _sidebar.scss */
  .sidebar_block:last-child {
    margin-bottom: 0; }
  /* line 15, _sidebar.scss */
  .sidebar_block-title {
    color: #424242;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    font-family: "PT Sans Narrow", sans-serif;
    position: relative;
    padding: 6px 0;
    margin-bottom: 6px;
    display: block; }

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

/* line 3, _advantages.scss */
section.advantages .advantage-wrapper {
  padding: 10px 0; }
  /* line 11, _advantages.scss */
  section.advantages .advantage-wrapper .advantage .title {
    padding-top: 15px;
    color: #000;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 19, _advantages.scss */
  section.advantages .advantage-wrapper .advantage .text {
    padding-top: 5px;
    color: #7a7a7a;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px; }

@media (max-width: 642px) {
  /* line 34, _advantages.scss */
  section.advantages .advantage-wrapper .advantage .image img {
    max-height: 30px; }
  /* line 38, _advantages.scss */
  section.advantages .advantage-wrapper .advantage .title {
    font-size: 14px; }
  /* line 41, _advantages.scss */
  section.advantages .advantage-wrapper .advantage .text {
    display: none;
    font-size: 10px; } }
/* line 77, style.css.scss */
.wrap.grid-indent {
  padding-left: 10px;
  padding-right: 10px; }
  /* line 80, style.css.scss */
  .wrap.grid-indent .row {
    margin-left: -10px;
    margin-right: -10px; }
    /* line 83, style.css.scss */
    .wrap.grid-indent .row .md-grid-1, .wrap.grid-indent .row .md-grid-2, .wrap.grid-indent .row .md-grid-3, .wrap.grid-indent .row .md-grid-4, .wrap.grid-indent .row .md-grid-5, .wrap.grid-indent .row .md-grid-6, .wrap.grid-indent .row .md-grid-7, .wrap.grid-indent .row .md-grid-8, .wrap.grid-indent .row .md-grid-9, .wrap.grid-indent .row .md-grid-10, .wrap.grid-indent .row .md-grid-11, .wrap.grid-indent .row .md-grid-12 {
      padding-left: 10px;
      padding-right: 10px; }

/* line 90, style.css.scss */
#pact-widget {
  padding: 0px !important; }

/* line 92, style.css.scss */
#pact-widget {
  background: none !important; }

/* line 93, style.css.scss */
#pact-widget h6 {
  display: none; }

/* line 94, style.css.scss */
.telegram .text {
  display: none; }

/* line 95, style.css.scss */
#pact-widget li.telegram img {
  height: 40px !important;
  width: 40px !important; }

/* line 96, style.css.scss */
#pact-widget li {
  width: 40px; }

/* line 97, style.css.scss */
.whatsapp .text {
  display: none; }
/* базовые стили*/




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



/* шаблон */

