/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

body {
  margin: 0;
}

body.adaptive { display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; } body.adaptive > .section--content { flex: 1 0 auto; width: 100%; } body.adaptive > footer { flex: 0 0 auto; width: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

figure {
  margin: 1rem 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
:focus{
  outline: 0;
}

div,
input,
button,
.button,
form,
ul{
  box-sizing: border-box;
}
.row:after,
.grid-row:after,
.grid-row-inner:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.grid-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row-inner {
  margin-left: -1rem;
  margin-right: -1rem;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  margin-left: 0;
  margin-right: 0;
  clear: none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* universal helpers */
/* данный класс меняет поведение вложенных элементов */
.grid-inline {
  letter-spacing: -0.34em;
  float: none;
}
.grid-inline:after {
  clear: both;
  content: "";
  display: block;
}
.grid-inline > [class*="grid"],
.grid-inline > [class*="inline"] {
  display: inline-block;
  float: none !important;
  letter-spacing: 0;
  vertical-align: top;
}
@media all {
  .grid-1 {
    width: 8.33333333%;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-2 {
    width: 16.66666667%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-3 {
    width: 25%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .grid-4 {
    width: 33.33333333%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-5 {
    width: 41.66666667%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-6 {
    width: 50%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .grid-7 {
    width: 58.33333333%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-8 {
    width: 66.66666667%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-9 {
    width: 75%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .grid-10 {
    width: 83.33333333%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-11 {
    width: 91.66666667%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-12 {
    width: 100%;
  }
  .offset-12 {
    margin-left: 100%;
  }
  .padded {
    padding: .5rem;
  }
  .padded-left {
    padding-left: .5rem;
  }
  .padded-right {
    padding-right: .5rem;
  }
  .padded-top {
    padding-top: .5rem;
  }
  .padded-bottom {
    padding-bottom: .5rem;
  }
  .padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .padded-inner {
    padding: 1rem;
  }
  .padded-inner-left {
    padding-left: 1rem;
  }
  .padded-inner-right {
    padding-right: 1rem;
  }
  .padded-inner-top {
    padding-top: 1rem;
  }
  .padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .padded-zero {
    padding: 0;
  }
  .padded-zero-left {
    padding-left: 0;
  }
  .padded-zero-right {
    padding-right: 0;
  }
  .padded-zero-top {
    padding-top: 0;
  }
  .padded-zero-bottom {
    padding-bottom: 0;
  }
  .padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .fl,
  .flow {
    float: left;
  }
  .fr,
  .flow-opposite {
    float: right;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .inline-top {
    vertical-align: top;
  }
  .grid-inline > .inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .inline-bottom {
    vertical-align: bottom;
  }
  .hidden {
    display: none !important;
  }
  .visible {
    display: block !important;
  }
}
@media all {
  [class*="lg-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-grid-1 {
    width: 8.33333333%;
  }
  .lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .lg-grid-2 {
    width: 16.66666667%;
  }
  .lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .lg-grid-3 {
    width: 25%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-grid-4 {
    width: 33.33333333%;
  }
  .lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .lg-grid-5 {
    width: 41.66666667%;
  }
  .lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .lg-grid-6 {
    width: 50%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-grid-7 {
    width: 58.33333333%;
  }
  .lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .lg-grid-8 {
    width: 66.66666667%;
  }
  .lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .lg-grid-9 {
    width: 75%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-grid-10 {
    width: 83.33333333%;
  }
  .lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .lg-grid-11 {
    width: 91.66666667%;
  }
  .lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .lg-grid-12 {
    width: 100%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
  .lg-padded {
    padding: .5rem;
  }
  .lg-padded-left {
    padding-left: .5rem;
  }
  .lg-padded-right {
    padding-right: .5rem;
  }
  .lg-padded-top {
    padding-top: .5rem;
  }
  .lg-padded-bottom {
    padding-bottom: .5rem;
  }
  .lg-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .lg-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .lg-padded-inner {
    padding: 1rem;
  }
  .lg-padded-inner-left {
    padding-left: 1rem;
  }
  .lg-padded-inner-right {
    padding-right: 1rem;
  }
  .lg-padded-inner-top {
    padding-top: 1rem;
  }
  .lg-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .lg-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-padded-zero {
    padding: 0;
  }
  .lg-padded-zero-left {
    padding-left: 0;
  }
  .lg-padded-zero-right {
    padding-right: 0;
  }
  .lg-padded-zero-top {
    padding-top: 0;
  }
  .lg-padded-zero-bottom {
    padding-bottom: 0;
  }
  .lg-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .lg-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .lg-fl,
  .lg-flow {
    float: left;
  }
  .lg-fr,
  .lg-flow-opposite {
    float: left;
  }
  .lg-center {
    text-align: center;
  }
  .lg-left {
    text-align: left;
  }
  .lg-right {
    text-align: right;
  }
  .lg-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .lg-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .lg-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .grid-inline > .lg-inline-top {
    vertical-align: top;
  }
  .grid-inline > .lg-inline-middle {
    vertical-align: middle;
  }
  .grid-inline > .lg-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 1100px) {
  .adaptive [class*="md-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .md-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .md-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .md-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .md-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .md-grid-3 {
    width: 25%;
  }
  .adaptive .md-offset-3 {
    margin-left: 25%;
  }
  .adaptive .md-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .md-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .md-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .md-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .md-grid-6 {
    width: 50%;
  }
  .adaptive .md-offset-6 {
    margin-left: 50%;
  }
  .adaptive .md-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .md-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .md-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .md-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .md-grid-9 {
    width: 75%;
  }
  .adaptive .md-offset-9 {
    margin-left: 75%;
  }
  .adaptive .md-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .md-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .md-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .md-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .md-grid-12 {
    width: 100%;
  }
  .adaptive .md-offset-12 {
    margin-left: 100%;
  }
  .adaptive .md-padded {
    padding: .5rem;
  }
  .adaptive .md-padded-left {
    padding-left: .5rem;
  }
  .adaptive .md-padded-right {
    padding-right: .5rem;
  }
  .adaptive .md-padded-top {
    padding-top: .5rem;
  }
  .adaptive .md-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .md-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .md-padded-inner {
    padding: 1rem;
  }
  .adaptive .md-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .md-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .md-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .md-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .md-padded-zero {
    padding: 0;
  }
  .adaptive .md-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .md-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .md-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .md-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .md-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .md-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .md-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .md-fl,
  .adaptive .md-flow {
    float: left;
  }
  .adaptive .md-fr,
  .adaptive .md-flow-opposite {
    float: right;
  }
  .adaptive .md-center {
    text-align: center;
  }
  .adaptive .md-left {
    text-align: left;
  }
  .adaptive .md-right {
    text-align: right;
  }
  .adaptive .md-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .md-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .md-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .md-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .md-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .md-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 800px) {
  .adaptive [class*="sm-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .sm-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .sm-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .sm-grid-3 {
    width: 25%;
  }
  .adaptive .sm-offset-3 {
    margin-left: 25%;
  }
  .adaptive .sm-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .sm-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .sm-grid-6 {
    width: 50%;
  }
  .adaptive .sm-offset-6 {
    margin-left: 50%;
  }
  .adaptive .sm-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .sm-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .sm-grid-9 {
    width: 75%;
  }
  .adaptive .sm-offset-9 {
    margin-left: 75%;
  }
  .adaptive .sm-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .sm-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .sm-grid-12 {
    width: 100%;
  }
  .adaptive .sm-offset-12 {
    margin-left: 100%;
  }
  .adaptive .sm-padded {
    padding: .5rem;
  }
  .adaptive .sm-padded-left {
    padding-left: .5rem;
  }
  .adaptive .sm-padded-right {
    padding-right: .5rem;
  }
  .adaptive .sm-padded-top {
    padding-top: .5rem;
  }
  .adaptive .sm-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .sm-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .sm-padded-inner {
    padding: 1rem;
  }
  .adaptive .sm-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .sm-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .sm-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .sm-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .sm-padded-zero {
    padding: 0;
  }
  .adaptive .sm-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .sm-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .sm-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .sm-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .sm-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .sm-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .sm-fl,
  .adaptive .sm-flow {
    float: left;
  }
  .adaptive .sm-fr,
  .adaptive .sm-flow-opposite {
    float: right;
  }
  .adaptive .sm-center {
    text-align: center;
  }
  .adaptive .sm-left {
    text-align: left;
  }
  .adaptive .sm-right {
    text-align: right;
  }
  .adaptive .sm-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .sm-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .sm-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .sm-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .sm-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .sm-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 640px) {
  .adaptive [class*="xs-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .xs-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .xs-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .xs-grid-3 {
    width: 25%;
  }
  .adaptive .xs-offset-3 {
    margin-left: 25%;
  }
  .adaptive .xs-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .xs-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .xs-grid-6 {
    width: 50%;
  }
  .adaptive .xs-offset-6 {
    margin-left: 50%;
  }
  .adaptive .xs-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .xs-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .xs-grid-9 {
    width: 75%;
  }
  .adaptive .xs-offset-9 {
    margin-left: 75%;
  }
  .adaptive .xs-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .xs-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .xs-grid-12 {
    width: 100%;
  }
  .adaptive .xs-offset-12 {
    margin-left: 100%;
  }
  .adaptive .xs-padded {
    padding: .5rem;
  }
  .adaptive .xs-padded-left {
    padding-left: .5rem;
  }
  .adaptive .xs-padded-right {
    padding-right: .5rem;
  }
  .adaptive .xs-padded-top {
    padding-top: .5rem;
  }
  .adaptive .xs-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .xs-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .xs-padded-inner {
    padding: 1rem;
  }
  .adaptive .xs-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .xs-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .xs-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .xs-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .xs-padded-zero {
    padding: 0;
  }
  .adaptive .xs-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .xs-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .xs-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .xs-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .xs-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .xs-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .xs-fl,
  .adaptive .xs-flow {
    float: left;
  }
  .adaptive .xs-fr,
  .adaptive .xs-flow-opposite {
    float: right;
  }
  .xs-fn{
    float: none;
  }
  .adaptive .xs-center {
    text-align: center;
  }
  .adaptive .xs-left {
    text-align: left;
  }
  .adaptive .xs-right {
    text-align: right;
  }
  .adaptive .xs-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .xs-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .xs-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .xs-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .xs-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .xs-inline-bottom {
    vertical-align: bottom;
  }
}
@media (max-width: 480px) {
  .adaptive .adaptive [class*="mc-grid-"] {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .adaptive .mc-grid-1 {
    width: 8.33333333%;
  }
  .adaptive .mc-offset-1 {
    margin-left: 8.33333333%;
  }
  .adaptive .mc-grid-2 {
    width: 16.66666667%;
  }
  .adaptive .mc-offset-2 {
    margin-left: 16.66666667%;
  }
  .adaptive .mc-grid-3 {
    width: 25%;
  }
  .adaptive .mc-offset-3 {
    margin-left: 25%;
  }
  .adaptive .mc-grid-4 {
    width: 33.33333333%;
  }
  .adaptive .mc-offset-4 {
    margin-left: 33.33333333%;
  }
  .adaptive .mc-grid-5 {
    width: 41.66666667%;
  }
  .adaptive .mc-offset-5 {
    margin-left: 41.66666667%;
  }
  .adaptive .mc-grid-6 {
    width: 50%;
  }
  .adaptive .mc-offset-6 {
    margin-left: 50%;
  }
  .adaptive .mc-grid-7 {
    width: 58.33333333%;
  }
  .adaptive .mc-offset-7 {
    margin-left: 58.33333333%;
  }
  .adaptive .mc-grid-8 {
    width: 66.66666667%;
  }
  .adaptive .mc-offset-8 {
    margin-left: 66.66666667%;
  }
  .adaptive .mc-grid-9 {
    width: 75%;
  }
  .adaptive .mc-offset-9 {
    margin-left: 75%;
  }
  .adaptive .mc-grid-10 {
    width: 83.33333333%;
  }
  .adaptive .mc-offset-10 {
    margin-left: 83.33333333%;
  }
  .adaptive .mc-grid-11 {
    width: 91.66666667%;
  }
  .adaptive .mc-offset-11 {
    margin-left: 91.66666667%;
  }
  .adaptive .mc-grid-12 {
    width: 100%;
  }
  .adaptive .mc-offset-12 {
    margin-left: 100%;
  }
  .adaptive .mc-padded {
    padding: .5rem;
  }
  .adaptive .mc-padded-left {
    padding-left: .5rem;
  }
  .adaptive .mc-padded-right {
    padding-right: .5rem;
  }
  .adaptive .mc-padded-top {
    padding-top: .5rem;
  }
  .adaptive .mc-padded-bottom {
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-sides {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  .adaptive .mc-padded-vertical {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .adaptive .mc-padded-inner {
    padding: 1rem;
  }
  .adaptive .mc-padded-inner-left {
    padding-left: 1rem;
  }
  .adaptive .mc-padded-inner-right {
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-top {
    padding-top: 1rem;
  }
  .adaptive .mc-padded-inner-bottom {
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-inner-sides {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .adaptive .mc-padded-inner-vertical {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .adaptive .mc-padded-zero {
    padding: 0;
  }
  .adaptive .mc-padded-zero-left {
    padding-left: 0;
  }
  .adaptive .mc-padded-zero-right {
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-top {
    padding-top: 0;
  }
  .adaptive .mc-padded-zero-bottom {
    padding-bottom: 0;
  }
  .adaptive .mc-padded-zero-sides {
    padding-left: 0;
    padding-right: 0;
  }
  .adaptive .mc-padded-zero-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }
  .adaptive .mc-padded-reverse {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-padded-reverse-all {
    margin: -0.5rem;
    width: auto;
    box-sizing: content-box;
    float: none;
  }
  .adaptive .mc-fl,
  .adaptive .mc-flow {
    float: left;
  }
  .adaptive .mc-fr,
  .adaptive .mc-flow-opposite {
    float: right;
  }
  .adaptive .mc-center {
    text-align: center;
  }
  .adaptive .mc-left {
    text-align: left;
  }
  .adaptive .mc-right {
    text-align: right;
  }
  .adaptive .mc-grid-inline-top > [class*="-grid-"] {
    vertical-align: top;
  }
  .adaptive .mc-grid-inline-middle > [class*="-grid-"] {
    vertical-align: middle;
  }
  .adaptive .mc-grid-inline-bottom > [class*="-grid-"] {
    vertical-align: bottom;
  }
  .adaptive .grid-inline > .mc-inline-top {
    vertical-align: top;
  }
  .adaptive .grid-inline > .mc-inline-middle {
    vertical-align: middle;
  }
  .adaptive .grid-inline > .mc-inline-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1101px) {
  .adaptive .lg-hidden {
    display: none !important;
  }
  .adaptive .lg-visible {
    display: block !important;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .adaptive .md-hidden {
    display: none !important;
  }
  .adaptive .md-visible {
    display: block !important;
  }
}
@media (min-width: 641px) and (max-width: 800px) {
  .adaptive .sm-hidden {
    display: none !important;
  }
  .adaptive .sm-visible {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .adaptive .xs-hidden {
    display: none !important;
  }
  .adaptive .xs-visible {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .adaptive .mc-hidden {
    display: none !important;
  }
  .adaptive .mc-visible {
    display: block !important;
  }
}
/**/
img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.image-square,
.image-circle {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.image-square img,
.image-circle img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart_item .image-square,
.article_preview-preview .image-square,
.product_preview-preview .image-square {
  overflow: hidden;
  max-height: 240px;
  width: 100% !important;
}
.image-circle {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#own_preloader {
  position: fixed;
  z-index: 1060;
}
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
}
  

.button .emoji {
  content: "💎";
  text-shadow:
  -1px -1px 0 #fff,  
  1px -1px 0 #fff,
  -1px 1px 0 #fff,
  1px 1px 0 #fff; /* Белая обводка */
  vertical-align: 2px; /* Поднимаем на 2px */
}
.button--disabled,
.button[disabled] {
  cursor: not-allowed;
}
.input {
  margin-bottom: 0.5rem;
}
.input:after {
  clear: both;
  content: "";
  display: block;
}
.input:last-child {
  margin-bottom: 0;
}
.input-label {
  display: block;
  margin-bottom: 0.5rem;
}
.input-field {
  display: block;
  width: 100%;
  border: 1px solid;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.input-notice {
  display: none;
  margin-top: 0.5rem;
}
.input-captcha {
  display: inline-block;
}
.input--inline > .input-label {
  display: inline-block;
  line-height: inherit;
  height: inherit;
  border: 1px solid initial;
  vertical-align: middle;
  margin-bottom: 0;
}
.input--inline > .input-field {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}
.input--inline > .input-captcha {
  display: inline-block;
}
.input--inline > .input-button {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  border: 1px solid transparent;
  vertical-align: middle;
}
.input--error > .input-field {
  border-color: #ebccd1;
  background-color: #f2dede;
}
.input--error > .input-notice {
  display: block;
}
.input--required .input-label:after {
  content: '*';
  color: red;
}
.input--captcha .input-field {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 125px;
}
.styled_select-wrapper {
  position: relative;
  display: inline-block;
  min-width: 50px;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: middle;
  z-index: 0;
  border: 1px solid;
}
.styled_select-wrapper:after {
  position: absolute;
  top: calc( 50% - 8px );
  right: 0;
  line-height: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f078";
  padding: 0 0.5rem;
}
.checkout .styled_select-wrapper {
  width: 100%;
}
.styled_select-wrapper select {
  position: relative;
  display: inline-block;
  width: calc( 100% + 30px );
  height: 100%;
  border: none;
  padding: 0 0.5rem;
  background-color: transparent;
  z-index: 1;
  line-height: inherit;
  cursor: pointer;
}
.notice {
  padding: 0.5rem;
  margin-bottom: 1rem;
}
.notice:last-child {
  margin-bottom: 0;
}
.notice--success {
  color: #3c763d;
  background-color: #dff0d8;
}
.notice--info {
  color: #31708f;
  background-color: #d9edf7;
}
.notice--warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.notice--danger {
  color: #a94442;
  background-color: #f2dede;
}
.prices:after {
  clear: both;
  content: "";
  display: block;
}
.prices--inline > .prices-current,
.prices--inline > .prices-old {
  display: inline-block;
}
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.menu:after {
  clear: both;
  content: "";
  display: block;
}
.menu-node {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.menu-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.menu-marker {
  display: block;
  box-sizing: border-box;
}
.menu-marker--parent {
  float: right;
  position: relative;
  z-index: 10;
}
.menu-toggler {
  cursor: pointer;
}
.menu--horizontal > .menu-node {
  float: left;
}
.menu--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--dropdown {
  display: block;
}
.menu--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.menu-node:hover > .menu--side {
  display: block;
}
.menu--fixed {
  position: fixed;
  z-index: 1030;
}
.menu--collapse {
  display: none;
}
.js-menu-toggler {
  cursor: pointer;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  z-index: 1;
}
.js-slider--recently_view .js-recently_view owl-loaded {
  overflow: visible;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.tabs:after,
.tubs:after {
  clear: both;
  content: "";
  display: block;
}
.tabs-controls,
.tubs-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tabs-controls:after,
.tubs-controls:after {
  clear: both;
  content: "";
  display: block;
}
.tabs-controls--horizontal > .tabs-node,
.tubs-controls--horizontal > .tubs-node {
  float: left;
}
.tabs-node,
.tubs-node {
  display: block;
  cursor: pointer;
}
.tabs-content,
.tubs-content {
  display: none;
}
.tabs-content--active,
.tubs-content--active {
  display: block;
}
.accordion-toggler {
  cursor: pointer;
}
.accordion-content {
  display: block;
}
.accordion-content--collapse {
  display: none;
}
.quantity {
  position: relative;
  display: inline-block;
}
.quantity:after {
  clear: both;
  content: "";
  display: block;
}
.quantity-button {
  text-align: center;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-button > .fa {
  vertical-align: middle;
}
.quantity-input {
  padding-top: 0;
  padding-bottom: 0;
  width: 50px;
  border: 1px solid;
  text-align: center;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--inline .quantity-button {
  display: inline-block;
  border: 1px solid transparent;
  line-height: inherit;
  vertical-align: middle;
}
.quantity--side .quantity-button {
  position: absolute;
  right: 0;
  box-sizing: border-box;
}
.quantity--side .quantity-button--minus {
  bottom: 0;
}
.quantity--side .quantity-button--plus {
  top: 0;
}
.quantity--side .quantity-input {
  height: inherit;
}
.modal {
  position: fixed;
  z-index: 1050;
  max-width: 95%;
  max-height: 95%;
  overflow-y: auto;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}
.overlay--opacity {
  background-color: transparent !important;
}
/* breadcrumbs */
.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.pagination:after {
  clear: both;
  content: "";
  display: block;
}
.pagination-page {
  display: block;
}
.pagination-node {
  display: block;
  text-align: center;
  vertical-align: middle;
}
.pagination-node--link:hover {
  cursor: pointer;
}
.pagination--horizontal > .pagination-page {
  float: left;
}
.reviews-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.reviews-link {
  cursor: pointer;
}
.review {
  display: block;
  margin-bottom: 1rem;
}
.review:last-child {
  margin-bottom: 0;
}
.review-details {
  margin-bottom: 0.5rem;
}
.review-details:after {
  clear: both;
  content: "";
  display: block;
}
.review-rating {
  margin-bottom: 0.5rem;
}
.review-content {
  margin-bottom: 0.5rem;
}
.review_form-toggle {
  cursor: pointer;
}
.review_form-input {
  margin-bottom: 0.5rem;
}
.review_form-input:last-child {
  margin-bottom: 0;
}
.review_form-submit {
  cursor: pointer;
}
script[type="text/template"] {
  display: none;
}
body {
  min-width: 300px;
}
body.body--lock_scroll {
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 50%;
  position: fixed;
  width: 100%;
}
.sidebar_block:last-child {
  margin-bottom: 0;
}
.fc:after {
  clear: both;
  content: "";
  display: block;
}
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
  if width will be 100% horizontal scrollbar will apear
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
  it is very important, if line-height not setted or setted
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
}
.ac_loading {
  background: white url('/served_assets/ajax_indicator.gif') right center no-repeat;
}
.ac_odd {
  background-color: #eee;
}
.ac_over {
  background-color: #0A246A;
  color: white;
}
.collection-description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-seo_description:after {
  clear: both;
  content: "";
  display: block;
}
.collection-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.collection-subcollection_list:after {
  clear: both;
  content: "";
  display: block;
}
.filter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter:after {
  clear: both;
  content: "";
  display: block;
}
.filter--vertical .filter-section {
  display: block;
}
.filter-section {
  position: relative;
  margin-bottom: 0.5rem;
}
.filter-clear_all {
  cursor: pointer;
}
.filter-section_toggler {
  cursor: pointer;
}
.filter-hidden_sections {
  display: none;
}
.filter-submit {
  cursor: pointer;
}
.filter_section {
  position: relative;
  /* mod */
}
.filter_section-title {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
}
.filter_section-toggler {
  cursor: pointer;
}
.filter_section-values {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.filter_section-values--horizontal .filter-value {
  display: inline-block;
}
.filter_section-values--collapse {
  display: none;
}
.filter_section-value {
  display: block;
}
.filter_section-value--range {
  margin: 1rem 0.5rem;
}
.filter_section-clear {
  cursor: pointer;
}
.filter_section-range_input {
  padding: 0;
  width: 60px;
  text-align: center;
  line-height: inherit;
}
/* noUI slider */
.noUi {
  /* Handles and cursors;
   */
  /* Disabled state;
   */
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  /* Painting and performance;
     * Browsers can paint handles in their own layer.
     */
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
  cursor: default;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
       * its values is > 50%.
       */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
       * creates a new context for the origins.
       */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi [disabled].noUi-connect,
.noUi [disabled] .noUi-connect {
  background: #B8B8B8;
}
.noUi [disabled] .noUi-handle {
  cursor: not-allowed;
}
.sort_by:after {
  clear: both;
  content: "";
  display: block;
}
.sort_by-label {
  display: inline-block;
  line-height: inherit;
}
.sort_by-select {
  display: inline-block;
  line-height: inherit;
}
.product-sku {
  margin-bottom: 0.5rem;
}
.product-sku_field {
  margin-bottom: 0.5rem;
}
.product-presence {
  margin-bottom: 0.5rem;
}
.product-short_description {
  margin-bottom: 0.5rem;
}
.product-description {
  margin-bottom: 0.5rem;
}
.product-properties {
  margin-bottom: 0.5rem;
}
.product-variants {
  margin-bottom: 0.5rem;
}
.product-prices {
  margin-bottom: 0.5rem;
}
.product-quantity {
  margin-bottom: 0.5rem;
}
.product-buy {
  margin-bottom: 0.5rem;
}
.gallery-large_image {
  text-align: center;
}
.option_selector {
  margin-bottom: 0.5rem;
}
.option_selector-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.variant-span {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.variant-radio {
  margin-bottom: 5px;
}
.variant-radio_switch {
  cursor: pointer;
}
.variant-radio_label {
  cursor: pointer;
}
.variant-select {
  cursor: pointer;
}
.variant-color {
  display: inline-block;
  cursor: pointer;
}
.variant-image {
  display: inline-block;
  cursor: pointer;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gallery-preview_list:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-preview_list--horizontal > .gallery-preview {
  display: inline-block;
}
.gallery-preview {
  display: block;
}
.gallery-image {
  display: block;
}
.product_preview {
  position: relative;
}
.product_preview:after {
  clear: both;
  content: "";
  display: block;
}
.product_preview-preview {
  position: relative;
}
.product_preview-tip {
  position: absolute;
}
.product_preview-link {
  display: block;
}
.product_preview-title {
  display: block;
}
.cart-table_container:after {
  clear: both;
  content: "";
  display: block;
}
.cart-items_list:after {
  clear: both;
  content: "";
  display: block;
}
.cart-empty_notice {
  display: none;
}
.cart_item:after {
  clear: both;
  content: "";
  display: block;
}
.cart_item-delete {
  cursor: pointer;
}
.cart_total:after {
  clear: both;
  content: "";
  display: block;
}
.discounts:after {
  clear: both;
  content: "";
  display: block;
}
.discounts-field {
  width: 130px;
}
.discounts-submit {
  vertical-align: top;
}
.discounts-notice {
  display: none;
}
.discount {
  margin-bottom: 0.5rem;
}
.discount:after {
  clear: both;
  content: "";
  display: block;
}
.discount:last-child {
  margin: 0;
}
.cart_widget {
  position: relative;
}
.cart_widget:after {
  clear: both;
  content: "";
  display: block;
}
.cart_widget-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  text-align: left;
}
.cart_widget:hover .cart_widget-dropdown {
  display: block;
}
.basket_list-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.basket_list-submit {
  cursor: pointer;
}
.basket_item {
  position: relative;
  margin-bottom: 0.5rem;
}
.basket_item:after {
  clear: both;
  content: "";
  display: block;
}
.basket_item:last-child {
  margin-bottom: 0;
}
.basket_item-image {
  float: left;
}
.basket_item-delete {
  cursor: pointer;
  float: right;
}
.basket_item-price:after {
  content: none;
}
.search-products_list:after {
  clear: both;
  content: "";
  display: block;
}
.search_widget {
  display: inline-block;
}
.search_widget-field {
  display: inline-block;
  height: inherit;
  padding: 0 0.5rem;
  line-height: inherit;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
}
.search_widget-submit {
  display: inline-block;
  padding: 0;
  height: inherit;
  border: 1px solid transparent;
  background-color: transparent;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.search_widget-submit--disabled,
.search_widget-submit[disabled] {
  cursor: not-allowed;
}
.ajax_search-wrapper {
  position: relative;
}
.ajax_search-results {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
.ajax_search-item {
  display: block;
  text-align: left;
}
.compare-wrapper {
  overflow-x: auto;
}
.compare-toggle_same {
  cursor: pointer;
}
.compare-remove {
  cursor: pointer;
}
.compare-notice {
  display: none;
}
.compare_row {
  display: table-row;
}
.compare_row:after {
  clear: both;
  content: "";
  display: block;
}
.compare_row-title {
  display: table-cell;
  vertical-align: top;
}
.compare_row-item {
  display: table-cell;
  vertical-align: top;
}
.blog-article_list:after {
  clear: both;
  content: "";
  display: block;
}
.article:after {
  clear: both;
  content: "";
  display: block;
}
.article-note {
  margin-bottom: 0.5rem;
}
.article-content {
  margin-bottom: 0.5rem;
}
.article_preview {
  margin-bottom: 0.5rem;
}
.article_preview:after {
  clear: both;
  content: "";
  display: block;
}
.language_switch {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.language_switch:after {
  clear: both;
  content: "";
  display: block;
}
.language_switch-node {
  box-sizing: border-box;
  display: block;
  position: relative;
}
.language_switch-link {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.language_switch-toggler {
  cursor: pointer;
}
.language_switch--dropdown {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
}
.language_switch-node:hover > .language_switch--dropdown {
  display: block;
}
.language_switch--side {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  display: none;
}
.language_switch-node:hover > .language_switch--side {
  display: block;
}
.language_switch--vertical > .language_switch-node {
  width: 100%;
}
.language_switch--horizontal > .language_switch-node {
  float: left;
}
.social_links:after {
  clear: both;
  content: "";
  display: block;
}
.social_links-link {
  display: inline-block;
}
.social_links:after {
  clear: both;
  content: "";
  display: block;
}
.social_links-link {
  display: inline-block;
}
.payments:after {
  clear: both;
  content: "";
  display: block;
}
.payments-method {
  display: inline-block;
}
p.art{
	font-size: 12pt;
	text-indent: 30px;
	line-height: 170%
}
h2.art{
	font-size: 20px;
  	margin-top: 12px;
}
h3.art{
	font-size: 16px;
  	margin-top: 12px;
}
/* MagicZoomPlus CSS перенесён в сниппет magiczoomplus_product_css.liquid. */
@charset "UTF-8";
/*
* slider
*/
/*
* base colors
*/
/*
* additional colors
*/
/*
* top_panel
*/
/*
* header
*/
/*
* footer
*/
/*
* tabs
*/
/*
* main menu
*/
/*
* level 1
*/
/*
* анонс товара
*/
/*
* filter
*/
/*
* paginate
*/
/*
* buttons
*/
/*
* breadcrumbs
*/
/*
* prices
*/
/*
* product
*/
/* line 6, _editor.scss */
.editor {
  word-wrap: break-word;
  line-height: 26px; }
  /* line 22, _editor.scss */
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6,
  .editor .h1, .editor .h2, .editor .h3, .editor .popup b, .popup .editor b,
  .editor .popup strong,
  .popup .editor strong, .editor .h4, .editor .h5, .editor .h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.3;
    color: inherit; }
    /* line 29, _editor.scss */
    .editor h1 small,
    .editor h1 .small, .editor h2 small,
    .editor h2 .small, .editor h3 small,
    .editor h3 .small, .editor h4 small,
    .editor h4 .small, .editor h5 small,
    .editor h5 .small, .editor h6 small,
    .editor h6 .small,
    .editor .h1 small,
    .editor .h1 .small, .editor .h2 small,
    .editor .h2 .small, .editor .h3 small, .editor .popup b small, .popup .editor b small,
    .editor .popup strong small,
    .popup .editor strong small,
    .editor .h3 .small,
    .editor .popup b .small,
    .popup .editor b .small,
    .editor .popup strong .small,
    .popup .editor strong .small, .editor .h4 small,
    .editor .h4 .small, .editor .h5 small,
    .editor .h5 .small, .editor .h6 small,
    .editor .h6 .small {
      font-weight: normal;
      line-height: 1;
      color: #cccccc; }
  /* line 37, _editor.scss */
  .editor h1, .editor .h1,
  .editor h2, .editor .h2,
  .editor h3, .editor .h3, .editor .popup b, .popup .editor b,
  .editor .popup strong,
  .popup .editor strong {
    margin-top: 0;
    margin-bottom: 13px; }
    /* line 43, _editor.scss */
    .editor h1 small,
    .editor h1 .small, .editor .h1 small,
    .editor .h1 .small,
    .editor h2 small,
    .editor h2 .small, .editor .h2 small,
    .editor .h2 .small,
    .editor h3 small,
    .editor h3 .small, .editor .h3 small, .editor .popup b small, .popup .editor b small,
    .editor .popup strong small,
    .popup .editor strong small,
    .editor .h3 .small,
    .editor .popup b .small,
    .popup .editor b .small,
    .editor .popup strong .small,
    .popup .editor strong .small {
      font-size: 65%; }
  /* line 48, _editor.scss */
  .editor h4, .editor .h4,
  .editor h5, .editor .h5,
  .editor h6, .editor .h6 {
    margin-top: 0;
    margin-bottom: 13px; }
    /* line 54, _editor.scss */
    .editor h4 small,
    .editor h4 .small, .editor .h4 small,
    .editor .h4 .small,
    .editor h5 small,
    .editor h5 .small, .editor .h5 small,
    .editor .h5 .small,
    .editor h6 small,
    .editor h6 .small, .editor .h6 small,
    .editor .h6 .small {
      font-size: 75%; }
  /* line 60, _editor.scss */
  .editor h1, .editor .h1 {
    font-size: 27px; }
  /* line 61, _editor.scss */
  .editor h2, .editor .h2 {
    font-size: 27px; }
  /* line 62, _editor.scss */
  .editor h3, .editor .h3, .editor .popup b, .popup .editor b,
  .editor .popup strong,
  .popup .editor strong {
    font-size: 24px; }
  /* line 63, _editor.scss */
  .editor h4, .editor .h4 {
    font-size: 20px; }
  /* line 64, _editor.scss */
  .editor h5, .editor .h5 {
    font-size: 16px; }
  /* line 65, _editor.scss */
  .editor h6, .editor .h6 {
    font-size: 14px; }
  /* line 71, _editor.scss */
  .editor p {
    margin: 0 0 13px; }
    /* line 74, _editor.scss */
    .editor p:last-child {
      margin-bottom: 0; }
  /* line 83, _editor.scss */
  .editor ul,
  .editor ol {
    margin-top: 0;
    margin-bottom: 13px;
    padding-left: 1.5rem; }
    /* line 88, _editor.scss */
    .editor ul ul,
    .editor ul ol,
    .editor ol ul,
    .editor ol ol {
      margin-bottom: 0; }
  /* line 95, _editor.scss */
  .editor address {
    margin-bottom: 26px;
    font-style: normal; }
  /* line 101, _editor.scss */
  .editor table {
    display: block;
    overflow-x: auto;
    border: none; }
    /* line 106, _editor.scss */
    .editor table td {
      padding: 0.5rem;
      border: none;
      border-bottom: 1px solid #555555; }
  /* line 114, _editor.scss */
  .editor .table th {
    border-bottom: 2px solid;
    padding: 0.5rem; }
  /* line 120, _editor.scss */
  .editor .table tr:nth-child(odd) {
    background-color: #eee; }
  /* line 125, _editor.scss */
  .editor .table td {
    border-bottom: 1px solid;
    padding: 0.5rem; }
  /* line 130, _editor.scss */
  .editor .table tf {
    padding: 0.5rem; }
  /* line 136, _editor.scss */
  .editor #feedback_form table {
    display: table;
    text-align: left;
    width: 100%; }
    /* line 141, _editor.scss */
    .editor #feedback_form table p:last-child {
      text-align: center; }
  /* line 148, _editor.scss */
  .editor img {
    height: auto; }

/* buttons */
/* line 3, _buttons.scss */
.button, .checkout .order_client_bonus_system #use_max_bonus_points, .popup input[type="submit"] {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #138911;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
  padding: 0.5rem 1rem 0.4rem 1rem;
  text-transform: uppercase;
  font-weight: 400;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  border-color: #138911; }
  /* line 23, _buttons.scss */
  .button:hover, .checkout .order_client_bonus_system #use_max_bonus_points:hover, .popup input[type="submit"]:hover {
    background-color: #2e6b2d;
    color: #ffffff;
    border-color: #ffffff; }
  /* line 29, _buttons.scss */
  .button--invert {
    background-color: #ffffff;
    color: #138911;
    border-color: #138911; }
    /* line 34, _buttons.scss */
    .button--invert:hover {
      background-color: #2e6b2d;
      color: #ffffff;
      border-color: #ffffff; }
  /* line 41, _buttons.scss */
  .button--buy {
    background-color: #138911;
    color: #ffffff;
    border-color: #138911; }
    /* line 46, _buttons.scss */
    .button--buy:hover {
      background-color: #2e6b2d;
      color: #ffffff;
      border-color: #ffffff; }
  /* line 53, _buttons.scss */
  .button--buy_invert {
    background-color: #ffffff;
    color: #138911;
    border-color: #138911; }
    /* line 58, _buttons.scss */
    .button--buy_invert:hover {
      background-color: #2e6b2d;
      color: #ffffff;
      border-color: #ffffff; }
  /* line 67, _buttons.scss */
  .button--toggler {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    background-color: #ffffff;
    color: #9d9797;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    padding: 0; }
    /* line 82, _buttons.scss */
    .button--toggler:hover {
      background-color: #ffffff;
      color: #000000; }
  /* line 88, _buttons.scss */
  .button--toggler_invert {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    background-color: #9d9797;
    color: #ffffff;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
    /* line 102, _buttons.scss */
    .button--toggler_invert:hover {
      background-color: #ffffff;
      color: #000000; }
  /* line 108, _buttons.scss */
  .button--small {
    height: 30px;
    line-height: 28px; }
  /* line 113, _buttons.scss */
  .button--medium {
    height: 35px;
    line-height: 33px; }
  /* line 118, _buttons.scss */
  .button--large {
    height: 40px;
    line-height: 38px; }
  /* line 123, _buttons.scss */
  .button--scroll_top {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 1rem;
    font-size: 1.5rem;
    -moz-box-shadow: 0px 2px 3px 0px rgba(51, 51, 51, 0.42);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(51, 51, 51, 0.42);
    box-shadow: 0px 2px 3px 0px rgba(51, 51, 51, 0.42);
    padding: 0 0.5rem;
    z-index: 1000; }
  /* line 138, _buttons.scss */
  .button.m-modal-close, .checkout .order_client_bonus_system .m-modal-close#use_max_bonus_points, .popup input.m-modal-close[type="submit"] {
    padding: 0; }

/* input */
/* line 6, _input.scss */
.input-field, .checkout .order_client_bonus_system #order_client_bonus_points {
  border-color: #b5b5b5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0.5rem 1rem; }
/* line 15, _input.scss */
.input--inline .input-label,
.input--inline .input-field,
.input--inline .checkout .order_client_bonus_system #order_client_bonus_points,
.checkout .order_client_bonus_system .input--inline #order_client_bonus_points,
.input--inline .input-button {
  height: 30px;
  line-height: 30px; }

/* line 36, _input.scss */
input[type="text"] {
  -webkit-appearance: none;
  box-shadow: none; }

/* line 40, _input.scss */
input[type="text"],
select {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

/* line 45, _input.scss */
select {
  border: 1px solid #b5b5b5;
  background-color: transparent;
  padding: 0.2rem 0.5rem; }

/* line 55, _input.scss */
.styled_select-wrapper {
  border: none;
  border-bottom: 1px solid #b5b5b5;
  height: 30px;
  line-height: 28px; }
  /* line 61, _input.scss */
  .styled_select-wrapper:after {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0; }
  /* line 67, _input.scss */
  .styled_select-wrapper:hover:after {
    color: #ffa77a; }
  /* line 72, _input.scss */
  .styled_select-wrapper select {
    padding: 0; }

/* line 1, _notice.scss */
.notice {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0.5rem 1rem; }

/* prices */
/* line 4, _prices.scss */
.prices-current {
  font-size: 18px;
  color: #494949;
  font-weight: 500; }
/* line 10, _prices.scss */
.prices-old {
  text-decoration: line-through;
  color: #bb2914; }

/* menu */
/* line 12, _menu.scss */
.menu-node--top > .menu-link {
  color: #ffffff;
  padding: 0.5rem 0.7rem;
  border: none;
  background-color: transparent;
  text-transform: uppercase; }
  /* line 19, _menu.scss */
  .menu-node--top > .menu-link > .menu-marker {
    display: inline-block;
    margin-left: 4px; }
/* line 27, _menu.scss */
.menu-node--top.menu-node--current > .menu-link {
  background-color: #f28e5b;
  color: #ffffff; }
/* line 34, _menu.scss */
.menu-node--top:hover > .menu-link {
  background-color: #f28e5b;
  color: #ffffff; }
/* line 41, _menu.scss */
.menu-node--main_lvl_1 {
  font-size: 16px; }
  /* line 44, _menu.scss */
  .menu-node--main_lvl_1 > .menu-link {
    color: #5a5a5a;
    padding: 0.5rem;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    margin: 0;
    background-color: transparent; }
    /* line 57, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link .menu-marker {
      line-height: 18px;
      vertical-align: top;
      font-size: 12px; }
    /* line 63, _menu.scss */
    .menu-node--main_lvl_1 > .menu-link--current {
      background-color: transparent;
      color: #ffa77a; }
  /* line 70, _menu.scss */
  .menu-node--main_lvl_1:hover > .menu-link {
    background-color: transparent;
    color: #ffa77a; }
  /* line 77, _menu.scss */
  .tablet .menu-node--main_lvl_1:not(.menu-node--main_flex) .menu-marker {
    display: none; }
  /* line 83, _menu.scss */
  .menu-node--main_lvl_1.flexMenu-viewMore .menu-marker {
    margin-left: 4px; }
/* line 90, _menu.scss */
.menu-node--collection_lvl_1 > .menu-link {
  font-size: 16px; }
/* line 96, _menu.scss */
.menu-node--collection_lvl_2 .menu-link {
  font-size: 14px; }
/* line 102, _menu.scss */
.menu-node--footer > .menu-link {
  padding: 0.25rem 0; }
/* line 110, _menu.scss */
.menu-node--footer.menu-node--current > .menu-link {
  color: #ffa77a; }
/* line 116, _menu.scss */
.menu-node--personal_cabinet {
  padding: 0 0.5rem; }
  /* line 119, _menu.scss */
  .menu-node--personal_cabinet > .menu-link {
    color: #5a5a5a; }
  /* line 124, _menu.scss */
  .menu-node--personal_cabinet:hover > .menu-link {
    color: #ffa77a; }
  @media (max-width: 480px) {
    /* line 116, _menu.scss */
    .menu-node--personal_cabinet {
      width: 100%; } }
/* line 136, _menu.scss */
.menu-link {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
/* line 150, _menu.scss */
.menu-toggler {
  border: none; }
  /* line 153, _menu.scss */
  .menu-toggler--main {
    background-color: #ffa77a;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0.5rem;
    height: auto; }
/* line 164, _menu.scss */
.menu--dropdown, .menu--side {
  -moz-box-shadow: 0px 4px 11px -3px #333333;
  -webkit-box-shadow: 0px 4px 11px -3px #333333;
  box-shadow: 0px 4px 11px -3px #333333; }
/* line 170, _menu.scss */
.menu--top_dropdown .menu-node {
  min-width: 150px; }
/* line 174, _menu.scss */
.menu--top_dropdown .menu-link {
  background-color: #fff;
  color: #5a5a5a;
  padding: 0 0.5rem;
  line-height: 1.8; }
  /* line 181, _menu.scss */
  .menu--top_dropdown .menu-link:hover {
    background-color: #fff;
    color: #ffa77a; }
/* line 188, _menu.scss */
.menu--one_line {
  overflow-y: hidden; }
  /* line 191, _menu.scss */
  html:not(.js) .menu--one_line {
    overflow-y: initial;
    height: auto !important; }
/* line 199, _menu.scss */
.menu--main_lvl_1.menu--one_line {
  height: 28px; }
/* line 203, _menu.scss */
.menu--main_lvl_1 .menu-marker {
  font-size: 12px;
  display: inline-block;
  float: none;
  vertical-align: middle; }
/* line 212, _menu.scss */
.tablet .menu--main_lvl_2:not(.menu--main_flex), .mobile .menu--main_lvl_2:not(.menu--main_flex) {
  display: none; }
/* line 219, _menu.scss */
.menu--collection .menu-link {
  padding: 5px 30px 5px 0;
  color: #5a5a5a; }
  /* line 223, _menu.scss */
  .menu--collection .menu-link:hover {
    color: #ffa77a; }
/* line 229, _menu.scss */
.menu--collection .menu-node--current > .menu-link {
  color: #ffa77a;
  font-weight: 400; }
/* line 235, _menu.scss */
.menu--collection .menu-toggler {
  position: absolute;
  top: 5px;
  right: 0; }
/* line 241, _menu.scss */
.menu--collection .menu {
  padding-left: 0.5rem; }
/* line 246, _menu.scss */
.menu--main_flex {
  right: 0; }
  /* line 249, _menu.scss */
  .menu--main_flex .menu--side {
    left: initial;
    right: 100%; }
  /* line 254, _menu.scss */
  .menu--main_flex .menu--dropdown {
    top: -1px;
    right: 100%; }
  /* line 259, _menu.scss */
  .menu--main_flex .menu-link {
    text-transform: initial; }
  /* line 263, _menu.scss */
  .menu--main_flex .menu-node--main_lvl_1 {
    min-width: 230px;
    font-size: 14px; }
    /* line 267, _menu.scss */
    .menu--main_flex .menu-node--main_lvl_1 > .menu-link {
      background-color: #fff;
      padding: 0.4rem 0.8rem;
      line-height: 1.2; }
      /* line 273, _menu.scss */
      .menu--main_flex .menu-node--main_lvl_1 > .menu-link .menu-marker {
        position: absolute;
        top: 50%;
        right: 5px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
  /* line 288, _menu.scss */
  .menu--main_flex .menu-node--main_lvl_2 {
    width: 230px; }
    /* line 291, _menu.scss */
    .menu--main_flex .menu-node--main_lvl_2 > .menu-link {
      padding: 0.4rem 0.7rem;
      line-height: 1.2; }
/* line 304, _menu.scss */
.menu--mobile_panel .menu-node {
  width: 100%; }
/* line 308, _menu.scss */
.menu--mobile_panel .menu-link {
  padding: 0.2rem 30px 0.2rem 0.5rem;
  color: #5a5a5a; }
  /* line 312, _menu.scss */
  .menu--mobile_panel .menu-link:hover {
    color: #ffa77a; }
/* line 317, _menu.scss */
.menu--mobile_panel .menu-marker--parent {
  position: absolute;
  top: 0;
  right: 0; }

/* =========================================================
   Боковое меню и ссылки сайдбара
   ========================================================= */
/* line 332, _menu.scss */
.sidebar_block-content a {
  color: #138911;
  font-size: 14px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease; }
  /* line 341, _menu.scss */
  .sidebar_block-content a:hover, .sidebar_block-content a:focus {
    color: #e98655;
    text-decoration: underline;
    text-decoration-color: #ffa77a;
    text-underline-offset: 3px; }

/* slaider module */
/* line 15, _slider.scss */
.slider-left, .slider-right {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
/* line 45, _slider.scss */
.slider--gallery .owl-stage-outer {
  z-index: 1; }
/* line 49, _slider.scss */
.slider--gallery .slider-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
/* line 57, _slider.scss */
.slider--gallery .slider-left,
.slider--gallery .slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  z-index: 10;
  color: #5a5a5a; }
  /* line 67, _slider.scss */
  .slider--gallery .slider-left .fa,
  .slider--gallery .slider-right .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px; }
  /* line 75, _slider.scss */
  .slider--gallery .slider-left:hover,
  .slider--gallery .slider-right:hover {
    color: #ffa77a; }
/* line 80, _slider.scss */
.slider--gallery .slider-left {
  left: 0; }
/* line 84, _slider.scss */
.slider--gallery .slider-right {
  right: 0; }
/* line 89, _slider.scss */
.slider--index {
  margin-bottom: 1rem; }
  /* line 95, _slider.scss */
  .slider--index .owl-stage-outer {
    z-index: 1; }
  /* line 99, _slider.scss */
  .slider--index .slider-image {
    display: block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
  /* line 106, _slider.scss */
  .slider--index .slider-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  /* line 114, _slider.scss */
  .slider--index .slider-left,
  .slider--index .slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 48px;
    z-index: 10;
    font-size: 48px;
    color: #5a5a5a; }
    /* line 126, _slider.scss */
    .slider--index .slider-left:hover,
    .slider--index .slider-right:hover {
      color: #ffa77a; }
    /* line 129, _slider.scss */
    .slider--index .slider-left .fa,
    .slider--index .slider-right .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  /* line 137, _slider.scss */
  .slider--index .slider-left {
    left: 0; }
  /* line 141, _slider.scss */
  .slider--index .slider-right {
    right: 0; }
/* line 146, _slider.scss */
.slider--product {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #b5b5b5; }
  /* line 151, _slider.scss */
  .slider--product .slider-container {
    padding-top: 1rem; }
  /* line 155, _slider.scss */
  .slider--product .slider-control {
    position: absolute;
    bottom: 100%;
    right: 0; }
  /* line 161, _slider.scss */
  .slider--product .slider-title {
    line-height: 30px;
    text-transform: uppercase;
    font-size: 20px; }
  /* line 167, _slider.scss */
  .slider--product .slider-left {
    margin-right: 5px; }
  /* line 171, _slider.scss */
  .slider--product .slider-left,
  .slider--product .slider-right {
    padding: 0.5rem;
    width: 36px; }

/* line 178, _slider.scss */
.slider {
  overflow: hidden; }

/* tubs */
/* line 6, _tabs.scss */
.tabs-node {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 2px solid;
  border-bottom-color: transparent;
  margin-right: 1.5rem;
  padding: 0.5rem 0;
  color: #5a5a5a;
  font-size: 18px;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    /* line 6, _tabs.scss */
    .tabs-node {
      margin-right: 0; } }
  /* line 22, _tabs.scss */
  .tabs-node:hover {
    border-bottom-color: #b5b5b5;
    color: #ffa77a; }
  /* line 28, _tabs.scss */
  .tabs-node--active {
    border-bottom-color: #b5b5b5;
    color: #ffa77a; }
/* line 35, _tabs.scss */
.tabs-content {
  border-top: 1px solid transparent;
  padding: 1rem 0; }
/* line 43, _tabs.scss */
.tabs--index .tubs-content {
  margin-bottom: 2rem; }

/* line 1, _panel.scss */
.panel {
  z-index: 1060; }
  /* line 5, _panel.scss */
  .panel-offset--bottom {
    height: 3rem; }
  /* line 10, _panel.scss */
  .panel--menu, .panel--collection_filter {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    width: 270px;
    overflow-y: auto;
    display: none;
    padding-bottom: 4rem;
    -moz-box-shadow: 0px 2px 10px 2px #333333;
    -webkit-box-shadow: 0px 2px 10px 2px #333333;
    box-shadow: 0px 2px 10px 2px #333333; }
  /* line 26, _panel.scss */
  .panel--bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffa77a;
    width: 100%;
    -moz-box-shadow: 0px 2px 10px 2px #333333;
    -webkit-box-shadow: 0px 2px 10px 2px #333333;
    box-shadow: 0px 2px 10px 2px #333333; }
    /* line 36, _panel.scss */
    .panel--bottom > .button, .checkout .order_client_bonus_system .panel--bottom > #use_max_bonus_points, .popup .panel--bottom > input[type="submit"] {
      line-height: 1.1; }

/* line 43, _panel.scss */
.panel_block-title {
  font-size: 24px; }
/* line 52, _panel.scss */
.panel_block + .panel_block {
  margin-top: 1rem; }

/* accordion block */
/* line 7, _accordion.scss */
.accordion-content {
  padding: 1rem 0.5rem;
  border-top: 1px solid #b5b5b5; }
/* line 12, _accordion.scss */
.accordion-toggler {
  cursor: pointer; }

/* quantity */
/* line 3, _quantity.scss */
.quantity {
  height: 40px;
  line-height: 28px; }
  /* line 8, _quantity.scss */
  .quantity-button--minus, .quantity-button--plus {
    padding: 0;
    font-size: 12px;
    width: 30px;
    border-width: 0; }
  /* line 27, _quantity.scss */
  .quantity-input {
    height: inherit;
    border: 1px solid #b5b5b5; }
  /* line 32, _quantity.scss */
  .quantity--side {
    height: 40px;
    width: 80px; }
    /* line 37, _quantity.scss */
    .quantity--side .quantity-button {
      width: 20px;
      height: 20px;
      line-height: 18px;
      padding: 0; }
    /* line 44, _quantity.scss */
    .quantity--side .quantity-input {
      width: calc( 100% - 20px );
      display: block; }

/* modal */
/* line 3, _modal.scss */
.modal {
  background-color: #fff;
  border: 1px solid #555555;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  /* line 8, _modal.scss */
  .modal-wrapper {
    padding: 1rem; }
  /* line 12, _modal.scss */
  .modal-header {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
  @media (max-width: 480px) {
    /* line 26, _modal.scss */
    .modal .button, .modal .checkout .order_client_bonus_system #use_max_bonus_points, .checkout .order_client_bonus_system .modal #use_max_bonus_points, .modal .popup input[type="submit"], .popup .modal input[type="submit"] {
      margin-bottom: 0.5rem; }
      /* line 30, _modal.scss */
      .modal .button:last-child, .modal .checkout .order_client_bonus_system #use_max_bonus_points:last-child, .checkout .order_client_bonus_system .modal #use_max_bonus_points:last-child, .modal .popup input[type="submit"]:last-child, .popup .modal input[type="submit"]:last-child {
        margin-bottom: 0; } }

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

/*logo*/
/* breadcrumbs */
/* line 3, _breadcrumbs.scss */
.breadcrumbs {
  margin-bottom: 1rem; }
  /* line 8, _breadcrumbs.scss */
  .breadcrumbs-page {
    color: #5a5a5a; }
    /* line 11, _breadcrumbs.scss */
    .breadcrumbs-page:hover {
      color: #ffa77a; }
    /* line 15, _breadcrumbs.scss */
    .breadcrumbs-page:last-child {
      color: #5a5a5a; }

/* line 21, _breadcrumbs.scss */
.breadcrumbs-link:hover {
  color: #ffa77a; }

/* line 25, _breadcrumbs.scss */
span.breadcrumbs-page {
  pointer-events: none; }

/* pagination */
/* line 10, _pagination.scss */
.pagination-node {
  line-height: 26px;
  height: 26px;
  width: 26px;
  margin: 1px; }
  /* line 16, _pagination.scss */
  .pagination-node--link {
    background-color: #fff;
    color: #5a5a5a; }
    /* line 20, _pagination.scss */
    .pagination-node--link:hover {
      background-color: #fff;
      color: #ffa77a; }
  /* line 30, _pagination.scss */
  .pagination-node--current {
    background-color: #fff;
    color: #ffa77a; }

/* reviews */
/* line 15, _reviews.scss */
.review {
  border-bottom: 1px solid #b5b5b5; }
  /* line 18, _reviews.scss */
  .review-name {
    font-size: 16px;
    font-weight: 500; }
  /* line 25, _reviews.scss */
  .review-date {
    color: #555555;
    font-size: 12px; }
  /* line 30, _reviews.scss */
  .review-content {
    font-style: italic;
    margin-bottom: 1rem; }

/* line 36, _reviews.scss */
.review_form {
  margin-bottom: 2rem; }

/* line 51, _reviews.scss */
.br-wrapper {
  display: inline-block; }
/* line 57, _reviews.scss */
.br-widget a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin: 0 2px; }
  /* line 68, _reviews.scss */
  .br-widget a:before {
    content: "\f006"; }
  /* line 72, _reviews.scss */
  .br-widget a.br-selected, .br-widget a.br-current, .br-widget a.br-active {
    color: #ffa77a; }
    /* line 77, _reviews.scss */
    .br-widget a.br-selected:before, .br-widget a.br-current:before, .br-widget a.br-active:before {
      content: "\f005"; }
  /* line 82, _reviews.scss */
  .br-widget a:hover {
    color: #ffa77a; }
/* line 88, _reviews.scss */
.br-current-rating {
  display: none; }

/* header */
/* line 7, _header.scss */
.header {
  color: #5a5a5a; }
  /* line 11, _header.scss */
  .header .editor p {
    margin-bottom: 0; }
  /* line 15, _header.scss */
  .header .editor a {
    color: #5a5a5a; }
    /* line 18, _header.scss */
    .header .editor a:hover {
      color: #ffa77a; }

/* line 5, _layouts.layout.scss */
body {
  font-size: 16px;
  font-family: "Istok Web", sans-serif;
  font-weight: 300;
  background-color: #ffa77a;
  background-image: none;
  background-position: top left;
  background-repeat: repeat;
  color: #5a5a5a; }

/* line 17, _layouts.layout.scss */
a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit; }

/* line 24, _layouts.layout.scss */
p {
  margin-top: -8px; }

/* line 28, _layouts.layout.scss */
.collection-description--top a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #138911; }
  /* line 32, _layouts.layout.scss */
  .collection-description--top a:hover {
    text-decoration: underline; }

/* line 37, _layouts.layout.scss */
.article_preview a {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit; }
  /* line 41, _layouts.layout.scss */
  .article_preview a:hover {
    color: #ffa77a; }

/* line 46, _layouts.layout.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .popup b,
.popup strong, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
  color: inherit;
  text-transform: uppercase; }

/* line 55, _layouts.layout.scss */
h1, .h1,
h2, .h2,
h3, .h3, .popup b,
.popup strong,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 13px; }

/* line 64, _layouts.layout.scss */
h1, .h1 {
  font-size: 27px; }

/* line 65, _layouts.layout.scss */
h2, .h2 {
  font-size: 27px; }

/* line 66, _layouts.layout.scss */
h3, .h3, .popup b,
.popup strong {
  font-size: 24px; }

/* line 67, _layouts.layout.scss */
h4, .h4 {
  font-size: 20px; }

/* line 68, _layouts.layout.scss */
h5, .h5 {
  font-size: 16px; }

/* line 69, _layouts.layout.scss */
h6, .h6 {
  font-size: 14px; }

/* line 72, _layouts.layout.scss */
.wrap {
  max-width: 1200px;
  min-width: 300px; }

/* line 80, _layouts.layout.scss */
.section--main_color {
  background-color: #ffffff; }
/* line 84, _layouts.layout.scss */
.section--additional_color {
  background-color: #ffa77a; }
/* line 88, _layouts.layout.scss */
.section--content {
  background-color: #ffffff;
  background-image: none;
  background-position: top center;
  background-repeat: repeat; }
  /* line 95, _layouts.layout.scss */
  .section--content > .wrap {
    background-color: #fff;
    padding-bottom: 5rem;
    padding-top: 2rem; }
/* line 102, _layouts.layout.scss */
.section--top_panel {
  background-color: #ffa77a;
  font-size: 13px;
  line-height: 1.4; }
  @media (max-width: 800px) {
    /* line 102, _layouts.layout.scss */
    .section--top_panel {
      font-size: 18px; } }
  /* line 112, _layouts.layout.scss */
  .section--top_panel .wrap {
    background-color: #ffa77a; }
/* line 118, _layouts.layout.scss */
.section--header .wrap {
  background-color: #fff; }
/* line 123, _layouts.layout.scss */
.section--main_menu {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5; }
  @media (max-width: 640px) {
    /* line 123, _layouts.layout.scss */
    .section--main_menu {
      border-bottom: 1px solid #b5b5b5;
      margin: 0;
      padding: 0;
      border-top: none; } }

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

/* line 146, _layouts.layout.scss */
.sidebar_block {
  margin-bottom: 2rem;
  overflow: visible; }
  /* line 151, _layouts.layout.scss */
  .sidebar_block-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    line-height: 1.4; }

/* line 168, _layouts.layout.scss */
.content-title {
  margin-bottom: 2rem;
  line-height: 1.4; }

/* line 2, _layouts.checkout.scss */
.checkout #top_info {
  padding: 0.5rem 0;
  margin-top: 0.5rem; }
/* line 8, _layouts.checkout.scss */
.checkout .set-list {
  margin: 1rem 0;
  list-style: none;
  padding: 0; }
@media (max-width: 800px) {
  /* line 14, _layouts.checkout.scss */
  .checkout .set-sidebar {
    margin-top: 3rem; } }
/* line 20, _layouts.checkout.scss */
.checkout .set-list-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #b5b5b5; }
/* line 25, _layouts.checkout.scss */
.checkout .set-list-item .img {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  margin: 0 0.5rem 0.5rem 0;
  float: left; }
/* line 33, _layouts.checkout.scss */
.checkout table {
  width: 100%; }
/* line 37, _layouts.checkout.scss */
.checkout .table,
.checkout #orders_history {
  min-width: 610px; }
/* line 42, _layouts.checkout.scss */
.checkout th,
.checkout td {
  padding: 0.5rem; }
/* line 47, _layouts.checkout.scss */
.checkout .table td,
.checkout #orders_history td {
  border-bottom: 1px solid #000;
  text-align: left; }
/* line 53, _layouts.checkout.scss */
.checkout .table td:last-child,
.checkout #orders_history td:last-child {
  text-align: center; }
/* line 58, _layouts.checkout.scss */
.checkout .table thead th,
.checkout #orders_history thead th {
  border-bottom: 2px solid #000;
  font-size: 18px;
  font-weight: 500; }
/* line 66, _layouts.checkout.scss */
.checkout #orders_history thead th:nth-child(1), .checkout #orders_history thead th:nth-child(2), .checkout #orders_history thead th:nth-child(3) {
  text-align: left; }
/* line 73, _layouts.checkout.scss */
.checkout td.radio {
  width: 15px;
  padding-left: 0; }
/* line 78, _layouts.checkout.scss */
.checkout td.price {
  text-align: right;
  width: 130px; }
/* line 83, _layouts.checkout.scss */
.checkout td .notice {
  display: block;
  text-align: center; }
/* line 88, _layouts.checkout.scss */
.checkout #orders_history tbody tr:nth-child(odd) {
  background-color: #eee; }
/* line 92, _layouts.checkout.scss */
.checkout .table-responsive {
  overflow-x: auto;
  margin-bottom: 1rem; }
/* line 97, _layouts.checkout.scss */
.checkout .set-meta .fc {
  margin-bottom: 1rem; }
@media (min-width: 641px) {
  /* line 106, _layouts.checkout.scss */
  .checkout #registered_client {
    border-left: 1px solid #b5b5b5; } }
/* line 111, _layouts.checkout.scss */
.checkout .input:last-child {
  margin-bottom: 1rem !important; }
/* line 115, _layouts.checkout.scss */
.checkout .input--titled {
  border-bottom: 1px solid #b5b5b5;
  padding: 0.5rem 0;
  margin: 0; }
/* line 121, _layouts.checkout.scss */
.checkout .input--titled .input-label {
  font-weight: 500;
  font-size: 18px; }
/* line 126, _layouts.checkout.scss */
.checkout .input-value {
  line-height: 20px;
  display: block; }
/* line 131, _layouts.checkout.scss */
.checkout select {
  width: 100%;
  height: 34px; }
/* line 136, _layouts.checkout.scss */
.checkout .set-title.content-title {
  display: block;
  width: 100%;
  font-size: 24px;
  margin: 1rem 0;
  float: left; }
/* line 144, _layouts.checkout.scss */
.checkout .step-title {
  line-height: 30px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem; }
  /* line 150, _layouts.checkout.scss */
  .checkout .step-title:last-child {
    margin-bottom: 0; }
  /* line 154, _layouts.checkout.scss */
  .checkout .step-title .step-name {
    float: left;
    font-size: 24px; }
  /* line 159, _layouts.checkout.scss */
  .checkout .step-title .past_step {
    float: right; }
    /* line 162, _layouts.checkout.scss */
    .checkout .step-title .past_step span {
      width: 150px;
      display: inline-block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      vertical-align: middle;
      float: left; }
  /* line 173, _layouts.checkout.scss */
  .checkout .step-title .button, .checkout .step-title .order_client_bonus_system #use_max_bonus_points, .checkout .order_client_bonus_system .step-title #use_max_bonus_points, .checkout .step-title .popup input[type="submit"], .popup .checkout .step-title input[type="submit"] {
    padding: 0 0.5rem; }
/* line 178, _layouts.checkout.scss */
.checkout b,
.checkout strong {
  font-weight: 500; }
/* line 183, _layouts.checkout.scss */
.checkout [data-method="delete"] {
  line-height: 33px; }
/* line 187, _layouts.checkout.scss */
.checkout .order_client_bonus_system {
  padding: 0.5rem 0; }
  /* line 191, _layouts.checkout.scss */
  .checkout .order_client_bonus_system table td:first-child {
    padding-left: 0; }
  /* line 196, _layouts.checkout.scss */
  .checkout .order_client_bonus_system #order_client_bonus_points {
    height: 30px;
    vertical-align: top; }

/* line 209, _layouts.checkout.scss */
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.5rem;
  background-color: #ffffff;
  -moz-box-shadow: 0px 2px 11px 0 #333333;
  -webkit-box-shadow: 0px 2px 11px 0 #333333;
  box-shadow: 0px 2px 11px 0 #333333; }
  /* line 219, _layouts.checkout.scss */
  .popup b,
  .popup strong {
    font-weight: 500; }
  /* line 225, _layouts.checkout.scss */
  .popup input[type="text"] {
    border: 1px solid #b5b5b5;
    padding: 0 0.5rem;
    height: 30px;
    margin-bottom: 0.5rem; }
  /* line 240, _layouts.checkout.scss */
  .popup .content_fb td:nth-child(2n) {
    display: none; }
  /* line 246, _layouts.checkout.scss */
  .popup .fb_footer {
    text-align: center; }

/* index */
/* line 4, _index.scss */
.index-content {
  border-top: 1px solid #b5b5b5;
  padding-top: 2rem; }

/* line 10, _index.scss */
.lock_scroll {
  overflow: hidden; }

/* =========================================================
   Коллекция

   Общая типографика H1–H4, текста, ссылок и списков
   задаётся в _user.scss одним набором правил.
   Здесь остаётся только геометрия раздела коллекции.
   ========================================================= */
/* line 10, _collection.scss */
.collection-description {
  margin-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 167, 122, 0.45); }
/* line 17, _collection.scss */
.collection-description--top {
  margin-bottom: 1rem;
  padding-top: 14px;
  padding-bottom: 14px;
  background: linear-gradient(135deg, rgba(255, 167, 122, 0.07), #ffffff 62%, rgba(19, 137, 17, 0.025));
  border: 1px solid rgba(255, 167, 122, 0.3);
  border-radius: 12px; }
/* line 34, _collection.scss */
.collection-seo_description {
  margin-top: 24px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(255, 167, 122, 0.08), #ffffff 60%, rgba(19, 137, 17, 0.03));
  border: 1px solid rgba(255, 167, 122, 0.38);
  border-left: 4px solid #ffa77a;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(90, 90, 90, 0.055); }
/* line 55, _collection.scss */
.collection-image img {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  border-radius: 12px; }
/* line 66, _collection.scss */
.collection-products_list {
  margin-top: 1rem;
  margin-bottom: 1rem; }
/* line 71, _collection.scss */
.collection-panel {
  border-bottom: 1px solid rgba(255, 167, 122, 0.38); }

/* =========================================================
   Мобильная коллекция
   ========================================================= */
@media screen and (max-width: 800px) {
  /* line 83, _collection.scss */
  .collection-seo_description {
    margin-top: 20px;
    padding: 19px 20px; } }
@media screen and (max-width: 480px) {
  /* line 92, _collection.scss */
  .collection-description--top {
    padding-top: 11px;
    padding-bottom: 11px; }
  /* line 97, _collection.scss */
  .collection-seo_description {
    padding: 17px 15px;
    border-left-width: 3px;
    border-radius: 10px; } }
/* filter */
/* line 4, _collection_filter.scss */
.filter:after {
  content: none; }
/* line 10, _collection_filter.scss */
.filter-section {
  margin-bottom: 0.5rem; }
@media (max-width: 640px) {
  /* line 14, _collection_filter.scss */
  .filter-button {
    margin: 0 0 0.5rem; } }
/* line 27, _collection_filter.scss */
.filter .js-filter_section-toggler {
  cursor: pointer; }

/* line 32, _collection_filter.scss */
.filter_section {
  position: relative;
  /* mod */ }
  /* line 35, _collection_filter.scss */
  .filter_section-title {
    padding: 0.3rem 30px 0.3rem 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    /* line 41, _collection_filter.scss */
    .filter_section-title--selected {
      color: #ffa77a; }
    /* line 45, _collection_filter.scss */
    .filter_section-title:hover {
      color: #ffa77a; }
  /* line 50, _collection_filter.scss */
  .filter_section-toggler {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* line 58, _collection_filter.scss */
  .filter_section-values {
    padding: 0.5rem; }
  /* line 62, _collection_filter.scss */
  .filter_section-value {
    margin-bottom: 0.3rem; }
    /* line 69, _collection_filter.scss */
    .filter_section-value:last-child {
      margin-bottom: 0; }
  /* line 74, _collection_filter.scss */
  .filter_section-value_input {
    display: none; }
    /* line 79, _collection_filter.scss */
    .filter_section-value_input:checked + .filter_section-value_styled:after {
      content: '\f05d'; }
  /* line 86, _collection_filter.scss */
  .filter_section-value_styled {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: baseline;
    cursor: pointer; }
    /* line 94, _collection_filter.scss */
    .filter_section-value_styled:after {
      content: '\f10c';
      font-family: 'FontAwesome';
      font-size: 14px; }
  /* line 101, _collection_filter.scss */
  .filter_section-value_link {
    vertical-align: middle;
    display: block;
    padding: 0.3rem 0;
    line-height: 1;
    border-color: #138911; }
    /* line 108, _collection_filter.scss */
    .filter_section-value_link:hover {
      color: #2e6b2d;
      border-color: #2e6b2d; }
    /* line 113, _collection_filter.scss */
    .filter_section-value_link--active {
      color: #138911; }
  /* line 120, _collection_filter.scss */
  .filter_section-clear {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10; }
  /* line 130, _collection_filter.scss */
  .filter_section-range_input {
    border: 1px solid #b5b5b5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    height: 26px; }

/* Range slider */
/* line 144, _collection_filter.scss */
.noUi-horizontal {
  height: 4px; }
  /* line 147, _collection_filter.scss */
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    left: -9px;
    top: -8px; }
/* line 155, _collection_filter.scss */
.noUi-vertical {
  width: 18px; }
  /* line 158, _collection_filter.scss */
  .noUi-vertical .noUi-handle {
    width: 18px;
    height: 18px;
    left: -6px;
    top: -9px; }
/* line 166, _collection_filter.scss */
.noUi-background {
  background: #cccccc; }
/* line 170, _collection_filter.scss */
.noUi-connect {
  background: #666666; }
/* line 174, _collection_filter.scss */
.noUi-origin {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
/* line 178, _collection_filter.scss */
.noUi-traget {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #555555; }
/* line 185, _collection_filter.scss */
.noUi-handle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f03a17; }

/* collection_sort */
/* line 6, _collection_sort.scss */
.sort_by-select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 16px; }
/* line 13, _collection_sort.scss */
.sort_by-option {
  display: inline-block;
  position: relative; }
  /* line 17, _collection_sort.scss */
  .ios .sort_by-option:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0.4rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/* product */
/* line 16, _product.scss */
.product-presence_field {
  color: #2bb80f; }
  /* line 18, _product.scss */
  .product-presence_field--sell_off {
    color: #f03a17; }
/* line 23, _product.scss */
.product-short_description {
  margin-bottom: 2rem; }
/* line 31, _product.scss */
.product-order {
  margin-top: 2rem; }
/* line 35, _product.scss */
.product-variants {
  margin-bottom: 2rem; }
/* line 39, _product.scss */
.product-prices {
  margin-bottom: 2rem;
  margin-right: 0.5rem; }
  /* line 43, _product.scss */
  .product-prices .prices-current {
    font-size: 24px; }
  /* line 47, _product.scss */
  .product-prices .prices-old {
    font-size: 16px; }
/* line 52, _product.scss */
.product-quantity {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5rem 0;
  height: 40px; }
/* line 60, _product.scss */
.product-buy {
  margin: 0.5rem 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 481px) {
    /* line 60, _product.scss */
    .product-buy {
      margin-right: 1rem; } }
/* line 72, _product.scss */
.product-compare {
  line-height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 2rem;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  /* line 81, _product.scss */
  .product-compare:hover {
    color: #ffa77a; }
/* line 86, _product.scss */
.product-panel {
  background-color: #ffa77a; }

/* line 92, _product.scss */
.property-title {
  word-wrap: break-word;
  font-weight: 500; }
/* line 97, _product.scss */
.property-values {
  word-wrap: break-word; }

/* modification selector */
/* line 6, _option_selectors.scss */
.option_selector {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  /* line 10, _option_selectors.scss */
  .option_selector-label {
    text-transform: uppercase; }
  /* line 15, _option_selectors.scss */
  .option_selector-container .styled_select-wrapper {
    padding-right: 0.5rem;
    width: 100%; }
  /* line 24, _option_selectors.scss */
  .ios .option_selector--select .option_selector-container {
    position: relative; }
    /* line 26, _option_selectors.scss */
    .ios .option_selector--select .option_selector-container:after {
      content: '\f078';
      display: block;
      position: absolute;
      font-family: 'FontAwesome';
      top: 50%;
      right: 0.5rem;
      z-index: 1;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

/* line 62, _option_selectors.scss */
.variant-select {
  height: 40px;
  width: 100%; }

/* line 4, _product_gallery.scss */
.gallery-preview_list {
  margin-top: 1rem; }

/* line 1, _product_preview.scss */
.product_preview {
  position: relative;
  transform-origin: center center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease; }
  /* line 10, _product_preview.scss */
  .product_preview-status {
    position: absolute;
    top: 0;
    right: 0.5rem;
    z-index: 10;
    width: 45px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-align: center; }
    /* line 26, _product_preview.scss */
    .product_preview-status::before, .product_preview-status::after {
      content: "";
      position: absolute;
      top: 100%;
      z-index: -1;
      border: 10px solid transparent; }
    /* line 37, _product_preview.scss */
    .product_preview-status::before {
      left: 0;
      border-top: 10px solid #000;
      border-left: 35px solid #000; }
    /* line 44, _product_preview.scss */
    .product_preview-status::after {
      right: 0;
      border-top: 10px solid #000;
      border-right: 35px solid #000; }
    /* line 51, _product_preview.scss */
    .product_preview-status--sale {
      background-color: #f64747; }
      /* line 54, _product_preview.scss */
      .product_preview-status--sale::before {
        border-top-color: #f64747;
        border-left-color: #f64747; }
      /* line 59, _product_preview.scss */
      .product_preview-status--sale::after {
        border-top-color: #f64747;
        border-right-color: #f64747; }
  /* line 66, _product_preview.scss */
  .product_preview-preview {
    margin-bottom: 0.5rem; }
  /* line 70, _product_preview.scss */
  .product_preview-link {
    transition: color 0.15s linear; }
  /* line 74, _product_preview.scss */
  .product_preview-title {
    font-size: 16px;
    line-height: 1.25;
    text-align: center; }
  /* line 80, _product_preview.scss */
  .product_preview-prices {
    padding-bottom: 0.5rem;
    font-size: 16px;
    line-height: 28px;
    text-align: center; }
    /* line 87, _product_preview.scss */
    .product_preview-prices .prices-current {
      font-size: 18px; }
  /* line 92, _product_preview.scss */
  .product_preview-form {
    margin-bottom: 1rem;
    text-align: center; }
  /* line 97, _product_preview.scss */
  .product_preview-button {
    font-size: 1.1rem; }

@media (hover: hover) and (pointer: fine) {
  /* line 105, _product_preview.scss */
  .product_preview:hover {
    transform: scale(1.03);
    color: #ffa77a;
    box-shadow: 0 4px 8px 2px rgba(250, 167, 122, 0.5);
    z-index: 5; } }
@media screen and (max-width: 800px) {
  /* line 120, _product_preview.scss */
  .product_preview.center-hover {
    transform: translateY(-5px) scale(1.025);
    color: #ffa77a;
    box-shadow: 0 5px 14px rgba(250, 167, 122, 0.34);
    z-index: 5; }

  /* line 131, _product_preview.scss */
  .product_preview-button {
    width: 85%;
    font-size: 18px; } }
@media screen and (max-width: 480px) {
  /* line 139, _product_preview.scss */
  .product_preview-title {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.2; }

  /* line 146, _product_preview.scss */
  .product_preview-prices {
    font-size: 18px;
    line-height: 26px; }
    /* line 150, _product_preview.scss */
    .product_preview-prices .prices-current {
      font-size: 20px; }

  /* line 155, _product_preview.scss */
  .product_preview-button {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 14px; } }
/* cart */
/* line 29, _cart.scss */
.cart_item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b5b5b5; }
  /* line 36, _cart.scss */
  .cart_item-link {
    color: #5a5a5a; }
    /* line 39, _cart.scss */
    .cart_item-link:hover {
      color: #ffa77a; }
  /* line 53, _cart.scss */
  .cart_item-delete:hover {
    color: #ffa77a; }
  @media (min-width: 800px) {
    /* line 60, _cart.scss */
    .cart_item-wrapper {
      line-height: 20px;
      display: inline-block;
      vertical-align: middle; } }

/* line 70, _cart.scss */
.discounts-kupon {
  margin-bottom: 1rem; }
/* line 74, _cart.scss */
.discounts-field {
  margin-bottom: 0; }
/* line 80, _cart.scss */
.discounts-submit {
  padding: 0 1rem;
  height: 30px; }
/* line 85, _cart.scss */
.discounts-list {
  margin-bottom: 1rem; }

/* line 90, _cart.scss */
.discount {
  margin-bottom: 1rem; }
  /* line 94, _cart.scss */
  .discount-title {
    min-height: 1px; }

/* line 99, _cart.scss */
.cart_total {
  margin-bottom: 1rem; }
  /* line 101, _cart.scss */
  .cart_total-title {
    font-size: 26px;
    text-transform: uppercase; }
  /* line 106, _cart.scss */
  .cart_total-price {
    font-size: 26px; }

/* cart_widget */
/* line 3, _cart_widget.scss */
.cart_widget {
  display: inline-block; }
  /* line 6, _cart_widget.scss */
  .cart_widget-icon {
    position: relative; }
  /* line 10, _cart_widget.scss */
  .cart_widget-link {
    color: #5a5a5a; }
    /* line 13, _cart_widget.scss */
    .cart_widget-link:hover {
      color: #ffa77a; }
  /* line 18, _cart_widget.scss */
  .cart_widget-title {
    vertical-align: middle; }
  /* line 22, _cart_widget.scss */
  .cart_widget-total {
    vertical-align: middle; }
  /* line 26, _cart_widget.scss */
  .cart_widget-items_count {
    padding: 2px 10px;
    font-size: 13px;
    line-height: 13px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
  /* line 38, _cart_widget.scss */
  .cart_widget-dropdown {
    background-color: #fff;
    border: 1px solid #555555;
    width: 250px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  /* line 46, _cart_widget.scss */
  .cart_widget-referer_code_block {
    font-size: 13px;
    margin-right: 1rem; }
    @media (min-width: 801px) {
      /* line 46, _cart_widget.scss */
      .cart_widget-referer_code_block {
        position: absolute;
        top: -20px;
        right: 0;
        margin-right: 0; } }
  /* line 58, _cart_widget.scss */
  .cart_widget--header {
    margin-top: 0.6rem; }
    /* line 62, _cart_widget.scss */
    .cart_widget--header .cart_widget-icon {
      font-size: 20px;
      vertical-align: middle;
      padding: 1rem;
      border: 1px solid #555555;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin-right: 0.3rem;
      display: inline-block;
      text-align: center;
      line-height: 1rem; }
    /* line 74, _cart_widget.scss */
    .cart_widget--header .cart_widget-items_count {
      position: absolute;
      top: 0;
      right: 0.6rem;
      -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      background-color: #ffa77a;
      color: #ffffff; }
    /* line 83, _cart_widget.scss */
    .cart_widget--header .cart_widget-total {
      font-size: 18px;
      font-weight: 500; }
  /* line 90, _cart_widget.scss */
  .cart_widget--bottom {
    padding: 0; }
    /* line 96, _cart_widget.scss */
    .cart_widget--bottom .cart_widget-link {
      color: #ffffff;
      font-size: 16px;
      line-height: 16px;
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 0.5rem 0.25rem; }
      /* line 107, _cart_widget.scss */
      .cart_widget--bottom .cart_widget-link:hover {
        color: #ffa77a; }
    /* line 112, _cart_widget.scss */
    .cart_widget--bottom .cart_widget-items_count {
      background-color: #ffffff;
      color: #ffa77a; }
    /* line 117, _cart_widget.scss */
    .cart_widget--bottom .cart_widget-items_price {
      font-size: 14px; }

/* line 127, _cart_widget.scss */
.basket_list-title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: block; }
/* line 134, _cart_widget.scss */
.basket_list-items {
  margin: 0.5rem 0;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5; }
/* line 142, _cart_widget.scss */
.basket_list-total {
  margin-bottom: 0.5rem; }

/* line 151, _cart_widget.scss */
.basket_item {
  margin: 0.5rem 0;
  border-bottom: 1px solid #b5b5b5; }
  /* line 155, _cart_widget.scss */
  .basket_item-image {
    margin: 0 0.5rem 0.5rem 0; }
  /* line 159, _cart_widget.scss */
  .basket_item-details {
    margin-top: 0.5rem; }
  /* line 163, _cart_widget.scss */
  .basket_item-title {
    color: #5a5a5a; }
    /* line 166, _cart_widget.scss */
    .basket_item-title:hover {
      color: #ffa77a; }
  /* line 172, _cart_widget.scss */
  .basket_item-delete:hover {
    color: #ffa77a; }
  /* line 179, _cart_widget.scss */
  .basket_item-price {
    margin-right: 1rem; }
  /* line 183, _cart_widget.scss */
  .basket_item:last-child {
    border-bottom: none; }

/* search */
/* search module */
/* line 3, _search_widget.scss */
.search_widget {
  line-height: 30px;
  border: 1px solid #b5b5b5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 0 0 0 1rem;
  background-color: #fff; }
  /* line 14, _search_widget.scss */
  .search_widget-field {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: top;
    border: none;
    width: calc( 100% - 40px );
    float: left;
    height: 30px;
    background-color: transparent; }
  /* line 25, _search_widget.scss */
  .search_widget-submit {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    width: 40px;
    line-height: 30px;
    vertical-align: top;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0 20px 20px 0; }
  /* line 38, _search_widget.scss */
  .search_widget--top_line {
    line-height: 25px;
    border: none; }
    /* line 42, _search_widget.scss */
    .search_widget--top_line .search_widget-field {
      height: 25px;
      vertical-align: top;
      width: calc( 100% - 35px );
      font-size: 14px; }
    /* line 49, _search_widget.scss */
    .search_widget--top_line .search_widget-submit {
      height: 25px;
      line-height: 23px;
      vertical-align: top;
      font-size: 15px;
      width: 35px; }

/* line 60, _search_widget.scss */
.ajax_search-results {
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #555555; }
/* line 72, _search_widget.scss */
.ajax_search-marked {
  font-weight: bold; }

/* comapre */
/* line 15, _compare.scss */
.compare-trigger .compare-add {
  display: block;
  line-height: inherit; }
/* line 20, _compare.scss */
.compare-trigger .compare-added {
  display: none;
  line-height: inherit; }
/* line 26, _compare.scss */
.compare-trigger--added .compare-add {
  display: none; }
/* line 30, _compare.scss */
.compare-trigger--added .compare-added {
  display: block; }

/* line 39, _compare.scss */
.compare_row-title {
  max-width: 200px;
  min-width: 200px;
  padding: 0.5rem; }
/* line 46, _compare.scss */
.compare_row-item {
  min-width: 240px;
  max-width: 240px;
  padding: 0.5rem; }
  /* line 52, _compare.scss */
  .compare_row-item--title {
    position: relative; }
  /* line 56, _compare.scss */
  .compare_row-item--footer {
    position: relative; }
/* line 61, _compare.scss */
.compare_row-item_title {
  margin: -0.5rem -0.5rem 0.5rem;
  padding: 0.5rem;
  background-color: #cccccc; }
/* line 69, _compare.scss */
.compare_row--header .compare_row-item,
.compare_row--header .compare_row-title {
  border-bottom: 2px solid #555555; }
/* line 74, _compare.scss */
.compare_row--header .compare_row-item {
  text-align: center; }
/* line 78, _compare.scss */
.compare_row--header .compare_row-title {
  vertical-align: bottom;
  padding-left: 0;
  padding-right: 0; }
/* line 87, _compare.scss */
.compare_row--body:nth-child(even) {
  background-color: #e6e6e6; }
/* line 91, _compare.scss */
.compare_row--body .compare_row-item,
.compare_row--body .compare_row-title {
  border-bottom: 1px solid #555555; }
/* line 97, _compare.scss */
.compare_row--footer {
  border-width: 0; }
  /* line 100, _compare.scss */
  .compare_row--footer .compare_row-item {
    text-align: center;
    padding: 1em; }

/* blog */
/* =========================================================
   Статья блога

   В теме встречается и <div class="article">,
   и <article class="article">. Поэтому карточка статьи
   оформляется только через article.article.
   ========================================================= */
/* line 9, _article.scss */
article.article {
  max-width: 100%;
  margin: 0;
  padding: 22px;
  color: #555;
  background: #fff;
  border: 1px solid rgba(255, 167, 122, 0.3);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(90, 90, 90, 0.065);
  font-family: "Istok Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72; }
  /* line 28, _article.scss */
  article.article,
  article.article .editor,
  article.article .article-content,
  article.article .article-content.editor {
    font-family: "Istok Web", sans-serif; }
  /* line 35, _article.scss */
  article.article .article-content.editor code,
  article.article .article-content.editor pre,
  article.article .article-content.editor kbd,
  article.article .article-content.editor samp {
    font-family: monospace; }
  /* line 42, _article.scss */
  article.article .article-content.editor .fa {
    font-family: FontAwesome; }
  /* line 46, _article.scss */
  article.article .article-header,
  article.article .article-content,
  article.article .article-comments {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto; }
  /* line 54, _article.scss */
  article.article .article-header {
    position: relative;
    margin-bottom: 18px;
    padding: 16px 18px 18px 21px;
    background: linear-gradient(135deg, rgba(255, 167, 122, 0.1), #ffffff 62%, rgba(19, 137, 17, 0.035));
    border: 1px solid rgba(255, 167, 122, 0.36);
    border-left: 4px solid #ffa77a;
    border-radius: 12px; }
  /* line 73, _article.scss */
  article.article .article-title {
    position: relative;
    margin: 0;
    padding-bottom: 13px;
    color: #3f3f3f;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    overflow-wrap: anywhere;
    text-transform: none !important; }
    /* line 90, _article.scss */
    article.article .article-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 72px;
      height: 3px;
      background: linear-gradient(90deg, #ffa77a 0%, #ffa77a 78%, #138911 100%);
      border-radius: 3px; }
  /* line 112, _article.scss */
  article.article .article-note {
    margin: 10px 0 0;
    color: #747474;
    font-size: 13px;
    line-height: 1.4; }
  /* line 121, _article.scss */
  article.article .article-image_container {
    max-width: 740px;
    margin-right: auto;
    margin-left: auto; }
  /* line 127, _article.scss */
  article.article .article-image {
    display: block;
    margin: 16px 0 12px; }
    /* line 131, _article.scss */
    article.article .article-image picture,
    article.article .article-image img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 14px; }
  /* line 143, _article.scss */
  article.article .article-content.editor > :first-child {
    margin-top: 0; }
  /* line 147, _article.scss */
  article.article .article-content.editor > :last-child {
    margin-bottom: 0; }
  /* line 151, _article.scss */
  article.article .article-content.editor hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid rgba(255, 167, 122, 0.32); }
  /* line 158, _article.scss */
  article.article .article-content.editor img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 14px auto;
    border-radius: 12px; }
  /* line 170, _article.scss */
  article.article .article-content.editor img:not([width]) {
    width: 100%;
    max-width: 720px; }
  /* line 175, _article.scss */
  article.article .article-content.editor img[style*="float"] {
    max-width: 240px;
    margin: 6px 0 12px 14px !important; }
  /* line 180, _article.scss */
  article.article .article-content.editor strong[style*="color"] {
    font-weight: 700; }
  /* line 185, _article.scss */
  article.article .article-comment_title {
    margin-bottom: 0.5rem;
    color: #138911;
    font-weight: 700; }
  /* line 192, _article.scss */
  article.article .article-comments {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 167, 122, 0.3); }

/* =========================================================
   Мобильная статья
   ========================================================= */
@media screen and (max-width: 800px) {
  /* line 206, _article.scss */
  article.article {
    padding: 18px;
    font-size: 15.5px; }
    /* line 211, _article.scss */
    article.article .article-title {
      font-size: 25px; } }
@media screen and (max-width: 480px) {
  /* line 218, _article.scss */
  article.article {
    padding: 14px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.66; }
    /* line 226, _article.scss */
    article.article .article-header {
      padding: 14px 14px 16px 16px;
      border-left-width: 3px;
      border-radius: 10px; }
    /* line 233, _article.scss */
    article.article .article-title {
      font-size: 22px;
      line-height: 1.24; }
      /* line 237, _article.scss */
      article.article .article-title::after {
        width: 62px; }
    /* line 242, _article.scss */
    article.article .article-content.editor img[style*="float"] {
      float: none !important;
      max-width: 100%;
      margin: 14px auto !important; } }
/* article preview */
/* line 3, _article_preview.scss */
.article_preview {
  margin-bottom: 2rem; }
  /* line 17, _article_preview.scss */
  .article_preview--list {
    margin-bottom: 1rem;
    line-height: 1.4; }

/* page */
/* 404 */
/* line 1, _footer.scss */
footer {
  background-color: #ffa77a;
  background-image: none;
  background-position: top left;
  background-repeat: repeat;
  color: #ffffff;
  /*
    Контейнер с контактами и меню.
    Заменяет старый margin-left: 35%.
  */
  /*
    Основные блоки футера
  */
  /*
    Контакты
  */
  /*
    Ссылки меню футера
  */
  /*
    Верхнее горизонтальное меню футера
  */ }
  /* line 9, _footer.scss */
  footer a,
  footer .editor a {
    color: #ffffff;
    transition: color 0.25s ease, background-color 0.25s ease; }
    /* line 16, _footer.scss */
    footer a:hover, footer a:focus,
    footer .editor a:hover,
    footer .editor a:focus {
      color: #fff; }
  /* line 22, _footer.scss */
  footer .section--footer_menus {
    padding-top: 24px;
    padding-bottom: 24px; }
  /* line 31, _footer.scss */
  footer .flex-center,
  footer .row--centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
  /* line 42, _footer.scss */
  footer .footer_block {
    margin-bottom: 0;
    text-align: center; }
  /* line 47, _footer.scss */
  footer .footer_block-content {
    margin: 0 auto; }
  /* line 54, _footer.scss */
  footer .contacts {
    line-height: 1.5; }
    /* line 57, _footer.scss */
    footer .contacts p {
      margin-top: 0;
      margin-bottom: 6px; }
  /* line 66, _footer.scss */
  footer .menu--footer {
    margin: 0;
    padding: 0; }
  /* line 71, _footer.scss */
  footer .menu-node--footer {
    margin-bottom: 4px; }
  /* line 75, _footer.scss */
  footer .menu-node--footer > .menu-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 6px;
    line-height: 1.35;
    text-align: center; }
  /* line 90, _footer.scss */
  footer .menu-node--footer > .menu-link:hover,
  footer .menu-node--footer > .menu-link:focus {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff; }
  /* line 96, _footer.scss */
  footer .menu-node--footer.menu-node--current > .menu-link {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-weight: 600; }
  /* line 105, _footer.scss */
  footer .footer-menu-wrapper {
    width: 100%;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(90, 90, 90, 0.45); }
  /* line 115, _footer.scss */
  footer .footer-collections .menu--horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 14px;
    margin: 0;
    padding: 0; }
  /* line 127, _footer.scss */
  footer .footer-collections .menu-node {
    margin: 0; }
  /* line 132, _footer.scss */
  footer .footer-menu-title {
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 600; }
  /* line 139, _footer.scss */
  footer .footerDeveloper {
    font-size: 10px; }

/* =========================================================
   COPYRIGHT
   ========================================================= */
/* line 149, _footer.scss */
.section--footer_copyright {
  padding-bottom: 10px; }

/* line 154, _footer.scss */
.insales-copyright a {
  border-bottom: 1px dotted; }

/* =========================================================
   COUNTERS
   ========================================================= */
/* line 164, _footer.scss */
#rambler_top_100 {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden; }

/* =========================================================
   TABLET
   ========================================================= */
@media screen and (max-width: 1023px) {
  /* line 181, _footer.scss */
  footer .section--footer_menus {
    padding-top: 20px;
    padding-bottom: 20px; }
  /* line 186, _footer.scss */
  footer .footer_block {
    margin-bottom: 16px; }
  /* line 190, _footer.scss */
  footer .footer_block:last-child {
    margin-bottom: 0; } }
/* =========================================================
   MOBILE
   ========================================================= */
@media screen and (max-width: 767px) {
  /* line 203, _footer.scss */
  footer .section--footer_menus {
    padding-top: 18px;
    padding-bottom: 18px; }
  /* line 208, _footer.scss */
  footer .footer-menu-wrapper {
    margin-bottom: 16px;
    padding-bottom: 10px; }
  /* line 214, _footer.scss */
  footer .footer-collections .menu--horizontal {
    flex-direction: column;
    gap: 2px; }
  /* line 219, _footer.scss */
  footer .footer-collections .menu-node,
  footer .footer-collections .menu-link {
    width: 100%; }
  /* line 225, _footer.scss */
  footer .footer_block {
    width: 100%;
    margin-bottom: 14px; }
  /* line 230, _footer.scss */
  footer .footer_block-content {
    max-width: 100%; }
  /* line 234, _footer.scss */
  footer .menu-node--footer > .menu-link {
    width: 100%;
    padding: 7px 10px; }
  /* line 239, _footer.scss */
  footer .contacts {
    font-size: 14px; } }
/* =========================================================
   SMALL MOBILE
   ========================================================= */
@media screen and (max-width: 480px) {
  /* line 252, _footer.scss */
  footer .section--footer_menus {
    padding-top: 14px;
    padding-bottom: 14px; }
  /* line 257, _footer.scss */
  footer .footer_block {
    margin-bottom: 12px; }
  /* line 261, _footer.scss */
  footer .footer-menu-wrapper {
    margin-bottom: 12px; } }
/* language */
/* line 5, _language_switch.scss */
.language_switch {
  display: inline-block; }
  /* line 8, _language_switch.scss */
  .language_switch-link {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 0.5rem; }
  /* line 25, _language_switch.scss */
  .language_switch-node--dropdown {
    -moz-box-shadow: 0px 4px 11px -3px #333333;
    -webkit-box-shadow: 0px 4px 11px -3px #333333;
    box-shadow: 0px 4px 11px -3px #333333; }
    /* line 28, _language_switch.scss */
    .language_switch-node--dropdown .language_switch-link {
      line-height: 1.8; }
  /* line 36, _language_switch.scss */
  .language_switch-link {
    text-align: left; }
  /* line 42, _language_switch.scss */
  .language_switch--dropdown {
    right: 0;
    left: 0;
    display: none; }
  /* line 51, _language_switch.scss */
  .language_switch--top_line .language_switch-node:hover > .language_switch-link {
    color: #ffffff; }
  /* line 57, _language_switch.scss */
  .language_switch--top_line .language_switch-node--current .language_switch-link {
    color: #ffffff; }
    /* line 60, _language_switch.scss */
    .language_switch--top_line .language_switch-node--current .language_switch-link:hover {
      background-color: #f28e5b; }
  /* line 67, _language_switch.scss */
  .language_switch--top_line .language_switch-node--dropdown .language_switch-link {
    background-color: #fff;
    color: #5a5a5a; }
    /* line 71, _language_switch.scss */
    .language_switch--top_line .language_switch-node--dropdown .language_switch-link:hover {
      background-color: #fff;
      color: #ffa77a; }
  /* line 80, _language_switch.scss */
  .language_switch--footer {
    margin-top: 1rem; }
    /* line 82, _language_switch.scss */
    .language_switch--footer .language_switch-node {
      float: left; }
      /* line 88, _language_switch.scss */
      .language_switch--footer .language_switch-node--current .language_switch-link {
        color: #ffa77a; }
        /* line 91, _language_switch.scss */
        .language_switch--footer .language_switch-node--current .language_switch-link:hover {
          color: #ffa77a; }

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

/* socials groups */
/* line 4, _social_groups.scss */
.social_groups-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle; }

/* payments */
/*
Пользовательские стили всегда подключаем последними,
чтобы они могли переопределять стили шаблона.
*/
/* =========================================================
   EnjoyPlants — пользовательская дизайн-система

   Файл подключается последним и содержит:
   - единые переменные оформления;
   - общую типографику контента;
   - H1 и заголовки разделов;
   - главную страницу;
   - точечные пользовательские компоненты.
   ========================================================= */
/* =========================================================
   H1 внутренних разделов

   Главная оформляется отдельно через .index-content.
   ========================================================= */
/* line 20, _user.scss */
.collection .content-title,
.product .content-title,
.page .content-title,
.blog .content-title,
.cart .content-title,
.search .content-title,
.compare .content-title,
.favorites .content-title {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 24px;
  padding: 20px 24px 24px 27px;
  color: #3f3f3f;
  background: linear-gradient(135deg, rgba(255, 167, 122, 0.1) 0%, #ffffff 58%, rgba(19, 137, 17, 0.055) 100%);
  border: 1px solid rgba(255, 167, 122, 0.44);
  border-left: 5px solid #ffa77a;
  border-radius: 14px;
  box-shadow: 0 7px 22px rgba(90, 90, 90, 0.07);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.014em;
  text-align: left;
  text-transform: none; }

/* line 62, _user.scss */
.collection .content-title::after,
.product .content-title::after,
.page .content-title::after,
.blog .content-title::after,
.cart .content-title::after,
.search .content-title::after,
.compare .content-title::after,
.favorites .content-title::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 27px;
  width: 78px;
  height: 3px;
  background: linear-gradient(90deg, #ffa77a 0%, #ffa77a 78%, #138911 100%);
  border-radius: 3px; }

/* line 90, _user.scss */
.product .product-title.content-title {
  font-size: 32px; }

/* =========================================================
   Единая типографика контента
   ========================================================= */
/* line 99, _user.scss */
.page .editor,
.blog .editor,
.collection-description,
.collection-description--top,
.collection-seo_description,
.product-description,
article.article .article-content.editor {
  color: #555;
  font-size: 16px;
  line-height: 1.72; }

/* line 112, _user.scss */
.page .editor p,
.blog .editor p,
.collection-description p,
.collection-description--top p,
.collection-seo_description p,
.product-description p,
article.article .article-content.editor p {
  margin-top: 0;
  margin-bottom: 15px; }

/* H2 */
/* line 126, _user.scss */
.page .editor h2,
.blog .editor h2,
.collection-description h2,
.collection-description--top h2,
.collection-seo_description h2,
.product-description h2,
article.article .article-content.editor h2 {
  position: relative;
  margin-top: 29px;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.006em;
  text-align: left;
  text-transform: none !important; }

/* line 150, _user.scss */
.page .editor h2::before,
.blog .editor h2::before,
.collection-description h2::before,
.collection-description--top h2::before,
.collection-seo_description h2::before,
.product-description h2::before,
article.article .article-content.editor h2::before {
  content: "";
  position: absolute;
  top: 0.14em;
  bottom: 0.14em;
  left: 0;
  width: 3px;
  background: #ffa77a;
  border-radius: 3px; }

/* H3 */
/* line 173, _user.scss */
.page .editor h3,
.blog .editor h3,
.collection-description h3,
.collection-description--top h3,
.collection-seo_description h3,
.product-description h3,
article.article .article-content.editor h3 {
  margin-top: 23px;
  margin-bottom: 9px;
  color: #138911;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.38;
  text-transform: none !important; }

/* H4 */
/* line 195, _user.scss */
.page .editor h4,
.blog .editor h4,
.collection-description h4,
.collection-description--top h4,
.collection-seo_description h4,
.product-description h4,
article.article .article-content.editor h4 {
  margin-top: 19px;
  margin-bottom: 8px;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none !important; }

/* Ссылки */
/* line 217, _user.scss */
.page .editor a,
.blog .editor a,
.collection-description a,
.collection-description--top a,
.collection-seo_description a,
.product-description a,
article.article .article-content.editor a {
  color: #138911;
  text-decoration: underline;
  text-decoration-color: rgba(19, 137, 17, 0.3);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease; }

/* line 236, _user.scss */
.page .editor a:hover,
.blog .editor a:hover,
.collection-description a:hover,
.collection-description--top a:hover,
.collection-seo_description a:hover,
.product-description a:hover,
article.article .article-content.editor a:hover,
.page .editor a:focus,
.blog .editor a:focus,
.collection-description a:focus,
.collection-description--top a:focus,
.collection-seo_description a:focus,
.product-description a:focus,
article.article .article-content.editor a:focus {
  color: #e98655;
  text-decoration-color: #ffa77a; }

/* Списки */
/* line 257, _user.scss */
.page .editor ul,
.page .editor ol,
.blog .editor ul,
.blog .editor ol,
.collection-description ul,
.collection-description ol,
.collection-description--top ul,
.collection-description--top ol,
.collection-seo_description ul,
.collection-seo_description ol,
.product-description ul,
.product-description ol,
article.article .article-content.editor ul,
article.article .article-content.editor ol {
  margin: 13px 0 19px;
  padding-left: 24px; }

/* line 275, _user.scss */
.page .editor li,
.blog .editor li,
.collection-description li,
.collection-description--top li,
.collection-seo_description li,
.product-description li,
article.article .article-content.editor li {
  margin-bottom: 8px;
  padding-left: 2px; }

/* Выделения */
/* line 290, _user.scss */
.page .editor strong,
.blog .editor strong,
.collection-description strong,
.collection-description--top strong,
.collection-seo_description strong,
.product-description strong,
article.article .article-content.editor strong {
  color: #138911;
  font-weight: 700; }

/* Цитаты */
/* line 304, _user.scss */
.page .editor blockquote,
.blog .editor blockquote,
.collection-description blockquote,
.collection-description--top blockquote,
.collection-seo_description blockquote,
.product-description blockquote,
article.article .article-content.editor blockquote {
  margin: 20px 0;
  padding: 16px 18px;
  color: #555;
  background: rgba(255, 167, 122, 0.1);
  border: 0;
  border-left: 4px solid #ffa77a;
  border-radius: 0 10px 10px 0; }

/* Таблицы */
/* line 325, _user.scss */
.page .editor table,
.blog .editor table,
.collection-description table,
.collection-description--top table,
.collection-seo_description table,
.product-description table,
article.article .article-content.editor table {
  width: 100%;
  margin: 18px 0;
  border-collapse: separate;
  border-spacing: 0;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(255, 167, 122, 0.44);
  border-radius: 11px; }

/* line 348, _user.scss */
.page .editor th,
.blog .editor th,
.collection-description th,
.collection-description--top th,
.collection-seo_description th,
.product-description th,
article.article .article-content.editor th {
  padding: 11px 13px;
  color: #3f3f3f;
  background: rgba(255, 167, 122, 0.1);
  font-weight: 700;
  text-align: left; }

/* line 364, _user.scss */
.page .editor td,
.blog .editor td,
.collection-description td,
.collection-description--top td,
.collection-seo_description td,
.product-description td,
article.article .article-content.editor td {
  padding: 10px 13px;
  border-top: 1px solid rgba(255, 167, 122, 0.24); }

/* =========================================================
   Главная страница
   ========================================================= */
/* line 381, _user.scss */
.index-content {
  position: relative;
  isolation: isolate;
  margin-top: 30px;
  margin-bottom: 28px;
  padding: 26px 30px 28px;
  color: #4b4b4b;
  background: linear-gradient(135deg, rgba(255, 167, 122, 0.11) 0%, #ffffff 52%, rgba(19, 137, 17, 0.025) 100%);
  border: 1px solid rgba(255, 167, 122, 0.48);
  border-left: 5px solid #ffa77a;
  border-radius: 14px;
  box-shadow: 0 7px 22px rgba(90, 90, 90, 0.07); }
  /* line 405, _user.scss */
  .index-content::before {
    content: "ЖИВЫЕ РАСТЕНИЯ ДЛЯ ДОМА И КОЛЛЕКЦИИ";
    display: block;
    margin-bottom: 9px;
    color: #138911;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase; }
  /* line 420, _user.scss */
  .index-content .index-title.content-title {
    position: relative;
    max-width: 760px;
    margin: 0 0 21px;
    padding: 0 0 15px;
    color: #3f3f3f;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.014em;
    text-align: left;
    text-transform: none; }
    /* line 437, _user.scss */
    .index-content .index-title.content-title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 84px;
      height: 3px;
      background: linear-gradient(90deg, #ffa77a 0%, #ffa77a 78%, #138911 100%);
      border-radius: 3px; }
  /* line 459, _user.scss */
  .index-content .page-content {
    position: relative;
    z-index: 1;
    max-width: 920px;
    color: #555;
    font-size: 15.5px;
    line-height: 1.72; }
    /* line 470, _user.scss */
    .index-content .page-content p {
      margin-top: 0;
      margin-bottom: 15px; }
    /* line 475, _user.scss */
    .index-content .page-content > p:first-child {
      max-width: 880px;
      color: #494949;
      font-size: 16px;
      line-height: 1.68; }
    /* line 484, _user.scss */
    .index-content .page-content h2 {
      position: relative;
      margin-top: 27px;
      margin-bottom: 10px;
      padding-left: 13px;
      color: #414141;
      font-size: 20px;
      font-weight: 700;
      line-height: 1.32;
      text-transform: none !important; }
      /* line 499, _user.scss */
      .index-content .page-content h2::before {
        content: "";
        position: absolute;
        top: 0.16em;
        bottom: 0.16em;
        left: 0;
        width: 3px;
        background: #ffa77a;
        border-radius: 3px; }
    /* line 514, _user.scss */
    .index-content .page-content h3 {
      margin-top: 22px;
      margin-bottom: 9px;
      color: #138911;
      font-size: 17px;
      font-weight: 700;
      line-height: 1.35;
      text-transform: none !important; }
    /* line 527, _user.scss */
    .index-content .page-content ul,
    .index-content .page-content ol {
      margin: 12px 0 18px;
      padding-left: 23px; }
    /* line 533, _user.scss */
    .index-content .page-content li {
      margin-bottom: 8px;
      padding-left: 2px; }
    /* line 539, _user.scss */
    .index-content .page-content a {
      color: #138911;
      text-decoration: underline;
      text-decoration-color: rgba(19, 137, 17, 0.3);
      text-underline-offset: 3px; }
      /* line 546, _user.scss */
      .index-content .page-content a:hover, .index-content .page-content a:focus {
        color: #e98655;
        text-decoration-color: #ffa77a; }
    /* line 553, _user.scss */
    .index-content .page-content strong {
      color: #138911;
      font-weight: 700; }

/* Верхняя карточка H1 */
/* line 563, _user.scss */
.index-content--hero {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 22px;
  padding-bottom: 23px; }
  /* line 569, _user.scss */
  .index-content--hero .index-title.content-title {
    margin-bottom: 0;
    font-size: 33px; }

/* Нижний SEO-блок */
/* line 579, _user.scss */
.index-content--seo {
  margin-top: 28px;
  padding-top: 25px;
  border-left-width: 4px; }
  /* line 585, _user.scss */
  .index-content--seo::before {
    display: none;
    content: none; }
  /* line 590, _user.scss */
  .index-content--seo .page-content > p:first-child {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7; }

/* =========================================================
   Заголовки секций товара и слайдеров
   ========================================================= */
/* line 604, _user.scss */
.product .tab-characteristic,
.product .slider-title,
.collection .slider-title {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 24px;
  margin-bottom: 14px;
  padding: 10px 13px;
  color: #3f3f3f;
  background: rgba(255, 167, 122, 0.075);
  border: 0;
  border-left: 3px solid #ffa77a;
  border-radius: 0 9px 9px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  cursor: default;
  text-transform: none; }

/* =========================================================
   Товар
   ========================================================= */
/* line 637, _user.scss */
#create_order {
  max-width: 100%; }

/* line 641, _user.scss */
.product-sku.article {
  font-family: "Courier New", Courier, monospace; }

/* line 645, _user.scss */
.product-badges {
  margin-bottom: 15px; }

/* line 649, _user.scss */
.product-badge {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700; }

/* line 663, _user.scss */
.product-badge--sale {
  background: rgba(255, 0, 0, 0.62); }

/* line 667, _user.scss */
.product-badge--sold {
  background: #666; }

/* line 671, _user.scss */
.prices-discount,
.prices2 {
  margin-top: 5px;
  color: rgba(220, 45, 45, 0.78);
  font-size: 18px; }

/* =========================================================
   Компоненты
   ========================================================= */
/* line 685, _user.scss */
.modal-header {
  color: #138911;
  font-weight: 700; }

/* line 690, _user.scss */
.cart_widget--bottom,
.js-scrollTop {
  background-color: #ffa77a !important; }

/* line 695, _user.scss */
.cart_widget--bottom {
  border-color: #ffa77a !important; }

/* line 699, _user.scss */
.js-scrollTop {
  border-color: #fff !important; }

/* line 703, _user.scss */
.cart_widget--header .cart_widget-items_count {
  background-color: #138911 !important; }

/* line 707, _user.scss */
.basket_list-title {
  color: #138911; }

/* =========================================================
   Специальные блоки контента
   ========================================================= */
/* line 716, _user.scss */
.ground-text {
  margin-top: 14px;
  padding: 13px;
  border: solid #ffa77a;
  border-width: 0 2px;
  border-radius: 20px; }

/* line 725, _user.scss */
.succulentbutton a {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }
  /* line 731, _user.scss */
  .succulentbutton a:hover, .succulentbutton a:focus {
    background: #f8f8f8;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }

/* =========================================================
   Социальные блоки
   ========================================================= */
/* line 747, _user.scss */
.ya-share {
  position: relative;
  height: 30px;
  max-width: 268px;
  margin-top: 17px;
  margin-bottom: 7px; }

/* line 757, _user.scss */
.ya-share2 {
  text-align: center; }

/* line 761, _user.scss */
.ya-share-img {
  position: absolute;
  margin-left: 40px; }

/* line 766, _user.scss */
.vk_text {
  margin-top: 15px;
  margin-left: 13%; }

/* line 771, _user.scss */
#vkwidget1 {
  max-width: 268px;
  height: 224px !important;
  border-radius: 3px; }

/* =========================================================
   Вспомогательные классы
   ========================================================= */
/* line 783, _user.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

/* line 790, _user.scss */
.text-center {
  text-align: center; }

/* line 794, _user.scss */
.menu--horizontal.flex-center {
  justify-content: center;
  width: 100%; }

/* =========================================================
   Планшет
   ========================================================= */
@media screen and (max-width: 800px) {
  /* line 805, _user.scss */
  .collection .content-title,
  .product .content-title,
  .page .content-title,
  .blog .content-title,
  .cart .content-title,
  .search .content-title,
  .compare .content-title,
  .favorites .content-title {
    margin-bottom: 21px;
    padding: 18px 20px 22px 23px;
    border-left-width: 4px;
    border-radius: 12px;
    font-size: 30px;
    line-height: 1.22; }

  /* line 823, _user.scss */
  .collection .content-title::after,
  .product .content-title::after,
  .page .content-title::after,
  .blog .content-title::after,
  .cart .content-title::after,
  .search .content-title::after,
  .compare .content-title::after,
  .favorites .content-title::after {
    bottom: 11px;
    left: 23px;
    width: 70px; }

  /* line 837, _user.scss */
  .product .product-title.content-title {
    font-size: 29px; }

  /* line 841, _user.scss */
  .page .editor,
  .blog .editor,
  .collection-description,
  .collection-description--top,
  .collection-seo_description,
  .product-description,
  article.article .article-content.editor {
    font-size: 15.5px;
    line-height: 1.69; }

  /* line 852, _user.scss */
  .page .editor h2,
  .blog .editor h2,
  .collection-description h2,
  .collection-description--top h2,
  .collection-seo_description h2,
  .product-description h2,
  article.article .article-content.editor h2 {
    margin-top: 25px;
    font-size: 20px; }

  /* line 864, _user.scss */
  .page .editor h3,
  .blog .editor h3,
  .collection-description h3,
  .collection-description--top h3,
  .collection-seo_description h3,
  .product-description h3,
  article.article .article-content.editor h3 {
    font-size: 17px; }

  /* line 874, _user.scss */
  .index-content {
    margin-top: 25px;
    padding: 22px 20px 24px;
    border-left-width: 4px;
    border-radius: 12px; }
    /* line 881, _user.scss */
    .index-content::before {
      margin-bottom: 8px;
      font-size: 10.5px;
      letter-spacing: 0.07em; }
    /* line 888, _user.scss */
    .index-content .index-title.content-title {
      font-size: 30px;
      line-height: 1.22; }
    /* line 893, _user.scss */
    .index-content .page-content {
      font-size: 15px;
      line-height: 1.68; }
      /* line 897, _user.scss */
      .index-content .page-content > p:first-child {
        font-size: 15.5px; }
      /* line 901, _user.scss */
      .index-content .page-content h2 {
        margin-top: 24px;
        font-size: 19px; }
      /* line 907, _user.scss */
      .index-content .page-content h3 {
        font-size: 16.5px; } }
@media screen and (max-width: 480px) {
  /* line 916, _user.scss */
  #create_order {
    width: 100% !important; }

  /* line 920, _user.scss */
  .product_preview {
    position: relative;
    width: calc(100% - 10px);
    max-width: 380px;
    min-height: 450px;
    margin-right: auto;
    margin-left: auto;
    padding: 4px 6px 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px; }

  /* line 937, _user.scss */
  .product_preview-preview {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 8px; }

  /* line 946, _user.scss */
  .product_preview-image.image-square {
    position: relative;
    display: block;
    width: 100% !important;
    max-width: 340px;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    padding-bottom: 0 !important;
    overflow: hidden;
    border-radius: 18px; }

  /* line 965, _user.scss */
  .product_preview-image.image-square picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }

  /* line 978, _user.scss */
  .product_preview-image.image-square img.product_preview-img {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center;
    background: #fff;
    transform: none !important; }

  /* line 1002, _user.scss */
  .product_preview-image.image-square::before,
  .product_preview-image.image-square::after {
    display: none !important;
    content: none !important; } }
/* Маркер пересборки CSS */
/* line 1011, _user.scss */
html {
  --css-build-check: 2026061703; }

/* force rebuild 2026-06-17-final-2 */




#header-contacts{
	display:none;
}
