/*! 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;
  direction: ltr !important;
}

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;
  -webkit-transform: translateZ(0);
transform: translateZ(0);
}

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; }
 
@font-face {
  font-family: 'TTNorms-Black';
  src: url('34C3EC_0_0.eot');
  src: url('34C3EC_0_0.eot?#iefix') format('embedded-opentype'),
    url('34C3EC_0_0.woff2') format('woff2'),
    url('34C3EC_0_0.woff') format('woff'),
    url('34C3EC_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'FavoritPro';
    src: url('FavoritPro-Regular.otf') format('opentype'),
       url('FavoritPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FavoritPro';
    src: url('FavoritPro-Italic.otf') format('opentype'),
       url('FavoritPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'FavoritPro';
    src: url('FavoritPro-Bold.otf') format('opentype'),
       url('FavoritPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FavoritPro';
    src: url('FavoritPro-BoldItalic.otf') format('opentype'),
       url('FavoritPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
 
@font-face {
    font-family: 'IBMPlexMono-Text';
    src: url('IBMPlexMono-Text.otf') format('opentype'),
       url('IBMPlexMono-Text.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


.row:after,
.grid-row:after,
.grid-row-inner:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.grid-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row-inner {

}
.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-left: 0;
  margin-right: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
  letter-spacing: -0.34em;
  float: none;
}
.grid-inline:after {
  clear: both;
  content: "";
  display: block;
}
.grid-inline > [class*="grid"],
.grid-inline > [class*="inline"] {
  display: inline-block;
  float: none !important;
  letter-spacing: 0;
  vertical-align: top;
}
@media all {
  .grid-1 {
    width: 8.33333333%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-2 {
    width: 16.66666667%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .grid-4 {
    width: 33.33333333%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-5 {
    width: 41.66666667%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .grid-7 {
    width: 58.33333333%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-8 {
    width: 66.66666667%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .grid-10 {
    width: 83.33333333%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-11 {
    width: 91.66666667%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-12 {
    width: 100%;
  }
  .offset-12 {
    margin-left: 100%;
  }
  .padded {
    padding: .5rem;
  }
  .padded-left {
    padding-left: .5rem;
  }
  .padded-right {
    padding-right: .5rem;
  }
  .padded-top {
    padding-top: .5rem;
  }
  .padded-bottom {
    padding-bottom: .5rem;
  }
  .padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .padded-inner {
    padding: 1rem;
  }
  .padded-inner-left {
    padding-left: 1rem;
  }
  .padded-inner-right {
    padding-right: 1rem;
  }
  .padded-inner-top {
    padding-top: 1rem;
  }
  .padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .padded-inner-sides {
    padding-left: 7px;
    padding-right: 7px;
  }
  .padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .padded-zero {
    padding: 0;
  }
  .padded-zero-left {
    padding-left: 0;
  }
  .padded-zero-right {
    padding-right: 0;
  }
  .padded-zero-top {
    padding-top: 0;
  }
  .padded-zero-bottom {
    padding-bottom: 0;
  }
  .padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .padded-reverse-all {
    margin: -0.5rem;
    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;
  }
  .grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .inline-top {
    vertical-align: top;
  }
  .grid-inline > .inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .inline-bottom {
    vertical-align: bottom;
  }
  .hidden {
    display: none !important;
  }
  .visible {
    display: block !important;
  }
}
@media all {
  [class*="lg-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-grid-1 {
    width: 8.33333333%;
  }
  .lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .lg-grid-2 {
    width: 16.66666667%;
  }
  .lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .lg-grid-3 {
    width: 25%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-grid-4 {
    width: 33.33333333%;
  }
  .lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .lg-grid-5 {
    width: 41.66666667%;
  }
  .lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .lg-grid-6 {
    width: 50%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-grid-7 {
    width: 58.33333333%;
  }
  .lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .lg-grid-8 {
    width: 66.66666667%;
  }
  .lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .lg-grid-9 {
    width: 75%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-grid-10 {
    width: 83.33333333%;
  }
  .lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .lg-grid-11 {
    width: 91.66666667%;
  }
  .lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .lg-grid-12 {
    width: 100%;
    float:none;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
  .lg-padded {
    padding: .5rem;
  }
  .lg-padded-left {
    padding-left: .5rem;
  }
  .lg-padded-right {
    padding-right: .5rem;
  }
  .lg-padded-top {
    padding-top: .5rem;
  }
  .lg-padded-bottom {
    padding-bottom: .5rem;
  }
  .lg-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .lg-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .lg-padded-inner {
    padding: 1rem;
  }
  .lg-padded-inner-left {
    padding-left: 1rem;
  }
  .lg-padded-inner-right {
    padding-right: 1rem;
  }
  .lg-padded-inner-top {
    padding-top: 1rem;
  }
  .lg-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .lg-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-padded-zero {
    padding: 0;
  }
  .lg-padded-zero-left {
    padding-left: 0;
  }
  .lg-padded-zero-right {
    padding-right: 0;
  }
  .lg-padded-zero-top {
    padding-top: 0;
  }
  .lg-padded-zero-bottom {
    padding-bottom: 0;
  }
  .lg-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-padded-reverse-all {
    margin: -0.5rem;
    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-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .lg-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .lg-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .lg-inline-top {
    vertical-align: top;
  }
  .grid-inline > .lg-inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .lg-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 1100px) {
  .adaptive [class*="md-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .md-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .md-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .md-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .md-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .md-grid-3 {
    width: 25%;
  }
  .adaptive .md-offset-3 {
    margin-left: 25%;
  }
  .adaptive .md-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .md-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .md-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .md-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .md-grid-6 {
    width: 50%;
  }
  .adaptive .md-offset-6 {
    margin-left: 50%;
  }
  .adaptive .md-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .md-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .md-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .md-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .md-grid-9 {
    width: 75%;
  }
  .adaptive .md-offset-9 {
    margin-left: 75%;
  }
  .adaptive .md-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .md-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .md-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .md-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .md-grid-12 {
    width: 100%;
  }
  .adaptive .md-offset-12 {
    margin-left: 100%;
  }
  .adaptive .md-padded {
    padding: .5rem;
  }
  .adaptive .md-padded-left {
    padding-left: .5rem;
  }
  .adaptive .md-padded-right {
    padding-right: .5rem;
  }
  .adaptive .md-padded-top {
    padding-top: .5rem;
  }
  .adaptive .md-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .md-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-inner {
    padding: 1rem;
  }
  .adaptive .md-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .md-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .md-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-zero {
    padding: 0;
  }
  .adaptive .md-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .md-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .md-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .md-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .md-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .md-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .md-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-fl,
  .adaptive .md-flow {
    float: left;
  }
  .adaptive .md-fr,
  .adaptive .md-flow-opposite {
    float: right;
  }
  .adaptive .md-center {
    text-align: center;
  }
  .adaptive .md-left {
    text-align: left;
  }
  .adaptive .md-right {
    text-align: right;
  }
  .adaptive .md-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .md-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .md-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .md-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .md-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .md-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 800px) {
  .adaptive [class*="sm-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .sm-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .sm-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .sm-grid-3 {
    width: 25%;
  }
  .adaptive .sm-offset-3 {
    margin-left: 25%;
  }
  .adaptive .sm-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .sm-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .sm-grid-6 {
    width: 50%;
  }
  .adaptive .sm-offset-6 {
    margin-left: 50%;
  }
  .adaptive .sm-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .sm-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .sm-grid-9 {
    width: 75%;
  }
  .adaptive .sm-offset-9 {
    margin-left: 75%;
  }
  .adaptive .sm-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .sm-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .sm-grid-12 {
    width: 100%;
  }
  .adaptive .sm-offset-12 {
    margin-left: 100%;
  }
  .adaptive .sm-padded {
    padding: .5rem;
  }
  .adaptive .sm-padded-left {
    padding-left: .5rem;
  }
  .adaptive .sm-padded-right {
    padding-right: .5rem;
  }
  .adaptive .sm-padded-top {
    padding-top: .5rem;
  }
  .adaptive .sm-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .sm-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-inner {
    padding: 1rem;
  }
  .adaptive .sm-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .sm-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .sm-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-zero {
    padding: 0;
  }
  .adaptive .sm-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .sm-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .sm-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .sm-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .sm-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-fl,
  .adaptive .sm-flow {
    float: left;
  }
  .adaptive .sm-fr,
  .adaptive .sm-flow-opposite {
    float: right;
  }
  .adaptive .sm-center {
    text-align: center;
  }
  .adaptive .sm-left {
    text-align: left;
  }
  .adaptive .sm-right {
    text-align: right;
  }
  .adaptive .sm-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .sm-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .sm-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .sm-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .sm-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .sm-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 640px) {
  .adaptive [class*="xs-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .xs-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .xs-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .xs-grid-3 {
    width: 25%;
  }
  .adaptive .xs-offset-3 {
    margin-left: 25%;
  }
  .adaptive .xs-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .xs-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .xs-grid-6 {
    width: 50%;
  }
  .adaptive .xs-offset-6 {
    margin-left: 50%;
  }
  .adaptive .xs-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .xs-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .xs-grid-9 {
    width: 75%;
  }
  .adaptive .xs-offset-9 {
    margin-left: 75%;
  }
  .adaptive .xs-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .xs-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .xs-grid-12 {
    width: 100%;
  }
  .adaptive .xs-offset-12 {
    margin-left: 100%;
  }
  .adaptive .xs-padded {
    padding: .5rem;
  }
  .adaptive .xs-padded-left {
    padding-left: .5rem;
  }
  .adaptive .xs-padded-right {
    padding-right: .5rem;
  }
  .adaptive .xs-padded-top {
    padding-top: .5rem;
  }
  .adaptive .xs-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .xs-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-inner {
    padding: 1rem;
  }
  .adaptive .xs-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .xs-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .xs-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-zero {
    padding: 0;
  }
  .adaptive .xs-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .xs-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .xs-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .xs-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .xs-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-fl,
  .adaptive .xs-flow {
    float: left;
  }
  .adaptive .xs-fr,
  .adaptive .xs-flow-opposite {
    float: right;
  }
  .adaptive .xs-center {
    text-align: center;
  }
  .adaptive .xs-left {
    text-align: left;
  }
  .adaptive .xs-right {
    text-align: right;
  }
  .adaptive .xs-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .xs-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .xs-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .xs-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .xs-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .xs-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .adaptive .adaptive [class*="mc-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .mc-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .mc-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .mc-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .mc-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .mc-grid-3 {
    width: 25%;
  }
  .adaptive .mc-offset-3 {
    margin-left: 25%;
  }
  .adaptive .mc-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .mc-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .mc-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .mc-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .mc-grid-6 {
    width: 50%;
  }
  .adaptive .mc-offset-6 {
    margin-left: 50%;
  }
  .adaptive .mc-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .mc-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .mc-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .mc-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .mc-grid-9 {
    width: 75%;
  }
  .adaptive .mc-offset-9 {
    margin-left: 75%;
  }
  .adaptive .mc-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .mc-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .mc-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .mc-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .mc-grid-12 {
    width: 100%;
  }
  .adaptive .mc-offset-12 {
    margin-left: 100%;
  }
  .adaptive .mc-padded {
    padding: .5rem;
  }
  .adaptive .mc-padded-left {
    padding-left: .5rem;
  }
  .adaptive .mc-padded-right {
    padding-right: .5rem;
  }
  .adaptive .mc-padded-top {
    padding-top: .5rem;
  }
  .adaptive .mc-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .mc-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-inner {
    padding: 1rem;
  }
  .adaptive .mc-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .mc-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .mc-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-zero {
    padding: 0;
  }
  .adaptive .mc-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .mc-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .mc-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .mc-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .mc-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-fl,
  .adaptive .mc-flow {
    float: left;
  }
  .adaptive .mc-fr,
  .adaptive .mc-flow-opposite {
    float: right;
  }
  .adaptive .mc-center {
    text-align: center;
  }
  .adaptive .mc-left {
    text-align: left;
  }
  .adaptive .mc-right {
    text-align: right;
  }
  .adaptive .mc-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .mc-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .mc-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .mc-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .mc-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .mc-inline-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1101px) {
  .adaptive .lg-hidden {
    display: none !important;
  }
  .adaptive .lg-visible {
    display: block !important;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .adaptive .md-hidden {
    display: none !important;
  }
  .adaptive .md-visible {
    display: block !important;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  .adaptive .sm-hidden {
    display: none !important;
  }
  .adaptive .sm-visible {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .adaptive .xs-hidden {
    display: none !important;
  }
  .adaptive .xs-visible {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .adaptive .mc-hidden {
    display: none !important;
  }
  .adaptive .mc-visible {
    display: block !important;
  }
}
/**/
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.image-square,
.image-circle {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.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%);
}
.cart_item .image-square,
.article_preview-preview .image-square,
.product_preview-preview .image-square {
  overflow: hidden;
  max-height: 240px;
}
.image-circle {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#own_preloader {
  position: fixed;
  z-index: 1060;
}
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
.button--disabled,
.button[disabled] {
  cursor: not-allowed;
}
.input {
  margin-bottom: 0.5rem;
}
.input:after {
  clear: both;
  content: "";
  display: block;
}
.input:last-child {
  margin-bottom: 0;
}
.input-label {
  display: block;
  margin-bottom: 0.5rem;
}
.input-field {
  display: block;
  width: 100%;
  border: 1px solid;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.input-notice {
  display: none;
  margin-top: 0.5rem;
}
.input-captcha {
  display: inline-block;
}
.input--inline > .input-label {
  display: inline-block;
  line-height: inherit;
  height: inherit;
  border: 1px solid initial;
  vertical-align: middle;
  margin-bottom: 0;
}
.input--inline > .input-field {
  display: inline-block;
  height: inherit;
  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;
  height: inherit;
  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;
  margin-bottom: 0;
  vertical-align: middle;
  width: 125px;
}
.styled_select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 50px;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: middle;
  z-index: 0;
  border: 1px solid;
}
.styled_select-wrapper:after {
  position: absolute;
  top: calc( 50% - 8px );
  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";
  padding: 0 0.5rem;
}
.checkout .styled_select-wrapper {
  width: 100%;
}
.styled_select-wrapper select {
  position: relative;
  display: inline-block;
  width: calc( 100% + 30px );
  height: 100%;
  border: none;
  padding: 0 0.5rem;
  background-color: transparent;
  z-index: 1;
  line-height: inherit;
  cursor: pointer;
}
.notice {
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice--success {
  color: $green;
}
.notice--info {
  color: #31708f;
  background-color: #d9edf7;
}
.notice--warning {
  color: $orange;
}
.notice--danger {
  color: $red;
}
.prices:after {
  clear: both;
  content: "";
  display: block;
}
.prices--inline > .prices-current,
.prices--inline > .prices-old {
  display: inline-block;
}
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.menu:after {
  clear: both;
  content: "";
  display: block;
}
.menu-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.menu-node--columns-4 {position: static;}
.menu-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.menu-marker {
  display: block;
  box-sizing: border-box;
}
.menu-marker--parent {
  float: right;
  position: relative;
  z-index: 10;
}
.menu-toggler {
  cursor: pointer;
}
.menu--horizontal > .menu-node {
  float: left;
}
.menu--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--dropdown {
  display: block;
}
.menu--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--side {
  display: block;
}
.menu--fixed {
  position: fixed;
  z-index: 1030;
}
.menu--collapse {
  display: none;
}
.js-menu-toggler {
  cursor: pointer;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  z-index: 1;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.tabs:after,
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tabs-controls,
.tubs-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabs-controls:after,
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tabs-controls--horizontal > .tabs-node,
.tubs-controls--horizontal > .tubs-node {
  float: left;
}
.tabs-node,
.tubs-node {
  display: block;
  cursor: pointer;
}
.tabs-content,
.tubs-content {
  display: none;
}
.tabs-content--active,
.tubs-content--active {
  display: block;
}
.accordion-toggler {
  cursor: pointer;
}
.accordion-content {
  display: block;
}
.accordion-content--collapse {
  display: none;
}
.quantity {
  position: relative;
  display: inline-block;
}
.quantity:after {
  clear: both;
  content: "";
  display: block;
}
.quantity-button {
  text-align: center;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-button > .fa {
  vertical-align: middle;
}
.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;
  right: 0;
  box-sizing: border-box;
}
.quantity--side .quantity-button--minus {
  bottom: 0;
}
.quantity--side .quantity-button--plus {
  top: 0;
}
.quantity--side .quantity-input {
  height: inherit;
  display: block;
}
.modal {
  position: fixed;
  z-index: 1050;
  max-width: 95%;
  max-height: 95%;
  overflow-y: auto;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.overlay--opacity {
  background-color: transparent !important;
}
/* breadcrumbs */
.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;
}
.reviews-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reviews-link {
  cursor: pointer;
}
.review {
  display: block;
  margin-bottom: 1rem;
}
.review:last-child {
  margin-bottom: 0;
}
.review-details {
  margin-bottom: 0.5rem;
}
.review-details:after {
  clear: both;
  content: "";
  display: block;
}
.review-rating {
  margin-bottom: 0.5rem;
}
.review-content {
  margin-bottom: 0.5rem;
}
.review_form-toggle {
  cursor: pointer;
}
.review_form-input {
  margin-bottom: 0.5rem;
}
.review_form-input:last-child {
  margin-bottom: 0;
}
.review_form-submit {
  cursor: pointer;
}
script[type="text/template"] {
  display: none;
}
body {
  min-width: 320px;
}
body.body--lock_scroll {
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 50%;
  position: fixed;
  width: 100%;
}
.sidebar_block:last-child {
  margin-bottom: 0;
}
.fc:after {
  clear: both;
  content: "";
  display: block;
}
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}
.ac_loading {
  background: white url('/served_assets/ajax_indicator.gif') right center no-repeat;
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #0A246A;
  color: white;
}
.collection-description{
    /* display: flex;
    align-items: center; */
}
.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: none;
}
.filter-section {
  position: relative;
  margin-bottom: 0.5rem;
}
.filter-clear_all {
  cursor: pointer;
}
.filter-section_toggler {
  cursor: pointer;
}
.filter-hidden_sections {
  display: none;
}
.filter-submit.button {
  margin-top: 1em;
    display: block;
    background: #0071bc;
    margin-right: 100px;
    float: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 16px;
  cursor: pointer;
}
.filter_section {
  position: relative;
  /* mod */
}
.filter_section-title {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
.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: 1rem 0.5rem;
}
.filter_section-clear {
  cursor: pointer;
}
.filter_section-range_input {
  padding: 0;
  width: 60px;
  text-align: center;
  line-height: inherit;
}
/* noUI slider */
.noUi {
  /* Handles and cursors;
   */
  /* Disabled state;
   */
}
.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;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  /* Painting and performance;
     * Browsers can paint handles in their own layer.
     */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
       * its values is > 50%.
       */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
       * creates a new context for the origins.
       */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi [disabled].noUi-connect,
.noUi [disabled] .noUi-connect {
  background: #B8B8B8;
}
.noUi [disabled] .noUi-handle {
  cursor: not-allowed;
}
.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: 0.5rem;
}
.product-sku_field {
  margin-bottom: 0.5rem;
}
.product-presence {
  margin-bottom: 0.5rem;
}
.product-short_description {
  margin-bottom: 1.2rem;
}
.product-description {
  margin-bottom: 0.5rem;
}
.product-properties {
  margin-bottom: 0.5rem;
}
.product-variants {
  margin-bottom: 0.5rem;
}
.product-prices {
  margin-bottom: 0.5rem;
}
.product-quantity {
  margin-bottom: 0.5rem;
}
.product-buy {
  margin-bottom: 0.5rem;
}
.gallery-large_image {
  text-align: center;
}
.option_selector {
  margin-bottom: 0.5rem;
}
.option_selector-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.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;
}
.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;
}
.product_preview {
  position: relative;
}
.product_preview:after {
  clear: both;
  content: "";
  display: block;
}
.product_preview-preview {
  margin-bottom: 20px;
  position: relative;
    background: #fff;
}
.product_preview-tip {
  position: absolute;
}
.product_preview-link {
  display: block;
}
.product_preview-title {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.4;
}
.cart-table_container:after {
  clear: both;
  content: "";
  display: block;
}
.cart-items_list:after {
  clear: both;
  content: "";
  display: block;
}
.cart-empty_notice {
  display: none;
}
.cart_item:after {
  clear: both;
  content: "";
  display: block;
}
.cart_item-delete {
  cursor: pointer;
}
.cart_total:after {
  clear: both;
  content: "";
  display: block;
}
.discounts:after {
  clear: both;
  content: "";
  display: block;
}
.discounts-field {
  width: 130px;
}
.discounts-submit {
  vertical-align: top;
}
.discounts-notice {
    display: block;
    padding: 5px 0;
    font-size: 14px;
}
.discount {
  margin-bottom: 0.5rem;
}
.discount:after {
  clear: both;
  content: "";
  display: block;
}
.discount:last-child {
  margin: 0;
}
.cart_widget {
  position: relative;
}
.cart_widget:after {
  clear: both;
  content: "";
  display: block;
}
.cart_widget-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  text-align: left;
}
.cart_widget:hover .cart_widget-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: 0.5rem;
}
.basket_item:after {
  clear: both;
  content: "";
  display: block;
}
.basket_item:last-child {
  margin-bottom: 0;
}
.basket_item-image {
  float: left;
}
.basket_item-delete {
  cursor: pointer;
  float: right;
}
.basket_item-price:after {
  content: none;
}
.search-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.search_widget {
  display: inline-block;
}
.search_widget-field {
  display: inline-block;
  height: inherit;
  padding: 0 0.5rem;
  line-height: inherit;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
}
.search_widget-submit {
  display: inline-block;
  padding: 0;
  height: inherit;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.search_widget-submit--disabled,
.search_widget-submit[disabled] {
  cursor: not-allowed;
}
.ajax_search-wrapper {
  position: relative;
}
.ajax_search-results {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.ajax_search-item {
  display: block;
  text-align: left;
}
.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;
}
.blog-article_list:after {
  clear: both;
  content: "";
  display: block;
}
.article:after {
  clear: both;
  content: "";
  display: block;
}
.article-note {
  margin-bottom: 0.5rem;
}
.article-content {
  margin-bottom: 0.5rem;
}
.article_preview {
  margin-bottom: 0.5rem;
}
.article_preview:after {
  clear: both;
  content: "";
  display: block;
}
.language_switch {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.language_switch:after {
  clear: both;
  content: "";
  display: block;
}
.language_switch-node {
  box-sizing: border-box;
  display: block;
  position: relative;
}
.language_switch-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.language_switch-toggler {
  cursor: pointer;
}
.language_switch--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.language_switch-node:hover > .language_switch--dropdown {
  display: block;
}
.language_switch--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.language_switch-node:hover > .language_switch--side {
  display: block;
}
.language_switch--vertical > .language_switch-node {
  width: 100%;
}
.language_switch--horizontal > .language_switch-node {
  float: left;
}
.social_links:after {
  clear: both;
  content: "";
  display: block;
}
.social_links-link {
  display: inline-block;
}
.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;
}

/* by GG */

p {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
}

.brand-logo-about{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.brand-logo-about img{
	height: auto;
}

.brand-logo-about:hover{
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
  transform: none;
}

.brand-logo-collection{
	display: inline-block;
    float: none;
    width: 16.66666667%;
    text-align: center;
    vertical-align: middle;

}

.brand-text-collection{
  vertical-align: middle;
  display: inline-block;
  float:none
}

@media only screen and (min-width: 640px) {
  
  .suggestionImg {
    width: 85%; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
  }
  
  .suggestionTxt {
    text-align: left;
    font-size: 15px;
    margin: 10px 0px 20px 0px;
  }
  
  .collection.lg-grid-2.filters-wrapper {
    	width: 280px;
	}
  .collection-wrapper.lg-grid-10{
  	width: calc(100% - 280px);
  }
  
}

@media only screen and (max-width: 640px) {
  
  .suggestionImg {
    width: 100%; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
  }
  
  .suggestionTxt {
    text-align: center;
    font-size: 15px;
    margin: 10px 0px 20px 0px;
  }
  
}
/* 
 *  Owl Carousel - Animate Plugin
 */

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

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

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*


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


*/

/**
 * Core styles
 */

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

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

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

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

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

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

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

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



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


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

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

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

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

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


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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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


/**
 * Thumbnails
 */

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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


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

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}
@charset "UTF-8";
/* новые настройки согласно требованиям */
/* line 6, _type.scss */
.editor {
  text-align: left;
  line-height: 1.4em;
  font-size: medium; }
  /* line 15, _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 22, _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 30, _type.scss */
  .editor h1, .editor .h1,
  .editor h2, .editor .h2,
  .editor h3, .editor .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
    /* line 36, _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 41, _type.scss */
  .editor h4, .editor .h4,
  .editor h5, .editor .h5,
  .editor h6, .editor .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
    /* line 47, _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 53, _type.scss */
  .editor h1, .editor .h1 {
    font-size: 30px; }
  /* line 54, _type.scss */
  .editor h2, .editor .h2 {
    font-size: 24px; }
  /* line 55, _type.scss */
  .editor h3, .editor .h3 {
    font-size: 20px; }
  /* line 56, _type.scss */
  .editor h4, .editor .h4 {
    font-size: 18px; }
  /* line 57, _type.scss */
  .editor h5, .editor .h5 {
    font-size: 14px; }
  /* line 58, _type.scss */
  .editor h6, .editor .h6 {
    font-size: 12px; }
  /* line 64, _type.scss */
  .editor p {
    margin: 0 0 10px; }
  /* line 72, _type.scss */
  .editor ul,
  .editor ol {
    margin-top: 0;
    margin-bottom: 10px; }
    /* line 76, _type.scss */
    .editor ul ul,
    .editor ul ol,
    .editor ol ul,
    .editor ol ol {
      margin-bottom: 0; }
  /* line 84, _type.scss */
  .editor address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857; }
  /* line 94, _type.scss */
  .editor table {
    width: 100% !important;
    padding: 0 !important; }
    /* line 99, _type.scss */
    .editor table:not([class]) td {
      padding: 0.5rem;
      border-bottom: 1px solid #cccccc; }
  /* line 106, _type.scss */
  .editor #feedback_form {
    text-align: left !important; }
    /* line 109, _type.scss */
    .editor #feedback_form td {
      text-align: left !important;
      padding: 0;
      border-bottom: none; }
    /* line 120, _type.scss */
    .editor #feedback_form #feedback_commit {
      border: none; }

/* 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: #2e2e2e;
  color: #ffffff; }
  /* line 11, _buttons.scss */
  .button:before, .editor #feedback_form #feedback_commit:before, .menu-node--collection_lvl_1 .menu-marker--parent:before, .menu-node--collection_lvl_2 .menu-marker--parent:before, .menu-node--collection_lvl_3 .menu-marker--parent:before {
    height: 0; }
  /* 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: #f2f2f2;
    color: #ccc; }
  /* line 18, _buttons.scss */
  .button--action, .button--buy {
    background-color: #222222;
    color: #ffffff; }
  /* line 24, _buttons.scss */
  .button--checkout {
    background-color: #222222;
    color: #ffffff; }
  /* line 29, _buttons.scss */
  .button--marker {
    float: right;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    font-size: 10px;
    background-color: transparent;
    color: #2e2e2e; }
    /* line 43, _buttons.scss */
    .mobile .button--marker, .tablet .button--marker {
      width: 35px;
      height: 35px;
      line-height: 35px; }
    /* line 51, _buttons.scss */
    .button--marker:hover {
      background-color: transparent;
      color: #a6a6a6; }
  /* line 57, _buttons.scss */
  .button--main_menu {
    border: 1px solid #cccccc;
    line-height: 40px;
    min-width: 42px;
    margin: 0 0.5em; }

/* forms */
/* input */
/* line 4, _input.scss */
.input-label {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold; }
/* line 10, _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 18, _input.scss */
  .input-field--bonuses {
    display: inline-block;
    width: 100px;
    vertical-align: bottom; }
/* line 37, _input.scss */
.input--captcha {
  line-height: 28px; }
  /* line 40, _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 46, _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 59, _input.scss */
input.input-field, .editor #feedback_form input[type="text"] {
  height: 30px; }

/* line 67, _input.scss */
.styled_select-wrapper {
  line-height: 28px;
  border: 1px solid #cccccc;
  background-color: #fff; }
  /* line 72, _input.scss */
  .option_selector-container .styled_select-wrapper {
    padding-right: 15px;
    width: 100%; }
  /* line 77, _input.scss */
  .styled_select-wrapper:after {
    top: 50%;
    right: 20px;
    z-index: -1;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    content: '\f107'; }
  /* line 86, _input.scss */
  .styled_select-wrapper select {
    line-height: 28px;
    height: 28px; }

/* 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: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #000; }
  /* 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 4, _menu.scss */
.menu .menu-link-red {
  color: #EA2629; }
/* line 8, _menu.scss */
.menu-node {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #2e2e2e; }
  /* line 13, _menu.scss */
  .menu-node--top {
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase; }
    /* line 18, _menu.scss */
    .menu-node--top.menu-node--current, .menu-node--top:hover {
      background-color: #424242; }
      /* line 22, _menu.scss */
      .menu-node--top.menu-node--current > .menu-link, .menu-node--top:hover > .menu-link {
        color: #b3b3b3; }
    /* line 27, _menu.scss */
    .menu-node--top .menu-link {
      border: none;
      background: none;
      padding: 0 10px;
      cursor: pointer; }
  /* line 37, _menu.scss */
  .menu-node--top_dropdown {
    background: #424242;
    line-height: 30px; }
    /* line 41, _menu.scss */
    .menu-node--top_dropdown .menu-link {
      color: #ffffff; }
    /* line 45, _menu.scss */
    .menu-node--top_dropdown.menu-node--current, .menu-node--top_dropdown:hover {
      background-color: #424242; }
      /* line 49, _menu.scss */
      .menu-node--top_dropdown.menu-node--current .menu-link, .menu-node--top_dropdown:hover .menu-link {
        color: #b3b3b3 !important; }
  /* line 56, _menu.scss */
  .menu-node--main_lvl_1 {
    margin-right: 2em; }
    /* line 58, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link {
      line-height: 36px;
      padding-bottom: 10px;
      font-size: 30px;
      min-width: 60px;
      cursor: pointer;
      overflow: hidden; }
      /* line 68, _menu.scss */
      .menu-node--main_lvl_1 > .menu-link:before {
        bottom: 10px; }
    /* line 72, _menu.scss */
    .menu-node--main_lvl_1 .menu-marker--parent {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      text-align: center;
      margin-left: 0.4rem; }
      /* line 77, _menu.scss */
      .mobile .menu-node--main_lvl_1 .menu-marker--parent, .tablet .menu-node--main_lvl_1 .menu-marker--parent {
        display: none; }
  /* line 83, _menu.scss */
  .menu-node--main_lvl_1:last-child {
    margin-right: 0 !important; }
  /* line 86, _menu.scss */
  .menu-node--main_lvl_2 {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column; }
    /* line 91, _menu.scss */
    .menu-node--main_lvl_2 > .menu-link {
      background: #fff;
      padding: 10px 12px;
      min-width: 280px; }
      /* line 95, _menu.scss */
      .menu-node--main_lvl_2 > .menu-link:before {
        width: calc(100% - 24px);
        left: auto; }
    /* line 98, _menu.scss */
    .menu-node--main_lvl_2 .menu-marker--parent {
      float: right; }
    /* line 102, _menu.scss */
    .mobile .menu-node--main_lvl_2, .tablet .menu-node--main_lvl_2 {
      display: none !important; }
  /* line 110, _menu.scss */
  .menu-node--main_lvl_3:last-child {
    border-bottom: 1px solid #cccccc; }
  /* line 114, _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 123, _menu.scss */
  .mobile .menu-node--main_lvl_3, .tablet .menu-node--main_lvl_3 {
    display: none !important; }
  /* line 130, _menu.scss */
  .menu-node--collection_lvl_1, .menu-node--collection_lvl_2, .menu-node--collection_lvl_3 {
    padding: 5px 0;
    position: relative; }
    /* line 136, _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 140, _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 147, _menu.scss */
      .mobile .menu-node--collection_lvl_1 > .menu-link, .tablet .menu-node--collection_lvl_1 > .menu-link, .mobile .menu-node--collection_lvl_2 > .menu-link, .tablet .menu-node--collection_lvl_2 > .menu-link, .mobile .menu-node--collection_lvl_3 > .menu-link, .tablet .menu-node--collection_lvl_3 > .menu-link {
        padding: 7px 40px 7px 0; }
    /* line 154, _menu.scss */
    .menu-node--collection_lvl_1 > .menu, .menu-node--collection_lvl_2 > .menu, .menu-node--collection_lvl_3 > .menu {
      margin-left: 10px; }
    /* line 158, _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 177, _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 183, _menu.scss */
  .menu-node--mobile {
    border-bottom: 1px solid #cccccc;
    background-color: transparent; }
    /* line 187, _menu.scss */
    .menu-node--mobile:last-child {
      border-bottom: none; }
    /* line 191, _menu.scss */
    .menu-node--mobile > .menu-link {
      border-width: 0;
      background-color: transparent;
      line-height: 40px;
      padding: 0;
      color: #ffffff;
      font-weight: bold;
      font-size: 16px; }
    /* line 202, _menu.scss */
    .menu-node--mobile > .menu {
      margin-left: 10px; }
    /* line 206, _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 222, _menu.scss */
  .menu-node--footer {
    color: #ffffff;
    padding: 0 0.5em;
    line-height: 40px;
    float: none !important;
    display: inline-block; }
    /* line 229, _menu.scss */
    .menu-node--footer > .menu-link {
      display: inline; }
  /* line 240, _menu.scss */
  .menu-node--current_top {
    background-color: #424242;
    color: #b3b3b3; }
  /* line 245, _menu.scss */
  .menu-node--current_top_dropdown {
    background-color: #424242; }
    /* line 248, _menu.scss */
    .menu-node--current_top_dropdown .menu-link {
      color: #b3b3b3 !important; }
  /* line 254, _menu.scss */
  .menu-node--personal_cabinet .menu-link {
    font-size: 16px;
    padding: 0 1em;
    font-weight: bold; }
  /* line 260, _menu.scss */
  .js-menu-wrapper .menu-node--personal_cabinet {
    width: 100%;
    float: none; }
    /* line 264, _menu.scss */
    .js-menu-wrapper .menu-node--personal_cabinet .menu-link {
      padding: 0.5em;
      border-bottom: 1px solid #cccccc; }
/* line 273, _menu.scss */
.menu-link {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 275, _menu.scss */
  .menu-link:hover {
    color: inherit; }
/* line 280, _menu.scss */
.menu-marker {
  color: inherit; }
  /* line 285, _menu.scss */
  .menu-node:hover .menu-marker {
    color: inherit; }
/* line 290, _menu.scss */
.menu-toggler {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 294, _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; }
  /* line 305, _menu.scss */
  .menu-toggler--collection {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    width: 26px;
    height: 26px;
    line-height: 26px; }
  /* line 315, _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 331, _menu.scss */
  .menu-toggler--personal_cabinet {
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
/* line 338, _menu.scss */
.menu--main {
  text-align: center; }
  /* line 340, _menu.scss */
  .menu--main .menu-node--main_lvl_1 {
    display: inline-block;
    float: none; }
  /* line 341, _menu.scss */
  .menu--main .menu-marker {
    position: initial;
    display: inline-block; }
/* line 348, _menu.scss */
.menu--mobile {
  border-bottom: 1px solid #cccccc; }
/* line 355, _menu.scss */
.menu--top {
  line-height: 40px; }
/* line 359, _menu.scss */
.menu--top_dropdown {
  border: 1px solid #ffffff;
  width: 150px;
  line-height: 30px; }
  /* line 366, _menu.scss */
  .menu--top_dropdown-right {
    right: 0; }
/* line 373, _menu.scss */
.menu--collection .menu-link--current {
  color: #a6a6a6; }
/* line 378, _menu.scss */
.menu--collection .menu-toggler {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px; }
/* line 385, _menu.scss */
.menu--dropdown {
  border: 1px solid #cccccc;
  background: #fff;
  text-align: left;
  left: 0; }
/* line 392, _menu.scss */
.menu--side {
  box-shadow: 0px 2px 6px -2px #000;
  text-align: left; }
/* line 396, _menu.scss */
.menu--columns-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-rule: 1px solid #cccccc;
  column-rule: 1px solid #cccccc;
  left: calc(50% - 280px); }
/* line 404, _menu.scss */
.menu--columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-rule: 1px solid #cccccc;
  column-rule: 1px solid #cccccc;
  left: calc(50% - 420px); }
/* line 412, _menu.scss */
.menu--columns-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-rule: 1px solid #cccccc;
  column-rule: 1px solid #cccccc;
  top: calc(100% - 4px); }

/* line 422, _menu.scss */
.menu-link--mobile {
  height: 30px;
  width: 30px;
  background: url(mob_menu.svg) center center no-repeat !important;
  margin: 5px 0; }

/* line 424, _menu.scss */
.menu--vertical.menu--collection {
  padding-bottom: .5rem;
  border-bottom: 1px solid #cccccc; }
  /* line 426, _menu.scss */
  .menu--vertical.menu--collection .menu-node--collection_lvl_1 > a {
    font-weight: bold;
    font-size: 16px; }
  /* line 427, _menu.scss */
  .menu--vertical.menu--collection .menu-node {
    padding-right: 35px; }
    /* line 428, _menu.scss */
    .menu--vertical.menu--collection .menu-node > a {
      display: inline-block;
      padding-right: 0;
      width: auto; }

/* line 433, _menu.scss */
.menu--links {
  margin-top: .5rem;
  text-transform: uppercase; }

/* prices */
/* line 3, _prices.scss */
.prices {
  font-weight: bold; }
  /* line 6, _prices.scss */
  .prices-current {
    color: #fff; }
    /* line 8, _prices.scss */
    .prices-current-discount {
      margin-left: 5px;
      color: #f23d0c; }
  /* line 14, _prices.scss */
  .prices-old {
    color: #b3b3b3;
    color: #666666; }
  /* line 19, _prices.scss */
  .prices-soldout {
    color: #b3b3b3;
    font-size: 13px;
    color: #666666; }
  /* line 31, _prices.scss */
  .prices--discount {
    font-size: 16px;
    color: #2e2e2e;
    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;
    font-size: 10px;
    border: 1px solid #cccccc; }
  /* line 21, _quantity.scss */
  .quantity-button--minus {
    bottom: 0; }
  /* line 25, _quantity.scss */
  .quantity-button--plus {
    top: 0; }
  /* line 33, _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; }

/* 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: 2em 0.5em 0.5em 0em;
    font-size: 16px;
    text-transform: uppercase;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
    @media (max-width: 480px) {
      /* line 8, _tubs.scss */
      .tubs-node {
        font-size: 13px;
        padding: 0.5em 6px; } }
    /* line 21, _tubs.scss */
    .tubs-node:hover, .tubs-node--active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      color: #a6a6a6; }
  /* line 28, _tubs.scss */
  .tubs-content {
    padding: 1em 1em 1em 0em;
    border-top: 1px solid #cccccc; }

/* accordion block */
/* line 3, _accordion.scss */
.accordion {
  margin-bottom: 0.5em; }
  /* line 6, _accordion.scss */
  .accordion-title {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 5px;
    line-height: 30px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer; }
  /* line 17, _accordion.scss */
  .accordion-content {
    padding: 0.5em; }
  /* line 21, _accordion.scss */
  .accordion-toggler {
    float: right;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px; }

/* header */
/* line 3, _header.scss */
::-webkit-scrollbar {
  width: 10px; }

/* line 7, _header.scss */
::-webkit-scrollbar-track {
  background-color: #000;
  border: 1px solid #222; }

/* line 12, _header.scss */
::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 5px; }

/* line 18, _header.scss */
.notice--danger {
  text-transform: uppercase;
  color: #d80720; }

/* line 23, _header.scss */
.notice--success {
  text-transform: uppercase;
  color: #22b573; }

/* line 28, _header.scss */
.section--content > .wrap {
  padding-bottom: 0;
  padding-top: 50px; }

/* line 33, _header.scss */
.section--content {
  background-color: #000;
  background-image: url();
  background-position: top center;
  background-repeat: repeat;
  min-height: calc(100vh - 140px);
  overflow-x: hidden; }

/* line 42, _header.scss */
body.checkout2 {
  display: flex;
  flex-direction: column; }

/* line 47, _header.scss */
.insales-checkout2 .co-section--content_wrapper {
  min-height: auto;
  max-width: 100%;
  width: 100%;
  overflow: scroll; }

/* line 54, _header.scss */
.co-section--checkout_order {
  padding-bottom: 100px; }

/* line 58, _header.scss */
a:hover {
  text-decoration: underline; }

/* line 62, _header.scss */
.header__wrapper {
  height: 69px; }

/* line 66, _header.scss */
header {
  padding: 25px 30px;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  background: #000;
  font-weight: bold; }

/* line 75, _header.scss */
.header__topline {
  text-transform: uppercase;
  display: flex; }

/* line 80, _header.scss */
.header__middle {
  flex: 1; }

/* line 84, _header.scss */
.header__left {
  display: flex; }

/* line 88, _header.scss */
.header__logo {
  margin-right: 60px; }

/* line 92, _header.scss */
ul.header__menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 98, _header.scss */
ul.header__menu li {
  display: inline-block;
  margin-right: 30px; }

/* line 103, _header.scss */
ul.header__menu li a {
  padding-bottom: 27px; }

/* line 107, _header.scss */
a.header__submenu-link.sale, .mobile-menu__submenu-item-link.sale {
  color: #f23d0c; }

/* line 111, _header.scss */
.languages {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #525252; }
  /* line 117, _header.scss */
  .languages-node {
    display: inline;
    margin-right: 12px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 123, _header.scss */
    .languages-node:hover .languages-link {
      color: #fff; }
    /* line 127, _header.scss */
    .languages-node .languages-link {
      color: #525252; }
    /* line 131, _header.scss */
    .languages-node .languages-link.languages-link--current {
      color: #22b573; }

/* line 137, _header.scss */
.header__right {
  display: flex; }

/* line 141, _header.scss */
.header__user-link {
  margin-left: 30px; }

/* line 145, _header.scss */
.header__submenu {
  padding: 25px 30px;
  position: absolute;
  background: #000;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  display: none;
  border-bottom: 1px solid #afafaf;
  top: 68px; }

/* line 158, _header.scss */
ul.header__menu li:hover .header__submenu {
  display: flex; }

/* line 162, _header.scss */
.header__submenu-title {
  margin-bottom: 25px; }

/* line 166, _header.scss */
a.header__cart {
  margin-left: 30px; }

/* line 170, _header.scss */
.checkout2 a.header__cart {
  display: none; }

/* line 174, _header.scss */
.header__brands.header__submenu-block {
  margin-right: 100px; }

/* line 178, _header.scss */
ul.header__brands-list {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  list-style: none;
  padding: 0;
  margin: 0 0 30px; }

/* line 187, _header.scss */
ul.header__categories-list {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 30px; }

/* line 196, _header.scss */
ul li.header__submenu-item {
  display: block;
  margin-bottom: 10px;
  margin-right: 40px;
  font-weight: normal; }
  /* line 201, _header.scss */
  ul li.header__submenu-item .christmas {
    color: #a9d42f; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@-moz-keyframes scroll {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@keyframes scroll {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
/* line 238, _header.scss */
.marquee-wrapper {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-style: italic;
  border-bottom: 1px solid #afafaf;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #afafaf; }

/* line 250, _header.scss */
.marquee-content {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scroll 60s infinite linear;
  -moz-animation: scroll 60s infinite linear;
  animation: scroll 60s infinite linear;
  text-transform: uppercase; }

/* right cart */
/* line 261, _header.scss */
.right-cart {
  position: fixed;
  left: 100%;
  top: 0;
  width: 25%;
  background: #f6f6f6;
  color: #000;
  height: 100%;
  z-index: 1050;
  overflow: hidden;
  display: flex;
  transition: all 0.5s; }

/* line 275, _header.scss */
form#right-cart-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between; }

/* line 282, _header.scss */
.right-cart__empty {
  font-size: 34px;
  color: #000;
  padding: 25px 30px;
  text-transform: uppercase;
  font-weight: bold; }

/* line 290, _header.scss */
.right-cart__back {
  font-size: 34px;
  position: absolute;
  bottom: 20px;
  left: 30px;
  color: #d80720;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer; }

/* line 301, _header.scss */
.right-cart__back:before {
  content: "←";
  display: inline; }

/* line 308, _header.scss */
.cart-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  opacity: 0;
  background: #000;
  transition: all 0.5s;
  cursor: pointer; }

/* line 321, _header.scss */
.show-cart .cart-overlay {
  opacity: 0.5; }

/* line 325, _header.scss */
.show-cart .right-cart {
  left: 75%; }

/* line 329, _header.scss */
.main-content {
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden; }

/* line 337, _header.scss */
.show-cart .main-content {
  transform: translate(-25%, 0); }

/* line 341, _header.scss */
.right-cart__items_list {
  padding: 25px 28px;
  overflow-y: scroll; }

/* line 346, _header.scss */
.right-cart__item {
  clear: both;
  margin-bottom: 25px;
  overflow: hidden; }

/* line 352, _header.scss */
.right-cart__item-left {
  width: 27%;
  float: left;
  margin-right: 25px; }

/* line 358, _header.scss */
.right-cart__item-image {
  display: block;
  text-decoration: none; }

/* line 363, _header.scss */
.right-cart__item-right {
  overflow: hidden; }

/* line 367, _header.scss */
a.right_cart-item-title {
  margin-bottom: 20px;
  display: block;
  min-height: 36px; }

/* line 373, _header.scss */
.right_cart-item-variant {
  margin-bottom: 20px; }

/* line 377, _header.scss */
a.right_cart__remove-link {
  display: block;
  font-size: 10px;
  color: #ababab;
  text-transform: uppercase;
  margin-top: 10px; }

/* line 385, _header.scss */
.right-cart__quantity div {
  display: inline-block; }

/* line 389, _header.scss */
.right-cart__quantity {
  flex: 1;
  text-align: right;
  margin-right: -10px; }

/* line 395, _header.scss */
.right-cart__item-bottom-str {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

/* line 401, _header.scss */
.right-cart__quantity--minus, .right-cart__quantity--plus {
  background: none;
  color: #000;
  border: none;
  vertical-align: middle;
  line-height: 1.8;
  margin: 0 5px; }

/* line 410, _header.scss */
.right-cart__shipping {
  color: #22b573;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  padding: 5px;
  margin-bottom: 25px;
  border-top: 1px solid;
  border-bottom: 1px solid; }

/* line 421, _header.scss */
.right-cart__shipping--fail {
  color: #d80720; }

/* line 425, _header.scss */
.right-cart__subtotal {
  padding: 0px 28px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase; }

/* line 435, _header.scss */
.right-cart__promocode {
  padding: 0 28px;
  text-transform: uppercase;
  margin-bottom: 30px; }

/* line 441, _header.scss */
.right-cart__promocode input#kupon-number {
  background: none;
  border: none;
  border-bottom: 1px solid #aaa;
  text-transform: uppercase;
  padding: 0; }

/* line 449, _header.scss */
a.basket_list-submit.button.button--buy, .editor #feedback_form a.basket_list-submit.button--buy#feedback_commit, .menu-node--collection_lvl_1 a.basket_list-submit.button--buy.menu-marker--parent, .menu-node--collection_lvl_2 a.basket_list-submit.button--buy.menu-marker--parent, .menu-node--collection_lvl_3 a.basket_list-submit.button--buy.menu-marker--parent {
  background: transparent;
  width: 100%;
  font-size: 22px;
  margin-left: 0px;
  font-weight: bold;
  padding: 22px;
  color: #0071bc;
  border-top: 1px solid #0071bc;
  border-bottom: 1px solid #0071bc;
  text-transform: uppercase;
  text-decoration: none; }

/* line 463, _header.scss */
a.basket_list-submit.button.button--buy:hover, .editor #feedback_form a.basket_list-submit.button--buy#feedback_commit:hover, .menu-node--collection_lvl_1 a.basket_list-submit.button--buy.menu-marker--parent:hover, .menu-node--collection_lvl_2 a.basket_list-submit.button--buy.menu-marker--parent:hover, .menu-node--collection_lvl_3 a.basket_list-submit.button--buy.menu-marker--parent:hover {
  background: #0071bc;
  color: #fff; }

/* line 468, _header.scss */
footer {
  padding: 25px 30px;
  text-transform: uppercase;
  display: flex;
  font-weight: bold; }

/* line 475, _header.scss */
.footer__middle {
  flex: 1; }

/* line 479, _header.scss */
.footer__left {
  text-align: left; }

/* line 483, _header.scss */
ul.footer__menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 489, _header.scss */
ul.footer__menu li {
  display: inline-block;
  margin-right: 30px; }

/* line 494, _header.scss */
.footer__right {
  text-align: right; }

/* line 498, _header.scss */
.footer__right ul.footer__menu li {
  margin-left: 30px;
  margin-right: 0; }

/* line 503, _header.scss */
#btn-to-top {
  max-width: 0;
  overflow: hidden;
  word-break: revert;
  white-space: nowrap;
  line-height: 11px;
  will-change: max-width;
  transition: 0.3s all;
  margin-left: 0;
  margin-bottom: -1px; }

/* line 516, _header.scss */
#btn-to-top.active {
  max-width: 105px;
  margin-left: 30px;
  overflow: visible; }

/* line 522, _header.scss */
.product-page {
  display: flex;
  padding-bottom: 50px; }

/* line 527, _header.scss */
.product-page__left {
  width: 66%;
  display: block; }

/* line 532, _header.scss */
.product-page__right {
  width: 33%; }

/* line 536, _header.scss */
.product-gallery-item {
  width: 49%;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
  padding-right: 12px; }

/* line 544, _header.scss */
.product-gallery-item a {
  cursor: zoom-in; }

/* line 548, _header.scss */
video.product-page__video {
  max-width: 100%;
  vertical-align: top; }

/* line 553, _header.scss */
.product-page__title {
  font-size: 28px;
  margin-bottom: 25px; }

/* line 558, _header.scss */
.product-page__price {
  font-size: 28px;
  margin-bottom: 30px; }

/* line 563, _header.scss */
.product-page__price-for-request {
  text-transform: uppercase; }

/* line 567, _header.scss */
.product-gallery-item img {
  width: 100%; }

/* line 571, _header.scss */
.product-page__short_description {
  margin-bottom: 30px;
  font-size: 14px; }

/* line 575, _header.scss */
ul.product-page__description-tabs {
  list-style: none;
  display: flex;
  font-size: 14px;
  margin: 0;
  padding: 0; }

/* line 583, _header.scss */
.product-page__shipping-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold; }

/* line 590, _header.scss */
.product-page__shipping-block {
  margin-bottom: 30px;
  font-size: 12px; }

/* line 595, _header.scss */
.product-page__shipping-block a {
  color: #f23d0c; }

/* line 601, _header.scss */
ul.product-page__description-tabs li {
  border: 1px solid #fff;
  flex: 1;
  padding: 11px 20px;
  text-transform: uppercase;
  cursor: pointer; }

/* line 610, _header.scss */
ul.product-page__description-tabs li.active {
  background: #fff;
  color: #000;
  border: 1px;
  margin-left: 1px; }

/* line 617, _header.scss */
.product-page__description-text {
  padding: 15px 20px;
  border: 1px solid;
  margin: -1px 1px 0px 1px;
  display: none; }

/* line 624, _header.scss */
.product-page__description-text li {
  margin-bottom: 10px; }

/* line 628, _header.scss */
.product-page__description-text.active {
  display: block; }

/* line 632, _header.scss */
.product-page__description-text ul {
  margin-top: 0;
  padding-left: 15px; }

/* line 637, _header.scss */
.product-page .option_selector {
  padding: 0;
  margin: 0; }

/* line 642, _header.scss */
.product-page .option_selector label {
  display: none; }

/* line 646, _header.scss */
.product-page .option_selector select.variant-select {
  width: 100%;
  background: #000;
  padding: 12px 20px; }

/* line 652, _header.scss */
.product-page .product-buy {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 12px 20px;
  line-height: inherit;
  width: 100%;
  margin-left: 1px;
  border: 1px solid #0071bc; }

/* line 666, _header.scss */
.product-page .product-buy.disabled {
  border-color: #525252; }

/* line 670, _header.scss */
span.right-cart__quantity-title {
  text-transform: uppercase; }

/* line 674, _header.scss */
.product-page .product-buy:hover {
  background: #0071bc; }

/* line 678, _header.scss */
.product-page .product-buy.disabled:hover {
  background: #000; }

/* line 682, _header.scss */
.product-page__size {
  flex: 1; }

/* line 686, _header.scss */
.product-page__description {
  margin-bottom: 15px; }

/* line 691, _header.scss */
.product-page__variants-size {
  display: flex;
  margin-bottom: 15px; }

/* line 696, _header.scss */
.product-page__variants-size select#variant-select {
  display: block;
  padding: 11px 22px;
  margin: 0px 0px 0 1px;
  flex: 1;
  width: 100%;
  -webkit-appearance: none;
  height: 42px;
  background: #000;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #ffffff 50%), linear-gradient(135deg, #ffffff 50%, rgba(0, 0, 0, 0) 50%);
  background-position: calc(100% - 20px) calc(22px), calc(100% - 15px) calc( 22px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-radius: 0; }

/* line 712, _header.scss */
select#variant-select option {
  color: #fff; }

/* line 716, _header.scss */
.co-table-cell--body {
  padding: 15px; }

/* line 720, _header.scss */
.co-sidebar--menu {
  max-width: 350px;
  flex: 0 0 350px; }

/* line 725, _header.scss */
.insales-checkout2 .co-sidebar--menu {
  padding-top: 80px;
  box-shadow: none; }

/* line 730, _header.scss */
.insales-checkout2 a.co-menu-link.co-menu-link--personal.co-link {
  border-bottom: none;
  font-weight: bold;
  color: #4f4f4f;
  font-size: 28px; }

/* line 737, _header.scss */
.insales-checkout2 a.co-menu-link.co-menu-link--personal.co-link.link--active, a.co-menu-link.co-menu-link--personal.co-link.co-link--active {
  color: #fff; }

/* line 741, _header.scss */
.product-page__variants-size {
  display: flex; }

/* line 745, _header.scss */
.product-page__variants-size .product-quantity.quantity {
  flex: 1;
  margin: 0 1px 0 0;
  height: auto;
  width: auto;
  text-align: center;
  border: 1px solid #afafaf; }

/* line 754, _header.scss */
.product-page .quantity-button {
  display: inline-block;
  position: static;
  background: none;
  border: none; }

/* line 761, _header.scss */
.quantity-button.quantity-button-disabled {
  cursor: auto; }

/* line 765, _header.scss */
.quantity-button.quantity-button-disabled:hover {
  background: none; }

/* line 769, _header.scss */
.product-page .quantity-input {
  width: 40px;
  height: auto;
  background: #000;
  display: inline-block;
  border: none; }

/* line 777, _header.scss */
ul.product-page__description-tabs li.active:last-child {
  margin: 0 1px 0 0; }

/* line 781, _header.scss */
ul.product-page__description-tabs li:first-child {
  margin-left: 1px; }

/* line 785, _header.scss */
ul.product-page__description-tabs li:last-child {
  margin-right: 1px; }

/* line 789, _header.scss */
.product-page form#order {
  margin-bottom: 44px; }

/* line 793, _header.scss */
.product-page__slider {
  margin: 0 -25px;
  background: #000;
  color: #fff;
  padding: 25px 30px 40px 30px;
  position: relative;
  overflow: hidden; }

/* line 802, _header.scss */
video.product-page__related-video {
  position: absolute;
  min-width: 100%;
  left: 0;
  top: 0;
  min-height: 100%; }

/* line 812, _header.scss */
.slider-title {
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  flex: 1;
  text-align: left;
  min-width: 25%;
  padding-right: 25px; }

/* line 823, _header.scss */
.slider-container {
  flex: 3;
  width: auto;
  display: flex; }

/* line 831, _header.scss */
.section--content > .wrap {
  padding-bottom: 0; }

/* line 835, _header.scss */
.product-page__slider .prices .prices-current {
  color: #f23d0c; }

/* line 839, _header.scss */
.padded-inner {
  padding: 0.5rem; }

/* line 843, _header.scss */
.button.slider-left.owl-prev, .editor #feedback_form .slider-left.owl-prev#feedback_commit, .menu-node--collection_lvl_1 .slider-left.owl-prev.menu-marker--parent, .menu-node--collection_lvl_2 .slider-left.owl-prev.menu-marker--parent, .menu-node--collection_lvl_3 .slider-left.owl-prev.menu-marker--parent {
  font-size: 36px;
  position: absolute;
  top: 35%;
  left: -50px;
  z-index: 999;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #000; }

/* line 845, _header.scss */
.button.slider-right.owl-next, .editor #feedback_form .slider-right.owl-next#feedback_commit, .menu-node--collection_lvl_1 .slider-right.owl-next.menu-marker--parent, .menu-node--collection_lvl_2 .slider-right.owl-next.menu-marker--parent, .menu-node--collection_lvl_3 .slider-right.owl-next.menu-marker--parent {
  font-size: 36px;
  position: absolute;
  top: 35%;
  right: -50px;
  z-index: 999;
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #000; }

/* line 847, _header.scss */
.button.slider-left i, .editor #feedback_form .slider-left#feedback_commit i, .menu-node--collection_lvl_1 .slider-left.menu-marker--parent i, .menu-node--collection_lvl_2 .slider-left.menu-marker--parent i, .menu-node--collection_lvl_3 .slider-left.menu-marker--parent i, .button.slider-right i, .editor #feedback_form .slider-right#feedback_commit i, .menu-node--collection_lvl_1 .slider-right.menu-marker--parent i, .menu-node--collection_lvl_2 .slider-right.menu-marker--parent i, .menu-node--collection_lvl_3 .slider-right.menu-marker--parent i {
  display: none; }

/* line 851, _header.scss */
.slider-control--product.owl-nav.slider-control {
  font-size: 40px; }

/* line 855, _header.scss */
.slider.slider--product.slider--related {
  position: relative;
  color: #f23d0c;
  display: flex; }

/* line 860, _header.scss */
.button.slider-left.owl-prev:after, .editor #feedback_form .slider-left.owl-prev#feedback_commit:after, .menu-node--collection_lvl_1 .slider-left.owl-prev.menu-marker--parent:after, .menu-node--collection_lvl_2 .slider-left.owl-prev.menu-marker--parent:after, .menu-node--collection_lvl_3 .slider-left.owl-prev.menu-marker--parent:after {
  content: "←"; }

/* line 861, _header.scss */
.button.slider-right.owl-next:after, .editor #feedback_form .slider-right.owl-next#feedback_commit:after, .menu-node--collection_lvl_1 .slider-right.owl-next.menu-marker--parent:after, .menu-node--collection_lvl_2 .slider-right.owl-next.menu-marker--parent:after, .menu-node--collection_lvl_3 .slider-right.owl-next.menu-marker--parent:after {
  content: "→"; }

/* line 863, _header.scss */
.cart-page__products {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 0 25px;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  padding-bottom: 30px; }

/* line 875, _header.scss */
.extra-product__image {
  margin-bottom: 20px;
  position: relative; }

/* line 880, _header.scss */
.extra-product__add-to-cart {
  position: absolute;
  background: url(cart_outline.svg);
  background-size: 100%;
  background-position: center bottom;
  width: 16%;
  height: 100px;
  right: 4%;
  bottom: 3%;
  background-repeat: no-repeat; }

/* line 892, _header.scss */
.cart-page__extra-product:hover .extra-product__add-to-cart {
  background-image: url("cart.svg"); }

/* line 896, _header.scss */
.cart-page__extra-product {
  width: 16%;
  position: relative;
  flex: 0 0 auto;
  margin-right: 15px; }

/* line 903, _header.scss */
.owl-item .cart-page__extra-product {
  width: 95%; }

/* line 907, _header.scss */
.cart-page__extra-product button {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9; }

/* line 917, _header.scss */
.cart-page__item {
  padding: 30px;
  border-top: 1px solid #afafaf; }

/* line 922, _header.scss */
.cart-page__item .right-cart__item {
  width: 25%;
  margin: 0 auto; }

/* line 927, _header.scss */
.cart-page {
  margin-left: -25px;
  margin-right: -25px; }

/* line 932, _header.scss */
.cart-page__info {
  display: flex;
  border: 1px solid #afafaf;
  border-left: none;
  border-right: none; }

/* line 939, _header.scss */
.cart-page__info-block {
  padding: 25px;
  flex: 1; }

/* line 944, _header.scss */
.cart-page__info-block:first-child {
  border-right: 1px solid; }

/* line 948, _header.scss */
.cart-page__info-block:last-child {
  border-left: 1px solid; }

/* line 952, _header.scss */
input.discounts-submit.input-button.button.js-discounts-submit, .editor #feedback_form input.discounts-submit.input-button.js-discounts-submit#feedback_commit, .menu-node--collection_lvl_1 input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent, .menu-node--collection_lvl_2 input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent, .menu-node--collection_lvl_3 input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent {
  background: #000;
  color: #fff;
  border: 1px solid #0071bc;
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 5px; }

/* line 962, _header.scss */
input#kupon-number {
  background: #000;
  display: block;
  width: 100%;
  padding: 3px 10px;
  margin-bottom: 20px; }

/* line 971, _header.scss */
.cart-page_info-title {
  text-transform: uppercase;
  margin-bottom: 20px; }

/* line 976, _header.scss */
.cart-page__shipping {
  color: #22b573;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  padding: 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  white-space: nowrap; }

/* line 987, _header.scss */
.cart-page__shipping.fail {
  color: #d80720; }

/* line 991, _header.scss */
.cart_page__subtotal {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  padding: 30px; }

/* line 998, _header.scss */
.cart-page input.cart_page__submit.cart-button.button.button--checkout, .cart-page .editor #feedback_form input.cart_page__submit.cart-button.button--checkout#feedback_commit, .editor #feedback_form .cart-page input.cart_page__submit.cart-button.button--checkout#feedback_commit, .cart-page .menu-node--collection_lvl_1 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, .menu-node--collection_lvl_1 .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, .cart-page .menu-node--collection_lvl_2 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, .menu-node--collection_lvl_2 .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, .cart-page .menu-node--collection_lvl_3 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, .menu-node--collection_lvl_3 .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent {
  font-size: 35px;
  padding: 30px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: #000;
  border: 1px solid #0071bc;
  color: #fff; }

/* line 1009, _header.scss */
.cart-page input.cart_page__submit.cart-button.button.button--checkout:hover, .cart-page .editor #feedback_form input.cart_page__submit.cart-button.button--checkout#feedback_commit:hover, .editor #feedback_form .cart-page input.cart_page__submit.cart-button.button--checkout#feedback_commit:hover, .cart-page .menu-node--collection_lvl_1 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent:hover, .menu-node--collection_lvl_1 .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent:hover, .cart-page .menu-node--collection_lvl_2 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent:hover, .menu-node--collection_lvl_2 .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent:hover, .cart-page .menu-node--collection_lvl_3 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent:hover, .menu-node--collection_lvl_3 .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent:hover {
  background: #0071bc; }

/* line 1013, _header.scss */
.cart-page .right-cart__quantity--minus, .cart-page .right-cart__quantity--plus {
  color: #fff; }

/* line 1017, _header.scss */
.cart-page__plus {
  font-size: 52px;
  text-align: center;
  padding: 17px 0 28px;
  line-height: 52px; }

/* line 1024, _header.scss */
.cart-page__extra-product:hover {
  color: #f25822; }

/* line 1028, _header.scss */
.cart-page__extra-product:hover .extra-product__image {
  border: 3px solid #f25822;
  cursor: pointer; }

/* line 1033, _header.scss */
.cart-page__empty-block {
  top: 38%;
  position: absolute;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: bold; }

/* line 1043, _header.scss */
a.cart-page__back {
  color: #d80720; }

/* line 1047, _header.scss */
.cart-page__back-mobile {
  display: none; }

/* line 1051, _header.scss */
a.cart-page__back:before {
  content: "→";
  margin-right: 20px;
  margin-left: -41px;
  display: inline-block; }

/* line 1057, _header.scss */
.cart-page__empty {
  margin-bottom: 4vh; }

/* line 1061, _header.scss */
.cart-page .discount {
  padding-top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #22b573; }

/* line 1068, _header.scss */
.marquee {
  overflow: hidden; }

/* line 1072, _header.scss */
.marquee span {
  display: inline-block;
  font-size: 20px;
  position: relative;
  left: 100%;
  animation: marquee 15s linear infinite; }

/* line 1080, _header.scss */
.marquee span:nth-child(1) {
  animation-delay: 0s; }

/* line 1083, _header.scss */
.marquee span:nth-child(2) {
  animation-delay: 0.8s; }

/* line 1086, _header.scss */
.marquee span:nth-child(3) {
  animation-delay: 1.6s; }

/* line 1089, _header.scss */
.marquee span:nth-child(4) {
  animation-delay: 2.4s; }

/* line 1092, _header.scss */
.marquee span:nth-child(5) {
  animation-delay: 3.2s; }

@keyframes marquee {
  0% {
    left: 100%; }
  100% {
    left: -100%; } }
/* line 1101, _header.scss */
h2.co-input-label.co-title.co-title--h2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px; }

/* line 1108, _header.scss */
.co-title--h2 {
  font-size: inherit;
  margin-bottom: 20px; }

/* line 1113, _header.scss */
.co-input input {
  background: #000;
  border-radius: 0;
  color: #fff; }

/* line 1115, _header.scss */
span.tt-dropdown-menu {
  background: #000; }

/* line 1121, _header.scss */
.co-input-select {
  background: #000;
  color: #fff; }

/* line 1126, _header.scss */
.co-input-select select {
  color: #fff; }

/* line 1130, _header.scss */
.co-section--checkout_content {
  max-width: none; }

/* line 1134, _header.scss */
.co-delivery_method-list.co-checkout-block {
  padding: 0; }

/* line 1138, _header.scss */
.co-checkout-block {
  padding: 0; }

/* line 1142, _header.scss */
span.radio.co-delivery_method-input.co-toggable_field-input.co-toggable_field-input--radio {
  color: #fff; }

/* line 1146, _header.scss */
textarea#order_comment {
  background: #000;
  color: #fff; }

/* line 1151, _header.scss */
.co-input--nested .co-input-label {
  color: #999; }

/* line 1155, _header.scss */
.co-toggable_field-input {
  color: #fff; }

/* line 1159, _header.scss */
button#create_order {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  width: 100%;
  padding: 15px; }

/* line 1169, _header.scss */
.co-basket.co-checkout-block--padded {
  max-width: none; }

/* line 1173, _header.scss */
form.search_widget.search_widget--header {
  display: none; }

/* INDEX SLIDER */
/* line 1179, _header.scss */
.index-slider {
  display: block;
  margin-bottom: 50px;
  height: calc(100vh - 175px);
  overflow: hidden;
  position: relative; }

/* line 1187, _header.scss */
.index-slider-btn {
  position: absolute;
  right: 0.5vh;
  top: 1vh;
  width: 5vh;
  height: 6vh;
  overflow: hidden;
  z-index: 9;
  cursor: pointer; }

/* line 1198, _header.scss */
.index-slider-btns {
  position: absolute;
  z-index: 99;
  right: 1vh;
  top: 2vh;
  width: 4vh; }

/* line 1206, _header.scss */
.index-slider video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }

/* line 1215, _header.scss */
img.index-slider__btn {
  margin-bottom: 2vh; }

/* line 1219, _header.scss */
img.index-slider__image-desktop {
  width: 100%; }

/* line 1223, _header.scss */
img.index-slider__image-mobile {
  display: none; }

/* line 1228, _header.scss */
.index-slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

/* line 1236, _header.scss */
.index-slider a {
  display: block;
  height: 100%;
  width: 100%; }

/* line 1242, _header.scss */
.index-slider__title {
  position: absolute;
  right: 0;
  font-size: 4.5vh;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  bottom: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #0071bc;
  height: 100%;
  padding-top: 15px; }
  /* line 1255, _header.scss */
  .index-slider__title div {
    height: 83%; }

@media screen and (min-width: 640px) {
  /* line 1262, _header.scss */
  .index-slider__slide--rocky .index-slider__title {
    font-size: 4vh;
    padding-left: 0.5vh;
    padding-right: 0.5vh; } }
@media screen and (max-width: 640px) {
  /* line 1275, _header.scss */
  .index-slider__title {
    font-size: 3vh;
    padding-bottom: 50px; }

  /* line 1282, _header.scss */
  .index-slider video {
    display: none; }

  /* line 1284, _header.scss */
  .index-slider-btns {
    right: 0.5vh;
    width: 2.8vh; } }
/* line 1291, _header.scss */
.index-slider__slide--notfoundjam {
  background-image: url(https://static-eu.insales.ru/files/1/7827/12205715/original/01.jpg);
  background-size: cover;
  background-position: center; }

/* END OF INDEX SLIDER */
/* line 1299, _header.scss */
#own_preloader {
  display: block;
  width: 150px;
  height: 150px;
  background: url(preloader.png) center center no-repeat; }

/* line 1306, _header.scss */
.saw-preloader {
  position: fixed;
  width: 72px;
  height: 72px;
  background: url(preloader.png) center center no-repeat;
  display: none;
  top: 0;
  left: 50%;
  z-index: 1050;
  margin-left: -36px;
  top: 50%;
  margin-top: -36px; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 1348, _header.scss */
.rotating {
  -webkit-animation: rotating 2.5s linear infinite;
  -moz-animation: rotating 2.5s linear infinite;
  -ms-animation: rotating 2.5s linear infinite;
  -o-animation: rotating 2.5s linear infinite;
  animation: rotating 2.5s linear infinite; }

/* line 1356, _header.scss */
.product_preview-sizes {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  position: absolute;
  display: block;
  left: 50%;
  background: none;
  width: 90%;
  line-height: 24px;
  text-align: center; }

/* line 1371, _header.scss */
.product_preview-sizes span {
  margin-right: 10px;
  display: inline-block; }

/* line 1376, _header.scss */
.product_preview.product_preview--product_list:hover .product_preview-preview {
  border: 2px solid #f23d0c; }

/* line 1380, _header.scss */
.product_preview-mask {
  opacity: 0; }

/* line 1384, _header.scss */
.product_preview--product_list:hover .product_preview-mask {
  opacity: 1; }

/* line 1388, _header.scss */
.cart .section--content .wrap {
  padding-top: 0; }

/* line 1392, _header.scss */
.insales-checkout2 .co-section--content_wrapper {
  background-color: #000; }

/* line 1396, _header.scss */
.product-page__full-gallery {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  text-align: center;
  /* opacity: 0; */
  display: none;
  width: 100%;
  cursor: zoom-out;
  height: 100%;
  overflow: scroll; }

/* line 1412, _header.scss */
.product-page__full-gallery img, .product-page__full-gallery video {
  max-height: 100vh;
  max-width: 100%;
  display: block;
  margin: 0 auto; }

/* line 1420, _header.scss */
.full-gallery__close {
  color: #000;
  text-transform: uppercase;
  position: absolute;
  padding: 25px 30px;
  right: 0;
  cursor: pointer; }

/* line 1429, _header.scss */
.mobile-header {
  display: none; }

/* line 1434, _header.scss */
.mobile-menu {
  display: none;
  background: #000;
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 10px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 10px 30px 10px; }

/* line 1448, _header.scss */
a.mobile-menu__link.active + ul {
  display: block; }

/* line 1452, _header.scss */
ul.mobile-menu-block {
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px; }

/* line 1459, _header.scss */
li.mobile-menu__item {
  font-size: 32px;
  font-weight: bold; }

/* line 1464, _header.scss */
ul.mobile-menu__submenu {
  display: none;
  padding: 10px; }

/* line 1469, _header.scss */
a.mobile-menu__link {
  display: block; }

/* line 1473, _header.scss */
li.mobile-menu__submenu-item {
  list-style: none;
  font-weight: normal; }
  /* line 1476, _header.scss */
  li.mobile-menu__submenu-item .christmas {
    color: #a9d42f; }

/* line 1481, _header.scss */
a.mobile-menu__submenu-item-link {
  font-size: 18px; }

/* line 1485, _header.scss */
.mobile-menu__close {
  position: fixed;
  bottom: 0;
  right: 15px;
  text-transform: uppercase;
  padding: 10px;
  font-size: 24px;
  width: 50px; }

/* line 1495, _header.scss */
.mobile-menu li.languages-node {
  font-size: 32px;
  font-weight: bold;
  display: block; }

/* line 1501, _header.scss */
.product-page__gallery-mobile {
  display: none; }

/* line 1505, _header.scss */
.footer-mobile {
  display: none; }

/* line 1509, _header.scss */
.co-sidebar {
  box-shadow: none; }

/* line 1513, _header.scss */
.co-sidebar {
  box-shadow: none; }

/* line 1517, _header.scss */
h1.co-checkout-title.co-title.co-title--h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold; }

/* line 1524, _header.scss */
.co-breadcrumbs {
  display: none; }

/* line 1528, _header.scss */
.co-checkout-order_form#order_form {
  margin-top: -80px; }

/* line 1530, _header.scss */
.co-section--checkout_header.co-checkout-block--padded {
  padding-bottom: 0;
  padding-top: 35px;
  position: relative;
  left: 100%; }

/* line 1537, _header.scss */
.insales-checkout2 .co-section--checkout_header.co-checkout-block--padded {
  left: 0; }

/* line 1541, _header.scss */
h2.co-input-label.co-title.co-title--h2 {
  text-transform: uppercase; }

/* line 1545, _header.scss */
.co-input-description {
  margin-top: 0;
  font-size: 14px; }

/* line 1550, _header.scss */
label.co-input-label {
  /* display: none; */ }

/* line 1554, _header.scss */
select#shipping_address_country {
  padding: 16px; }

/* line 1556, _header.scss */
option {
  color: #000; }

/* line 1562, _header.scss */
.co-checkout-block {
  margin-bottom: 20px; }

/* line 1566, _header.scss */
.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input:checked + span {
  color: #0071bc; }

/* line 1570, _header.scss */
span.radio.co-delivery_method-input.co-toggable_field-input.co-toggable_field-input--radio {
  align-self: flex-start;
  margin-top: 7px; }

/* line 1575, _header.scss */
span.co-toggable_field-information.co-delivery_method-information {
  padding: 0; }

/* line 1579, _header.scss */
.co-toggable_field-price {
  align-self: flex-start; }

/* line 1583, _header.scss */
label.co-input-label[for=shipping_address_country] {
  display: none; }

/* line 1587, _header.scss */
label.co-input-label[for=shipping_address_full_locality_name] {
  display: none; }

/* line 1591, _header.scss */
.co-toggable_field-input {
  align-self: flex-start;
  margin-top: 3px; }

/* line 1596, _header.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0; }

/* line 1600, _header.scss */
span.co-payment_method-title.co-toggable_field-title.co-input-title {
  margin: 0; }

/* line 1604, _header.scss */
h3.co-title.co-title--h2.co-input-label {
  text-transform: uppercase;
  font-size: 14px; }

/* line 1609, _header.scss */
.co-toggable_field-input input:focus + span, .co-toggable_field-input input:checked + span {
  color: #0071bc; }

/* line 1613, _header.scss */
span#delivery_title_1331521 {
  margin: 0; }

/* line 1617, _header.scss */
input#shipping_address_full_locality_name {
  padding: 16px 15px; }

/* line 1625, _header.scss */
.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input:checked + span {
  -webkit-box-shadow: inset 0 0 0 10px currentColor;
  box-shadow: inset 0 0 0 10px currentColor; }

/* line 1630, _header.scss */
.co-toggable_field-input input + span {
  -webkit-box-shadow: inset 0 0 0 10px currentColor;
  box-shadow: inset 0 0 0 10px currentColor; }

/* line 1635, _header.scss */
button#create_order {
  background: #000;
  border: 1px solid #0071bc;
  color: #fff; }

/* line 1641, _header.scss */
button#create_order:hover {
  background: #0071bc; }

/* line 1647, _header.scss */
.co-sidebar {
  top: 80px; }

/* line 1651, _header.scss */
.co-basket_item-image_container {
  flex: 0 1 60px; }

/* line 1655, _header.scss */
.co-basket_item-list {
  border-top: 1px solid #4d4d4d;
  margin-top: -23px; }

/* line 1660, _header.scss */
.co-basket_item {
  padding-bottom: 15px;
  border-bottom: 1px solid #4d4d4d;
  margin: 00;
  padding-top: 15px; }

/* line 1667, _header.scss */
.co-basket_item div {
  align-self: flex-start; }

/* line 1671, _header.scss */
span.co-basket_item-price.co-price--current {
  font-weight: inherit;
  font-size: inherit; }

/* line 1676, _header.scss */
.co-basket_subtotal-list {
  border-color: #4d4d4d;
  font-size: 32px;
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 30px;
  font-weight: bold;
  color: #434343; }

/* line 1688, _header.scss */
.co-basket_subtotal-title.discount-subtotal-description {
  font-size: 18px;
  color: green;
  margin-bottom: 15px; }

/* line 1694, _header.scss */
.co-basket_subtotal-price.co-price--current.discount-subtotal-amount {
  margin-bottom: 15px;
  color: green; }

/* line 1699, _header.scss */
.co-basket_subtotal-price {
  font-size: 32px;
  font-weight: normal;
  font-weight: bold; }

/* line 1705, _header.scss */
.co-basket_total-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold; }

/* line 1711, _header.scss */
.co-basket_total-price {
  font-size: 32px;
  font-weight: normal;
  font-weight: bold; }

/* line 1717, _header.scss */
.co-title--h2 {
  text-transform: uppercase; }

/* line 1721, _header.scss */
.co-section--content_wrapper {
  max-width: none; }

/* line 1726, _header.scss */
.co-section--content_wrapper {
  max-width: none; }

/* line 1730, _header.scss */
.co-order-information_row {
  display: block; }

/* line 1734, _header.scss */
.co-order-information_title {
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 15px; }

/* line 1741, _header.scss */
.co-title.co-title--h2 {
  font-size: 32px;
  font-weight: bold; }

/* line 1746, _header.scss */
.co-order-information {
  border: none;
  margin-top: 0;
  padding-top: 0; }

/* line 1752, _header.scss */
.co-order-information_value {
  padding: 15px;
  border: 1px solid #4d4d4d; }

/* line 1757, _header.scss */
span.co-price {
  margin-right: 30px; }

/* line 1761, _header.scss */
span.co-order-state {
  text-transform: uppercase;
  padding: 10px 30px;
  margin-right: 25px;
  border-radius: 0; }

/* line 1768, _header.scss */
span.co-order-state.co-order-state--paid {
  color: #22b573;
  border-color: #22b573; }

/* line 1773, _header.scss */
a.co-button.co-button--small {
  text-transform: uppercase; }

/* line 1777, _header.scss */
.co-button:focus, .picker-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 1782, _header.scss */
span.co-order-state.co-order-state--not_paid {
  color: red;
  border-color: red; }

/* line 1787, _header.scss */
a.co-button.co-button--small {
  background: gray;
  padding: 10px 30px;
  border-radius: 0; }

/* line 1793, _header.scss */
td.co-table-cell.co-table-cell--head {
  color: #fff;
  text-transform: uppercase;
  opacity: 1; }

/* line 1799, _header.scss */
tr.co-table-row.co-table-row--foot {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold; }

/* line 1805, _header.scss */
.co-checkout-block--padded {
  padding-top: 15px; }

/* line 1809, _header.scss */
a.co-logo {
  display: none; }

/* line 1813, _header.scss */
.co-header-phone {
  display: none; }

/* line 1816, _header.scss */
.co-order-information_row {
  display: block; }

/* line 1820, _header.scss */
.co-order-information_title {
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  margin-bottom: 15px; }

/* line 1827, _header.scss */
.co-title.co-title--h2 {
  font-size: 32px;
  font-weight: bold; }

/* line 1832, _header.scss */
.co-order-information {
  border: none;
  margin-top: 0;
  padding-top: 0; }

/* line 1838, _header.scss */
.co-order-information_value {
  padding: 15px;
  border: 1px solid #4d4d4d; }

/* line 1843, _header.scss */
span.co-price {
  margin-right: 30px; }

/* line 1847, _header.scss */
span.co-order-state {
  text-transform: uppercase;
  padding: 10px 30px;
  margin-right: 25px;
  border-radius: 0; }

/* line 1854, _header.scss */
a.co-button.co-button--small {
  text-transform: uppercase; }

/* line 1858, _header.scss */
span.co-order-state.co-order-state--not_paid {
  color: red;
  border-color: #d80720; }

/* line 1863, _header.scss */
a.co-button.co-button--small {
  background: #000;
  border: 1px solid #0071bc;
  padding: 10px 30px;
  border-radius: 0; }

/* line 1870, _header.scss */
a.co-button.co-button--small:hover {
  background: #0071bc; }

/* line 1874, _header.scss */
td.co-table-cell.co-table-cell--head {
  color: #fff;
  text-transform: uppercase;
  opacity: 1; }

/* line 1880, _header.scss */
tr.co-table-row.co-table-row--foot {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold; }

/* line 1886, _header.scss */
.co-checkout-block--padded {
  padding-top: 35px; }

/* line 1890, _header.scss */
.co-button:focus, .picker-button:focus, .co-button:hover, .picker-button:hover {
  background-color: #0071bc; }

/* line 1894, _header.scss */
.co-button, .picker-button {
  background-color: #000;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #0071bc;
  border-radius: 0; }

/* line 1907, _header.scss */
.co-button.co-button--small {
  width: auto; }

/* line 1911, _header.scss */
.co-button--link, .co-button--password_recover {
  background-color: transparent;
  color: #fff;
  background-color: transparent;
  border: transparent;
  display: inline-block;
  width: auto;
  border-bottom: none;
  padding: inherit;
  padding-top: 5px; }

/* line 1923, _header.scss */
.co-button--link:focus, .co-button--link:hover, .co-button--password_recover:focus, .co-button--password_recover:hover {
  color: inherit;
  background: inherit; }

/* line 1928, _header.scss */
a.co-button.co-button--link.co-form-button {
  display: block;
  margin-right: 15px; }

/* line 1933, _header.scss */
a.co-button.co-button--link.co-form-button {
  display: block;
  margin-right: 15px; }

/* line 1938, _header.scss */
.co-form-controls {
  margin: 0; }

/* line 1942, _header.scss */
.co-input--nested .co-input-label {
  display: block;
  position: static;
  padding-left: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  top: 0;
  transform: none;
  font-size: inherit; }

/* line 1954, _header.scss */
.co-input-field {
  border-color: #4d4d4d; }

/* line 1962, _header.scss */
.co-input--nested .co-input-field {
  padding: 14px; }

/* line 1966, _header.scss */
.co-input.co-input--text.co-input--language.co-input--nested.co-input--required.co-input--empty_nested {
  margin-bottom: 25px; }

/* line 1970, _header.scss */
.co-input + .co-input, .co-tabs-content + .co-input {
  margin-bottom: 25px; }

/* line 1974, _header.scss */
.co-sidebar--menu {
  background: #000 !important; }

/* line 1978, _header.scss */
.insales-checkout2 .co-sidebar--menu::after {
  display: none; }

/* line 1982, _header.scss */
a.co-menu-link.co-menu-link--personal.co-link {
  text-transform: uppercase; }

/* line 1986, _header.scss */
.co-input-field {
  background: #000;
  border-radius: 0;
  color: #fff; }

/* line 1992, _header.scss */
.styled_select-wrapper {
  background: transparent;
  border-color: #4f4f4f;
  width: 100%;
  -webkit-appearance: none; }

/* line 1999, _header.scss */
select#shipping_address_country {
  height: 48px;
  line-height: 1;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none; }

/* line 2007, _header.scss */
.co-input {
  margin-bottom: 25px; }

/* line 2009, _header.scss */
span.co-social_login-list {
  display: inline-block;
  white-space: nowrap; }

/* line 2014, _header.scss */
a.co-button.co-social_login-button {
  display: inline-block;
  width: auto;
  padding: 1px;
  background: none;
  margin-left: 0px;
  border: none; }

/* line 2023, _header.scss */
.co-social_login-button--google {
  background-color: transparent !important; }

/* line 2027, _header.scss */
.co-social_login-button--facebook {
  background-color: transparent !important; }

/* line 2031, _header.scss */
.co-modal.co-modal--login.co-modal--fixed {
  background: #000;
  border: 1px solid #fff;
  box-shadow: none; }

/* line 2033, _header.scss */
.co-social_login-button--google:hover, .co-social_login-button--google:focus {
  background: transparent !important; }

/* line 2037, _header.scss */
.co-social_login-button--facebook:hover, .co-social_login-button--facebook:focus {
  background: transparent !important; }

/* line 2041, _header.scss */
.co-modal--login {
  width: 650px; }

/* line 2045, _header.scss */
.co-input.co-input--required.co-input--password {
  margin-bottom: 25px; }

/* line 2049, _header.scss */
a.co-button--password_recover {
  margin-left: 0;
  color: #4d4d4d; }

/* line 2054, _header.scss */
.co-toggable_field--bordered:hover {
  border-color: transparent; }

/* line 2058, _header.scss */
div#checkout_order_errors {
  margin-top: -40px;
  margin-bottom: 60px;
  background: #000;
  border: 1px solid;
  border-radius: 0;
  color: #fff;
  border-color: red; }

/* line 2068, _header.scss */
div#checkout_order_errors a {
  color: red; }

/* line 2072, _header.scss */
.hide-desktop {
  display: none !important; }

/* line 2077, _header.scss */
.product-page--show-gallery .product-page, .product-page--show-gallery .footer-mobile, .product-page--show-gallery .product-page__slider {
  display: none; }

/* line 2082, _header.scss */
.co-menu-item.co-menu-item--personal:nth-child(3) {
  display: none; }

/* line 2086, _header.scss */
#delivery-date-calendar-block, #delivery-time-intervals-block {
  display: none; }

/* line 2090, _header.scss */
.covid-block {
  margin-bottom: 65px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px; }

/* line 2099, _header.scss */
.covid-block p {
  margin-bottom: 20px; }

/* line 2103, _header.scss */
.close_x_btn {
  width: 20px;
  height: 20px;
  background: url(close_x_btn.png);
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 25px;
  cursor: pointer; }

/* line 2115, _header.scss */
.EN .hide-en {
  display: none; }

/* line 2119, _header.scss */
.belief-filters {
  padding-bottom: 40px;
  overflow: hidden;
  padding-right: 30px; }

/* line 2125, _header.scss */
.sort-by-list {
  display: none;
  clear: both; }

/* line 2130, _header.scss */
.filters__sort {
  float: right;
  text-transform: uppercase;
  padding-bottom: 20px;
  cursor: pointer; }

/* line 2137, _header.scss */
form.sort_by {
  display: block;
  clear: both;
  width: 100%;
  text-align: right; }

/* line 2144, _header.scss */
.sort-by__option {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 40px;
  cursor: pointer; }

/* line 2151, _header.scss */
.sort-by__option--active {
  color: #f23d0c; }

/* line 2157, _header.scss */
.iframe-video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 20px;
  width: 100%; }

/* line 2165, _header.scss */
.iframe-video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

/* line 2173, _header.scss */
.yButton {
  transition: all 0.5s; }

/* line 2177, _header.scss */
.show-cart .yButton.right {
  right: 27% !important; }

/* line 2184, _header.scss */
body .yButtonBackground {
  background: #f23d0c;
  opacity: 1 !important;
  width: 105px !important;
  height: 105px !important; }
/* line 2191, _header.scss */
body .yButtonText {
  text-transform: uppercase;
  width: 95px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  top: 30px !important; }

/* line 2200, _header.scss */
.cookie-block {
  position: fixed;
  bottom: 0;
  background: #000;
  left: 0;
  padding: 25px;
  text-transform: uppercase;
  width: 100%;
  z-index: 99999; }

/* line 2211, _header.scss */
cookie-block__weuse {
  display: inline-block; }

/* line 2215, _header.scss */
.cookie-block__accept {
  display: inline-block;
  cursor: pointer; }

/* line 2220, _header.scss */
.cookie-block__weuse {
  display: inline-block;
  margin-right: 30px; }

/* line 2225, _header.scss */
.cookie-block__accept:before {
  content: "→";
  margin-right: 5px; }

/* line 2230, _header.scss */
.cookie-block__close {
  width: 20px;
  height: 20px;
  background: url(close_x_btn.png);
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 25px;
  cursor: pointer;
  bottom: 25px; }

@media only screen and (min-width: 640px) {
  /* line 2243, _header.scss */
  .product-slide-4 {
    display: none; }

  /* line 2247, _header.scss */
  .padded-inner-sides:nth-child(4n) {
    padding-right: 0;
    padding-left: 10px; }

  /* line 2252, _header.scss */
  .padded-inner-sides:nth-child(4n + 1) {
    padding-left: 0;
    padding-right: 10px; }

  /* line 2257, _header.scss */
  .padded-inner-sides:nth-child(4n + 2) {
    padding-left: 4px;
    padding-right: 6px; }

  /* line 2262, _header.scss */
  .padded-inner-sides:nth-child(4n + 3) {
    padding-right: 3px; } }
@media only screen and (max-width: 640px) {
  /* line 2270, _header.scss */
  html body {
    font-size: 11px; }
  /* line 2274, _header.scss */
  html header {
    padding: 10px 10px 15px;
    display: none; }
  /* line 2280, _header.scss */
  html footer {
    display: none; }
  /* line 2284, _header.scss */
  html .header__wrapper {
    display: none;
    height: 66px; }
  /* line 2290, _header.scss */
  html .collection .header__wrapper, html .collection header, html .index .header__wrapper, html .index header, html .search .header__wrapper, html .search header, html .product .header__wrapper, html .product header {
    display: block; }
  /* line 2296, _header.scss */
  html .header__topline {
    display: none; }
  /* line 2304, _header.scss */
  html .wrap {
    padding: 15px 7px; }
  /* line 2308, _header.scss */
  html .product_preview--product_list {
    padding-bottom: 35px; }
  /* line 2312, _header.scss */
  html form.search_widget.search_widget--header {
    margin: 0;
    border-bottom: 1px solid;
    display: block;
    text-transform: uppercase; }
  /* line 2319, _header.scss */
  html .search_widget--header .search_widget-field {
    width: calc( 100% - 25px );
    border-top: none;
    border-bottom: none;
    height: auto;
    padding-bottom: 0;
    float: none;
    padding-top: 0;
    border-radius: 0;
    -webkit-appearance: none;
    line-height: normal;
    background: none;
    border: none;
    border-right-width: 0;
    display: inline-block;
    padding: 6px;
    text-transform: uppercase;
    font-size: 22px; }
  /* line 2339, _header.scss */
  html .search_widget--header .search_widget-submit {
    color: #ffffff;
    height: 23px;
    width: 20px;
    border: none;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    float: none;
    background: url(search.svg) center top no-repeat;
    transition-duration: 0.3s;
    background-size: 100%; }
  /* line 2353, _header.scss */
  html .padded-inner-sides {
    padding-left: 5px;
    padding-right: 5px; }
  /* line 2358, _header.scss */
  html .collection-products_list {
    margin-left: -5px;
    margin-right: -5px; }
  /* line 2363, _header.scss */
  html .product_preview-preview {
    margin-bottom: 10px; }
  /* line 2367, _header.scss */
  html .product_preview-title {
    margin-bottom: 10px; }
  /* line 2371, _header.scss */
  html .prices-old {
    font-size: inherit; }
  /* line 2375, _header.scss */
  html .footer {
    display: none; }
  /* line 2379, _header.scss */
  html .mobile-header {
    display: flex;
    position: fixed;
    background: #000;
    color: #0071bc;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 5px;
    text-transform: uppercase;
    z-index: 99;
    font-size: 24px;
    font-weight: bold; }
  /* line 2395, _header.scss */
  html .mobile-header__menu-btn {
    padding: 5px;
    margin: -5px;
    cursor: pointer; }
  /* line 2401, _header.scss */
  html .product-page {
    display: block;
    padding-bottom: 15px; }
  /* line 2406, _header.scss */
  html .product-page__left {
    width: auto;
    margin-left: -7px;
    margin-right: -7px; }
  /* line 2412, _header.scss */
  html .product-gallery-item {
    width: 100%;
    padding: 0;
    float: left; }
  /* line 2418, _header.scss */
  html .product-page__title {
    font-size: 28px;
    margin-bottom: 15px; }
  /* line 2423, _header.scss */
  html .slider-control--gallery.owl-nav.slider-control {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    font-size: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    color: #f23d0c;
    height: 0; }
  /* line 2437, _header.scss */
  html .fa-angle-left:before {
    content: "";
    background: url("arrow_left.svg");
    background-position: center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block; }
  /* line 2446, _header.scss */
  html .fa-angle-right:before {
    content: "";
    background: url("arrow_right.svg");
    background-position: center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block; }
  /* line 2456, _header.scss */
  html .product-page__title.product-page__title-brand {
    font-size: 12px;
    margin-bottom: 5px; }
  /* line 2461, _header.scss */
  html .product-page__right {
    width: 100%; }
  /* line 2465, _header.scss */
  html .product-page__short_description {
    font-size: 12px;
    margin-bottom: 10px; }
  /* line 2470, _header.scss */
  html .product-page__price {
    margin-bottom: 15px;
    font-size: 24px; }
  /* line 2475, _header.scss */
  html .product-page__gallery-desktop {
    display: none; }
  /* line 2479, _header.scss */
  html .product-page__gallery-mobile {
    display: block;
    width: auto;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 15px;
    min-height: 95vw;
    background: #fff;
    position: relative; }
  /* line 2490, _header.scss */
  html ul.gallery-preview_list {
    background: #000;
    min-height: 95vw; }
  /* line 2495, _header.scss */
  html .product-page__variants-size {
    display: block;
    padding: 0px 9px 0px 7px;
    margin-bottom: 0; }
  /* line 2501, _header.scss */
  html .product-page .product-buy {
    padding: 10px; }
  /* line 2505, _header.scss */
  html .product-page__variants-size select#variant-select {
    font-size: 24px;
    height: 50px;
    border-color: #4f4f4f;
    line-height: 24px; }
  /* line 2512, _header.scss */
  html .product-page .quantity-button {
    font-size: 16px;
    margin: 0 15px; }
  /* line 2517, _header.scss */
  html ul.product-page__description-tabs {
    margin-bottom: 15px; }
  /* line 2521, _header.scss */
  html ul.product-page__description-tabs li {
    width: 50%;
    margin: 10px 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 15px 15px 13px 15px;
    background: #000;
    border: 1px solid; }
  /* line 2533, _header.scss */
  html ul.product-page__description-tabs li.active {
    background: #fff;
    color: #000; }
  /* line 2538, _header.scss */
  html .product-page__description-text {
    padding: 0;
    margin-bottom: 15px;
    border: none; }
  /* line 2544, _header.scss */
  html ul.product-page__description-tabs li {
    flex: auto; }
  /* line 2548, _header.scss */
  html ul.product-page__description-tabs li {
    width: 50%;
    margin: 10px 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 15px 15px 13px 15px; }
  /* line 2558, _header.scss */
  html .product-page__shipping-block {
    margin-bottom: 20px;
    font-size: 12px; }
  /* line 2563, _header.scss */
  html .main-content {
    overflow-y: hidden; }
  /* line 2567, _header.scss */
  html .product-page__variants-size {
    padding: 7px 0 7px 0; }
  /* line 2571, _header.scss */
  html .product_preview-mask {
    display: none;
    opacity: 0; }
  /* line 2575, _header.scss */
  html .product-quantity.quantity.quantity--side {
    border: 1px solid #4f4f4f;
    margin-top: 14px;
    margin-bottom: 7px;
    width: 100%;
    font-size: 24px;
    padding: 4px; }
  /* line 2585, _header.scss */
  html body.adaptive.page {
    padding-top: 20px; }
  /* line 2589, _header.scss */
  html .hide-mobile {
    display: none !important; }
  /* line 2593, _header.scss */
  html .hide-desktop {
    display: block !important; }
  /* line 2597, _header.scss */
  html .full-gallery__close {
    padding: 15px; }
  /* line 2602, _header.scss */
  html button.product-buy.button.button--buy, html .editor #feedback_form button.product-buy.button--buy#feedback_commit, .editor #feedback_form html button.product-buy.button--buy#feedback_commit, html .menu-node--collection_lvl_1 button.product-buy.button--buy.menu-marker--parent, .menu-node--collection_lvl_1 html button.product-buy.button--buy.menu-marker--parent, html .menu-node--collection_lvl_2 button.product-buy.button--buy.menu-marker--parent, .menu-node--collection_lvl_2 html button.product-buy.button--buy.menu-marker--parent, html .menu-node--collection_lvl_3 button.product-buy.button--buy.menu-marker--parent, .menu-node--collection_lvl_3 html button.product-buy.button--buy.menu-marker--parent {
    font-size: 22px; }
  /* line 2607, _header.scss */
  html ul.product-page__description-tabs li.active:last-child {
    margin: 10px 1px 10px 1px; }
  /* line 2611, _header.scss */
  html .product-page__slider {
    margin: 0 -7px;
    padding: 7px; }
  /* line 2616, _header.scss */
  html video#related {
    height: 100%; }
  /* line 2620, _header.scss */
  html .slider.slider--product.slider--related {
    display: block; }
  /* line 2624, _header.scss */
  html .slider-title {
    font-size: 24px;
    text-align: center;
    padding: 0;
    margin-bottom: 20px; }
  /* line 2631, _header.scss */
  html .slider--related .slider-container {
    display: block;
    margin-left: -5px;
    margin-right: -5px; }
  /* line 2637, _header.scss */
  html .slider--related .slider-container .mc-grid-6 {
    width: calc(50% - 2px);
    vertical-align: top;
    float: none;
    display: inline-block; }
  /* line 2644, _header.scss */
  html .slider--related .product_preview {
    margin-bottom: 25px; }
  /* line 2648, _header.scss */
  html .footer-mobile {
    font-family: 'IBMPlexMono-Text', sans-serif;
    display: block;
    padding-bottom: 30px;
    padding: 20px 7px;
    font-size: 10px; }
  /* line 2656, _header.scss */
  html .footer-mobile-block p {
    margin-bottom: 15px; }
  /* line 2661, _header.scss */
  html .footer-mobile-block {
    text-align: left;
    margin-bottom: 30px; }
  /* line 2666, _header.scss */
  html .footer-mobile-block-social {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
  /* line 2672, _header.scss */
  html .footer-mobile-block-social img {
    display: inline-block;
    width: 35px; }
  /* line 2677, _header.scss */
  html .footer-mobile__left {
    flex: 1; }
  /* line 2681, _header.scss */
  html .footer-mobile__right {
    flex: 1;
    text-align: right; }
  /* line 2686, _header.scss */
  html .footer-mobile-block-social a {
    display: inline-block; }
  /* line 2694, _header.scss */
  html .marquee-wrapper {
    margin-bottom: 10px; }
  /* line 2698, _header.scss */
  html a.cart-page__back {
    font-size: 24px;
    display: none; }
  /* line 2703, _header.scss */
  html .cart-page__back-mobile {
    display: block;
    font-size: 24px;
    color: #d80720; }
  /* line 2709, _header.scss */
  html .cart-page__empty-block {
    font-size: 32px;
    left: 0;
    padding: 0;
    position: relative;
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    padding-top: 7px;
    text-align: left;
    width: 85%;
    padding-left: 25px;
    padding-right: 25px; }
  /* line 2725, _header.scss */
  html .cart-page__empty {
    margin-bottom: 2vh; }
  /* line 2727, _header.scss */
  html ::before {
    margin-left: 0; }
  /* line 2731, _header.scss */
  html a.cart-page__back-mobile:before {
    margin-left: 0px;
    margin-right: 10px;
    content: "←"; }
  /* line 2737, _header.scss */
  html .cart-page__item .right-cart__item {
    width: 100%; }
  /* line 2741, _header.scss */
  html .cart-page {
    margin: 0 -25px; }
  /* line 2745, _header.scss */
  html .cart-page__item {
    padding: 25px 50px; }
  /* line 2749, _header.scss */
  html .cart-page__extra-product {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px; }
  /* line 2758, _header.scss */
  html .cart-page__products {
    padding: 0px 30px;
    position: relative; }
  /* line 2763, _header.scss */
  html .cart-page__products .fa-angle-left:before {
    content: "";
    background: url(triangle_left.svg);
    background-position: center;
    background-size: 100%;
    width: 6px;
    height: 10px;
    display: block; }
  /* line 2773, _header.scss */
  html .cart-page__products .fa-angle-right:before {
    content: "";
    background: url(triangle_right.svg);
    background-position: center;
    background-size: 100%;
    width: 6px;
    height: 10px;
    display: block; }
  /* line 2783, _header.scss */
  html .cart-page__products .slider-left--gallery.slider-left {
    position: absolute;
    top: 28%;
    left: 22px; }
  /* line 2789, _header.scss */
  html .cart-page__products .slider-right--gallery.slider-right {
    position: absolute;
    top: 28%;
    right: 22px; }
  /* line 2796, _header.scss */
  html .cart-page__shipping.marquee {
    height: 36px; }
  /* line 2800, _header.scss */
  html .extra-product__image {
    margin-bottom: 10px; }
  /* line 2804, _header.scss */
  html .cart-page__info {
    flex-wrap: wrap; }
  /* line 2808, _header.scss */
  html .cart-page__info-block:last-child {
    flex: 0;
    clear: both;
    flex-basis: 100%;
    border-top: 1px solid; }
  /* line 2815, _header.scss */
  html .cart-page__info-block:last-child .cart-page_info-title {
    font-size: 24px; }
  /* line 2819, _header.scss */
  html .discounts-input.input.input--inline {
    display: flex; }
  /* line 2823, _header.scss */
  html input#kupon-number {
    margin-bottom: 0;
    padding: 0px 10px;
    margin-right: 7px; }
  /* line 2829, _header.scss */
  html input.discounts-submit.input-button.button.js-discounts-submit, html .editor #feedback_form input.discounts-submit.input-button.js-discounts-submit#feedback_commit, .editor #feedback_form html input.discounts-submit.input-button.js-discounts-submit#feedback_commit, html .menu-node--collection_lvl_1 input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent, .menu-node--collection_lvl_1 html input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent, html .menu-node--collection_lvl_2 input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent, .menu-node--collection_lvl_2 html input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent, html .menu-node--collection_lvl_3 input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent, .menu-node--collection_lvl_3 html input.discounts-submit.input-button.js-discounts-submit.menu-marker--parent {
    padding: 3px; }
  /* line 2835, _header.scss */
  html .co-title.co-title--h2.co-tabs-header {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px; }
  /* line 2841, _header.scss */
  html .co-input--nested .co-input-label {
    font-size: 12px; }
  /* line 2847, _header.scss */
  html .co-input-field {
    font-size: 14px; }
  /* line 2851, _header.scss */
  html h2.co-input-label.co-title.co-title--h2 {
    font-size: 14px;
    margin-bottom: 15px; }
  /* line 2856, _header.scss */
  html .co-title--h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  /* line 2862, _header.scss */
  html button#create_order {
    margin: 0; }
  /* line 2866, _header.scss */
  html form#order_form {
    padding: 15px 7px; }
  /* line 2870, _header.scss */
  html .co-order-information_title {
    font-size: 14px; }
  /* line 2874, _header.scss */
  html span.co-order-state {
    display: block;
    float: none;
    margin: 0;
    text-align: center;
    margin-bottom: 15px; }
  /* line 2882, _header.scss */
  html .co-order-information_value {
    display: block; }
  /* line 2886, _header.scss */
  html a.co-button.co-button--small {
    display: block;
    margin-right: 0; }
  /* line 2891, _header.scss */
  html span.co-price {
    margin-bottom: 15px;
    display: block; }
  /* line 2893, _header.scss */
  html .co-order-information_row {
    font-size: 14px; }
  /* line 2897, _header.scss */
  html table.co-table.co-table--to_card {
    font-size: 14px;
    text-transform: uppercase; }
  /* line 2904, _header.scss */
  html .co-table-cell[data-title]:before {
    color: #fff; }
  /* line 2908, _header.scss */
  html .adaptive .co-table-row co-table-row--foot {
    text-align: right; }
  /* line 2912, _header.scss */
  html .adaptive .co-table--to_card .co-table-cell.co-table-cell--foot {
    text-align: right !important; }
  /* line 2916, _header.scss */
  html .co-section--checkout_header.co-checkout-block--padded {
    left: 0;
    padding-top: 15px;
    padding-left: 7px; }
  /* line 2922, _header.scss */
  html div#checkout_order_errors {
    margin: 8px 8px 80px 8px;
    border: 0;
    border-left: 1px solid red;
    margin-top: -60px; }
  /* line 2929, _header.scss */
  html .co-sidebar-wrapper {
    margin-bottom: 80px; }
  /* line 2933, _header.scss */
  html button.co-sidebar-toggler.js-co-sidebar-toggler {
    background: #000;
    color: #fff; }
  /* line 2938, _header.scss */
  html .cart_page__subtotal span {
    white-space: nowrap; }
  /* line 2942, _header.scss */
  html button.co-sidebar-toggler.js-co-sidebar-toggler > span:first-child {
    text-transform: uppercase;
    text-align: left;
    display: block; }
  /* line 2948, _header.scss */
  html span.co-basket_total-price.co-price--current {
    display: block;
    padding: 15px;
    border: 1px solid #6f6f6f;
    text-align: left; }
  /* line 2955, _header.scss */
  html button.co-sidebar-toggler.js-co-sidebar-toggler {
    display: block;
    border: none;
    padding: 7px;
    position: relative; }
  /* line 2962, _header.scss */
  html button.co-sidebar-toggler.js-co-sidebar-toggler:focus {
    border: none;
    box-shadow: none; }
  /* line 2967, _header.scss */
  html span.co-icon.halfling-shopping-cart {
    display: none; }
  /* line 2971, _header.scss */
  html span.co-sidebar-toggler_title {
    text-align: left;
    margin-left: 0;
    font-size: 28px;
    font-weight: bold; }
  /* line 2978, _header.scss */
  html button.co-sidebar-toggler.js-co-sidebar-toggler span:first-child .halfling-menu-down {
    position: absolute;
    right: 20px;
    top: 68px;
    font-size: 12px; }
  /* line 2985, _header.scss */
  html .cart-page__plus {
    border-top: 1px solid #4f4f4f; }
  /* line 2989, _header.scss */
  html .cart-page input.cart_page__submit.cart-button.button.button--checkout, html .cart-page .editor #feedback_form input.cart_page__submit.cart-button.button--checkout#feedback_commit, .editor #feedback_form html .cart-page input.cart_page__submit.cart-button.button--checkout#feedback_commit, html .cart-page .menu-node--collection_lvl_1 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, .menu-node--collection_lvl_1 html .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, html .cart-page .menu-node--collection_lvl_2 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, .menu-node--collection_lvl_2 html .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, html .cart-page .menu-node--collection_lvl_3 input.cart_page__submit.cart-button.button--checkout.menu-marker--parent, .menu-node--collection_lvl_3 html .cart-page input.cart_page__submit.cart-button.button--checkout.menu-marker--parent {
    display: block;
    width: calc(100% - 52px);
    margin: 0 26px;
    box-sizing: border-box; }
  /* line 2996, _header.scss */
  html .covid-block {
    width: 100%;
    text-align: left;
    padding-right: 50px;
    font-size: 12px; }
  /* line 3003, _header.scss */
  html .close_x_btn {
    right: 5px;
    width: 25px;
    height: 25px; }
  /* line 3009, _header.scss */
  html .product-page__gallery-mobile:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: #000;
    right: 20px;
    z-index: 999;
    top: 20px;
    background: url(loop.svg) no-repeat;
    background-repeat: none;
    color: #000; }
  /* line 3023, _header.scss */
  html .filter_section-title {
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #4b4b4b;
    padding: 7px 10px;
    margin-bottom: 0; }
  /* line 3031, _header.scss */
  html .filter-section {
    padding: 0; }
  /* line 3035, _header.scss */
  html button.filter-clear_all {
    background: none;
    border: 1px solid #5b5b5b;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 5px; }
  /* line 3043, _header.scss */
  html button.filter-submit.button.button--action, html .editor #feedback_form button.filter-submit.button--action#feedback_commit, .editor #feedback_form html button.filter-submit.button--action#feedback_commit, html .menu-node--collection_lvl_1 button.filter-submit.button--action.menu-marker--parent, .menu-node--collection_lvl_1 html button.filter-submit.button--action.menu-marker--parent, html .menu-node--collection_lvl_2 button.filter-submit.button--action.menu-marker--parent, .menu-node--collection_lvl_2 html button.filter-submit.button--action.menu-marker--parent, html .menu-node--collection_lvl_3 button.filter-submit.button--action.menu-marker--parent, .menu-node--collection_lvl_3 html button.filter-submit.button--action.menu-marker--parent {
    font-size: 20px;
    text-transform: uppercase;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: #0e89db;
    border-image: initial;
    padding: 10px 5px; }
  /* line 3054, _header.scss */
  html .filter_section-value_input + span {
    display: block;
    float: right;
    width: 15px;
    height: 15px;
    border: 1px solid #4d4d4d; }
  /* line 3062, _header.scss */
  html .filter_section-value_input:checked + span {
    background: #f23e0d;
    border-color: #f23e0d; }
  /* line 3067, _header.scss */
  html .filter_section-value_input {
    float: right;
    display: none; }
  /* line 3072, _header.scss */
  html .filter_section-values {
    padding: 20px 10px 15px 10px; }
  /* line 3076, _header.scss */
  html li.filter_section-value {
    font-size: 18px;
    margin-bottom: 15px; }
  /* line 3081, _header.scss */
  html .filter_section-title .fa-thumb-tack {
    display: none; }
  /* line 3085, _header.scss */
  html a.filter_section-value_link {
    text-decoration: none; }
  /* line 3089, _header.scss */
  html .belief-filters {
    margin-bottom: 10px;
    padding-bottom: 0;
    margin-top: 0; }
  /* line 3095, _header.scss */
  html .padded-inner-sides .belief-filters {
    padding-right: 0; }
  /* line 3099, _header.scss */
  html .filters__bar {
    display: flex;
    justify-content: space-between; }
  /* line 3104, _header.scss */
  html .filters__toggler, html .filters__sort {
    font-size: 22px;
    text-transform: uppercase;
    color: #0076d1;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px; }
  /* line 3113, _header.scss */
  html form#characteristics {
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px 12px 30px 12px;
    border-bottom: 1px solid #5a5a5a; }
  /* line 3115, _header.scss */
  html .filters__sort {
    font-size: 22px;
    text-transform: uppercase;
    color: #0076d1;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px; }
  /* line 3125, _header.scss */
  html .sort-by__option {
    font-size: 20px;
    text-transform: uppercase;
    background: none;
    border-width: 1px;
    border-style: solid;
    border-color: #0e89db;
    border-image: initial;
    padding: 10px 5px;
    margin: 0 0 15px;
    display: block;
    text-align: center; }
  /* line 3139, _header.scss */
  html .sort-by__option.sort-by__option--active {
    background: #f23d0c;
    color: #fff;
    border-color: #f23d0c; }
  /* line 3145, _header.scss */
  html .sort-by-list {
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px; }
  /* line 3151, _header.scss */
  html .filter__group {
    margin-bottom: 15px; }
  /* line 3155, _header.scss */
  html .filters__prices {
    display: none;
    justify-content: space-between; }
  /* line 3161, _header.scss */
  html .input-price-wrapper {
    width: 48%;
    background: transparent;
    border: 1px solid #5a5a5a;
    position: relative; }
  /* line 3168, _header.scss */
  html form#characteristics input[type="number"] {
    border: none;
    padding: 16px 0;
    width: calc(100% - 30px);
    margin-left: 30px;
    background: transparent;
    font-size: 14px; }
  /* line 3177, _header.scss */
  html .input-price-wrapper.dollar:before {
    content: "$"; }
  /* line 3181, _header.scss */
  html .input-price-wrapper:before {
    content: "₽";
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
    font-size: 14px; }
  /* line 3190, _header.scss */
  html img.index-slider__image-mobile {
    width: 100%; }
  /* line 3194, _header.scss */
  html .index-slider {
    height: auto;
    margin-bottom: 20px; }
  /* line 3199, _header.scss */
  html img.index-slider__image-mobile {
    display: block; }
  /* line 3203, _header.scss */
  html body .yButtonBackground {
    background: #f23d0c;
    opacity: 1 !important;
    width: 80px !important;
    height: 80px !important; }
  /* line 3210, _header.scss */
  html body .yButtonText {
    font-size: 12px !important;
    width: 70px !important;
    top: 20px !important; }
  /* line 3216, _header.scss */
  html a.yButton.bottom.right {
    left: 10px !important;
    right: auto !important;
    bottom: 40px !important;
    z-index: 99 !important; }
  /* line 3223, _header.scss */
  html .cookie-block {
    padding: 10px;
    font-size: 22px;
    font-weight: bold; }
  /* line 3229, _header.scss */
  html .cookie-block__weuse {
    display: block;
    margin-bottom: 5px; }
  /* line 3234, _header.scss */
  html .cookie-block__close {
    bottom: auto;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px; }
  /* line 3242, _header.scss */
  html .cookie-block__accept:before {
    display: none; }
  /* line 3244, _header.scss */
  html .cookie-block__accept {
    color: #22b573; } }
/* iphone x */
@media only screen and (min-height: 690px) and (max-width: 500px) {
  /* line 2597, _header.scss */
  /* line 3257, _header.scss */
  html .mobile-header a {
    padding-bottom: 40px; }

  /* line 3260, _header.scss */
  html a.yButton.bottom.right {
    bottom: 80px !important; }

  /* line 3264, _header.scss */
  html .cookie-block {
    padding-bottom: 50px; } }
/* layouts */
/* line 3, _layout.scss */
html {
  height: 100%;
  overflow: hidden; }

/* line 8, _layout.scss */
body {
  color: #fff;
  font-family: 'FavoritPro', sans-serif;
  min-width: 320px;
  font-size: 14px;
  background: #000;
  min-height: 100%;
  height: 100%;
  position: relative;
  line-height: 1.3;
  overflow: hidden; }

/* line 21, _layout.scss */
.product-page__description-text table {
  width: 100% !important; }

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

/* no underline */
/* line 36, _layout.scss */
a {
  color: inherit; }

/* line 40, _layout.scss */
a.noUnder {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit;
  position: relative; }
  /* line 44, _layout.scss */
  a.noUnder:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background: #2e2e2e;
    tansform-origin: 50% 50%;
    -webkit-transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    left: 0; }
  /* line 61, _layout.scss */
  a.noUnder:hover:before {
    visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

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

/* common class */
/* line 81, _layout.scss */
.wrap {
  padding: 50px 25px; }

/* line 85, _layout.scss */
.content-title {
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: normal;
  /* text-transform: uppercase; */
  text-align: center;
  border-bottom: 1px solid #cccccc;
  display: block; }

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

/* данные классы используются для стилизации крупных блоков. */
/* line 3, _section.scss */
.section--top_line {
  background: #424242;
  box-shadow: 0px 2px 8px -4px #000;
  font-size: 14px; }
/* line 9, _section.scss */
.section--header {
  padding-top: 75px;
  padding-bottom: 50px;
  padding-left: 1rem;
  padding-right: 1rem; }
/* line 14, _section.scss */
.section--breadcrumbs {
  background-color: #ffffff; }
/* line 18, _section.scss */
.section--footer_menus {
  background-color: #ffffff;
  background-image: url();
  background-position: top center;
  background-repeat: repeat; }
  /* line 25, _section.scss */
  .section--footer_menus > .wrap {
    background-color: #fff; }

@media (max-width: 1100px) {
  /* line 32, _section.scss */
  .section--top_line {
    position: fixed;
    width: 100%;
    z-index: 1000; }

  /* line 33, _section.scss */
  .section--header {
    padding-top: 65px;
    padding-bottom: 35px; }

  /* line 36, _section.scss */
  .section--content > .wrap {
    padding-top: 0; } }
/* index */
/* line 3, _index.scss */
.index_collection {
  margin-bottom: 2em; }
  /* line 6, _index.scss */
  .index_collection-title {
    display: block;
    padding: 6px 0;
    margin-bottom: 16px;
    background: url(title_block_bg.png) repeat-x left center;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase; }
    /* line 18, _index.scss */
    .index_collection-title a {
      background: #ffffff;
      padding-right: 8px; }
      /* line 22, _index.scss */
      .index_collection-title a:hover {
        color: #a6a6a6; }

/* line 32, _index.scss */
.index .slider {
  margin-bottom: 3rem; }

/* collection */
/* line 6, _collection.scss */
.collection-description {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  align: center; }
/* line 15, _collection.scss */
.collection-seo_description {
  margin: 1em 0; }
/* line 25, _collection.scss */
.collection-panel {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }

/* product */
/* line 3, _product.scss */
.product {
  padding-top: 7px; }
  /* line 10, _product.scss */
  .mobile .product-gallery--no_touch, .tablet .product-gallery--no_touch {
    display: none; }
  /* line 17, _product.scss */
  .mobile .product-gallery--touch, .tablet .product-gallery--touch {
    display: block !important; }
  /* line 32, _product.scss */
  .product-presence_field {
    color: #3c763d; }
    /* line 35, _product.scss */
    .product-presence_field--sell_off {
      color: #a94442; }
  /* line 46, _product.scss */
  .product-properties tr:last-child td {
    border-bottom: none; }
  /* line 59, _product.scss */
  .product-prices .prices-old {
    color: #666666; }
  /* line 63, _product.scss */
  .product-quantity {
    height: 40px; }
  /* line 67, _product.scss */
  .product-buy {
    line-height: 40px;
    vertical-align: top;
    margin: 0 0.5em; }
  /* line 76, _product.scss */
  .product-compare {
    line-height: 40px;
    vertical-align: top;
    margin-bottom: 1em; }

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

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

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

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

/* blog */
/* article */
/* line 4, _article.scss */
.article-image {
  margin: 0 1em 1em 0; }
/* line 10, _article.scss */
.article-note {
  opacity: 0.7; }
/* line 14, _article.scss */
.article-content {
  display: inline-block;
  margin-bottom: 1rem; }

/* page */
/* line 5, _page.scss */
a.telegram-link {
  background: url("https://static.insales-cdn.com/files/1/5694/37287486/original/Telegram_logo.svg.webp") no-repeat;
  background-position: left center;
  background-size: 25px;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 13, _page.scss */
.contacts-page-wrapper {
  text-align: center; }

/* line 16, _page.scss */
.contacts-page {
  display: inline-block;
  text-align: center;
  max-width: 100%;
  padding-bottom: 50px; }

/* 404 */
/* filter */
/* line 6, _collection_filter.scss */
.filter-section {
  padding: 5px 0;
  margin: 0;
  display: none; }
/* line 12, _collection_filter.scss */
.filter-clear_all {
  background-color: #cccccc;
  background-color: #cccccc;
  margin-top: 1em;
  display: block;
  margin-right: 100px;
  float: none;
  text-transform: uppercase;
  padding: 10px;
  font-size: 16px;
  cursor: pointer; }
/* line 27, _collection_filter.scss */
.filter-submit {
  margin-top: 1em;
  display: block;
  width: 100%; }

/* line 34, _collection_filter.scss */
.filter_section {
  /* mod */ }
  /* line 36, _collection_filter.scss */
  .filter_section-title {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 25px; }
    /* line 42, _collection_filter.scss */
    .mobile .filter_section-title, .tablet .filter_section-title {
      line-height: 35px; }
  /* line 48, _collection_filter.scss */
  .filter_section-toggler {
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    padding: 0;
    float: right; }
  /* line 59, _collection_filter.scss */
  .filter_section-values {
    /*
    padding: 6px 0;
    max-height: 250px;
    overflow-y: auto;
    */ }
    /* line 67, _collection_filter.scss */
    .filter_section-values--range {
      padding-bottom: 0.5em; }
  /* line 72, _collection_filter.scss */
  .filter_section-value {
    position: relative;
    padding: 0.3em 0;
    line-height: 16px;
    display: flex;
    align-items: center; }
    /* line 79, _collection_filter.scss */
    .filter_section-value:last-child {
      border-bottom: none; }
    /* line 83, _collection_filter.scss */
    .filter_section-value--range {
      margin: 2em 1em; }
    /* line 89, _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 89, _collection_filter.scss */
        .filter_section-value--selected {
          display: block; } }
  /* line 102, _collection_filter.scss */
  .filter_section-value_input {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 5px; }
  /* line 109, _collection_filter.scss */
  .filter_section-value_link {
    display: block; }
    /* line 111, _collection_filter.scss */
    .filter_section-value_link:before {
      height: 0px; }
  /* line 121, _collection_filter.scss */
  .filter_section-range_input {
    padding: 0 0.5em;
    border: 1px solid #cccccc;
    line-height: 28px;
    height: 30px; }

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

/* line 137, _collection_filter.scss */
.filters-group {
  text-align: left;
  padding: 30px;
  border: 1px solid #0071bc;
  margin-bottom: 30px; }

/* line 144, _collection_filter.scss */
.filters-group ul {
  padding: 0;
  display: block;
  /* width: 100%; */
  /* overflow: hidden; */ }

/* line 151, _collection_filter.scss */
.filters__group-name {
  font-weight: bold;
  text-transform: uppercase; }

/* line 156, _collection_filter.scss */
.filters__square {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #0071bc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  cursor: pointer; }

/* line 169, _collection_filter.scss */
input:checked ~ .filters__square:after {
  width: 14px;
  height: 14px;
  background: #fff;
  content: "";
  display: inline-block; }

/* line 177, _collection_filter.scss */
.filter_section-value input {
  display: none; }

/* line 181, _collection_filter.scss */
.filters__prices {
  display: none; }

/* line 185, _collection_filter.scss */
.filters-wrapper.no-filters .belief-filters {
  display: none; }

/* line 189, _collection_filter.scss */
.filters-wrapper.no-filters + .collection-wrapper {
  width: 100%; }

/* line 193, _collection_filter.scss */
.collection.lg-grid-2.sm-grid-12.padded-inner-sides.no-filters {
  width: 0; }

/* line 197, _collection_filter.scss */
.belief-filters__filter-toggler {
  font-size: 20px;
  text-transform: uppercase;
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: #0e89db;
  border-image: initial;
  padding: 10px 5px;
  margin: 0 0 15px;
  display: block;
  text-align: center; }

@media only screen and (max-width: 640px) {
  /* line 214, _collection_filter.scss */
  .belief-filters .filter {
    display: none; }

  /* line 217, _collection_filter.scss */
  .filters__group-name {
    font-size: 18px; } }
@media only screen and (min-width: 640px) {
  /* line 223, _collection_filter.scss */
  .collection-flex-wrapper {
    display: flex; }

  /* line 226, _collection_filter.scss */
  .belief-filters {
    position: sticky;
    top: 0;
    max-height: calc(100vh - 135px);
    overflow: auto; } }
/* collection_sort */
/* line 3, _collection_sort.scss */
.sort_by {
  display: inline-block;
  vertical-align: top; }
  /* line 7, _collection_sort.scss */
  .sort_by-label {
    border: 1px solid transparent;
    vertical-align: middle; }
  /* line 12, _collection_sort.scss */
  .sort_by-select {
    height: 28px;
    background-color: #fff;
    border-color: #cccccc; }
  /* line 20, _collection_sort.scss */
  .sort_by-option {
    display: inline-block;
    line-height: 28px; }

/* modification selector */
/* line 3, _option_selectors.scss */
#variant-select {
  display: inline-block;
  margin: 0.5rem; }
  /* line 7, _option_selectors.scss */
  .js #variant-select {
    display: none; }

/* line 15, _option_selectors.scss */
.option_selector {
  padding: 0.5rem;
  float: left; }
  /* line 24, _option_selectors.scss */
  .option_selector--select {
    width: 50%; }
    @media (max-width: 800px) {
      /* line 24, _option_selectors.scss */
      .option_selector--select {
        width: 100%; } }

/* article preview */
/* line 3, _article_preview.scss */
.article_preview {
  margin-bottom: 2em; }
  /* line 8, _article_preview.scss */
  .article_preview-title {
    font-size: 18px; }
  /* line 12, _article_preview.scss */
  .article_preview-note {
    opacity: 0.7; }
  /* line 22, _article_preview.scss */
  .article_preview--list {
    display: block;
    margin-bottom: 0.5rem; }
    /* line 26, _article_preview.scss */
    .article_preview--list .article_preview-link {
      color: #2e2e2e;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      /* line 30, _article_preview.scss */
      .article_preview--list .article_preview-link:hover {
        color: #a6a6a6; }

/* 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 12, _pagination.scss */
    .pagination-page:last-child {
      border-right-width: 1px; }
  /* line 18, _pagination.scss */
  .pagination-node--link {
    color: #a6a6a6; }
  /* line 22, _pagination.scss */
  .pagination-node--block {
    cursor: default;
    display: block;
    text-align: center; }
  /* line 28, _pagination.scss */
  .pagination-node:hover, .pagination-node--current {
    background: #e6e6e6; }
  /* line 34, _pagination.scss */
  .pagination-counter {
    line-height: 30px; }

/* payments */
/* product_preview */
/* line 3, _product_preview.scss */
.product_preview {
  text-align: left; }
  /* line 5, _product_preview.scss */
  .product_preview-preview {
    overflow: hidden; }
    /* line 7, _product_preview.scss */
    .product_preview-preview img {
      width: 100%;
      height: auto; }
  /* line 13, _product_preview.scss */
  .product_preview-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; }
  /* line 22, _product_preview.scss */
  .desktop .product_preview-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform-style: preserve-3d; }
  /* line 33, _product_preview.scss */
  .desktop .product_preview:hover .product_preview-mask {
    background-color: rgba(0, 0, 0, 0.38);
    text-decoration: none; }
  /* line 41, _product_preview.scss */
  .product_preview-link {
    display: inline-block; }
  /* line 48, _product_preview.scss */
  .desktop .product_preview-form {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  /* line 62, _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;
    display: block;
    left: 50%;
    background: none;
    width: 90%;
    line-height: 24px;
    vertical-align: middle;
    opacity: 0; }
    /* line 75, _product_preview.scss */
    .product_preview:hover .product_preview-button {
      opacity: 1; }
    /* line 79, _product_preview.scss */
    .desktop .product_preview-button {
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      z-index: 1; }
    /* line 85, _product_preview.scss */
    .mobile .product_preview-button, .tablet .product_preview-button {
      display: none; }
  /* line 92, _product_preview.scss */
  .product_preview--compare {
    text-align: left;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-right: 40px;
    border-bottom: 1px solid #cccccc; }
    /* line 100, _product_preview.scss */
    .product_preview--compare .product_preview-title {
      font-size: 14px;
      line-height: 25px; }
  /* line 106, _product_preview.scss */
  .product_preview--product_list {
    padding-bottom: 45px; }

/* sidebar */
/* line 7, _sidebar.scss */
.sidebar_block {
  margin-bottom: 3rem; }
  /* line 11, _sidebar.scss */
  .sidebar_block:last-child {
    margin-bottom: 0; }
  /* line 15, _sidebar.scss */
  .sidebar_block-title {
    font-size: 14px;
    margin-bottom: .5rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-family: 'TTNorms-Black';
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #cccccc; }

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







