/*! 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;
}
svg:not(:root) {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none !important;
}

a {
  background: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
  /*
  font-size: 2em;
  margin: 0.67em 0;
  */
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1rem 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.35rem 0.625rem 0.75rem;
}

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,
ul{
  box-sizing: border-box;
}

p{
  margin: 0;
}
@media (max-width: 1320px) {
  .xl-padded-sides{
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .xl-padded-left{
    padding-left: .5rem;
  }
}

.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 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
  letter-spacing: -0.32em;
  float: none;
}
.grid-inline:after {
  clear: both;
  content: "";
  display: block;
}
.grid-inline > [class*="grid"] {
  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: 1rem;
    padding-right: 1rem;
  }
  .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: 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%;
  }
  .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: 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: 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: 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: 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;
  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: 5px;
  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: #3c763d;
  background-color: #dff0d8;
}
.notice--info {
  color: #31708f;
  background-color: #d9edf7;
}
.notice--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notice--danger {
  color: #a94442;
  background-color: #f2dede;
}
.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;
}
.menu:after {
  clear: both;
  content: "";
  display: block;
}
.menu-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.menu-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.menu-marker {
  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%;
}
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tubs-controls--horizontal > .tubs-node {
  float: left;
}
.tubs-node {
  display: block;
  cursor: pointer;
}
.tubs-content {
  display: none;
}
.tubs-content--active {
  display: block;
}
.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 {
  box-sizing: border-box;
}
.quantity--side .quantity-button--minus {
  bottom: 0;
}
.quantity--side .quantity-button--plus {
  top: 0;
}
.quantity--side .quantity-input {
  height: inherit;
}
.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:after {
  clear: both;
  content: "";
  display: block;
}
.collection-seo_description{margin-bottom:30px;}
.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: 7px 0 0 0;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter--vertical .filter-section {
  display: block;
}
.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 {
  cursor: pointer;
  display: none;
}
.filter_section {
  position: relative;
  /* mod */
}
.filter_section-title {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.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: 0.5rem;
}
.product-description {
  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 {
  position: relative;
}
.product_preview-tip {
  position: absolute;
}
.product_preview-link {
  display: block;
}
.product_preview-title {
  display: block;
}
.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-submit {
  vertical-align: top;
}
.discounts-notice {
  display: none;
}
.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%;
  left: -10px;
  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-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: none;
}
.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 {
  float: left;
}
.language_switch--horizontal > .language_switch-node {
  width: 100%;
}
.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;
}


.row-flex {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex-reverse {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-flex {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-flex-reverse {
  margin-left: -5px;
  margin-right: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  margin-right: 0px;
}
.flex-lg-1 {
  width: 8.33333%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
}

.flex-lg-2 {
  width: 16.66667%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}

.flex-lg-3 {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.flex-lg-4 {
  width: 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
}

.flex-lg-5 {
  width: 41.66667%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
}

.flex-lg-5x {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.flex-lg-6 {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.flex-lg-7 {
  width: 58.33333%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
}

.flex-lg-8 {
  width: 66.66667%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
}

.flex-lg-9 {
  width: 75%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.flex-lg-10 {
  width: 83.33333%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
}

.flex-lg-11 {
  width: 91.66667%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
}

.flex-lg-12 {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.start-lg {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-lg {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-lg {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-lg {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.middle-lg {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.bottom-lg {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.around-lg {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-lg {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-lg {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.last-lg {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 1100px) {
  .flex-md-1 {
    width: 8.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .flex-md-2 {
    width: 16.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .flex-md-3 {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .flex-md-4 {
    width: 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .flex-md-5 {
    width: 41.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .flex-md-5x {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .flex-md-6 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-md-7 {
    width: 58.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .flex-md-8 {
    width: 66.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .flex-md-9 {
    width: 75%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .flex-md-10 {
    width: 83.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .flex-md-11 {
    width: 91.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .flex-md-12 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 800px) {
  .flex-sm-1 {
    width: 8.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .flex-sm-2 {
    width: 16.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .flex-sm-3 {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .flex-sm-4 {
    width: 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .flex-sm-5 {
    width: 41.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .flex-sm-5x {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .flex-sm-6 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-sm-7 {
    width: 58.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .flex-sm-8 {
    width: 66.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .flex-sm-9 {
    width: 75%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .flex-sm-10 {
    width: 83.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .flex-sm-11 {
    width: 91.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .flex-sm-12 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 640px) {
  .flex-xs-1 {
    width: 8.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .flex-xs-2 {
    width: 16.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .flex-xs-3 {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .flex-xs-4 {
    width: 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .flex-xs-5 {
    width: 41.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .flex-xs-5x {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .flex-xs-6 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-xs-7 {
    width: 58.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .flex-xs-8 {
    width: 66.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .flex-xs-9 {
    width: 75%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .flex-xs-10 {
    width: 83.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .flex-xs-11 {
    width: 91.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .flex-xs-12 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  .flex-mc-1 {
    width: 8.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
  }
  .flex-mc-2 {
    width: 16.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
  }
  .flex-mc-3 {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .flex-mc-4 {
    width: 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
  }
  .flex-mc-5 {
    width: 41.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
  }
  .flex-mc-5x {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .flex-mc-6 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .flex-mc-7 {
    width: 58.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
  }
  .flex-mc-8 {
    width: 66.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
  }
  .flex-mc-9 {
    width: 75%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
  .flex-mc-10 {
    width: 83.33333%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
  }
  .flex-mc-11 {
    width: 91.66667%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
  }
  .flex-mc-12 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .start-mc {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-mc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-mc {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-mc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .middle-mc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .bottom-mc {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .around-mc {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-mc {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-mc {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-mc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 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, _editor.scss */
.editor {
  text-align: justify; }

/* line 10, _editor.scss */
.editor a {
  color: #2C3748;
  text-decoration: underline; }

/* line 15, _editor.scss */
.editor p > a {
  color: #00a8ff; }

/* line 19, _editor.scss */
.editor p > a:hover {
  color: #ffb700;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px dashed #ffb700; }

/* line 26, _editor.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.3;
  color: inherit; }

/* line 33, _editor.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 39, _editor.scss */
.editor h1, .editor .h1, .editor h2, .editor .h2, .editor h3, .editor .h3 {
  margin-top: 0;
  margin-bottom: 0.75; }

/* line 44, _editor.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 48, _editor.scss */
.editor h4, .editor .h4, .editor h5, .editor .h5, .editor h6, .editor .h6 {
  margin-top: 0;
  margin-bottom: 0.75; }

/* line 53, _editor.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 57, _editor.scss */
.editor h1, .editor .h1 {
  font-size: 30px; }

/* line 61, _editor.scss */
.editor h2, .editor .h2 {
  font-size: 24px; }

/* line 65, _editor.scss */
.editor h3, .editor .h3 {
  font-size: 20px; }

/* line 69, _editor.scss */
.editor h4, .editor .h4 {
  font-size: 18px; }

/* line 73, _editor.scss */
.editor h5, .editor .h5 {
  font-size: 14px; }

/* line 77, _editor.scss */
.editor h6, .editor .h6 {
  font-size: 12px; }

/* line 81, _editor.scss */
.editor p {
  margin: 0 0 0.5rem 0; }

/* line 85, _editor.scss */
.editor p:last-child {
  margin-bottom: 0; }

/* line 89, _editor.scss */
.editor ul, .editor ol {
  margin-top: 0;
  margin-bottom: 0.75;
  padding-left: 1.5rem; }

/* line 95, _editor.scss */
.editor ul ul, .editor ul ol, .editor ol ul, .editor ol ol {
  margin-bottom: 0; }

/* line 99, _editor.scss */
.editor address {
  margin-bottom: 1.5;
  font-style: normal; }

/* line 104, _editor.scss */
.editor table {
  display: block;
  overflow-x: auto;
  max-width: 100%;
  width: auto; }

/* line 111, _editor.scss */
.editor table td {
  border: 1px solid #959BA3;
  padding: 10px; }

/* line 116, _editor.scss */
.editor .table th {
  border-bottom: 2px solid;
  padding: 0.5rem; }

/* line 121, _editor.scss */
.editor .table tr:nth-child(odd) {
  background-color: #eee; }

/* line 125, _editor.scss */
.editor .table td {
  border-bottom: 1px solid;
  padding: 0.5rem; }

/* line 130, _editor.scss */
.editor .table tf {
  padding: 0.5rem; }

/* line 134, _editor.scss */
.editor #feedback_form table {
  display: table;
  text-align: left;
  width: 100%; }

/* line 140, _editor.scss */
.editor #feedback_form table p:last-child {
  text-align: center; }

/* line 144, _editor.scss */
.editor img {
  height: auto; }

/* buttons */
/* line 2, _buttons.scss */
.button {
  padding: 0 0.5rem;
  height: 30px;
  line-height: 30px; }

/* line 8, _buttons.scss */
.product-compare {
  color: #888;
  margin-top: 10px; }
  /* line 12, _buttons.scss */
  .product-compare:hover {
    color: #000; }

/* line 18, _buttons.scss */
.product-cataolog-compare {
  display: block !important; }
  /* line 20, _buttons.scss */
  .product-cataolog-compare .compare-added {
    padding: 0;
    font-size: 12px; }

/* input */
/* line 6, _input.scss */
.input-field {
  border-color: #959ba3; }
/* line 10, _input.scss */
.input-notice {
  padding: 0.5rem; }
/* line 14, _input.scss */
.input--inline {
  height: 30px;
  line-height: 30px; }

/* line 39, _input.scss */
.styled_select-wrapper {
  border-color: #959ba3;
  height: 30px;
  line-height: 28px; }

/* prices */
/* menu */
/* line 12, _menu.scss */
.menu-node--drop .menu-link:after {
  content: '';
  width: 8px;
  height: 5px;
  background-image: url(arr_down.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 8px; }
  @media (max-width: 800px) {
    /* line 12, _menu.scss */
    .menu-node--drop .menu-link:after {
      top: 4px; } }
/* line 28, _menu.scss */
.menu-node--drop ul a {
  padding: 5px 0;
  line-height: 1.5;
  display: inline-block; }
/* line 35, _menu.scss */
.menu-node--drop:hover .menu-link:after {
  background-image: url(arr_hover.png); }
/* line 39, _menu.scss */
.menu-node--drop:hover ul {
  position: absolute;
  display: block !important;
  background: #000d20;
  z-index: 99;
  top: 100%;
  left: 0px;
  padding: 5px 10px;
  text-align: left;
  list-style: none;
  padding-left: 10%; }
/* line 51, _menu.scss */
.menu-node--drop:hover a {
  color: #fff; }
  /* line 53, _menu.scss */
  .menu-node--drop:hover a:hover {
    color: #ffda35; }
/* line 77, _menu.scss */
.menu--dropdown {
  background-color: #fff;
  padding: 0.5rem 0;
  border: 1px solid #959ba3;
  width: 200px; }
  /* line 83, _menu.scss */
  .menu--dropdown > .menu-node {
    padding: 0 0.5rem; }

/* line 88, _menu.scss */
.menu--main_wraps {
  padding-top: 1.5%; }
  @media (max-width: 1100px) {
    /* line 88, _menu.scss */
    .menu--main_wraps {
      padding-top: 2.2%; } }

/* line 94, _menu.scss */
.menu--main {
  height: 2.4rem;
  background: #091424;
  position: relative; }
  @media (max-width: 1100px) {
    /* line 94, _menu.scss */
    .menu--main {
      height: auto; } }

/* line 102, _menu.scss */
.menu-node.menu-personal {
  width: 5%;
  background-color: #091424;
  height: 2.7em;
  background-image: url(people_yellow.png);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 50%;
  box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%; }
  @media (max-width: 1100px) {
    /* line 102, _menu.scss */
    .menu-node.menu-personal {
      background-size: 15px; } }
  @media (max-width: 980px) {
    /* line 102, _menu.scss */
    .menu-node.menu-personal {
      width: 7.5%; } }
  /* line 122, _menu.scss */
  .menu-node.menu-personal:hover {
    background-color: #FCCF03;
    background-image: url(people.png); }

/* line 127, _menu.scss */
.menu-node--main_lvl_1 {
  height: 100%;
  line-height: 2.5;
  background: #2c3748;
  float: left;
  width: 19%;
  text-align: left;
  padding-left: 5%; }
  @media (max-width: 980px) {
    /* line 127, _menu.scss */
    .menu-node--main_lvl_1 {
      width: 18.5%; } }
  /* line 140, _menu.scss */
  .menu-node--main_lvl_1:hover > a.menu-link {
    color: #ffffff;
    border-color: #ffda35; }
  /* line 145, _menu.scss */
  .menu-node--main_lvl_1 .menu-link {
    color: #fff;
    border-bottom: 1px solid #485160;
    display: inline-block;
    width: auto;
    line-height: 1.5;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 12px; }
    @media (max-width: 980px) {
      /* line 145, _menu.scss */
      .menu-node--main_lvl_1 .menu-link {
        font-size: 12px; } }
    @media (max-width: 800px) {
      /* line 145, _menu.scss */
      .menu-node--main_lvl_1 .menu-link {
        font-size: 10px; } }
    /* line 160, _menu.scss */
    .menu-node--main_lvl_1 .menu-link:hover {
      border-color: transparent;
      color: #ffda35; }

/* line 166, _menu.scss */
.menu-node--catalog_lvl_1 {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  /* line 168, _menu.scss */
  .menu-node--catalog_lvl_1--active {
    background: #fff6cb !important; }
  @media (min-width: 800px) {
    /* line 173, _menu.scss */
    .menu-node--catalog_lvl_1.menu_catalog-node--hover:not(.volt_man) {
      background: #fff6cb; } }
@media (min-width: 800px) and (min-width: 801px) {
  /* line 177, _menu.scss */
  .menu-node--catalog_lvl_1.menu_catalog-node--hover .menu_catalog--lvl2 {
    display: block;
    z-index: -1;
    left: 100%;
    visibility: visible;
    width: auto;
    opacity: 1;
    min-height: 310px; } }

/* line 190, _menu.scss */
.menu_catalog {
  position: relative; }
  /* line 192, _menu.scss */
  .menu_catalog--lvl2 {
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    position: absolute;
    background: #fff6cb;
    padding: 25px 0px 35px 0px;
    margin: 0;
    z-index: -2; }
    @media (min-width: 801px) {
      /* line 192, _menu.scss */
      .menu_catalog--lvl2 {
        visibility: hidden;
        z-index: -2;
        width: 0;
        opacity: 0;
        left: 0; } }
    @media (max-width: 800px) {
      /* line 192, _menu.scss */
      .menu_catalog--lvl2 {
        display: none; } }
  /* line 211, _menu.scss */
  .menu_catalog--lvl3 {
    list-style: none;
    display: none;
    padding-left: 5px; }
    /* line 215, _menu.scss */
    .menu_catalog--lvl3 a {
      font-size: 12px; }
  /* line 220, _menu.scss */
  .menu_catalog-burger_hover {
    display: none; }
  /* line 225, _menu.scss */
  .menu_catalog--active .menu_catalog-list {
    max-height: 9999px;
    z-index: 99;
    visibility: visible;
    opacity: 1; }
  /* line 231, _menu.scss */
  .menu_catalog--active .menu_catalog-burger_hover {
    display: inline-block; }
  /* line 234, _menu.scss */
  .menu_catalog--active .menu_catalog-burger {
    display: none; }
  /* line 238, _menu.scss */
  .menu_catalog-list {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 99;
    max-height: 0;
    transition: all 200ms;
    z-index: -99;
    visibility: hidden;
    opacity: 0;
    box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4); }
    @media (max-width: 480px) {
      /* line 238, _menu.scss */
      .menu_catalog-list {
        top: 54px; } }
  /* line 257, _menu.scss */
  .menu_catalog--index .menu_catalog-list {
    max-height: 9999px;
    z-index: 99;
    visibility: visible;
    opacity: 1; }
  /* line 264, _menu.scss */
  .menu_catalog-center {
    position: absolute;
    z-index: 99;
    padding-left: 0rem !important;
    width: 100%;
    left: 0; }
    @media (max-width: 800px) {
      /* line 264, _menu.scss */
      .menu_catalog-center {
        padding-left: 0.5rem !important; } }
    @media (max-width: 480px) {
      /* line 264, _menu.scss */
      .menu_catalog-center {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 0.5rem !important;
        width: 100%; } }
  /* line 280, _menu.scss */
  .menu_catalog-link {
    color: #2c3748;
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
    /* line 285, _menu.scss */
    .menu_catalog-link img {
      max-width: 38px !important;
      max-height: 30px !important; }
    /* line 289, _menu.scss */
    .menu_catalog-link div {
      width: 29%;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      padding-left: 7%; }
      @media (max-width: 1300px) {
        /* line 289, _menu.scss */
        .menu_catalog-link div {
          width: 22%;
          padding-left: 3%; } }
      @media (max-width: 1100px) {
        /* line 289, _menu.scss */
        .menu_catalog-link div {
          width: 20%;
          padding-left: 3%; } }
    /* line 304, _menu.scss */
    .menu_catalog-link span {
      display: inline-block;
      vertical-align: middle;
      width: 69%;
      font-weight: bold; }
      @media (max-width: 1300px) {
        /* line 304, _menu.scss */
        .menu_catalog-link span {
          width: 76%;
          padding-right: 12px;
          box-sizing: border-box;
          -webkit-box-sizing: border-box; } }
      @media (max-width: 980px) {
        /* line 304, _menu.scss */
        .menu_catalog-link span {
          width: 75%; } }
  /* line 320, _menu.scss */
  .menu_catalog-top {
    background: #2c3748;
    color: #fccf03;
    font-size: 20px;
    padding: 8px 15px;
    width: calc(100% + 1px);
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box; }
    @media (max-width: 1300px) {
      /* line 320, _menu.scss */
      .menu_catalog-top {
        font-size: 16px;
        height: 46px;
        text-align: center;
        padding: 10px 10px 7px 15px; }
        /* line 335, _menu.scss */
        .menu_catalog-top span {
          margin-left: -30px; }
        /* line 338, _menu.scss */
        .menu_catalog-top .menu_catalog-burger {
          margin-top: 4px; }
        /* line 341, _menu.scss */
        .menu_catalog-top img {
          float: left; } }
    /* line 346, _menu.scss */
    .menu_catalog-top img {
      width: 30px;
      margin-right: 20px; }
      @media (max-width: 1300px) {
        /* line 346, _menu.scss */
        .menu_catalog-top img {
          margin-right: 10px; } }
    @media (min-width: 800px) {
      /* line 355, _menu.scss */
      .menu_catalog-top:hover .menu_catalog-burger_hover {
        display: inline-block; }
      /* line 358, _menu.scss */
      .menu_catalog-top:hover .menu_catalog-burger {
        display: none; } }
  /* line 364, _menu.scss */
  .menu_catalog-node {
    padding: 0 25px 0 0;
    height: 76px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table;
    width: calc(100% + 1px);
    background: #fccf03;
    position: relative; }
    /* line 373, _menu.scss */
    .menu_catalog-node:not(:last-child) {
      border-bottom: 1px solid #e9c109; }
    @media (max-width: 1300px) {
      /* line 364, _menu.scss */
      .menu_catalog-node {
        padding: 0 0px 0 0; } }

/* line 381, _menu.scss */
.menu-node--catalog_lvl_1.menu_catalog-node--hover .menu_catalog-link-lvl2 {
  opacity: 1; }

/* line 384, _menu.scss */
.volt_man {
  padding: 0; }
  @media (max-width: 480px) {
    /* line 384, _menu.scss */
    .volt_man {
      display: none; } }
  /* line 389, _menu.scss */
  .volt_man-inner {
    padding: 13px 0px 20px 22px;
    -moz-border-radius: 0px 0px 99px 100px / 0px 0px 18px 18px;
    -webkit-border-radius: 0px 0px 99px 100px / 0px 0px 18px 18px;
    border-radius: 0px 0px 99px 100px / 0px 0px 18px 18px;
    background: #FCCF03;
    bottom: -18px;
    position: relative; }
    /* line 397, _menu.scss */
    .volt_man-inner img {
      max-width: 76%; }

/* line 403, _menu.scss */
.menu--mobile--open {
  animation: fadeLeft 250ms linear both;
  -webkit-animation: fadeLeft 250ms linear both; }

/* line 407, _menu.scss */
.menu--mobile--close {
  display: none; }

/* line 410, _menu.scss */
.menu--mobile--close:not(.animate) {
  animation: outLeft 250ms linear both;
  -webkit-animation: outLeft 250ms linear both; }

@media (max-width: 640px) {
  /* line 414, _menu.scss */
  .menu--mobile {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 70%;
    padding: 0;
    top: 0;
    min-height: 100%;
    padding-right: 15px;
    padding-top: 20% !important;
    background: #2c3748;
    padding-bottom: 20px; }
    /* line 427, _menu.scss */
    .menu--mobile .menu-node--main_lvl_1 {
      width: 100%;
      text-align: left;
      padding-left: 20%;
      height: auto;
      font-size: 18px; }
    /* line 434, _menu.scss */
    .menu--mobile .menu-node--main_lvl_1 .menu-link {
      font-size: 18px; } }
    @media (max-width: 640px) and (max-width: 425) {
      /* line 434, _menu.scss */
      .menu--mobile .menu-node--main_lvl_1 .menu-link {
        font-size: 16px; } }

/* line 441, _menu.scss */
.menu--mobile .menu-marker--parent {
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
  float: none; }

/* line 452, _menu.scss */
.mobile_lk a {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 640px) {
  /* line 458, _menu.scss */
  .menu--main {
    padding-top: 0; }

  /* line 461, _menu.scss */
  .menu-toggler--main {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center; }

  /* line 469, _menu.scss */
  .border-menu {
    border: 1px solid #fccf03;
    width: 40px;
    height: 40px;
    line-height: 36px;
    box-shadow: inset 0 0 1px #fef2bc; } }
  @media (max-width: 640px) and (max-width: 375px) {
    /* line 469, _menu.scss */
    .border-menu {
      width: 36px;
      height: 36px;
      line-height: 33px; } }
  @media (max-width: 640px) and (max-width: 340px) {
    /* line 469, _menu.scss */
    .border-menu {
      width: 30px;
      height: 30px;
      line-height: 27px; } }

@media (max-width: 640px) {
  /* line 486, _menu.scss */
  .border-menu_wrapper {
    margin: 30% 0; } }
  @media (max-width: 640px) and (max-width: 480px) {
    /* line 486, _menu.scss */
    .border-menu_wrapper {
      margin: 25% 0; } }
  @media (max-width: 640px) and (max-width: 375px) {
    /* line 486, _menu.scss */
    .border-menu_wrapper {
      margin: 22% 0; } }
  @media (max-width: 640px) and (max-width: 340px) {
    /* line 486, _menu.scss */
    .border-menu_wrapper {
      margin: 25% 0; } }

@media (max-width: 640px) {
  /* line 498, _menu.scss */
  .border-menu img {
    width: 22px; } }
  @media (max-width: 640px) and (max-width: 375px) {
    /* line 498, _menu.scss */
    .border-menu img {
      width: 18px; } }

@media (max-width: 640px) {
  /* line 504, _menu.scss */
  .menu_mask--mobile {
    display: none; } }
/* line 509, _menu.scss */
.menu--mobile--open + .menu_mask--mobile {
  display: block;
  z-index: 998;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* line 518, _menu.scss */
.menu_mobile-node--dprops:hover > a.menu-link {
  color: #fff; }

/* line 521, _menu.scss */
.menu_mobile-node--dprops_active > .menu-link {
  color: #ffda35 !important; }

/* line 524, _menu.scss */
.menu_mobile-node--dprops_active .menu_arr-toggle {
  background-image: url(arr_hover.png); }

/* line 527, _menu.scss */
.menu_arr-toggle {
  width: 8px;
  height: 5px;
  background-image: url(arr_down.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle; }

/* line 536, _menu.scss */
.menu_mobile--drop .menu-link {
  font-size: 13px !important;
  border: none; }

/* line 540, _menu.scss */
.menu--mobile_button {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px; }
  @media (max-width: 425px) {
    /* line 540, _menu.scss */
    .menu--mobile_button {
      width: 20px; } }

/* line 549, _menu.scss */
.click_change {
  margin-top: 50px; }
  /* line 551, _menu.scss */
  .click_change-inner {
    display: inline-block;
    font-size: 25px;
    line-height: 1.2; }
  /* line 556, _menu.scss */
  .click_change-top {
    position: relative;
    display: inline-block; }
    /* line 559, _menu.scss */
    .click_change-top:before {
      content: '';
      position: absolute;
      width: 22px;
      height: 30px;
      background-image: url(arrow_top.png);
      top: -39px;
      left: 45%;
      background-size: 100%;
      background-repeat: no-repeat; }

/* line 573, _menu.scss */
.menu_catalog-item-lvl2 {
  list-style: none;
  padding: 0; }

/* line 577, _menu.scss */
.menu_catalog-link-lvl2 {
  position: relative;
  border: 1px solid transparent;
  padding: 0px;
  margin-bottom: 2px;
  height: 42px;
  color: #2c3748;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: bold;
  border-right: none;
  opacity: 0;
  transition: all 210ms; }
  /* line 591, _menu.scss */
  .menu_catalog-link-lvl2:hover {
    border-color: #ded8b6; }
    /* line 593, _menu.scss */
    .menu_catalog-link-lvl2:hover:after, .menu_catalog-link-lvl2:hover:before {
      opacity: 1; }

/* line 598, _menu.scss */
.menu_catalog-link-lvl2:after, .menu_catalog-link-lvl2:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0; }

/* line 609, _menu.scss */
.menu_catalog-link-lvl2:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21.5px 0 21.5px 10px;
  border-color: transparent transparent transparent #FFF6CB;
  margin-top: -21.5px;
  left: calc(100% - 1px); }

/* line 619, _menu.scss */
.menu_catalog-link-lvl2:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 10px;
  border-color: transparent transparent transparent #DED8B6;
  margin-top: -21px; }

/* line 627, _menu.scss */
.table_link {
  display: table;
  height: 40px;
  width: 150px; }
  @media (max-width: 800px) {
    /* line 627, _menu.scss */
    .table_link {
      width: 100%; } }

/* line 635, _menu.scss */
.table_cell_link {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px; }
  @media (min-width: 799px) {
    /* line 635, _menu.scss */
    .table_cell_link {
      white-space: nowrap; } }

/* line 643, _menu.scss */
.preview_catalog_menu {
  position: absolute;
  z-index: 0;
  left: 100%;
  top: 0;
  width: 272px;
  background: #fff;
  height: 100%;
  padding: 25px 20px 25px 44px;
  display: none; }
  @media (max-width: 800px) {
    /* line 643, _menu.scss */
    .preview_catalog_menu {
      display: none !important; } }

/* line 657, _menu.scss */
.menu_catalog-item-lvl2 {
  display: block;
  padding: 0 30px 0 20px;
  text-align: left; }
  /* line 661, _menu.scss */
  .menu_catalog-item-lvl2 a {
    position: relative; }
  /* line 665, _menu.scss */
  .menu_catalog-item-lvl2:hover .preview_catalog_menu {
    display: block; }
  /* line 670, _menu.scss */
  .menu_catalog-item-lvl2 i.menu-i {
    cursor: pointer;
    position: absolute;
    right: -3px;
    top: 15px;
    z-index: 100; }
    @media (max-width: 800px) {
      /* line 670, _menu.scss */
      .menu_catalog-item-lvl2 i.menu-i {
        font-size: 21px;
        top: 12px;
        right: -15px; } }

/* line 686, _menu.scss */
.preview_catalog_menu-title {
  color: #2c3748;
  padding-right: 20px; }

/* line 691, _menu.scss */
.menu_catalog-link-lvl2 a {
  color: #2c3748; }

/* line 695, _menu.scss */
.preview_catalog_menu-link {
  color: #2c3748;
  display: inline-block;
  border: 3px solid #fccf03;
  text-align: center;
  font-size: 12px;
  padding: 2px 10px; }
  /* line 702, _menu.scss */
  .preview_catalog_menu-link:hover {
    background: #fccf03; }

/* line 706, _menu.scss */
.preview_catalog_menu-current_price {
  font-size: 20px;
  padding-top: 2px; }

/* line 710, _menu.scss */
.menu_catalog-item-lvl2.menu_catalog-item-lvl2_last {
  margin-top: 20px; }

/* line 713, _menu.scss */
.preview_catalog_menu-price {
  margin-top: 28px; }

/* line 717, _menu.scss */
.preview_catalog_menu-image.image-wrapper {
  padding-right: 20px; }

/* line 720, _menu.scss */
.preview_catalog_menu-current_price .fa {
  font-size: 18px; }

@media (max-width: 800px) {
  /* line 724, _menu.scss */
  .menu_catalog--lvl2 {
    display: none;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 100%;
    box-shadow: inset 0px 10px 5px -7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 10px 5px -7px rgba(0, 0, 0, 0.2); } }
/* line 735, _menu.scss */
.menu_catalog-arrow {
  background: url(menu_catalog_arr.png);
  height: 100%;
  width: 19px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  background-size: 9px;
  background-repeat: no-repeat;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  top: 0;
  background-position: 0 50%;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  /* line 751, _menu.scss */
  .menu_catalog-arrow--active {
    opacity: 0.6; }
  @media (max-width: 480px) {
    /* line 735, _menu.scss */
    .menu_catalog-arrow {
      width: 30px; } }

/* line 758, _menu.scss */
.menu-node.menu-node--main_lvl_1.menu-node--drop {
  padding-left: 4%; }
  /* line 760, _menu.scss */
  .menu-node.menu-node--main_lvl_1.menu-node--drop:hover {
    background: #000d20; }

/* line 764, _menu.scss */
.menu.menu_catalog-list:after {
  content: '';
  box-shadow: 8px 1px 15px -10px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

/* line 778, _menu.scss */
.no-touch .menu_catalog:not(.menu_catalog--active):hover .menu_catalog-list {
  display: block !important; }

/* line 784, _menu.scss */
.menu-node.menu-node--main_lvl_2.menu-node--mobile {
  line-height: initial;
  margin-bottom: 10px;
  margin-top: 5px; }

/* line 789, _menu.scss */
.menu_mobile--drop {
  margin-bottom: 20px; }

@-webkit-keyframes fadeLeft {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@keyframes fadeLeft {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@-webkit-keyframes outLeft {
  0% {
    left: 0%; }
  99% {
    left: -100%; }
  100% {
    display: none; } }
@keyframes outLeft {
  0% {
    left: 0%; }
  99% {
    left: -100%; }
  100% {
    display: none; } }
/* slaider module */
/* line 43, _slider.scss */
.slider--index .index_dots {
  position: absolute;
  z-index: 99;
  bottom: 5px;
  right: 24px; }
  /* line 48, _slider.scss */
  .slider--index .index_dots .owl-dot.slider-dot {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border: 1px solid #fff;
    padding: 3px; }
    /* line 56, _slider.scss */
    .slider--index .index_dots .owl-dot.slider-dot.active span {
      background: #FCCF03;
      display: block;
      width: 100%;
      height: 100%; }

/* line 69, _slider.scss */
.volt_brand-list .slider-left-inner {
  background-image: url(left-button.png);
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  background-size: 37% 45%;
  background-repeat: no-repeat;
  background-position: 50%; }
/* line 79, _slider.scss */
.volt_brand-list .slider-right-inner {
  background-image: url(right-button.png);
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  background-size: 37% 45%;
  background-repeat: no-repeat;
  background-position: 50%; }

/* line 92, _slider.scss */
.footer_fact .slider-left-inner {
  background-image: url(arrow_left.svg);
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 0% 50%; }
/* line 102, _slider.scss */
.footer_fact .slider-right-inner {
  background-image: url(arrow_right.svg);
  height: 100%;
  width: 100%;
  display: block;
  margin: auto;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 100% 50%; }
/* line 112, _slider.scss */
.footer_fact .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%; }
/* line 119, _slider.scss */
.footer_fact .owl-prev {
  width: 30px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
/* line 126, _slider.scss */
.footer_fact .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  border: 1px dashed rgba(255, 255, 255, 0.25); }

@media (max-width: 1200px) {
  /* line 133, _slider.scss */
  .slider-wrappers {
    padding: 0 25px !important;
    position: relative; } }

/* line 139, _slider.scss */
.slider_controls-arr_left {
  background: url(left-button.png);
  width: 19px;
  height: 78px;
  background-size: 100%;
  background-repeat: no-repeat; }

/* line 148, _slider.scss */
.slider_controls-arr_right {
  background: url(right-button.png);
  width: 19px;
  height: 78px;
  background-size: 100%;
  background-repeat: no-repeat; }

/* line 156, _slider.scss */
.slider-control {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

/* line 164, _slider.scss */
.slider-left {
  position: absolute;
  left: 0px;
  width: 20px;
  top: 30%; }

/* line 170, _slider.scss */
.slider-right {
  position: absolute;
  right: 0px;
  width: 20px;
  top: 30%;
  text-align: right; }

/* tubs */
/* line 3, _tabs.scss */
.tubs {
  margin-top: 30px; }
  /* line 5, _tabs.scss */
  .tubs-controls {
    margin-bottom: 30px;
    border-bottom: 1px solid #565f6d; }
    @media (max-width: 480px) {
      /* line 5, _tabs.scss */
      .tubs-controls {
        margin-bottom: 15px; } }
  /* line 13, _tabs.scss */
  .tubs-node {
    border: 1px solid #565f6d;
    bottom: -1px;
    position: relative;
    border-bottom: 1px solid #565F6D;
    padding: 10px 22px 10px 62px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.5;
    background-size: auto 21px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    font-size: 16px;
    -moz-transition: all 100ms;
    -o-transition: all 100ms;
    -webkit-transition: all 100ms;
    transition: all 100ms; }
    /* line 29, _tabs.scss */
    .tubs-node:not(:last-child) {
      margin-right: 25px; }
      @media (max-width: 800px) {
        /* line 29, _tabs.scss */
        .tubs-node:not(:last-child) {
          margin-right: 15px; } }
    /* line 35, _tabs.scss */
    .tubs-node:hover {
      opacity: 1; }
    /* line 38, _tabs.scss */
    .tubs-node--active {
      border-bottom: 1px solid #fff;
      opacity: 1; }
    @media (max-width: 767px) {
      /* line 13, _tabs.scss */
      .tubs-node {
        background-position: 10px 50% !important;
        padding: 10px 10px 10px 40px; } }
    @media (max-width: 560px) {
      /* line 13, _tabs.scss */
      .tubs-node {
        font-size: 14px;
        background-size: auto 14px;
        padding: 10px 10px 10px 30px; } }
    @media (max-width: 480px) {
      /* line 13, _tabs.scss */
      .tubs-node {
        margin-right: 5px !important;
        padding: 5px;
        background-image: none !important; } }
  /* line 58, _tabs.scss */
  .tubs-content {
    margin-bottom: 50px;
    padding: 1% 4% 4% 0; }
    @media (max-width: 1320px) {
      /* line 58, _tabs.scss */
      .tubs-content {
        padding: 0px 0.5rem 0 25px; } }
    @media (max-width: 768px) {
      /* line 58, _tabs.scss */
      .tubs-content {
        padding: 0px 0.5rem 0 0.5rem; } }

/* line 70, _tabs.scss */
.tubs-node--review {
  background-image: url(prod_menu1.png);
  background-position: 27px 50%; }

/* line 74, _tabs.scss */
.tubs-node--description {
  background-image: url(prod_menu2.png); }

/* line 77, _tabs.scss */
.tubs-node--instruktsii {
  background-image: url(prod_menu3.png); }

/* line 80, _tabs.scss */
.tubs-node--video {
  background-image: url(prod_menu4.png); }

@media (max-width: 640px) {
  /* line 84, _tabs.scss */
  #video_obzor iframe {
    width: 100% !important; } }

/* quantity */
/* line 5, _quantity.scss */
.quantity-button--minus {
  background: url(mini_arr_down.png), #fccf03; }
  /* line 7, _quantity.scss */
  .quantity-button--minus:hover {
    background: url(mini_arr_down.png), #ffda35; }
/* line 12, _quantity.scss */
.quantity-button--plus {
  background: url(mini_arr.png), #fccf03; }
  /* line 14, _quantity.scss */
  .quantity-button--plus:hover {
    background: url(mini_arr.png), #ffda35; }
/* line 24, _quantity.scss */
.quantity--side {
  width: 60px;
  text-align: center; }
  /* line 27, _quantity.scss */
  .quantity--side .quantity-button {
    width: 28px;
    height: 22px;
    line-height: 15px;
    padding: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: 50%;
    background-size: 16px auto;
    margin: auto; }
  /* line 39, _quantity.scss */
  .quantity--side .quantity-input {
    width: 28px;
    border: none;
    height: 30px;
    line-height: 32px; }

/* modal */
/* line 3, _modal.scss */
.modal {
  background-color: #fff;
  border: 1px solid #959ba3; }
  /* line 7, _modal.scss */
  .modal-wrapper {
    padding: 0.5rem; }

/* line 22, _modal.scss */
.overlay {
  background: rgba(0, 0, 0, 0.3); }

/* line 25, _modal.scss */
.modal--product_added.modal {
  border: none;
  overflow: hidden; }
  @media (min-width: 901px) {
    /* line 25, _modal.scss */
    .modal--product_added.modal {
      width: 810px;
      height: 665px; } }
  @media (max-width: 900px) {
    /* line 25, _modal.scss */
    .modal--product_added.modal {
      width: 610px;
      height: 665px; } }
  /* line 36, _modal.scss */
  .modal--product_added.modal .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    color: #2c3748;
    font-size: 20px;
    padding-left: 105px;
    padding-top: 10px;
    width: 100%; }
  /* line 47, _modal.scss */
  .modal--product_added.modal .modal-wrapper {
    padding-top: 90px;
    height: 100%; }
  /* line 52, _modal.scss */
  .modal--product_added.modal:before {
    content: '';
    height: 60px;
    width: 55px;
    background: url(arr_ok.png);
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 35px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 99; }

/* line 67, _modal.scss */
.product_added-bottom {
  background: #2c3748;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 196px; }
  /* line 75, _modal.scss */
  .product_added-bottom a {
    color: #fff; }
/* line 79, _modal.scss */
.product_added-close {
  width: 54px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer; }
  /* line 86, _modal.scss */
  .product_added-close:hover {
    opacity: 0.9; }
/* line 90, _modal.scss */
.product_added-inner {
  display: block;
  border: 1px dashed #646c79;
  height: 100%; }
/* line 95, _modal.scss */
.product_added-left {
  display: inline-block;
  vertical-align: top;
  width: 58%;
  padding-top: 64px;
  padding-left: 75px;
  font-size: 20px; }
  @media (max-width: 670px) {
    /* line 95, _modal.scss */
    .product_added-left {
      display: none; } }
/* line 106, _modal.scss */
.product_added-right {
  width: 41%;
  display: inline-block;
  vertical-align: top;
  padding-top: 30px; }
  @media (max-width: 900px) {
    /* line 106, _modal.scss */
    .product_added-right {
      padding-top: 50px; } }
  @media (max-width: 670px) {
    /* line 106, _modal.scss */
    .product_added-right {
      width: 100%; } }
/* line 121, _modal.scss */
.product_added-send {
  background: #fccf03;
  width: 235px;
  height: 52px;
  font-size: 16px;
  vertical-align: text-top;
  margin-bottom: 18px;
  color: #2c3748 !important;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  border: 2px solid #fccf03;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  /* line 135, _modal.scss */
  .product_added-send:hover {
    background: transparent;
    color: #fff !important; }
/* line 140, _modal.scss */
.product_added-skip {
  text-transform: uppercase;
  text-align: center;
  width: 234px;
  display: inline-block;
  border: 1px solid #dde1e7;
  padding: 3px 0 2px 0px;
  line-height: 1.6;
  cursor: pointer;
  font-size: 16px; }
  /* line 150, _modal.scss */
  .product_added-skip:hover {
    background: #fccf03;
    border-color: #fccf03;
    color: #2c3748 !important; }
/* line 156, _modal.scss */
.product_added-ri {
  width: 230px;
  display: inline-block;
  vertical-align: top; }
/* line 161, _modal.scss */
.product_added-le {
  width: 250px;
  vertical-align: top;
  display: inline-block;
  padding-top: 25px; }
/* line 167, _modal.scss */
.product_added-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 68px; }
/* line 173, _modal.scss */
.product_added-item_wrapper {
  text-align: center; }
/* line 177, _modal.scss */
.product_added-img img {
  max-height: 170px;
  width: auto !important; }
/* line 182, _modal.scss */
.product_added-count {
  margin-bottom: 9px; }
/* line 186, _modal.scss */
.product_added-title {
  font-size: 22px;
  border-bottom: 1px solid;
  display: inline-block; }
/* line 191, _modal.scss */
.product_added-country img {
  width: 28px; }
/* line 194, _modal.scss */
.product_added-prices {
  font-size: 29px;
  font-weight: bold; }
  /* line 197, _modal.scss */
  .product_added-prices .fa.fa-rub {
    margin-left: 1px;
    font-size: 20px; }
/* line 202, _modal.scss */
.product_added-country {
  margin-bottom: 19px; }
/* line 205, _modal.scss */
.product_added-prod_type {
  font-size: 12px;
  margin-bottom: 5px; }

/* line 210, _modal.scss */
.product_added-bottom_absolute {
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 41%; }
  @media (max-width: 900px) {
    /* line 210, _modal.scss */
    .product_added-bottom_absolute {
      display: none; } }

/* line 220, _modal.scss */
.product_added-link:first-child:after {
  content: '';
  position: absolute;
  right: -12px;
  height: 50px;
  background: #fccf03;
  width: 1px;
  top: 0; }

/* line 230, _modal.scss */
.product_added-link {
  position: relative; }

/* line 234, _modal.scss */
.product_added-link {
  font-size: 16px;
  padding-bottom: 1px;
  border-bottom: 1px solid #6c7e97;
  display: inline-block;
  margin-right: 19px;
  margin-bottom: 11px; }
  /* line 241, _modal.scss */
  .product_added-link:hover {
    border-color: #efc530; }

/* line 245, _modal.scss */
.fastcheckout-form .input-field {
  width: 100%; }

@media (max-width: 670px) {
  /* line 249, _modal.scss */
  .modal--product_added.modal:before {
    display: none; }

  /* line 252, _modal.scss */
  .modal--product_added.modal .modal-header {
    position: relative;
    top: 0;
    left: 0;
    color: #2c3748;
    font-size: 20px;
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
    text-align: center; }

  /* line 263, _modal.scss */
  .product_added-right {
    padding-top: 30px;
    text-align: center; }

  /* line 267, _modal.scss */
  .product_added-bottom {
    background: #FFFFFF;
    color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px; }

  /* line 276, _modal.scss */
  .product_added-inner {
    display: block;
    border: 1px dashed #646c79;
    height: 100%;
    width: 350px;
    margin: auto;
    position: relative;
    background: #fff; }

  /* line 285, _modal.scss */
  .modal--product_added.modal {
    width: 100%;
    height: auto;
    background: transparent; }

  /* line 290, _modal.scss */
  .product_added-close {
    width: 20px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer; }

  /* line 298, _modal.scss */
  .product_added-skip {
    color: #68707C; }

  /* line 301, _modal.scss */
  .product_added-item_wrapper {
    display: none; }

  /* line 304, _modal.scss */
  .modal--product_added.modal .modal-wrapper {
    padding-top: 5px; } }
@media (max-width: 375px) {
  /* line 309, _modal.scss */
  .product_added-inner {
    width: 275px; } }
@media (max-height: 800px) {
  /* line 314, _modal.scss */
  .modal--product_added.modal {
    margin-top: 30px; } }
/*logo*/
/* breadcrumbs */
@media (max-width: 1200px) {
  /* line 3, _breadcrumbs.scss */
  .breadcrumbs {
    line-height: 2; } }
/* line 8, _breadcrumbs.scss */
.breadcrumbs-pipe {
  display: inline-block;
  width: 52px;
  text-align: center;
  vertical-align: middle; }

/* line 15, _breadcrumbs.scss */
.breadcrumbs-pipe img {
  height: 8px;
  width: 18px; }

/* line 20, _breadcrumbs.scss */
.breadcrumbs-page {
  color: #2c3748;
  border-bottom: 1px solid #e9ebec;
  padding-bottom: 5px;
  font-size: 16px; }

/* line 27, _breadcrumbs.scss */
.breadcrumbs-page:hover {
  border-color: #2c3748; }

/* line 31, _breadcrumbs.scss */
.breadcrumbs-page:last-child {
  border-color: transparent; }

/* pagination */
/* line 8, _pagination.scss */
.pagination-page:not(:last-child) {
  margin-right: 19px; }
/* line 13, _pagination.scss */
.pagination-node {
  color: #2c3748;
  padding: 5px;
  border: 1px solid transparent;
  /*width: 24px;*/
  min-width: 24px;
  max-width: 36px;
  height: 24px;
  font-size: 20px;
  line-height: 26px; }
  /* line 23, _pagination.scss */
  .pagination-node--link {
    color: #2c3748; }
  /* line 27, _pagination.scss */
  .pagination-node--block {
    padding: 5px 5px 0 5px;
    border: 1px solid transparent;
    width: 24px;
    height: 24px;
    font-size: 20px;
    margin-right: 19px;
    vertical-align: text-top;
    line-height: 1.6; }
  /* line 38, _pagination.scss */
  .pagination-node--current {
    border-color: #2c3748; }
  /* line 41, _pagination.scss */
  .pagination-node:hover {
    border-bottom: 1px solid #2c3748; }

/* line 48, _pagination.scss */
.pagination--top {
  opacity: 0.5; }
  @media (max-width: 800px) {
    /* line 51, _pagination.scss */
    .pagination--top > div {
      float: none !important; } }

/* line 57, _pagination.scss */
.pagination--bottom .pagination-node--current {
  border-color: #FCCF03; }
/* line 61, _pagination.scss */
.pagination--bottom .pagination-node:hover {
  border-bottom: 1px solid #FCCF03; }

/* reviews */
/* line 10, _reviews.scss */
.review-form h3 {
  margin: 0 0 1em 0; }

/* line 36, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 42, _reviews.scss */
.br-widget a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 2px; }
  /* line 53, _reviews.scss */
  .br-widget a:before {
    content: "";
    background-image: url(reid.png);
    display: inline-block;
    width: 34px;
    height: 62px;
    background-size: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 12px; }
    @media (max-width: 1100px) {
      /* line 53, _reviews.scss */
      .br-widget a:before {
        margin-right: 8px; } }
    @media (max-width: 1010px) {
      /* line 53, _reviews.scss */
      .br-widget a:before {
        margin-right: 4px;
        width: 28px; } }
  /* line 75, _reviews.scss */
  .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
    content: "";
    background-image: url(reid2.png) !important; }
/* line 83, _reviews.scss */
.br-current-rating {
  display: none; }

/* line 87, _reviews.scss */
.review_open {
  background: #fccf03;
  cursor: pointer;
  width: 235px;
  height: 35px;
  font-size: 16px;
  vertical-align: text-top;
  margin-bottom: 18px;
  line-height: 24px;
  text-align: center;
  border: 3px solid #fccf03;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  /* line 100, _reviews.scss */
  .review_open:hover {
    background: #ffda35;
    border-color: #ffda35; }
  @media (max-width: 1100px) {
    /* line 87, _reviews.scss */
    .review_open {
      width: 100%; } }
  @media (max-width: 800px) {
    /* line 87, _reviews.scss */
    .review_open {
      width: 180px; } }

/* line 112, _reviews.scss */
.review-content {
  padding-left: 7%;
  margin-bottom: 35px;
  font-size: 12px; }

/* line 117, _reviews.scss */
.review-details {
  font-size: 10px; }

/* line 120, _reviews.scss */
.review-name {
  font-size: 16px;
  margin-bottom: 15px; }

/* line 124, _reviews.scss */
.review_form-input {
  margin-bottom: 17px; }

/* line 128, _reviews.scss */
.review_form-inner .input-field {
  width: 100%; }
/* line 131, _reviews.scss */
.review_form-inner .review_form-submit {
  background: #fccf03;
  cursor: pointer;
  width: 235px;
  height: 35px;
  font-size: 16px;
  vertical-align: text-top;
  margin-bottom: 18px;
  line-height: 24px;
  text-align: center;
  border: 3px solid #fccf03;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  @media (max-width: 1100px) {
    /* line 131, _reviews.scss */
    .review_form-inner .review_form-submit {
      width: 100%; } }
  @media (max-width: 800px) {
    /* line 131, _reviews.scss */
    .review_form-inner .review_form-submit {
      width: 180px; } }
/* line 151, _reviews.scss */
.review_form-inner .input-captcha {
  margin: 0.5rem 0; }

/* header */
@media (min-width: 1101px) {
  /* line 4, _header.scss */
  .adaptive .logo-wraper {
    padding-right: 1%;
    width: 20%;
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 15, _header.scss */
  .adaptive .section--main_menu {
    width: 80%;
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
/* line 3, _layouts.layout.scss */
html {
  height: 100%; }

/* line 7, _layouts.layout.scss */
body {
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Open Sans", "Etelka Light Pro", Helvetica, Arial, sans-serif;
  color: #2c3748;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #2c3848; }

/* line 22, _layouts.layout.scss */
.adaptive-inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background: #fff;
  padding-bottom: 35px; }

/* line 30, _layouts.layout.scss */
.body_blur *:not(.modal--product_added) {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='1' /></filter></svg>#blur");
  -webkit-filter: blur(1px); }

/* line 34, _layouts.layout.scss */
.body_blur .modal--product_added * {
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important; }

/* line 38, _layouts.layout.scss */
.body_blur .overlay, .section--top * {
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important; }

/* line 42, _layouts.layout.scss */
.body_blur .section--top {
  -webkit-filter: blur(0px) !important;
  filter: blur(0px) !important; }

/* line 46, _layouts.layout.scss */
.body_blur .section--top {
  z-index: 99999; }

/* line 49, _layouts.layout.scss */
.body_blur .overlay {
  background: transparent; }

/* line 56, _layouts.layout.scss */
.preloaders {
  height: 50px;
  width: 50px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fccf03;
  border-radius: 100%;
  animation: clockwise 0.35s linear infinite;
  position: fixed;
  top: 40%;
  left: 50%;
  display: none;
  z-index: 999; }

@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0); } }
@-webkit-keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0); } }
/* line 81, _layouts.layout.scss */
.wrap {
  max-width: 1320px; }
  @media (max-width: 480px) {
    /* line 81, _layouts.layout.scss */
    .wrap {
      max-width: 425px; } }
  @media (max-width: 400px) {
    /* line 81, _layouts.layout.scss */
    .wrap {
      max-width: 375px; } }
  @media (max-width: 340px) {
    /* line 81, _layouts.layout.scss */
    .wrap {
      max-width: 320px; } }

/* line 98, _layouts.layout.scss */
.section--header {
  padding-top: .5rem;
  padding-bottom: 1rem; }
@media (max-width: 1320px) {
  /* line 102, _layouts.layout.scss */
  .section--content {
    padding-top: 0.5rem; } }

@media (max-width: 800px) {
  /* line 110, _layouts.layout.scss */
  .content--sidebar {
    padding-bottom: 1rem; } }

/* line 116, _layouts.layout.scss */
.system_message {
  background-color: #fff;
  border: 1px solid #959ba3;
  padding: 0.5rem; }

/* line 134, _layouts.layout.scss */
.title-line {
  font-size: 18px;
  color: #2c3748;
  position: relative; }
  /* line 138, _layouts.layout.scss */
  .title-line:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 0px);
    height: 1px;
    width: 100%;
    z-index: 8;
    background: #fccf03; }
  /* line 148, _layouts.layout.scss */
  .title-line span {
    background: #fff;
    line-height: 1;
    position: relative;
    z-index: 9;
    padding-right: 15px; }

/* line 156, _layouts.layout.scss */
.content--collection {
  min-height: 300px; }

/* line 160, _layouts.layout.scss */
.top_block .menu_catalog {
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 1101px) {
    /* line 160, _layouts.layout.scss */
    .top_block .menu_catalog {
      width: 20%;
      padding-right: 1.5%; } }
/* line 172, _layouts.layout.scss */
.top_block .top_block-search {
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 1101px) {
    /* line 172, _layouts.layout.scss */
    .top_block .top_block-search {
      width: 80%; } }
/* line 184, _layouts.layout.scss */
.top_block .menu_catalog--active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent; }
/* line 189, _layouts.layout.scss */
.top_block .menu_catalog-center {
  box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4); }
  @media (min-width: 1101px) {
    /* line 189, _layouts.layout.scss */
    .top_block .menu_catalog-center {
      width: 92.5%; } }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 223, _layouts.layout.scss */
input:focus::-webkit-input-placeholder {
  opacity: 0; }

/* line 226, _layouts.layout.scss */
input:focus::-moz-placeholder {
  opacity: 0; }

/* line 229, _layouts.layout.scss */
input:focus:-ms-input-placeholder {
  opacity: 0; }

/* line 232, _layouts.layout.scss */
input:focus:-moz-placeholder {
  opacity: 0; }

/* line 237, _layouts.layout.scss */
textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

/* line 240, _layouts.layout.scss */
textarea:focus::-moz-placeholder {
  opacity: 0; }

/* line 243, _layouts.layout.scss */
textarea:focus:-ms-input-placeholder {
  opacity: 0; }

/* line 246, _layouts.layout.scss */
textarea:focus:-moz-placeholder {
  opacity: 0; }

/* This stylesheet generated by Transfonter (http://transfonter.org) on January 28, 2016 8:12 AM */
@font-face {
  font-family: 'Etelka Text Pro';
  src: url("EtelkaTextPro-BoldItalic.eot");
  src: url("EtelkaTextPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("EtelkaTextPro-BoldItalic.woff") format("woff"), url("EtelkaTextPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Etelka Monospace Pro';
  src: url("EtelkaMonospacePro-BoldItalic.eot");
  src: url("EtelkaMonospacePro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("EtelkaMonospacePro-BoldItalic.woff") format("woff"), url("EtelkaMonospacePro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Etelka Light Pro';
  src: url("EtelkaLightPro-Italic.eot");
  src: url("EtelkaLightPro-Italic.eot?#iefix") format("embedded-opentype"), url("EtelkaLightPro-Italic.woff") format("woff"), url("EtelkaLightPro-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Etelka Text Pro';
  src: url("EtelkaTextPro.eot");
  src: url("EtelkaTextPro.eot?#iefix") format("embedded-opentype"), url("EtelkaTextPro.woff") format("woff"), url("EtelkaTextPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Etelka Light Pro';
  src: url("EtelkaLightPro.eot");
  src: url("EtelkaLightPro.eot?#iefix") format("embedded-opentype"), url("EtelkaLightPro.woff") format("woff"), url("EtelkaLightPro.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Etelka Monospace Pro';
  src: url("EtelkaMonospacePro-Italic.eot");
  src: url("EtelkaMonospacePro-Italic.eot?#iefix") format("embedded-opentype"), url("EtelkaMonospacePro-Italic.woff") format("woff"), url("EtelkaMonospacePro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Etelka Monospace Pro';
  src: url("EtelkaMonospacePro.eot");
  src: url("EtelkaMonospacePro.eot?#iefix") format("embedded-opentype"), url("EtelkaMonospacePro.woff") format("woff"), url("EtelkaMonospacePro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Etelka Text Pro';
  src: url("EtelkaTextPro-Bold.eot");
  src: url("EtelkaTextPro-Bold.eot?#iefix") format("embedded-opentype"), url("EtelkaTextPro-Bold.woff") format("woff"), url("EtelkaTextPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Etelka Monospace Pro';
  src: url("EtelkaMonospacePro-Bold.eot");
  src: url("EtelkaMonospacePro-Bold.eot?#iefix") format("embedded-opentype"), url("EtelkaMonospacePro-Bold.woff") format("woff"), url("EtelkaMonospacePro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Etelka Text Pro';
  src: url("EtelkaTextPro-Italic.eot");
  src: url("EtelkaTextPro-Italic.eot?#iefix") format("embedded-opentype"), url("EtelkaTextPro-Italic.woff") format("woff"), url("EtelkaTextPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Etelka Medium Pro';
  src: url("EtelkaMediumPro-Italic.eot");
  src: url("EtelkaMediumPro-Italic.eot?#iefix") format("embedded-opentype"), url("EtelkaMediumPro-Italic.woff") format("woff"), url("EtelkaMediumPro-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Etelka Medium Pro';
  src: url("EtelkaMediumPro.eot");
  src: url("EtelkaMediumPro.eot?#iefix") format("embedded-opentype"), url("EtelkaMediumPro.woff") format("woff"), url("EtelkaMediumPro.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
/* line 2, _layouts.checkout.scss */
.checkout .content-title {
  font-size: 16px;
  font-weight: bold; }
/* line 6, _layouts.checkout.scss */
.checkout .button {
  padding: 0 0.5rem;
  height: 30px;
  line-height: 30px;
  background: #FCCF03;
  padding: 0 15px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
/* line 17, _layouts.checkout.scss */
.checkout a {
  color: #2c3748; }
/* line 22, _layouts.checkout.scss */
.checkout .set-list {
  margin: 1rem 0;
  list-style: none;
  padding: 0; }
/* line 28, _layouts.checkout.scss */
.checkout .set-list-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #959ba3; }
/* line 33, _layouts.checkout.scss */
.checkout .set-list-item .img {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: 0 0.5rem 0.5rem 0;
  float: left; }
/* line 41, _layouts.checkout.scss */
.checkout table {
  width: 100%; }
/* line 45, _layouts.checkout.scss */
.checkout .table,
.checkout #orders_history {
  min-width: 610px; }
/* line 50, _layouts.checkout.scss */
.checkout th,
.checkout td {
  padding: 0.5rem; }
/* line 55, _layouts.checkout.scss */
.checkout .table td,
.checkout #orders_history td {
  border-bottom: 1px solid #000;
  text-align: left; }
/* line 61, _layouts.checkout.scss */
.checkout .table td:last-child,
.checkout #orders_history td:last-child {
  text-align: center; }
/* line 66, _layouts.checkout.scss */
.checkout .table thead th,
.checkout #orders_history thead th {
  border-bottom: 2px solid #000; }
/* line 71, _layouts.checkout.scss */
.checkout td.radio {
  width: 15px;
  padding-left: 0; }
/* line 76, _layouts.checkout.scss */
.checkout td.price {
  text-align: right;
  width: 100px; }
/* line 81, _layouts.checkout.scss */
.checkout td .notice {
  display: block;
  text-align: center; }
/* line 86, _layouts.checkout.scss */
.checkout #orders_history tbody tr:nth-child(odd) {
  background-color: #eee; }
/* line 90, _layouts.checkout.scss */
.checkout .table-responsive {
  overflow-x: auto;
  margin-bottom: 1rem; }
/* line 95, _layouts.checkout.scss */
.checkout .set-meta .fc {
  margin-bottom: 1rem; }
@media (min-width: 641px) {
  /* line 104, _layouts.checkout.scss */
  .checkout #registered_client {
    border-right: 1px solid #959ba3; } }
/* line 109, _layouts.checkout.scss */
.checkout .input:last-child {
  margin-bottom: 1rem !important; }
/* line 113, _layouts.checkout.scss */
.checkout .input--titled {
  border-bottom: 1px solid #959ba3;
  padding: 0.5rem 0;
  margin: 0; }
/* line 119, _layouts.checkout.scss */
.checkout .input--titled .input-label {
  font-weight: bold; }
/* line 123, _layouts.checkout.scss */
.checkout .input-value {
  line-height: 20px;
  display: block; }
/* line 128, _layouts.checkout.scss */
.checkout .set-title.content-title {
  font-weight: bold;
  display: block; }
/* line 133, _layouts.checkout.scss */
.checkout .step-title {
  line-height: 30px;
  border-bottom: 1px solid #959ba3;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; }
  /* line 139, _layouts.checkout.scss */
  .checkout .step-title:last-child {
    margin-bottom: 0; }
  /* line 143, _layouts.checkout.scss */
  .checkout .step-title .step-name {
    float: left; }
  /* line 147, _layouts.checkout.scss */
  .checkout .step-title .past_step {
    float: right; }
  /* line 151, _layouts.checkout.scss */
  .checkout .step-title .button {
    padding: 0 0.5rem; }

/* line 157, _layouts.checkout.scss */
.set-sidebar {
  border: 1px dashed #e4e7ec;
  padding: 20px; }

/* line 162, _layouts.checkout.scss */
.input-label {
  margin-bottom: 0.5rem;
  width: 190px;
  display: inline-block;
  vertical-align: middle;
  float: left; }

/* line 169, _layouts.checkout.scss */
.body--checkout .section--content {
  opacity: 0;
  transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms; }

/* line 175, _layouts.checkout.scss */
.dom_ready.body--checkout .section--content {
  opacity: 1; }

/* line 178, _layouts.checkout.scss */
#order_comment {
  clear: both;
  width: 346px; }
  @media (max-width: 400px) {
    /* line 178, _layouts.checkout.scss */
    #order_comment {
      width: 100%; } }

/* line 186, _layouts.checkout.scss */
#shipping_address_address {
  clear: both;
  width: 363px; }
  @media (max-width: 400px) {
    /* line 186, _layouts.checkout.scss */
    #shipping_address_address {
      width: 100%; } }

/* line 194, _layouts.checkout.scss */
.content_adressnew #shipping_address_address {
  clear: none; }

/* line 198, _layouts.checkout.scss */
#order_form .input-label:empty {
  display: none; }

/* line 201, _layouts.checkout.scss */
p#total_price {
  font-size: 30px; }

/* line 205, _layouts.checkout.scss */
p#total_price:after {
  content: '\f158';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px; }

/* line 220, _layouts.checkout.scss */
.content_login .set.wide_set {
  width: 30%;
  margin: auto;
  text-align: center; }
  @media (max-width: 800px) {
    /* line 220, _layouts.checkout.scss */
    .content_login .set.wide_set {
      width: 60%; } }
  @media (max-width: 480px) {
    /* line 220, _layouts.checkout.scss */
    .content_login .set.wide_set {
      width: 90%; } }
/* line 231, _layouts.checkout.scss */
.content_login .content-title.page-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-weight: 500; }
/* line 237, _layouts.checkout.scss */
.content_login .button--action {
  color: #2c3748;
  background-color: #FCCF03;
  padding: 0 2.5rem;
  margin-bottom: 0.5em; }
/* line 243, _layouts.checkout.scss */
.content_login .input-field {
  text-align: center; }

/* line 247, _layouts.checkout.scss */
.content_new_order {
  padding-top: 20px; }
  /* line 249, _layouts.checkout.scss */
  .content_new_order .content-title.page-title {
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 500;
    font-size: 18px; }
  /* line 255, _layouts.checkout.scss */
  .content_new_order .set-block {
    margin-bottom: 1em; }
  @media (min-width: 801px) {
    /* line 258, _layouts.checkout.scss */
    .content_new_order .set-sidebar {
      padding-left: 2em; } }

/* line 265, _layouts.checkout.scss */
.menu--personal_cabinet .menu-node--personal_cabinet {
  margin-right: 1.5rem;
  text-transform: uppercase; }

/* line 270, _layouts.checkout.scss */
.content_checkout {
  opacity: 0;
  padding: 0 0.5rem; }
  /* line 273, _layouts.checkout.scss */
  .content_checkout .content-title.page-title {
    text-align: center; }
  /* line 276, _layouts.checkout.scss */
  .content_checkout .menu.menu--personal_cabinet {
    display: inline-block;
    font-size: 14px; }
  /* line 280, _layouts.checkout.scss */
  .content_checkout .personal_cabinet {
    text-align: center; }

/* line 284, _layouts.checkout.scss */
.dom_ready .content_checkout {
  opacity: 1; }

/* line 287, _layouts.checkout.scss */
.content_new_order .menu.menu--personal_cabinet {
  display: none; }

/* line 290, _layouts.checkout.scss */
.content_client_account .wide_set {
  width: 30%;
  margin: auto;
  text-align: center; }
  @media (max-width: 800px) {
    /* line 290, _layouts.checkout.scss */
    .content_client_account .wide_set {
      width: 50%; } }
  @media (max-width: 480px) {
    /* line 290, _layouts.checkout.scss */
    .content_client_account .wide_set {
      width: 80%; } }
  /* line 300, _layouts.checkout.scss */
  .content_client_account .wide_set .input-field {
    text-align: center; }

/* line 304, _layouts.checkout.scss */
#flash_messages {
  margin: 1rem 0; }

/* line 307, _layouts.checkout.scss */
.menu--personal_cabinet .menu-node--personal_cabinet a {
  color: #2c3748; }

/* line 311, _layouts.checkout.scss */
.content_client_account .input-label {
  margin-bottom: 0.5rem;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  float: none; }
/* line 318, _layouts.checkout.scss */
.content_client_account .input-field {
  margin: auto;
  width: 100%; }
/* line 322, _layouts.checkout.scss */
.content_client_account #shipping_address_address {
  width: 100%; }

/* line 326, _layouts.checkout.scss */
#create_order {
  background: #fccf03;
  font-size: 16px;
  height: auto;
  padding: 11px 45px;
  margin-bottom: 20px;
  border: 3px solid #fccf03;
  box-sizing: border-box;
  line-height: 22px;
  -webkit-box-sizing: border-box; }
  /* line 336, _layouts.checkout.scss */
  #create_order:hover {
    background: transparent; }

/* line 340, _layouts.checkout.scss */
.delivery_variants {
  width: 400px !important; }

/* line 344, _layouts.checkout.scss */
.delivery_variants .prices i:after {
  content: '\f158';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px; }

/* line 355, _layouts.checkout.scss */
.input--captcha .input-label {
  display: block !important;
  width: 100%; }

/* line 359, _layouts.checkout.scss */
div#regular_client .styled_select-wrapper {
  width: 363px; }

@media (max-width: 480px) {
  /* line 363, _layouts.checkout.scss */
  .delivery_variants {
    width: 100% !important; }

  /* line 366, _layouts.checkout.scss */
  .input--captcha .input-field {
    margin: 10px 0; }

  /* line 369, _layouts.checkout.scss */
  div#regular_client .styled_select-wrapper {
    width: 50%; } }
/* collection */
/* line 2, _collection.scss */
.product_preview_catalog-item {
  border: 1px solid #e7e7e7;
  margin-bottom: 27px;
  height: 220px; }

/* line 7, _collection.scss */
.cat-list {
  margin: 0;
  padding: 0 0 0 50px; }

/* line 11, _collection.scss */
.cat-list-drop {
  display: none; }

@media (max-width: 800px) {
  /* line 15, _collection.scss */
  .product_preview_catalog-item {
    height: auto;
    border-color: transparent; } }
@media (max-width: 480px) {
  /* line 22, _collection.scss */
  .product_preview_catalog-item {
    border-color: #e7e7e7;
    margin-bottom: 15px !important; } }
/* line 28, _collection.scss */
.product_preview_catalog-item:hover {
  border-color: #f0ce31; }

/* line 32, _collection.scss */
.collection_article {
  margin: 7px 0px 23px 0px;
  background: #FCCF02; }

@media (max-width: 1100px) {
  /* line 38, _collection.scss */
  .collection_article {
    height: 94px;
    overflow: hidden; } }
@media (max-width: 480px) {
  /* line 45, _collection.scss */
  .collection_article {
    height: 60px; } }
@media (max-width: 375px) {
  /* line 51, _collection.scss */
  .collection_article {
    height: 50px; } }
/* line 56, _collection.scss */
.collection_article .lg-grid-4 {
  padding-left: 5%; }

@media (max-width: 900px) {
  /* line 61, _collection.scss */
  .collection_article .lg-grid-4 {
    padding-left: 1%; } }
@media (max-width: 1100px) {
  /* line 67, _collection.scss */
  .collection_article .lg-grid-4 img {
    height: 94px;
    width: auto !important;
    max-width: none; } }
@media (max-width: 480px) {
  /* line 75, _collection.scss */
  .collection_article .lg-grid-4 img {
    height: 60px; } }
@media (max-width: 375px) {
  /* line 81, _collection.scss */
  .collection_article .lg-grid-4 img {
    height: 50px; } }
@media (min-width: 1320px) {
  /* line 87, _collection.scss */
  .collection_article .lg-grid-5 {
    padding-right: 40px; } }
/* line 92, _collection.scss */
.collection_article .lg-grid-5 a {
  font-size: 25px;
  border-bottom: 1px solid;
  margin-top: 41px;
  display: inline-block;
  line-height: 1;
  color: #2C3747;
  margin-bottom: 10px; }

@media (max-width: 1200px) {
  /* line 103, _collection.scss */
  .collection_article .lg-grid-5 a {
    margin-top: 24px; } }
@media (max-width: 1100px) {
  /* line 109, _collection.scss */
  .collection_article .lg-grid-5 a {
    margin-top: 30px; } }
@media (max-width: 900px) {
  /* line 115, _collection.scss */
  .collection_article .lg-grid-5 a {
    font-size: 25px; } }
@media (max-width: 640px) {
  /* line 121, _collection.scss */
  .collection_article .lg-grid-5 a {
    font-size: 23px; } }
@media (max-width: 480px) {
  /* line 127, _collection.scss */
  .collection_article .lg-grid-5 a {
    font-size: 21px;
    margin-top: 18px; } }
@media (max-width: 420px) {
  /* line 134, _collection.scss */
  .collection_article .lg-grid-5 a {
    font-size: 16px;
    margin-top: 16px; } }
@media (max-width: 480px) {
  /* line 141, _collection.scss */
  .collection_article .lg-grid-5 p {
    display: none; } }
@media (max-width: 1100px) {
  /* line 147, _collection.scss */
  .collection_article .lg-grid-3 img {
    height: 94px;
    width: auto !important;
    max-width: none; } }
/* line 154, _collection.scss */
.top_pannel {
  margin-bottom: 12px; }

/* line 158, _collection.scss */
.collection .notice--warning a {
  color: #2C3747;
  font-weight: bold; }

/* line 163, _collection.scss */
#filter_section-price .fa {
  line-height: 1.6; }

/* line 166, _collection.scss */
.cat a {
  color: #2c3748; }

/* line 169, _collection.scss */
.cat-lvl1-link .cat-img {
  margin-right: 0.5rem;
  height: 40px;
  display: inline-block;
  vertical-align: middle; }

/* line 176, _collection.scss */
.cat-lvl1-link {
  font-weight: bold;
  font-size: 1rem; }

/* line 180, _collection.scss */
.cat-row {
  padding: 1rem 0; }

/* line 183, _collection.scss */
.cat {
  padding-bottom: 1rem; }

/* line 187, _collection.scss */
.cat-toggle:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px; }

/* line 197, _collection.scss */
.cat-list--open .cat-toggle:after {
  content: "\f106";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px; }

/* line 207, _collection.scss */
.cat-lvl3-list {
  display: none; }

/* line 210, _collection.scss */
.cat-lvl3-button {
  border: none;
  background: #fccf03;
  font-size: 12px;
  margin-left: 0.5rem; }

/* line 216, _collection.scss */
.cat-lvl3-list {
  padding-left: 1rem;
  margin-bottom: 1rem;
  border-left: 1px solid rgba(44, 55, 72, 0.28); }

/* line 221, _collection.scss */
.cat-lvl3-link {
  line-height: 2; }

/* line 224, _collection.scss */
.cat-toggle {
  background: #FCCF03;
  margin-left: 50px; }

/* filter */
@media (max-width: 800px) {
  /* line 4, _collection_filter.scss */
  .filter {
    display: none; } }
/* line 9, _collection_filter.scss */
.filter-section:not(:first-child) {
  margin-top: 31px; }

/* line 17, _collection_filter.scss */
.filter_section-collapses--active .filter_section-title {
  background-color: #fccf03; }

/* line 20, _collection_filter.scss */
.filter_section-title {
  background: #FFF;
  font-size: 15px;
  color: #2c3748;
  padding: 0px 30px 0px 10px;
  min-height: 30px;
  line-height: 28px; }
  /* line 27, _collection_filter.scss */
  .filter_section-title:hover {
    background: #F7F7F7; }

/* line 31, _collection_filter.scss */
.filter_section-value_input {
  display: none; }

/* line 35, _collection_filter.scss */
.filter_section-value_link {
  color: #2c3748;
  padding-left: 23px;
  z-index: 0;
  position: relative; }

/* line 42, _collection_filter.scss */
.filter_section-value_link:hover {
  color: #fccf03; }

/* line 46, _collection_filter.scss */
.filter_section-range_input {
  border: 1px solid #e5ecf6; }

/* line 50, _collection_filter.scss */
.filter_section-range_input:focus {
  border-color: #fecf03; }

/* line 54, _collection_filter.scss */
.noUi-horizontal {
  height: 8px; }

/* line 58, _collection_filter.scss */
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -9px;
  top: -6px; }

/* line 65, _collection_filter.scss */
.noUi-vertical {
  width: 18px; }

/* line 69, _collection_filter.scss */
.noUi-vertical .noUi-handle {
  width: 18px;
  height: 18px;
  left: -6px;
  top: -9px; }

/* line 76, _collection_filter.scss */
.noUi-background {
  background: #cccccc; }

/* line 80, _collection_filter.scss */
.noUi-connect {
  background: #666666; }

/* line 84, _collection_filter.scss */
.noUi-origin {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 90, _collection_filter.scss */
.noUi-traget {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #959ba3; }

/* line 97, _collection_filter.scss */
.noUi-handle {
  border: 1px solid #959ba3;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #666666; }

/* line 105, _collection_filter.scss */
label.filter_section-labels {
  background: #FFF;
  border: 1px solid #CCCCCC;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0; }

/* line 118, _collection_filter.scss */
.filter_section-value_input:checked + label.filter_section-labels {
  background-color: #fccf03;
  -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }

/* line 125, _collection_filter.scss */
.filter_section-bable {
  position: absolute;
  right: -220px;
  z-index: 98;
  width: 220px;
  background: #2c3748;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  padding: 0 0 0 5px;
  top: -8px; }

@media (max-width: 800px) {
  /* line 141, _collection_filter.scss */
  .filter_section-bable {
    display: none !important;
    position: relative;
    right: 0;
    left: 0;
    margin: 0.2rem 0 0.5rem;
    top: 0;
    width: 100%; }

  /* line 151, _collection_filter.scss */
  .filter_section-bable:first-child {
    display: block !important; } }
/* line 156, _collection_filter.scss */
.filter_section-bable:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(50, 68, 79, 0);
  border-right-color: #2C3748;
  border-width: 18px;
  margin-top: -18px; }

@media (max-width: 800px) {
  /* line 172, _collection_filter.scss */
  .filter_section-bable:after {
    display: none !important; } }
/* line 177, _collection_filter.scss */
.filter_section-bable strong {
  background: #fccf03;
  display: inline-block;
  float: right;
  color: #2c3748;
  padding: 0 5px; }

/* line 185, _collection_filter.scss */
.filter_section-bable strong:hover {
  background: #ffda35; }

@media (max-width: 800px) {
  /* line 190, _collection_filter.scss */
  .filter_section-value--current:hover .filter_section-bable {
    display: none !important; } }
/* line 195, _collection_filter.scss */
.range_input-block {
  display: none;
  position: relative;
  margin-bottom: 2px; }

/* line 201, _collection_filter.scss */
.range_input-block--click .filter_section-bable {
  display: inline-block !important; }

@media (max-width: 800px) {
  /* line 206, _collection_filter.scss */
  .range_input-block--click .filter_section-bable {
    display: none !important; }

  /* line 210, _collection_filter.scss */
  .range_input-block--click .filter_section-bable:last-child {
    display: block !important;
    top: 0; } }
@media (max-width: 800px) {
  /* line 217, _collection_filter.scss */
  .filter_section-value--click .filter_section-bable {
    display: none !important; }

  /* line 221, _collection_filter.scss */
  .filter_section-value--click .filter_section-bable:last-child {
    display: block !important;
    top: 0; } }
@media (min-width: 801px) {
  /* line 228, _collection_filter.scss */
  .filter-section .filter_section-value--current.filter_section-value--click .filter_section-bable {
    display: inline-block !important; } }
/* line 233, _collection_filter.scss */
.range_input-block--current .filter_section-bable {
  top: -8px; }

/* line 237, _collection_filter.scss */
.pagination--bottom {
  margin: 30px 0 40px 0; }

/* line 241, _collection_filter.scss */
.filter-toogle_button.center {
  background: #2C3748;
  font-size: 16px;
  padding: 6px 36px;
  height: auto;
  font-family: 'Etelka Text Pro';
  margin-bottom: 10px;
  color: #FCCF02;
  cursor: pointer;
  text-transform: uppercase; }

/* line 253, _collection_filter.scss */
.filter-clear_all {
  background: #fccf03;
  width: 100%;
  height: 41px;
  font-size: 16px;
  vertical-align: text-top;
  margin-bottom: 18px;
  float: right;
  line-height: 36px;
  margin-top: 20px;
  border: 3px solid #fccf03;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* line 268, _collection_filter.scss */
.filter-clear_all:hover {
  background: transparent; }

/* line 272, _collection_filter.scss */
.body_collection .notice--info {
  margin-bottom: 100px; }

/* line 276, _collection_filter.scss */
.range_input-wrap_min:after {
  content: '...';
  position: absolute;
  right: -8px;
  font-size: 16px;
  line-height: 1.5; }

/* line 284, _collection_filter.scss */
.filter_section-range_input {
  width: 80%;
  font-size: 16px;
  text-align: right;
  padding: 5px; }

/* line 291, _collection_filter.scss */
.range_input-wrap_min {
  position: relative; }

@media (min-width: 801px) {
  /* line 296, _collection_filter.scss */
  #characteristics {
    display: block !important; } }
@media (max-width: 800px) {
  /* line 302, _collection_filter.scss */
  .filter-submit {
    background: #2C3748;
    font-size: 16px;
    padding: 6px 36px;
    height: auto;
    font-family: 'Etelka Text Pro';
    margin-top: 10px;
    color: #FCCF02;
    cursor: pointer;
    text-transform: uppercase;
    display: block; } }
/* line 316, _collection_filter.scss */
.range_input-check {
  background: #FFF;
  border: 1px solid #CCCCCC;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0; }

/* line 329, _collection_filter.scss */
.range_input--label {
  cursor: pointer;
  padding-left: 23px;
  position: relative;
  z-index: 1; }

/* line 336, _collection_filter.scss */
.range_input--label:hover {
  color: #fccf03; }

/* line 340, _collection_filter.scss */
.range_input-radio {
  display: none; }

/* line 344, _collection_filter.scss */
.range_input-radio:checked + .range_input-check {
  background-color: #fccf03;
  -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, 0.3); }

/* line 351, _collection_filter.scss */
.range_input--label {
  cursor: pointer; }

/* line 355, _collection_filter.scss */
.range_input-row {
  margin-bottom: 20px;
  position: relative; }

/* line 360, _collection_filter.scss */
.filter_section-values--drop .filter_section-value:nth-child(10) ~ .filter_section-value {
  display: none; }

/* line 364, _collection_filter.scss */
.filter_section-values--drop_active .filter_section-value:nth-child(10) ~ .filter_section-value {
  display: block; }

/* line 368, _collection_filter.scss */
.filter_section-drop_trigger {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid;
  margin-top: 15px; }

/* line 375, _collection_filter.scss */
.filter_section-value {
  margin-bottom: 2px;
  position: relative; }

/* line 379, _collection_filter.scss */
.range_input-block--click.range_input-row .filter_section-bable {
  right: calc(-100%);
  top: calc(50% - 20px); }

@media (max-width: 800px) {
  /* line 384, _collection_filter.scss */
  .range_input-block--click.range_input-row .filter_section-bable {
    display: inline-block !important;
    top: 0 !important;
    right: 0 !important; } }
/* line 390, _collection_filter.scss */
.cat-list li {
  display: block; }

/* line 394, _collection_filter.scss */
.cat-lvl2-link:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #2c3748;
  left: 0;
  top: 0.5rem;
  position: absolute; }

/* line 406, _collection_filter.scss */
.cat-lvl2-link {
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
  padding-bottom: 0.1rem;
  display: inline-block;
  border-bottom: 1px dashed transparent;
  margin-bottom: 0.3rem; }

/* line 415, _collection_filter.scss */
.cat-toggle:active {
  background: #e8bc03;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27); }

/* line 421, _collection_filter.scss */
.cat-lvl2-link:hover {
  border-bottom: 1px dashed initial; }

/* line 425, _collection_filter.scss */
.cat-toggle {
  background: #FCCF03; }

/* line 429, _collection_filter.scss */
.cat-toggle:hover {
  background: #ffda34; }

/* line 432, _collection_filter.scss */
.filter_section-toggler {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }

/* line 438, _collection_filter.scss */
#filter_section-price .fa {
  line-height: 2 !important;
  margin-right: -20px; }

/* line 442, _collection_filter.scss */
.range_input-block--current .filter_section-bable {
  top: -8px;
  display: none !important; }

/* line 447, _collection_filter.scss */
.filter_section-collapses--active .fa:before {
  content: ""; }

/* collection_sort */
/* line 2, _collection_sort.scss */
.sort_by-option {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 7, _collection_sort.scss */
.sortable_collection-list {
  padding: 5px 22px;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 99;
  border: 1px solid #ccc;
  display: none; }

/* line 19, _collection_sort.scss */
.sortable_collection-list:hover {
  cursor: pointer; }

/* line 23, _collection_sort.scss */
.sortable_collection-title {
  color: #2c3748;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #bbbfc4;
  margin-left: 20px;
  line-height: 1.5; }

/* line 32, _collection_sort.scss */
.sortable_collection-title:hover {
  cursor: pointer; }

/* line 36, _collection_sort.scss */
.sortable_collection {
  position: relative;
  display: inline-block;
  line-height: 36px;
  vertical-align: middle; }

/* line 43, _collection_sort.scss */
.sortable_collection-item {
  line-height: 1.5; }

/* line 47, _collection_sort.scss */
.sortable_collection-item:hover {
  color: #2c3748; }

/* product */
/* line 9, _product.scss */
.product-sku {
  font-size: 16px;
  margin-bottom: 50px; }
/* line 14, _product.scss */
.product-sku_field {
  font-size: 23px; }
/* line 41, _product.scss */
.product-properties tr:nth-child(odd) {
  background: #dde1e7; }
/* line 44, _product.scss */
.product-properties td {
  padding: 5px 10px; }
/* line 47, _product.scss */
.product-properties .property-title {
  width: 60%; }
/* line 50, _product.scss */
.product-properties .property-values {
  width: 40%; }
/* line 55, _product.scss */
.product-quantity {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
/* line 65, _product.scss */
.product-compare {
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block; }
/* line 71, _product.scss */
.product-fast_buy_text {
  text-transform: uppercase;
  text-align: center;
  width: 234px;
  display: inline-block;
  border: 1px solid #dde1e7;
  color: #2c3748;
  padding: 4px 0;
  line-height: 1.6;
  float: right; }
  @media (max-width: 800px) {
    /* line 71, _product.scss */
    .product-fast_buy_text {
      width: 164px;
      margin-top: 10px;
      float: left; } }
  @media (max-width: 480px) {
    /* line 71, _product.scss */
    .product-fast_buy_text {
      width: 182px;
      margin-top: 0; } }
  /* line 90, _product.scss */
  .product-fast_buy_text:hover {
    background: #fccf03;
    border-color: #fccf03; }

/* line 121, _product.scss */
.product-prices .fa {
  font-size: 30px; }
  @media (max-width: 480px) {
    /* line 121, _product.scss */
    .product-prices .fa {
      font-size: 23px; } }
/* line 127, _product.scss */
.product-prices .prices-current {
  position: relative;
  background: #ffffff;
  border: 1px solid #dfe3e9;
  font-size: 39px;
  height: 66px;
  border-left: none;
  display: inline-block;
  margin-bottom: 20px;
  width: 209px;
  line-height: 1.7;
  padding-left: 19px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: right; }
  @media (max-width: 800px) {
    /* line 127, _product.scss */
    .product-prices .prices-current {
      font-size: 30px;
      height: 50px;
      width: 160px;
      float: none;
      border-left: 1px solid #dfe3e9; } }
  @media (max-width: 480px) {
    /* line 127, _product.scss */
    .product-prices .prices-current {
      font-size: 25px;
      height: 42px;
      width: 150px; } }
/* line 155, _product.scss */
.product-prices .prices-current:after, .product-prices .prices-current:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
  @media (max-width: 800px) {
    /* line 155, _product.scss */
    .product-prices .prices-current:after, .product-prices .prices-current:before {
      display: none; } }
/* line 169, _product.scss */
.product-prices .prices-current:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 32px;
  margin-top: -32px; }
  @media (max-width: 800px) {
    /* line 169, _product.scss */
    .product-prices .prices-current:after {
      border-width: 24px;
      margin-top: -24px; } }
/* line 179, _product.scss */
.product-prices .prices-current:before {
  border-color: rgba(223, 227, 233, 0);
  border-right-color: #dfe3e9;
  border-width: 33px;
  margin-top: -33px; }
  @media (max-width: 800px) {
    /* line 179, _product.scss */
    .product-prices .prices-current:before {
      border-width: 25px;
      margin-top: -25px; } }

/* line 191, _product.scss */
.product-prices {
  margin-left: 27px; }
  @media (max-width: 800px) {
    /* line 191, _product.scss */
    .product-prices {
      margin-left: 0px; } }
  /* line 196, _product.scss */
  .product-prices .prices-old {
    position: relative;
    background: #ffffff;
    border: 1px solid #e54a23;
    font-size: 39px;
    height: 66px;
    display: inline-block;
    margin-bottom: 20px;
    width: 209px;
    line-height: 1.7;
    padding-left: 19px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #e54a23;
    text-decoration: line-through;
    border-left: none;
    float: right; }
    @media (max-width: 800px) {
      /* line 196, _product.scss */
      .product-prices .prices-old {
        font-size: 30px;
        height: 50px;
        width: 160px;
        float: none;
        border-left: 1px solid; } }
    @media (max-width: 480px) {
      /* line 196, _product.scss */
      .product-prices .prices-old {
        font-size: 25px;
        height: 42px;
        width: 150px; } }
  /* line 226, _product.scss */
  .product-prices .prices-old:after, .product-prices .prices-old:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
    @media (max-width: 800px) {
      /* line 226, _product.scss */
      .product-prices .prices-old:after, .product-prices .prices-old:before {
        display: none; } }
  /* line 240, _product.scss */
  .product-prices .prices-old:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 32px;
    margin-top: -32px; }
    @media (max-width: 800px) {
      /* line 240, _product.scss */
      .product-prices .prices-old:after {
        border-width: 24px;
        margin-top: -24px; } }
  /* line 250, _product.scss */
  .product-prices .prices-old:before {
    border-color: rgba(223, 227, 233, 0);
    border-right-color: #e54a23;
    border-width: 33px;
    margin-top: -33px; }
    @media (max-width: 800px) {
      /* line 250, _product.scss */
      .product-prices .prices-old:before {
        border-width: 25px;
        margin-top: -25px; } }

/* line 261, _product.scss */
.product-buy.button--buy {
  background: #ff4f00;
  width: 235px;
  height: 52px;
  font-size: 16px;
  color: #fff;
  vertical-align: text-top;
  margin-bottom: 18px;
  float: right;
  line-height: 46px;
  border: 3px solid #ff4f00;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  /* line 274, _product.scss */
  .product-buy.button--buy:hover {
    background: transparent;
    font-size: 16px;
    color: #1F1B20; }
  @media (max-width: 800px) {
    /* line 261, _product.scss */
    .product-buy.button--buy {
      width: 184px;
      float: left;
      margin-right: 5px; } }

/* line 285, _product.scss */
.product-buy.button--buy-yellow {
  background: #fccf03;
  border: none;
  color: #2c3748; }
  /* line 290, _product.scss */
  .product-buy.button--buy-yellow:hover {
    background: #ffda34; }

/* line 298, _product.scss */
.instruct-block {
  padding-left: 85px;
  padding-top: 30px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;
  margin-bottom: 30px; }
  /* line 306, _product.scss */
  .instruct-block span {
    display: block; }
  /* line 309, _product.scss */
  .instruct-block a {
    border-bottom: 1px solid;
    cursor: pointer;
    color: #2c3748; }

/* line 315, _product.scss */
.type_pdf {
  background-image: url(pdf.png); }

/* line 318, _product.scss */
.type_docx {
  background-image: url(PDF.png); }

/* line 321, _product.scss */
.type_jpg {
  background-image: url(jpg.png); }

/* line 324, _product.scss */
.product_block {
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 331, _product.scss */
  .product_block-image {
    width: 25%; }
  /* line 334, _product.scss */
  .product_block-info {
    width: 30%;
    padding-right: 0.5%; }
    @media (max-width: 1200px) {
      /* line 334, _product.scss */
      .product_block-info {
        width: 50%; } }
  /* line 341, _product.scss */
  .product_block-center {
    width: 23.5%;
    padding: 21px 30px 40px 30px;
    border: 1px dashed #dfe3e9; }
    @media (min-width: 1301px) {
      /* line 341, _product.scss */
      .product_block-center {
        margin-left: 1.5%; } }
    @media (max-width: 1300px) {
      /* line 341, _product.scss */
      .product_block-center {
        margin-left: 0%;
        margin-right: 1.5%; } }
    @media (max-width: 1250px) {
      /* line 341, _product.scss */
      .product_block-center {
        width: 23%;
        margin-right: 0%;
        padding: 21px 15px 40px 15px; } }
    @media (max-width: 1200px) {
      /* line 341, _product.scss */
      .product_block-center {
        display: none; } }
  /* line 361, _product.scss */
  .product_block-last {
    width: 20%;
    padding-left: 20px; }
    @media (max-width: 1250px) {
      /* line 361, _product.scss */
      .product_block-last {
        width: 22%; } }
    @media (max-width: 800px) {
      /* line 361, _product.scss */
      .product_block-last {
        padding-left: 0px; } }

/* line 372, _product.scss */
.content--product {
  padding-top: 50px; }

/* line 375, _product.scss */
.product_delivery-inner img {
  width: 34%; }

/* line 379, _product.scss */
.product_delivery-link {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 64%;
  padding-left: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #2c3748; }
  /* line 388, _product.scss */
  .product_delivery-link strong {
    text-transform: uppercase;
    border-bottom: 1px solid #abafb6; }
  /* line 392, _product.scss */
  .product_delivery-link span {
    border-bottom: 1px solid #abafb6; }

/* line 396, _product.scss */
.product_review_top-text {
  font-size: 12px; }

/* line 400, _product.scss */
.product_review_top-link {
  color: #2c3748;
  margin-top: 20px;
  display: inline-block;
  border-bottom: 1px solid #abafb6; }

/* line 407, _product.scss */
.product_delivery {
  margin-bottom: 34px; }

/* line 410, _product.scss */
.product_title-inner {
  margin-bottom: 15px; }
  /* line 412, _product.scss */
  .product_title-inner .br-widget a:before {
    content: "";
    background-image: url(reid.png);
    display: inline-block;
    width: 13px;
    height: 22px;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 1px;
    background-repeat: no-repeat; }
    /* line 425, _product.scss */
    .product_title-inner .br-widget a:before.br-selected:before, .product_title-inner .br-widget a:before.br-current:before, .product_title-inner .br-widget a:before.br-active:before {
      content: "";
      background-image: url(reid2.png) !important; }

/* line 433, _product.scss */
.product_title-name {
  font-size: 12px;
  margin-bottom: 2px; }

/* line 437, _product.scss */
.product_title-country {
  width: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }

/* line 443, _product.scss */
#description table {
  width: 100%; }

/* line 446, _product.scss */
#description td {
  padding: 5px; }

/* line 450, _product.scss */
#description tr:nth-child(odd) {
  background: #dde1e7; }

/* line 453, _product.scss */
.product-properties-hidden .product-properties tr:nth-child(odd) {
  background: transparent; }

/* line 456, _product.scss */
.product-properties-hidden .product-properties tr:nth-child(even) {
  background: #dde1e7; }

/* line 459, _product.scss */
.properties-trigger {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #abafb6;
  margin-top: 10px;
  font-size: 16px;
  padding-bottom: 1px; }

/* line 467, _product.scss */
.review-trigger_button {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #abafb6;
  margin-top: 10px;
  font-size: 16px;
  padding-bottom: 1px; }

/* line 475, _product.scss */
.title_label {
  float: right;
  width: 83px;
  background: #dee1e8;
  text-align: center;
  padding: 1px 2px;
  font-weight: normal;
  margin-left: 5px;
  font-size: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* line 488, _product.scss */
.slider--product .recently_view-content {
  padding-bottom: 60px;
  overflow: hidden; }

/* line 494, _product.scss */
#video_obzor iframe {
  width: 100%;
  height: 533px; }
  @media (max-width: 1200px) {
    /* line 494, _product.scss */
    #video_obzor iframe {
      height: 480px; } }
  @media (max-width: 1100px) {
    /* line 494, _product.scss */
    #video_obzor iframe {
      height: 420px; } }
  @media (max-width: 1000px) {
    /* line 494, _product.scss */
    #video_obzor iframe {
      height: 400px; } }
  @media (max-width: 900px) {
    /* line 494, _product.scss */
    #video_obzor iframe {
      height: 350px; } }

/* line 512, _product.scss */
.advantage-prod-wrapper {
  width: 50%;
  float: right;
  text-align: right; }
  @media (max-width: 1195px) {
    /* line 512, _product.scss */
    .advantage-prod-wrapper {
      width: 55%; } }
  @media (max-width: 1090px) {
    /* line 512, _product.scss */
    .advantage-prod-wrapper {
      width: 70%; } }
  @media (max-width: 900px) {
    /* line 512, _product.scss */
    .advantage-prod-wrapper {
      width: 100%; } }
  /* line 530, _product.scss */
  .advantage-prod-wrapper > div {
    display: inline-block;
    margin-left: 21px;
    vertical-align: middle;
    text-align: left; }
    /* line 535, _product.scss */
    .advantage-prod-wrapper > div > div {
      display: inline-block;
      vertical-align: middle; }
  /* line 540, _product.scss */
  .advantage-prod-wrapper .advantage-prod-text {
    display: block;
    margin-top: 20px;
    font-size: 9px;
    overflow: hidden;
    text-align: left;
    float: right;
    width: 83%; }
    @media (max-width: 900px) {
      /* line 540, _product.scss */
      .advantage-prod-wrapper .advantage-prod-text {
        width: 100%;
        float: none; } }
  /* line 555, _product.scss */
  .advantage-prod-wrapper .advantage-prod-item-img {
    margin-right: 10px; }
  /* line 561, _product.scss */
  .advantage-prod-wrapper .advantage-prod-item-text a {
    border-bottom: 1px dashed #b7c1d1;
    display: inline-block;
    color: #2C3748; }
    /* line 566, _product.scss */
    .advantage-prod-wrapper .advantage-prod-item-text a:hover {
      border-color: #2c3748; }
  @media (max-width: 1024px) {
    /* line 512, _product.scss */
    .advantage-prod-wrapper {
      text-align: center;
      margin-top: 20px; } }
  @media (max-width: 600px) {
    /* line 582, _product.scss */
    .advantage-prod-wrapper > div {
      width: 32%;
      margin: 0 5px; }
    /* line 589, _product.scss */
    .advantage-prod-wrapper .advantage-prod-item-text a {
      font-size: 12px; }
    /* line 596, _product.scss */
    .advantage-prod-wrapper .advantage-prod-item-img {
      width: 20%; } }
  @media (max-width: 480px) {
    /* line 604, _product.scss */
    .advantage-prod-wrapper > div {
      width: 31%;
      margin: 0 2px;
      text-align: center; }
    /* line 610, _product.scss */
    .advantage-prod-wrapper .advantage-prod-item-img {
      width: 15%;
      margin-right: 2px; } }

@media (max-width: 1320px) {
  /* line 620, _product.scss */
  .body_product .section--breadcrumbs {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media (max-width: 800px) {
  /* line 628, _product.scss */
  .margin-fix {
    margin-top: 20px !important; }

  /* line 631, _product.scss */
  .credit-link {
    text-align: center !important;
    margin-top: 0 !important; } }
/* modification selector */
/* line 1, _product_gallery.scss */
.gallery-preview_list {
  padding: 0 15px; }

/* product_preview */
/* line 3, _product_preview.scss */
.product_preview {
  position: relative;
  height: 0;
  width: 100%;
  border: 1px solid #e5ecf5;
  padding-bottom: 100%;
  margin-bottom: 1px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  @media (max-width: 1320px) {
    /* line 3, _product_preview.scss */
    .product_preview {
      margin-bottom: 1px;
      padding-bottom: 120%; } }
  @media (max-width: 900px) {
    /* line 3, _product_preview.scss */
    .product_preview {
      padding-bottom: 130%; } }
  @media (max-width: 768px) {
    /* line 3, _product_preview.scss */
    .product_preview {
      padding-bottom: 110%; } }
  @media (max-width: 720px) {
    /* line 3, _product_preview.scss */
    .product_preview {
      padding-bottom: 120%; } }
  @media (max-width: 640px) {
    /* line 3, _product_preview.scss */
    .product_preview {
      padding-bottom: 110%; } }
  @media (max-width: 480px) {
    /* line 3, _product_preview.scss */
    .product_preview {
      padding-bottom: 100%; } }
  @media (max-width: 1320px) {
    /* line 30, _product_preview.scss */
    .product_preview-preview {
      padding-top: 5px; } }
  @media (max-width: 800px) {
    /* line 35, _product_preview.scss */
    .product_preview--catalog {
      border: 1px solid #e7e7e7;
      overflow: hidden;
      padding: 0.5rem; } }
  @media (max-width: 480px) {
    /* line 35, _product_preview.scss */
    .product_preview--catalog {
      border: none;
      padding: 0rem; } }
  /* line 46, _product_preview.scss */
  .product_preview-marker {
    background: #55b449;
    position: absolute;
    z-index: 9;
    padding: 1px 5px;
    left: 15px;
    bottom: 0;
    color: #fff;
    font-size: 12px; }
    /* line 55, _product_preview.scss */
    .product_preview-marker--supertsena {
      background: #55b449; }
    /* line 58, _product_preview.scss */
    .product_preview-marker--aktsiya {
      background: #fca303; }
    /* line 61, _product_preview.scss */
    .product_preview-marker--rekomenduem {
      background: #b349b4; }
  /* line 69, _product_preview.scss */
  .product_preview-link {
    color: #2c3748;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
  /* line 76, _product_preview.scss */
  .product_preview-property_link {
    color: #444242; }
  /* line 80, _product_preview.scss */
  .product_preview-title {
    line-height: 1.1;
    padding: 1px 10px 1px 15px; }
    /* line 83, _product_preview.scss */
    .product_preview-title .product_preview-link {
      font-size: 14px;
      text-align: left;
      height: 35px;
      overflow: hidden; }
    @media (max-width: 1320px) {
      /* line 80, _product_preview.scss */
      .product_preview-title {
        padding: 10px 10px 5px 15px; } }
  /* line 97, _product_preview.scss */
  .product_preview-prices {
    padding: 10px 10px 5px 15px;
    line-height: 1.1; }
    @media (max-width: 800px) {
      /* line 97, _product_preview.scss */
      .product_preview-prices {
        padding: 4px 15px 5px 15px; } }
    /* line 103, _product_preview.scss */
    .product_preview-prices .prices-old {
      color: #e54a23;
      font-size: 17px;
      text-decoration: line-through; }
    /* line 108, _product_preview.scss */
    .product_preview-prices .prices-current {
      color: #2c3748;
      font-size: 20px;
      font-weight: bold;
      display: block; }
  /* line 119, _product_preview.scss */
  .product_preview:hover {
    border-color: #fccf03; }
    /* line 121, _product_preview.scss */
    .product_preview:hover .product_preview-link {
      color: #fccf03; }

/* line 127, _product_preview.scss */
.recently_view-content .product_preview--item {
  width: 20%;
  float: left;
  background: #fff; }

/* line 134, _product_preview.scss */
.cart_item .image-square, .article_preview-preview .image-square, .product_preview-preview .image-square {
  padding-bottom: 50%; }

/* line 138, _product_preview.scss */
.product_preview--catalog .product_preview-button {
  background: #fccf03;
  font-size: 16px;
  padding: 6px 36px;
  height: auto;
  font-family: 'Etelka Text Pro'; }
  /* line 144, _product_preview.scss */
  .product_preview--catalog .product_preview-button:hover {
    background: #ffda34; }

@media (min-width: 801px) and (max-width: 1100px) {
  /* line 151, _product_preview.scss */
  .catalog_preview-buy .catalog_preview-tbl {
    height: 100px; } }

@media (min-width: 801px) and (max-width: 1100px) {
  /* line 158, _product_preview.scss */
  .catalog_preview-price .catalog_preview-tbl {
    height: 100px; }
  /* line 161, _product_preview.scss */
  .catalog_preview-price .catalog_preview-table_cell > div {
    float: right; } }

@media (max-width: 800px) {
  /* line 170, _product_preview.scss */
  .catalog_preview-price .product_preview-prices {
    padding: 4px 0px 5px 0px; } }
/* line 175, _product_preview.scss */
.catalog_preview-buy {
  padding-right: 25px; }
  @media (max-width: 1200px) {
    /* line 175, _product_preview.scss */
    .catalog_preview-buy {
      padding-right: 0px; } }
/* line 181, _product_preview.scss */
.catalog_preview-sku {
  position: relative;
  margin-top: 20px;
  font-weight: 600; }
/* line 186, _product_preview.scss */
.catalog_preview-marker {
  position: relative;
  z-index: 1;
  padding: 1px 5px;
  color: #fff;
  font-size: 12px;
  background: #55b449; }
/* line 194, _product_preview.scss */
.catalog_preview-link {
  color: #333a49;
  font-size: 20px; }
/* line 198, _product_preview.scss */
.catalog_preview-table {
  max-height: 100px;
  overflow: hidden; }
  /* line 201, _product_preview.scss */
  .catalog_preview-table table {
    width: 380px; }
    @media (max-width: 1200px) {
      /* line 201, _product_preview.scss */
      .catalog_preview-table table {
        width: 100%; } }
  /* line 207, _product_preview.scss */
  .catalog_preview-table tr {
    font-size: 14px; }
    /* line 209, _product_preview.scss */
    .catalog_preview-table tr:not(:last-child) {
      border-bottom: 1px solid #e6ebf4; }
  /* line 213, _product_preview.scss */
  .catalog_preview-table td {
    padding: 2px 0; }
    /* line 215, _product_preview.scss */
    .catalog_preview-table td:first-child {
      width: 76%; }
/* line 220, _product_preview.scss */
.catalog_preview-tbl {
  display: table;
  width: 100%;
  height: 200px; }
  @media (max-width: 800px) {
    /* line 220, _product_preview.scss */
    .catalog_preview-tbl {
      height: 100px; } }
/* line 228, _product_preview.scss */
.catalog_preview-table_cell {
  display: table-cell;
  vertical-align: middle; }
/* line 232, _product_preview.scss */
.catalog_preview-center {
  padding-top: 0.5rem; }
/* line 235, _product_preview.scss */
.catalog_preview-title {
  line-height: 1.3;
  margin-bottom: 10px;
  min-height: 40px; }

/* line 241, _product_preview.scss */
.product_preview-property_link {
  color: #2c3748;
  font-size: 12px; }

/* line 246, _product_preview.scss */
.product_preview_catalog-item .product_preview-prices .prices-current {
  font-size: 26px;
  letter-spacing: -1px; }
/* line 250, _product_preview.scss */
.product_preview_catalog-item .image-wrapper {
  display: table;
  width: 100%;
  height: 200px; }
/* line 255, _product_preview.scss */
.product_preview_catalog-item .product_preview-image {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
  text-align: center; }
/* line 261, _product_preview.scss */
.product_preview_catalog-item img {
  max-height: 160px; }
/* line 264, _product_preview.scss */
.product_preview_catalog-item .product_preview-prices .prices-old {
  font-size: 20px; }

/* cart */
/* line 2, _cart.scss */
.cart-title {
  font-weight: normal;
  margin-bottom: 19px; }

/* line 7, _cart.scss */
.cart-right {
  padding-right: 0.5rem;
  padding-left: 5.5%; }

@media (min-width: 1101px) {
  /* line 13, _cart.scss */
  .cart-right {
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%; } }
@media (min-width: 1101px) {
  /* line 25, _cart.scss */
  .cart-left {
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 68%; } }
/* line 36, _cart.scss */
.cart-empty_active {
  display: block; }

/* line 40, _cart.scss */
.cart_item {
  display: table;
  height: 170px;
  width: 100%;
  border: 1px dashed #e2e5ea;
  font-size: 16px;
  margin-bottom: 15px; }

@media (max-width: 480px) {
  /* line 50, _cart.scss */
  .cart_item {
    padding: 0.5rem; } }
/* line 55, _cart.scss */
.cart_item > div {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media (max-width: 480px) {
  /* line 62, _cart.scss */
  .cart_item > div {
    display: inline-block; } }
/* line 67, _cart.scss */
.cart_item-image {
  width: 22.5%; }

@media (max-width: 480px) {
  /* line 72, _cart.scss */
  .cart_item-image {
    width: 100%; } }
/* line 77, _cart.scss */
.cart_item-link {
  color: #2c3748;
  font-size: 16px;
  text-decoration: underline; }

/* line 83, _cart.scss */
.cart_item-title {
  width: 23%; }

@media (max-width: 800px) {
  /* line 88, _cart.scss */
  .cart_item-title {
    width: 42%; } }
@media (max-width: 480px) {
  /* line 94, _cart.scss */
  .cart_item-title {
    width: 50%; } }
@media (max-width: 400px) {
  /* line 100, _cart.scss */
  .cart_item-title {
    width: 100%;
    margin-bottom: 10px; } }
/* line 106, _cart.scss */
.cart_item-prices {
  width: 18.5%; }

@media (max-width: 400px) {
  /* line 111, _cart.scss */
  .cart_item-prices {
    margin-left: 20%; } }
@media (max-width: 375px) {
  /* line 117, _cart.scss */
  .cart_item-prices {
    margin-left: 10%;
    width: 25%; } }
/* line 123, _cart.scss */
.cart_item-delete {
  width: 11%;
  text-align: center; }

@media (max-width: 480px) {
  /* line 129, _cart.scss */
  .cart_item-delete {
    width: 15%; } }
@media (max-width: 375px) {
  /* line 135, _cart.scss */
  .cart_item-delete {
    width: 18%; } }
/* line 140, _cart.scss */
.cart_item-quantity {
  width: 7%; }

@media (max-width: 480px) {
  /* line 145, _cart.scss */
  .cart_item-quantity {
    width: 15%; } }
@media (max-width: 400px) {
  /* line 151, _cart.scss */
  .cart_item-quantity {
    width: 19%; } }
@media (min-width: 800px) {
  /* line 157, _cart.scss */
  .cart_item-wrapper {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle; } }
/* line 164, _cart.scss */
.discounts-input .input-label {
  line-height: 30px; }

/* line 168, _cart.scss */
.discounts-field {
  border-color: #959ba3 !important; }

/* line 172, _cart.scss */
.discounts-submit {
  background: #fccf03;
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 11px 0px; }

/* line 180, _cart.scss */
.discounts-kupon {
  padding-bottom: 20px; }

/* line 184, _cart.scss */
.cart_total-price {
  font-size: 36px;
  margin-bottom: 30px; }

/* line 189, _cart.scss */
.cart_total-price + .fa {
  font-size: 33px; }

/* line 193, _cart.scss */
.button--checkout {
  background: #fccf03;
  width: 100%;
  font-size: 16px;
  height: auto;
  padding: 11px 0px;
  margin-bottom: 20px;
  border: 3px solid #fccf03;
  box-sizing: border-box;
  line-height: 22px;
  -webkit-box-sizing: border-box; }

/* line 206, _cart.scss */
.button--checkout:hover {
  background: transparent; }

@media (max-width: 800px) and (min-width: 481px) {
  /* line 211, _cart.scss */
  .button--checkout {
    width: 50%; } }
/* line 216, _cart.scss */
.cart_info-block {
  margin-bottom: 28px; }

/* line 220, _cart.scss */
.cart_info-img {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
  padding-right: 5%;
  text-align: center; }

/* line 228, _cart.scss */
.cart_info-link {
  display: inline-block;
  vertical-align: middle;
  width: 70%; }

/* line 234, _cart.scss */
.cart_info-link a {
  font-size: 18px;
  display: inline-block;
  vertical-align: text-top;
  border-bottom: 1px solid #dde1e7;
  padding-bottom: 1px;
  color: #2c3848; }

/* line 243, _cart.scss */
.cart_info-link a:hover {
  border-color: #2c3748; }

/* line 247, _cart.scss */
.cart_info--gear img {
  width: 45px; }

/* line 251, _cart.scss */
.content--cart {
  min-height: 300px;
  padding-top: 44px; }

/* line 256, _cart.scss */
.cart_name {
  margin-bottom: 10px; }

/* line 260, _cart.scss */
.cart_name-price {
  padding-right: 2%; }

/* line 264, _cart.scss */
.cart_item-delete_button {
  width: 40px;
  background: url(cart_del.png);
  background-size: cover;
  background-repeat: no-repeat; }

/* line 271, _cart.scss */
.cart_item-delete_button:hover {
  background: url(delete_hover.png);
  background-size: cover;
  background-repeat: no-repeat; }

/* cart_widget */
/* line 2, _cart_widget.scss */
.cart_widget:hover .cart_widget-icon:after {
  position: absolute;
  background: #FCCF03;
  top: 0px;
  left: -10px;
  width: 33%;
  height: 100%;
  content: ''; }

@media (max-width: 1000px) and (min-width: 801px) {
  /* line 13, _cart_widget.scss */
  .cart_widget:hover .cart_widget-icon:after {
    width: 45%; } }
@media (max-width: 1000px) {
  /* line 19, _cart_widget.scss */
  .cart_widget:hover .cart_widget-icon:after {
    display: none; } }
@media (min-width: 1001px) {
  /* line 25, _cart_widget.scss */
  .cart_widget:hover .cart_widget-market_hover {
    display: inline-block !important; }

  /* line 29, _cart_widget.scss */
  .cart_widget:hover .cart_widget-market {
    display: none !important; }

  /* line 33, _cart_widget.scss */
  .cart_widget:hover .cart_widget-items_count {
    opacity: 0; } }
/* line 38, _cart_widget.scss */
.cart_widget-icon {
  margin-right: 5px; }

/* line 42, _cart_widget.scss */
.cart_widget-icon img {
  height: 20px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 999; }

/* line 52, _cart_widget.scss */
.cart_widget-market_hover {
  display: none !important; }

/* line 56, _cart_widget.scss */
.cart_widget-link {
  line-height: 40px; }

/* line 60, _cart_widget.scss */
.cart_widget-link > * {
  line-height: initial; }

/* line 64, _cart_widget.scss */
.cart_widget-title {
  color: #fff;
  font-size: 11px; }

/* line 69, _cart_widget.scss */
.cart_widget .fa-rub {
  color: #FCCF03;
  vertical-align: middle; }

/* line 74, _cart_widget.scss */
.cart_widget-items_count {
  background: #FCCF03;
  color: #2c3748;
  padding: 0 5px;
  font-size: 11px;
  margin-right: 23px; }

/* line 82, _cart_widget.scss */
.cart_widget-items_price {
  background: none;
  color: #fff;
  font-size: 13px;
  width: 20%;
  display: inline-block;
  text-align: right;
  padding: 0px 0; }

/* line 92, _cart_widget.scss */
.cart_widget-dropdown {
  background-color: #fff;
  width: calc(100% + 10px);
  color: #091424;
  padding: 0.5rem 0.5rem 1.3rem 1.3rem;
  -webkit-box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.1); }

@media (max-width: 1000px) {
  /* line 103, _cart_widget.scss */
  .cart_widget-dropdown {
    display: none !important; } }
/* line 108, _cart_widget.scss */
.cart_widget-issue {
  background: #FCCF03;
  color: #2c3748;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  width: 125px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Etelka Text Pro';
  float: right;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms; }

@media (max-width: 1320px) {
  /* line 128, _cart_widget.scss */
  .cart_widget-issue {
    width: 120px; } }
/* line 133, _cart_widget.scss */
.cart_widget-issue:hover {
  background: #ffda34; }

/* line 137, _cart_widget.scss */
.basket_list-header {
  padding-top: 3px; }

/* line 141, _cart_widget.scss */
.basket_list-title {
  font-size: 19px;
  margin-bottom: 1rem;
  display: block; }

/* line 147, _cart_widget.scss */
.basket_list-total {
  margin-top: 1.5rem;
  font-size: 16px; }

/* line 152, _cart_widget.scss */
.basket_list-total .prices-current {
  display: inline-block;
  vertical-align: middle;
  width: 49%; }

/* line 158, _cart_widget.scss */
.basket_list-total .fa {
  color: #2c3748;
  vertical-align: middle; }

/* line 163, _cart_widget.scss */
.basket_list-submit {
  display: inline-block;
  vertical-align: middle;
  width: 36%;
  background: transparent;
  color: #2c3748;
  margin-left: 13%;
  border: 3px solid #FCCF03;
  line-height: 25px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms; }

/* line 178, _cart_widget.scss */
.basket_list-submit:hover {
  background: #FCCF03; }

/* line 182, _cart_widget.scss */
.basket_item {
  margin-bottom: 1.5rem; }

/* line 186, _cart_widget.scss */
.basket_item-image {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  padding-right: 1%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* line 195, _cart_widget.scss */
.basket_item-details {
  display: inline-block;
  vertical-align: middle;
  width: 36%; }

/* line 201, _cart_widget.scss */
.basket_item-title {
  width: 51%;
  display: inline-block;
  vertical-align: middle;
  color: #2c3748;
  font-size: 12px; }

/* line 209, _cart_widget.scss */
.basket_item-delete {
  color: #FCCF03; }

/* line 213, _cart_widget.scss */
.basket_item-count {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  text-align: left; }

/* line 220, _cart_widget.scss */
.basket_item-right_inner {
  display: inline-block;
  vertical-align: middle;
  width: 56%; }

/* line 226, _cart_widget.scss */
.basket_item-right_inner .fa {
  color: #2c3748;
  vertical-align: middle; }

/* search */
/* line 12, _search.scss */
.search-title {
  margin: 1rem 0; }

@media (max-width: 1320px) {
  /* line 16, _search.scss */
  .content--search {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media (max-width: 1320px) {
  /* line 24, _search.scss */
  .body_search .section--breadcrumbs {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

/* line 31, _search.scss */
.search_widget.search_widget--search input {
  border: 1px solid #e5ecf6;
  font-size: 16px;
  padding: 5px; }
/* line 37, _search.scss */
.search_widget.search_widget--search .search_widget-submit.button {
  background: #FCCF03;
  right: 7px;
  top: 9px;
  padding: 2px 15px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  height: auto; }
  /* line 47, _search.scss */
  .search_widget.search_widget--search .search_widget-submit.button:hover {
    background: #ffda34; }
  /* line 50, _search.scss */
  .search_widget.search_widget--search .search_widget-submit.button:active {
    background: #e8bc03;
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27); }

@media (max-width: 1200px) and (min-width: 1101px) {
  /* line 59, _search.scss */
  .search-products_list > div > .product_preview {
    padding-bottom: 115%; } }

/* search module */
/* line 7, _search_widget.scss */
.search_widget--header {
  height: 30px;
  line-height: 30px; }
  /* line 10, _search_widget.scss */
  .search_widget--header input {
    background: #2c3748;
    border: none;
    color: #fff; }
/* line 25, _search_widget.scss */
.search_widget--inner {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #959ba3; }
  @media (max-width: 480px) {
    /* line 25, _search_widget.scss */
    .search_widget--inner {
      margin-top: 15px; } }
  /* line 36, _search_widget.scss */
  .search_widget--inner .search_widget-field {
    width: calc(100% - 80px);
    border-color: #959ba3;
    padding: 9px 0px 9px 50px;
    background-image: url(loop.svg);
    background-repeat: no-repeat;
    background-position: 17px 50%;
    background-size: 18px;
    font-size: 18px;
    text-transform: uppercase; }
  /* line 47, _search_widget.scss */
  .search_widget--inner .search_widget-submit {
    background: #FCCF03;
    position: relative;
    right: 5px;
    top: 0;
    padding: 0 15px;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    /* line 57, _search_widget.scss */
    .search_widget--inner .search_widget-submit:hover {
      background: #ffda34; }
    /* line 60, _search_widget.scss */
    .search_widget--inner .search_widget-submit:active {
      background: #e8bc03;
      -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
      -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27);
      box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.27); }

/* line 69, _search_widget.scss */
.ajax_search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
  padding: 10px !important;
  border: 1px solid #959ba3; }
/* line 86, _search_widget.scss */
.ajax_search-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 10px;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    /* line 86, _search_widget.scss */
    .ajax_search-item {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media (max-width: 768px) {
    /* line 86, _search_widget.scss */
    .ajax_search-item {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media (max-width: 640px) {
    /* line 86, _search_widget.scss */
    .ajax_search-item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
  @media (max-width: 480px) {
    /* line 86, _search_widget.scss */
    .ajax_search-item {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media (max-width: 320px) {
    /* line 86, _search_widget.scss */
    .ajax_search-item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }
/* line 120, _search_widget.scss */
.ajax_search-link {
  display: block;
  color: initial;
  border: 1px solid #e5ecf5;
  padding: 20px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  text-decoration: none !important; }
  /* line 133, _search_widget.scss */
  .ajax_search-link:hover {
    color: #fccf03;
    border-color: #fccf03; }
/* line 141, _search_widget.scss */
.ajax_search-prices.prices-current {
  color: #2c3748 !important;
  font-size: 16px;
  font-weight: bold; }
/* line 148, _search_widget.scss */
.ajax_search-iamge {
  text-align: center; }
/* line 152, _search_widget.scss */
.ajax_search-title {
  text-decoration: underline;
  margin: 10px 0; }
/* line 157, _search_widget.scss */
.ajax_search-marked {
  font-weight: bold; }

/* line 1, _compare.scss */
.compare-trigger .compare-add {
  display: block;
  line-height: inherit; }

/* line 6, _compare.scss */
.compare-trigger .compare-added {
  display: none;
  line-height: inherit; }

/* line 11, _compare.scss */
.compare-trigger--added .compare-add {
  display: none; }

/* line 15, _compare.scss */
.compare-trigger--added .compare-added {
  display: block; }

/* line 19, _compare.scss */
.compare_row-title {
  max-width: 200px;
  min-width: 200px;
  padding: 0.5rem; }

/* line 25, _compare.scss */
.compare_row-item {
  min-width: 240px;
  max-width: 240px;
  padding: 0.5rem; }

/* line 31, _compare.scss */
.compare_row-item--title {
  position: relative; }

/* line 35, _compare.scss */
.compare_row-item--footer {
  position: relative; }

/* line 39, _compare.scss */
.compare_row-item_title {
  margin: -0.5rem -0.5rem 0.5rem;
  padding: 0.5rem;
  background-color: #cccccc; }

/* line 45, _compare.scss */
.compare_row--header .compare_row-item, .compare_row--header .compare_row-title {
  border-bottom: 2px solid #959ba3; }

/* line 49, _compare.scss */
.compare_row--header .compare_row-item {
  text-align: center; }

/* line 53, _compare.scss */
.compare_row--header .compare_row-title {
  vertical-align: bottom; }

/* line 57, _compare.scss */
.compare_row--body:nth-child(even) {
  background-color: #e6e6e6; }

/* line 61, _compare.scss */
.compare_row--body .compare_row-item, .compare_row--body .compare_row-title {
  border-bottom: 1px solid #959ba3; }

/* line 65, _compare.scss */
.compare_row--footer {
  border-width: 0; }

/* line 69, _compare.scss */
.compare_row--footer .compare_row-item {
  text-align: center;
  padding: 1em; }

/* blog */
/* line 2, _blog.scss */
.blog {
  padding: 0 0 1rem 0; }

/* line 6, _blog.scss */
.blog-title {
  margin: 1rem 0; }

/* line 10, _blog.scss */
.content--blog {
  padding: 2rem .5rem; }

@media (max-width: 1320px) {
  /* line 15, _blog.scss */
  .body_blog .breadcrumbs {
    padding: 0 .5rem; } }
/* article */
/* line 2, _article.scss */
.article-image {
  margin: 0 0.5rem 0.5rem 0; }

/* line 6, _article.scss */
.article_block-left {
  display: inline-block;
  vertical-align: top;
  width: 23%; }

@media (max-width: 767px) {
  /* line 13, _article.scss */
  .article_block-left {
    display: none; } }
/* line 18, _article.scss */
.article_block-right {
  display: inline-block;
  vertical-align: top;
  width: 74%; }

@media (max-width: 767px) {
  /* line 25, _article.scss */
  .article_block-right {
    width: 100%; } }
/* line 30, _article.scss */
.article.row {
  margin: 55px 0; }

@media (max-width: 767px) {
  /* line 35, _article.scss */
  .article.row {
    margin: 25px 0; } }
/* line 40, _article.scss */
.article_block-item a {
  color: #2c3748;
  font-size: 16px;
  border-bottom: 1px dashed #2c3748;
  position: relative; }

/* line 47, _article.scss */
.article_block-item a:hover {
  border-color: #ffffff; }

/* line 51, _article.scss */
.article_block-item {
  margin-bottom: 59px;
  padding-right: 44%;
  position: relative;
  display: inline-block; }

/* line 58, _article.scss */
.article_block-item--currents:after {
  content: '';
  position: absolute;
  right: 20%;
  top: 0;
  width: 11px;
  height: 40px;
  background-image: url(page_nav.png);
  background-repeat: no-repeat;
  background-size: 100%; }

/* line 70, _article.scss */
.article_block-currents {
  border-bottom: none !important; }

/* line 74, _article.scss */
.article_block-content {
  font-size: 16px; }

/* line 78, _article.scss */
.article-content p {
  margin-bottom: 25px; }

/* article preview */
/* line 2, _article_preview.scss */
.article_preview-image_wrapper {
  padding-right: 5%; }

/* line 6, _article_preview.scss */
.article_preview-title {
  margin: 1rem 0 0 0; }

@media (max-width: 1100px) {
  /* line 11, _article_preview.scss */
  .article_preview-title {
    font-size: 14px; } }
/* line 16, _article_preview.scss */
.article_preview-title a {
  color: #2c3748; }

/* line 20, _article_preview.scss */
.article_preview-read_more {
  background: #FCCF03;
  right: 7px;
  top: 9px;
  padding: 0 15px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: #2c3748; }

/* line 32, _article_preview.scss */
.article_preview-note.article-note {
  font-size: 12px; }

/* page */
/* line 4, _page.scss */
.page-content {
  min-height: 200px; }
/* line 7, _page.scss */
.page .page-content {
  padding: 1.5rem 0; }

/* line 11, _page.scss */
.page-title {
  margin: 1rem 0; }

@media (max-width: 1320px) {
  /* line 14, _page.scss */
  .content--page {
    padding: 0 .5rem; } }

@media (max-width: 1320px) {
  /* line 21, _page.scss */
  .body_page .breadcrumbs {
    padding: 0 .5rem; } }

/* line 27, _page.scss */
.credit-link {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px; }

/* line 33, _page.scss */
.credit-link a {
  font-size: 12px;
  color: #888;
  text-decoration: underline; }

/* line 39, _page.scss */
.credit-link a:hover {
  color: #000; }

@media (max-width: 480px) {
  /* line 44, _page.scss */
  .credit-link {
    text-align: left; } }
/* 404 */
/* footer */
@media (min-width: 801px) {
  /* line 3, _footer.scss */
  .body_index footer {
    /*margin-top: 35px;*/ } }
/* line 8, _footer.scss */
footer {
  background: #2c3848;
  color: #fff;
  position: relative;
  padding-top: 48px;
  z-index: 0;
  padding-bottom: 48px; }

@media (max-width: 800px) {
  /* line 18, _footer.scss */
  footer {
    margin-top: 20px;
    padding-top: 35px; } }
@media (max-width: 1320px) {
  /* line 25, _footer.scss */
  .footer_first {
    padding-left: .5rem;
    padding-right: .5rem; } }
/* line 31, _footer.scss */
.footer_last {
  background: #2c3848;
  position: relative;
  height: 0; }

/* line 37, _footer.scss */
.footer_last span {
  opacity: 0.26;
  font-size: 10px;
  text-decoration: underline;
  top: -27px;
  margin-right: 20px;
  position: relative; }

@media (max-width: 1300px) {
  /* line 47, _footer.scss */
  .footer_last span {
    top: -10px; } }
@media (max-width: 640px) {
  /* line 53, _footer.scss */
  .footer_last span {
    top: 0px;
    margin-right: 0px; } }
/* line 59, _footer.scss */
.footer_contact-phone {
  color: #fff;
  display: block; }

/* line 64, _footer.scss */
.footer_contact-phone strong {
  font-weight: normal;
  color: #fccf03; }

/* line 69, _footer.scss */
.footer_contact-gold {
  color: #fccf03; }

/* line 73, _footer.scss */
.footer_contact-logo {
  width: 60%;
  display: inline-block;
  margin-bottom: 15px; }

/* line 79, _footer.scss */
.footer_contact-inner {
  padding-top: 13px; }

@media (min-width: 641px) {
  /* line 84, _footer.scss */
  .footer_contact-inner {
    border-right: 1px solid #465F80; } }
/* line 90, _footer.scss */
.footer_fact {
  padding-top: 19px; }

/* line 94, _footer.scss */
.footer_fact-item {
  height: 100%;
  overflow: hidden;
  padding: 20px 30px; }

/* line 100, _footer.scss */
.footer_fact-slider {
  padding: 0 35px;
  position: relative; }

/* line 105, _footer.scss */
.footer_fact-img_wrap {
  padding-bottom: 140%;
  width: 78%; }

/* line 110, _footer.scss */
.footer_fact-right {
  padding-left: 5%; }

/* line 114, _footer.scss */
.footer_fact-name {
  color: #fccf03;
  font-size: 17px;
  margin-bottom: 17px; }

/* line 120, _footer.scss */
.footer_fact-text {
  line-height: 1.2; }

/* line 124, _footer.scss */
.footer_menu {
  padding-top: 19px; }

/* line 128, _footer.scss */
.footer_menu-block {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px; }

@media (max-width: 1100px) {
  /* line 136, _footer.scss */
  .footer_menu-block {
    padding-left: 9%; } }
@media (max-width: 880px) {
  /* line 142, _footer.scss */
  .footer_menu-block {
    padding-left: 6%; } }
@media (max-width: 640px) {
  /* line 148, _footer.scss */
  .footer_menu-block {
    padding-left: 0%; } }
/* line 153, _footer.scss */
.footer_menu-name {
  color: #fccf03;
  margin-bottom: 5px; }

/* line 158, _footer.scss */
.footer_menu-link {
  color: #fff;
  border-bottom: 1px dashed solid;
  padding-bottom: 5px; }

/* line 164, _footer.scss */
.footer_menu-link:hover {
  border-bottom: 1px dashed #fff; }

/* line 168, _footer.scss */
.footer_menu-list {
  padding: 0;
  list-style: none;
  margin: 0; }

/* line 174, _footer.scss */
.footer_menu-item {
  font-size: 12px;
  margin-bottom: 15px; }

/* line 179, _footer.scss */
.section--prefooter {
  position: relative;
  z-index: 1; }

/* line 184, _footer.scss */
.footer_pay {
  text-align: justify; }

@media (max-width: 640px) {
  /* line 188, _footer.scss */
  .footer_pay {
    max-width: 220px;
    margin: auto; } }
/* line 194, _footer.scss */
.footer_pay:before {
  content: '';
  display: block;
  width: 100%;
  height: 0; }

/* line 201, _footer.scss */
.footer_pay:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block; }

/* line 211, _footer.scss */
.footer_pay > span {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin-left: 0px;
  margin-right: -5px;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

/* line 229, _footer.scss */
.footer_pay .footer_pay-master {
  background-image: url(visa.png);
  width: 80px; }
  /* line 232, _footer.scss */
  .footer_pay .footer_pay-master:hover {
    background-image: url(visa_hover.png); }
/* line 237, _footer.scss */
.footer_pay .footer_pay-visa {
  background-image: url(mastercard.png);
  width: 80px; }
  /* line 240, _footer.scss */
  .footer_pay .footer_pay-visa:hover {
    background-image: url(mastercard_hover.png); }
/* line 246, _footer.scss */
.footer_pay .footer_pay-yandex {
  background-image: url(mir.png);
  width: 80px; }
  /* line 249, _footer.scss */
  .footer_pay .footer_pay-yandex:hover {
    background-image: url(mir_hover.png); }
/* line 253, _footer.scss */
.footer_pay .app-icon {
  display: inline-block; }
/* line 258, _footer.scss */
.footer_pay .app-icon img {
  max-height: 40px; }

/* избранное */
/* line 2, _favorites.scss */
.favorite-trigger .favorite-add {
  display: block; }

/* line 6, _favorites.scss */
.favorite-trigger .favorite-remove {
  display: none; }

/* line 10, _favorites.scss */
.favorite-trigger--added .favorite-add {
  display: none; }

/* line 14, _favorites.scss */
.favorite-trigger--added .favorite-remove {
  display: block; }

/* socials groups */
/* line 3, _social_groups.scss */
.social_groups-link {
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

/* line 19, _social_groups.scss */
.social_groups-link:last-child {
  margin-right: 0; }

/* line 22, _social_groups.scss */
.social_groups {
  margin: 1rem 0; }

/* line 25, _social_groups.scss */
.social_groups a {
  background-position: 50%; }

@media (max-width: 640px) {
  /* line 29, _social_groups.scss */
  .social_groups {
    text-align: center; } }
/* line 34, _social_groups.scss */
.social_groups-link--vk {
  opacity: 0.8;
  background-image: url(social_group-vk-image_hover.png); }

/* line 38, _social_groups.scss */
.social_groups-link--vk:hover {
  opacity: 1; }

/* line 41, _social_groups.scss */
.social_groups-link--facebook {
  opacity: 0.8;
  background-image: url(social_group-facebook-image_hover.png); }

/* line 45, _social_groups.scss */
.social_groups-link--facebook:hover {
  opacity: 1; }

/* line 49, _social_groups.scss */
.social_groups-link--youtube {
  opacity: 0.8;
  background-image: url(social_group-youtube-image_hover.png); }

/* line 53, _social_groups.scss */
.social_groups-link--youtube:hover {
  opacity: 1; }

/* payments */
/* line 3, _top.scss */
.top-inner > div {
  line-height: 40px; }
  /* line 5, _top.scss */
  .top-inner > div > * {
    line-height: initial; }

/* line 12, _top.scss */
.section--top {
  background: #091424;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999; }
  /* line 20, _top.scss */
  .section--top + header {
    margin-top: 40px; }

/* line 24, _top.scss */
.top_location {
  width: 13%;
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 800px) {
    /* line 24, _top.scss */
    .top_location {
      width: 17%; } }
  @media (max-width: 640px) {
    /* line 24, _top.scss */
    .top_location {
      width: 20%; } }
  @media (max-width: 480px) {
    /* line 24, _top.scss */
    .top_location {
      display: none; } }
  /* line 41, _top.scss */
  .top_location-link {
    color: #fccf03;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    /* line 46, _top.scss */
    .top_location-link span {
      border-bottom: 1px dashed #6a5f17; }
      /* line 48, _top.scss */
      .top_location-link span:hover {
        border-color: transparent; }
    /* line 52, _top.scss */
    .top_location-link img {
      height: 20px;
      margin-right: 10px; }
    /* line 56, _top.scss */
    .top_location-link span {
      font-size: 11px;
      padding-bottom: 1px;
      line-height: 2; }

/* line 63, _top.scss */
.top_phone {
  width: 23%;
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 24%; } }
  @media (max-width: 1200px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 26%; } }
  @media (max-width: 1100px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 28%; } }
  @media (max-width: 980px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 34%; } }
  @media (max-width: 800px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 20%; } }
  @media (max-width: 640px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 24%; } }
  @media (max-width: 530px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 26%; } }
  @media (max-width: 480px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 31%; } }
  @media (max-width: 400px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 35%; } }
  @media (max-width: 375px) {
    /* line 63, _top.scss */
    .top_phone {
      width: 37%; } }
  /* line 101, _top.scss */
  .top_phone-num {
    font-size: 11px;
    margin-right: 38px;
    color: #fff; }
    /* line 105, _top.scss */
    .top_phone-num strong {
      color: #fccf03; }
    /* line 108, _top.scss */
    .top_phone-num:last-child {
      margin-right: 0; }
    @media (max-width: 1280px) {
      /* line 101, _top.scss */
      .top_phone-num {
        margin-right: 20px; } }
    @media (max-width: 980px) {
      /* line 101, _top.scss */
      .top_phone-num {
        margin-right: 15px; } }
    @media (max-width: 640px) {
      /* line 101, _top.scss */
      .top_phone-num {
        margin-right: 0px; } }
    @media (max-width: 480px) {
      /* line 101, _top.scss */
      .top_phone-num {
        font-size: 10px; } }
    @media (max-width: 375px) {
      /* line 101, _top.scss */
      .top_phone-num {
        font-size: 9px; } }
    @media (max-width: 800px) {
      /* line 126, _top.scss */
      .top_phone-num:nth-child(2) {
        display: none; } }

/* line 133, _top.scss */
.top_callback {
  width: 13%;
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 980px) {
    /* line 133, _top.scss */
    .top_callback {
      width: 16%; } }
  @media (max-width: 768px) {
    /* line 133, _top.scss */
    .top_callback {
      width: 19%; } }
  @media (max-width: 640px) {
    /* line 133, _top.scss */
    .top_callback {
      display: none; } }
  /* line 150, _top.scss */
  .top_callback-link {
    color: #fccf03;
    cursor: pointer; }
    /* line 153, _top.scss */
    .top_callback-link span {
      border-bottom: 1px solid #6a5f17;
      font-size: 11px;
      vertical-align: text-top;
      padding-bottom: 1px; }
      /* line 158, _top.scss */
      .top_callback-link span:hover {
        border-color: transparent; }
    /* line 162, _top.scss */
    .top_callback-link img {
      height: 18px;
      margin-right: 10px; }

/* line 168, _top.scss */
.top_search {
  width: 24%;
  margin: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 177, _top.scss */
.top_cart {
  width: 27%;
  margin: 0;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right; }
  @media (max-width: 1280px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 29%; } }
  @media (max-width: 1200px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 32%; } }
  @media (max-width: 1100px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 35%; } }
  @media (max-width: 1000px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 27%; } }
  @media (max-width: 980px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 28%; } }
  @media (max-width: 950px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 29%; } }
  @media (max-width: 890px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 32%; } }
  @media (max-width: 800px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 18%; } }
  @media (max-width: 720px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 21%; } }
  @media (max-width: 640px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 23%; } }
  @media (max-width: 580px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 24%; } }
  @media (max-width: 550px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 25%; } }
  @media (max-width: 530px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 27%; } }
  @media (max-width: 500px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 28%; } }
  @media (max-width: 480px) {
    /* line 177, _top.scss */
    .top_cart {
      width: 23%; } }

/* line 232, _top.scss */
.section--top-fixed .top_location {
  display: none; }
/* line 235, _top.scss */
.section--top-fixed .top_search {
  width: 34%;
  display: block !important; }
  @media (max-width: 1320px) {
    /* line 235, _top.scss */
    .section--top-fixed .top_search {
      width: 32%; } }
  @media (max-width: 1200px) {
    /* line 235, _top.scss */
    .section--top-fixed .top_search {
      width: 28%; } }
  @media (max-width: 1000px) {
    /* line 235, _top.scss */
    .section--top-fixed .top_search {
      width: 32%; } }
  @media (max-width: 800px) {
    /* line 235, _top.scss */
    .section--top-fixed .top_search {
      width: 60%; } }
  @media (max-width: 760px) {
    /* line 235, _top.scss */
    .section--top-fixed .top_search {
      width: 55%; } }
  @media (max-width: 640px) {
    /* line 235, _top.scss */
    .section--top-fixed .top_search {
      width: 50%; } }
  @media (max-width: 540px) {
    /* line 235, _top.scss */
    .section--top-fixed .top_search {
      width: 45%; } }
  @media (max-width: 480px) {
    /* line 235, _top.scss */
    .section--top-fixed .top_search {
      width: 40%; } }
/* line 263, _top.scss */
.section--top-fixed .search_widget--header {
  height: 24px;
  line-height: 40px;
  width: 100%;
  position: relative; }
  /* line 268, _top.scss */
  .section--top-fixed .search_widget--header input {
    line-height: 24px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 1100px) {
      /* line 268, _top.scss */
      .section--top-fixed .search_widget--header input {
        padding-right: 15px; } }
    @media (max-width: 480px) {
      /* line 268, _top.scss */
      .section--top-fixed .search_widget--header input {
        padding-left: 25px; } }
  /* line 280, _top.scss */
  .section--top-fixed .search_widget--header .search_widget-submit {
    position: absolute;
    left: 7px;
    top: 3px;
    z-index: 999; }
    @media (max-width: 480px) {
      /* line 280, _top.scss */
      .section--top-fixed .search_widget--header .search_widget-submit {
        left: 0px; } }
    /* line 288, _top.scss */
    .section--top-fixed .search_widget--header .search_widget-submit img {
      width: 15px; }
      @media (max-width: 480px) {
        /* line 288, _top.scss */
        .section--top-fixed .search_widget--header .search_widget-submit img {
          width: 10px; } }
@media (max-width: 1100px) {
  /* line 296, _top.scss */
  .section--top-fixed .top_callback {
    display: none; } }

@media (max-width: 1000px) {
  /* line 303, _top.scss */
  .cart_widget-items_price {
    display: none; }

  /* line 307, _top.scss */
  .cart_widget-total .fa {
    display: none; } }
@media (max-width: 980px) {
  /* line 313, _top.scss */
  .cart_widget-issue {
    width: 120px; } }
@media (max-width: 800px) {
  /* line 318, _top.scss */
  .cart_widget-issue {
    display: none; }

  /* line 321, _top.scss */
  .cart_widget {
    text-align: right; }

  /* line 324, _top.scss */
  .cart_widget-items_count {
    margin-right: 0; } }
@media (max-width: 480px) {
  /* line 329, _top.scss */
  .cart_widget-title {
    display: none; } }
/* line 2, _sidebar.scss */
.sidebar--sale {
  overflow: hidden; }
  @media (max-width: 800px) {
    /* line 2, _sidebar.scss */
    .sidebar--sale {
      max-height: none !important; } }

@media (min-width: 1101px) {
  /* line 10, _sidebar.scss */
  .sidebar-wrap {
    padding-right: 1.5%;
    width: 20%;
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 20, _sidebar.scss */
  .content--sidebar {
    width: 80%;
    margin: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
/* line 30, _sidebar.scss */
.sidebar_news {
  background: #FCCF03;
  padding: 21px 25px 25px 25px;
  box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 13px 15px -10px rgba(0, 0, 0, 0.4);
  position: relative; }
  /* line 37, _sidebar.scss */
  .sidebar_news:after {
    content: '';
    background-image: url(news_bot.png);
    background-repeat: repeat-x;
    height: 13px;
    position: absolute;
    bottom: -5px;
    z-index: 99;
    width: 100%;
    display: block;
    box-sizing: border-box;
    left: 0;
    background-size: auto 100%;
    background-position: -6px; }
  /* line 52, _sidebar.scss */
  .sidebar_news-title {
    display: block;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      /* line 52, _sidebar.scss */
      .sidebar_news-title {
        margin-bottom: 1rem; } }
    /* line 58, _sidebar.scss */
    .sidebar_news-title img {
      height: 22px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    /* line 64, _sidebar.scss */
    .sidebar_news-title span {
      font-size: 17px;
      font-weight: bold;
      border-bottom: 1px solid;
      padding-bottom: 2px;
      color: #424242; }
      /* line 70, _sidebar.scss */
      .sidebar_news-title span:hover {
        border-color: transparent; }
  /* line 75, _sidebar.scss */
  .sidebar_news-list {
    padding: 0 0 0 7px;
    margin: 0;
    list-style: none; }
    /* line 79, _sidebar.scss */
    .sidebar_news-list a {
      color: #424242; }
  /* line 83, _sidebar.scss */
  .sidebar_news-link {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 37px; }
    @media (max-width: 768px) {
      /* line 83, _sidebar.scss */
      .sidebar_news-link {
        margin-bottom: 1rem; } }
    /* line 90, _sidebar.scss */
    .sidebar_news-link:hover {
      color: #ffffff; }
  /* line 94, _sidebar.scss */
  .sidebar_news-date {
    font-size: 13px;
    display: block;
    margin-bottom: 6px; }
  /* line 99, _sidebar.scss */
  .sidebar_news-item {
    line-height: 1.3; }
  /* line 102, _sidebar.scss */
  .sidebar_news-all {
    margin: 40px 8px 12px 8px;
    display: inline-block;
    font-size: 17px;
    color: #424242;
    border-bottom: 1px solid; }
    @media (max-width: 768px) {
      /* line 102, _sidebar.scss */
      .sidebar_news-all {
        margin: 0 8px 12px 8px; } }
    /* line 111, _sidebar.scss */
    .sidebar_news-all:hover {
      border-color: transparent; }

/* line 1, _index_new.scss */
.index_new {
  background: #f7fafc; }

/* line 1, _brand.scss */
.volt_brand-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  opacity: 0.7; }

/* line 10, _brand.scss */
.volt_brand-item {
  list-style: none;
  position: relative;
  padding: 15px; }

/* line 16, _brand.scss */
.volt_brand-item:hover .volt_brand-img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  opacity: 1; }

/* line 23, _brand.scss */
.volt_brand-item .image-square {
  padding-bottom: 67%; }

/* line 27, _brand.scss */
.volt_brand-list {
  padding: 0 30px;
  margin: 0; }

/* line 32, _brand.scss */
.volt_brand-title {
  display: inline-block;
  border-bottom: 0px solid #bbbfc4;
  font-size: 17px;
  margin-bottom: 35px; }
  @media (max-width: 480px) {
    /* line 32, _brand.scss */
    .volt_brand-title {
      margin-bottom: 1rem; } }

/* line 42, _brand.scss */
.volt_brand .slider-control {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1; }

/* line 51, _brand.scss */
.volt_brand .owl-prev {
  width: 30px;
  height: 100%;
  background: #f2f3f5;
  position: absolute;
  left: 0;
  top: 0; }

/* line 60, _brand.scss */
.volt_brand .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #f2f3f5; }

@media (min-width: 1101px) {
  /* line 2, _index_filter.scss */
  .index_filter {
    padding-left: 4%; } }
/* line 7, _index_filter.scss */
.index_filter-button {
  background: #FCCF03;
  color: #2C3748;
  padding: 6px 16px;
  transition: all 200ms; }

/* line 14, _index_filter.scss */
.index_filter-button:hover {
  background: #fccf03; }

/* line 18, _index_filter.scss */
.index_filter-button:active {
  background: #e8bc03;
  box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37); }

/* line 23, _index_filter.scss */
.index_filter-inner {
  border: 1px solid #f5f5f7; }

/* line 27, _index_filter.scss */
.index_filter-top {
  margin-top: 3%;
  background: #f7fafc;
  padding: 6px 24px; }

@media (max-width: 1320px) {
  /* line 34, _index_filter.scss */
  .index_filter-top {
    padding: 6px 12px; } }
/* line 39, _index_filter.scss */
.index_filter-slider {
  padding: 10px 24px 12px 24px; }

@media (max-width: 1320px) {
  /* line 44, _index_filter.scss */
  .index_filter-slider {
    padding: 10px 12px 12px 12px; } }
/* line 49, _index_filter.scss */
.index_filter-name {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
  font-size: 15px; }

@media (max-width: 1200px) {
  /* line 57, _index_filter.scss */
  .index_filter-name {
    width: 37%; } }
@media (max-width: 1100px) {
  /* line 63, _index_filter.scss */
  .index_filter-name {
    width: 21%; } }
@media (max-width: 640px) {
  /* line 69, _index_filter.scss */
  .index_filter-name {
    width: 27%; } }
@media (max-width: 480px) {
  /* line 75, _index_filter.scss */
  .index_filter-name {
    width: 35%; } }
@media (max-width: 375px) {
  /* line 81, _index_filter.scss */
  .index_filter-name {
    width: 43%; } }
/* line 86, _index_filter.scss */
.index_filter-name + input {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  background: transparent;
  font-size: 15px;
  border: 1px solid #e5ecf6;
  padding: 3px 8px;
  font-size: 16px; }

/* line 97, _index_filter.scss */
.index_filter-name + input:focus {
  border-color: #fecf03; }

@media (max-width: 1200px) {
  /* line 102, _index_filter.scss */
  .index_filter-name + input {
    width: 47%; } }
@media (max-width: 480px) {
  /* line 108, _index_filter.scss */
  .index_filter-name + input {
    width: 48%; } }
@media (max-width: 375px) {
  /* line 114, _index_filter.scss */
  .index_filter-name + input {
    width: 45%; } }
/* line 119, _index_filter.scss */
.index_filter-name--two {
  padding-left: 17px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* line 125, _index_filter.scss */
.index_filter-range {
  margin: 5px 0 18px 0; }

/* line 129, _index_filter.scss */
.index_filter-range .fa {
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle; }

@media (max-width: 480px) {
  /* line 136, _index_filter.scss */
  .index_filter-range .fa {
    margin-left: 5px; } }
/* line 141, _index_filter.scss */
.index_filter .noUi-target {
  margin: 24px 0; }

/* line 145, _index_filter.scss */
.index_filter-link {
  font-size: 17px;
  border-bottom: 1px dashed #b7c1d1;
  margin-right: 34px;
  padding-bottom: 1px;
  line-height: 1;
  color: inherit;
  text-decoration: none !important; }

/* line 155, _index_filter.scss */
.index_filter-link:hover {
  border-color: #2c3748; }

/* line 159, _index_filter.scss */
.noUi-handle {
  border-radius: 0;
  border: 1px solid #FCCF03;
  background: #2c3748;
  width: 21px;
  height: 21px;
  left: -9px;
  top: -9px; }

/* line 169, _index_filter.scss */
.noUi-connect {
  background: #FCCF03;
  box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37);
  -ms-box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37); }

/* line 177, _index_filter.scss */
.noUi-background {
  background: #e5ecf5;
  box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37);
  -ms-box-shadow: inset 0px 2px 2px -1px rgba(0, 0, 0, 0.37); }

/* line 185, _index_filter.scss */
.noUi-horizontal {
  height: 6px; }

@media (max-width: 1200px) {
  /* line 190, _index_filter.scss */
  .index_filter-name--two {
    width: 30%; } }
/* line 195, _index_filter.scss */
.mfp-content #index_filter-catalog {
  display: block !important;
  position: fixed;
  z-index: 9999;
  background: #fff;
  padding: 25px;
  left: calc(50% - 200px);
  width: 400px;
  top: 200px;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* line 212, _index_filter.scss */
.mfp-content #index_filter-brand {
  display: block !important;
  position: absolute;
  z-index: 9999;
  background: #fff;
  padding: 25px;
  left: calc(50% - 200px);
  width: 400px;
  top: -350px;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* line 229, _index_filter.scss */
.index_filter_catalog-item {
  list-style: none; }

/* line 233, _index_filter.scss */
.index_filter_catalog-links {
  color: #000;
  font-size: 17px; }

/* line 238, _index_filter.scss */
.index_filter-header_popup {
  font-size: 22px;
  color: #2c3748;
  position: relative; }

/* line 244, _index_filter.scss */
.index_filter_catalog-list {
  padding: 0; }

/* line 248, _index_filter.scss */
.index_filter_catalog-drop {
  display: none; }

/* line 252, _index_filter.scss */
.index_filter_catalog-toggle {
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: inline-block; }

/* line 260, _index_filter.scss */
.index_filter_catalog-toggle--active:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 266, _index_filter.scss */
.index_filter_catalog-toggle:after {
  background: url(menu_catalog_arr.png);
  height: 100%;
  width: 10px;
  position: absolute;
  right: 0px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  top: 0;
  background-position: 0 50%;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  content: ''; }

/* line 1, _stock_menus.scss */
.stock_menu {
  padding: 47px 0; }
  /* line 3, _stock_menus.scss */
  .stock_menu-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    display: block;
    width: 65%;
    margin: auto; }
    @media (max-width: 1200px) {
      /* line 3, _stock_menus.scss */
      .stock_menu-list {
        width: 75%; } }
    @media (max-width: 900px) {
      /* line 3, _stock_menus.scss */
      .stock_menu-list {
        width: 85%; } }
    @media (max-width: 800px) {
      /* line 3, _stock_menus.scss */
      .stock_menu-list {
        width: 100%; } }
  /* line 21, _stock_menus.scss */
  .stock_menu-item {
    background: #f7fafc;
    padding: 0px 18px;
    line-height: 1.3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    display: table;
    width: 100%;
    height: 59px;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
    @media (max-width: 800px) {
      /* line 21, _stock_menus.scss */
      .stock_menu-item {
        width: 20%;
        float: left;
        text-align: center;
        padding: 0 12px;
        border-color: transparent; } }
    @media (max-width: 670px) {
      /* line 21, _stock_menus.scss */
      .stock_menu-item {
        width: 50%;
        height: 45px; }
        /* line 43, _stock_menus.scss */
        .stock_menu-item:nth-child(odd) {
          border-right: 1px solid #fff; } }
    @media (max-width: 640px) {
      /* line 21, _stock_menus.scss */
      .stock_menu-item {
        border-color: #fff; } }
    /* line 51, _stock_menus.scss */
    .stock_menu-item:hover {
      background: #fff; }
    /* line 54, _stock_menus.scss */
    .stock_menu-item span {
      display: table-cell;
      vertical-align: middle; }
    /* line 58, _stock_menus.scss */
    .stock_menu-item--active {
      background: #FCCF03 !important; }

/* line 64, _stock_menus.scss */
.stock_prod {
  display: none; }
  /* line 66, _stock_menus.scss */
  .stock_prod--active {
    display: block; }
    /* line 68, _stock_menus.scss */
    .stock_prod--active ul {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
  /* line 77, _stock_menus.scss */
  .stock_prod-content {
    display: none; }
    @media (max-width: 800px) {
      /* line 77, _stock_menus.scss */
      .stock_prod-content {
        padding-bottom: 20px; } }
    /* line 82, _stock_menus.scss */
    .stock_prod-content--active {
      display: block; }
  /* line 86, _stock_menus.scss */
  .stock_prod-top {
    padding-top: 10px;
    margin-bottom: 10px; }
  /* line 90, _stock_menus.scss */
  .stock_prod-toggle {
    display: inline-block;
    font-size: 18px;
    margin-right: 18px;
    vertical-align: top;
    border-bottom: 1px dashed #b7c1d1;
    cursor: pointer; }
    /* line 97, _stock_menus.scss */
    .stock_prod-toggle--active {
      border-color: transparent; }
    /* line 100, _stock_menus.scss */
    .stock_prod-toggle:hover {
      border-color: #2c3748; }
  /* line 104, _stock_menus.scss */
  .stock_prod-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
  /* line 110, _stock_menus.scss */
  .stock_prod-item {
    width: 22%;
    margin: 0 4% 0 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 111, _stock_menus.scss */
    .stock_prod-item .product_preview {
      background: #fff; }
    /* line 121, _stock_menus.scss */
    .stock_prod-item--4 {
      margin-right: 0 !important; }
    @media (max-width: 1200px) {
      /* line 110, _stock_menus.scss */
      .stock_prod-item {
        width: 23%;
        margin: 0px 2.5% 0 0; } }
    @media (max-width: 1100px) {
      /* line 110, _stock_menus.scss */
      .stock_prod-item {
        width: 30%;
        margin: 0px 4% 0 0; }
        /* line 131, _stock_menus.scss */
        .stock_prod-item--3 {
          margin-right: 0 !important; } }
    @media (max-width: 1000px) {
      /* line 110, _stock_menus.scss */
      .stock_prod-item {
        width: 32%;
        margin: 0px 2% 0 0; } }
    @media (max-width: 640px) {
      /* line 110, _stock_menus.scss */
      .stock_prod-item {
        width: 48%;
        margin: 0px 4% 0 0; }
        /* line 142, _stock_menus.scss */
        .stock_prod-item--2 {
          margin-right: 0 !important; } }
    @media (max-width: 480px) {
      /* line 110, _stock_menus.scss */
      .stock_prod-item {
        width: 100%;
        margin: 0; } }
    @media (max-width: 480px) {
      /* line 150, _stock_menus.scss */
      .stock_prod-item--2 {
        display: none; } }
    @media (max-width: 640px) {
      /* line 155, _stock_menus.scss */
      .stock_prod-item--3 {
        display: none; } }
    @media (max-width: 1100px) {
      /* line 160, _stock_menus.scss */
      .stock_prod-item--4 {
        display: none; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }
/* line 2, _volt_test.scss */
.volt_test-item {
  list-style: none; }
  /* line 4, _volt_test.scss */
  .volt_test-item:nth-child(1) {
    padding-right: 2%; }
  /* line 7, _volt_test.scss */
  .volt_test-item:nth-child(2) {
    padding-left: 2%; }
/* line 11, _volt_test.scss */
.volt_test-list {
  margin: 0;
  padding: 0; }
/* line 15, _volt_test.scss */
.volt_test-title {
  font-size: 17px;
  margin-bottom: 35px; }
  /* line 18, _volt_test.scss */
  .volt_test-title a {
    border-bottom: 1px solid #abafb6;
    color: #2c3748; }
    /* line 21, _volt_test.scss */
    .volt_test-title a:hover {
      border-color: transparent; }
    @media (min-width: 1320px) {
      /* line 18, _volt_test.scss */
      .volt_test-title a {
        margin-left: 5%; } }
    @media (min-width: 1100px) {
      /* line 18, _volt_test.scss */
      .volt_test-title a {
        margin-left: 5%; } }
  @media (max-width: 1320px) {
    /* line 15, _volt_test.scss */
    .volt_test-title {
      font-size: 14px;
      margin-bottom: 29px; } }
  @media (max-width: 1100px) {
    /* line 15, _volt_test.scss */
    .volt_test-title {
      font-size: 12px;
      margin-bottom: 29px; } }
  @media (max-width: 800px) {
    /* line 15, _volt_test.scss */
    .volt_test-title {
      font-size: 13px;
      margin-bottom: 29px; } }
/* line 44, _volt_test.scss */
.volt_test-wrap {
  padding-left: 4%; }
/* line 47, _volt_test.scss */
.volt_test-name {
  color: #2c3748; }
/* line 51, _volt_test.scss */
.volt_test-img img {
  max-height: 105px; }

/* line 56, _volt_test.scss */
.volt_bottom {
  padding-top: 25px; }

@media (max-width: 640px) {
  /* line 61, _volt_test.scss */
  .volt_bottom {
    padding-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
/* line 1, _hit_index.scss */
.hit_index {
  margin: 30px 0 47px 0; }

/* line 5, _hit_index.scss */
.hit_index-title {
  margin-bottom: 30px; }

/* line 9, _hit_index.scss */
.hit_index-item {
  width: 22%;
  margin: 0 4% 0 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (max-width: 480px) {
  /* line 20, _hit_index.scss */
  .hit_index-item--2 {
    display: none; } }
@media (max-width: 640px) {
  /* line 26, _hit_index.scss */
  .hit_index-item--3 {
    display: none; }

  /* line 29, _hit_index.scss */
  .volt_brand {
    margin-top: 25px; } }
@media (max-width: 1100px) {
  /* line 35, _hit_index.scss */
  .hit_index-item--4 {
    display: none; } }
/* line 40, _hit_index.scss */
.hit_index-item:nth-last-child(1) {
  margin-right: 0 !important; }

@media (max-width: 1200px) {
  /* line 45, _hit_index.scss */
  .hit_index-item {
    width: 23%;
    margin: 0px 2.5% 0 0; } }
@media (max-width: 1100px) {
  /* line 52, _hit_index.scss */
  .hit_index-item {
    width: 30%;
    margin: 0px 4% 0 0; }

  /* line 57, _hit_index.scss */
  .hit_index-item:nth-last-child(2) {
    margin-right: 0 !important; } }
@media (max-width: 1000px) {
  /* line 63, _hit_index.scss */
  .hit_index-item {
    width: 32%;
    margin: 0px 1% 0 0; } }
@media (max-width: 640px) {
  /* line 70, _hit_index.scss */
  .hit_index-item {
    width: 48%;
    margin: 0px 4% 0 0; }

  /* line 75, _hit_index.scss */
  .hit_index-item:nth-last-child(3) {
    margin-right: 0 !important; } }
@media (max-width: 480px) {
  /* line 81, _hit_index.scss */
  .hit_index-item {
    width: 100%;
    margin: 0; } }
/* line 2, _recently_view.scss */
.recently_view-title {
  margin: 45px 0 45px 0;
  font-size: 17px; }

/* line 8, _recently_view.scss */
.recently_view-content .product_preview--item {
  width: 20%;
  float: left;
  background: #fff;
  border: 1px solid #fff;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  /* line 14, _recently_view.scss */
  .recently_view-content .product_preview--item:not(:last-child) {
    margin-right: 0%; }
  /* line 17, _recently_view.scss */
  .recently_view-content .product_preview--item:hover {
    border-color: #fccf03; }
    /* line 19, _recently_view.scss */
    .recently_view-content .product_preview--item:hover .product_preview-link {
      color: #fccf03; }
  @media (max-width: 1100px) {
    /* line 8, _recently_view.scss */
    .recently_view-content .product_preview--item {
      width: 20%;
      margin-right: 6.5% !important; }
      /* line 26, _recently_view.scss */
      .recently_view-content .product_preview--item:last-child {
        display: none; }
      /* line 29, _recently_view.scss */
      .recently_view-content .product_preview--item:nth-last-child(2) {
        margin-right: 0%  !important; } }
/* line 34, _recently_view.scss */
.recently_view-content .product_preview-preview .image-square {
  padding-bottom: 50%; }
/* line 37, _recently_view.scss */
.recently_view-content .product_preview-title {
  line-height: 1.1;
  padding: 15px 10px 0px 10px;
  font-size: 11px;
  height: 34px;
  overflow: hidden; }
/* line 44, _recently_view.scss */
.recently_view-content .product_preview-link {
  height: 15px;
  text-decoration: none; }
/* line 48, _recently_view.scss */
.recently_view-content .product_preview-property {
  padding: 0px 10px 0px 10px;
  font-size: 12px;
  min-height: 12px; }
/* line 53, _recently_view.scss */
.recently_view-content .product_preview-prices .prices-current {
  line-height: 1.1;
  font-size: 12px; }
  /* line 56, _recently_view.scss */
  .recently_view-content .product_preview-prices .prices-current .fa {
    font-size: 10px; }
/* line 60, _recently_view.scss */
.recently_view-content .product_preview-prices {
  padding: 0px 10px 0px 10px; }

/* line 64, _recently_view.scss */
.recently_view {
  display: block;
  position: relative;
  bottom: 1px;
  z-index: 1;
  margin: 40px 0; }

/* line 71, _recently_view.scss */
.body_index .recently_view {
  bottom: 0px; }

/* magnific Popup CSS */
/* line 2, _magnific.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.2;
  filter: alpha(opacity=80); }

/* line 14, _magnific.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

/* line 24, _magnific.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 36, _magnific.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 42, _magnific.scss */
.mfp-align-top .mfp-container:before {
  display: none; }

/* line 45, _magnific.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

/* line 53, _magnific.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* line 58, _magnific.scss */
.mfp-ajax-cur {
  cursor: progress; }

/* line 61, _magnific.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* line 66, _magnific.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 72, _magnific.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto; }

/* line 75, _magnific.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 83, _magnific.scss */
.mfp-loading.mfp-figure {
  display: none; }

/* line 86, _magnific.scss */
.mfp-hide {
  display: none !important; }

/* line 89, _magnific.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

/* line 99, _magnific.scss */
.mfp-preloader a {
  color: #CCC; }

/* line 101, _magnific.scss */
.mfp-preloader a:hover {
  color: #FFF; }

/* line 104, _magnific.scss */
.mfp-s-ready .mfp-preloader {
  display: none; }

/* line 107, _magnific.scss */
.mfp-s-error .mfp-content {
  display: none; }

/* line 110, _magnific.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 124, _magnific.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 128, _magnific.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

/* line 144, _magnific.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 148, _magnific.scss */
.mfp-close:active {
  top: 1px; }

/* line 151, _magnific.scss */
.mfp-close-btn-in .mfp-close {
  color: #333; }

/* line 154, _magnific.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

/* line 162, _magnific.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

/* line 171, _magnific.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

/* line 182, _magnific.scss */
.mfp-arrow:active {
  margin-top: -54px; }

/* line 184, _magnific.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 188, _magnific.scss */
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

/* line 202, _magnific.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

/* line 207, _magnific.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

/* line 213, _magnific.scss */
.mfp-arrow-left {
  left: 0; }

/* line 215, _magnific.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

/* line 219, _magnific.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

/* line 224, _magnific.scss */
.mfp-arrow-right {
  right: 0; }

/* line 226, _magnific.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

/* line 230, _magnific.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

/* line 234, _magnific.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 237, _magnific.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

/* line 241, _magnific.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* line 244, _magnific.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

/* line 249, _magnific.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
/* line 260, _magnific.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
/* line 273, _magnific.scss */
.mfp-figure {
  line-height: 0; }

/* line 275, _magnific.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

/* line 288, _magnific.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

/* line 293, _magnific.scss */
.mfp-figure figure {
  margin: 0; }

/* line 296, _magnific.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

/* line 304, _magnific.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

/* line 311, _magnific.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%; }

/* line 314, _magnific.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 321, _magnific.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  /* line 324, _magnific.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* line 326, _magnific.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  /* line 329, _magnific.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  /* line 332, _magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 342, _magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  /* line 344, _magnific.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  /* line 347, _magnific.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  /* line 359, _magnific.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  /* line 362, _magnific.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  /* line 365, _magnific.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  /* line 368, _magnific.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* line 372, _magnific.scss */
.mfp-ie7 .mfp-img {
  padding: 0; }

/* line 375, _magnific.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

/* line 382, _magnific.scss */
.mfp-ie7 .mfp-container {
  padding: 0; }

/* line 385, _magnific.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px; }

/* line 388, _magnific.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* line 1, _callback_popup.scss */
.callback_popup, .callback_popup_cart {
  display: none;
  max-width: 600px;
  margin: auto;
  background: #fff; }

/* line 8, _callback_popup.scss */
.callback_popup_cart {
  padding: 20px;
  position: relative; }

/* line 13, _callback_popup.scss */
.callback_popup input {
  border: 1px solid #e5ecf6;
  padding: 0.5rem;
  width: 100%; }

/* line 19, _callback_popup.scss */
html {
  overflow-y: visible !important;
  margin-right: 0 !important; }

/* line 24, _callback_popup.scss */
#mod-fast-call_form, #mod-fast-refine_form {
  padding-top: 10px; }

/* line 28, _callback_popup.scss */
#mod-fast-call, #mod-fast-refine {
  background-color: #fff;
  width: 400px;
  z-index: 810;
  margin: auto;
  display: none;
  position: relative;
  padding: 2rem; }

@media (max-width: 480px) {
  /* line 39, _callback_popup.scss */
  #mod-fast-call, #mod-fast-refine {
    width: 270px;
    padding: 1.5rem; } }
/* line 45, _callback_popup.scss */
#mod-fast-call h3, #mod-fast-refine h3 {
  padding-left: 10px; }

/* line 49, _callback_popup.scss */
#mod-fast-call .errors, #mod-fast-refine .errors {
  color: #900; }

/* line 53, _callback_popup.scss */
#mod-fast-call label, .one-click_popup label, #mod-fast-refine label {
  display: block;
  margin: 10px 0 10px 1px;
  font-size: 14px; }

/* line 59, _callback_popup.scss */
#mod-fast-call button#mod-fast-call-close, #mod-fast-refine button#mod-fast-call-close {
  width: 49%;
  float: right; }

/* line 64, _callback_popup.scss */
#mod-fast-call textarea, .one-click_popup textarea, #mod-fast-refine textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  max-width: 100%;
  border: 1px solid #000; }

/* line 72, _callback_popup.scss */
#opaco-mod-fast-call-link {
  background-color: #000000;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
  /* IE5+ */
  filter: alpha(opacity=70);
  /* IE4- */
  moz-opacity: 0;
  /* Mozilla */
  -khtml-opacity: 0;
  /* Safari */
  opacity: 0;
  /* general CSS3 */
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 800; }

/* line 93, _callback_popup.scss */
.basket_container.preload_cursor:hover {
  cursor: progress; }

/* line 97, _callback_popup.scss */
.modals_popup-head {
  margin-bottom: 1rem;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em; }

/* line 104, _callback_popup.scss */
.input_error_text {
  color: rgba(255, 0, 0, 0.88);
  text-align: center;
  display: none; }

/* line 110, _callback_popup.scss */
.input_error {
  border-color: rgba(255, 0, 0, 0.38) !important; }

/* line 114, _callback_popup.scss */
.callback_message {
  padding-top: 20px; }

/* line 118, _callback_popup.scss */
.callback_message-inner {
  display: none; }

/* line 122, _callback_popup.scss */
#mod-fast-call_submit, #mod-fast-refine_submit {
  background: #FCCF03;
  padding: 0 15px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  border: none;
  display: inline-block;
  line-height: 30px;
  margin-top: 20px; }




