@charset "UTF-8";
/* line 1, _adaptive.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* line 1, _adaptive.scss */
body {
  margin: 0; }

/* line 1, _adaptive.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 1, _adaptive.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

/* line 1, _adaptive.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 1, _adaptive.scss */
[hidden], template {
  display: none; }

/* line 1, _adaptive.scss */
a {
  background-color: transparent; }

/* line 1, _adaptive.scss */
a:active, a:hover {
  outline: 0; }

/* line 1, _adaptive.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 1, _adaptive.scss */
b, strong {
  font-weight: 700; }

/* line 1, _adaptive.scss */
dfn {
  font-style: italic; }

/* line 1, _adaptive.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* line 1, _adaptive.scss */
mark {
  background: #ff0;
  color: #1a1a1a; }

/* line 1, _adaptive.scss */
small {
  font-size: 80%; }

/* line 1, _adaptive.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 1, _adaptive.scss */
sup {
  top: -0.5em; }

/* line 1, _adaptive.scss */
sub {
  bottom: -0.25em; }

/* line 1, _adaptive.scss */
img {
  border: 0; }

/* line 1, _adaptive.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 1, _adaptive.scss */
figure {
  margin: 1em 40px; }

/* line 1, _adaptive.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/* line 1, _adaptive.scss */
pre {
  overflow: auto; }

/* line 1, _adaptive.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* line 1, _adaptive.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/* line 1, _adaptive.scss */
button {
  overflow: visible; }

/* line 1, _adaptive.scss */
button, select {
  text-transform: none; }

/* line 1, _adaptive.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 1, _adaptive.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/* line 1, _adaptive.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 1, _adaptive.scss */
input {
  line-height: normal; }

/* line 1, _adaptive.scss */
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 1, _adaptive.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 1, _adaptive.scss */
input[type="search"] {
  -webkit-appearance: textfield; }

/* line 1, _adaptive.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 1, _adaptive.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 1, _adaptive.scss */
legend {
  border: 0;
  padding: 0; }

/* line 1, _adaptive.scss */
textarea {
  overflow: auto; }

/* line 1, _adaptive.scss */
optgroup {
  font-weight: 700; }

/* line 1, _adaptive.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 1, _adaptive.scss */
td, th {
  padding: 0; }

/* line 1, _adaptive.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, _adaptive.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, _adaptive.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

/* line 1, _adaptive.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

/* line 1, _adaptive.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 1, _adaptive.scss */
figure {
  margin: 0; }

/* line 1, _adaptive.scss */
img {
  vertical-align: middle; }

/* line 1, _adaptive.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 1, _adaptive.scss */
.img-rounded {
  border-radius: 6px; }

/* line 1, _adaptive.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

/* line 1, _adaptive.scss */
.img-circle {
  border-radius: 50%; }

/* line 1, _adaptive.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

/* line 1, _adaptive.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 1, _adaptive.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* line 1, _adaptive.scss */
[role="button"] {
  cursor: pointer; }

/* line 1, _adaptive.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  /* line 1, _adaptive.scss */
  .container {
    width: 740px; } }
@media (min-width: 992px) {
  /* line 1, _adaptive.scss */
  .container {
    width: 960px; } }
@media (min-width: 1200px) {
  /* line 1, _adaptive.scss */
  .container {
    width: 1160px; } }
@media (min-width: 1260px) {
  /* line 1, _adaptive.scss */
  .container {
    width: 1260px; } }
/* line 1, _adaptive.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

/* line 1, _adaptive.scss */
.row {
  margin-left: -15px;
  margin-right: -15px; }

/* line 1, _adaptive.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

/* line 1, _adaptive.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

/* line 1, _adaptive.scss */
.col-xs-12 {
  width: 100%; }

/* line 1, _adaptive.scss */
.col-xs-11 {
  width: 91.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-10 {
  width: 83.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-9 {
  width: 75%; }

/* line 1, _adaptive.scss */
.col-xs-8 {
  width: 66.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-7 {
  width: 58.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-6 {
  width: 50%; }

/* line 1, _adaptive.scss */
.col-xs-5 {
  width: 41.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-4 {
  width: 33.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-3 {
  width: 25%; }

/* line 1, _adaptive.scss */
.col-xs-2 {
  width: 16.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-1 {
  width: 8.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-pull-12 {
  right: 100%; }

/* line 1, _adaptive.scss */
.col-xs-pull-11 {
  right: 91.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-pull-10 {
  right: 83.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-pull-9 {
  right: 75%; }

/* line 1, _adaptive.scss */
.col-xs-pull-8 {
  right: 66.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-pull-7 {
  right: 58.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-pull-6 {
  right: 50%; }

/* line 1, _adaptive.scss */
.col-xs-pull-5 {
  right: 41.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-pull-4 {
  right: 33.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-pull-3 {
  right: 25%; }

/* line 1, _adaptive.scss */
.col-xs-pull-2 {
  right: 16.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-pull-1 {
  right: 8.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-pull-0 {
  right: auto; }

/* line 1, _adaptive.scss */
.col-xs-push-12 {
  left: 100%; }

/* line 1, _adaptive.scss */
.col-xs-push-11 {
  left: 91.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-push-10 {
  left: 83.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-push-9 {
  left: 75%; }

/* line 1, _adaptive.scss */
.col-xs-push-8 {
  left: 66.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-push-7 {
  left: 58.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-push-6 {
  left: 50%; }

/* line 1, _adaptive.scss */
.col-xs-push-5 {
  left: 41.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-push-4 {
  left: 33.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-push-3 {
  left: 25%; }

/* line 1, _adaptive.scss */
.col-xs-push-2 {
  left: 16.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-push-1 {
  left: 8.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-push-0 {
  left: auto; }

/* line 1, _adaptive.scss */
.col-xs-offset-12 {
  margin-left: 100%; }

/* line 1, _adaptive.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-offset-9 {
  margin-left: 75%; }

/* line 1, _adaptive.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-offset-6 {
  margin-left: 50%; }

/* line 1, _adaptive.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-offset-3 {
  margin-left: 25%; }

/* line 1, _adaptive.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%; }

/* line 1, _adaptive.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%; }

/* line 1, _adaptive.scss */
.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 1, _adaptive.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  /* line 1, _adaptive.scss */
  .col-sm-12 {
    width: 100%; }

  /* line 1, _adaptive.scss */
  .col-sm-11 {
    width: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-10 {
    width: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-9 {
    width: 75%; }

  /* line 1, _adaptive.scss */
  .col-sm-8 {
    width: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-7 {
    width: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-6 {
    width: 50%; }

  /* line 1, _adaptive.scss */
  .col-sm-5 {
    width: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-4 {
    width: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-3 {
    width: 25%; }

  /* line 1, _adaptive.scss */
  .col-sm-2 {
    width: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-1 {
    width: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-12 {
    right: 100%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-11 {
    right: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-10 {
    right: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-9 {
    right: 75%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-8 {
    right: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-7 {
    right: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-6 {
    right: 50%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-5 {
    right: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-4 {
    right: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-3 {
    right: 25%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-2 {
    right: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-1 {
    right: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-pull-0 {
    right: auto; }

  /* line 1, _adaptive.scss */
  .col-sm-push-12 {
    left: 100%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-11 {
    left: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-10 {
    left: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-9 {
    left: 75%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-8 {
    left: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-7 {
    left: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-6 {
    left: 50%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-5 {
    left: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-4 {
    left: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-3 {
    left: 25%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-2 {
    left: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-1 {
    left: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-push-0 {
    left: auto; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-12 {
    margin-left: 100%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-9 {
    margin-left: 75%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-6 {
    margin-left: 50%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-3 {
    margin-left: 25%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  /* line 1, _adaptive.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  /* line 1, _adaptive.scss */
  .col-md-12 {
    width: 100%; }

  /* line 1, _adaptive.scss */
  .col-md-11 {
    width: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-10 {
    width: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-9 {
    width: 75%; }

  /* line 1, _adaptive.scss */
  .col-md-8 {
    width: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-7 {
    width: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-6 {
    width: 50%; }

  /* line 1, _adaptive.scss */
  .col-md-5 {
    width: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-4 {
    width: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-3 {
    width: 25%; }

  /* line 1, _adaptive.scss */
  .col-md-2 {
    width: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-1 {
    width: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-12 {
    right: 100%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-11 {
    right: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-10 {
    right: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-9 {
    right: 75%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-8 {
    right: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-7 {
    right: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-6 {
    right: 50%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-5 {
    right: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-4 {
    right: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-3 {
    right: 25%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-2 {
    right: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-1 {
    right: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-pull-0 {
    right: auto; }

  /* line 1, _adaptive.scss */
  .col-md-push-12 {
    left: 100%; }

  /* line 1, _adaptive.scss */
  .col-md-push-11 {
    left: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-push-10 {
    left: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-push-9 {
    left: 75%; }

  /* line 1, _adaptive.scss */
  .col-md-push-8 {
    left: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-push-7 {
    left: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-push-6 {
    left: 50%; }

  /* line 1, _adaptive.scss */
  .col-md-push-5 {
    left: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-push-4 {
    left: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-push-3 {
    left: 25%; }

  /* line 1, _adaptive.scss */
  .col-md-push-2 {
    left: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-push-1 {
    left: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-push-0 {
    left: auto; }

  /* line 1, _adaptive.scss */
  .col-md-offset-12 {
    margin-left: 100%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-9 {
    margin-left: 75%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-6 {
    margin-left: 50%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-3 {
    margin-left: 25%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  /* line 1, _adaptive.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  /* line 1, _adaptive.scss */
  .col-lg-12 {
    width: 100%; }

  /* line 1, _adaptive.scss */
  .col-lg-11 {
    width: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-10 {
    width: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-9 {
    width: 75%; }

  /* line 1, _adaptive.scss */
  .col-lg-8 {
    width: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-7 {
    width: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-6 {
    width: 50%; }

  /* line 1, _adaptive.scss */
  .col-lg-5 {
    width: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-4 {
    width: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-3 {
    width: 25%; }

  /* line 1, _adaptive.scss */
  .col-lg-2 {
    width: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-1 {
    width: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-12 {
    right: 100%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-11 {
    right: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-10 {
    right: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-9 {
    right: 75%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-8 {
    right: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-7 {
    right: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-6 {
    right: 50%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-5 {
    right: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-4 {
    right: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-3 {
    right: 25%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-2 {
    right: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-1 {
    right: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-pull-0 {
    right: auto; }

  /* line 1, _adaptive.scss */
  .col-lg-push-12 {
    left: 100%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-11 {
    left: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-10 {
    left: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-9 {
    left: 75%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-8 {
    left: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-7 {
    left: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-6 {
    left: 50%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-5 {
    left: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-4 {
    left: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-3 {
    left: 25%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-2 {
    left: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-1 {
    left: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-push-0 {
    left: auto; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-12 {
    margin-left: 100%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-9 {
    margin-left: 75%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-6 {
    margin-left: 50%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-3 {
    margin-left: 25%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  /* line 1, _adaptive.scss */
  .col-lg-offset-0 {
    margin-left: 0; } }
/* line 1, _adaptive.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

/* line 1, _adaptive.scss */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

/* line 1, _adaptive.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

/* line 1, _adaptive.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%; }

/* line 1, _adaptive.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

/* line 1, _adaptive.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

/* line 1, _adaptive.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 1, _adaptive.scss */
.pull-right {
  float: right !important; }

/* line 1, _adaptive.scss */
.pull-left {
  float: left !important; }

/* line 1, _adaptive.scss */
.hide {
  display: none !important; }

/* line 1, _adaptive.scss */
.show {
  display: block !important; }

/* line 1, _adaptive.scss */
.hidden {
  display: none !important; }

/* line 1, _adaptive.scss */
.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
/* line 1, _adaptive.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

/* line 1, _adaptive.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  /* line 1, _adaptive.scss */
  .visible-xs {
    display: block !important; }

  /* line 1, _adaptive.scss */
  table.visible-xs {
    display: table !important; }

  /* line 1, _adaptive.scss */
  tr.visible-xs {
    display: table-row !important; }

  /* line 1, _adaptive.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 1, _adaptive.scss */
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  /* line 1, _adaptive.scss */
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  /* line 1, _adaptive.scss */
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _adaptive.scss */
  .visible-sm {
    display: block !important; }

  /* line 1, _adaptive.scss */
  table.visible-sm {
    display: table !important; }

  /* line 1, _adaptive.scss */
  tr.visible-sm {
    display: table-row !important; }

  /* line 1, _adaptive.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _adaptive.scss */
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _adaptive.scss */
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _adaptive.scss */
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _adaptive.scss */
  .visible-md {
    display: block !important; }

  /* line 1, _adaptive.scss */
  table.visible-md {
    display: table !important; }

  /* line 1, _adaptive.scss */
  tr.visible-md {
    display: table-row !important; }

  /* line 1, _adaptive.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _adaptive.scss */
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _adaptive.scss */
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _adaptive.scss */
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  /* line 1, _adaptive.scss */
  .visible-lg {
    display: block !important; }

  /* line 1, _adaptive.scss */
  table.visible-lg {
    display: table !important; }

  /* line 1, _adaptive.scss */
  tr.visible-lg {
    display: table-row !important; }

  /* line 1, _adaptive.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  /* line 1, _adaptive.scss */
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  /* line 1, _adaptive.scss */
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  /* line 1, _adaptive.scss */
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  /* line 1, _adaptive.scss */
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, _adaptive.scss */
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1, _adaptive.scss */
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  /* line 1, _adaptive.scss */
  .hidden-lg {
    display: none !important; } }
/* line 1, _adaptive.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 1, _adaptive.scss */
  .visible-print {
    display: block !important; }

  /* line 1, _adaptive.scss */
  table.visible-print {
    display: table !important; }

  /* line 1, _adaptive.scss */
  tr.visible-print {
    display: table-row !important; }

  /* line 1, _adaptive.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important; } }
/* line 1, _adaptive.scss */
.visible-print-block {
  display: none !important; }

@media print {
  /* line 1, _adaptive.scss */
  .visible-print-block {
    display: block !important; } }
/* line 1, _adaptive.scss */
.visible-print-inline {
  display: none !important; }

@media print {
  /* line 1, _adaptive.scss */
  .visible-print-inline {
    display: inline !important; } }
/* line 1, _adaptive.scss */
.visible-print-inline-block {
  display: none !important; }

@media print {
  /* line 1, _adaptive.scss */
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  /* line 1, _adaptive.scss */
  .hidden-print {
    display: none !important; } }
/* line 1, _adaptive.scss */
h1, h2, h3, h4, h5, h6, small, big, p {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/* line 1, _adaptive.scss */
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, _adaptive.scss */
img {
  display: block; }

/* line 3, _adaptive.scss */
.col-xs-5th-1, .col-xs-5th-2, .col-xs-5th-3, .col-xs-5th-4, .col-xs-5th-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

/* line 3, _adaptive.scss */
.col-xs-5th-5 {
  width: 100%; }

/* line 3, _adaptive.scss */
.col-xs-5th-4 {
  width: 80%; }

/* line 3, _adaptive.scss */
.col-xs-5th-3 {
  width: 60%; }

/* line 3, _adaptive.scss */
.col-xs-5th-2 {
  width: 40%; }

/* line 3, _adaptive.scss */
.col-xs-5th-1 {
  width: 20%; }

/* line 3, _adaptive.scss */
.col-xs-5th-pull-5 {
  right: 100%; }

/* line 3, _adaptive.scss */
.col-xs-5th-pull-4 {
  right: 80%; }

/* line 3, _adaptive.scss */
.col-xs-5th-pull-3 {
  right: 60%; }

/* line 3, _adaptive.scss */
.col-xs-5th-pull-2 {
  right: 40%; }

/* line 3, _adaptive.scss */
.col-xs-5th-pull-1 {
  right: 20%; }

/* line 3, _adaptive.scss */
.col-xs-5th-pull-0 {
  right: auto; }

/* line 3, _adaptive.scss */
.col-xs-5th-push-5 {
  left: 100%; }

/* line 3, _adaptive.scss */
.col-xs-5th-push-4 {
  left: 80%; }

/* line 3, _adaptive.scss */
.col-xs-5th-push-3 {
  left: 60%; }

/* line 3, _adaptive.scss */
.col-xs-5th-push-2 {
  left: 40%; }

/* line 3, _adaptive.scss */
.col-xs-5th-push-1 {
  left: 20%; }

/* line 3, _adaptive.scss */
.col-xs-5th-push-0 {
  left: auto; }

/* line 3, _adaptive.scss */
.col-xs-5th-offset-5 {
  margin-left: 100%; }

/* line 3, _adaptive.scss */
.col-xs-5th-offset-4 {
  margin-left: 80%; }

/* line 3, _adaptive.scss */
.col-xs-5th-offset-3 {
  margin-left: 60%; }

/* line 3, _adaptive.scss */
.col-xs-5th-offset-2 {
  margin-left: 40%; }

/* line 3, _adaptive.scss */
.col-xs-5th-offset-1 {
  margin-left: 20%; }

/* line 3, _adaptive.scss */
.col-xs-5th-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  /* line 3, _adaptive.scss */
  .col-sm-5th-1, .col-sm-5th-2, .col-sm-5th-3, .col-sm-5th-4, .col-sm-5th-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-5 {
    width: 100%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-4 {
    width: 80%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-3 {
    width: 60%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-2 {
    width: 40%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-1 {
    width: 20%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-pull-5 {
    right: 100%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-pull-4 {
    right: 80%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-pull-3 {
    right: 60%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-pull-2 {
    right: 40%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-pull-1 {
    right: 20%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-pull-0 {
    right: auto; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-push-5 {
    left: 100%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-push-4 {
    left: 80%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-push-3 {
    left: 60%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-push-2 {
    left: 40%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-push-1 {
    left: 20%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-push-0 {
    left: auto; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-offset-5 {
    margin-left: 100%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-offset-4 {
    margin-left: 80%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-offset-3 {
    margin-left: 60%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-offset-2 {
    margin-left: 40%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-offset-1 {
    margin-left: 20%; }

  /* line 3, _adaptive.scss */
  .col-sm-5th-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  /* line 3, _adaptive.scss */
  .col-md-5th-1, .col-md-5th-2, .col-md-5th-3, .col-md-5th-4, .col-md-5th-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  /* line 3, _adaptive.scss */
  .col-md-5th-5 {
    width: 100%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-4 {
    width: 80%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-3 {
    width: 60%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-2 {
    width: 40%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-1 {
    width: 20%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-pull-5 {
    right: 100%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-pull-4 {
    right: 80%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-pull-3 {
    right: 60%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-pull-2 {
    right: 40%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-pull-1 {
    right: 20%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-pull-0 {
    right: auto; }

  /* line 3, _adaptive.scss */
  .col-md-5th-push-5 {
    left: 100%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-push-4 {
    left: 80%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-push-3 {
    left: 60%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-push-2 {
    left: 40%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-push-1 {
    left: 20%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-push-0 {
    left: auto; }

  /* line 3, _adaptive.scss */
  .col-md-5th-offset-5 {
    margin-left: 100%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-offset-4 {
    margin-left: 80%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-offset-3 {
    margin-left: 60%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-offset-2 {
    margin-left: 40%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-offset-1 {
    margin-left: 20%; }

  /* line 3, _adaptive.scss */
  .col-md-5th-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  /* line 3, _adaptive.scss */
  .col-lg-5th-1, .col-lg-5th-2, .col-lg-5th-3, .col-lg-5th-4, .col-lg-5th-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-5 {
    width: 100%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-4 {
    width: 80%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-3 {
    width: 60%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-2 {
    width: 40%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-1 {
    width: 20%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-pull-5 {
    right: 100%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-pull-4 {
    right: 80%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-pull-3 {
    right: 60%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-pull-2 {
    right: 40%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-pull-1 {
    right: 20%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-pull-0 {
    right: auto; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-push-5 {
    left: 100%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-push-4 {
    left: 80%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-push-3 {
    left: 60%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-push-2 {
    left: 40%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-push-1 {
    left: 20%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-push-0 {
    left: auto; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-offset-5 {
    margin-left: 100%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-offset-4 {
    margin-left: 80%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-offset-3 {
    margin-left: 60%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-offset-2 {
    margin-left: 40%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-offset-1 {
    margin-left: 20%; }

  /* line 3, _adaptive.scss */
  .col-lg-5th-offset-0 {
    margin-left: 0; } }
/*base*/
/* line 2, _styles.scss */
a {
  color: #303030;
  text-decoration: none; }

/* line 3, _styles.scss */
a:hover, a.active {
  color: #313178; }

/* line 4, _styles.scss */
a.nav-item.js-item-title[data-handle='new'] {
  display: none; }

/* line 5, _styles.scss */
a.nav-item.js-item-title[data-handle='bestsellers'] {
  display: none; }

/* line 6, _styles.scss */
a.nav-item.js-item-title[data-handle='sale'] {
  display: none; }

/* line 7, _styles.scss */
.link-underline {
  text-decoration: underline; }

/* line 8, _styles.scss */
.link-dotted {
  text-decoration: none;
  border-bottom: 1px dotted currentColor; }

/* line 9, _styles.scss */
.link-solid {
  text-decoration: none;
  border-bottom: 2px solid currentColor; }

/* line 10, _styles.scss */
.link-bold {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
  line-height: 17px;
  border-bottom: 2px solid currentColor; }

/* line 11, _styles.scss */
.link-bold:hover {
  color: #313178;
  border-bottom-color: #313178; }

/* line 12, _styles.scss */
hr {
  margin: 0px 0px 30px;
  background: #e6e6e6;
  border: none;
  height: 2px;
  overflow: hidden; }

/* line 13, _styles.scss */
.hr--small {
  height: 1px; }

/* line 14, _styles.scss */
.hr--double {
  height: 4px; }

/* line 15, _styles.scss */
strong {
  font-weight: 700; }

/* line 16, _styles.scss */
em {
  font-style: italic; }

/* line 17, _styles.scss */
.animate {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

/* line 18, _styles.scss */
.animate--fast {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 19, _styles.scss */
.nobr {
  white-space: nowrap; }

/* line 20, _styles.scss */
iframe {
  border: none; }

/*---*/
/*элементы форм*/
/* line 25, _styles.scss */
form, fieldset {
  display: block; }

/* line 27, _styles.scss */
input[type='number'], input[type='search'], input[type='text'], input[type='email'], input[type='tel'], input[type='password'], select, textarea {
  color: #1a1a1a;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
  outline: none;
  width: 100%;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 30px; }

/* line 28, _styles.scss */
input.input--large {
  font-size: 13px;
  line-height: 16px;
  padding: 10px 15px;
  height: 38px; }

/* line 29, _styles.scss */
textarea {
  height: auto; }

/* line 31, _styles.scss */
button, .button, input[type=submit] {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  padding: 0px 15px;
  font-weight: 700;
  background: transparent;
  border: 2px solid transparent;
  height: 30px;
  color: #1a1a1a;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  outline: none;
  border-color: #313178;
  background: #313178;
  color: #fff !important;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  white-space: nowrap; }

/* line 32, _styles.scss */
.button--color {
  border-color: #313178;
  background: #313178;
  color: #fff !important; }

/* line 33, _styles.scss */
.button--empty {
  background: transparent;
  color: #313178 !important; }

/* line 34, _styles.scss */
.button--color.button--empty {
  background: transparent;
  color: #313178 !important; }

/* line 35, _styles.scss */
.button--black {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff !important; }

/* line 36, _styles.scss */
.button--black.button--empty {
  background: transparent;
  color: #1a1a1a !important; }

/* line 37, _styles.scss */
.button--grey {
  border-color: #b2b2b2;
  background: #b2b2b2;
  color: #fff !important; }

/* line 38, _styles.scss */
.button--grey.button--empty {
  border-color: #b2b2b2;
  background: transparent;
  color: #999 !important; }

/* line 39, _styles.scss */
.button--white {
  border-color: #fff;
  background: #fff;
  color: #1a1a1a !important; }

/* line 40, _styles.scss */
.button--white.button--empty {
  background: transparent;
  color: #fff !important; }

/* line 41, _styles.scss */
.button--small {
  font-size: 10px;
  line-height: 26px; }

/* line 42, _styles.scss */
.button--small .fa {
  font-size: 13px; }

/* line 43, _styles.scss */
.button--large {
  font-size: 13px;
  line-height: 34px;
  height: 38px;
  padding: 0px 20px; }

/* line 44, _styles.scss */
.button--block {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

/* line 45, _styles.scss */
.button--fa .fa {
  margin: 0px !important; }

/* line 48, _styles.scss */
button .fa, .button .fa, input[type=submit] .fa {
  margin-right: 10px; }
/* line 49, _styles.scss */
button:after, .button:after, input[type=submit]:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  opacity: 0.2;
  width: 100%;
  height: 0%;
  padding-top: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-border-radius: 50%;
  border-radius: 50%; }
/* line 50, _styles.scss */
button:hover:after, .button:hover:after, input[type=submit]:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

/* line 53, _styles.scss */
.button--progress {
  position: relative;
  color: transparent !important; }

/* line 54, _styles.scss */
.button--progress:hover, .button--progress:active, .button--progress:focus {
  cursor: default; }

/* line 55, _styles.scss */
.button--progress:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0px 0px -12px;
  border: 6px double rgba(255, 255, 255, 0.25);
  border-left-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loader 0.5s linear infinite;
  animation: loader 0.5s linear infinite;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 56, _styles.scss */
.button--small.button--progress:before {
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px; }

/* line 57, _styles.scss */
.button--large.button--progress:before {
  margin-top: -14px;
  margin-left: -14px;
  width: 28px;
  height: 28px; }

/* line 59, _styles.scss */
.input-field {
  margin: 15px 0px; }

/* line 60, _styles.scss */
.input-field label {
  display: block;
  margin: 0px 0px 2px; }

/* line 61, _styles.scss */
.input-field input, .input-field textarea {
  width: 100%; }

/* line 62, _styles.scss */
.input-field span {
  display: block;
  margin: 2px 0px 0px; }

/* line 64, _styles.scss */
.input-field--restore {
  margin: 30px 0px; }

/* line 65, _styles.scss */
.input-field--restore a {
  color: #313178; }

/* line 66, _styles.scss */
.input-field--restore a:before {
  content: '';
  width: 20px;
  height: 10px;
  background: url(sprite-yellow-icons.png) no-repeat -135px -51px;
  display: inline-block;
  margin-right: 10px; }

/* line 68, _styles.scss */
input[type='number'], input[type='search'], input[type='text'], input[type='email'], input[type='password'], input[type='tel'], textarea, select, input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* line 69, _styles.scss */
input[type='number'] {
  -moz-appearance: textfield; }

/* line 70, _styles.scss */
select {
  background: #fff url(select-arrow.png) right center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  padding-right: 30px; }

/* line 71, _styles.scss */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: ''; }

/*---*/
/*Основная разметка*/
/* line 75, _styles.scss */
body {
  font-size: 14px;
  line-height: 18px;
  font-family: 'DINRoundPro', Arial, sans-serif;
  color: #1a1a1a;
  background: #fff; }

/* line 76, _styles.scss */
.body {
  width: 100%;
  border-top: 5px solid #313178;
  background: #ffffff;
  -webkit-background-size: cover cover;
  background-size: cover; }

/* line 77, _styles.scss */
.body > .container {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px; }

/* line 78, _styles.scss */
.minwidth {
  position: relative;
  z-index: 4;
  padding: 0px 20px 20px; }

/* line 79, _styles.scss */
.sidebar {
  position: relative;
  z-index: 2;
  float: left;
  width: 21.55%;
  margin: 0px 0px 10px; }

/* line 80, _styles.scss */
.content {
  position: relative;
  z-index: 1;
  float: right;
  width: 78.45%; }

/* line 81, _styles.scss */
.content-full {
  width: 100%; }

/* line 83, _styles.scss */
.video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

/* line 84, _styles.scss */
.video-background-image {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -101;
  background: center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/*---*/
/*Шапка*/
/* line 88, _styles.scss */
#header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: -204px; }

/* line 94, _styles.scss */
.locked #header {
  z-index: 1; }

/* line 95, _styles.scss */
.locked-nav #header {
  z-index: 1; }

/* line 96, _styles.scss */
#phoneInHeaderFix {
  position: absolute;
  right: 50px;
  top: 5px; }

/* line 101, _styles.scss */
#phoneInHeaderFix span {
  font-size: 18px;
  font-weight: bold; }

/* line 105, _styles.scss */
#phoneCallBackIcon {
  padding-right: 10px; }

@media (max-width: 767px) {
  /* line 109, _styles.scss */
  .locked-nav #header {
    z-index: 10; } }
/* line 111, _styles.scss */
.locked-nav .header {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  opacity: 1 !important; }

/* line 112, _styles.scss */
.header {
  position: relative;
  z-index: 10;
  padding: 30px 0px; }

/* line 113, _styles.scss */
.header > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 115, _styles.scss */
.header .contacts {
  float: left;
  white-space: nowrap; }

/* line 116, _styles.scss */
.header .contacts-phone {
  color: #1e1e1e;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  font-weight: 700; }

/* line 117, _styles.scss */
.header .contacts-headertime {
  color: #999;
  font-size: 12px; }

/* line 118, _styles.scss */
.header .contacts-callback {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  line-height: 17px; }

/* line 119, _styles.scss */
.header .contacts-callback a {
  border-bottom: 1px dotted currentColor; }

/* line 120, _styles.scss */
.header .contacts-callback i {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  text-align: center;
  font-size: 20px; }

/* line 122, _styles.scss */
.header-icons {
  float: right; }

/* line 123, _styles.scss */
.header-icon {
  position: relative;
  float: left;
  padding: 0px 15px; }

/* line 124, _styles.scss */
.header-icon + .header-icon {
  margin-left: 15px; }

/* line 125, _styles.scss */
.header-icon .header-icon-link {
  position: relative;
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 17px; }

/* line 126, _styles.scss */
.header-icon:hover a.header-icon-link {
  color: #313178; }

/* line 127, _styles.scss */
.header-icon .header-icon-link .fa {
  display: block;
  margin: 0px auto;
  font-size: 20px; }

/* line 128, _styles.scss */
.header-icon .header-icon-link .header-icon-count {
  display: none;
  position: absolute;
  top: -10px;
  right: -15px;
  background: #e6e6e6;
  color: #1e1e1e !important;
  font-size: 11px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  font-weight: 700; }

/* line 129, _styles.scss */
.header-icons--geo {
  float: none; }

/* line 130, _styles.scss */
.header-icon--geo {
  float: none;
  padding: 0px !important; }

/* line 131, _styles.scss */
.header-icon--geo a {
  color: #303030 !important; }

/* line 132, _styles.scss */
.header-icon--geo a:hover .geo-city span {
  color: #313178; }

/* line 133, _styles.scss */
.header-icon--cart-fixed {
  position: fixed;
  top: 30px;
  right: 30p;
  margin: 0px !important;
  padding: 0px !important; }

/* line 134, _styles.scss */
.header-icon--cart-fixed .header-icon-link:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 2px solid #e6e6e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.2); }

/* line 135, _styles.scss */
.header-icon--cart-fixed .fa {
  color: #ccc; }

/* line 136, _styles.scss */
.header-icon--cart-fixed:hover .header-icon-link:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  border-color: #313178;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

/* line 137, _styles.scss */
.header-icon--cart-fixed:hover .fa {
  color: #313178;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 138, _styles.scss */
.header-icon--cart-fixed .minicart {
  right: -16px !important; }

/* line 140, _styles.scss */
.header .logo {
  text-align: center; }

/* line 141, _styles.scss */
.header .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

/* line 143, _styles.scss */
.header-col-contacts {
  z-index: 5; }

/* line 144, _styles.scss */
.header-col-phone {
  position: absolute;
  left: 0px;
  bottom: 1px; }

/* line 145, _styles.scss */
.header-col-icons {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -10px 0px 0px 0px; }

@media screen and (max-width: 991px) {
  /* line 148, _styles.scss */
  .header-icon {
    padding: 0px 10px; }

  /* line 149, _styles.scss */
  .header-icon + .header-icon {
    margin-left: 10px; }

  /* line 151, _styles.scss */
  .header-col-phone {
    position: relative;
    bottom: auto; } }
/* line 154, _styles.scss */
.hot-collections {
  margin: 0px 0px 15px;
  font-size: 14px;
  text-align: center; }

/* line 155, _styles.scss */
.hot-collections li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 5px; }

/* line 157, _styles.scss */
.nav {
  position: relative;
  margin: 0px 0px 20px;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  font-size: 13px; }

/* line 158, _styles.scss */
.nav > ul {
  padding: 10px 70px 10px 0px; }

/* line 159, _styles.scss */
.nav > ul li {
  float: left;
  margin-right: 20px; }

/* line 160, _styles.scss */
.nav > ul li > a {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 30px;
  font-weight: 700; }

/* line 161, _styles.scss */
.nav > ul li > a .fa {
  margin-right: 5px;
  font-size: 18px; }

/* line 162, _styles.scss */
.nav > ul li:hover {
  z-index: 7; }

/* line 163, _styles.scss */
.nav > ul li:hover > a {
  color: #313178; }

/* line 164, _styles.scss */
.nav > ul li > a.active {
  color: #313178 !important; }

/* line 165, _styles.scss */
.nav .item-title--all {
  color: #313178 !important; }

/* line 168, _styles.scss */
.nav .nav-item {
  position: relative; }
/* line 169, _styles.scss */
.nav .nav-item:before {
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px); }
/* line 171, _styles.scss */
.nav .sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0px;
  width: 100%;
  padding: 10px 0px 0px;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px); }
/* line 173, _styles.scss */
.nav .sub-data {
  background: #fff;
  padding: 0px 30px 15px;
  line-height: 16px;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2); }
/* line 174, _styles.scss */
.nav ul li:hover .sub {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 175, _styles.scss */
.nav ul li:hover .nav-item:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 176, _styles.scss */
.nav .sub-data-title {
  margin: 17px 0px 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }
/* line 177, _styles.scss */
.nav .sub-data-title span {
  display: inline-block;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 12px; }
/* line 179, _styles.scss */
.nav-type--compact .sub-item, .nav-type--extended .sub-item {
  position: relative;
  z-index: 1; }
/* line 180, _styles.scss */
.nav-type--compact .sub-item-sub, .nav-type--extended .sub-item-sub {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 100%;
  width: 100%;
  padding: 3px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  line-height: 20px; }
/* line 181, _styles.scss */
.nav-type--compact .sub-item-sub-double, .nav-type--extended .sub-item-sub-double {
  width: 150%; }
/* line 182, _styles.scss */
.nav-type--compact .sub-item:hover, .nav-type--extended .sub-item:hover {
  z-index: 2; }
/* line 183, _styles.scss */
.nav-type--compact .sub-item:hover .sub-item-sub, .nav-type--extended .sub-item:hover .sub-item-sub {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px); }
/* line 185, _styles.scss */
.nav .sub-title {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 15px; }
/* line 186, _styles.scss */
.nav .sub-title a {
  display: block;
  padding: 0px 0px; }
/* line 187, _styles.scss */
.nav .sub-title span {
  position: relative;
  z-index: 5;
  top: 2px;
  font-size: 16px;
  margin-left: 5px; }
/* line 188, _styles.scss */
.nav .sub-title-arrow {
  position: relative;
  top: 2px;
  font-size: 16px;
  margin-left: 5px; }
/* line 189, _styles.scss */
.nav .sub-title-arrow:before {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px); }
/* line 190, _styles.scss */
.nav .sub-item:hover .sub-title-arrow:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }
/* line 191, _styles.scss */
.nav .sub-title i:before {
  font-weight: 700; }
/* line 192, _styles.scss */
.nav .sub-subtitle {
  margin: 10px 0px; }
/* line 193, _styles.scss */
.nav .sub-item a:hover, .nav .sub-item a.active {
  color: #313178; }
/* line 195, _styles.scss */
.nav .product {
  margin: 0px 0px 10px;
  text-align: center; }
/* line 196, _styles.scss */
.nav .product .product-image {
  width: 80%;
  margin: 0px auto; }
/* line 197, _styles.scss */
.nav .product form {
  display: none; }

/* line 201, _styles.scss */
.nav-type--compact .sub {
  width: 300px; }
/* line 202, _styles.scss */
.nav-type--compact > ul li {
  position: relative; }
/* line 203, _styles.scss */
.nav-type--compact .nav-item-subs:before {
  left: 40px; }
/* line 204, _styles.scss */
.nav-type--compact .sub-data {
  padding: 15px 30px 5px; }

@media (min-width: 768px) {
  /* line 208, _styles.scss */
  .nav-type--vertical > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 235px;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
    box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
    background: #fff;
    padding: 10px 0px;
    -webkit-transform: translate(0px, 22px);
    -ms-transform: translate(0px, 22px);
    transform: translate(0px, 22px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    /* line 225, _styles.scss */
    .nav-type--vertical > ul.is-active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0px, 12px);
      -ms-transform: translate(0px, 12px);
      transform: translate(0px, 12px); }
    /* line 232, _styles.scss */
    .nav-type--vertical > ul:before {
      position: absolute;
      z-index: 8;
      top: 0px;
      right: 0px;
      display: block;
      width: 30px;
      height: 100%;
      background: #fff; }
  /* line 243, _styles.scss */
  .nav-type--vertical > ul li {
    float: none;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 20px; }
  /* line 250, _styles.scss */
  .nav-type--vertical > ul li > a {
    position: relative;
    z-index: 9;
    display: block;
    padding: 7px 40px 7px 0px;
    line-height: 15px; }
    /* line 256, _styles.scss */
    .nav-type--vertical > ul li > a.nav-item-subs:after {
      content: '\f3d3';
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -12px;
      font-family: 'Ionicons';
      font-size: 20px;
      line-height: 24px;
      font-weight: normal; }
  /* line 268, _styles.scss */
  .nav-type--vertical .nav-item-subs:before {
    -webkit-transform: translate(-14px, 0px) rotate(-90deg);
    -ms-transform: translate(-14px, 0px) rotate(-90deg);
    transform: translate(-14px, 0px) rotate(-90deg);
    margin: -10px 0px 0px 0px;
    top: 50%;
    left: 100%;
    text-shadow: none; }
  /* line 277, _styles.scss */
  .nav-type--vertical .sub {
    z-index: 3;
    left: 100%;
    top: 0px;
    width: 860px;
    padding: 0px 0px 0px 10px;
    min-height: 100%;
    height: 100%;
    -webkit-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px);
    display: block !important; }
  /* line 290, _styles.scss */
  .nav-type--vertical .sub-data {
    min-height: 100%;
    padding: 3px 20px 17px; }
  /* line 294, _styles.scss */
  .nav-type--vertical .sub-title {
    margin: 14px 0px 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 18px; }
    /* line 299, _styles.scss */
    .nav-type--vertical .sub-title span {
      display: none; }
    /* line 302, _styles.scss */
    .nav-type--vertical .sub-title .active {
      font-weight: 700; }
  /* line 306, _styles.scss */
  .nav-type--vertical .sub-item-sub {
    font-size: 13px;
    line-height: 16px;
    padding: 0px 0px 0px 15px;
    display: block !important; }
  /* line 312, _styles.scss */
  .nav-type--vertical .sub-subtitle {
    margin: 10px 0px 0px; }
    /* line 314, _styles.scss */
    .nav-type--vertical .sub-subtitle .active {
      font-weight: 700; }
  /* line 319, _styles.scss */
  .nav-type--vertical ul li:hover .nav-item:before {
    -webkit-transform: translate(-4px, 0px) rotate(-90deg);
    -ms-transform: translate(-4px, 0px) rotate(-90deg);
    transform: translate(-4px, 0px) rotate(-90deg); }
  /* line 324, _styles.scss */
  .nav-type--vertical ul li:hover .sub {
    z-index: 5; }

  /* line 329, _styles.scss */
  .nav-vertical-toggle {
    font-size: 16px;
    width: 235px;
    height: 50px;
    line-height: 46px;
    overflow: visible;
    z-index: 3;
    padding: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important; }
    /* line 339, _styles.scss */
    .nav-vertical-toggle .hamburger {
      height: 42px;
      padding: 0px;
      vertical-align: middle;
      margin-left: -10px; }
      /* line 344, _styles.scss */
      .nav-vertical-toggle .hamburger:before {
        -webkit-transform: translate(0px, 24px);
        -ms-transform: translate(0px, 24px);
        transform: translate(0px, 24px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
      /* line 355, _styles.scss */
      .nav-vertical-toggle .hamburger.is-active:before {
        -webkit-transform: translate(0px, 4px);
        -ms-transform: translate(0px, 4px);
        transform: translate(0px, 4px);
        opacity: 1;
        visibility: visible; }
    /* line 364, _styles.scss */
    .nav-vertical-toggle:after {
      display: none; }

  /* line 369, _styles.scss */
  .nav-extra {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 75px 10px 255px;
    background: white; }
    /* line 376, _styles.scss */
    .nav-extra-items {
      height: 30px; }
      /* line 378, _styles.scss */
      .nav-extra-items--overflow {
        overflow: hidden; }
    /* line 382, _styles.scss */
    .nav-extra-item {
      display: inline-block;
      padding: 0px 10px; }
      /* line 385, _styles.scss */
      .nav-extra-item > a {
        text-transform: uppercase;
        font-size: 15px;
        line-height: 30px;
        font-weight: 700; }
      /* line 391, _styles.scss */
      .nav-extra-item--more {
        position: relative; }
    /* line 395, _styles.scss */
    .nav-extra-more {
      cursor: pointer; }
      /* line 397, _styles.scss */
      .nav-extra-more-sub {
        position: absolute;
        z-index: 2;
        right: 0px;
        top: 100%;
        padding-top: 15px;
        width: 250px;
        -webkit-transform: translate(0px, 15px);
        -ms-transform: translate(0px, 15px);
        transform: translate(0px, 15px);
        opacity: 0;
        visibility: hidden; }
        /* line 409, _styles.scss */
        .nav-extra-more-sub-content {
          padding: 10px 20px;
          background: #fff;
          -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
          text-align: left;
          font-size: 14px;
          line-height: 18px; }
          /* line 417, _styles.scss */
          .nav-extra-more-sub-content li {
            padding: 5px 0px; }
    /* line 424, _styles.scss */
    .nav-extra .nav-extra-item--more:hover .nav-extra-more {
      color: #313178; }
    /* line 427, _styles.scss */
    .nav-extra .nav-extra-item--more:hover .nav-extra-more-sub {
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      opacity: 1;
      visibility: visible; } }
/* line 438, _styles.scss */
.nav-shade {
  display: none;
  position: fixed;
  z-index: 19;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(11, 11, 11, 0.8); }

/* line 440, _styles.scss */
#nav > form {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 55px;
  height: 100%; }

/* line 441, _styles.scss */
#nav > form > input {
  padding: 15px 50px 15px 15px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  border-style: none;
  visibility: hidden;
  opacity: 0;
  color: #1a1a1a; }

/* line 442, _styles.scss */
#nav > form > span {
  position: absolute;
  white-space: nowrap;
  right: 0px;
  top: 0px;
  font-size: 11px;
  line-height: 50px;
  width: 70px;
  color: #1a1a1a;
  cursor: pointer; }

/* line 443, _styles.scss */
#nav > form .search-hide {
  visibility: hidden;
  opacity: 0;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 28px;
  display: block;
  width: 44px;
  content: "\00d7";
  text-align: center;
  font-weight: normal; }

/* line 444, _styles.scss */
#nav > form .search-show {
  text-align: right; }

/* line 445, _styles.scss */
#nav > form .search-show .fa {
  margin-right: 5px; }

/* line 446, _styles.scss */
#nav > form.active {
  width: 100%;
  background: #fff; }

/* line 447, _styles.scss */
#nav > form.active .search-hide {
  visibility: visible;
  opacity: 1; }

/* line 448, _styles.scss */
#nav > form.active .search-show {
  visibility: hidden;
  opacity: 0; }

/* line 449, _styles.scss */
#nav > form.active > input {
  visibility: visible;
  opacity: 1; }

/* line 451, _styles.scss */
#nav > form .ui-autocomplete-loading {
  background: rgba(49, 49, 120, 0.15);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: move 0.5s linear infinite;
  animation: move 0.5s linear infinite; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 0px; } }
@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 0px; } }
/* line 460, _styles.scss */
.search-variants {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 50px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  font-size: 14px;
  line-height: 18px; }

/* line 461, _styles.scss */
.search-variants > ul {
  position: relative;
  left: 0px !important;
  top: 0px !important;
  width: 100% !important;
  background: #fff;
  max-height: 271px;
  overflow: auto;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2); }

/* line 462, _styles.scss */
.search-variant {
  display: block;
  padding: 0px; }

/* line 463, _styles.scss */
.search-variant + .search-variant {
  border-top: 1px solid #e6e6e6; }

/* line 464, _styles.scss */
.search-variant a {
  display: block;
  position: relative;
  padding: 15px 15px 15px 66px; }

/* line 465, _styles.scss */
.search-variant a span {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 36px;
  height: 36px;
  background: center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 467, _styles.scss */
#nav > form.active .search-variants {
  visibility: visible;
  opacity: 1; }

/*---*/
/*header minigeo*/
/* line 471, _styles.scss */
.minigeo {
  position: absolute;
  top: 60px;
  left: 50%;
  margin: 0px 0px 0px -180px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  width: 360px; }

/* line 472, _styles.scss */
.header-icon--active .minigeo {
  opacity: 1;
  visibility: visible;
  top: 80px; }

/* line 473, _styles.scss */
.minigeo p {
  text-align: center;
  margin: 0px 0px 15px; }

/*---*/
/*header miniwishlist*/
/* line 477, _styles.scss */
.miniwishlist {
  position: absolute;
  top: 60px;
  right: -1px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  width: 400px; }

/* line 478, _styles.scss */
.header-icon:hover .miniwishlist {
  opacity: 1;
  visibility: visible;
  top: 45px; }

/* line 479, _styles.scss */
.miniwishlist-title {
  margin-bottom: 30px;
  color: #1e1e1e;
  text-transform: uppercase; }

/* line 480, _styles.scss */
.miniwishlist ul {
  overflow: hidden;
  margin: 0px -15px; }

/* line 481, _styles.scss */
.miniwishlist li {
  float: left;
  width: 33.33%;
  padding: 0px 15px;
  margin: 0px 0px 30px; }

/* line 482, _styles.scss */
.miniwishlist li .wishlist-product-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  text-align: center; }

/* line 483, _styles.scss */
.miniwishlist li .wishlist-product-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*---*/
/*header minicompare*/
/* line 487, _styles.scss */
.minicompare {
  position: absolute;
  top: 60px;
  right: -1px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  width: 400px; }

/* line 488, _styles.scss */
.header-icon:hover .minicompare {
  opacity: 1;
  visibility: visible;
  top: 45px; }

/* line 489, _styles.scss */
.minicompare-title {
  margin-bottom: 30px;
  color: #1e1e1e;
  text-transform: uppercase; }

/* line 490, _styles.scss */
.minicompare ul {
  margin: -10px 0px 20px; }

/* line 491, _styles.scss */
.minicompare-item {
  margin-bottom: 15px; }

/* line 492, _styles.scss */
.minicompare-item a {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 15px; }

/* line 493, _styles.scss */
.minicompare-item .minicompare-item-remove {
  position: relative;
  top: -6px;
  float: right;
  font-size: 26px;
  height: 15px;
  color: #999; }

/* line 494, _styles.scss */
.minicompare-item .minicompare-item-remove:hover {
  color: #f30; }

/*---*/
/*header minicart*/
/* line 498, _styles.scss */
.minicart {
  position: absolute;
  top: 60px;
  right: -1px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  width: 400px; }

/* line 499, _styles.scss */
.header-icon:hover .minicart {
  opacity: 1;
  visibility: visible;
  top: 45px; }

/* line 500, _styles.scss */
.minicart-title {
  margin-bottom: 30px;
  color: #1e1e1e;
  text-transform: uppercase; }

/* line 501, _styles.scss */
.minicart-item {
  margin-bottom: 30px; }

/* line 502, _styles.scss */
.minicart-item a {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 15px; }

/* line 503, _styles.scss */
.minicart-items {
  max-height: 300px;
  overflow: auto;
  margin: 0px -15px 30px; }

/* line 504, _styles.scss */
.minicart-items-inner {
  padding: 0px 15px; }

/* line 505, _styles.scss */
.minicart-items .minicart-item:last-child {
  margin-bottom: 0px; }

/* line 506, _styles.scss */
.minicart-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  text-align: center; }

/* line 507, _styles.scss */
.minicart-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 508, _styles.scss */
.minicart-money {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #1e1e1e;
  margin-top: 5px; }

/* line 509, _styles.scss */
.minicart-total {
  color: #1e1e1e; }

/* line 510, _styles.scss */
.minicart-total span {
  font-weight: 700;
  font-size: 17px; }

/* line 511, _styles.scss */
.minicart-item .minicart-item-remove {
  position: relative;
  top: -6px;
  float: right;
  font-size: 26px;
  height: 15px;
  color: #999; }

/* line 512, _styles.scss */
.minicart-item .minicart-item-remove:hover {
  color: #f30; }

/* line 513, _styles.scss */
.minicart-item.cart-item-removed {
  opacity: 0.5; }

/*---*/
/*white corners*/
/* line 518, _styles.scss */
.minigeo:before, .miniwishlist:before, .minicompare:before, .minicart:before, .sub-title-arrow:before, .nav-item-subs:before, .nav-vertical-toggle .hamburger:before, .nav-extra-more-sub:before, .block-filter-content .filter-data:before, .drop-selector-sub-content:before {
  content: '\f365';
  font-family: 'Ionicons';
  position: absolute;
  top: -30px;
  right: 7px;
  text-shadow: 0px -7px 10px rgba(30, 30, 30, 0.04);
  font-size: 80px;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  height: 40px;
  overflow: hidden; }

/* line 521, _styles.scss */
.minigeo:before {
  right: 50%;
  margin-right: -20px; }

/* line 524, _styles.scss */
.nav-item-subs:before {
  top: 100%;
  left: 50%;
  right: auto;
  font-size: 40px;
  line-height: 20px;
  height: 20px;
  margin: -4px 0px 0px -10px; }

/* line 527, _styles.scss */
.sub-title-arrow:before {
  top: 16px;
  left: -5px;
  right: auto;
  font-size: 40px;
  line-height: 20px;
  height: 20px; }

/* line 530, _styles.scss */
.nav-vertical-toggle .hamburger:before {
  top: 57px;
  left: 0px;
  right: auto; }

/* line 533, _styles.scss */
.nav-extra-more-sub:before {
  top: 0px;
  right: 9px;
  font-size: 40px;
  line-height: 20px;
  height: 20px; }

/* line 536, _styles.scss */
.block-filter-content .filter-data:before, .drop-selector-sub-content:before {
  top: -10px;
  left: 50%;
  right: auto;
  font-size: 40px;
  line-height: 20px;
  height: 20px;
  margin: -4px 0px 0px -10px; }

/* line 539, _styles.scss */
.block-filter-content .filter-data:before {
  left: 22px; }

/* line 542, _styles.scss */
.block-filter-content .filter-data--right:before {
  left: auto;
  right: 12px; }

@media (max-width: 991px) {
  /* line 546, _styles.scss */
  .miniwishlist:before, .minicompare:before, .minicart:before {
    right: 1px; } }
/*---*/
/*index*/
/* line 552, _styles.scss */
.index-services .item {
  margin: 0px 0px 30px; }

/* line 554, _styles.scss */
.index-services .title {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px; }

/* line 555, _styles.scss */
.index-services .description {
  font-size: 13px;
  line-height: 15px;
  margin-top: 10px; }

/* line 557, _styles.scss */
.index-subscribe {
  background: #f5911e;
  border: 4px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  color: #fff;
  margin: 0px 0px 30px; }

/* line 558, _styles.scss */
.index-subscribe .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 559, _styles.scss */
.index-subscribe .description {
  font-size: 11px;
  margin-top: 6px;
  line-height: 13px; }

/* line 560, _styles.scss */
.index-subscribe input[type='email'] {
  width: 100%;
  border: 1px solid #fff;
  margin: 10px 0px; }

@media screen and (max-width: 767px) {
  /* line 563, _styles.scss */
  .index-services .item {
    text-align: center; }

  /* line 564, _styles.scss */
  .index-services .item img {
    margin: 0px auto; } }
/*---*/
/*слайды*/
/* line 569, _styles.scss */
.slider {
  margin: -30px 0px 30px; }

/* line 571, _styles.scss */
#slider .owl-prev, #slider .owl-next, #slider-mobile .owl-prev, #slider-mobile .owl-next {
  position: absolute;
  top: 50%;
  font-size: 50px;
  height: 50px;
  margin-top: -25px;
  width: 40px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85); }
/* line 572, _styles.scss */
#slider:hover .owl-prev, #slider:hover .owl-next, #slider-mobile:hover .owl-prev, #slider-mobile:hover .owl-next {
  opacity: 1;
  visibility: visible; }
/* line 573, _styles.scss */
#slider .owl-prev, #slider-mobile .owl-prev {
  left: 0px; }
/* line 574, _styles.scss */
#slider .owl-prev:hover, #slider-mobile .owl-prev:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
/* line 575, _styles.scss */
#slider .owl-next, #slider-mobile .owl-next {
  right: 0px; }
/* line 576, _styles.scss */
#slider .owl-next:hover, #slider-mobile .owl-next:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
/* line 577, _styles.scss */
#slider .owl-dots, #slider-mobile .owl-dots {
  margin-top: 10px;
  text-align: center; }
/* line 578, _styles.scss */
#slider .owl-dot, #slider-mobile .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #e6e6e6;
  margin: 0px 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85); }
/* line 579, _styles.scss */
#slider .owl-dot.active, #slider-mobile .owl-dot.active {
  background: #313131;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
/* line 580, _styles.scss */
#slider .disabled, #slider-mobile .disabled {
  display: none; }

/* line 583, _styles.scss */
#slider-mobile .owl-prev, #slider-mobile .owl-next {
  margin-top: -42px; }

/* line 585, _styles.scss */
#slider {
  margin: 30px 0px 0px; }

/* line 586, _styles.scss */
#slider-mobile {
  margin: 15px 0px 0px; }

/* line 589, _styles.scss */
.template-index #slider .owl-dots, .template-index #slider-mobile .owl-dots {
  display: none !important; }

@media (max-width: 767px) {
  /* line 593, _styles.scss */
  .template-index #slider .owl-dots, .template-index #slider-mobile .owl-dots {
    display: block !important; } }
/* line 597, _styles.scss */
.banners .item {
  margin-top: 30px;
  overflow: hidden; }

/* line 598, _styles.scss */
.banners .js-banner-item {
  max-height: 195px; }

/* line 599, _styles.scss */
.banners img {
  display: block;
  max-width: 100%;
  height: auto; }

/* line 601, _styles.scss */
.text #slider {
  margin: 0px 0px 30px; }

/*---*/
/*библиотека знаний*/
/* line 605, _styles.scss */
.library {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  text-align: center; }

/* line 606, _styles.scss */
.library li {
  display: inline-block;
  margin: 0px 0px 30px; }

/* line 607, _styles.scss */
.library li a {
  display: inline-block;
  color: #999;
  max-width: 200px;
  padding: 0px 15px; }

/* line 608, _styles.scss */
.library li a i {
  position: relative;
  display: block;
  margin: 0px auto 10px;
  width: 120px;
  height: 120px; }

/* line 609, _styles.scss */
.library li a i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #313178;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 610, _styles.scss */
.library li a span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  margin: -45px 0px 0px -45px;
  background: center bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  overflow: hidden; }

/* line 611, _styles.scss */
.library li a:hover {
  color: #313178; }

/* line 612, _styles.scss */
.library li a:hover i:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1; }

@media (max-width: 426px) {
  /* line 614, _styles.scss */
  .library li a {
    width: 145px; }

  /* line 615, _styles.scss */
  .library li a i {
    width: 115px;
    height: 115px; } }
/*---*/
/*отзывы на главной*/
/* line 620, _styles.scss */
.index-reviews {
  margin: 0px 0px 30px;
  padding: 30px;
  background: #e6e6e6; }

/* line 621, _styles.scss */
.index-reviews .page-title {
  margin: 0px; }

/* line 622, _styles.scss */
.index-review {
  margin: 30px 0px 0px; }

/* line 623, _styles.scss */
.index-review-thumb {
  display: block;
  width: 100px;
  height: 100px;
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px auto; }

/* line 624, _styles.scss */
.index-review-title {
  font-size: 16px;
  line-height: 18px;
  color: #1a1a1a;
  margin: 10px 0px;
  font-weight: 700; }

/* line 625, _styles.scss */
.index-review-rating {
  margin: 6px 0px;
  color: #fdb700;
  font-size: 16px;
  line-height: 20px; }

/* line 626, _styles.scss */
.index-review-rating .fa {
  margin: 0px 5px; }

/* line 627, _styles.scss */
.index-review-rating .fa-color-grey {
  color: #999; }

/* line 628, _styles.scss */
.index-review-content {
  color: #1a1a1a;
  font-size: 15px; }

/* line 629, _styles.scss */
.index-review-all {
  margin: 30px 0px 0px; }

/* line 630, _styles.scss */
.index-review-all a + a {
  margin-left: 15px; }

/*---*/
/*вкладки на главной*/
/* line 634, _styles.scss */
.collection-tabs-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0px 0px 30px; }

/* line 635, _styles.scss */
.collection-tabs-main li {
  position: relative;
  display: inline-block;
  width: 33.33333333%;
  padding: 15px 15px 11px;
  border-bottom: 4px solid rgba(49, 49, 120, 0.15);
  background: rgba(49, 49, 120, 0.15);
  cursor: pointer;
  -webkit-box-shadow: -1px 0px 0px 0px #fff;
  box-shadow: -1px 0px 0px 0px #fff; }

/* line 636, _styles.scss */
.collection-tabs-main li:first-child {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 637, _styles.scss */
.collection-tabs-main li:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(49, 49, 120, 0.15);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

/* line 639, _styles.scss */
.collection-tabs-main-thumb {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle; }
  /* line 645, _styles.scss */
  .collection-tabs-main-thumb img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  /* line 652, _styles.scss */
  .collection-tabs-main-thumb svg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    fill: #1a1a1a;
    width: 100%;
    height: 100%; }
  /* line 662, _styles.scss */
  .collection-tabs-main-thumb-first {
    z-index: 1; }
  /* line 665, _styles.scss */
  .collection-tabs-main-thumb-second {
    z-index: 2;
    opacity: 0;
    visibility: hidden; }
/* line 671, _styles.scss */
.collection-tabs-main-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

/* line 677, _styles.scss */
.collection-tabs-main li:hover, .collection-tabs-main .collection-tabs-main-active {
  border-bottom-color: #313178;
  color: #313178; }
  /* line 681, _styles.scss */
  .collection-tabs-main li:hover .collection-tabs-main-thumb svg, .collection-tabs-main .collection-tabs-main-active .collection-tabs-main-thumb svg {
    fill: #313178; }

/* line 686, _styles.scss */
.collection-tabs-main li:hover:before, .collection-tabs-main .collection-tabs-main-active:before {
  opacity: 1;
  visibility: visible; }

/* line 691, _styles.scss */
.collection-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  margin: 0px 0px -10px; }

/* line 692, _styles.scss */
.collection-tabs li {
  display: inline-block;
  margin: 0px 0px 10px 0px;
  padding: 0px 15px; }

/* line 693, _styles.scss */
.collection-tabs li a {
  display: inline-block;
  padding: 0px 0px 5px;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  color: #1a1a1a;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 694, _styles.scss */
.collection-tabs li a:hover {
  color: #999; }

/* line 695, _styles.scss */
.collection-tabs li.active a {
  font-weight: 700;
  border-bottom-color: #313178;
  color: #313178 !important; }

/*---*/
/*блоки в левой колонке*/
/* line 699, _styles.scss */
.block {
  position: relative;
  margin: 0px 0px 20px;
  border: 2px solid #e6e6e6;
  padding: 5px 15px;
  background: #fff; }

/* line 700, _styles.scss */
.block-clear {
  margin: 0px 0px 20px; }

/* line 701, _styles.scss */
.block-title {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 10px 0px; }

/* line 703, _styles.scss */
.block-menu {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0px;
  padding-left: 20px; }

/* line 704, _styles.scss */
.block-menu .block-menu {
  font-size: 13px;
  line-height: 16px; }

/* line 705, _styles.scss */
.block-menu a {
  display: inline-block;
  color: #1a1a1a; }

/* line 706, _styles.scss */
.block-menu a:hover, .block-menu a.active {
  color: #313178; }

/* line 707, _styles.scss */
.block-menu a.active {
  font-weight: 700;
  text-decoration: none; }

/* line 708, _styles.scss */
.block-menu li {
  position: relative;
  margin: 10px 0px; }

/* line 709, _styles.scss */
.block-menu-title {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px; }

/* line 711, _styles.scss */
.block-menu .block-menu-item-withsub a {
  padding-right: 30px; }

/* line 712, _styles.scss */
.block-menu .sub-toggle {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }

/* line 713, _styles.scss */
.block-menu .sub-toggle i:before {
  font-weight: 700; }

/* line 714, _styles.scss */
.block-menu .sub-toggle.is-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* line 715, _styles.scss */
.block-menu .sub ul {
  margin-bottom: 0px; }

/* line 716, _styles.scss */
.block-menu .sub ul li {
  margin-bottom: 0px; }

/* line 717, _styles.scss */
.block-menu .sub ul li a {
  padding: 0px; }

/* line 718, _styles.scss */
.block-menu .counter {
  color: #999;
  font-weight: 400;
  padding-left: 4px; }

/* line 719, _styles.scss */
.block-menu .counter:before {
  content: '('; }

/* line 720, _styles.scss */
.block-menu .counter:after {
  content: ')'; }

/* line 722, _styles.scss */
#nav .sub-toggle.is-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* line 724, _styles.scss */
.block-submit-table {
  width: 100%; }

/* line 725, _styles.scss */
.block-submit-table th {
  width: 1%; }

/* line 726, _styles.scss */
.block-submit-table td {
  text-align: left;
  padding-left: 10px; }

/* line 727, _styles.scss */
.block-submit-table td a {
  font-size: 13px;
  line-height: 16px;
  color: #999; }

/* line 728, _styles.scss */
.block-submit-table td a:hover {
  color: #313178; }

/*---*/
/*Фильтры*/
/* line 732, _styles.scss */
.block-filter {
  padding: 0px 15px; }

/* line 733, _styles.scss */
.block-filter .block-title {
  position: relative;
  margin: 0px -15px;
  padding: 10px 15px;
  background: #e6e6e6; }

/* line 734, _styles.scss */
.block-filter .block-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 40px;
  width: 40px;
  height: 20px;
  text-align: center;
  color: #999;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 735, _styles.scss */
.block-filter .block-close:hover {
  color: #1a1a1a; }

/* line 736, _styles.scss */
.block-filter .hidden {
  display: none; }

/* line 737, _styles.scss */
.filter-reset {
  display: block;
  text-decoration: none;
  text-align: center;
  margin-top: 10px; }

/* line 739, _styles.scss */
.filter-item {
  margin: 15px 0px; }

/* line 740, _styles.scss */
.filter-item + .filter-item {
  border-top: 1px dotted #e6e6e6;
  padding-top: 15px; }

/* line 741, _styles.scss */
.filter-item .filter-title {
  font-weight: 700;
  color: #1a1a1a; }

/* line 742, _styles.scss */
.filter-item .checkbox {
  position: relative;
  margin: 5px 0px;
  padding-left: 20px;
  min-height: 16px;
  font-size: 13px;
  line-height: 16px; }

/* line 743, _styles.scss */
.filter-item .checkbox input {
  position: absolute;
  left: 0px;
  top: 2px;
  opacity: 0;
  visibility: hidden; }

/* line 744, _styles.scss */
.filter-item .checkbox label {
  margin: 0px;
  cursor: pointer; }

/* line 745, _styles.scss */
.filter-item .checkbox label:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #b2b2b2;
  background: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

/* line 746, _styles.scss */
.filter-item .checkbox label:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 11px;
  height: 11px;
  background: #313178;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

/* line 747, _styles.scss */
.filter-item .checkbox label:hover:after {
  border-color: #313178; }

/* line 748, _styles.scss */
.filter-item .checkbox label:hover:before {
  opacity: 0.2;
  visibility: visible;
  background: #313178; }

/* line 749, _styles.scss */
.filter-item .checkbox-checked label, .filter-item .checkbox-checked label a {
  color: #1a1a1a;
  font-weight: 700; }

/* line 750, _styles.scss */
.filter-item .checkbox-checked label:after {
  border-color: #313178; }

/* line 751, _styles.scss */
.filter-item .checkbox-checked label:before {
  opacity: 1 !important;
  visibility: visible; }

/* line 752, _styles.scss */
.filter-item .property-counter {
  color: #999;
  font-weight: 400;
  padding-left: 4px; }

/* line 753, _styles.scss */
.filter-item .property-counter:before {
  content: '('; }

/* line 754, _styles.scss */
.filter-item .property-counter:after {
  content: ')'; }

/* line 755, _styles.scss */
.filter-item .filter-title .property-counter {
  display: none; }

/* line 757, _styles.scss */
.filter-item-hidden {
  display: none; }

/* line 759, _styles.scss */
.filter-item .checkbox-disabled label, .filter-item .checkbox-disabled label a {
  cursor: default;
  color: #999; }

/* line 761, _styles.scss */
.filter-item .checkbox-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0px 0px 0px;
  width: 24px;
  height: 24px; }

/* line 762, _styles.scss */
.filter-item .checkbox-color input {
  position: absolute;
  left: 0px;
  top: 2px;
  opacity: 0;
  visibility: hidden; }

/* line 763, _styles.scss */
.filter-item .checkbox-color label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f0f0f0 center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  text-indent: -500px;
  font-size: 0px;
  overflow: hidden; }

/* line 764, _styles.scss */
.filter-item .checkbox-color label:hover {
  border-color: #313178; }

/* line 765, _styles.scss */
.filter-item .checkbox-color.checkbox-checked label {
  border: 2px solid #313178; }

/* line 766, _styles.scss */
.filter-item .checkbox-color.checkbox-checked label:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #313178;
  margin: -3px 0px 0px -3px;
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff; }

/* line 767, _styles.scss */
.filter-item-color {
  max-width: 228px;
  white-space: normal; }

/* line 769, _styles.scss */
.filter-price-range {
  width: 100%;
  text-align: center;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 13px; }

/* line 770, _styles.scss */
.filter-price table {
  width: 100%;
  margin: 5px 0px 0px; }

/* line 771, _styles.scss */
.filter-price td {
  width: 1%; }

/* line 772, _styles.scss */
.filter-price th {
  padding: 0px 4px;
  vertical-align: middle; }

/* line 774, _styles.scss */
.filter-submit {
  margin: 15px 0px; }

/* line 776, _styles.scss */
.filter-count {
  position: absolute;
  z-index: 5;
  display: none;
  white-space: nowrap;
  background: #313131;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }

/* line 777, _styles.scss */
.filter-count strong {
  text-decoration: underline; }

/* line 778, _styles.scss */
.filter-count .fa-caret-left {
  position: absolute;
  left: -8px;
  font-size: 30px;
  height: 30px;
  top: 4px;
  color: #313131; }

/* line 779, _styles.scss */
.filter-count-loader {
  width: 20px;
  position: relative;
  display: inline-block;
  margin-right: 5px; }

/* line 780, _styles.scss */
.sidebar-left .filter-count {
  left: 100%;
  margin-left: -5px; }

/* line 781, _styles.scss */
.sidebar-right .filter-count {
  right: 100%;
  margin-right: -5px; }

/* line 782, _styles.scss */
.sidebar-right .filter-count .fa-caret-left {
  left: auto;
  right: -8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 784, _styles.scss */
.drag-place {
  position: relative;
  margin: 15px 0px;
  height: 3px;
  background-color: #e6e6e6; }

/* line 785, _styles.scss */
.drag {
  position: relative;
  height: 3px; }

/* line 786, _styles.scss */
.drag .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -6px;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  background: #313178;
  outline: none;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 787, _styles.scss */
.drag .ui-slider-handle:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 1px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 788, _styles.scss */
.drag .ui-slider-range {
  position: absolute;
  z-index: 1;
  top: 0px;
  height: 3px;
  background-color: #313178; }

/* line 789, _styles.scss */
.drag .ui-slider-range-min {
  left: 0px; }

/* line 790, _styles.scss */
.drag .ui-slider-range-max {
  right: 0px; }

/* line 792, _styles.scss */
.block-filter-sidebar.block-filter-disabled:before {
  content: '';
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5; }

/* line 795, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-hidden {
  display: none; }
/* line 797, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-more {
  margin: 5px 0px;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  display: block !important; }
/* line 798, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-more.hidden {
  display: none !important; }
/* line 799, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-more span {
  color: #1a1a1a;
  border-bottom: 1px dotted currentColor;
  cursor: pointer; }
/* line 800, _styles.scss */
.block-filter-sidebar .filter-item .checkbox-more span:hover {
  color: #313178; }
/* line 801, _styles.scss */
.block-filter-sidebar .filter-data button {
  display: none; }
/* line 802, _styles.scss */
.block-filter-sidebar .filter-item .filter-title span {
  display: none; }
/* line 803, _styles.scss */
.block-filter-sidebar .filter-current-reset {
  display: none; }
/* line 804, _styles.scss */
.block-filter-sidebar .filter-item-reset {
  display: none; }
/* line 806, _styles.scss */
.block-filter-sidebar .filter-item-hidden-show {
  display: none !important; }
/* line 807, _styles.scss */
.block-filter-sidebar .filter-item-hidden {
  display: block !important; }
/* line 808, _styles.scss */
.block-filter-sidebar .filter-item-hidden.hidden {
  display: none !important; }

/* line 811, _styles.scss */
.block-filter-content.block-filter-disabled .filter-scroll:before {
  content: '';
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5; }

/* line 812, _styles.scss */
.block-filter-content {
  position: relative;
  z-index: 5;
  padding: 0px;
  margin: 0px 0px 30px;
  border: none;
  min-height: 30px; }
  /* line 815, _styles.scss */
  .block-filter-content .filter {
    position: relative;
    min-height: 40px; }
  /* line 817, _styles.scss */
  .block-filter-content .filter-item .checkbox-more {
    display: none !important; }
  /* line 819, _styles.scss */
  .block-filter-content .block-title-content {
    position: absolute;
    line-height: 30px;
    font-weight: 700;
    color: #1a1a1a;
    left: 0px;
    top: 15px; }
  /* line 820, _styles.scss */
  .block-filter-content .filter-data {
    position: absolute;
    top: 100%;
    left: 0px;
    padding: 0px 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
    box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
    width: 240px;
    margin: 20px 0px 0px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  /* line 821, _styles.scss */
  .block-filter-content .filter-data--right {
    left: auto;
    right: 0px; }
  /* line 822, _styles.scss */
  .block-filter-content .filter-scroll {
    margin: 0px -15px 15px;
    padding: 10px 15px;
    overflow: auto;
    max-height: 236px;
    border-bottom: 1px solid #e6e6e6; }
  /* line 823, _styles.scss */
  .block-filter-content .filter-item {
    float: left;
    position: relative;
    margin: 10px 10px 0px 0px;
    border: none;
    padding: 0px; }
  /* line 824, _styles.scss */
  .block-filter-content .filter-item .filter-title {
    position: relative;
    padding: 5px 24px 5px 10px;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    font-weight: 400;
    color: #1a1a1a;
    cursor: pointer; }
  /* line 825, _styles.scss */
  .block-filter-content .filter-item .filter-title:before {
    content: '\f3d0';
    display: inline-block;
    font-family: "Ionicons";
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 7px; }
  /* line 826, _styles.scss */
  .block-filter-content .filter-item .filter-title:hover {
    color: #999; }
  /* line 828, _styles.scss */
  .block-filter-content .filter-item-active {
    z-index: 3; }
  /* line 829, _styles.scss */
  .block-filter-content .filter-item-active .filter-data {
    opacity: 1;
    visibility: visible;
    margin-top: 10px; }
  /* line 831, _styles.scss */
  .block-filter-content .filter-item-filtered {
    padding-right: 31px; }
    /* line 833, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-current-reset {
      position: absolute;
      top: 0px;
      right: 0px;
      background: #e6e6e6;
      width: 30px;
      height: 30px;
      text-align: center;
      color: #1e1e1e;
      cursor: pointer;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    /* line 834, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-current-reset:hover {
      background: #313178;
      color: #fff; }
    /* line 835, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-current-reset:before {
      content: '\f404';
      display: inline-block;
      font-family: "Ionicons";
      font-size: 26px;
      line-height: 30px;
      font-style: normal; }
    /* line 836, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-title {
      background: #e6e6e6;
      border: none;
      margin: 0px;
      padding: 6px 11px;
      color: #1e1e1e !important; }
    /* line 837, _styles.scss */
    .block-filter-content .filter-item-filtered .filter-title:before {
      display: none; }
  /* line 839, _styles.scss */
  .block-filter-content .filter-submit {
    display: none !important; }
  /* line 840, _styles.scss */
  .block-filter-content .filter-count {
    display: none !important; }
  /* line 841, _styles.scss */
  .block-filter-content .filter-item-reset {
    float: right;
    margin-right: 0px !important; }
  /* line 842, _styles.scss */
  .block-filter-content .filter-item-reset .link-dotted {
    color: #313178;
    line-height: 30px; }
  /* line 844, _styles.scss */
  .block-filter-content .filter-item-hidden-show {
    margin-right: 0px; }
  /* line 845, _styles.scss */
  .block-filter-content .filter-item-hidden-show .filter-title {
    border-color: #313178;
    color: #313178 !important; }
  /* line 846, _styles.scss */
  .block-filter-content .filter-item-hidden-show .filter-title:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  /* line 847, _styles.scss */
  .block-filter-content .filter-item-hidden-show .filter-title.active:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  /* line 849, _styles.scss */
  .block-filter-content .filter-stick-content {
    background: #fff; }
  /* line 850, _styles.scss */
  .block-filter-content .filter-stick-content.is_stuck {
    padding-bottom: 10px; }

/* line 853, _styles.scss */
.products-sort {
  margin: 0px 0px 15px;
  position: relative;
  z-index: 6; }

/* line 854, _styles.scss */
.products-sort-margin {
  margin: 0px 0px 30px !important; }

/* line 855, _styles.scss */
.products-sort-withsub {
  margin: -15px 0px 15px; }

/* line 856, _styles.scss */
.products-sort .products-filter {
  float: right;
  margin: -6px 0px; }

/* line 857, _styles.scss */
.products-sort .products-filter li {
  display: inline-block;
  vertical-align: middle; }

/* line 858, _styles.scss */
.products-sort .products-filter li + li {
  margin-left: 5px; }

/* line 860, _styles.scss */
.drop-selector {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
  text-align: left;
  color: #1a1a1a; }
  /* line 867, _styles.scss */
  .drop-selector .drop-selector-item {
    position: relative;
    z-index: 10;
    display: inline-block; }
  /* line 868, _styles.scss */
  .drop-selector .drop-selector-more {
    cursor: pointer;
    position: relative;
    border-bottom: 1px dotted currentColor; }
  /* line 869, _styles.scss */
  .drop-selector .drop-selector-more i {
    position: absolute;
    top: 2px;
    right: -15px;
    font-size: 18px; }
  /* line 870, _styles.scss */
  .drop-selector .drop-selector-more:hover {
    color: #999; }
  /* line 871, _styles.scss */
  .drop-selector .drop-selector-sub {
    position: absolute;
    left: 50%;
    top: 28px;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  /* line 872, _styles.scss */
  .drop-selector .drop-selector-sub li {
    display: block;
    margin: 10px 0px; }
  /* line 873, _styles.scss */
  .drop-selector .drop-selector-sub li span {
    cursor: pointer;
    position: relative;
    padding-left: 15px; }
  /* line 874, _styles.scss */
  .drop-selector .drop-selector-sub li span:hover {
    color: #999; }
  /* line 875, _styles.scss */
  .drop-selector .drop-selector-sub li span.active {
    color: #1a1a1a !important;
    font-weight: 700; }
  /* line 876, _styles.scss */
  .drop-selector .drop-selector-sub li span.active:before {
    content: '\f121';
    font-family: "Ionicons";
    position: absolute;
    left: -5px;
    top: 0px;
    font-size: 14px;
    font-weight: normal; }
  /* line 877, _styles.scss */
  .drop-selector .drop-selector-sub-content {
    position: relative;
    padding: 10px 30px 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
    box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2); }
  /* line 878, _styles.scss */
  .drop-selector .drop-selector-item.drop-selector-active .drop-selector-sub {
    top: 18px;
    opacity: 1;
    visibility: visible; }
  /* line 879, _styles.scss */
  .drop-selector-order {
    float: left;
    z-index: 3; }
  /* line 883, _styles.scss */
  .drop-selector-page_size {
    float: right;
    z-index: 2; }

/*---*/
/*Сравнение*/
/* line 891, _styles.scss */
.block-compare {
  font-size: 13px;
  line-height: 16px;
  margin: 15px 0px; }

/* line 892, _styles.scss */
.block-compare a {
  color: #1a1a1a; }

/* line 893, _styles.scss */
.block-compare a:hover, .block-compare a.active {
  color: #313178; }

/* line 894, _styles.scss */
.block-compare a.active {
  font-weight: 700;
  text-decoration: none; }

/* line 895, _styles.scss */
.block-compare li {
  position: relative;
  margin: 0px 0px 10px;
  padding-right: 20px; }

/* line 896, _styles.scss */
.block-compare .compare-remove {
  position: absolute;
  right: 0px;
  top: -5px;
  font-size: 26px;
  color: #999; }

/* line 897, _styles.scss */
.block-compare .compare-remove:hover {
  color: #f30; }

/* line 898, _styles.scss */
.block-compare .wishlist-remove {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #999; }

/* line 899, _styles.scss */
.block-compare .wishlist-remove:hover {
  color: #f30; }

/* line 900, _styles.scss */
.compare-submit {
  margin: 15px 0px 10px;
  border-top: 1px dotted #e6e6e6;
  padding-top: 15px; }

/* line 902, _styles.scss */
.compare-page {
  margin: 0px 0px 30px; }

/* line 903, _styles.scss */
.compare-table {
  width: 100%;
  table-layout: fixed;
  font-size: 13px;
  line-height: 16px; }

/* line 904, _styles.scss */
.compare-table td, .compare-table th {
  padding: 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center; }

/* line 905, _styles.scss */
.compare-table tbody th {
  text-align: left;
  font-weight: 700;
  color: #1a1a1a; }

/* line 906, _styles.scss */
.compare-show-similar, .compare-hide-similar {
  display: none; }

/* line 907, _styles.scss */
.compare-item-title {
  vertical-align: top; }

/* line 908, _styles.scss */
.compare-item-title .compare-remove {
  color: #999;
  font-weight: normal;
  line-height: 24px; }

/* line 909, _styles.scss */
.compare-item-title .compare-remove i {
  margin-right: 5px;
  font-size: 24px;
  vertical-align: middle; }

/* line 910, _styles.scss */
.compare-item-title .compare-remove:hover {
  color: #f50; }

/* line 911, _styles.scss */
.compare-item-thumb {
  display: block;
  width: 160px;
  height: 160px;
  background: center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 10px auto; }

/* line 912, _styles.scss */
.compare-item-price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #1a1a1a; }

/* line 914, _styles.scss */
.compare-table-4 {
  width: 100%; }

/* line 915, _styles.scss */
.compare-table-3 {
  width: 80%; }

/* line 916, _styles.scss */
.compare-table-2 {
  width: 60%; }

/* line 917, _styles.scss */
.compare-table-1 {
  width: 40%; }

/*---*/
/*Избранное*/
/* line 921, _styles.scss */
.block-wishlist {
  overflow: hidden;
  margin: -10px; }

/* line 922, _styles.scss */
.block-wishlist li {
  float: left;
  padding: 10px;
  width: 33.3%; }

/* line 923, _styles.scss */
.block-wishlist li a {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center; }

/* line 924, _styles.scss */
.block-wishlist li img {
  display: inline-block;
  max-height: 100%;
  width: auto; }

/*---*/
/*Контент*/
/* line 928, _styles.scss */
.text .h1 {
  margin: 20px 0px; }

/* line 929, _styles.scss */
.text .h1 h1 {
  margin: 0px 20px 0px 0px;
  display: inline;
  vertical-align: middle; }

/* line 930, _styles.scss */
.text .h1 span {
  font-size: 24px;
  line-height: 24px;
  color: #999;
  font-weight: 100;
  display: none;
  white-space: nowrap;
  margin-right: 20px;
  vertical-align: middle; }

/* line 931, _styles.scss */
.text .h1 .js-filter-full-reset {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
  vertical-align: middle;
  white-space: nowrap; }

/* line 933, _styles.scss */
.page-title {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  margin: 20px 0px;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase; }

/* line 934, _styles.scss */
.page-title span {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle; }

/* line 935, _styles.scss */
.page-title span a {
  color: #999;
  text-decoration: underline; }

/* line 936, _styles.scss */
.page-title span a:hover {
  color: #313178; }

/* line 937, _styles.scss */
.text-center {
  text-align: center; }

/* line 938, _styles.scss */
.text-left {
  text-align: left; }

/* line 939, _styles.scss */
.text-right {
  text-align: right; }

/* line 940, _styles.scss */
.text-nowrap {
  white-space: nowrap; }

/* line 942, _styles.scss */
.page-title-extra {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  margin: 0px 0px 30px;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase; }

/* line 943, _styles.scss */
.page-title-extra:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 0px;
  border-top: 2px solid #e6e6e6; }

/* line 944, _styles.scss */
.page-title-extra span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0px 20px; }

/* line 945, _styles.scss */
.page-title-extra i {
  font-style: normal; }

/* line 946, _styles.scss */
.page-title-extra-noline span {
  background: none;
  padding: 0px; }

/* line 947, _styles.scss */
.page-title-extra-noline:before {
  display: none; }

/* line 949, _styles.scss */
.page-title-extra-background {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  margin: 0px 0px 30px;
  color: #1a1a1a;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  background: rgba(49, 49, 120, 0.15); }

/* line 951, _styles.scss */
.text-hidden {
  position: relative;
  z-index: 1;
  height: 250px;
  overflow: hidden; }

/* line 952, _styles.scss */
.text-show {
  height: auto;
  padding-bottom: 30px; }

/* line 953, _styles.scss */
.text-hidden .text-trigger {
  position: absolute;
  z-index: 51;
  left: 0px;
  bottom: 0px; }

/* line 954, _styles.scss */
.text-hidden:after {
  content: '';
  position: absolute;
  z-index: 50;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%); }

/* line 960, _styles.scss */
.text-show:after {
  display: none; }

/* line 962, _styles.scss */
.text .seo-links {
  margin: -10px 0px 20px; }

/* line 963, _styles.scss */
.text .seo-links a {
  text-decoration: underline; }

/* line 964, _styles.scss */
.text .seo-links a, .text .seo-links span {
  display: inline-block;
  white-space: nowrap;
  margin: 10px 0px 0px; }

/* line 965, _styles.scss */
.text .seo-links a.is-active {
  font-weight: 700;
  color: #313178; }

/* line 967, _styles.scss */
.sitemap {
  margin: 0px 0px -20px; }

/* line 968, _styles.scss */
.sitemap ul ul {
  margin: 0px 0px 0px 20px; }

/* line 969, _styles.scss */
.sitemap a {
  color: #1a1a1a;
  text-decoration: none; }

/* line 970, _styles.scss */
.sitemap a:hover {
  color: #313178; }

/* line 972, _styles.scss */
#feedback_form table {
  width: 100% !important; }

/* line 973, _styles.scss */
#feedback_form td {
  text-align: left !important; }

/* line 974, _styles.scss */
#feedback_form p {
  line-height: 16px !important; }

/* line 975, _styles.scss */
#feedback_form label {
  display: inline-block;
  margin: 0px 0px 5px;
  font-weight: 700;
  color: #1a1a1a; }

/*---*/
/*text blocks*/
/* line 979, _styles.scss */
.text {
  color: #1a1a1a;
  margin: 0px 0px 30px;
  font-size: 15px;
  line-height: 18px; }

/* line 980, _styles.scss */
.text h1, .text h2, .text h3, .text h4, .text .h1, .text .h2, .text .h3, .text .h4 {
  color: #1a1a1a;
  margin: 0px 0px 20px; }

/* line 981, _styles.scss */
.text h1, .text .h1 {
  font-size: 24px;
  line-height: 24px; }

/* line 982, _styles.scss */
.text h2, .text .h2 {
  font-size: 18px;
  line-height: 18px; }

/* line 983, _styles.scss */
.text h3, .text .h3, .text h4, .text .h4 {
  font-size: 15px;
  line-height: 15px; }

/* line 984, _styles.scss */
.text p {
  margin: 0px 0px 20px; }

/* line 985, _styles.scss */
.text ul, .text ol {
  margin: 0px 0px 20px 40px;
  list-style-position: outside; }

/* line 986, _styles.scss */
.text li {
  margin: 5px 0px; }

/* line 987, _styles.scss */
.text ul {
  list-style-type: square; }

/* line 988, _styles.scss */
.text ol {
  list-style-type: decimal; }

/* line 989, _styles.scss */
.text img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

/*---*/
/*collections*/
/* line 993, _styles.scss */
.subcollection {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px; }

/* line 994, _styles.scss */
.subcollection-item {
  position: relative; }

/* line 995, _styles.scss */
.subcollection-data {
  position: relative;
  z-index: 2;
  overflow: hidden; }

/* line 996, _styles.scss */
.subcollection-thumb-block {
  position: relative;
  padding-top: 100%; }

/* line 997, _styles.scss */
.subcollection-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%; }

/* line 998, _styles.scss */
.subcollection-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 999, _styles.scss */
.subcollection-title {
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px; }

/* line 1000, _styles.scss */
.subcollection-title a {
  position: relative;
  overflow: hidden;
  height: 36px;
  display: block;
  color: #303030;
  text-decoration: none; }

/* line 1001, _styles.scss */
.subcollection-title a:after {
  content: '';
  position: absolute;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(53%, white), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
  height: 18px;
  width: 45px;
  right: 0px;
  bottom: 0px; }

/* line 1002, _styles.scss */
.subcollection-shade {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  right: -20px;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2); }

/* line 1004, _styles.scss */
.subcollection:hover {
  z-index: 2; }

/* line 1005, _styles.scss */
.subcollection:hover .subcollection-shade {
  opacity: 1;
  visibility: visible; }

/*---*/
/*products list*/
/* line 1009, _styles.scss */
.products-list .title {
  margin: 0px 0px 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  color: #303030; }

/* line 1011, _styles.scss */
.products {
  margin: 30px 0px 0px; }

/* line 1012, _styles.scss */
.products > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 1013, _styles.scss */
.products > .row:before, .products > .row:after {
  display: none; }

/* line 1014, _styles.scss */
.products > .row > .col-md-4, .products > .row > .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/*.products > .row > .col-md-4 {-webkit-flex-basis: 25%; flex-basis: 25%;}
.products > .row > .col-md-3 {-webkit-flex-basis: 20%; flex-basis: 20%;}*/
/* line 1017, _styles.scss */
.product {
  position: relative;
  z-index: 1;
  margin: 0px 0px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 1018, _styles.scss */
.product-image {
  position: relative; }

/* line 1019, _styles.scss */
.product-image .product-image-url {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  text-align: center; }

/* line 1020, _styles.scss */
.product-image .product-image-url img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 1021, _styles.scss */
.product-image .product-image-url .product-image-second {
  opacity: 0;
  visibility: hidden; }

/* line 1022, _styles.scss */
.product-title {
  font-size: 14px;
  line-height: 18px;
  margin-top: 19px; }

/* line 1023, _styles.scss */
.product-title a {
  position: relative;
  overflow: hidden;
  height: 36px;
  display: block;
  color: #303030;
  text-decoration: none; }

/* line 1024, _styles.scss */
.product-title a:after {
  content: '';
  position: absolute;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(53%, white), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 53%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
  height: 18px;
  width: 45px;
  right: 0px;
  bottom: 0px; }

/* line 1025, _styles.scss */
.product-rating {
  margin: 8px 0px 0px -2px; }

/* line 1026, _styles.scss */
.product-prices {
  margin: 8px 0px 0px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
  flex: 1 0 auto; }

/* line 1027, _styles.scss */
.product-prices p {
  display: inline-block;
  vertical-align: middle; }

/* line 1028, _styles.scss */
.product-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px; }

/* line 1029, _styles.scss */
.product-price--sale {
  color: #313178; }

/* line 1030, _styles.scss */
.product-price--soldout {
  color: #999;
  font-weight: 400; }

/* line 1031, _styles.scss */
.product-old-price {
  font-size: 13px;
  color: #808080;
  text-decoration: line-through;
  margin: 0px 0px 0px 15px; }

/* line 1032, _styles.scss */
.product-quickview {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  bottom: 0px; }

/* line 1033, _styles.scss */
.product-more {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: -20px;
  right: -20px;
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
  box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2); }

/* line 1034, _styles.scss */
.product-more .hidden-md {
  display: block !important; }

/* line 1035, _styles.scss */
.product:hover {
  z-index: 2; }

/* line 1036, _styles.scss */
.product:hover .product-image .product-image-url .product-image-first {
  opacity: 0;
  visibility: hidden; }

/* line 1037, _styles.scss */
.product:hover .product-image .product-image-url .product-image-second {
  opacity: 1;
  visibility: visible; }

/* line 1038, _styles.scss */
.product:hover .product-quickview {
  visibility: visible;
  opacity: 1; }

/* line 1039, _styles.scss */
.product:hover .product-more {
  visibility: visible;
  opacity: 1; }

/* line 1040, _styles.scss */
.product form button, .product form .button {
  margin-top: 10px; }

/* line 1041, _styles.scss */
.product form.row {
  margin: 0px -5px !important; }

/* line 1042, _styles.scss */
.product form.row .col-md-6 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* line 1043, _styles.scss */
.product form.row .row {
  margin: 0px -5px !important; }

/* line 1044, _styles.scss */
.product-bages {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2; }

/* line 1045, _styles.scss */
.product-bages span {
  float: left;
  clear: both;
  margin: 0px 0px 1px;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  padding: 0px 6px;
  text-transform: uppercase;
  background: #363636; }

/* line 1046, _styles.scss */
.product-bages .product-bage-sale {
  background: #f30; }

/* line 1047, _styles.scss */
.product-bages .product-bage-new {
  background: #384ea1; }

/* line 1048, _styles.scss */
.product-bages .product-bage-bestsellers {
  background: #00b4ab; }

/* line 1050, _styles.scss */
.product-variants {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 8;
  background: #fff;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

/* line 1051, _styles.scss */
.product:hover .product-variants {
  opacity: 1;
  visibility: visible; }

/* line 1052, _styles.scss */
.product-variants-data {
  width: 100%; }

/* line 1053, _styles.scss */
.product-variants .close {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  color: #999;
  font-size: 34px;
  width: 34px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 1054, _styles.scss */
.product-variants .close:hover {
  color: #1a1a1a; }

/* line 1055, _styles.scss */
.product-variants p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0px 0px 20px; }

/* line 1056, _styles.scss */
.product-variants label {
  display: block;
  margin: 0px 0px 3px;
  color: #1a1a1a;
  text-align: left; }

/* line 1057, _styles.scss */
.product-variants .product-variant {
  margin: 0px auto 20px;
  background: #e6e6e6;
  padding: 15px 20px 10px; }

/* line 1058, _styles.scss */
.product-variants .select-wrapper {
  margin: 0px 0px 10px; }

/* line 1059, _styles.scss */
.product-variants button {
  width: 120px;
  margin: 0px auto; }

/* line 1061, _styles.scss */
.products-all {
  margin: 0px 0px 30px; }

/* line 1063, _styles.scss */
.products-scroll {
  margin: 0px 0px 30px; }

/* line 1064, _styles.scss */
.products-scroll .owl-prev, .products-scroll .owl-next {
  position: absolute;
  top: -62px;
  font-size: 40px;
  height: 40px;
  width: 40px;
  text-align: center; }

/* line 1065, _styles.scss */
.products-scroll .owl-prev {
  right: 40px; }

/* line 1066, _styles.scss */
.products-scroll .owl-next {
  right: 0px; }

/* line 1067, _styles.scss */
.products-scroll .product {
  margin: 0px; }

/* line 1069, _styles.scss */
.products-scroll-brands {
  padding: 0px 40px; }

/* line 1070, _styles.scss */
.products-scroll-brands .owl-prev, .products-scroll-brands .owl-next {
  top: 50%;
  margin-top: -20px; }

/* line 1071, _styles.scss */
.products-scroll-brands .owl-prev {
  left: -45px;
  right: auto; }

/* line 1072, _styles.scss */
.products-scroll-brands .owl-next {
  right: -45px; }

/* line 1074, _styles.scss */
.product-small .product-prices p {
  display: block;
  margin: 0px; }

/*---*/
/*brands*/
/* line 1078, _styles.scss */
.collection-brands-letters {
  margin: 0px 0px 30px; }

/* line 1079, _styles.scss */
.collection-brands-letters span {
  font-weight: 700;
  color: #1a1a1a; }

/* line 1080, _styles.scss */
.collection-brands-letters span, .collection-brands-letters a {
  margin-right: 4px; }

/* line 1081, _styles.scss */
.collection-brands-letter {
  padding: 5px 10px;
  background: #f0f0f0;
  font-weight: 700;
  color: #1a1a1a; }

/* line 1082, _styles.scss */
.collection-brands-items {
  margin: 0px 0px 30px; }

/* line 1083, _styles.scss */
.collection-brands-item {
  margin-top: 10px; }

/* line 1085, _styles.scss */
.collection-brands-logos {
  margin: 0px 0px 30px;
  padding: 30px 30px 0px;
  border: 2px solid #e6e6e6; }

/* line 1086, _styles.scss */
.collection-brands-logo {
  margin: 0px 0px 30px; }

/*---*/
/*product page*/
/* line 1090, _styles.scss */
.product-page-images {
  margin: 0px 0px 30px; }

/* line 1091, _styles.scss */
.product-page-image-large-inner {
  position: relative;
  text-align: center; }

/* line 1092, _styles.scss */
.product-page-image-large-inner img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle; }

/* line 1093, _styles.scss */
.product-page-image-large-inner .product-bages {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

/* line 1094, _styles.scss */
.product-page-image-large-inner:hover .product-bages {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

/* line 1095, _styles.scss */
.product-page-product-video {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

/* line 1096, _styles.scss */
.product-page-image-thumb {
  text-align: center;
  margin: 0px -5px 0px; }

/* line 1097, _styles.scss */
.product-page-image-thumb a {
  display: inline-block;
  width: 65px;
  height: 65px;
  vertical-align: middle;
  background: center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 10px 5px 0px !important;
  border: 2px solid #e6e6e6;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff; }

/* line 1098, _styles.scss */
.product-page-image-thumb .mz-thumb-selected {
  border-color: #313178; }

/* line 1099, _styles.scss */
.product-page-image-thumb .product-page-video-item {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  color: #cd201f;
  font-size: 13px;
  line-height: 65px; }

/* line 1100, _styles.scss */
.product-page-image-thumb .product-page-video-item svg {
  width: 50%; }

/* line 1101, _styles.scss */
.product-page-image-thumb .product-page-video-item svg .ytp-large-play-button-bg {
  fill: #1f1f1f;
  fill-opacity: 0.81;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 1102, _styles.scss */
.product-page-image-thumb .product-page-video-item.mz-thumb-selected .ytp-large-play-button-bg, .product-page-image-thumb .product-page-video-item:hover svg .ytp-large-play-button-bg {
  fill: #cc181e;
  fill-opacity: 1; }

/* line 1104, _styles.scss */
#product-images-slider .owl-prev, #product-images-slider .owl-next {
  visibility: hidden;
  opacity: 0;
  width: 11px;
  height: 20px;
  margin-top: -5px;
  background-image: url(sprite-yellow-icons.png);
  background-repeat: no-repeat;
  text-indent: -500px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 1105, _styles.scss */
#product-images-slider:hover .owl-prev, #product-images-slider:hover .owl-next {
  visibility: visible;
  opacity: 1; }

/* line 1106, _styles.scss */
#product-images-slider .owl-prev {
  left: 0px;
  background-position: -42px -120px; }

/* line 1107, _styles.scss */
#product-images-slider .owl-next {
  right: 0px;
  background-position: -77px -120px; }

@media screen and (max-width: 767px) {
  /* line 1109, _styles.scss */
  #product-images-slider {
    padding: 0px; }

  /* line 1110, _styles.scss */
  #product-images-slider .owl-prev, #product-images-slider .owl-next {
    display: none; } }
/* line 1113, _styles.scss */
.product-page-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #1a1a1a;
  margin: 0px 0px 20px; }

/* line 1114, _styles.scss */
.product-page-properties-short {
  font-size: 14px;
  line-height: 18px;
  color: #808080;
  margin: -15px 0px 20px; }

/* line 1115, _styles.scss */
.product-page-properties-short span, .product-page-properties-short a {
  color: #1a1a1a; }

/* line 1116, _styles.scss */
.product-page-properties-short a:hover {
  color: #808080; }

/* line 1117, _styles.scss */
.product-page-properties-full {
  font-size: 14px;
  line-height: 18px;
  color: #808080;
  margin: 0px 0px 20px; }

/* line 1118, _styles.scss */
.product-page-properties-full p {
  margin: 0px 0px 2px; }

/* line 1119, _styles.scss */
.product-page-properties-full span {
  color: #1a1a1a; }

/* line 1120, _styles.scss */
.product-page-properties-full .product-page-property--hidden {
  display: none; }

/* line 1121, _styles.scss */
.product-page-property-more {
  border-bottom: 1px dotted currentColor;
  cursor: pointer; }

/* line 1122, _styles.scss */
.product-page-property-more:hover {
  color: #313178; }

/* line 1124, _styles.scss */
.product-page-brand {
  position: relative;
  display: block;
  max-width: 120px;
  width: 100%;
  margin: 0px 0px 30px auto; }

/* line 1125, _styles.scss */
.product-page-brand img {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto; }

/* line 1127, _styles.scss */
.product-page-bundle {
  margin: 0px 0px 30px; }

/* line 1129, _styles.scss */
.product-page-bundle-title {
  font-weight: 700; }
/* line 1130, _styles.scss */
.product-page-bundle-price {
  margin-top: 15px; }
/* line 1131, _styles.scss */
.product-page-bundle-price span {
  font-weight: 700; }
/* line 1132, _styles.scss */
.product-page-bundle-item {
  position: relative;
  padding-left: 60px;
  margin-top: 15px;
  min-height: 50px; }
/* line 1133, _styles.scss */
.product-page-bundle-item-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: center no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }
/* line 1134, _styles.scss */
.product-page-bundle-item-price {
  font-weight: 700; }
/* line 1135, _styles.scss */
.product-page-bundle-item-free {
  font-size: 13px;
  line-height: 16px;
  color: #65bc54; }

/* line 1138, _styles.scss */
.product-page-prices {
  margin: 0px 0px 20px; }

/* line 1139, _styles.scss */
.product-page-prices p {
  display: inline-block;
  vertical-align: middle; }

/* line 1140, _styles.scss */
.product-page-price {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  margin: 0px 15px 0px 0px; }

/* line 1141, _styles.scss */
.product-page-price--sale {
  color: #313178; }

/* line 1142, _styles.scss */
.product-page-price--soldout {
  color: #999;
  font-weight: 400; }

/* line 1143, _styles.scss */
.product-page-old-price {
  font-size: 17px;
  color: #808080;
  text-decoration: line-through; }

/* line 1145, _styles.scss */
.product-page-quantity {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700; }

/* line 1146, _styles.scss */
.product-page-quantity span {
  font-size: 13px;
  font-weight: 400; }

/* line 1147, _styles.scss */
.product-page-quantity--null {
  color: #f30; }

/* line 1149, _styles.scss */
.product-page-form {
  margin: 0px 0px 20px; }

/* line 1150, _styles.scss */
.product-page-form-table {
  width: 100%; }

/* line 1151, _styles.scss */
.product-page-form-table td {
  width: 1%;
  white-space: nowrap;
  padding-right: 15px; }

/* line 1153, _styles.scss */
.product-page-form-buttons {
  margin: 0px 0px 30px; }

/* line 1154, _styles.scss */
.product-page-form-buttons .button--block {
  margin: 15px 0px 0px; }

/* line 1156, _styles.scss */
.product-page-short-description {
  margin: 0px 0px 20px;
  font-size: 14px;
  line-height: 16px;
  color: #1a1a1a; }

/* line 1157, _styles.scss */
.product-page-short-description p {
  margin: 0px 0px 5px; }

/* line 1158, _styles.scss */
.window-obj-quickview .product-page-short-description {
  margin: 0px 0px 10px; }

/* line 1160, _styles.scss */
.product-page-url {
  margin: 20px 0px 30px; }

/* line 1162, _styles.scss */
.product-page-properties {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  margin: 0px 0px 15px; }

/* line 1163, _styles.scss */
.product-page-properties dl {
  display: inline-block;
  position: relative;
  margin: 0px 0px 15px;
  padding: 0px;
  width: 100%;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column; }

/* line 1164, _styles.scss */
.product-page-properties dt {
  display: inline-block;
  width: 48%;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom; }

/* line 1165, _styles.scss */
.product-page-properties dt span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 10px; }

/* line 1166, _styles.scss */
.product-page-properties dt:before {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 0px;
  margin-top: -4px;
  content: '';
  border-bottom: 1px dotted #e6e6e6; }

/* line 1167, _styles.scss */
.product-page-properties dd {
  display: inline-block;
  width: 52%;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  background: #fff;
  color: #6e6e6e; }

/* line 1169, _styles.scss */
.product-page-video {
  margin: 0px 0px -30px; }

/* line 1170, _styles.scss */
.product-page-video .item {
  margin: 0px 0px 30px; }

/* line 1172, _styles.scss */
.product-page-variant .select-wrapper {
  margin: 0px 0px 15px; }

/* line 1173, _styles.scss */
.product-page-variant .select-wrapper label {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #1a1a1a;
  font-weight: 700; }

/* line 1175, _styles.scss */
.variant-span {
  display: inline-block;
  vertical-align: middle;
  color: #313178;
  border: 2px solid #313178;
  background: transparent;
  margin: 5px 5px 0px 0px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 5px 15px;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

/* line 1176, _styles.scss */
.variant-span--active {
  position: relative;
  color: #313178;
  -webkit-box-shadow: inset 0px 0px 0px 1px #313178;
  box-shadow: inset 0px 0px 0px 1px #313178; }

/* line 1177, _styles.scss */
.variant-span--active:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #313178;
  opacity: 0.15;
  overflow: hidden;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

/* line 1178, _styles.scss */
.variant-span--unavailable {
  color: #999;
  border-color: #b2b2b2; }

/* line 1179, _styles.scss */
.variant-span--unavailable.variant-span--active {
  color: #999;
  border-color: #b2b2b2;
  -webkit-box-shadow: inset 0px 0px 0px 1px #b2b2b2;
  box-shadow: inset 0px 0px 0px 1px #b2b2b2; }

/* line 1180, _styles.scss */
.variant-span--unavailable.variant-span--active:before {
  background-color: #999; }

/* line 1182, _styles.scss */
.viewed-products {
  display: none; }

/* line 1184, _styles.scss */
.product-page .hide-in-quickview {
  display: block; }

/* line 1185, _styles.scss */
.product-page .show-in-quickview {
  display: none; }

/* line 1187, _styles.scss */
.js-product-page-data hr {
  margin: 0px 0px 20px; }

/* line 1189, _styles.scss */
.product-bonuses {
  position: relative;
  z-index: 8;
  color: #313178;
  padding-left: 22px;
  margin: 0px 0px 20px; }

/* line 1190, _styles.scss */
.product-bonuses span {
  font-weight: 700;
  white-space: nowrap; }

/* line 1191, _styles.scss */
.product-bonuses > svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  fill: #313178; }

/* line 1192, _styles.scss */
.product-bonuses-info {
  display: inline-block;
  position: relative; }
  /* line 1195, _styles.scss */
  .product-bonuses-info > span {
    border-bottom: 1px dotted currentColor;
    cursor: help;
    line-height: 16px;
    display: inline-block; }
  /* line 1201, _styles.scss */
  .product-bonuses-info-content {
    position: absolute;
    left: 50%;
    top: 150%;
    padding-top: 10px;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s, top 0.2s;
    -o-transition: opacity 0.2s, visibility 0.2s, top 0.2s;
    transition: opacity 0.2s, visibility 0.2s, top 0.2s;
    margin-left: -150px;
    font-size: 14px;
    line-height: 18px; }
    /* line 1215, _styles.scss */
    .product-bonuses-info-content-data {
      padding: 5px 15px 7px;
      background: #fff;
      -webkit-box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
      box-shadow: 0px 10px 50px 0px rgba(30, 30, 30, 0.2);
      color: #474747; }
      /* line 1221, _styles.scss */
      .product-bonuses-info-content-data:before {
        content: '\f365';
        font-family: 'Ionicons';
        position: absolute;
        left: 50%;
        top: -8px;
        text-shadow: 0px -3px 10px rgba(30, 30, 30, 0.04);
        font-size: 30px;
        line-height: 30px;
        font-weight: normal;
        color: #fff;
        height: 30px;
        overflow: hidden;
        margin-left: -7px; }
      /* line 1236, _styles.scss */
      .product-bonuses-info-content-data p {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 5px 0px !important; }
      /* line 1241, _styles.scss */
      .product-bonuses-info-content-data strong {
        position: static !important; }
  /* line 1246, _styles.scss */
  .product-bonuses-info:hover {
    z-index: 2; }
    /* line 1248, _styles.scss */
    .product-bonuses-info:hover .product-bonuses-info-content {
      top: 100%;
      opacity: 1;
      visibility: visible; }

/* line 1257, _styles.scss */
.geo-table .product-bonuses-info:before, .geo-mini .product-bonuses-info:before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
/* line 1269, _styles.scss */
.geo-table .product-bonuses-info-content, .geo-mini .product-bonuses-info-content {
  width: 240px;
  margin-left: -120px;
  white-space: normal; }

/* line 1276, _styles.scss */
.js-geo-help {
  cursor: pointer; }

/* line 1280, _styles.scss */
.to-left .product-bonuses-info-content {
  left: -10px !important;
  right: auto !important;
  margin-left: 0px !important; }
/* line 1285, _styles.scss */
.to-left .product-bonuses-info-content-data:before {
  left: 10px !important; }

/* line 1290, _styles.scss */
.to-center .product-bonuses-info-content {
  left: 50% !important;
  right: auto !important;
  margin-left: -120px !important; }
/* line 1295, _styles.scss */
.to-center .product-bonuses-info-content-data:before {
  left: 50% !important;
  margin-left: -7px !important; }

/* line 1301, _styles.scss */
.to-right .product-bonuses-info-content {
  left: auto !important;
  right: -10px !important;
  margin-left: -0px !important; }
/* line 1306, _styles.scss */
.to-right .product-bonuses-info-content-data:before {
  left: auto !important;
  right: 10px !important; }

/* line 1311, _styles.scss */
.cart-bonuses {
  margin: 0px 0px 15px; }

@media screen and (max-width: 500px) {
  /* line 1316, _styles.scss */
  .product-bonuses-info-content {
    left: 0px;
    margin-left: 0px; }
    /* line 1320, _styles.scss */
    .product-bonuses-info-content-data:before {
      left: 10px;
      margin-left: 0px; }

  /* line 1328, _styles.scss */
  .product-page .product-bonuses {
    max-width: 250px; }
  /* line 1329, _styles.scss */
  .product-page .product-bonuses-info-content {
    width: 240px; }

  /* line 1332, _styles.scss */
  .template-cart .product-bonuses {
    max-width: 250px; }
  /* line 1333, _styles.scss */
  .template-cart .product-bonuses-info-content {
    width: 240px; } }
/*---*/
/*tabs in product*/
/* line 1339, _styles.scss */
.tabs {
  height: 38px;
  border-bottom: 2px solid #e6e6e6;
  margin: 0px 0px 30px; }

/* line 1340, _styles.scss */
.tabs .tab {
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 36px;
  padding: 2px 18px;
  font-weight: 700;
  height: 38px;
  color: #1a1a1a;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center; }

/* line 1341, _styles.scss */
.tabs .tab span {
  margin-left: 8px; }

/* line 1342, _styles.scss */
.tabs .tab .fa {
  position: relative;
  top: -1px; }

/* line 1343, _styles.scss */
.tabs .tab:hover {
  color: #313178; }

/* line 1344, _styles.scss */
.tabs .tab-active {
  border: 2px solid #e6e6e6;
  padding: 0px 16px;
  color: #313178; }

/* line 1345, _styles.scss */
.tabs .tab-active:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff; }

/* line 1346, _styles.scss */
.tab-content {
  margin: 0px 0px 10px; }

/* line 1347, _styles.scss */
#tab-description-content h3 {
  font-size: 20px;
  font-weight: bold; }

/*---*/
/*block wishlist and compare*/
/* line 1351, _styles.scss */
.block-wc {
  margin: 0px 0px 20px; }

/* line 1352, _styles.scss */
.block-wc .button--grey {
  background: none !important;
  border: none !important;
  color: #1a1a1a !important; }

/* line 1353, _styles.scss */
.block-wc .button--color {
  background: none !important;
  border: none !important;
  color: #1a1a1a !important; }

/* line 1354, _styles.scss */
.block-wc .button--grey .fa {
  color: #999; }

/* line 1355, _styles.scss */
.block-wc p {
  margin: 0px 0px 5px; }

/* line 1356, _styles.scss */
.block-wc p a {
  margin-right: 15px; }

/* line 1357, _styles.scss */
.block-wc p span {
  border-bottom: 1px dotted currentColor; }

/* line 1358, _styles.scss */
.block-wc p a:hover {
  color: #313178 !important; }

/* line 1359, _styles.scss */
.block-wc p a:hover .fa {
  color: #313178; }

/* line 1360, _styles.scss */
.wishlist-in .fa {
  color: #f30 !important; }

/* line 1361, _styles.scss */
.compare-in .fa {
  color: #00b4ab !important; }

/*---*/
/*share buttons*/
/* line 1365, _styles.scss */
.block-share {
  margin: 0px 0px 30px; }

/*---*/
/*Количество товара*/
/* line 1369, _styles.scss */
.cart-item-quantity {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

/* line 1370, _styles.scss */
.cart-item-quantity input {
  width: 40px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px; }

/*.cart-item-quantity .cart-item-count {position: absolute; top: 0px; right: 0px; padding: 0px; width: 17px; height: 17px; font-size: 14px; line-height: 15px; border-width: 1px;}
.cart-item-quantity .cart-item-count-minus {top: auto; bottom: 0px;}*/
/* line 1374, _styles.scss */
.cart-item-count.item-quantity-minus, .cart-item-count.item-quantity-plus {
  width: 38px;
  height: 38px; }

/* line 1375, _styles.scss */
.cart-item-quantity-input {
  margin: 0px -1px;
  text-align: center;
  height: 38px !important; }

/*---*/
/*Блог и статьи*/
/* line 1379, _styles.scss */
.blogs {
  margin: 0px; }
  /* line 1381, _styles.scss */
  .blogs .page-title-extra {
    margin-bottom: 30px; }
  /* line 1382, _styles.scss */
  .blogs .page-title-extra a {
    color: #1a1a1a;
    text-decoration: none; }
  /* line 1383, _styles.scss */
  .blogs .page-title-extra a:hover {
    color: #313178; }
  /* line 1384, _styles.scss */
  .blogs .blog-item {
    margin: 0px 0px 30px; }
  /* line 1385, _styles.scss */
  .blogs .blog-item img {
    display: block;
    margin: 0px;
    -o-object-fit: cover;
    object-fit: cover; }
  /* line 1386, _styles.scss */
  .blogs .blog-item p {
    margin: 0px; }
  /* line 1387, _styles.scss */
  .blogs .blog-item-title {
    margin: 10px 0px; }
  /* line 1388, _styles.scss */
  .blogs .blog-item-title a {
    color: #1a1a1a;
    text-decoration: none; }
  /* line 1389, _styles.scss */
  .blogs .blog-item-title a:hover {
    color: #313178; }
  @media screen and (min-width: 992px) {
    /* line 1391, _styles.scss */
    .blogs .blog-item-image img {
      margin: 0px; }
    /* line 1392, _styles.scss */
    .blogs .blog-item-description {
      padding-left: 0px; }
    /* line 1393, _styles.scss */
    .blogs .blog-item-description .blog-item-title {
      margin-top: 0px; }
    /* line 1395, _styles.scss */
    .blogs .blog-item-compact .blog-item-preview {
      position: relative;
      max-height: 54px;
      overflow: hidden; }
    /* line 1396, _styles.scss */
    .blogs .blog-item-compact .blog-item-preview:after {
      content: '';
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 100px;
      height: 18px;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(white));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%); }
    /* line 1398, _styles.scss */
    .blogs .blog-item-animate {
      display: block;
      position: relative;
      background: #313178; }
    /* line 1399, _styles.scss */
    .blogs .blog-item-animate img {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    /* line 1400, _styles.scss */
    .blogs .blog-item-animate:hover img {
      opacity: 0.5; }
    /* line 1401, _styles.scss */
    .blogs .blog-item-animate:after {
      content: 'Читать';
      position: absolute;
      z-index: 3;
      left: 50%;
      top: 50%;
      margin: -21px 0px 0px -50px;
      width: 100px;
      height: 42px;
      -webkit-transform: perspective(1px) scale(2);
      transform: perspective(1px) scale(2);
      padding: 10px 0px;
      border: 2px solid #fff;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 1px;
      font-weight: 700;
      opacity: 0;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    /* line 1402, _styles.scss */
    .blogs .blog-item-animate:hover:after {
      opacity: 1;
      -webkit-transform: perspective(1px) scale(1);
      transform: perspective(1px) scale(1); }
    /* line 1403, _styles.scss */
    .blogs .blog-item-animate:after:hover {
      border-color: #313178;
      color: #313178; }
    /* line 1404, _styles.scss */
    .blogs .blog-item-actions .blog-item-animate:after {
      content: 'Смотреть';
      width: 120px;
      margin-left: -60px; } }
  /* line 1406, _styles.scss */
  .blogs .paging {
    margin: 0px 0px 30px; }
  /* line 1407, _styles.scss */
  .blogs .blog-item-inner {
    margin: 0px 0px 30px;
    text-align: center; }
  /* line 1408, _styles.scss */
  .blogs .blog-item-short {
    margin: 0px; }
  /* line 1409, _styles.scss */
  .blogs .blog-tags {
    margin: 0px 0px 30px; }
  /* line 1410, _styles.scss */
  .blogs .blog-tags a {
    margin: 5px 5px 0px 0px; }
  /* line 1411, _styles.scss */
  .blogs .blog-tags .button--color {
    text-transform: none; }
  /* line 1415, _styles.scss */
  .blogs .page-title-extra .page-title-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 50%;
    margin-left: 25%; }
  /* line 1427, _styles.scss */
  .blogs .page-title-extra .button {
    z-index: 2;
    background-color: #f5911e;
    color: white !important;
    border-color: #f5911e; }

/* line 1436, _styles.scss */
.blog-item-back {
  margin: 0px !important; }

/* line 1437, _styles.scss */
.blog-item-back .link-bold {
  white-space: nowrap; }

/* line 1438, _styles.scss */
.blog-item-share {
  float: right; }

/* line 1440, _styles.scss */
.blog-item-meta {
  color: #999;
  margin: 10px 0px 0px;
  font-size: 13px;
  line-height: 16px; }

/* line 1441, _styles.scss */
.blog-item-meta a {
  color: #999;
  text-decoration: none; }

/* line 1442, _styles.scss */
.blog-item-meta a:hover {
  color: #313178; }

/* line 1443, _styles.scss */
.blog-item-meta span {
  margin: 0px 10px 0px 0px; }

/* line 1444, _styles.scss */
.blog-item-meta span .active {
  font-weight: 700;
  color: #313178; }

/* line 1446, _styles.scss */
.blogs-last {
  padding: 15px 15px 0px;
  border: 2px solid #e6e6e6;
  margin: 0px 0px 30px; }

/* line 1447, _styles.scss */
.blogs-last > .h2 {
  margin: 0px 0px 15px; }

/* line 1448, _styles.scss */
.blogs-last .blog-item {
  margin: 0px 0px 15px;
  padding-top: 15px;
  border-top: 1px dotted #e6e6e6; }

/* line 1450, _styles.scss */
.blog-item-timer {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 5px;
  background: #e6e6e6;
  color: #1a1a1a;
  text-align: center;
  margin: 1px 0px 0px; }

/* line 1451, _styles.scss */
.blog-item-timer strong {
  font-weight: 400;
  display: block;
  white-space: nowrap; }

/* line 1452, _styles.scss */
.blog-item-timer i {
  font-style: normal; }

/* line 1453, _styles.scss */
.blog-item-timer span {
  white-space: nowrap;
  display: inline-block; }

/* line 1454, _styles.scss */
.blog-item-timer span + span {
  margin-left: 8px; }

/* line 1455, _styles.scss */
.blog-item-inner .blog-item-timer {
  padding: 10px 15px;
  background: none;
  display: inline-block;
  margin: 15px 0px 0px;
  border: 2px solid #e6e6e6; }

/* line 1456, _styles.scss */
.blog-item-inner .blog-item-timer strong {
  display: inline; }

/* line 1457, _styles.scss */
.blog-item-short .blog-item-timer {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  padding: 0px;
  background: none;
  color: #999;
  text-align: left;
  margin: -5px 0px 0px; }

/* line 1458, _styles.scss */
.blog-item-short .blog-item-timer strong {
  display: none; }

/* line 1459, _styles.scss */
.blog-item-short .blog-item-timer span + span {
  margin-left: 6px; }

/* line 1460, _styles.scss */
.blog-item-short .blog-item-timer-finish strong {
  display: block; }

/* line 1461, _styles.scss */
.blog-item-short .blog-item-timer-finish span {
  display: none; }

/* line 1463, _styles.scss */
.site-review {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
  margin: 30px 0px; }

/* line 1464, _styles.scss */
.site-review .site-review-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100px;
  height: 100px;
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

/* line 1465, _styles.scss */
.site-review .site-review-title {
  margin: 0px;
  color: #1a1a1a; }

/* line 1466, _styles.scss */
.site-review .site-review-meta {
  margin: 5px 0px 0px;
  font-size: 13px;
  line-height: 16px;
  color: #999; }

/* line 1467, _styles.scss */
.site-review .site-review-content p {
  margin: 5px 0px 0px; }

/* line 1468, _styles.scss */
.site-review .site-review-rating {
  margin: 7px 0px 5px;
  color: #fdb700;
  font-size: 16px;
  line-height: 20px; }

/* line 1469, _styles.scss */
.site-review .site-review-rating .fa {
  margin: 0px 5px 0px 0px; }

/* line 1470, _styles.scss */
.site-review .site-review-rating .fa-color-grey {
  color: #ccc; }

/* line 1471, _styles.scss */
.site-review .site-review-date {
  color: #999;
  font-size: 13px;
  vertical-align: top;
  padding: 3px 0px 3px 15px;
  border-left: 1px solid #e6e6e6;
  margin-left: 10px; }

/* line 1473, _styles.scss */
.site-review .product-page-bundle {
  margin: 30px 0px 0px;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 18px; }

/* line 1474, _styles.scss */
.site-review .product-page-bundle .product-page-bundle-title {
  margin: 0px; }

/* line 1476, _styles.scss */
.block-reviews .block-title {
  margin: 10px 0px 15px;
  text-align: center; }

/* line 1477, _styles.scss */
.block-reviews .site-review-all {
  margin: 15px 0px 10px;
  border-top: 1px dotted #e6e6e6;
  padding-top: 15px; }

/* line 1478, _styles.scss */
.block-reviews .owl-nav {
  display: none; }

/* line 1479, _styles.scss */
.block .site-review {
  padding: 0px 5px;
  margin: 0px;
  font-size: 13px;
  line-height: 16px;
  text-align: center; }

/* line 1480, _styles.scss */
.block .site-review .site-review-thumb {
  position: relative;
  margin: 0px auto 5px; }

/* line 1481, _styles.scss */
.block .site-review .site-review-title {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a; }

/* line 1482, _styles.scss */
.block .site-review .site-review-meta {
  margin: 0px; }

/* line 1483, _styles.scss */
.block .site-review .site-review-rating {
  margin: 5px 0px;
  font-size: 14px;
  line-height: 18px; }

/* line 1484, _styles.scss */
.block .site-review .site-review-rating .fa {
  margin: 0px 2px; }

/* line 1485, _styles.scss */
.block .site-review .site-review-content {
  font-size: 15px;
  margin-top: 5px; }

/*---*/
/*Отзывы и комментарии*/
/* line 1489, _styles.scss */
.review-rating .fa-star {
  color: #fdb700;
  margin-left: 2px; }

/* line 1490, _styles.scss */
.review-rating .fa-star-o {
  color: #ccc;
  margin-left: 2px; }

/* line 1491, _styles.scss */
.review-rating .fa-color-grey {
  color: #ccc; }

/* line 1492, _styles.scss */
.review-rating .fa-times-circle-o {
  color: #ccc;
  cursor: pointer; }

/* line 1493, _styles.scss */
.review-rating .fa-times-circle-o:hover {
  color: #f30; }

/* line 1495, _styles.scss */
.product-page-rating {
  margin: -15px 0px 20px -2px;
  line-height: 20px;
  height: 20px; }

/* line 1496, _styles.scss */
.product-page-rating .review-rating {
  display: inline-block;
  font-size: 16px;
  vertical-align: top; }

/* line 1497, _styles.scss */
.product-page-rating .rating-link {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  vertical-align: top; }

/* line 1499, _styles.scss */
.form-inner {
  margin: 0px 0px 20px;
  padding: 15px 15px 0px;
  overflow: hidden;
  border: 1px solid #e6e6e6; }

/* line 1500, _styles.scss */
.form-inner .form-left-col {
  max-width: 290px; }

/* line 1501, _styles.scss */
.form-inner label {
  display: block;
  margin: 0px 0px 2px;
  font-size: 13px;
  line-height: 16px;
  color: #1a1a1a;
  font-weight: 700; }

/* line 1502, _styles.scss */
.form-inner .form-item {
  margin: 0px 0px 15px; }

/* line 1504, _styles.scss */
.review-form-place textarea {
  height: 144px; }

/* line 1505, _styles.scss */
.review-form-place textarea.form-item-plus {
  height: 207px; }

/* line 1506, _styles.scss */
.comment-form-place textarea {
  height: 88px; }

/* line 1507, _styles.scss */
.comment-form-place textarea.form-item-plus {
  height: 146px; }

/* line 1508, _styles.scss */
.form-captcha table {
  width: 100%; }

/* line 1509, _styles.scss */
.form-captcha th {
  width: 165px;
  vertical-align: bottom; }

/* line 1510, _styles.scss */
#captcha_challenge {
  position: relative;
  width: 160px;
  height: 48px;
  padding-right: 34px;
  overflow: hidden; }

/* line 1511, _styles.scss */
#captcha_challenge a {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px; }

/* line 1512, _styles.scss */
.form-inner .form-alert {
  margin: 0px 0px 20px; }

/* line 1513, _styles.scss */
.form-inner .form-alert .fa {
  margin-right: 5px; }

/* line 1515, _styles.scss */
.form-inner.review-form {
  display: none; }

/* line 1516, _styles.scss */
button.review-form-toggle {
  position: relative;
  padding-right: 30px !important;
  margin: 0px 0px 20px; }

/* line 1517, _styles.scss */
button.review-form-toggle i {
  position: absolute;
  top: -1px;
  right: 12px;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0px; }

/* line 1518, _styles.scss */
button.review-form-toggle-active i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 1520, _styles.scss */
.product-reviews .review {
  margin: 0px 0px 20px;
  border-top: 1px solid #e6e6e6;
  padding-top: 20px; }

/* line 1521, _styles.scss */
.product-reviews .review-author {
  font-size: 15px;
  color: #999;
  margin-right: 90px;
  white-space: nowrap; }

/* line 1522, _styles.scss */
.product-reviews .review-author .author {
  color: #1a1a1a;
  font-weight: 700;
  white-space: normal; }

/* line 1523, _styles.scss */
.product-reviews .review-rating {
  font-size: 16px; }

/* line 1524, _styles.scss */
.product-reviews .review-content {
  color: #1a1a1a;
  margin: 5px 0px 0px;
  font-size: 15px;
  line-height: 18px; }

/* line 1525, _styles.scss */
.product-reviews--all {
  margin: 0px 0px 20px; }

/* line 1527, _styles.scss */
.product-review-left p {
  margin: 0px 0px 20px; }

/* line 1529, _styles.scss */
.rating-lines {
  margin: 0px 0px 20px; }

/* line 1530, _styles.scss */
.rating-lines li {
  overflow: hidden; }

/* line 1531, _styles.scss */
.rating-lines li + li {
  margin-top: 5px; }

/* line 1532, _styles.scss */
.rating-lines a {
  float: left; }

/* line 1533, _styles.scss */
.rating-lines a:hover .rating-line-star {
  text-decoration: underline; }

/* line 1534, _styles.scss */
.rating-lines span {
  float: left;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase; }

/* line 1535, _styles.scss */
.rating-lines .rating-line-star {
  width: 80px; }

/* line 1536, _styles.scss */
.rating-lines strong {
  float: left;
  position: relative;
  width: 170px;
  height: 10px;
  margin: 3px 5px 0px 0px;
  background: #e6e6e6; }

/* line 1537, _styles.scss */
.rating-lines strong i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 100%;
  background: #fdb700; }

/* line 1538, _styles.scss */
.rating-lines .review-show-rated-0 {
  cursor: default;
  color: #999; }

/* line 1539, _styles.scss */
.rating-lines .review-show-rated-0:hover .rating-line-star {
  text-decoration: none; }

/* line 1541, _styles.scss */
.comments-form {
  margin: 0px 0px 10px; }

/* line 1542, _styles.scss */
.article-comments .review:first-child {
  border-top-style: none;
  padding-top: 0px; }

/* line 1544, _styles.scss */
.window-obj-review .review-rating {
  height: 18px; }

/* line 1546, _styles.scss */
.js-review-form .form-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 0px 5px; }

/* line 1547, _styles.scss */
.js-review-form .form-submit button {
  margin: 0px 15px 10px 0px; }

/* line 1548, _styles.scss */
.js-review-form .form-submit label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 10px 0px;
  min-width: 250px; }

/*---*/
/*FAQ*/
/* line 1553, _styles.scss */
.text .faq {
  list-style-type: none;
  margin: 0px 0px 30px; }
  /* line 1556, _styles.scss */
  .text .faq-item {
    margin: 0px 0px 30px; }
  /* line 1559, _styles.scss */
  .text .faq-title {
    margin: 0px;
    border-bottom: 1px dotted currentColor;
    cursor: pointer; }
    /* line 1563, _styles.scss */
    .text .faq-title:hover, .text .faq-title-active {
      color: #313178;
      border-bottom-color: #313178; }
  /* line 1568, _styles.scss */
  .text .faq-content {
    display: none;
    padding: 20px 0px 1px;
    margin: 0px 0px -21px; }

/*--*/
/*Корзина*/
/* line 1578, _styles.scss */
.cart-table {
  margin: 0px 0px 30px; }

/* line 1580, _styles.scss */
.cart-item {
  padding: 30px 0px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px; }

/* line 1581, _styles.scss */
.cart-item-title {
  font-size: 16px;
  line-height: 20px; }

/* line 1582, _styles.scss */
.cart-item-title a {
  font-weight: 700; }

/* line 1583, _styles.scss */
.cart-item-title .cart-item-variants {
  font-size: 13px;
  line-height: 16px; }

/* line 1584, _styles.scss */
.cart-item-title .cart-item-variant {
  display: block;
  margin: 5px 0px 0px; }

/* line 1585, _styles.scss */
.cart-item-title .cart-item-variant span {
  color: #999; }

/* line 1586, _styles.scss */
.cart-item-price {
  color: #999;
  text-align: right; }

/* line 1587, _styles.scss */
.cart-item-price p {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 20px; }

/* line 1589, _styles.scss */
.cart-item-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%; }

/* line 1590, _styles.scss */
.cart-item-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1591, _styles.scss */
.cart-item-count {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 26px;
  padding: 0px;
  border-width: 1px;
  border-color: #e6e6e6 !important; }

/* line 1592, _styles.scss */
.cart-item-count.item-quantity-minus {
  -webkit-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px; }

/* line 1593, _styles.scss */
.cart-item-count.item-quantity-plus {
  -webkit-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px; }

/* line 1594, _styles.scss */
.cart-item-quantity-input {
  margin: 0px -1px;
  text-align: center;
  width: 40px !important; }

/* line 1595, _styles.scss */
.cart-item-delete {
  float: right;
  width: 28px;
  height: 38px;
  font-size: 34px;
  line-height: 54px;
  border: none;
  color: #999 !important;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: none;
  padding: 0px; }

/* line 1596, _styles.scss */
.cart-item-delete:hover {
  color: #f30 !important; }

/* line 1597, _styles.scss */
.cart-item-delete:after {
  display: none; }

/* line 1598, _styles.scss */
.cart-item-delete i {
  position: relative;
  top: -8px; }

/* line 1602, _styles.scss */
.cart-coupon {
  margin: 0px 0px 30px; }

/* line 1603, _styles.scss */
.cart-coupon table {
  margin: 5px 0px 0px;
  width: 100%; }

/* line 1604, _styles.scss */
.cart-coupon th {
  width: 1%; }

/* line 1605, _styles.scss */
.cart-coupon button {
  margin-left: 5px; }

/* line 1606, _styles.scss */
.cart-coupon .form-alert {
  margin: 5px 0px 0px;
  font-size: 13px;
  line-height: 16px; }

/* line 1607, _styles.scss */
.cart-create-order {
  margin: 0px 0px 30px; }

/* line 1608, _styles.scss */
.cart-create-order p {
  margin: 0px 0px 15px;
  position: relative;
  font-size: 20px;
  line-height: 24px; }

/* line 1609, _styles.scss */
.cart-create-order p strong {
  position: absolute;
  top: 0px;
  right: 0px; }

/* line 1610, _styles.scss */
.cart-create-order p span {
  display: block;
  font-size: 13px;
  line-height: 16px; }

/* line 1611, _styles.scss */
.cart-create-order p.cart-discounts {
  font-size: 16px;
  line-height: 20px; }

/* line 1613, _styles.scss */
.cart-fastorder {
  margin: 0px 0px 30px; }

/* line 1614, _styles.scss */
.cart-fastorder .form {
  padding: 15px;
  border: 2px solid #e6e6e6; }

/* line 1615, _styles.scss */
.cart-fastorder .form p {
  text-align: center; }

/* line 1616, _styles.scss */
.cart-fastorder .form p strong {
  font-size: 16px;
  color: #1a1a1a; }

/* line 1617, _styles.scss */
.cart-fastorder table {
  width: 100%; }

/* line 1618, _styles.scss */
.cart-fastorder th {
  width: 1%; }

/* line 1619, _styles.scss */
.cart-fastorder label {
  display: block;
  margin: 15px 0px 5px; }

/* line 1620, _styles.scss */
.cart-fastorder button {
  margin-left: 5px; }

/* line 1621, _styles.scss */
.cart-fastorder .fast-status {
  margin: 10px 0px 0px;
  display: none; }

/* line 1622, _styles.scss */
.cart-fastorder .fast-status i {
  margin-right: 5px; }

/* line 1624, _styles.scss */
#cartform h1 {
  margin: 0px; }

/* line 1625, _styles.scss */
#cartform .text button {
  margin: -6px 0px; }

/* line 1628, _styles.scss */
.cart-page-half .cart-item:last-child {
  margin-bottom: 0px;
  border-bottom-style: none;
  padding-bottom: 0px; }
/* line 1630, _styles.scss */
.cart-page-half .cart-footer {
  margin: 0px 0px 30px;
  border: 2px solid #e6e6e6;
  padding: 0px 15px; }
/* line 1632, _styles.scss */
.cart-page-half .cart-coupon {
  margin: 0px;
  padding: 15px; }
/* line 1634, _styles.scss */
.cart-page-half .cart-create-order {
  margin: 0px;
  padding: 15px;
  background: rgba(49, 49, 120, 0.15); }
/* line 1636, _styles.scss */
.cart-page-half .cart-fastorder {
  margin: 0px;
  padding: 15px; }
/* line 1637, _styles.scss */
.cart-page-half .cart-fastorder .form {
  padding: 0px;
  border-style: none; }

/*--*/
/*footer subscribe*/
/* line 1642, _styles.scss */
.footer-subscribe {
  margin: 0px 0px 30px; }

/* line 1643, _styles.scss */
.footer-subscribe > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1644, _styles.scss */
.footer-subscribe table {
  width: 100%; }

/* line 1645, _styles.scss */
.footer-subscribe td input {
  width: 100%; }

/* line 1646, _styles.scss */
.footer-subscribe th {
  width: 1%;
  padding-left: 5px; }

/* line 1647, _styles.scss */
.footer-subscribe-title {
  position: relative;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  padding: 0px 0px 0px 76px; }

/* line 1648, _styles.scss */
.footer-subscribe-title i {
  position: absolute;
  font-size: 70px;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  font-weight: normal;
  color: #313178; }

/* line 1649, _styles.scss */
.footer-subscribe-description {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 18px;
  color: #6e6e6e; }

/* line 1650, _styles.scss */
.footer-subscribe-form {
  padding: 3px 0px; }

/*---*/
/*footer*/
/* line 1654, _styles.scss */
.footer {
  padding: 0px 0px 30px; }

/* line 1656, _styles.scss */
.social {
  text-align: center;
  margin: 0px 0px 25px; }

/* line 1657, _styles.scss */
.social a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 0px 15px 5px;
  color: #fff;
  background: #363636;
  text-indent: 1px; }

/* line 1658, _styles.scss */
.social a .fa {
  position: relative;
  z-index: 2;
  line-height: 26px; }

/* line 1659, _styles.scss */
.social a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 1660, _styles.scss */
.social a:hover:before {
  opacity: 1; }

/* line 1661, _styles.scss */
.social .social-vk:before {
  background: #45668e; }

/* line 1662, _styles.scss */
.social .social-twitter:before {
  background: #1da1f2; }

/* line 1663, _styles.scss */
.social .social-facebook:before {
  background: #3b5998; }

/* line 1664, _styles.scss */
.social .social-instagram:before {
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -o-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

/* line 1665, _styles.scss */
.social .social-youtube:before {
  background: #cd201f; }

/* line 1666, _styles.scss */
.social .social-odnoklassniki:before {
  background: #ed812b; }

/* line 1667, _styles.scss */
.social .social-telegram:before {
  background: #0088cc; }

/* line 1669, _styles.scss */
.footer-menu {
  font-size: 14px;
  line-height: 19px;
  margin: 0px 0px 30px; }

/* line 1670, _styles.scss */
.footer-menu .title {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 21px;
  color: #1e1e1e;
  font-weight: 700; }

/* line 1671, _styles.scss */
.footer-menu li + .title {
  margin-top: 10px; }

/* line 1672, _styles.scss */
.footer-menu .item {
  margin-top: 5px; }

/* line 1673, _styles.scss */
.footer-menu .item a {
  color: #6e6e6e;
  text-decoration: none; }

/* line 1674, _styles.scss */
.footer-menu .item a:hover {
  color: #313178; }

/* line 1677, _styles.scss */
.footer-contacts li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px; }

/* line 1678, _styles.scss */
.footer-contacts li .footer-contacts-phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: block; }

/* line 1679, _styles.scss */
.footer-contacts li > i {
  position: absolute;
  left: 0px;
  top: 1px;
  width: 20px;
  text-align: center;
  font-size: 20px;
  color: #313178; }

/* line 1681, _styles.scss */
.footer-pnd-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 10px 0px; }

/* line 1682, _styles.scss */
.footer-pnd-icon img {
  display: block;
  width: auto;
  height: 20px; }

/* line 1684, _styles.scss */
.footer .copyright {
  font-size: 13px;
  line-height: 16px;
  color: #6e6e6e; }

/* line 1686, _styles.scss */
.scroll-top {
  position: fixed;
  display: none;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #1e1e1e; }

/* line 1687, _styles.scss */
.scroll-top i {
  display: block;
  margin: 0px;
  font-size: 40px;
  color: #313178; }

/*---*/
/*Всплывающие окна*/
/* line 1691, _styles.scss */
.window {
  position: fixed;
  z-index: 11;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  overflow: auto; }

/* line 1692, _styles.scss */
.window-height {
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle; }

/* line 1693, _styles.scss */
.window-shade {
  position: fixed;
  display: none;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 1694, _styles.scss */
.window-fake-shade {
  position: fixed;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

/* line 1696, _styles.scss */
.window, .window-shade, .window-fake-shade {
  -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; }

/* line 1704, _styles.scss */
.window-data {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  border: 2px solid #bfbfbf; }

/* line 1705, _styles.scss */
.window-data .window-close {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  color: #999;
  font-size: 34px;
  width: 34px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 1706, _styles.scss */
.window-data .window-close:hover {
  color: #1a1a1a; }

/* line 1707, _styles.scss */
.window-tohide .window-data {
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
  opacity: 0; }

/* line 1708, _styles.scss */
.window-tohide-alt .window-data {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px); }

/* line 1709, _styles.scss */
.window-tohide-prev .window-data {
  -webkit-transform: translate(-30px, 0px) !important;
  -ms-transform: translate(-30px, 0px) !important;
  transform: translate(-30px, 0px) !important; }

/* line 1710, _styles.scss */
.window-tohide-next .window-data {
  -webkit-transform: translate(30px, 0px) !important;
  -ms-transform: translate(30px, 0px) !important;
  transform: translate(30px, 0px) !important; }

/* line 1712, _styles.scss */
.window-content {
  max-width: 100%;
  width: 440px;
  padding: 30px; }

/* line 1713, _styles.scss */
.window-content .window-title {
  font-size: 20px;
  line-height: 24px;
  color: #1a1a1a;
  margin: 0px 0px 10px; }

/* line 1714, _styles.scss */
.window-content .window-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
  margin: 0px 0px 10px;
  font-weight: 700; }

/* line 1715, _styles.scss */
.window-content .window-description {
  margin: 15px 0px; }

/* line 1717, _styles.scss */
.window-content .window-form-item {
  margin: 15px 0px; }

/* line 1718, _styles.scss */
.window-content .window-form-item label {
  display: block;
  margin: 0px 0px 2px;
  font-size: 13px;
  line-height: 16px;
  color: #1a1a1a;
  font-weight: 700; }

/* line 1719, _styles.scss */
.window-content .window-form-item-image {
  position: relative;
  height: 0px;
  padding-top: 100%; }

/* line 1720, _styles.scss */
.window-content .window-form-item-image img {
  position: absolute;
  top: 50%;
  max-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1722, _styles.scss */
.status {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

/* line 1723, _styles.scss */
.status i {
  margin-right: 5px; }

/* line 1724, _styles.scss */
.status-block {
  display: block;
  margin: 0px; }

/* line 1725, _styles.scss */
.status-block span {
  display: inline-block;
  margin: 15px 0px 0px; }

/* line 1726, _styles.scss */
.text-red {
  color: #f30; }

/* line 1727, _styles.scss */
.text-grey {
  color: #999; }

/* line 1728, _styles.scss */
.text-green {
  color: #65bc54; }

/* line 1729, _styles.scss */
label .required {
  color: #f30; }

/* line 1731, _styles.scss */
.window-obj-alert button {
  min-width: 160px;
  margin-top: 10px; }

/*---*/
/*Быстрый заказ*/
/* line 1735, _styles.scss */
.window-obj-quickorder {
  width: 540px; }

/* line 1736, _styles.scss */
.window-obj-quickorder .window-description {
  margin-top: -15px; }

/* line 1737, _styles.scss */
.window-obj-quickorder .window-product {
  margin: 30px -30px;
  padding: 10px 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

/* line 1738, _styles.scss */
.window-obj-quickorder .window-product-title {
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a; }

/* line 1739, _styles.scss */
.window-obj-quickorder .window-product-quantity {
  margin-top: 10px; }

/* line 1740, _styles.scss */
.window-obj-quickorder .window-product-quantity input {
  margin: 0px -1px;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  height: 38px; }

/* line 1741, _styles.scss */
.window-obj-quickorder .window-product-price {
  color: #1a1a1a;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 10px;
  text-align: right; }

/*---*/
/*Быстрый просмотр*/
/* line 1745, _styles.scss */
.window-obj-quickview {
  width: 1100px;
  padding-bottom: 0px; }

/* line 1746, _styles.scss */
.window-obj-quickview .block-geo, .window-obj-quickview .block-share {
  display: none; }

/* line 1747, _styles.scss */
.window-obj-quickview .hide-in-quickview {
  display: none; }

/* line 1748, _styles.scss */
.window-obj-quickview .show-in-quickview {
  display: block; }

/* line 1749, _styles.scss */
.window-prev, .window-next {
  display: none;
  position: fixed;
  z-index: 12;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  font: 900 44px/80px 'magictoolbox-thin' !important;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  color: #fff;
  text-align: center;
  -webkit-transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, border-color 0.25s, -webkit-transform 0.25s;
  -o-transition: color 0.25s, border-color 0.25s, transform 0.25s;
  transition: color 0.25s, border-color 0.25s, transform 0.25s;
  transition: color 0.25s, border-color 0.25s, transform 0.25s, -webkit-transform 0.25s; }

/* line 1750, _styles.scss */
.window-prev:before {
  content: "\a002"; }

/* line 1751, _styles.scss */
.window-next:before {
  content: "\a003"; }

/* line 1752, _styles.scss */
.window-prev:hover, .window-next:hover {
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* line 1753, _styles.scss */
.window-prev {
  left: 50%;
  margin-left: -650px; }

/* line 1754, _styles.scss */
.window-prev .ion {
  display: none; }

/* line 1755, _styles.scss */
.window-next {
  right: 50%;
  margin-right: -650px; }

/* line 1756, _styles.scss */
.window-next .ion {
  display: none; }

/*---*/
/*GEO*/
/* line 1760, _styles.scss */
.window-obj-geo {
  width: 800px; }

/* line 1761, _styles.scss */
.window-obj-geo .window-title {
  line-height: 30px; }

/* line 1762, _styles.scss */
.window-obj-geo .window-title .geo-city-short {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }

/* line 1763, _styles.scss */
.window-obj-geoMap {
  width: 800px; }

/* line 1764, _styles.scss */
.window-obj-geoMap .window-title {
  line-height: 30px; }

/* line 1765, _styles.scss */
.window-obj-geoMap .window-title .geo-city-short {
  margin-right: 20px;
  vertical-align: middle; }

/*---*/
/*login*/
/* line 1769, _styles.scss */
.window-obj-login .window-form-item {
  margin-bottom: 0px; }

/* line 1770, _styles.scss */
.window-obj-login button, .window-obj-login .button {
  margin-top: 10px; }

/* line 1771, _styles.scss */
.window-obj-login button {
  margin-right: 10px; }

/*---*/
/*Корзина*/
/* line 1775, _styles.scss */
.window-type-cart {
  overflow: hidden; }

/* line 1776, _styles.scss */
.window-obj-cart {
  width: 700px;
  max-width: 700px; }

/* line 1778, _styles.scss */
.window-cart-items {
  position: relative;
  margin: 30px -30px 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  max-height: 300px;
  overflow: auto; }

/* line 1779, _styles.scss */
.window-cart-items-main {
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0px 0px -1px; }

/* line 1780, _styles.scss */
.window-cart-items-main + .window-cart-items-other {
  margin: 0px; }

/* line 1781, _styles.scss */
.window-cart-items-other {
  padding: 30px;
  border-top: 1px solid #e6e6e6;
  margin: -1px 0px 0px; }

/* line 1782, _styles.scss */
.window-cart-items-other > p {
  font-weight: 700;
  color: #1a1a1a; }

/* line 1783, _styles.scss */
.window-cart-items-other .window-cart-item {
  margin: 30px 0px 0px; }

/* line 1785, _styles.scss */
.window-cart-item-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%; }

/* line 1786, _styles.scss */
.window-cart-item-image {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1787, _styles.scss */
.window-cart-item-price {
  text-align: right;
  font-weight: 700;
  color: #1a1a1a; }

/* line 1788, _styles.scss */
.window-cart-item-quantity {
  text-align: right;
  color: #999; }

/* line 1790, _styles.scss */
.window-type-cart form {
  position: relative; }

/* line 1791, _styles.scss */
.window-type-cart form:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -30px;
  top: 0px;
  width: calc(100% + 60px);
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden; }

/* line 1792, _styles.scss */
.window-type-cart form.disabled:before {
  opacity: 1;
  visibility: visible; }

/* line 1794, _styles.scss */
.window-cart-bottom .button {
  white-space: normal; }

/*---*/
/*loader*/
/* line 1799, _styles.scss */
.window-type-quickview:after, .window-type-cart:after, .filter-count-loader:after, .product-variants-loading:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px -20px;
  border: 8px double rgba(255, 255, 255, 0.25);
  border-left-color: #313178;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: loader 0.5s linear infinite;
  animation: loader 0.5s linear infinite;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 1821, _styles.scss */
.window-type-quickview-active:after, .window-type-cart-active:after {
  visibility: hidden;
  opacity: 0; }

/* line 1827, _styles.scss */
.filter-count-loader:after {
  width: 20px;
  height: 20px;
  margin: -10px 0px 0px -10px;
  border-width: 4px;
  border-style: solid; }

/* line 1836, _styles.scss */
.product-variants-loading:after {
  border-color: #e6e6e6 #e6e6e6 #e6e6e6 #313178; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*---*/
/*paging*/
/* line 1851, _styles.scss */
.paging {
  text-align: center;
  margin: 0px 0px 30px; }

/* line 1852, _styles.scss */
.paging-pages-item, .paging-previous, .paging-next, .paging-load {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #e6e6e6;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #1a1a1a; }

/* line 1853, _styles.scss */
.paging-pages-item + .paging-pages-item {
  margin-left: -1px; }

/* line 1854, _styles.scss */
strong.paging-pages-item {
  background: #e6e6e6;
  font-weight: 700; }

/* line 1855, _styles.scss */
.paging-previous {
  margin: 0px 15px 0px 0px; }

/* line 1856, _styles.scss */
.paging-previous .fa {
  margin-right: 10px; }

/* line 1857, _styles.scss */
.paging-next {
  margin: 0px 0px 0px 15px; }

/* line 1858, _styles.scss */
.paging-next .fa {
  margin-left: 10px; }

/* line 1859, _styles.scss */
.paging-previous, .paging-next {
  width: 130px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 1860, _styles.scss */
.paging-previous .fa, .paging-next .fa {
  position: relative;
  font-size: 21px;
  top: 3px; }

/* line 1861, _styles.scss */
.paging-total-bottom {
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  font-family: Georgia, serif;
  font-style: italic; }

/* line 1862, _styles.scss */
.paging-total-top {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }

/* line 1863, _styles.scss */
.paging-total-line {
  margin: 5px auto 0px;
  background: #f0f0f0;
  width: 200px; }

/* line 1864, _styles.scss */
.paging-total-line i {
  display: block;
  width: 0px;
  height: 3px;
  background: #313178; }

/* line 1865, _styles.scss */
.paging-load {
  width: 240px;
  height: auto;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #313178;
  padding: 5px 20px;
  color: #313178; }

/* line 1866, _styles.scss */
.paging-load.button--progress:before {
  border-color: #e6e6e6;
  border-left-color: #313178; }

/* line 1867, _styles.scss */
.paging-pages--hybrid {
  margin-top: 15px; }

/*---*/
/*breadcrumbs*/
/* line 1871, _styles.scss */
.breadcrumbs {
  color: #999;
  font-size: 13px;
  line-height: 17px;
  margin: 0px 0px 20px; }

/* line 1872, _styles.scss */
.breadcrumbs a {
  color: #999;
  text-decoration: none; }

/* line 1873, _styles.scss */
.breadcrumbs a:hover {
  color: #1a1a1a;
  text-decoration: none; }

/* line 1874, _styles.scss */
.breadcrumbs .separator {
  margin: 0px 4px; }

/*---*/
/*popGrowl*/
/* line 1878, _styles.scss */
.pop-growl.pop-growl-bottom-right {
  bottom: 0px;
  right: 10px; }

/* line 1879, _styles.scss */
.pop-growl .pop-growl-notification {
  border-style: none;
  cursor: default; }

/* line 1880, _styles.scss */
.pop-growl .pop-growl-notification img {
  max-width: 100%; }

/* line 1881, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added {
  display: block; }

/* line 1882, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .title {
  position: relative;
  padding: 10px;
  color: #1a1a1a;
  font-weight: 700;
  background: #e6e6e6; }

/* line 1883, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .title .notification-close {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 26px;
  color: #999;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }

/* line 1884, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .title:hover .notification-close {
  color: #1a1a1a; }

/* line 1885, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .data {
  display: block;
  padding: 10px 10px 10px 68px;
  overflow: hidden;
  min-height: 68px;
  position: relative;
  text-decoration: none;
  color: #474747; }

/* line 1886, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .line-item-image {
  display: block;
  width: 48px;
  height: 48px;
  background: center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 10px; }

/* line 1887, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .type-error {
  font-size: 20px;
  line-height: 48px;
  background: #f30;
  color: #fff;
  text-align: center; }

/* line 1888, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .type-info {
  background: #313178;
  color: #fff; }

/* line 1890, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .cart-details span {
  color: #999;
  font-style: italic; }

/* line 1891, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .cart-details p {
  text-decoration: underline;
  color: #999;
  font-size: 13px;
  line-height: 16px; }

/* line 1892, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .data:hover .cart-details p {
  color: #313178; }

/* line 1893, _styles.scss */
.pop-growl .pop-growl-notification .cart-notification-added .data-privacy p {
  margin: 0px 0px 5px;
  font-size: 12px;
  line-height: 16px; }

/*---*/
/* line 1896, _styles.scss */
.privacy-info {
  display: block;
  margin-top: 15px;
  position: relative;
  font-size: 12px;
  line-height: 16px; }

/* line 1897, _styles.scss */
.privacy-info a {
  text-decoration: underline;
  color: currentColor; }

/* line 1898, _styles.scss */
.privacy-info-checkbox {
  position: relative;
  padding-left: 15px;
  cursor: pointer; }
  /* line 1902, _styles.scss */
  .privacy-info-checkbox:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 7px;
    height: 7px;
    background: #999;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  /* line 1916, _styles.scss */
  .privacy-info-checkbox:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    width: 11px;
    height: 11px;
    border: 1px solid #999;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  /* line 1928, _styles.scss */
  .privacy-info-checkbox input {
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 1px; }

/* line 1936, _styles.scss */
.privacy-info-checkbox:hover:before {
  opacity: 0.2; }

/* line 1941, _styles.scss */
.privacy-info-checked:before {
  opacity: 1 !important; }

/* line 1946, _styles.scss */
.index-subscribe .privacy-info, .footer-subscribe-form .privacy-info {
  margin-top: 10px; }

/* line 1951, _styles.scss */
.index-subscribe .privacy-info-checkbox:before {
  background: #fff; }
/* line 1954, _styles.scss */
.index-subscribe .privacy-info-checkbox:after {
  border-color: #fff; }

/* line 1958, _styles.scss */
.footer-subscribe-form .privacy-info {
  margin: 5px 0px -21px; }

/* line 1962, _styles.scss */
.instafeed {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; }

/* line 1963, _styles.scss */
.instafeed-title table {
  width: 100%; }

/* line 1964, _styles.scss */
.instafeed-title th {
  width: 1%;
  padding-right: 10px; }

/* line 1965, _styles.scss */
.instafeed-title img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px; }

/* line 1966, _styles.scss */
.instafeed-title a {
  color: #003569;
  text-decoration: none;
  font-weight: bold; }

/* line 1967, _styles.scss */
.instafeed-title span {
  display: block;
  color: #000; }

/* line 1968, _styles.scss */
.instafeed-gallery {
  margin: 0px -5px !important; }

/* line 1969, _styles.scss */
.instafeed-gallery .col {
  padding: 0px 5px !important; }

/* line 1970, _styles.scss */
.instafeed-gallery a {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  position: relative;
  margin-top: 10px;
  color: #fff !important;
  background: center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 1971, _styles.scss */
.instafeed-gallery .image-type-video:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 0px;
  width: 34px;
  height: 26px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAiCAMAAAATUMtDAAACZFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnJycAAAAAAAAAAAAAAAAAAAAAAAAWFhYAAAAjIyMAAAAhISEAAABHR0cAAABBQUEAAAAEBAQaGhoAAAAXFxcEBAQLCwt8fHwKCgo0NDQTExMeHh4oKCgAAAAJCQkwMDA5OTlJSUk8PDycnJxCQkJcXFxaWlp3d3esrKxZWVm/v79paWmBgYG0tLRgYGB5eXl8fHx+fn6FhYWenp6Hh4ebm5usrKyampqrq6uOjo6hoaGpqamQkJCqqqqtra3KysqZmZmgoKCzs7PJycnT09O4uLjU1NTBwcG5ubnCwsLa2trY2Ni0tLTQ0NDLy8vOzs7MzMzR0dG4uLi6urrHx8e+vr7KysrDw8PNzc3JycnIyMjW1tbHx8fU1NTg4ODc3Nza2trY2Nja2trR0dHX19fd3d3R0dHPz8/n5+fb29vg4ODh4eHf39/a2tri4uLa2trl5eXn5+fv7+/v7+/o6Ojr6+vv7+/j4+Pp6enq6urs7Ozq6urs7Ozi4uLu7u7p6enu7u7v7+/p6enn5+fp6env7+/r6+v09PTz8/P19fXu7u7v7+/v7+/x8fHv7+/y8vL09PTy8vL4+Pjz8/P39/f09PT39/f39/f4+Pj6+vr4+Pjz8/P6+vr29vb5+fn39/f19fX7+/v5+fn6+vr19fX5+fn29vb5+fn6+vr6+vr6+vr7+/v5+fn6+vr6+vr6+vr8/Pz9/f39/f3+/v79/f39/f39/f39/f3////+/v79/f3+/v79/f3+/v7///8qqMt+AAAAzHRSTlMAAQIDBAUGBwgJCgsMDA0ODxAREhITExQUFRUWFxgYGBoaGxsbHBwdHR0eHh4eHyEhIiQlJycrKy4uLzA1ODs8PD8/P0FBQ0NDREZGR0pNTk9PUlJVVlZXWVpbXFxdXV9iYmRnaWlqbm5vb29wcXJyc3V1d3h4e36EhYeIjY2PkZOUlJSXmZmZmpqbnZ6eoqOkpqaoqaqtrq+zs7S0tre3uLi8vsHCwsPGxsfHyMrKy8vMzM3R0dTW2NnZ2t3d3d7e4OHi4+Pk5eXm5uYndM/XAAACmUlEQVR42n3U9XsTMRjA8a2X3KXXQi8N6RjDZchwdzbcXcdw2Bgw3N1dh7u7O2y4juWf4k1yvbVru+/TH/L0+TR9m7ZJqyo9vrRUaeiLKfULJEQYmxgyTROrkOFLxiVFwUikbkyRSB0/QqATLSaTzj17Ed/DHd2w3hxEFfYZeMIPkdjN5lgNrz+Dt7F9xhN/fv3z1tMMGBxGJLWwAVpvbIbvCdX7w/OH9h+75nKlUC01MMIm6rjzeg+5t8YWvytkJwZkUsehNGfOayFbhi2LkNF3hJieFsWIaLy1DXN4dvsmDmN5DxS2bFJv3TdY5fsM0DCy4eJTOZwN2v347bXVnRkfUwbPlBC791khy0cIsDoLhT/mMTbzg5Bd7cX5ZoltskeoCjAco8b+DMBHM8O5ZUJX2oj3K5c4cMjFZjxeQPl24fZ7FG1xUYjlgdoHPIyiWI4xkja7L6KVBPk+hQ+62DLj8EDa8rmH1wedXYCDIRfPIvF4otPwgofnhTKO14Q3hMKFUfumZ7jTo5rwrXasw2mh+lvInckVauYjybFYRHn3vV9h8XJhA559RUgcWvJTY6safjeM8sYjitfO7ZPBMzcJiW2aNeNp3Gnoc4ZejWOMUUpZuNXGCnWAdjBE+56E1eyYb5DrE/68Lbc1c7K6TL0kVCv8AeBNV5aL8RrrH9Jtofty49j+0ifCbTGxoYAzvKC+haLYCm4RSfo+xCaQ37YwUX9H9Xs27a7nKxPsp1Vh2zJV8l5wsYFJoO2UomJZEaRXhYOZTTBGKm0VRlgOF4QCOrmCZwjsaBg+eIDVWGkLRpP5Ib0ilvvuANy7zNOm/G8SSycXetLq92S60kjdc14wrLttknsRBjNQbO6gKa7RhFJf0umJJcr/w2uLH2siuYcAAAAASUVORK5CYII=) 0px 0px no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 1972, _styles.scss */
.instafeed-hover {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

/* line 1973, _styles.scss */
.instafeed-hover i {
  margin-right: 3px; }

/* line 1974, _styles.scss */
.instafeed-hover span {
  margin: 0px 5px; }

/* line 1975, _styles.scss */
.instafeed-gallery a:hover .instafeed-hover {
  opacity: 1; }

/*Разности*/
/* line 1978, _styles.scss */
.sticky-column {
  position: static; }

/* line 1979, _styles.scss */
.item-quantity > * {
  vertical-align: top; }

/* line 1981, _styles.scss */
.table-scroll {
  overflow: auto;
  overflow-y: hidden;
  margin: 20px 0px; }

/* line 1982, _styles.scss */
.table-scroll table {
  margin: 0px; }

/* line 1984, _styles.scss */
.clear {
  clear: both;
  height: 0px;
  overflow: hidden; }

/* line 1985, _styles.scss */
.clear-float {
  clear: both; }

/* line 1986, _styles.scss */
.hidden {
  display: none; }

/* line 1987, _styles.scss */
.ancor {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden; }

/* line 1988, _styles.scss */
.ya-share2__list {
  margin: 0px !important; }

/* line 1989, _styles.scss */
.ya-share2__badge {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; }

/* line 1990, _styles.scss */
.nomargin {
  margin: 0px !important; }

/* line 1992, _styles.scss */
#add_product_notification, #add_product_wait, #own_preloader {
  display: none !important; }

/* line 1994, _styles.scss */
.locked {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none; }

/* line 1995, _styles.scss */
.locked body {
  overflow: hidden !important;
  height: auto !important;
  -ms-touch-action: none;
  touch-action: none; }

/* line 1996, _styles.scss */
.rucaptcha-image {
  height: 100%; }

/*---*/
/* line 1999, _styles.scss */
.privacy-popup {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eee;
  padding: 20px 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  /* line 2017, _styles.scss */
  .privacy-popup a {
    text-decoration: underline;
    color: #777; }
    /* line 2020, _styles.scss */
    .privacy-popup a:hover {
      color: #313178; }
  /* line 2024, _styles.scss */
  .privacy-popup.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible; }
  /* line 2031, _styles.scss */
  .privacy-popup button {
    float: right; }

@media (min-width: 768px) {
  /* line 2036, _styles.scss */
  .container {
    padding: 0px 30px; } }
@media (max-width: 767px) {
  /* line 2042, _styles.scss */
  .privacy-popup button {
    margin-top: 15px;
    float: none; } }
/* line 2049, _styles.scss */
.row-half {
  margin-left: -7px;
  margin-right: -8px; }

/* line 2050, _styles.scss */
.row-half > div {
  padding-left: 7px;
  padding-right: 8px; }

/* line 2052, _styles.scss */
.window .product-available-true .row-half .col-lg-6 {
  width: 100%; }
/* line 2053, _styles.scss */
.window .product-available-true .row-half .winbox {
  margin-top: 15px; }

/* line 2056, _styles.scss */
.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -8px;
  margin-bottom: -15px; }

/* line 2068, _styles.scss */
.flex-col-auto, .flex-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 8px;
  padding-bottom: 15px; }

/* line 2076, _styles.scss */
.flex-col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

/* line 2084, _styles.scss */
.flex-col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 2095, _styles.scss */
.products .button--small {
  padding-left: 5px !important;
  padding-right: 5px !important; }

/* line 2, _checkout.scss */
.template-checkout .b {
  font-weight: normal; }
/* line 3, _checkout.scss */
.template-checkout .set h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0px;
  color: #1e1e1e;
  font-weight: 700; }
/* line 4, _checkout.scss */
.template-checkout .set #order_form h3 {
  margin-bottom: 0px; }
/* line 6, _checkout.scss */
.template-checkout .message {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin: 20px 0px; }
/* line 7, _checkout.scss */
.template-checkout .message .notice {
  color: #39a912; }
/* line 8, _checkout.scss */
.template-checkout .message .error {
  color: #f30; }
/* line 9, _checkout.scss */
.template-checkout div.error {
  font-size: 14px;
  color: #f30;
  line-height: 18px;
  display: block;
  margin: 20px 0px; }
/* line 10, _checkout.scss */
.template-checkout .green {
  font-weight: 700;
  color: #39a912; }
/* line 11, _checkout.scss */
.template-checkout .red {
  font-weight: 700;
  color: #f30; }
/* line 13, _checkout.scss */
.template-checkout #regular_client + div {
  margin-left: 10px; }
/* line 15, _checkout.scss */
.template-checkout #registered_client small {
  display: none;
  vertical-align: middle;
  margin-left: 10px; }
/* line 16, _checkout.scss */
.template-checkout #registered_client img {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0px 0px; }
/* line 17, _checkout.scss */
.template-checkout #registered_client h3, .template-checkout #regular_client h3 {
  margin: 0px; }
/* line 18, _checkout.scss */
.template-checkout .service_logins img {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0px 0px; }
/* line 19, _checkout.scss */
.template-checkout #contacts label b {
  font-weight: 700;
  color: #1e1e1e; }
/* line 20, _checkout.scss */
.template-checkout #contacts .field-content div {
  font-size: 12px;
  line-height: 16px; }
/* line 22, _checkout.scss */
.template-checkout .field {
  margin: 10px 0px 0px; }
/* line 23, _checkout.scss */
.template-checkout .field .field-label {
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 3px;
  color: #1e1e1e; }
/* line 24, _checkout.scss */
.template-checkout .field .field-label .warning {
  color: #f30; }
/* line 25, _checkout.scss */
.template-checkout .field .field-content {
  width: 100%; }
/* line 26, _checkout.scss */
.template-checkout .field .field-content select {
  width: 100%; }
/* line 27, _checkout.scss */
.template-checkout .field .field-content .small {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-top: 2px;
  font-style: italic; }
/* line 28, _checkout.scss */
.template-checkout textarea.textfield {
  height: 76px; }
/* line 29, _checkout.scss */
.template-checkout .textfield {
  max-width: 415px; }
/* line 30, _checkout.scss */
.template-checkout #order_client_bonus_points {
  max-width: 160px;
  display: block; }
/* line 32, _checkout.scss */
.template-checkout .wide_set .field-content {
  max-width: 300px; }
/* line 33, _checkout.scss */
.template-checkout .field-content #captcha_challenge {
  margin-bottom: 5px; }
/* line 34, _checkout.scss */
.template-checkout .wide_set .field-content small {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin-top: 2px;
  font-style: italic; }
/* line 36, _checkout.scss */
.template-checkout .fieldWithErrors .textfield {
  border-color: #f30 !important;
  background: #ffe1da; }
/* line 38, _checkout.scss */
.template-checkout .side-left {
  float: left;
  width: 710px; }
/* line 39, _checkout.scss */
.template-checkout .side-left .set {
  margin: -20px 0px; }
/* line 40, _checkout.scss */
.template-checkout .side-right {
  float: right;
  width: 250px; }
/* line 41, _checkout.scss */
.template-checkout .wide_set .set-title {
  display: none; }
/* line 43, _checkout.scss */
.template-checkout .set {
  margin: 0px 0px 30px; }
/* line 44, _checkout.scss */
.template-checkout .wide_set {
  margin: 0px 0px 30px; }
/* line 45, _checkout.scss */
.template-checkout .set .set-title {
  clear: both;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0px;
  color: #1e1e1e; }
/* line 46, _checkout.scss */
.template-checkout .set .set-block:after {
  content: "";
  display: table;
  clear: both; }
/* line 48, _checkout.scss */
.template-checkout .set-block + .set-title, .template-checkout .set-title + .set-title {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px; }
/* line 50, _checkout.scss */
.template-checkout .past_step {
  float: right;
  font-size: 12px;
  background: #e6e6e6;
  padding: 0px 10px;
  overflow: hidden; }
/* line 51, _checkout.scss */
.template-checkout .past_step a {
  float: right;
  margin-left: 10px;
  color: #999; }
/* line 52, _checkout.scss */
.template-checkout .past_step a:hover {
  color: #313178; }
/* line 53, _checkout.scss */
.template-checkout .past_step span {
  max-width: 300px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
/* line 56, _checkout.scss */
.template-checkout .set-sidebar p {
  margin: 0px; }
/* line 57, _checkout.scss */
.template-checkout .set-sidebar .icon {
  display: none; }
/* line 58, _checkout.scss */
.template-checkout .set-sidebar .set-title {
  display: block;
  margin: 10px 0px; }
/* line 59, _checkout.scss */
.template-checkout .set-list {
  margin: 15px 0px -5px; }
/* line 60, _checkout.scss */
.template-checkout .set-list li {
  position: relative;
  display: block;
  padding-left: 55px;
  min-height: 59px;
  margin: 10px 0px 0px;
  padding-top: 10px;
  border-top: 1px dotted #e6e6e6; }
/* line 61, _checkout.scss */
.template-checkout .set-list li .img {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 48px;
  height: 48px;
  background: center no-repeat; }
/* line 62, _checkout.scss */
.template-checkout .set-list li .description {
  font-size: 12px;
  line-height: 16px; }
/* line 63, _checkout.scss */
.template-checkout .set-list li .description p + p {
  font-weight: 700; }
/* line 65, _checkout.scss */
.template-checkout .set-meta {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #e6e6e6; }
/* line 66, _checkout.scss */
.template-checkout .set-meta .fc {
  margin-bottom: 10px;
  overflow: hidden;
  color: #1e1e1e; }
/* line 67, _checkout.scss */
.template-checkout .set-meta .fc .fl {
  float: left; }
/* line 68, _checkout.scss */
.template-checkout .set-meta .fc .fr {
  float: right;
  font-weight: 700; }
/* line 69, _checkout.scss */
.template-checkout .set-meta .b, .template-checkout .set-meta b {
  font-weight: 700; }
/* line 71, _checkout.scss */
.template-checkout #order_form h4, .template-checkout #payment h4 {
  display: block;
  margin: 20px 0px 0px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #1e1e1e; }
/* line 72, _checkout.scss */
.template-checkout #order_form #create_order, .template-checkout #payment #create_order {
  margin: 20px 0px 0px !important;
  font-size: 12px;
  line-height: 36px;
  height: 38px;
  padding: 0px 15px; }
/* line 74, _checkout.scss */
.template-checkout #payment_gateways .field-content {
  width: 100% !important; }
/* line 75, _checkout.scss */
.template-checkout #payment_gateways .field-content textarea {
  width: 100% !important; }
/* line 77, _checkout.scss */
.template-checkout #order_captcha_solution {
  width: 100%;
  margin: 10px 0px 2px; }
/* line 78, _checkout.scss */
.template-checkout #feedback_content {
  height: 76px;
  width: 100% !important;
  margin: 0px !important; }
/* line 80, _checkout.scss */
.template-checkout table {
  width: 100%; }
/* line 82, _checkout.scss */
.template-checkout .variants {
  width: 100%;
  table-layout: fixed; }
/* line 83, _checkout.scss */
.template-checkout .variants td {
  vertical-align: top;
  padding-bottom: 10px; }
/* line 84, _checkout.scss */
.template-checkout #order_form .variants td {
  padding-bottom: 0px;
  padding-top: 10px; }
/* line 85, _checkout.scss */
.template-checkout .variants label {
  color: #1e1e1e; }
/* line 86, _checkout.scss */
.template-checkout .variants label small {
  font-weight: normal;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-style: italic; }
/* line 87, _checkout.scss */
.template-checkout .variants label small p {
  margin: 0px; }
/* line 88, _checkout.scss */
.template-checkout .variants .radio {
  width: 20px; }
/* line 89, _checkout.scss */
.template-checkout .variants .radio input {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }
/* line 90, _checkout.scss */
.template-checkout .variants .price {
  width: 100px;
  text-align: right; }
/* line 92, _checkout.scss */
.template-checkout .text-cabinet em {
  font-style: italic;
  color: #999; }
/* line 93, _checkout.scss */
.template-checkout .text-cabinet small {
  display: block;
  font-size: 12px;
  line-height: 16px; }
/* line 94, _checkout.scss */
.template-checkout .text-cabinet strong {
  color: #1e1e1e; }
/* line 96, _checkout.scss */
.template-checkout .table {
  width: 100%;
  margin: 20px 0px;
  font-size: 14px;
  line-height: 18px; }
/* line 97, _checkout.scss */
.template-checkout .table th, .template-checkout .table td {
  padding: 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left; }
/* line 98, _checkout.scss */
.template-checkout .table th {
  white-space: nowrap;
  background-color: #e6e6e6;
  color: #1e1e1e;
  font-weight: 700; }
/* line 99, _checkout.scss */
.template-checkout .table .count-field {
  text-align: center; }
/* line 100, _checkout.scss */
.template-checkout .table .price-field {
  text-align: right; }
/* line 101, _checkout.scss */
.template-checkout .table .thumb-field span {
  display: block;
  width: 48px;
  height: 48px;
  background: center no-repeat;
  background-size: cover; }
/* line 102, _checkout.scss */
.template-checkout .table tfoot {
  font-size: 16px;
  line-height: 20px;
  color: #1e1e1e; }
/* line 103, _checkout.scss */
.template-checkout .table .min-field, .template-checkout .table .thumb-field, .template-checkout .table .sku-field, .template-checkout .table .count-field, .template-checkout .table .price-field {
  width: 1%;
  white-space: nowrap; }
/* line 105, _checkout.scss */
.template-checkout .table-scroll {
  overflow: auto;
  overflow-y: hidden;
  margin: 20px 0px; }
/* line 106, _checkout.scss */
.template-checkout .table-scroll table {
  margin: 0px; }
/* line 108, _checkout.scss */
.template-checkout .green_status td {
  background-color: #C5FFBC; }
/* line 109, _checkout.scss */
.template-checkout .grey_status {
  background-color: #e6e6e6;
  opacity: 0.5; }
/* line 111, _checkout.scss */
.template-checkout .not_available {
  display: none; }
/* line 113, _checkout.scss */
.template-checkout .twitter-typeahead {
  width: 100%; }
/* line 114, _checkout.scss */
.template-checkout .tt-dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: -1px;
  width: 100%;
  max-width: 415px;
  box-shadow: none;
  font-size: 14px;
  line-height: 18px; }
/* line 115, _checkout.scss */
.template-checkout .tt-suggestion {
  padding: 5px 10px;
  cursor: pointer; }
/* line 116, _checkout.scss */
.template-checkout .tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ddd; }
/* line 117, _checkout.scss */
.template-checkout .tt-suggestion:hover {
  color: #4067c9;
  background: #f0f0f0; }
/* line 118, _checkout.scss */
.template-checkout .tt-suggestion small {
  color: #999; }
/* line 119, _checkout.scss */
.template-checkout .tt-suggestion small strong {
  font-weight: 400; }
/* line 120, _checkout.scss */
.template-checkout .tt-dropdown-menu .empty-message {
  padding: 5px 10px;
  display: block; }
/* line 122, _checkout.scss */
.template-checkout .ac_results {
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100% !important;
  margin-top: -1px; }
/* line 123, _checkout.scss */
.template-checkout .ac_results li {
  padding: 5px 10px;
  cursor: pointer; }
/* line 124, _checkout.scss */
.template-checkout .ac_results li:hover {
  background: #e6e6e6; }
/* line 126, _checkout.scss */
.template-checkout #order_client_bonus_points {
  margin: 5px 0px; }
/* line 127, _checkout.scss */
.template-checkout .variants-bonus tr td:first-child {
  width: 20px; }

@media (max-width: 1259px) {
  /* line 2, _responsive.scss */
  #header {
    top: -195px; } }
@media (max-width: 1199px) {
  /* line 5, _responsive.scss */
  .product-small .product-prices p {
    display: block;
    margin: 0px; }

  /* line 7, _responsive.scss */
  .window-type-quickview .window-data {
    width: 100%; }

  /* line 8, _responsive.scss */
  .window-obj-quickview {
    width: auto;
    max-width: none; }

  /* line 9, _responsive.scss */
  .window-prev {
    display: none; }

  /* line 10, _responsive.scss */
  .window-next {
    display: none; }

  /* line 12, _responsive.scss */
  .product-large-image {
    width: 450px;
    line-height: 450px !important; }

  /* line 13, _responsive.scss */
  .product-large-image img {
    max-width: 450px !important;
    max-height: 450px !important; }

  /* line 14, _responsive.scss */
  #header {
    top: -175px; }

  /* line 15, _responsive.scss */
  #phoneInHeaderFix span {
    font-size: 14px; }

  /* line 16, _responsive.scss */
  #phoneInHeaderFix .contacts-callback {
    font-size: 10px; } }
@media (min-width: 992px) {
  /* line 20, _responsive.scss */
  .filter-count-fixed {
    display: none !important; } }
@media (min-width: 768px) {
  /* line 24, _responsive.scss */
  .template-collection .viewed-products .page-title-extra {
    text-align: left;
    font-weight: 400;
    text-transform: none; }

  /* line 25, _responsive.scss */
  .template-collection .viewed-products .page-title-extra .link-solid {
    border-bottom-width: 1px; } }
@media (max-width: 991px) {
  /* line 29, _responsive.scss */
  #phoneInHeaderFix {
    display: none; }

  /* line 30, _responsive.scss */
  #header {
    top: -160px; }

  /* line 31, _responsive.scss */
  .sidebar {
    width: 100%; }

  /* line 32, _responsive.scss */
  .content {
    width: 100%; }

  /* line 34, _responsive.scss */
  .block-filter {
    margin: 0px;
    position: fixed;
    z-index: 20;
    left: 0px;
    top: 0px;
    width: 290px;
    height: 100%;
    overflow: auto;
    border-width: 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate(-110%, 0px);
    transition: 0.2s;
    display: block !important; }

  /* line 35, _responsive.scss */
  .block-filter.is-active {
    transform: translate(0px, 0px); }

  /* line 36, _responsive.scss */
  .block-filter .block-title {
    display: none !important; }

  /* line 37, _responsive.scss */
  .filter-shade {
    position: fixed;
    z-index: 19;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.8);
    display: none; }

  /* line 38, _responsive.scss */
  .filter-item .filter-title {
    font-size: 16px;
    line-height: 20px; }

  /* line 39, _responsive.scss */
  .filter-item .checkbox {
    margin: 8px 0px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 16px; }

  /* line 40, _responsive.scss */
  .filter-item .checkbox label:after {
    width: 16px;
    height: 16px; }

  /* line 41, _responsive.scss */
  .filter-item .checkbox label:before {
    width: 12px;
    height: 12px; }

  /* line 42, _responsive.scss */
  .filter-item .checkbox-more {
    margin: 8px 0px;
    font-size: 14px;
    line-height: 18px; }

  /* line 43, _responsive.scss */
  .filter-count-absolute {
    display: none !important; }

  /* line 44, _responsive.scss */
  .filter-count-fixed {
    position: fixed;
    z-index: 21;
    left: 0px !important;
    right: 0px;
    top: auto !important;
    bottom: 0px;
    width: 290px;
    padding: 14px 20px;
    border-radius: 0px;
    margin: 0px !important;
    text-align: center;
    background: #e6e6e6;
    color: #1e1e1e;
    box-shadow: none; }

  /* line 45, _responsive.scss */
  .filter-count .fa-caret-left {
    display: none; }

  /* line 47, _responsive.scss */
  .text .h1 .js-filter-full-reset {
    display: none !important; }

  /* line 48, _responsive.scss */
  .products-sort {
    text-align: center;
    margin: 0px 0px 30px; }

  /* line 49, _responsive.scss */
  .drop-selector {
    float: left;
    margin: 0px 15px 0px 0px; }

  /* line 51, _responsive.scss */
  .product-image .product-image-url .product-image-second {
    display: none; }

  /* line 52, _responsive.scss */
  .product:hover .product-image .product-image-url .product-image-first {
    opacity: 1;
    visibility: visible; }

  /* line 54, _responsive.scss */
  .products > .row > .col-md-3 {
    -webkit-flex-basis: 33.33333333%;
    flex-basis: 33.33333333%; }

  /* line 56, _responsive.scss */
  .product-page-properties {
    column-count: 1;
    column-gap: 0px; }

  /* line 58, _responsive.scss */
  .cart-item-title, .cart-item-price {
    margin: 0px 0px 15px; }

  /* line 60, _responsive.scss */
  .compare-page {
    overflow: auto;
    overflow-y: hidden; }

  /* line 61, _responsive.scss */
  .compare-table {
    width: auto !important; }

  /* line 63, _responsive.scss */
  .compare-table .compare-item-head p {
    width: 130px; }

  /* line 65, _responsive.scss */
  .window-type-quickview .window-data {
    width: 100%; }

  /* line 66, _responsive.scss */
  .window-obj-quickview {
    width: auto;
    max-width: none; }

  /* line 68, _responsive.scss */
  .window-type-geo .window-data {
    width: 100%; }

  /* line 69, _responsive.scss */
  .window-obj-geo {
    width: auto;
    max-width: none; }

  /* line 70, _responsive.scss */
  .window-type-geoMap .window-data {
    width: 100%; }

  /* line 71, _responsive.scss */
  .window-obj-geoMap {
    width: auto;
    max-width: none; }

  /* line 73, _responsive.scss */
  #insales-panel {
    display: none !important; }

  /* line 74, _responsive.scss */
  html {
    margin: 0px !important;
    padding: 0px !important; }

  /* line 76, _responsive.scss */
  .window-fake-shade {
    cursor: pointer; }

  /* line 78, _responsive.scss */
  .footer-subscribe-form {
    padding: 12px 0px; }

  /* line 80, _responsive.scss */
  .footer {
    text-align: center; }

  /* line 81, _responsive.scss */
  .footer-contacts li > i {
    display: none; }

  /* line 82, _responsive.scss */
  .footer-contacts li > .ion-ios-telephone-outline, .footer-contacts li > .ion-ios-email-outline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px; }

  /* line 83, _responsive.scss */
  .footer-contacts li {
    padding-left: 0px; }

  /* line 84, _responsive.scss */
  .footer-pnd-icon {
    margin: 0px 5px 10px 5px; } }
@media (max-width: 767px) {
  /* line 88, _responsive.scss */
  .body {
    border-top-style: none; }

  /* line 89, _responsive.scss */
  .body > .container {
    padding: 65px 15px 0px; }

  /* line 90, _responsive.scss */
  .video-background {
    display: none; }

  /* line 91, _responsive.scss */
  .video-background-image {
    display: none; }

  /* line 93, _responsive.scss */
  .header {
    position: fixed;
    z-index: 21;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 15px;
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #e6e6e6;
    transition: 0.4s;
    transform: translate(0);
    opacity: 1; }

  /* line 94, _responsive.scss */
  .header-up {
    transform: translate(0, -100%);
    opacity: 0; }

  /* line 95, _responsive.scss */
  .header .header-col-button {
    width: auto;
    float: left;
    padding: 0px; }

  /* line 96, _responsive.scss */
  .header .header-col-button button {
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 0px; }

  /* line 97, _responsive.scss */
  .header .header-col-logo {
    width: auto;
    float: left;
    padding: 10px; }

  /* line 98, _responsive.scss */
  .header .logo {
    text-align: left;
    max-width: 150px;
    height: 30px;
    overflow: hidden; }

  /* line 99, _responsive.scss */
  .header .logo a {
    display: inline-block;
    vertical-align: middle; }

  /* line 100, _responsive.scss */
  .header .logo:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 30px; }

  /* line 101, _responsive.scss */
  .header .logo img {
    max-height: 30px; }

  /* line 102, _responsive.scss */
  .header .header-col-icons {
    width: auto;
    right: -5px; }

  /* line 103, _responsive.scss */
  .header-icon .header-icon-link .fa {
    font-size: 18px;
    line-height: 20px; }

  /* line 105, _responsive.scss */
  #nav {
    position: fixed;
    z-index: 20;
    left: 0px;
    top: 0px;
    width: 290px;
    height: 100%;
    border-style: none;
    transform: translate(-110%, 0px);
    background: #fff;
    padding-top: 50px;
    overflow: auto; }

  /* line 106, _responsive.scss */
  #nav.is-active {
    transform: translate(0px, 0px); }

  /* line 107, _responsive.scss */
  #nav > form {
    position: relative;
    height: auto;
    width: 100%; }

  /* line 108, _responsive.scss */
  #nav > form > input {
    visibility: visible;
    opacity: 1; }

  /* line 109, _responsive.scss */
  #nav > form .ui-autocomplete-loading {
    background: none !important; }

  /* line 110, _responsive.scss */
  #nav > form .search-variants {
    display: none; }

  /* line 111, _responsive.scss */
  #nav > form .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    background: none;
    color: #1e1e1e !important;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px; }

  /* line 112, _responsive.scss */
  #nav > form .search-button .fa {
    margin: 0px; }

  /* line 114, _responsive.scss */
  #nav > ul {
    padding: 10px 15px;
    border-top: 1px solid #e6e6e6; }

  /* line 115, _responsive.scss */
  #nav > ul li {
    position: relative;
    float: none;
    margin: 5px 0px;
    padding-right: 30px; }

  /* line 116, _responsive.scss */
  #nav > ul li > a {
    font-size: 14px; }

  /* line 117, _responsive.scss */
  #nav > ul li:hover > a {
    color: #303030; }

  /* line 119, _responsive.scss */
  #nav .sub {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translate(0px);
    display: none;
    margin: 0px;
    padding: 0px;
    transition: none; }

  /* line 120, _responsive.scss */
  #nav .sub-data {
    box-shadow: none;
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    line-height: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

  /* line 122, _responsive.scss */
  #nav .sub-toggle {
    position: absolute;
    top: 0px;
    right: -5px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    transform: rotate(0deg);
    transition: 0.2s;
    cursor: pointer; }

  /* line 123, _responsive.scss */
  #nav li > .sub-toggle {
    font-size: 20px; }

  /* line 124, _responsive.scss */
  #nav .sub-toggle i:before {
    font-weight: 700; }

  /* line 125, _responsive.scss */
  #nav .sub-toggle.is-active {
    transform: rotate(-180deg); }

  /* line 127, _responsive.scss */
  #nav .nav-item:before {
    display: none; }

  /* line 129, _responsive.scss */
  #nav .sub-item {
    position: relative;
    border: none;
    padding: 5px 0px; }

  /* line 130, _responsive.scss */
  #nav .sub-item .sub-toggle {
    right: -35px;
    top: 5px;
    font-size: 18px;
    line-height: 20px;
    height: 20px; }

  /* line 131, _responsive.scss */
  #nav .sub-item .sub-toggle i:before {
    font-weight: 400; }

  /* line 132, _responsive.scss */
  #nav .sub-title {
    padding: 0px; }

  /* line 133, _responsive.scss */
  #nav .sub-title a {
    padding: 0px; }

  /* line 134, _responsive.scss */
  #nav .sub-title a span {
    display: none; }

  /* line 135, _responsive.scss */
  #nav .sub-item-sub {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 0px;
    top: 0px;
    box-shadow: none;
    padding: 0px 0px 0px 15px;
    margin: 0px;
    transform: translate(0px);
    transition: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%; }

  /* line 136, _responsive.scss */
  #nav .sub-item-sub:before {
    display: none; }

  /* line 137, _responsive.scss */
  #nav .sub-subtitle {
    margin: 0px;
    padding: 10px 0px 0px; }

  /* line 139, _responsive.scss */
  #nav .sub-mobile-active {
    display: block; }

  /* line 141, _responsive.scss */
  #nav > .nav-cabinet {
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    text-transform: none; }

  /* line 142, _responsive.scss */
  #nav > .nav-cabinet li {
    position: relative;
    padding: 7px 0px 7px 25px;
    margin: 0px; }

  /* line 143, _responsive.scss */
  #nav > .nav-cabinet li .fa {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 14px;
    color: #313178; }

  /* line 144, _responsive.scss */
  #nav > .nav-cabinet li > a {
    display: inline;
    font-weight: 400;
    line-height: 16px;
    text-transform: none; }

  /* line 145, _responsive.scss */
  #nav > .nav-cabinet li > a .nav-cabinet-count {
    background: #e6e6e6;
    color: #1e1e1e;
    font-size: 11px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    top: -1px;
    position: relative; }

  /* line 146, _responsive.scss */
  #nav > .nav-cabinet .nav-cabinet-phone strong {
    font-size: 16px; }

  /* line 147, _responsive.scss */
  #nav > .nav-cabinet .nav-cabinet-phone .contacts-headertime {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 16px; }

  /* line 148, _responsive.scss */
  #nav > .nav-cabinet .nav-cabinet-phone .link-dotted {
    display: inline-block; }

  /* line 150, _responsive.scss */
  #nav > .nav-cabinet .nav-cabinet-wishlist {
    display: none; }

  /* line 151, _responsive.scss */
  #nav > .nav-cabinet .nav-cabinet-compare {
    display: none; }

  /* line 152, _responsive.scss */
  #nav > .nav-cabinet .nav-cabinet-cart {
    display: none; }

  /* line 154, _responsive.scss */
  .nav-collections {
    padding: 2px 5px;
    border-top: 1px solid #e6e6e6;
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 14px;
    text-align: center; }

  /* line 155, _responsive.scss */
  .nav-collections ul {
    display: block;
    text-align: left; }

  /* line 156, _responsive.scss */
  .nav-collections ul li {
    display: block;
    margin: 10px 10px;
    white-space: nowrap; }

  /* line 158, _responsive.scss */
  #slider {
    margin: 15px 0px 0px; }

  /* line 159, _responsive.scss */
  .col-slider-mobile {
    padding: 0px; }

  /* line 160, _responsive.scss */
  .slider-padding {
    margin-top: -15px; }

  /* line 162, _responsive.scss */
  .products-scroll {
    padding: 0px 40px; }

  /* line 163, _responsive.scss */
  .products-scroll .owl-prev, .products-scroll .owl-next {
    top: 50%;
    margin-top: -20px; }

  /* line 164, _responsive.scss */
  .products-scroll .owl-prev {
    left: -45px;
    right: auto; }

  /* line 165, _responsive.scss */
  .products-scroll .owl-next {
    right: -45px; }

  /* line 167, _responsive.scss */
  .products > .row > .col-md-4, .products > .row > .col-md-3 {
    -webkit-flex-basis: 49.5%;
    flex-basis: 49.5%;
    width: 49.5%; }

  /* line 168, _responsive.scss */
  .product-small .product-prices p {
    display: inline-block;
    vertical-align: middle; }

  /* line 169, _responsive.scss */
  .product-small .product-prices .product-old-price {
    margin: 0px 0px 0px 15px; }

  /* line 171, _responsive.scss */
  .product-more.is-active {
    display: block !important;
    opacity: 1;
    visibility: visible;
    padding: 0px;
    left: 0px;
    top: 0px;
    box-shadow: none;
    transition: none; }
    /* line 180, _responsive.scss */
    .product-more.is-active .product-variants {
      opacity: 1;
      visibility: visible;
      border: 2px solid #e6e6e6;
      padding: 10px; }
      /* line 185, _responsive.scss */
      .product-more.is-active .product-variants p {
        margin: 0px 0px 10px; }
      /* line 188, _responsive.scss */
      .product-more.is-active .product-variants .product-variant {
        margin: 0px 0px 10px;
        padding: 10px 10px 1px; }

  /* line 195, _responsive.scss */
  .product-page-form .col-sm-12 {
    width: 50%; }

  /* line 196, _responsive.scss */
  .product-page-form .winbox {
    margin: 0px; }

  /* line 198, _responsive.scss */
  .collection-tabs-main-title {
    display: none; }

  /* line 199, _responsive.scss */
  .products-sort .products-filter {
    margin: 0px;
    float: none; }

  /* line 200, _responsive.scss */
  .drop-selector {
    float: none;
    margin: 0px 10px 15px; }

  /* line 202, _responsive.scss */
  .block-filter {
    padding-top: 50px; }

  /* line 204, _responsive.scss */
  .blog-item-back {
    text-align: center; }

  /* line 205, _responsive.scss */
  .blog-item-share {
    float: none;
    margin: 20px 0px 0px;
    text-align: center; }

  /* line 207, _responsive.scss */
  .banners .item {
    height: auto !important;
    max-height: none;
    margin-top: 15px; }

  /* line 209, _responsive.scss */
  #cartform .text button {
    margin: 30px 0px 0px; }

  /* line 211, _responsive.scss */
  .window-type-cart .window-data {
    width: 100%; }

  /* line 212, _responsive.scss */
  .window-cart-item-price {
    text-align: left;
    margin-top: 5px; }

  /* line 213, _responsive.scss */
  .window-cart-item-quantity {
    text-align: left; }

  /* line 214, _responsive.scss */
  .window-cart-item-quantity-row {
    margin-top: 7px; }

  /* line 215, _responsive.scss */
  .window-cart-item > .row > .col-xs-4 {
    width: 16.66666667%; }

  /* line 216, _responsive.scss */
  .window-cart-item > .row > .col-xs-8 {
    width: 83.33333333%; }

  /* line 218, _responsive.scss */
  .window-form-item > .row > .col-xs-6 {
    width: 25%; }

  /* line 219, _responsive.scss */
  .window-form-item > .row > .col-xs-6 + .col-xs-6 {
    width: 75%; }

  /* line 221, _responsive.scss */
  .window-data .window-form-item {
    max-width: 360px; }

  /* line 222, _responsive.scss */
  .window-data .window-product .window-form-item {
    max-width: none; }

  /* line 224, _responsive.scss */
  .window {
    padding: 0px; }

  /* line 225, _responsive.scss */
  .window-data {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto; }

  /* line 226, _responsive.scss */
  .window-data .window-content {
    width: 100%;
    max-width: none; }

  /* line 228, _responsive.scss */
  .window-type-alert {
    padding: 20px; }

  /* line 229, _responsive.scss */
  .window-type-alert .window-data {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
    top: auto; }

  /* line 231, _responsive.scss */
  .window-obj-quickorder .window-product-price {
    text-align: left; }

  /* line 233, _responsive.scss */
  .footer-subscribe > .row {
    display: block; }

  /* line 234, _responsive.scss */
  .footer-subscribe-title {
    width: 290px;
    margin: 0px auto; }

  /* line 235, _responsive.scss */
  .footer-subscribe-description {
    margin: 15px 0px; }

  /* line 236, _responsive.scss */
  .footer-subscribe-form {
    padding: 0px;
    max-width: 360px;
    margin: 0px auto 11px; }

  /* line 238, _responsive.scss */
  .footer-menu {
    font-size: 14px;
    line-height: 20px; }

  /* line 239, _responsive.scss */
  .footer-menu .title {
    font-size: 16px; }

  /* line 240, _responsive.scss */
  .footer-menu li + .title {
    margin-top: 20px; }

  /* line 242, _responsive.scss */
  .footer .copyright .text-left, .footer .copyright .text-right {
    text-align: center; }

  /* line 243, _responsive.scss */
  .footer .copyright .text-right {
    margin-top: 15px; }

  /* line 246, _responsive.scss */
  .blogs .page-title-extra .page-title-tags {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin-left: 15%; } }
@media (max-width: 567px) {
  /* line 256, _responsive.scss */
  .product-page-form .col-sm-12 {
    width: 100%; }

  /* line 258, _responsive.scss */
  .product-prices p {
    display: block !important;
    margin: 0px !important; }

  /* line 260, _responsive.scss */
  .cart-item-title, .cart-item-price {
    width: 100%;
    text-align: left; }

  /* line 261, _responsive.scss */
  .cart-item-price div {
    display: inline-block;
    margin-right: 15px; }

  /* line 262, _responsive.scss */
  .cart-item-price p {
    display: inline-block; }

  /* line 264, _responsive.scss */
  .window-cart-item > .row > .col-xs-4 {
    width: 25%; }

  /* line 265, _responsive.scss */
  .window-cart-item > .row > .col-xs-8 {
    width: 75%; }

  /* line 267, _responsive.scss */
  .window-form-item > .row > .col-xs-6 {
    width: 33.33333333%; }

  /* line 268, _responsive.scss */
  .window-form-item > .row > .col-xs-6 + .col-xs-6 {
    width: 66.66666667%; }

  /* line 270, _responsive.scss */
  .product-large-image {
    width: 310px;
    line-height: 310px !important; }

  /* line 271, _responsive.scss */
  .product-large-image img {
    max-width: 310px !important;
    max-height: 310px !important; } }
@media (max-width: 426px) {
  /* line 275, _responsive.scss */
  .header .header-icon--login {
    display: none; }

  /* line 277, _responsive.scss */
  .product-small .product-prices p {
    display: inline-block !important;
    vertical-align: middle; }

  /* line 278, _responsive.scss */
  .product-small .product-prices .product-old-price {
    margin: 0px 0px 0px 15px !important; }

  /* line 280, _responsive.scss */
  .window-cart-item > .row > .col-xs-4 {
    width: 33.33333333%; }

  /* line 281, _responsive.scss */
  .window-cart-item > .row > .col-xs-8 {
    width: 66.66666667%; }

  /* line 283, _responsive.scss */
  .window-form-item > .row > .col-xs-6 {
    width: 50%; }

  /* line 284, _responsive.scss */
  .window-form-item > .row > .col-xs-6 + .col-xs-6 {
    width: 50%; }

  /* line 286, _responsive.scss */
  .social a {
    margin: 0px 10px 5px; } }
@media (max-width: 374px) {
  /* line 290, _responsive.scss */
  .header .header-icon--wishlist {
    display: none; }

  /* line 291, _responsive.scss */
  .header .header-icon--compare {
    display: none; }

  /* line 293, _responsive.scss */
  #nav > .nav-cabinet .nav-cabinet-wishlist {
    display: block; }

  /* line 294, _responsive.scss */
  #nav > .nav-cabinet .nav-cabinet-compare {
    display: block; }

  /* line 296, _responsive.scss */
  .product-page-rating {
    white-space: nowrap; }

  /* line 297, _responsive.scss */
  .product-page-rating .rating-link {
    font-size: 12px; }

  /* line 299, _responsive.scss */
  .cart-item-price div {
    display: block;
    margin: 0px; }

  /* line 301, _responsive.scss */
  .social a {
    margin: 0px 5px; } }
@media (min-width: 1200px) {
  /* line 305, _responsive.scss */
  .cart-page-half .cart-col-left {
    width: 73%; }

  /* line 306, _responsive.scss */
  .cart-page-half .cart-col-right {
    width: 27%; } }
@media (max-width: 991px) and (min-width: 667px) {
  /* line 310, _responsive.scss */
  .cart-page-half .cart-footer {
    border: none;
    padding-top: 30px;
    border-top: 2px solid #e6e6e6; }

  /* line 311, _responsive.scss */
  .cart-page-half .cart-coupon {
    width: 50%;
    padding: 0px 15px 0px 0px; }

  /* line 312, _responsive.scss */
  .cart-page-half .cart-create-order {
    width: 50%;
    padding: 0px 0px 0px 15px;
    background: none; }

  /* line 313, _responsive.scss */
  .cart-page-half .cart-create-order-center {
    width: 50%;
    padding: 0px;
    background: none;
    margin: 0px 25%; }

  /* line 314, _responsive.scss */
  .cart-page-half .cart-fastorder {
    border: 2px solid #ddd;
    margin: 30px 0px 0px; }

  /* line 315, _responsive.scss */
  .cart-page-half .cart-fastorder .form {
    max-width: 400px;
    margin: 0 auto; } }
/* line 318, _responsive.scss */
.hamburger {
  transform: scale(0.5);
  padding: 10px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

/* line 318, _responsive.scss */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

/* line 318, _responsive.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

/* line 318, _responsive.scss */
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease; }

/* line 318, _responsive.scss */
.hamburger-inner:after, .hamburger-inner:before {
  content: "";
  display: block; }

/* line 318, _responsive.scss */
.hamburger-inner:before {
  top: -10px; }

/* line 318, _responsive.scss */
.hamburger-inner:after {
  bottom: -10px; }

/* line 320, _responsive.scss */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s .13s linear; }

/* line 321, _responsive.scss */
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 322, _responsive.scss */
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 323, _responsive.scss */
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent; }

/* line 324, _responsive.scss */
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

/* line 325, _responsive.scss */
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/* line 327, _responsive.scss */
.hamburger--arrowalt .hamburger-inner {
  transition: background-color 0s 0.2s linear, transform 0.2s cubic-bezier(0.895, 0.03, 0.685, 1) 0.1s; }

/* line 328, _responsive.scss */
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.2s ease 0.1s, transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

/* line 329, _responsive.scss */
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.2s ease 0.1s, transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }

/* line 330, _responsive.scss */
.hamburger--arrowalt.is-active .hamburger-inner {
  background-color: transparent;
  transform: translate3d(0px, -8px, 0) rotate(-90deg); }

/* line 331, _responsive.scss */
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.2s ease, transform 0.2s cubic-bezier(0.895, 0.03, 0.685, 1) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

/* line 332, _responsive.scss */
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.2s ease, transform 0.2s cubic-bezier(0.895, 0.03, 0.685, 1) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

/* line 1, _modul-geo.scss */
.geo-data {
  position: relative;
  margin: 20px 0px;
  min-height: 60px; }

/* line 7, _modul-geo.scss */
.geo-loader {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8); }
  /* line 16, _modul-geo.scss */
  .geo-loader:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0px 0px -30px;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 50%;
    animation: loader 1s ease-in-out infinite;
    visibility: visible;
    opacity: 1;
    transition: 0.2s; }
  /* line 17, _modul-geo.scss */
  .geo-loader:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0px 0px -20px;
    border: 3px solid transparent;
    border-left: 3px solid #313178;
    border-right: 3px solid #313178;
    border-radius: 50%;
    animation: loader2 1s ease-in-out infinite;
    visibility: visible;
    opacity: 1;
    transition: 0.2s; }

/* line 21, _modul-geo.scss */
.geo-city a {
  text-decoration: none;
  color: #1a1a1a;
  border-bottom: 1px dotted #1a1a1a; }
  /* line 25, _modul-geo.scss */
  .geo-city a:hover {
    color: #999;
    border-color: currentColor; }
/* line 30, _modul-geo.scss */
.geo-city > span {
  border-bottom: 1px dotted currentColor;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  text-overflow: ellipsis;
  max-width: 100%; }
/* line 39, _modul-geo.scss */
.geo-city .geo-minterms {
  display: none;
  white-space: nowrap; }
/* line 44, _modul-geo.scss */
.geo-city-short span {
  color: #313178; }
/* line 48, _modul-geo.scss */
.geo-city-list {
  margin: -10px 0px 0px; }
  /* line 50, _modul-geo.scss */
  .geo-city-list li {
    margin: 5px 0px 0px; }
  /* line 53, _modul-geo.scss */
  .geo-city-list span {
    color: #313178;
    text-decoration: underline;
    cursor: pointer; }
    /* line 57, _modul-geo.scss */
    .geo-city-list span:hover {
      color: #999; }

/* line 64, _modul-geo.scss */
.geo-countries {
  margin: 20px 0px -10px; }

/* line 67, _modul-geo.scss */
.geo-country {
  display: inline-block;
  margin: 0px 20px 10px 0px;
  white-space: nowrap;
  text-decoration: underline; }
  /* line 72, _modul-geo.scss */
  .geo-country i {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 24px;
    margin-right: 5px;
    background: center center no-repeat;
    background-size: contain;
    border-radius: 2px;
    box-shadow: 0px 0px 1px #b4b4b4; }
  /* line 83, _modul-geo.scss */
  .geo-country.active {
    color: #1a1a1a;
    font-weight: 700;
    text-decoration: none; }

/* line 90, _modul-geo.scss */
.geo-search {
  position: relative;
  z-index: 5;
  margin: 20px 0px;
  max-width: 360px; }
  /* line 95, _modul-geo.scss */
  .geo-search-results {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    max-height: 260px;
    overflow: auto;
    border: 1px solid #ddd;
    margin: -1px 0px 0px !important;
    padding: 0px !important;
    list-style: none;
    background: #fff; }
    /* line 108, _modul-geo.scss */
    .geo-search-results li + li {
      border-top: 1px solid #ddd; }
  /* line 112, _modul-geo.scss */
  .geo-search-result {
    display: block;
    margin: 0px !important;
    padding: 0px !important; }
    /* line 116, _modul-geo.scss */
    .geo-search-result a {
      display: block;
      padding: 5px 10px;
      text-decoration: none; }
      /* line 120, _modul-geo.scss */
      .geo-search-result a:hover {
        color: #313178;
        background: #f0f0f0; }
    /* line 125, _modul-geo.scss */
    .geo-search-result span {
      display: block; }
    /* line 130, _modul-geo.scss */
    .geo-search-result-subtitle {
      color: #999; }

/* line 136, _modul-geo.scss */
.geo-popular {
  margin: 20px 0px; }
  /* line 138, _modul-geo.scss */
  .geo-popular-title {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 24px;
    margin: 0px !important; }
  /* line 144, _modul-geo.scss */
  .geo-popular-item {
    display: inline-block;
    margin: 5px 0px 0px;
    cursor: pointer;
    color: #313178;
    text-decoration: underline; }
    /* line 150, _modul-geo.scss */
    .geo-popular-item:hover {
      color: #999; }

/* line 156, _modul-geo.scss */
.geo-table {
  margin: 20px 0px; }
  /* line 158, _modul-geo.scss */
  .geo-table-title {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-width: 1px 0px;
    background: #f0f0f0;
    font-weight: 700;
    color: #1a1a1a; }
  /* line 166, _modul-geo.scss */
  .geo-table-item {
    display: none;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-width: 1px 0px;
    margin: -1px 0px 0px; }
    /* line 172, _modul-geo.scss */
    .geo-table-item p {
      margin: 10px 0px 0px; }
    /* line 173, _modul-geo.scss */
    .geo-table-item-p {
      margin: 10px 0px 0px; }
      /* line 175, _modul-geo.scss */
      .geo-table-item-p:first-child {
        margin: 0px; }
    /* line 179, _modul-geo.scss */
    .geo-table-item-p-title {
      color: #1a1a1a; }
    /* line 182, _modul-geo.scss */
    .geo-table-item-title-toggle {
      border-bottom: 1px dotted #1a1a1a;
      cursor: pointer; }
      /* line 185, _modul-geo.scss */
      .geo-table-item-title-toggle:hover, .geo-table-item-title-toggle.active {
        color: #999;
        border-color: currentColor; }
    /* line 190, _modul-geo.scss */
    .geo-table-item-description {
      display: none; }

/* line 196, _modul-geo.scss */
.geo-mini {
  margin: 20px 0px; }
  /* line 198, _modul-geo.scss */
  .geo-mini a {
    text-decoration: none; }
  /* line 201, _modul-geo.scss */
  .geo-mini-title {
    font-weight: 700;
    color: #1a1a1a; }
    /* line 204, _modul-geo.scss */
    .geo-mini-title a {
      color: #313178;
      border-bottom: 1px dotted currentColor; }
  /* line 209, _modul-geo.scss */
  .geo-mini-table, .geo-mini-payments-table {
    font-size: 12px;
    line-height: 16px; }
    /* line 212, _modul-geo.scss */
    .geo-mini-table-item, .geo-mini-payments-table-item {
      margin: 10px 0px 0px; }
      /* line 214, _modul-geo.scss */
      .geo-mini-table-item-title, .geo-mini-payments-table-item-title {
        font-size: 13px;
        line-height: 16px; }
        /* line 217, _modul-geo.scss */
        .geo-mini-table-item-title span, .geo-mini-payments-table-item-title span {
          white-space: nowrap; }
        /* line 220, _modul-geo.scss */
        .geo-mini-table-item-title a, .geo-mini-payments-table-item-title a {
          color: #313178; }
      /* line 224, _modul-geo.scss */
      .geo-mini-table-item-description, .geo-mini-payments-table-item-description {
        color: #969696; }
      /* line 227, _modul-geo.scss */
      .geo-mini-table-item-map, .geo-mini-payments-table-item-map {
        margin-top: 5px; }

/* line 234, _modul-geo.scss */
.geo-map {
  margin-top: 20px; }

/* line 238, _modul-geo.scss */
.geo-pvz-list {
  border: 1px solid #ddd;
  margin-right: 1px;
  max-height: 500px;
  overflow: auto;
  font-size: 12px;
  line-height: 16px;
  padding: 0px 10px; }
  /* line 246, _modul-geo.scss */
  .geo-pvz-list-item {
    margin: 0px; }
    /* line 248, _modul-geo.scss */
    .geo-pvz-list-item a {
      display: block;
      padding: 10px 0px;
      color: #1a1a1a; }
      /* line 252, _modul-geo.scss */
      .geo-pvz-list-item a:hover, .geo-pvz-list-item a.active {
        color: #313178; }
      /* line 255, _modul-geo.scss */
      .geo-pvz-list-item a.active {
        font-weight: 700; }
  /* line 260, _modul-geo.scss */
  .geo-pvz-list-item + .geo-pvz-list-item {
    border-top: 1px solid #ddd; }

/* line 264, _modul-geo.scss */
.geo-pvz-select {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  /* line 272, _modul-geo.scss */
  .geo-table-item-title .geo-table-item-p-title {
    font-size: 16px;
    line-height: 20px; }
  /* line 277, _modul-geo.scss */
  .geo-table-item-price {
    margin-top: 10px; }
  /* line 280, _modul-geo.scss */
  .geo-table-item-terms {
    margin-top: 10px; }
  /* line 283, _modul-geo.scss */
  .geo-table-item-payments {
    margin-top: 10px; } }
@media (max-width: 992px) {
  /* line 291, _modul-geo.scss */
  .geo-mini-payments .geo-mini-title {
    margin-top: 15px; } }
/* line 1, _add.scss */
#nav div.sub {
  width: 265px !important; }

/* line 1, _custom.scss */
.contacts-callback, a[data-window="callback"] {
  display: none; }
