@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,600,600i,700,700i,800,800i&display=swap&subset=cyrillic");
/* line 12, _normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, _normalize.scss */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
/* line 33, _normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, _normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/* line 70, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, _normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 91, _normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 104, _normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, _normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 126, _normalize.scss */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 135, _normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 145, _normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 156, _normalize.scss */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 164, _normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 173, _normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 182, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 190, _normalize.scss */
sub {
  bottom: -0.25em; }

/* line 194, _normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 205, _normalize.scss */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 214, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 223, _normalize.scss */
img {
  border-style: none;
  border-radius: 0.15rem; }

/**
 * Hide the overflow in IE.
 */
/* line 232, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Remove the inner shadow in mobile Safari.
 */
/* line 245, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  box-shadow: none;
  /* 3 */
  -webkit-appearance: none;
  /* 3 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 263, _normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 273, _normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
  cursor: pointer; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 285, _normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 296, _normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 308, _normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 319, _normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 330, _normalize.scss */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 345, _normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 354, _normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 363, _normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 374, _normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 384, _normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 393, _normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 403, _normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 416, _normalize.scss */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 425, _normalize.scss */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 436, _normalize.scss */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
/* line 444, _normalize.scss */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 455, _normalize.scss */
[hidden] {
  display: none; }

/* line 1, core.min.css */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

/* line 1, core.min.css */
*, ::after, ::before {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
/* line 1, core.min.css */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 16px; }

/* line 1, core.min.css */
[tabindex="-1"]:focus {
  outline: none !important; }

/* line 1, core.min.css */
dl, h1, h2, h3, h4, h5, h6, ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 1, core.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 1, core.min.css */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

/* line 1, core.min.css */
address, dd {
  margin-bottom: 10px; }

/* line 1, core.min.css */
address {
  font-style: normal;
  line-height: inherit; }

/* line 1, core.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* line 1, core.min.css */
dd {
  margin-left: 0; }

/* line 1, core.min.css */
blockquote, figure {
  margin: 0 0 10px; }

/* line 1, core.min.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

/* line 1, core.min.css */
a:not([href]):not([tabindex]):focus {
  outline: none; }

/* line 1, core.min.css */
pre {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: auto; }

/* line 1, core.min.css */
img {
  max-width: 100%;
  vertical-align: middle; }

/* line 1, core.min.css */
[role=button] {
  cursor: pointer; }

/* line 1, core.min.css */
[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* line 1, core.min.css */
table {
  border-collapse: collapse; }

/* line 1, core.min.css */
caption {
  caption-side: bottom; }

/* line 1, core.min.css */
.table th, caption, th {
  text-align: left; }

/* line 1, core.min.css */
label, output {
  display: inline-block; }

/* line 1, core.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 1, core.min.css */
button, input, select, textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

/* line 1, core.min.css */
input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed; }

/* line 1, core.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

/* line 1, core.min.css */
textarea {
  resize: vertical; }

/* line 1, core.min.css */
.form legend, legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit; }

/* line 1, core.min.css */
.form input[type=search], input[type=search] {
  -webkit-appearance: none; }

/* line 1, core.min.css */
[hidden] {
  display: none !important; }

/* line 1, core.min.css */
.form fieldset, fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 1, core.min.css */
.form legend {
  font-size: 21px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #eee; }

/* line 1, core.min.css */
.form label {
  display: inline-block;
  max-width: 100%; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node, .input-field, .select-field, .textarea-field {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  vertical-align: top;
  max-width: 100%; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap; }

/* line 1, core.min.css */
.button:active, .co-button[type="submit"]:active, .co-button[name="commit"]:active, .co-button[data-method="delete"]:active, .co-button.co-button--small:active, .co-modal-button:active, .co-tabs-node:active {
  outline: 0; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node, .button:hover, .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover, .co-modal-button:hover, .co-tabs-node:hover {
  text-decoration: none; }

/* line 1, core.min.css */
.button.disabled, .disabled.co-button[type="submit"], .disabled.co-button[name="commit"], .disabled.co-button[data-method="delete"], .disabled.co-button.co-button--small, .disabled.co-modal-button, .disabled.co-tabs-node, .button[disabled], [disabled].co-button[type="submit"], [disabled].co-button[name="commit"], [disabled].co-button[data-method="delete"], [disabled].co-button.co-button--small, [disabled].co-modal-button, [disabled].co-tabs-node, fieldset[disabled] .button, fieldset[disabled] .co-button[type="submit"], fieldset[disabled] .co-button[name="commit"], fieldset[disabled] .co-button[data-method="delete"], fieldset[disabled] .co-button.co-button--small, fieldset[disabled] .co-modal-button, fieldset[disabled] .co-tabs-node {
  cursor: not-allowed; }

/* line 1, core.min.css */
.input-field, .select-field, .textarea-field {
  background-image: none; }

/* line 1, core.min.css */
.input-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.input-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.input-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.input-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field:focus:-ms-input-placeholder, .select-field:focus:-ms-input-placeholder, .textarea-field:focus:-ms-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.input-field[disabled], .input-field[readonly], fieldset[disabled] .input-field {
  opacity: 1; }

/* line 1, core.min.css */
.input-field[disabled], fieldset[disabled] .input-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.select-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.select-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.select-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.select-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.select-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.select-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.select-field[disabled], .select-field[readonly], fieldset[disabled] .select-field {
  opacity: 1; }

/* line 1, core.min.css */
.select-field[disabled], fieldset[disabled] .select-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.textarea-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.textarea-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.textarea-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.textarea-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.textarea-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.textarea-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.textarea-field[disabled], .textarea-field[readonly], fieldset[disabled] .textarea-field {
  opacity: 1; }

/* line 1, core.min.css */
.textarea-field[disabled], fieldset[disabled] .textarea-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.table {
  border-collapse: collapse; }

/* line 1, core.min.css */
.table table col[class*=cell-] {
  position: static;
  float: none;
  display: table-column; }

/* line 1, core.min.css */
.table table td[class*=cell-], .table table th[class*=cell-] {
  position: static;
  float: none;
  display: table-cell; }

/* line 1, core.min.css */
.list, .list-table {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, core.min.css */
.list > .list-item {
  display: inline-block;
  position: relative; }

/* line 1, core.min.css */
.list-table {
  display: table;
  width: 100%; }

/* line 1, core.min.css */
.list-table > .list-item {
  display: table-cell; }

/* line 1, core.min.css */
.list-justified {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  width: 100%; }

/* line 1, core.min.css */
.list-justified:after {
  content: "";
  height: 0;
  overflow: hidden;
  visibility: hidden; }

/* line 1, core.min.css */
.list-justified, .list-unstyled, .list-vertical {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, core.min.css */
.list-justified:after, .list-vertical > .list-item {
  display: inline-block;
  width: 100%; }

/* line 1, core.min.css */
.text-right {
  text-align: right; }

/* line 1, core.min.css */
.text-left {
  text-align: left; }

/* line 1, core.min.css */
.text-center {
  text-align: center; }

/* line 1, core.min.css */
.text-justify {
  text-align: justify; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .text-right-lg {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-lg {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-lg {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-lg {
    text-align: justify; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .text-right-lg-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-lg-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-lg-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-lg-only {
    text-align: justify; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .text-right-md {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-md {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-md {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-md {
    text-align: justify; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .text-right-md-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-md-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-md-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-md-only {
    text-align: justify; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .text-right-sm {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-sm {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-sm {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-sm {
    text-align: justify; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .text-right-sm-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-sm-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-sm-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-sm-only {
    text-align: justify; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .text-right-xs {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-xs {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-xs {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-xs {
    text-align: justify; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .text-right-xs-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-xs-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-xs-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-xs-only {
    text-align: justify; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .text-right-mc {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-mc {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-mc {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-mc {
    text-align: justify; } }
/* line 1, core.min.css */
.hide {
  display: none; }

/* line 1, core.min.css */
.hidden {
  display: none !important; }

/* line 1, core.min.css */
.show {
  display: block; }

/* line 1, core.min.css */
.show-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 1, core.min.css */
.show-inline {
  display: inline; }

/* line 1, core.min.css */
.show-inline-block {
  display: inline-block; }

/* line 1, core.min.css */
.shown {
  display: block !important; }

/* line 1, core.min.css */
.shown-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 1, core.min.css */
.shown-inline {
  display: inline !important; }

/* line 1, core.min.css */
.shown-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .hide-lg {
    display: none; }

  /* line 1, core.min.css */
  .hidden-lg {
    display: none !important; }

  /* line 1, core.min.css */
  .show-lg {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-lg {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-lg {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-lg {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-lg {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-lg {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .hide-lg-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-lg-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-lg-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-lg-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-lg-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-lg-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-lg-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-lg-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-lg-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-lg-only {
    display: inline-block !important; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .hide-md {
    display: none; }

  /* line 1, core.min.css */
  .hidden-md {
    display: none !important; }

  /* line 1, core.min.css */
  .show-md {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-md {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-md {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-md {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-md {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-md {
    display: inline-block !important; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .hide-md-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-md-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-md-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-md-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-md-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-md-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-md-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-md-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-md-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-md-only {
    display: inline-block !important; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .hide-sm {
    display: none; }

  /* line 1, core.min.css */
  .hidden-sm {
    display: none !important; }

  /* line 1, core.min.css */
  .show-sm {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-sm {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-sm {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-sm {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-sm {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-sm {
    display: inline-block !important; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .hide-sm-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-sm-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-sm-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-sm-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-sm-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-sm-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-sm-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-sm-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-sm-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-sm-only {
    display: inline-block !important; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .hide-xs {
    display: none; }

  /* line 1, core.min.css */
  .hidden-xs {
    display: none !important; }

  /* line 1, core.min.css */
  .show-xs {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-xs {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-xs {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-xs {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-xs {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-xs {
    display: inline-block !important; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .hide-xs-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-xs-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-xs-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-xs-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-xs-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-xs-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-xs-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-xs-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-xs-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-xs-only {
    display: inline-block !important; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .hide-mc {
    display: none; }

  /* line 1, core.min.css */
  .hidden-mc {
    display: none !important; }

  /* line 1, core.min.css */
  .show-mc {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-mc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-mc {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-mc {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-mc {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-mc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-mc {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-mc {
    display: inline-block !important; } }
/* line 1, core.min.css */
.push-0 {
  margin-left: 0%; }

/* line 1, core.min.css */
.push-1 {
  margin-left: 8.33333%; }

/* line 1, core.min.css */
.push-2 {
  margin-left: 16.66667%; }

/* line 1, core.min.css */
.push-3 {
  margin-left: 25%; }

/* line 1, core.min.css */
.push-4 {
  margin-left: 33.33333%; }

/* line 1, core.min.css */
.push-5 {
  margin-left: 41.66667%; }

/* line 1, core.min.css */
.push-6 {
  margin-left: 50%; }

/* line 1, core.min.css */
.push-7 {
  margin-left: 58.33333%; }

/* line 1, core.min.css */
.push-8 {
  margin-left: 66.66667%; }

/* line 1, core.min.css */
.push-9 {
  margin-left: 75%; }

/* line 1, core.min.css */
.push-10 {
  margin-left: 83.33333%; }

/* line 1, core.min.css */
.push-11 {
  margin-left: 91.66667%; }

/* line 1, core.min.css */
.push-12 {
  margin-left: 100%; }

/* line 1, core.min.css */
.pull-0 {
  margin-left: 0%; }

/* line 1, core.min.css */
.pull-1 {
  margin-left: -8.33333%; }

/* line 1, core.min.css */
.pull-2 {
  margin-left: -16.66667%; }

/* line 1, core.min.css */
.pull-3 {
  margin-left: -25%; }

/* line 1, core.min.css */
.pull-4 {
  margin-left: -33.33333%; }

/* line 1, core.min.css */
.pull-5 {
  margin-left: -41.66667%; }

/* line 1, core.min.css */
.pull-6 {
  margin-left: -50%; }

/* line 1, core.min.css */
.pull-7 {
  margin-left: -58.33333%; }

/* line 1, core.min.css */
.pull-8 {
  margin-left: -66.66667%; }

/* line 1, core.min.css */
.pull-9 {
  margin-left: -75%; }

/* line 1, core.min.css */
.pull-10 {
  margin-left: -83.33333%; }

/* line 1, core.min.css */
.pull-11 {
  margin-left: -91.66667%; }

/* line 1, core.min.css */
.pull-12 {
  margin-left: -100%; }

/* line 1, core.min.css */
.post-0 {
  margin-right: 0%; }

/* line 1, core.min.css */
.post-1 {
  margin-right: 8.33333%; }

/* line 1, core.min.css */
.post-2 {
  margin-right: 16.66667%; }

/* line 1, core.min.css */
.post-3 {
  margin-right: 25%; }

/* line 1, core.min.css */
.post-4 {
  margin-right: 33.33333%; }

/* line 1, core.min.css */
.post-5 {
  margin-right: 41.66667%; }

/* line 1, core.min.css */
.post-6 {
  margin-right: 50%; }

/* line 1, core.min.css */
.post-7 {
  margin-right: 58.33333%; }

/* line 1, core.min.css */
.post-8 {
  margin-right: 66.66667%; }

/* line 1, core.min.css */
.post-9 {
  margin-right: 75%; }

/* line 1, core.min.css */
.post-10 {
  margin-right: 83.33333%; }

/* line 1, core.min.css */
.post-11 {
  margin-right: 91.66667%; }

/* line 1, core.min.css */
.post-12 {
  margin-right: 100%; }

/* line 1, core.min.css */
.push-fifth {
  margin-left: 20%; }

/* line 1, core.min.css */
.pull-fifth {
  margin-left: -20%; }

/* line 1, core.min.css */
.post-fifth {
  margin-right: 20%; }

/* line 1, core.min.css */
.pull-left {
  float: left; }

/* line 1, core.min.css */
.pull-right {
  float: right; }

/* line 1, core.min.css */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .push-0-lg {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-lg {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-lg {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-lg {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-lg {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-lg {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-lg {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-lg {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-lg {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-lg {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-lg {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-lg {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-lg {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-lg {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-lg {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-lg {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-lg {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-lg {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-lg {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-lg {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-lg {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-lg {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-lg {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-lg {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-lg {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-lg {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-lg {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-lg {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-lg {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-lg {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-lg {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-lg {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-lg {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-lg {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-lg {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-lg {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-lg {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-lg {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-lg {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-lg {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-lg {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-lg {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-lg {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-lg {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-lg:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .push-0-lg-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-lg-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-lg-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-lg-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-lg-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-lg-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-lg-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-lg-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-lg-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-lg-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-lg-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-lg-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-lg-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-lg-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-lg-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-lg-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-lg-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-lg-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-lg-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-lg-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-lg-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-lg-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-lg-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-lg-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-lg-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-lg-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-lg-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-lg-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-lg-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-lg-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-lg-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-lg-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-lg-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-lg-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-lg-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-lg-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-lg-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-lg-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-lg-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-lg-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-lg-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-lg-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-lg-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-lg-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-lg-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .push-0-md {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-md {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-md {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-md {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-md {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-md {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-md {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-md {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-md {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-md {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-md {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-md {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-md {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-md {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-md {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-md {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-md {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-md {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-md {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-md {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-md {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-md {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-md {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-md {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-md {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-md {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-md {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-md {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-md {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-md {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-md {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-md {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-md {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-md {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-md {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-md {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-md {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-md {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-md {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-md {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-md {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-md {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-md {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-md {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-md:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .push-0-md-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-md-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-md-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-md-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-md-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-md-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-md-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-md-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-md-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-md-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-md-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-md-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-md-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-md-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-md-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-md-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-md-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-md-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-md-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-md-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-md-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-md-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-md-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-md-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-md-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-md-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-md-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-md-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-md-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-md-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-md-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-md-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-md-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-md-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-md-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-md-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-md-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-md-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-md-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-md-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-md-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-md-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-md-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-md-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-md-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .push-0-sm {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-sm {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-sm {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-sm {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-sm {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-sm {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-sm {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-sm {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-sm {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-sm {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-sm {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-sm {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-sm {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-sm {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-sm {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-sm {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-sm {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-sm {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-sm {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-sm {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-sm {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-sm {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-sm {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-sm {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-sm {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-sm {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-sm {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-sm {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-sm {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-sm {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-sm {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-sm {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-sm {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-sm {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-sm {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-sm {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-sm {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-sm {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-sm {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-sm {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-sm {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-sm {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-sm {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-sm {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-sm:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .push-0-sm-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-sm-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-sm-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-sm-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-sm-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-sm-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-sm-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-sm-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-sm-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-sm-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-sm-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-sm-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-sm-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-sm-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-sm-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-sm-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-sm-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-sm-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-sm-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-sm-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-sm-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-sm-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-sm-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-sm-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-sm-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-sm-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-sm-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-sm-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-sm-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-sm-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-sm-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-sm-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-sm-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-sm-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-sm-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-sm-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-sm-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-sm-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-sm-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-sm-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-sm-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-sm-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-sm-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-sm-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-sm-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .push-0-xs {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-xs {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-xs {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-xs {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-xs {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-xs {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-xs {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-xs {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-xs {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-xs {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-xs {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-xs {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-xs {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-xs {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-xs {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-xs {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-xs {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-xs {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-xs {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-xs {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-xs {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-xs {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-xs {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-xs {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-xs {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-xs {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-xs {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-xs {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-xs {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-xs {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-xs {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-xs {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-xs {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-xs {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-xs {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-xs {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-xs {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-xs {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-xs {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-xs {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-xs {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-xs {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-xs {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-xs {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-xs:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .push-0-xs-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-xs-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-xs-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-xs-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-xs-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-xs-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-xs-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-xs-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-xs-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-xs-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-xs-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-xs-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-xs-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-xs-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-xs-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-xs-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-xs-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-xs-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-xs-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-xs-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-xs-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-xs-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-xs-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-xs-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-xs-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-xs-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-xs-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-xs-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-xs-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-xs-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-xs-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-xs-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-xs-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-xs-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-xs-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-xs-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-xs-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-xs-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-xs-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-xs-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-xs-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-xs-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-xs-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-xs-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-xs-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .push-0-mc {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-mc {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-mc {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-mc {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-mc {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-mc {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-mc {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-mc {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-mc {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-mc {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-mc {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-mc {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-mc {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-mc {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-mc {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-mc {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-mc {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-mc {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-mc {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-mc {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-mc {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-mc {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-mc {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-mc {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-mc {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-mc {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-mc {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-mc {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-mc {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-mc {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-mc {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-mc {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-mc {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-mc {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-mc {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-mc {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-mc {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-mc {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-mc {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-mc {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-mc {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-mc {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-mc {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-mc {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-mc:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
/* line 1, core.min.css */
.padding-top {
  padding-top: 20px; }

/* line 1, core.min.css */
.padding-left {
  padding-left: 20px; }

/* line 1, core.min.css */
.padding-right {
  padding-right: 20px; }

/* line 1, core.min.css */
.padding-bottom {
  padding-bottom: 20px; }

/* line 1, core.min.css */
.padding-around {
  padding: 20px; }

/* line 1, core.min.css */
.padding-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 1, core.min.css */
.padding-horizontal {
  padding-left: 20px;
  padding-right: 20px; }

/* line 1, core.min.css */
.padding-top-double {
  padding-top: 40px; }

/* line 1, core.min.css */
.padding-left-double {
  padding-left: 40px; }

/* line 1, core.min.css */
.padding-right-double {
  padding-right: 40px; }

/* line 1, core.min.css */
.padding-bottom-double {
  padding-bottom: 40px; }

/* line 1, core.min.css */
.padding-around-double {
  padding: 40px; }

/* line 1, core.min.css */
.padding-vertical-double {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 1, core.min.css */
.padding-horizontal-double {
  padding-left: 40px;
  padding-right: 40px; }

/* line 1, core.min.css */
.margin-top {
  padding-top: 20px; }

/* line 1, core.min.css */
.margin-left {
  padding-left: 20px; }

/* line 1, core.min.css */
.margin-right {
  padding-right: 20px; }

/* line 1, core.min.css */
.margin-bottom {
  padding-bottom: 20px; }

/* line 1, core.min.css */
.margin-around {
  padding: 20px; }

/* line 1, core.min.css */
.margin-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 1, core.min.css */
.margin-horizontal {
  padding-left: 20px;
  padding-right: 20px; }

/* line 1, core.min.css */
.margin-top-double {
  padding-top: 40px; }

/* line 1, core.min.css */
.margin-left-double {
  padding-left: 40px; }

/* line 1, core.min.css */
.margin-right-double {
  padding-right: 40px; }

/* line 1, core.min.css */
.margin-bottom-double {
  padding-bottom: 40px; }

/* line 1, core.min.css */
.margin-around-double {
  padding: 40px; }

/* line 1, core.min.css */
.margin-vertical-double {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 1, core.min.css */
.margin-horizontal-double {
  padding-left: 40px;
  padding-right: 40px; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .padding-top-lg {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-lg {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-lg {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-lg {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-lg {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-lg {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-lg {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-lg {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-lg {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-lg {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-lg {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-lg {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-lg {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-lg {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-lg {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-lg {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-lg {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-lg {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-lg {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-lg {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-lg {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-lg {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-lg {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-lg {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .padding-top-lg-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-lg-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-lg-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-lg-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-lg-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-lg-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-lg-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-lg-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-lg-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-lg-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-lg-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-lg-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-lg-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-lg-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-lg-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-lg-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-lg-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-lg-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-lg-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-lg-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-lg-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-lg-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-lg-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-lg-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-lg-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-lg-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-lg-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-lg-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .padding-top-md {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-md {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-md {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-md {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-md {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-md {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-md {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-md {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-md {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-md {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-md {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-md {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-md {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-md {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-md {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-md {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-md {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-md {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-md {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-md {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-md {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-md {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-md {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-md {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .padding-top-md-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-md-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-md-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-md-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-md-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-md-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-md-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-md-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-md-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-md-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-md-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-md-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-md-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-md-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-md-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-md-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-md-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-md-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-md-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-md-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-md-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-md-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-md-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-md-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-md-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-md-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-md-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-md-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .padding-top-sm {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-sm {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-sm {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-sm {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-sm {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-sm {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-sm {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-sm {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-sm {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-sm {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-sm {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-sm {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-sm {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-sm {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-sm {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-sm {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-sm {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-sm {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-sm {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-sm {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-sm {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-sm {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .padding-top-sm-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-sm-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-sm-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-sm-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-sm-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-sm-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-sm-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-sm-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-sm-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-sm-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-sm-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-sm-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-sm-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-sm-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-sm-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-sm-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-sm-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-sm-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-sm-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-sm-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-sm-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-sm-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-sm-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-sm-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-sm-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-sm-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-sm-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-sm-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .padding-top-xs {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-xs {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-xs {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-xs {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-xs {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-xs {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-xs {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-xs {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-xs {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-xs {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-xs {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-xs {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-xs {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-xs {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-xs {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-xs {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-xs {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-xs {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-xs {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-xs {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-xs {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-xs {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-xs {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-xs {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .padding-top-xs-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-xs-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-xs-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-xs-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-xs-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-xs-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-xs-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-xs-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-xs-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-xs-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-xs-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-xs-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-xs-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-xs-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-xs-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-xs-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-xs-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-xs-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-xs-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-xs-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-xs-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-xs-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-xs-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-xs-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-xs-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-xs-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-xs-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-xs-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .padding-top-mc {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-mc {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-mc {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-mc {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-mc {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-mc {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-mc {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-mc {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-mc {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-mc {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-mc {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-mc {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-mc {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-mc {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-mc {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-mc {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-mc {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-mc {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-mc {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-mc {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-mc {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-mc {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-mc {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-mc {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-mc {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-mc {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-mc {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-mc {
    padding-left: 40px;
    padding-right: 40px; } }
/* line 1, core.min.css */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px; }

/* line 1, core.min.css */
.col, .col-reverse, .row, .row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

/* line 1, core.min.css */
.col, .col-reverse, .row-reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 1, core.min.css */
.col, .col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 1, core.min.css */
.col-reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 1, core.min.css */
[class*=cell-] {
  padding-left: 20px;
  padding-right: 20px; }

/* line 1, core.min.css */
.cell-1 {
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%; }

/* line 1, core.min.css */
.cell-2 {
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%; }

/* line 1, core.min.css */
.cell-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

/* line 1, core.min.css */
.cell-4 {
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%; }

/* line 1, core.min.css */
.cell-5 {
  max-width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%; }

/* line 1, core.min.css */
.cell-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

/* line 1, core.min.css */
.cell-7 {
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%; }

/* line 1, core.min.css */
.cell-8 {
  max-width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%; }

/* line 1, core.min.css */
.cell-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

/* line 1, core.min.css */
.cell-10 {
  max-width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%; }

/* line 1, core.min.css */
.cell-11 {
  max-width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%; }

/* line 1, core.min.css */
.cell-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 1, core.min.css */
.cell-fifth {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .cell-1-lg {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-lg {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-lg {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-lg {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-lg {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-lg {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-lg {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-lg {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-lg {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-lg {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-lg {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-lg {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .cell-1-lg-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-lg-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-lg-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-lg-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-lg-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-lg-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-lg-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-lg-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-lg-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-lg-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-lg-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-lg-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-lg-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .cell-1-md {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-md {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-md {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-md {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-md {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-md {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-md {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-md {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-md {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-md {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-md {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-md {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-md {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .cell-1-md-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-md-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-md-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-md-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-md-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-md-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-md-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-md-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-md-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-md-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-md-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-md-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-md-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .cell-1-sm {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-sm {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-sm {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-sm {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-sm {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-sm {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-sm {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-sm {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-sm {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-sm {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-sm {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-sm {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .cell-1-sm-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-sm-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-sm-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-sm-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-sm-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-sm-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-sm-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-sm-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-sm-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-sm-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-sm-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-sm-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-sm-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .cell-1-xs {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-xs {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-xs {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-xs {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-xs {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-xs {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-xs {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-xs {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-xs {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-xs {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-xs {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-xs {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-xs {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .cell-1-xs-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-xs-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-xs-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-xs-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-xs-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-xs-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-xs-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-xs-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-xs-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-xs-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-xs-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-xs-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-xs-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .cell-1-mc {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-mc {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-mc {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-mc {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-mc {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-mc {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-mc {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-mc {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-mc {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-mc {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-mc {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-mc {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-mc {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
/* line 1, core.min.css */
.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }

/* line 1, core.min.css */
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 1, core.min.css */
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

/* line 1, core.min.css */
.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

/* line 1, core.min.css */
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

/* line 1, core.min.css */
.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

/* line 1, core.min.css */
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 1, core.min.css */
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 1, core.min.css */
.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 1, core.min.css */
.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .flex-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .flex-start-lg-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-lg-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-lg-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-lg-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-lg-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-lg-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-lg-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-lg-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-lg-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-lg-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .flex-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .flex-start-md-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-md-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-md-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-md-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-md-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-md-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-md-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-md-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-md-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-md-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .flex-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .flex-start-sm-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-sm-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-sm-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-sm-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-sm-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-sm-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-sm-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-sm-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-sm-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-sm-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .flex-start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .flex-start-xs-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-xs-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-xs-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-xs-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-xs-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-xs-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-xs-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-xs-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-xs-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-xs-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 380px) {
  /* line 1, core.min.css */
  .flex-start-mc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-mc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-mc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-mc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-mc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-mc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-mc {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-mc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-mc {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-mc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
@font-face {
  font-family: 'plus';
  src: url("plus.eot");
  src: url("plus.eot") format("embedded-opentype"), url("plus.ttf") format("truetype"), url("plus.woff") format("woff"), url("plus.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oval';
  src: url("oval.eot");
  src: url("oval.eot") format("embedded-opentype"), url("oval.ttf") format("truetype"), url("oval.woff") format("woff"), url("oval.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bamblby';
  src: url("bamblby-fonts.eot");
  src: url("bamblby-fonts.eot") format("embedded-opentype"), url("bamblby-fonts.ttf") format("truetype"), url("bamblby-fonts.woff") format("woff");
  font-weight: normal;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@font-face {
  font-family: 'Check';
  src: url("check.ttf") format("truetype"), url("check.woff") format("woff");
  font-weight: normal;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 1, _scaffolding.scss */
html {
  height: 100%; }

/* line 5, _scaffolding.scss */
body {
  min-width: 320px;
  line-height: 1;
  min-height: 100%;
  height: auto; }

/* line 12, _scaffolding.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }

/* line 21, _scaffolding.scss */
.container {
  width: 100%; }

/* line 1, _components.scss */
.container {
  padding-left: 1rem;
  padding-right: 1rem; }

/* line 6, _components.scss */
.row {
  margin-left: -1rem;
  margin-right: -1rem; }

/* line 11, _components.scss */
[class*="cell-"] {
  padding-left: 1rem;
  padding-right: 1rem; }

/** layout */
/* line 18, _components.scss */
.fhg-body {
  height: 100%; }

/* line 22, _components.scss */
.fhg-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/* line 28, _components.scss */
button, input, select, textarea {
  border-radius: 0.15rem; }

/* line 37, _components.scss */
.editor {
  line-height: 1.4;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: inherit;
  /*
  pre {
    display: block;
    margin-bottom: 0.5rem;

    white-space: normal;

    * + & {
      margin-top: 0.5rem;
    }
  }
  */ }
  /* line 45, _components.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    margin-bottom: 1rem; }
  /* line 54, _components.scss */
  .editor p {
    margin: 0;
    word-wrap: break-word;
    color: #494848; }
    /* line 59, _components.scss */
    .editor p + .editor p {
      margin-top: 0.5em; }
  /* line 64, _components.scss */
  .editor img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: block;
    height: auto !important; }
  /* line 72, _components.scss */
  .editor table {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    padding: 3px; }
    /* line 78, _components.scss */
    .editor table:before, .editor table:after {
      display: block;
      content: ''; }
    /* line 84, _components.scss */
    .editor table td {
      border: 1px solid #dac278;
      padding: 0.5rem; }
  /* line 91, _components.scss */
  .editor a {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .editor a:active, .editor a:focus, .editor a:hover {
      color: #dac278;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 109, _components.scss */
.gallery-thumbs .swiper-slide {
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/** Image */
/* line 118, _components.scss */
.image-container.is-checked {
  -webkit-box-shadow: 0px 0px 1px 2px #dac278;
  box-shadow: 0px 0px 1px 2px #dac278; }

/* line 128, _components.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  /* line 327, _mixins.scss */
  .pagination > .pagination-item {
    -webkit-box-flex: 0;
    position: relative; }
  /* line 334, _mixins.scss */
  .pagination .pagination-link {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    /* line 128, _components.scss */
    .pagination {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 142, _components.scss */
.button-text {
  text-align: center;
  text-transform: uppercase; }

/* line 147, _components.scss */
.pagination-item {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto; }
  /* line 152, _components.scss */
  .pagination-item.is-current > span {
    color: #dac278; }

/* line 158, _components.scss */
.pagination-link {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-align: center;
  margin: 0 0.5rem;
  font-size: 1.25rem;
  -webkit-transition: none;
  transition: none; }
  /* line 499, _mixins.scss */
  .pagination-link:active, .pagination-link:focus, .pagination-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 158, _components.scss */
    .pagination-link {
      margin: 0 0.35rem; } }
  /* line 169, _components.scss */
  .pagination-link:hover {
    color: #dac278; }
  /* line 173, _components.scss */
  .pagination-link.pagination-next {
    font-size: 1rem; }
    /* line 475, _mixins.scss */
    .pagination-link.pagination-next:before {
      font-family: "Bamblby";
      content: ""; }

/* line 179, _components.scss */
.pagination-void {
  vertical-align: middle;
  display: block;
  text-align: center;
  margin: 0 0.25rem; }

/* line 190, _components.scss */
.notice {
  margin-top: 0.5rem;
  display: block;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }
  /* line 516, _mixins.scss */
  .notice:last-child {
    margin-bottom: 0; }
  /* line 520, _mixins.scss */
  .notice h2,
  .notice h3,
  .notice h4 {
    margin-top: 0;
    color: inherit; }
  /* line 529, _mixins.scss */
  .notice > p:last-child,
  .notice > ul:last-child {
    margin-bottom: 0; }
  /* line 534, _mixins.scss */
  .notice > p + p {
    margin-top: 0.5em; }
  /* line 195, _components.scss */
  .notice.is-success {
    background-color: #80c780;
    border-color: #5cb85c;
    color: #163216; }
    /* line 546, _mixins.scss */
    .notice.is-success hr {
      border-top-color: #4cae4c; }
    /* line 550, _mixins.scss */
    .notice.is-success a {
      color: #060f06; }
  /* line 200, _components.scss */
  .notice.is-info {
    background-color: #85d0e7;
    border-color: #5bc0de;
    color: #124a5b;
    background-color: #ebf4ff;
    border-color: #acbcff; }
    /* line 546, _mixins.scss */
    .notice.is-info hr {
      border-top-color: #46b8da; }
    /* line 550, _mixins.scss */
    .notice.is-info a {
      color: #0a2730; }
    /* line 458, _mixins.scss */
    .notice.is-info:before {
      font-family: "FontAwesome";
      content: ""; }
    /* line 458, _mixins.scss */
    .notice.is-info.icon-warning:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 216, _components.scss */
  .notice.is-error {
    margin: 0.5rem 0;
    background-color: #ff545b;
    border-color: #ff212a;
    color: #540003; }
    /* line 546, _mixins.scss */
    .notice.is-error hr {
      border-top-color: #ff0812; }
    /* line 550, _mixins.scss */
    .notice.is-error a {
      color: #210001; }
  /* line 221, _components.scss */
  .notice.is-warning {
    background-color: #f4c37d;
    border-color: #f0ad4e;
    color: #694109; }
    /* line 546, _mixins.scss */
    .notice.is-warning hr {
      border-top-color: #eea236; }
    /* line 550, _mixins.scss */
    .notice.is-warning a {
      color: #3a2405; }

/* line 229, _components.scss */
.product-slider-heading:not(.tab-toggle), .reviews-heading, .feedback-heading, .views-tovar-heading, .comments-heading, .article-preview-heading, .benefits-heading, .special-categories-heading {
  font-weight: normal;
  margin: 0; }

/* line 234, _components.scss */
.product-slider-heading:not(.tab-toggle) {
  font-size: 2rem; }

/* line 240, _components.scss */
.reviews-heading, .feedback-heading, .views-tovar-heading {
  font-size: 1.25rem; }

/* line 252, _components.scss */
.comments-heading, .article-preview-heading {
  font-size: 1rem; }

/* line 258, _components.scss */
.benefits-heading, .special-categories-heading {
  font-size: 1rem;
  font-weight: bold; }

/* line 295, _components.scss */
.news-feed .product-slider-heading, .void-place .product-slider-heading {
  font-size: 1.5rem; }
/* line 299, _components.scss */
.news-feed .product-slider-heading-wrapper, .void-place .product-slider-heading-wrapper {
  margin-left: 0; }
/* line 303, _components.scss */
.news-feed .article-preview-caption, .void-place .article-preview-caption {
  padding: 0; }

/* line 309, _components.scss */
.compares-widget-link {
  color: #494848;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  white-space: nowrap; }
  /* line 499, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 314, _components.scss */
  .compares-widget-link:hover * {
    border-color: #dac278;
    color: #dac278; }

/* line 320, _components.scss */
.compare-widget-icon-header {
  display: block;
  font-size: 1.5rem; }
  /* line 458, _mixins.scss */
  .compare-widget-icon-header:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 327, _components.scss */
.compare-widget-caption {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  transition: none;
  color: #dac278;
  text-decoration: none;
  font-size: 1.3rem;
  position: relative;
  position: relative;
  vertical-align: middle;
  padding: 1rem 0.8rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem; }
  /* line 499, _mixins.scss */
  .compare-widget-caption:active, .compare-widget-caption:focus, .compare-widget-caption:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 349, _components.scss */
.counter {
  width: 6.5rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  /* line 360, _components.scss */
  .counter.hidden-counter {
    width: 3rem; }
    /* line 363, _components.scss */
    .counter.hidden-counter .counter-button {
      display: none; }
    /* line 367, _components.scss */
    .counter.hidden-counter .counter-input {
      border: 1px solid #dac278;
      outline: none; }
      /* line 371, _components.scss */
      .counter.hidden-counter .counter-input:focus {
        -webkit-box-shadow: 0px 0px 2px #dac278;
        box-shadow: 0px 0px 2px #dac278; }

/* line 380, _components.scss */
.counter-button {
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.75rem;
  flex: 0 0 1.75rem;
  padding: 0;
  border: none;
  height: 2rem;
  font-size: 0.5rem;
  color: #494848;
  background-color: white; }
  /* line 393, _components.scss */
  .counter-button.is-count-down {
    border: 1px solid #dac278;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    /* line 458, _mixins.scss */
    .counter-button.is-count-down:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 402, _components.scss */
  .counter-button.is-count-up {
    border: 1px solid #dac278;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    /* line 467, _mixins.scss */
    .counter-button.is-count-up:before {
      font-family: "Plus";
      content: ""; }
  /* line 410, _components.scss */
  .counter-button:hover, .counter-button:focus {
    color: #dac278;
    outline: none;
    border: 1px solid #dac278; }

/* line 418, _components.scss */
.button.product-button, .product-button.co-button[type="submit"], .product-button.co-button[name="commit"], .product-button.co-button[data-method="delete"], .product-button.co-button.co-button--small, .product-button.co-modal-button, .product-button.co-tabs-node {
  margin: 0.25rem 0.5rem; }

/* line 422, _components.scss */
.product-rating-point {
  color: #777777; }

/* line 426, _components.scss */
.counter-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1rem;
  border: none;
  background-color: white;
  border-bottom: 1px solid #dac278;
  border-top: 1px solid #dac278;
  color: #494848;
  text-align: center;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0; }
  /* line 441, _components.scss */
  .counter-input:focus {
    outline: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 455, _components.scss */
.discount-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    /* line 455, _components.scss */
    .discount-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 474, _components.scss */
.discount-input {
  min-width: 4rem;
  margin: 0.25rem 0;
  border: 1px solid #dac278;
  padding: 0 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 2rem;
  outline: none;
  line-height: 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  /* line 488, _components.scss */
  .discount-input:focus {
    border: 1px solid #dac278; }
  @media screen and (max-width: 380px) {
    /* line 474, _components.scss */
    .discount-input {
      padding: 0.25rem; } }

/* line 498, _components.scss */
.discount-notice {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 509, _components.scss */
.header-search {
  position: relative;
  margin-left: auto;
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    /* line 509, _components.scss */
    .header-search {
      margin: 0;
      padding: 0; } }
  /* line 519, _components.scss */
  .header-search .search-widget-wrapper {
    padding: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/* line 527, _components.scss */
.search-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #303030;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid white; }
  @media screen and (max-width: 1024px) {
    /* line 538, _components.scss */
    .search-widget-wrapper .top-panel-open-search {
      font-size: 1.2rem; } }
  /* line 543, _components.scss */
  .search-widget-wrapper.only-button {
    border: none;
    padding: inherit; }

/* line 551, _components.scss */
.search-widget.in-page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  /* line 560, _components.scss */
  .search-widget.in-page .search-widget-button {
    color: #222222;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    width: 2rem;
    line-height: 2.5rem;
    vertical-align: top;
    padding: 0;
    background-color: #dac278;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 1px;
    border-radius: 0;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s; }
    /* line 582, _components.scss */
    .search-widget.in-page .search-widget-button:hover {
      background-color: #e5d4a0;
      color: white; }

/* line 591, _components.scss */
.header-block .search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2rem;
  line-height: 2rem;
  min-width: 3rem;
  background-color: #303030;
  color: white;
  margin-left: 0.25rem;
  padding: 0 0.3rem;
  border: none;
  outline: none; }
  /* line 632, _mixins.scss */
  .header-block .search-widget-field::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 637, _mixins.scss */
  .header-block .search-widget-field:-ms-input-placeholder {
    color: white;
    opacity: 1; }
  /* line 642, _mixins.scss */
  .header-block .search-widget-field::-webkit-input-placeholder {
    color: white;
    opacity: 1; }
  /* line 648, _mixins.scss */
  .header-block .search-widget-field:focus::-moz-placeholder {
    color: white;
    opacity: 1; }
  /* line 653, _mixins.scss */
  .header-block .search-widget-field:focus:-ms-input-placeholder {
    color: white;
    opacity: 1; }
  /* line 658, _mixins.scss */
  .header-block .search-widget-field:focus::-webkit-input-placeholder {
    color: white;
    opacity: 0; }
  /* line 607, _components.scss */
  .header-block .search-widget-field:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #303030 !important;
    /* Цвет фона */
    -webkit-text-fill-color: white !important;
    /* цвет текста */
    color: white !important;
    /* цвет текста */ }

/* line 615, _components.scss */
.ajs-dimmer, .ajs-modal {
  z-index: 99996; }

/* line 619, _components.scss */
.ajs-panel .ajs-body {
  min-height: 68px;
  background-color: white; }

/* line 624, _components.scss */
.footer-block {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 629, _components.scss */
  .footer-block a {
    color: white;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    text-decoration: none; }
    /* line 633, _components.scss */
    .footer-block a:hover {
      color: white; }
  /* line 638, _components.scss */
  .footer-block img {
    height: auto;
    width: auto; }
  /* line 643, _components.scss */
  .footer-block .phone {
    margin-bottom: 0.5rem; }

/* line 648, _components.scss */
.ajs-body {
  min-height: 5rem; }

/* line 652, _components.scss */
.search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.5rem;
  min-width: 3rem;
  border: 1px solid #dac278;
  padding: 0.35rem 0;
  outline: none;
  padding-left: 0.75rem;
  padding-right: 2rem; }
  /* line 665, _components.scss */
  .search-widget-field:focus {
    border: 1px solid #dac278; }

/* line 671, _components.scss */
.search-widget-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  position: relative; }
  /* line 458, _mixins.scss */
  .search-widget-button:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 0.85rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%); }

/* line 689, _components.scss */
.search-widget.in-search-panel .search-widget-button.is-widget-submit {
  color: #dac278;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 694, _components.scss */
  .search-widget.in-search-panel .search-widget-button.is-widget-submit:hover {
    background-color: transparent;
    color: #dac278; }

/* line 704, _components.scss */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: none;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  line-height: 1rem;
  box-shadow: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.55em 1em 0.45em 1em;
  border-radius: 0.15rem; }
  /* line 257, _mixins.scss */
  .button:active, .co-button[type="submit"]:active, .co-button[name="commit"]:active, .co-button[data-method="delete"]:active, .co-button.co-button--small:active, .co-modal-button:active, .co-tabs-node:active, .button:focus, .co-button[type="submit"]:focus, .co-button[name="commit"]:focus, .co-button[data-method="delete"]:focus, .co-button.co-button--small:focus, .co-modal-button:focus, .co-tabs-node:focus {
    outline: 0; }
  /* line 262, _mixins.scss */
  .button:hover, .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover, .co-modal-button:hover, .co-tabs-node:hover {
    text-decoration: none;
    background-color: #dac278; }
  /* line 267, _mixins.scss */
  .button.disabled, .disabled.co-button[type="submit"], .disabled.co-button[name="commit"], .disabled.co-button[data-method="delete"], .disabled.co-button.co-button--small, .disabled.co-modal-button, .disabled.co-tabs-node, .button[disabled], [disabled].co-button[type="submit"], [disabled].co-button[name="commit"], [disabled].co-button[data-method="delete"], [disabled].co-button.co-button--small, [disabled].co-modal-button, [disabled].co-tabs-node, fieldset[disabled] .button, fieldset[disabled] .co-button[type="submit"], fieldset[disabled] .co-button[name="commit"], fieldset[disabled] .co-button[data-method="delete"], fieldset[disabled] .co-button.co-button--small, fieldset[disabled] .co-modal-button, fieldset[disabled] .co-tabs-node {
    cursor: not-allowed; }
  /* line 710, _components.scss */
  .button.is-primary, .is-primary.co-button[type="submit"], .is-primary.co-button[name="commit"], .is-primary.co-button[data-method="delete"], .is-primary.co-button.co-button--small, .is-primary.co-modal-button, .is-primary.co-tabs-node {
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #dac278;
    color: #222222; }
    /* line 281, _mixins.scss */
    .button.is-primary:focus, .is-primary.co-button[type="submit"]:focus, .is-primary.co-button[name="commit"]:focus, .is-primary.co-button[data-method="delete"]:focus, .is-primary.co-button.co-button--small:focus, .is-primary.co-modal-button:focus, .is-primary.co-tabs-node:focus, .button.is-primary:active, .is-primary.co-button[type="submit"]:active, .is-primary.co-button[name="commit"]:active, .is-primary.co-button[data-method="delete"]:active, .is-primary.co-button.co-button--small:active, .is-primary.co-modal-button:active, .is-primary.co-tabs-node:active, .button.is-primary:hover, .is-primary.co-button[type="submit"]:hover, .is-primary.co-button[name="commit"]:hover, .is-primary.co-button[data-method="delete"]:hover, .is-primary.co-button.co-button--small:hover, .is-primary.co-modal-button:hover, .is-primary.co-tabs-node:hover {
      background-color: #dac278;
      color: #222222; }
    /* line 288, _mixins.scss */
    .button.is-primary:-moz-focus-inner, .is-primary.co-button[type="submit"]:-moz-focus-inner, .is-primary.co-button[name="commit"]:-moz-focus-inner, .is-primary.co-button[data-method="delete"]:-moz-focus-inner, .is-primary.co-button.co-button--small:-moz-focus-inner, .is-primary.co-modal-button:-moz-focus-inner, .is-primary.co-tabs-node:-moz-focus-inner {
      border: 0; }
  /* line 716, _components.scss */
  .button.is-secondary, .is-secondary.co-button[type="submit"], .is-secondary.co-button[name="commit"], .is-secondary.co-button[data-method="delete"], .is-secondary.co-button.co-button--small, .is-secondary.co-modal-button, .is-secondary.co-tabs-node {
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #777777;
    color: #eeeeee; }
    /* line 281, _mixins.scss */
    .button.is-secondary:focus, .is-secondary.co-button[type="submit"]:focus, .is-secondary.co-button[name="commit"]:focus, .is-secondary.co-button[data-method="delete"]:focus, .is-secondary.co-button.co-button--small:focus, .is-secondary.co-modal-button:focus, .is-secondary.co-tabs-node:focus, .button.is-secondary:active, .is-secondary.co-button[type="submit"]:active, .is-secondary.co-button[name="commit"]:active, .is-secondary.co-button[data-method="delete"]:active, .is-secondary.co-button.co-button--small:active, .is-secondary.co-modal-button:active, .is-secondary.co-tabs-node:active, .button.is-secondary:hover, .is-secondary.co-button[type="submit"]:hover, .is-secondary.co-button[name="commit"]:hover, .is-secondary.co-button[data-method="delete"]:hover, .is-secondary.co-button.co-button--small:hover, .is-secondary.co-modal-button:hover, .is-secondary.co-tabs-node:hover {
      background-color: #dac278;
      color: #222222; }
    /* line 288, _mixins.scss */
    .button.is-secondary:-moz-focus-inner, .is-secondary.co-button[type="submit"]:-moz-focus-inner, .is-secondary.co-button[name="commit"]:-moz-focus-inner, .is-secondary.co-button[data-method="delete"]:-moz-focus-inner, .is-secondary.co-button.co-button--small:-moz-focus-inner, .is-secondary.co-modal-button:-moz-focus-inner, .is-secondary.co-tabs-node:-moz-focus-inner {
      border: 0; }
  /* line 724, _components.scss */
  .button.is-filter-section-toggle, .is-filter-section-toggle.co-button[type="submit"], .is-filter-section-toggle.co-button[name="commit"], .is-filter-section-toggle.co-button[data-method="delete"], .is-filter-section-toggle.co-button.co-button--small, .is-filter-section-toggle.co-modal-button, .is-filter-section-toggle.co-tabs-node {
    padding: 0.5em 0;
    text-align: left; }
  /* line 729, _components.scss */
  .button.is-filter-section-clear, .is-filter-section-clear.co-button[type="submit"], .is-filter-section-clear.co-button[name="commit"], .is-filter-section-clear.co-button[data-method="delete"], .is-filter-section-clear.co-button.co-button--small, .is-filter-section-clear.co-modal-button, .is-filter-section-clear.co-tabs-node {
    margin-right: 0.5rem; }
    /* line 475, _mixins.scss */
    .button.is-filter-section-clear:before, .is-filter-section-clear.co-button[type="submit"]:before, .is-filter-section-clear.co-button[name="commit"]:before, .is-filter-section-clear.co-button[data-method="delete"]:before, .is-filter-section-clear.co-button.co-button--small:before, .is-filter-section-clear.co-modal-button:before, .is-filter-section-clear.co-tabs-node:before {
      font-family: "Bamblby";
      content: ""; }
  /* line 734, _components.scss */
  .button.is-filter-section-submit, .is-filter-section-submit.co-button[type="submit"], .is-filter-section-submit.co-button[name="commit"], .is-filter-section-submit.co-button[data-method="delete"], .is-filter-section-submit.co-button.co-button--small, .is-filter-section-submit.co-modal-button, .is-filter-section-submit.co-tabs-node {
    display: none; }
  /* line 738, _components.scss */
  .button.is-readmore, .is-readmore.co-button[type="submit"], .is-readmore.co-button[name="commit"], .is-readmore.co-button[data-method="delete"], .is-readmore.co-button.co-button--small, .is-readmore.co-modal-button, .is-readmore.co-tabs-node {
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #dac278;
    color: #222222;
    margin-left: auto; }
    /* line 281, _mixins.scss */
    .button.is-readmore:focus, .is-readmore.co-button[type="submit"]:focus, .is-readmore.co-button[name="commit"]:focus, .is-readmore.co-button[data-method="delete"]:focus, .is-readmore.co-button.co-button--small:focus, .is-readmore.co-modal-button:focus, .is-readmore.co-tabs-node:focus, .button.is-readmore:active, .is-readmore.co-button[type="submit"]:active, .is-readmore.co-button[name="commit"]:active, .is-readmore.co-button[data-method="delete"]:active, .is-readmore.co-button.co-button--small:active, .is-readmore.co-modal-button:active, .is-readmore.co-tabs-node:active, .button.is-readmore:hover, .is-readmore.co-button[type="submit"]:hover, .is-readmore.co-button[name="commit"]:hover, .is-readmore.co-button[data-method="delete"]:hover, .is-readmore.co-button.co-button--small:hover, .is-readmore.co-modal-button:hover, .is-readmore.co-tabs-node:hover {
      background-color: #dac278;
      color: #222222; }
    /* line 288, _mixins.scss */
    .button.is-readmore:-moz-focus-inner, .is-readmore.co-button[type="submit"]:-moz-focus-inner, .is-readmore.co-button[name="commit"]:-moz-focus-inner, .is-readmore.co-button[data-method="delete"]:-moz-focus-inner, .is-readmore.co-button.co-button--small:-moz-focus-inner, .is-readmore.co-modal-button:-moz-focus-inner, .is-readmore.co-tabs-node:-moz-focus-inner {
      border: 0; }
  /* line 744, _components.scss */
  .button.is-item-delete, .is-item-delete.co-button[type="submit"], .is-item-delete.co-button[name="commit"], .is-item-delete.co-button[data-method="delete"], .is-item-delete.co-button.co-button--small, .is-item-delete.co-modal-button, .is-item-delete.co-tabs-node {
    color: #494848;
    opacity: 0.5;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 458, _mixins.scss */
    .button.is-item-delete:after, .is-item-delete.co-button[type="submit"]:after, .is-item-delete.co-button[name="commit"]:after, .is-item-delete.co-button[data-method="delete"]:after, .is-item-delete.co-button.co-button--small:after, .is-item-delete.co-modal-button:after, .is-item-delete.co-tabs-node:after {
      font-family: "FontAwesome";
      content: ""; }
    /* line 750, _components.scss */
    .button.is-item-delete:hover, .is-item-delete.co-button[type="submit"]:hover, .is-item-delete.co-button[name="commit"]:hover, .is-item-delete.co-button[data-method="delete"]:hover, .is-item-delete.co-button.co-button--small:hover, .is-item-delete.co-modal-button:hover, .is-item-delete.co-tabs-node:hover {
      background-color: transparent;
      color: #dac278; }

/* line 758, _components.scss */
.fancybox-arrow:focus {
  outline: 0; }

/* line 763, _components.scss */
.co-order-information_value .co-button--small {
  padding: 0.3em 1em; }

/* line 770, _components.scss */
select {
  line-height: inherit;
  cursor: pointer;
  padding: 0.5rem;
  padding-left: 0.75rem; }
  /* line 898, _mixins.scss */
  select:focus {
    outline: none; }
  /* line 902, _mixins.scss */
  select::-ms-expand {
    border: 0;
    color: transparent;
    background-color: transparent !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAAVUlEQVQI12NgwA1Ky0obUfheJZfBjGr5kpcltTDhMteSL+VhUE6VTumb0jKwavuSzyUxSNorDEvfleaXW5V+Kk1Cs6nMrPRDyZeyDCyOqJYvNmUgDABtXBsVW8rhNAAAAABJRU5ErkJggg==") !important;
    background-repeat: no-repeat;
    background-position: center; }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none) {
    /* line 770, _components.scss */
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 1.25rem;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAAVUlEQVQI12NgwA1Ky0obUfheJZfBjGr5kpcltTDhMteSL+VhUE6VTumb0jKwavuSzyUxSNorDEvfleaXW5V+Kk1Cs6nMrPRDyZeyDCyOqJYvNmUgDABtXBsVW8rhNAAAAABJRU5ErkJggg==") !important;
      background-repeat: no-repeat;
      background-position: right 0.75rem center; } }
  /* line 777, _components.scss */
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

/* line 787, _components.scss */
.option-selectors {
  margin-bottom: 1rem; }

/* line 791, _components.scss */
.option-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 804, _components.scss */
.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px; }
  @media screen and (max-width: 768px) {
    /* line 804, _components.scss */
    .option {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; } }

/* line 829, _components.scss */
.form-row.is-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  margin-bottom: 1.25rem; }

/* line 841, _components.scss */
.form.is-preorder .form-row.is-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 851, _components.scss */
.form-controls-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 859, _components.scss */
.option-label {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* line 866, _components.scss */
.option-values {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0.5rem;
  border: 1px solid #dac278;
  padding-left: 0.75rem;
  background-color: #fff; }
  @media screen and (max-width: 480px) {
    /* line 866, _components.scss */
    .option-values {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

/* line 886, _components.scss */
.labels-list {
  margin: -0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 899, _components.scss */
.label {
  margin: 0.25rem;
  padding: 0.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #eee;
  font-size: 0.95em; }

/* line 916, _components.scss */
.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 916, _components.scss */
    .image-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 937, _components.scss */
.image-text-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 100%;
  padding: 15px; }
  /* line 944, _components.scss */
  .image-text-container.is-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0; }
  /* line 951, _components.scss */
  .image-text-container.is-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0; }
  /* line 958, _components.scss */
  .image-text-container.is-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  /* line 963, _components.scss */
  .image-text-container.is-center {
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 968, _components.scss */
  .image-text-container.is-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 937, _components.scss */
    .image-text-container {
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 982, _components.scss */
.image-text__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 480px) {
    /* line 982, _components.scss */
    .image-text__content {
      margin-top: 0.5rem; } }

/* line 1002, _components.scss */
.reviews-wrapper {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 1009, _components.scss */
.reviews-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 1020, _components.scss */
.reviews-blocks {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 1042, _components.scss */
.review {
  display: block;
  margin: 1rem 0.75rem; }
  /* line 1046, _components.scss */
  .review.is-left-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%; }
    @media screen and (max-width: 768px) {
      /* line 1046, _components.scss */
      .review.is-left-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }
  /* line 1060, _components.scss */
  .review.is-top-cell {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; }
    @media screen and (max-width: 768px) {
      /* line 1060, _components.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%; } }
    @media screen and (max-width: 480px) {
      /* line 1060, _components.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }

/* line 1082, _components.scss */
.review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.5rem; }
  /* line 1091, _components.scss */
  .review-inner.is-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  /* line 1098, _components.scss */
  .review-inner.is-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
    @media screen and (max-width: 480px) {
      /* line 1098, _components.scss */
      .review-inner.is-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    /* line 1123, _components.scss */
    .review-inner.is-left .review-content {
      margin-left: 0.5rem;
      text-align: left; }
      @media screen and (max-width: 768px) {
        /* line 1123, _components.scss */
        .review-inner.is-left .review-content {
          margin-left: 0;
          text-align: center; } }
    /* line 1133, _components.scss */
    .review-inner.is-left .user-name {
      text-align: left;
      margin-left: 1rem; }
      @media screen and (max-width: 768px) {
        /* line 1133, _components.scss */
        .review-inner.is-left .user-name {
          margin-left: 0;
          text-align: center; } }

/* line 1145, _components.scss */
.review-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5.5rem;
  flex: 0 0 5.5rem;
  width: 5.5rem;
  margin: 0.5rem; }
  /* line 1152, _components.scss */
  .review-image .is-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 380px) {
    /* line 1145, _components.scss */
    .review-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
      flex: 0 0 7rem;
      width: 7rem; } }

/* line 1166, _components.scss */
.user-name {
  margin: 0.25rem auto;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 1176, _components.scss */
.review-content {
  padding: 0.5rem;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

/* line 1189, _components.scss */
.feedback-wrapper {
  margin: 1.5rem 0; }

/* line 1193, _components.scss */
.feedback {
  background-color: #eeeeee;
  padding: 0 1.5rem;
  border-radius: 0.15rem; }

/* line 1199, _components.scss */
.feedback + .feedback {
  margin: 2rem 0; }

/* line 1203, _components.scss */
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1rem 0.5rem;
  margin: 0;
  color: #222222; }
  /* line 1225, _components.scss */
  .feedback-form .form-row {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px; }
    @media (max-width: 480px) {
      /* line 1225, _components.scss */
      .feedback-form .form-row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* line 1237, _components.scss */
.feedback-heading {
  color: #222222;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 1rem;
  padding-top: 1.25rem; }

/* line 1249, _components.scss */
.form-title {
  margin-bottom: 0.35rem;
  font-size: 1rem; }

/* line 1254, _components.scss */
.widget-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 0.25rem;
  width: 100%;
  line-height: 1.5rem;
  min-height: 2rem;
  padding-left: 1rem;
  font-size: 17px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #dac278; }
  /* line 1270, _components.scss */
  .widget-form-field:focus {
    border: 1px solid #dac278; }

/* line 1275, _components.scss */
.button-widget-feedback {
  width: 100%;
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #dac278;
  color: #222222; }
  /* line 281, _mixins.scss */
  .button-widget-feedback:focus, .button-widget-feedback:active, .button-widget-feedback:hover {
    background-color: #dac278;
    color: #222222; }
  /* line 288, _mixins.scss */
  .button-widget-feedback:-moz-focus-inner {
    border: 0; }

/* line 1283, _components.scss */
.co-input-field:focus {
  border: 1px solid #dac278; }

/* line 1292, _components.scss */
.tabs-button {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #dac278;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 1314, _components.scss */
.tab-toggle {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: none;
  transition: none;
  padding: 0.5rem 1rem;
  max-width: 100%;
  z-index: 1;
  margin-bottom: -1px;
  display: flex;
  flex-flow: column;
  margin-right: 5px; }
  /* line 499, _mixins.scss */
  .tab-toggle:active, .tab-toggle:focus, .tab-toggle:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 1327, _components.scss */
  .tab-toggle.is-opened {
    z-index: 99;
    color: #000;
    background: #dac278; }
  /* line 1333, _components.scss */
  .tab-toggle:hover {
    color: #000;
    background: #dac278; }
  @media screen and (max-width: 768px) {
    /* line 1314, _components.scss */
    .tab-toggle {
      border: 1px solid #dac278;
      padding-bottom: 0.5rem;
      margin: 0.5rem 0; }
      /* line 1343, _components.scss */
      .tab-toggle.is-opened {
        border: 1px solid #dac278;
        margin-top: 1rem;
        margin-bottom: 0; }
        /* line 1348, _components.scss */
        .tab-toggle.is-opened:after {
          content: none; } }
  /* line 1354, _components.scss */
  .tab-toggle:last-of-type {
    margin-right: 0; }

/* line 1359, _components.scss */
.tt-dropdown-menu {
  color: #222222; }

/* line 1363, _components.scss */
.tab-block {
  padding-bottom: 1rem;
  max-width: 100%;
  padding-top: 1rem; }
  @media screen and (max-width: 768px) {
    /* line 1363, _components.scss */
    .tab-block {
      border: 1px solid #dac278;
      padding: 1rem;
      border-top: 0;
      margin-bottom: 1rem; } }

/* line 1380, _components.scss */
.tab-toggle.is-opened:not(.product-slider-heading):after {
  content: '';
  width: 95%;
  height: 1px;
  background-color: #dac278;
  margin: auto; }
@media screen and (max-width: 768px) {
  /* line 1388, _components.scss */
  .tab-toggle.is-opened:not(.product-slider-heading):after {
    content: unset; } }

/* line 1394, _components.scss */
.tab-block-toolbar {
  padding: 1rem 0;
  border-top: 1px solid #dac278;
  border-bottom: 1px solid #dac278; }

/* line 1400, _components.scss */
.filter-field-input {
  display: none; }

/* line 1404, _components.scss */
.filter-section-toggle.button, .filter-section-toggle.co-button[type="submit"], .filter-section-toggle.co-button[name="commit"], .filter-section-toggle.co-button[data-method="delete"], .filter-section-toggle.co-button.co-button--small, .filter-section-toggle.co-modal-button, .filter-section-toggle.co-tabs-node {
  padding: 0.85rem 0.25rem 0.85rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-repeat: no-repeat;
  color: #dac278; }
  /* line 1417, _components.scss */
  .filter-section-toggle.button:hover, .filter-section-toggle.co-button[type="submit"]:hover, .filter-section-toggle.co-button[name="commit"]:hover, .filter-section-toggle.co-button[data-method="delete"]:hover, .filter-section-toggle.co-button.co-button--small:hover, .filter-section-toggle.co-modal-button:hover, .filter-section-toggle.co-tabs-node:hover {
    background-color: transparent; }
    /* line 1420, _components.scss */
    .filter-section-toggle.button:hover .filter-section-name, .filter-section-toggle.co-button[type="submit"]:hover .filter-section-name, .filter-section-toggle.co-button[name="commit"]:hover .filter-section-name, .filter-section-toggle.co-button[data-method="delete"]:hover .filter-section-name, .filter-section-toggle.co-button.co-button--small:hover .filter-section-name, .filter-section-toggle.co-modal-button:hover .filter-section-name, .filter-section-toggle.co-tabs-node:hover .filter-section-name {
      color: #777777; }
  /* line 1425, _components.scss */
  .filter-section-toggle.button.is-active, .filter-section-toggle.is-active.co-button[type="submit"], .filter-section-toggle.is-active.co-button[name="commit"], .filter-section-toggle.is-active.co-button[data-method="delete"], .filter-section-toggle.is-active.co-button.co-button--small, .filter-section-toggle.is-active.co-modal-button, .filter-section-toggle.is-active.co-tabs-node {
    border-bottom: 0; }
    /* line 1428, _components.scss */
    .filter-section-toggle.button.is-active .filter-section-name, .filter-section-toggle.is-active.co-button[type="submit"] .filter-section-name, .filter-section-toggle.is-active.co-button[name="commit"] .filter-section-name, .filter-section-toggle.is-active.co-button[data-method="delete"] .filter-section-name, .filter-section-toggle.is-active.co-button.co-button--small .filter-section-name, .filter-section-toggle.is-active.co-modal-button .filter-section-name, .filter-section-toggle.is-active.co-tabs-node .filter-section-name {
      font-weight: bold; }

/* line 1, _layout.scss */
html {
  font-size: 16px; }

/* line 4, _layout.scss */
.header-mobile-contact a {
  font-size: 22px !important;
  color: #303030;
  text-decoration: none;
  margin-top: .5rem;
  display: inline-block; }

/* line 12, _layout.scss */
body {
  background-color: whitesmoke;
  background-image: url("body_background_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  background-repeat-x: repeat;
  background-size: auto;
  font-size: 16px;
  font-family: Istok Web, sans-serif;
  title: google:Istok+Web;
  -webkit-font-smoothing: antialiased;
  text-decoration-skip: ink;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-decoration-skip: ink; }

/* line 44, _layout.scss */
.body-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

/* line 53, _layout.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 67, _layout.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }
  @media screen and (max-width: 480px) {
    /* line 67, _layout.scss */
    .njs-alert-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      margin: 0; } }

/* line 83, _layout.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 98, _layout.scss */
  .njs-alert p {
    font-size: 18px;
    line-height: 23px; }
  @media screen and (max-width: 480px) {
    /* line 83, _layout.scss */
    .njs-alert {
      width: 100%;
      height: 100%; } }

/* line 114, _layout.scss */
.top-panel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    /* line 114, _layout.scss */
    .top-panel {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    /* line 114, _layout.scss */
    .top-panel {
      padding: 0;
      flex-wrap: nowrap; } }
  /* line 137, _layout.scss */
  .top-panel.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    opacity: 1;
    width: 100%;
    background-color: #303030;
    -webkit-box-shadow: 0 0 0.25rem #000;
    box-shadow: 0 0 0.25rem #000; }

/* line 149, _layout.scss */
.search-widget.in-search-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  border: 1px solid #222222;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 158, _layout.scss */
  .search-widget.in-search-panel .search-widget-field {
    border: none; }
  /* line 162, _layout.scss */
  .search-widget.in-search-panel .search-widget-button:before {
    font-size: 1rem; }

/* line 167, _layout.scss */
.top-menu-wrapper {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white; }
  @media screen and (max-width: 768px) {
    /* line 167, _layout.scss */
    .top-menu-wrapper {
      margin: 0;
      padding: 0; } }

/* line 183, _layout.scss */
.client-account-link {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  color: white;
  text-decoration: none;
  padding: 0.5rem 0.7rem;
  display: block;
  font-weight: bold;
  font-size: 0.8rem; }
  /* line 193, _layout.scss */
  .client-account-link:active, .client-account-link:hover {
    background-color: white;
    color: #303030; }

/* line 200, _layout.scss */
.collapse-block {
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    /* line 200, _layout.scss */
    .collapse-block {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      margin: 0;
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      /* line 220, _layout.scss */
      .collapse-block .phone {
        margin-right: 0.5rem;
        margin-top: 0.5rem; } }

/* line 227, _layout.scss */
.top-menu-icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0rem; }

/* line 238, _layout.scss */
.contacts-top-menu {
  margin-top: 0;
  z-index: 5; }

/* line 458, _mixins.scss */
.contact-link.tel:before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 0.5rem; }
/* line 458, _mixins.scss */
.contact-link.email:before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 0.25rem; }

/* line 258, _layout.scss */
.tel {
  font-size: 20px !important; }

/* line 262, _layout.scss */
.contacts-icon {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  width: 3rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  outline: none; }
  /* line 499, _mixins.scss */
  .contacts-icon:active, .contacts-icon:focus, .contacts-icon:hover {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 458, _mixins.scss */
  .contacts-icon:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 288, _layout.scss */
  .contacts-icon:before {
    font-size: 1.35rem; }
  /* line 292, _layout.scss */
  .contacts-icon.is-active {
    background-color: white;
    color: #dac278; }
  @media screen and (max-width: 768px) {
    /* line 262, _layout.scss */
    .contacts-icon {
      height: 3rem; } }

/* line 302, _layout.scss */
.js-contacts-header {
  margin-bottom: 40px; }

/* line 306, _layout.scss */
.left-header-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/* line 312, _layout.scss */
.left-blocks-inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 320, _layout.scss */
.header-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

/* line 332, _layout.scss */
.header-info {
  color: #494848; }

/* line 336, _layout.scss */
.contacts-top-menu-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 130;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 1rem 0;
  -webkit-box-shadow: 0px 1px 3px #222222;
  box-shadow: 0px 1px 3px #222222; }
  /* line 352, _layout.scss */
  .contacts-top-menu-block *, .contacts-top-menu-block .contact-link {
    color: #dac278; }

/* line 360, _layout.scss */
.left-header-block .phone {
  margin-bottom: 0.5rem; }
/* line 363, _layout.scss */
.left-header-block .contact-link {
  color: #dac278;
  text-decoration: none; }

/* line 369, _layout.scss */
.left-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media screen and (max-width: 768px) {
    /* line 369, _layout.scss */
    .left-blocks {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 386, _layout.scss */
.top-menu {
  margin-left: 1rem; }

/* line 390, _layout.scss */
.top-panel-wrapper {
  position: relative;
  z-index: 1;
  background-color: #303030;
  flex: 0 0 auto; }
  /* line 395, _layout.scss */
  .top-panel-wrapper.z-index {
    z-index: 1000; }

/* line 404, _layout.scss */
.form.is-feedback .form-controls-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin: auto; }

/* line 413, _layout.scss */
.top-menu-item {
  margin-right: 1rem; }

/* line 417, _layout.scss */
.top-menu-link.menu-link {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 0.7rem; }
  /* line 423, _layout.scss */
  .top-menu-link.menu-link.is-active, .top-menu-link.menu-link.is-current, .top-menu-link.menu-link.is-hovered {
    background-color: white;
    color: white; }

/* line 431, _layout.scss */
.top-panel-open-sidebar {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: background-color 0.15s ease-out 0.15s;
  transition: background-color 0.15s ease-out 0.15s; }
  /* line 475, _mixins.scss */
  .top-panel-open-sidebar:before {
    font-family: "Bamblby";
    content: ""; }
  /* line 499, _mixins.scss */
  .top-panel-open-sidebar:active, .top-panel-open-sidebar:focus, .top-panel-open-sidebar:hover {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 439, _layout.scss */
  .top-panel-open-sidebar:before {
    color: white;
    font-size: 1.5rem; }

/* line 445, _layout.scss */
.shopcart-widget-caption {
  margin-left: 0.25rem; }

/* line 449, _layout.scss */
.filter-panel-open-sidebar {
  margin-right: 0.25rem; }
  /* line 475, _mixins.scss */
  .filter-panel-open-sidebar:before {
    font-family: "Bamblby";
    content: ""; }
  @media screen and (max-width: 380px) {
    /* line 449, _layout.scss */
    .filter-panel-open-sidebar {
      width: 100%;
      text-align: left;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 0; }
      /* line 461, _layout.scss */
      .filter-panel-open-sidebar:before {
        content: attr(data-filter-caption);
        font-family: inherit; }
      /* line 475, _mixins.scss */
      .filter-panel-open-sidebar:after {
        font-family: "Bamblby";
        content: "";
        padding-left: 0.5rem;
        font-size: 0.8rem; } }

/* line 474, _layout.scss */
.header-block > .shopcart-widget-wrapper {
  margin-top: 0; }
/* line 478, _layout.scss */
.header-block > .top-panel-open-search {
  margin-top: 0; }

/* line 483, _layout.scss */
.top-panel-open-search {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  border: none;
  margin-left: auto;
  margin-top: 0; }
  /* line 458, _mixins.scss */
  .top-panel-open-search:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 499, _mixins.scss */
  .top-panel-open-search:active, .top-panel-open-search:focus, .top-panel-open-search:hover {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 492, _layout.scss */
  .top-panel-open-search:hover {
    background-color: transparent; }
  @media screen and (max-width: 768px) {
    /* line 483, _layout.scss */
    .top-panel-open-search {
      margin-left: 0; } }
  /* line 500, _layout.scss */
  .top-panel-open-search:before {
    font-size: 1.2rem; }

/* line 509, _layout.scss */
.header-wrapper {
  flex: 0 0 auto;
  padding-top: 1rem;
  color: #494848;
  background-color: white; }

/** logotype_type */
/* line 518, _layout.scss */
.logotype-wrapper {
  text-align: center; }

/* line 522, _layout.scss */
.logotype-link {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  font-size: 40px;
  font-family: Ubuntu;
  line-height: 1; }
  /* line 499, _mixins.scss */
  .logotype-link:active, .logotype-link:focus, .logotype-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 533, _layout.scss */
.logotype-text {
  padding: 0px 5px;
  display: block; }

/* line 538, _layout.scss */
.m-input--checkbox input[type="checkbox"] {
  -webkit-appearance: checkbox;
  position: absolute;
  opacity: 0;
  z-index: 0;
  height: 1rem;
  width: 1rem;
  top: 0; }

/* line 550, _layout.scss */
.header-block a {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .header-block a:active, .header-block a:focus, .header-block a:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }
/* line 554, _layout.scss */
.header-block > * + * {
  margin-top: 0.5rem; }

/* line 559, _layout.scss */
.header-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    /* line 559, _layout.scss */
    .header-compare {
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; } }

/** catalog-menu */
/* line 581, _layout.scss */
.main-menu-wrapper {
  border-top: 1px solid #dac278;
  border-bottom: 1px solid #dac278;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 596, _layout.scss */
.search-widget.in-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  /* line 602, _layout.scss */
  .search-widget.in-header .search-widget-button {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    color: #222222;
    width: 2rem;
    line-height: 2.5rem;
    vertical-align: top;
    padding: 0;
    background-color: #dac278;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 1px;
    border-radius: 0;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem; }
    /* line 621, _layout.scss */
    .search-widget.in-header .search-widget-button:hover {
      color: white;
      background-color: #e5d4a0; }

/* line 629, _layout.scss */
.main-menu-item {
  color: #dac278;
  text-decoration: none; }

/* line 634, _layout.scss */
.main-menu-link {
  color: #dac278;
  font-weight: bold;
  padding: 0.5rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 642, _layout.scss */
  .main-menu-link.is-current {
    color: #dac278; }
  /* line 646, _layout.scss */
  .main-menu-link[data-menu-link-current='yes'] {
    color: #dac278; }
  /* line 649, _layout.scss */
  .main-menu-link.is-hovered {
    color: #dac278; }

/* line 656, _layout.scss */
.main-menu-marker {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.5rem;
  color: #dac278; }
  /* line 467, _mixins.scss */
  .main-menu-marker:before {
    font-family: "Plus";
    content: ""; }
  /* line 664, _layout.scss */
  .main-menu-marker.is-current {
    color: #dac278; }

/** sidebar menu */
/* line 671, _layout.scss */
.sidebar-menu {
  margin-left: 0.5rem;
  background-color: #eeeeee; }
  /* line 675, _layout.scss */
  .sidebar-menu.level-1 {
    margin-left: 0;
    margin-bottom: 2rem; }

/* line 681, _layout.scss */
.social-link-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 686, _layout.scss */
.sidebar-menu-item {
  padding: 0.40rem 0;
  margin-left: 3px; }
  /* line 690, _layout.scss */
  .sidebar-menu-item.level-1 {
    margin-left: 0;
    padding-left: 1.25rem;
    padding-right: 0.5rem;
    border-bottom: 2px solid #dddddd; }
  /* line 697, _layout.scss */
  .sidebar-menu-item.level-1:last-child {
    border-bottom: 2px solid #eeeeee; }

/* line 702, _layout.scss */
.sidebar-menu-link {
  padding: 0.45rem 0;
  color: #222222;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  /* line 713, _layout.scss */
  .sidebar-menu-link:hover {
    color: #777777; }
  /* line 717, _layout.scss */
  .sidebar-menu-link.is-active {
    color: #777777;
    font-weight: bold; }
  /* line 722, _layout.scss */
  .sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 731, _layout.scss */
  .sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 737, _layout.scss */
.sidebar-menu-marker {
  height: 1rem;
  width: 1rem;
  color: #dac278; }
  /* line 475, _mixins.scss */
  .sidebar-menu-marker:before {
    font-family: "Bamblby";
    content: "";
    color: #777777;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.5em;
    font-weight: bold; }
  /* line 475, _mixins.scss */
  .sidebar-menu-marker.is-opened:before {
    font-family: "Bamblby";
    content: ""; }
  /* line 754, _layout.scss */
  .sidebar-menu-marker.is-active {
    color: #dac278; }

/* line 759, _layout.scss */
.mobile-sidebar-menu {
  margin-left: 0.5rem; }
  /* line 762, _layout.scss */
  .mobile-sidebar-menu.level-1 {
    margin-left: 0;
    margin-bottom: 2rem; }

/* line 770, _layout.scss */
.mobile-sidebar-menu-link {
  padding: 0.45rem 0;
  margin-left: 0.25rem;
  color: #dac278;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  /* line 784, _layout.scss */
  .mobile-sidebar-menu-link:hover {
    color: #dac278; }
  /* line 788, _layout.scss */
  .mobile-sidebar-menu-link.is-active {
    color: #dac278;
    font-weight: bold; }
  /* line 793, _layout.scss */
  .mobile-sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 801, _layout.scss */
  .mobile-sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 807, _layout.scss */
.mobile-sidebar-menu-marker {
  height: 2rem;
  width: 2rem;
  color: #dac278; }
  /* line 475, _mixins.scss */
  .mobile-sidebar-menu-marker:before {
    font-family: "Bamblby";
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.5em; }
  /* line 475, _mixins.scss */
  .mobile-sidebar-menu-marker.is-opened:before {
    font-family: "Bamblby";
    content: ""; }
  /* line 822, _layout.scss */
  .mobile-sidebar-menu-marker.is-active {
    color: #dac278; }

/* menu-catalog */
/* line 833, _layout.scss */
.mega-menu.level-2 {
  width: calc((100vw - 1rem) / 4 * 3);
  max-width: calc((1220px - 1rem) / 4 * 3);
  border: 1px solid #dac278;
  padding: 1rem;
  background-color: white;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  box-sizing: border-box; }
  /* line 850, _layout.scss */
  .mega-menu.level-2.is-hovered {
    display: block; }
  @media screen and (max-width: 1024px) {
    /* line 833, _layout.scss */
    .mega-menu.level-2 {
      width: calc((100vw - 1rem) / 3 * 2);
      -webkit-column-count: 2;
      column-count: 2; } }

/* line 869, _layout.scss */
.mega-menu-item .menu-marker {
  color: #222222; }
/* line 873, _layout.scss */
.mega-menu-item.level-1 {
  background-color: #eeeeee;
  border-bottom: 2px solid #c4c4c4; }
  /* line 876, _layout.scss */
  .mega-menu-item.level-1.is-hovered, .mega-menu-item.level-1.is-active {
    border-bottom: 2px solid #dac278; }
/* line 882, _layout.scss */
.mega-menu-item.level-2 {
  padding: 0.5rem 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-right: 2rem; }
/* line 891, _layout.scss */
.mega-menu-item.level-3 {
  margin-top: 0.5rem; }

/* line 899, _layout.scss */
.mega-menu-item-controls.level-1.is-hovered, .mega-menu-item-controls.level-1.is-active {
  background-color: #dac278;
  color: #222222; }

/* line 907, _layout.scss */
.mega-menu-link.level-3.is-current, .mega-menu-link.level-2.is-current {
  color: #dac278; }

/* line 911, _layout.scss */
.mega-menu.level-1 > .mega-menu-item:last-child {
  border-bottom: 2px solid #eeeeee; }

/* line 916, _layout.scss */
.mega-menu-marker.level-1 {
  padding: 1rem;
  font-weight: bold; }
  /* line 475, _mixins.scss */
  .mega-menu-marker.level-1:before {
    font-family: "Bamblby";
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.5rem; }

/* line 927, _layout.scss */
.mega-menu-link {
  text-decoration: none; }
  /* line 930, _layout.scss */
  .mega-menu-link.level-1 {
    padding: 0.75rem 1.25rem;
    color: #000; }
    /* line 935, _layout.scss */
    .mega-menu-link.level-1.is-hovered, .mega-menu-link.level-1.is-active {
      color: #222222; }
  /* line 941, _layout.scss */
  .mega-menu-link.level-2 {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    font-weight: bold; }
    /* line 499, _mixins.scss */
    .mega-menu-link.level-2:active, .mega-menu-link.level-2:focus, .mega-menu-link.level-2:hover {
      color: #dac278;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 947, _layout.scss */
  .mega-menu-link.level-3 {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .mega-menu-link.level-3:active, .mega-menu-link.level-3:focus, .mega-menu-link.level-3:hover {
      color: #dac278;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 950, _layout.scss */
  .mega-menu-link.all-subcategory {
    font-weight: bold;
    padding-top: 1rem;
    border-top: 1px solid #777777; }
    /* line 954, _layout.scss */
    .mega-menu-link.all-subcategory.is-active {
      color: #dac278; }

/* line 963, _layout.scss */
.breadcrumb-wrapper {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem; }

/* line 475, _mixins.scss */
.home-icon:before {
  font-family: "Bamblby";
  content: "";
  font-size: 1.25rem;
  color: #dac278; }

/* line 975, _layout.scss */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: flex-end;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
  margin-bottom: 0; }

/* line 988, _layout.scss */
.breadcrumb-item {
  list-style-type: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }
  @media screen and (max-width: 480px) {
    /* line 988, _layout.scss */
    .breadcrumb-item {
      margin: 0.15rem 0; } }
  /* line 1000, _layout.scss */
  .breadcrumb-item + .breadcrumb-item:before {
    content: '>';
    font-size: 0.75rem;
    opacity: 0.8;
    margin-right: 0.25rem;
    color: #dac278; }

/* line 1010, _layout.scss */
.breadcrumb-link {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .breadcrumb-link:active, .breadcrumb-link:focus, .breadcrumb-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 1019, _layout.scss */
.page-headding-wrapper {
  padding-bottom: 1rem; }

/* line 1023, _layout.scss */
.page-headding {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1;
  word-wrap: break-word;
  font-weight: bold; }

/* line 1031, _layout.scss */
.index-description {
  margin-bottom: 2rem; }

/* line 1039, _layout.scss */
.content-wrapper {
  background-color: white;
  color: #494848;
  padding-top: 1rem;
  padding-bottom: 2rem; }

/* line 1050, _layout.scss */
.footer-wrapper {
  background-color: #303030;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex: 0 0 auto; }

/** footer-menu */
/* line 1060, _layout.scss */
.footer-menu {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem; }

/* line 1069, _layout.scss */
.footer-menu-wrapper {
  border-bottom: 1px solid #303030; }

/* line 1073, _layout.scss */
.footer-menu-item {
  margin: 0.15rem 0.25rem; }

/* line 1077, _layout.scss */
.footer-menu-link {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  padding: 0.5rem 0.15rem; }
  /* line 1084, _layout.scss */
  .footer-menu-link[data-menu-link-current="yes"], .footer-menu-link:hover {
    color: white; }
  /* line 1089, _layout.scss */
  .footer-menu-link[data-menu-link-current='yes'] {
    color: white; }

/** block under footer-menu */
/* line 1096, _layout.scss */
.footer-bottom-wrapper {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    /* line 1096, _layout.scss */
    .footer-bottom-wrapper {
      margin-top: 1rem; } }

/** socail links */
/* line 1110, _layout.scss */
.social-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1122, _layout.scss */
.social-menu-item {
  list-style-type: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

/* line 1128, _layout.scss */
.social-menu-link {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.5rem;
  border: 2px solid white;
  border-radius: 50%; }
  /* line 499, _mixins.scss */
  .social-menu-link:active, .social-menu-link:focus, .social-menu-link:hover {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none; }

/** InSales seo-link */
/* line 1147, _layout.scss */
.insales-copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0.5rem 0; }
  @media screen and (max-width: 768px) {
    /* line 1147, _layout.scss */
    .insales-copyright {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 1166, _layout.scss */
.insales-copyright-link {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .insales-copyright-link:active, .insales-copyright-link:focus, .insales-copyright-link:hover {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 1175, _layout.scss */
.toolbar {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1189, _layout.scss */
  .toolbar.at-top {
    display: block; }
    /* line 1191, _layout.scss */
    .toolbar.at-top .toolbar-inner {
      display: block; }
      /* line 1194, _layout.scss */
      .toolbar.at-top .toolbar-inner .search-widget-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: transparent; }
  @media screen and (max-width: 380px) {
    /* line 1175, _layout.scss */
    .toolbar {
      padding-bottom: 0;
      margin: 2rem 0; } }

/* line 1212, _layout.scss */
.contacts-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

/* line 1221, _layout.scss */
.toolbar-inner {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media screen and (max-width: 380px) {
    /* line 1221, _layout.scss */
    .toolbar-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  /* line 1248, _layout.scss */
  .toolbar-inner > * {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block; }

/* line 1256, _layout.scss */
.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    /* line 1256, _layout.scss */
    .is-between {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media screen and (max-width: 380px) {
    /* line 1256, _layout.scss */
    .is-between {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 1274, _layout.scss */
.filter-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    /* line 1274, _layout.scss */
    .filter-collapse {
      display: none; } }
  @media screen and (max-width: 380px) {
    /* line 1274, _layout.scss */
    .filter-collapse {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
      /* line 1292, _layout.scss */
      .filter-collapse .filter-collapse__label {
        display: none; } }

/* line 1298, _layout.scss */
.collection-order-label {
  padding-right: 0.5rem; }

/* line 1309, _layout.scss */
.products-list {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 380px) {
    /* line 1309, _layout.scss */
    .products-list {
      margin-top: 0; } }

/* line 1326, _layout.scss */
.sidebar-block + .sidebar-block {
  margin-top: 2rem; }

/* line 1332, _layout.scss */
.sidebar-filter .sidebar-block-heading, .sidebar-filter .filter-heading {
  font-size: 1.25rem;
  font-weight: bold;
  word-wrap: break-word;
  display: block;
  color: #222222;
  padding: 1rem 1.25rem; }
  @media screen and (max-width: 768px) {
    /* line 1332, _layout.scss */
    .sidebar-filter .sidebar-block-heading, .sidebar-filter .filter-heading {
      padding-left: 0; } }

/* line 1348, _layout.scss */
.header-block a.backcall-toggle {
  margin-left: 1.6rem;
  position: relative;
  color: #dac278;
  border-bottom: 1px dotted;
  height: 0.8rem;
  font-size: 0.8rem;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    /* line 1348, _layout.scss */
    .header-block a.backcall-toggle {
      margin-top: 0.5rem;
      height: 1rem;
      font-size: 1rem; } }
  /* line 1363, _layout.scss */
  .header-block a.backcall-toggle:hover {
    border: none; }
/* line 1369, _layout.scss */
.header-block a.backcall-toggle-block {
  margin-left: 0; }

/* line 1377, _layout.scss */
.is-modal-filter .filter-section-clear.is-filter-section-clear {
  color: #dac278; }
/* line 1382, _layout.scss */
.is-modal-filter .sidebar-menu-marker.filter-marker:before {
  color: #dac278; }
/* line 1387, _layout.scss */
.is-modal-filter .filter-section-toggle.button:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[type="submit"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[name="commit"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[data-method="delete"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button.co-button--small:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-modal-button:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-tabs-node:hover .filter-section-name {
  color: #dac278; }
/* line 1391, _layout.scss */
.is-modal-filter .filter-section-control:hover span {
  color: #dac278; }
/* line 1395, _layout.scss */
.is-modal-filter .filter-field-caption {
  color: #dac278; }
/* line 1399, _layout.scss */
.is-modal-filter .filter-section-name {
  color: #dac278; }
  /* line 1402, _layout.scss */
  .is-modal-filter .filter-section-name:hover {
    color: #dac278; }

/* line 1409, _layout.scss */
.block-top-panel {
  color: white;
  display: table;
  padding-right: 1rem; }
  /* line 1414, _layout.scss */
  .block-top-panel * {
    display: table-cell; }

/* line 1419, _layout.scss */
.sidebar-block-heading, .filter-heading {
  font-size: 1.25rem;
  font-weight: bold;
  word-wrap: break-word;
  display: block;
  color: #494848;
  padding: 1rem 1.25rem; }
  @media screen and (max-width: 768px) {
    /* line 1419, _layout.scss */
    .sidebar-block-heading, .filter-heading {
      padding-left: 0; } }

/* line 1431, _layout.scss */
.mega-menu-main_heading {
  background: #303030;
  color: white;
  border: none;
  padding-left: 1.25rem;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem; }

/* line 1440, _layout.scss */
.mobile-sidebar-menu-item {
  padding: 0.25rem 0; }

/* line 1444, _layout.scss */
.product-rating-point {
  color: #777777; }

/* line 1447, _layout.scss */
.ajs-message.ajs-success {
  background: rgba(218, 194, 120, 0.9);
  color: #222222; }

/* line 1451, _layout.scss */
div#vk_groups {
  width: 100% !important;
  max-width: 400px; }

/* line 1455, _layout.scss */
div#vk_groups iframe {
  width: 100%; }

/* line 1458, _layout.scss */
.block-video iframe {
  max-width: 100%; }

/* line 1461, _layout.scss */
.footer-wrapper:before {
  content: '';
  display: block;
  height: 5rem;
  background: #fff;
  margin-top: -6rem;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(footer-bg-1.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 50%; }

/* line 1477, _layout.scss */
.footer-wrapper {
  margin-top: 5rem; }

/* line 1480, _layout.scss */
.header-inner {
  background: url(decor.png), url(decor-1.png);
  background-repeat: no-repeat;
  background-position: 0, 100%;
  background-size: auto 97%; }
  @media (max-width: 1024px) {
    /* line 1480, _layout.scss */
    .header-inner {
      background-size: 34% auto; } }
  @media (max-width: 480px) {
    /* line 1480, _layout.scss */
    .header-inner {
      background-size: 30% auto; } }
  @media (max-width: 360px) {
    /* line 1480, _layout.scss */
    .header-inner {
      background-size: 28% auto; } }

/* line 1499, _layout.scss */
.product-slider.is-insta .product-slider-prev, .product-slider.is-insta .product-slider-next {
  top: 55%; }
/* line 1503, _layout.scss */
.product-slider.is-insta a {
  text-decoration: none; }
/* line 1508, _layout.scss */
.product-slider.is-insta .insta-item-text {
  margin-top: 10px;
  font-size: 12px; }

/* line 4, _index.scss */
.index > div + div {
  margin: 2rem 0; }

/* line 12, _index.scss */
.swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0; }

/* line 18, _index.scss */
.promo-slider-wrapper {
  margin-bottom: 1rem; }

/* line 24, _index.scss */
.product-slider-heading:not(.tab-toggle) {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  color: #dac278;
  word-wrap: break-word;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  /* line 499, _mixins.scss */
  .product-slider-heading:not(.tab-toggle):active, .product-slider-heading:not(.tab-toggle):focus, .product-slider-heading:not(.tab-toggle):hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 36, _index.scss */
.tab-toggle.product-slider-heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0.5rem 0 0.25rem;
  color: #dac278;
  margin-right: 1rem;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  z-index: 0;
  -webkit-transition: color 0.15s ease-out 0.15s, border-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, border-color 0.15s ease-out 0.15s; }
  /* line 49, _index.scss */
  .tab-toggle.product-slider-heading.is-active, .tab-toggle.product-slider-heading:hover {
    color: #dac278;
    border-color: #dac278; }
    /* line 53, _index.scss */
    .tab-toggle.product-slider-heading.is-active:after, .tab-toggle.product-slider-heading:hover:after {
      content: none; }
  @media screen and (max-width: 768px) {
    /* line 36, _index.scss */
    .tab-toggle.product-slider-heading {
      border: none;
      border-top: 1px solid #dac278;
      font-size: 1.25rem;
      text-transform: uppercase;
      padding: 1rem 0;
      color: #dac278;
      border-color: #dac278;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 0; }
      /* line 458, _mixins.scss */
      .tab-toggle.product-slider-heading:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 3%;
        top: 22%;
        color: #dac278;
        font-size: 1.75rem; }
      /* line 82, _index.scss */
      .tab-toggle.product-slider-heading:last-of-type {
        border-bottom: 1px solid #dac278; }
      /* line 458, _mixins.scss */
      .tab-toggle.product-slider-heading:hover:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 3%;
        top: 22%;
        color: #dac278;
        font-size: 1.75rem; }
      /* line 96, _index.scss */
      .tab-toggle.product-slider-heading.is-active {
        color: #dac278;
        border-bottom: none; }
        /* line 99, _index.scss */
        .tab-toggle.product-slider-heading.is-active:after {
          content: ''; } }

/* line 106, _index.scss */
.special-products-tab {
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    /* line 110, _index.scss */
    .special-products-tab .tab-block.is-opened {
      border: none;
      border-radius: none; }
      /* line 114, _index.scss */
      .special-products-tab .tab-block.is-opened:last-of-type {
        border-bottom: 1px solid #dac278;
        border-radius: 0; } }

/* line 122, _index.scss */
.promo-slider-heading-wrapper {
  display: none; }

/* line 126, _index.scss */
.swiper-button-disabled.is-disabled {
  pointer-events: auto; }

/* line 130, _index.scss */
.promo-slide-inner {
  display: block;
  padding: 0 0.1rem;
  text-align: center;
  text-decoration: none; }

/* line 137, _index.scss */
.promo-slide-caption {
  padding: 1rem;
  color: white;
  background-color: #303030; }
  @media screen and (min-width: 769px) {
    /* line 137, _index.scss */
    .promo-slide-caption {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      padding: 0;
      background-color: transparent;
      text-shadow: 1px 1px 1px #222222;
      font-size: 1.5rem; } }

/* line 152, _index.scss */
.swiper-container {
  z-index: 0; }

/* line 156, _index.scss */
.swiper-container-horizontal > .swiper-pagination {
  position: relative;
  bottom: 1.5rem; }
  @media screen and (max-width: 768px) {
    /* line 156, _index.scss */
    .swiper-container-horizontal > .swiper-pagination {
      display: none; } }

/* line 164, _index.scss */
.swiper-pagination-bullet-active {
  background: #dac278; }

/* line 167, _index.scss */
.promo-slider-prev,
.promo-slider-next {
  top: 0;
  bottom: 0;
  width: 4rem;
  height: auto;
  margin-top: 0;
  background-image: none;
  font-size: 2rem;
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .promo-slider-prev:active, .promo-slider-prev:focus, .promo-slider-prev:hover,
  .promo-slider-next:active,
  .promo-slider-next:focus,
  .promo-slider-next:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 179, _index.scss */
  .promo-slider-prev.is-disabled,
  .promo-slider-next.is-disabled {
    display: none; }
  /* line 183, _index.scss */
  .promo-slider-prev:focus,
  .promo-slider-next:focus {
    outline: none; }
  @media screen and (max-width: 480px) {
    /* line 167, _index.scss */
    .promo-slider-prev,
    .promo-slider-next {
      width: 2rem;
      font-size: 2rem;
      margin: 0;
      padding: 0; } }

/* line 475, _mixins.scss */
.promo-slider-prev:before {
  font-family: "Bamblby";
  content: ""; }

/* line 475, _mixins.scss */
.promo-slider-next:before {
  font-family: "Bamblby";
  content: ""; }

/* line 211, _index.scss */
.benefits-heading-wrapper {
  margin-bottom: 1rem; }

/* line 215, _index.scss */
.benefits {
  padding: 2rem 1rem;
  background-color: #eeeeee;
  border-radius: 0.15rem; }

/* line 221, _index.scss */
.benefits-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 97%;
  word-wrap: break-word;
  color: #dac278; }

/* line 232, _index.scss */
.benefits-list {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 239, _index.scss */
.benefit {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 1024px) {
    /* line 239, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 239, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media screen and (max-width: 480px) {
    /* line 239, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      display: block; } }

/* line 267, _index.scss */
.benefit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -0.5rem; }

/* line 283, _index.scss */
.benefit-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0.5rem; }

/* line 290, _index.scss */
.benefit-caption {
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.5rem;
  color: #222222;
  line-height: 1.2; }

/* line 304, _index.scss */
.special-categories-wrapper {
  margin-bottom: 1rem; }

/* line 309, _index.scss */
.special-categories-heading-wrapper {
  margin-bottom: 1rem; }

/* line 315, _index.scss */
.special-categories-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #dac278; }

/* line 324, _index.scss */
.special-category {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 25%;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 1024px) {
    /* line 324, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 324, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 380px) {
    /* line 324, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 100%;
      flex-basis: 50%;
      max-width: 50%;
      margin: 0.5rem auto; } }

/* line 355, _index.scss */
.category-caption {
  text-align: center;
  margin-top: 0.4rem; }

/* line 360, _index.scss */
.category-inner {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .category-inner:active, .category-inner:focus, .category-inner:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 365, _index.scss */
.footer {
  position: relative; }

/* line 369, _index.scss */
.js-arrow-up {
  z-index: 999;
  position: fixed;
  width: 3rem;
  border: none;
  height: 3rem;
  padding: 0;
  bottom: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0.5rem;
  color: #dac278;
  background-color: white;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px #777777;
  box-shadow: 0px 0px 5px #777777; }
  /* line 458, _mixins.scss */
  .js-arrow-up:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    top: 50%;
    font-size: 2rem;
    left: 50%; }
  /* line 398, _index.scss */
  .js-arrow-up:hover, .js-arrow-up:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 11px #dac278;
    box-shadow: 0px 0px 11px #dac278;
    background-color: none; }

/* line 411, _index.scss */
.void-place {
  max-width: 100%;
  margin: 2rem 0; }

@media screen and (max-width: 480px) {
  /* line 415, _index.scss */
  .benefits {
    background: white; } }

@media screen and (max-width: 480px) {
  /* line 422, _index.scss */
  .benefit-caption {
    font-size: 20px; } }

@media screen and (max-width: 480px) {
  /* line 428, _index.scss */
  .benefit-image .image-container.is-square {
    width: 100% !important; } }

/* line 5, _collection.scss */
.toolbar.collection-toolbar .toolbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 380px) {
  /* line 12, _collection.scss */
  .pagination-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

/* line 20, _collection.scss */
.collection-mix-description {
  display: flex;
  align-items: start;
  margin: 0;
  margin-bottom: 1rem;
  flex-wrap: wrap; }

/* line 28, _collection.scss */
.collection-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4%;
  flex: 1 0 4%;
  min-width: 200px;
  max-width: 100%;
  text-align: center;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem; }

/* line 41, _collection.scss */
.collection-description {
  flex: 1 1 400px;
  max-width: 100%; }

/* line 46, _collection.scss */
.view-products {
  margin-top: 1.5rem; }

/* line 50, _collection.scss */
.views-tovar-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 59, _collection.scss */
.categories-subcollections {
  border-bottom: 1px solid #dac278;
  margin-bottom: 2rem; }

/* line 64, _collection.scss */
.category-subcollections {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 20%;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 1024px) {
    /* line 64, _collection.scss */
    .category-subcollections {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; } }
  @media screen and (max-width: 768px) {
    /* line 64, _collection.scss */
    .category-subcollections {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; } }
  @media screen and (max-width: 480px) {
    /* line 64, _collection.scss */
    .category-subcollections {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 380px) {
    /* line 64, _collection.scss */
    .category-subcollections {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      margin: 0.5rem auto; } }

/* line 105, _collection.scss */
.collection-order {
  display: inline-block; }
  @media screen and (max-width: 380px) {
    /* line 105, _collection.scss */
    .collection-order {
      width: 100%; } }

@media screen and (max-width: 380px) {
  /* line 113, _collection.scss */
  .collection-order-wrapper {
    width: 100%; } }

/* line 120, _collection.scss */
.toolbar-inner > .collection-order-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 128, _collection.scss */
.collection-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  /* line 140, _collection.scss */
  .collection-order-row.is-page-size {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
    @media screen and (max-width: 480px) {
      /* line 140, _collection.scss */
      .collection-order-row.is-page-size {
        display: none; } }

/* line 151, _collection.scss */
.collection-order-field {
  border: 0px solid;
  background-color: #fff;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  line-height: 23px;
  border: 1px solid #dac278;
  padding: 0.35rem 1.75rem 0.35rem 1rem; }
  /* line 163, _collection.scss */
  .collection-order-field.page-size {
    line-height: 18px;
    padding-left: 0.5rem;
    padding: 0.5rem;
    background-size: 0.6rem;
    background-position-x: 86%;
    padding-right: 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  @media screen and (max-width: 380px) {
    /* line 151, _collection.scss */
    .collection-order-field {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }
  @media screen and (max-width: 768px) {
    /* line 151, _collection.scss */
    .collection-order-field {
      border: 1px solid #303030;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; } }

/* line 192, _collection.scss */
.filter-heading {
  padding-left: 1.25rem; }

/* line 198, _collection.scss */
.noUi-connect {
  background: #494848; }

/* line 202, _collection.scss */
.noUi-pips-horizontal {
  display: none; }

/* line 206, _collection.scss */
.filter-section-clear {
  color: #dac278; }
  /* line 467, _mixins.scss */
  .filter-section-clear:before {
    font-family: "Plus";
    content: ""; }
  /* line 475, _mixins.scss */
  .filter-section-clear.is-enable:before {
    font-family: "Bamblby";
    content: "";
    font-size: 0.75em; }

/* line 218, _collection.scss */
.filter-item {
  margin: 0.25rem; }

/* line 222, _collection.scss */
.filter-section-name {
  color: #222222;
  padding-right: 0.25em;
  padding-left: 0.25em;
  white-space: normal;
  text-transform: inherit;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }

/* line 234, _collection.scss */
.filter-section-toolbar {
  display: none; }

/* line 238, _collection.scss */
.ajs-body {
  background-color: white;
  margin-bottom: 0; }

/* line 243, _collection.scss */
.filter-items-wrapper {
  padding: 0 1.25rem;
  --filter-background-color: white;
  --filter-background-color-transparent: rgba(255, 255, 255, 0); }

/* line 250, _collection.scss */
.filter-field {
  padding: 0; }
  /* line 253, _collection.scss */
  .filter-field:hover {
    color: #dac278; }

/* line 259, _collection.scss */
.sidebar-filter .filter-field-marker, .sidebar-filter .form-field .form-toggle-marker, .form-field .sidebar-filter .form-toggle-marker {
  color: #222222;
  flex-basis: 1rem;
  height: 1rem;
  line-height: 1.7rem;
  background-color: #fff;
  margin-right: 0.2rem;
  position: relative;
  border: 1px solid #222222; }
  /* line 269, _collection.scss */
  .sidebar-filter .filter-field-marker.is-active, .sidebar-filter .form-field .is-active.form-toggle-marker, .form-field .sidebar-filter .is-active.form-toggle-marker {
    background-color: #222222; }
    /* line 467, _mixins.scss */
    .sidebar-filter .filter-field-marker.is-active:after, .sidebar-filter .form-field .is-active.form-toggle-marker:after, .form-field .sidebar-filter .is-active.form-toggle-marker:after {
      font-family: "Check";
      content: "";
      left: 50%;
      top: 50%;
      color: #fff;
      position: absolute;
      transform: translate(-50%, -50%); }

/* line 284, _collection.scss */
.filter-field-marker, .form-field .form-toggle-marker {
  color: #494848;
  flex-basis: 1rem;
  height: 1rem;
  line-height: 1.7rem;
  background-color: white;
  margin-right: 0.2rem;
  position: relative;
  border: 1px solid #494848; }
  /* line 294, _collection.scss */
  .filter-field-marker.is-active, .form-field .is-active.form-toggle-marker {
    background-color: #494848; }
    /* line 467, _mixins.scss */
    .filter-field-marker.is-active:after, .form-field .is-active.form-toggle-marker:after {
      font-family: "Check";
      content: "";
      left: 50%;
      top: 50%;
      color: white;
      position: absolute;
      transform: translate(-50%, -50%); }

/* line 315, _collection.scss */
.form-toggle-caption a {
  color: #dac278; }

/* line 322, _collection.scss */
.m-input-caption a {
  color: #dac278; }

/* line 328, _collection.scss */
.m-input--checkbox [type="checkbox"]:checked + span {
  background-color: white; }
  /* line 458, _mixins.scss */
  .m-input--checkbox [type="checkbox"]:checked + span:after {
    font-family: "FontAwesome";
    content: "";
    left: 50%;
    top: 50%;
    color: #494848;
    position: absolute;
    transform: translate(-50%, -50%); }
/* line 339, _collection.scss */
.m-input--checkbox [type="checkbox"] + span {
  color: #494848;
  flex-basis: 1rem;
  height: 1rem;
  z-index: 1;
  pointer-events: none;
  line-height: 1.7rem;
  background-color: white;
  margin-right: 0.2rem;
  position: relative;
  border: 1px solid #494848; }

/* line 354, _collection.scss */
.filter-field-caption {
  padding: 0 0 0 0.25rem;
  color: #222222; }

/* line 359, _collection.scss */
.filter-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 368, _collection.scss */
.button.filter-submit, .filter-submit.co-button[type="submit"], .filter-submit.co-button[name="commit"], .filter-submit.co-button[data-method="delete"], .filter-submit.co-button.co-button--small, .filter-submit.co-modal-button, .filter-submit.co-tabs-node {
  margin: 0.5rem 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 65px;
  flex: 1 0 65px;
  padding: 0.5em; }

/* line 376, _collection.scss */
.noUi-target {
  height: 0.28rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 383, _collection.scss */
.noUi-base {
  background-color: #c4c4c4; }

/* line 387, _collection.scss */
.noUi-handle {
  width: 1.1rem;
  height: 1.1rem;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #494848; }

/* line 399, _collection.scss */
.buy.text-right-xl .button-buy,
.product-control .more-info .button-buy,
.product-cart-control .more-info .button-buy {
  text-align: center;
  display: inline-block;
  color: white;
  background: #dac278;
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
  padding: 0.19rem 0.8rem 0.28rem 0.8rem; }
  /* line 458, _mixins.scss */
  .buy.text-right-xl .button-buy:before,
  .product-control .more-info .button-buy:before,
  .product-cart-control .more-info .button-buy:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 409, _collection.scss */
  .buy.text-right-xl .button-buy.button-more,
  .product-control .more-info .button-buy.button-more,
  .product-cart-control .more-info .button-buy.button-more {
    font-size: 1.6rem;
    padding: 0.19rem 0.2rem 0.26rem 0.2rem; }
    /* line 458, _mixins.scss */
    .buy.text-right-xl .button-buy.button-more:before,
    .product-control .more-info .button-buy.button-more:before,
    .product-cart-control .more-info .button-buy.button-more:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 415, _collection.scss */
  .buy.text-right-xl .button-buy:before,
  .product-control .more-info .button-buy:before,
  .product-cart-control .more-info .button-buy:before {
    padding-top: 0.3rem; }
  /* line 419, _collection.scss */
  .buy.text-right-xl .button-buy:hover,
  .product-control .more-info .button-buy:hover,
  .product-cart-control .more-info .button-buy:hover {
    background: #e5d4a0; }

/* line 426, _collection.scss */
.filter-clear {
  margin: 0.5rem 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 65px;
  flex: 1 0 65px;
  padding: 0.5em; }
  /* line 475, _mixins.scss */
  .filter-clear:before {
    font-family: "Bamblby";
    content: "";
    font-size: 0.75rem; }

/* line 437, _collection.scss */
.filter-empty {
  width: auto; }

@media screen and (max-width: 480px) {
  /* line 441, _collection.scss */
  .collection-description {
    margin: 0.5rem auto; } }

@media screen and (min-width: 769px) {
  /* line 448, _collection.scss */
  .button-breadcrumb {
    display: none; } }

/* line 455, _collection.scss */
.filter-section-control:hover span {
  color: #777777; }

/* line 459, _collection.scss */
.hidden-breadcrumbs {
  padding: 0.05rem 0.5rem; }

/* line 463, _collection.scss */
.product-card-wrapper {
  border: 1px solid #fff; }
  /* line 465, _collection.scss */
  .product-card-wrapper:hover {
    border-color: #DCC275; }

/* line 1, _product.scss */
button.bttn-quick {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #303030;
  color: #fff;
  padding: 5px;
  opacity: 0;
  outline: none;
  padding: 12px 5px 10px 5px;
  border: none;
  border-radius: 0; }

/* line 18, _product.scss */
.button-quick:before {
  font-family: "FontAwesome";
  content: "";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
  color: #777; }

/* line 30, _product.scss */
.button-quick {
  position: relative;
  margin-right: 7px;
  border: none;
  background: none; }

/* line 36, _product.scss */
.product-card:hover button.bttn-quick-lg {
  opacity: 1; }

/* line 40, _product.scss */
.porudct-price-quick-1 {
  display: none;
  margin-bottom: 0; }
  /* line 44, _product.scss */
  .porudct-price-quick-1 > div {
    margin-bottom: 0;
    width: 100%; }

/* line 51, _product.scss */
.porudct-price-quick-2 {
  margin-bottom: 0; }
  /* line 53, _product.scss */
  .porudct-price-quick-2 > div {
    margin-bottom: 0; }

@media (max-width: 768px) {
  /* line 59, _product.scss */
  button.bttn-quick-mobile {
    position: static;
    opacity: 1; }

  /* line 65, _product.scss */
  .porudct-price-quick-1 {
    display: flex; }

  /* line 70, _product.scss */
  .porudct-price-quick-2 {
    display: none !important; }

  /* line 75, _product.scss */
  .compare-control-quick-mobile {
    text-align: center;
    justify-content: center; }
    /* line 78, _product.scss */
    .compare-control-quick-mobile .compare-link {
      width: auto; } }
@media (max-width: 480px) {
  /* line 87, _product.scss */
  .bttn-quick-mobile {
    font-size: 13px; } }
@media (max-width: 360px) {
  /* line 93, _product.scss */
  .bttn-quick-mobile {
    padding-top: 5px !important;
    padding-bottom: 5px !important; } }
/* line 102, _product.scss */
.top-product-block {
  clear: both;
  overflow: hidden;
  padding-bottom: 1rem; }

/* line 107, _product.scss */
.top-product-block {
  max-width: 360px; }

/* line 110, _product.scss */
.variant {
  margin-bottom: 1rem; }

/* line 113, _product.scss */
.price.on-page.is-small {
  font-size: 1rem; }

/* line 116, _product.scss */
.product-button.button.is-primary.js-variant-preorder, .product-button.is-primary.js-variant-preorder.co-button[type="submit"], .product-button.is-primary.js-variant-preorder.co-button[name="commit"], .product-button.is-primary.js-variant-preorder.co-button[data-method="delete"], .product-button.is-primary.js-variant-preorder.co-button.co-button--small, .product-button.is-primary.js-variant-preorder.co-modal-button, .product-button.is-primary.js-variant-preorder.co-tabs-node {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px; }

/* line 124, _product.scss */
div#vk_groups2 {
  margin: auto; }

@media (max-width: 480px) {
  /* line 128, _product.scss */
  .top-product-block * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: initial !important; }

  /* line 134, _product.scss */
  .top-product-block img {
    margin-top: 1rem; } }
/* line 138, _product.scss */
.info-title {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  margin: 1rem 0 0.5rem 0; }

/* line 144, _product.scss */
.product-dop-info a {
  color: inherit; }
  /* line 146, _product.scss */
  .product-dop-info a:hover {
    color: #DCC275; }

/* line 152, _product.scss */
.product-dop-info {
  margin-top: 2rem; }

@media (min-width: 1025px) {
  /* line 156, _product.scss */
  .variant {
    flex-wrap: nowrap; } }
/* line 161, _product.scss */
.variant-price {
  white-space: nowrap;
  width: 25%;
  text-align: left;
  padding: 3px 15px; }

/* line 167, _product.scss */
.variant-title {
  width: 40%; }

/* line 170, _product.scss */
.variant-title + .variant-title {
  width: 25%; }

/* line 173, _product.scss */
.variant-price .product-prices {
  margin-bottom: 0;
  display: inline-block; }

/* line 178, _product.scss */
.variant-title {
  padding: 0 9px 0 0px; }

/* line 182, _product.scss */
.variant-title span {
  font-weight: 600; }

/* line 186, _product.scss */
.variant-title {
  font-size: 14px; }

@media (max-width: 1024px) {
  /* line 191, _product.scss */
  .variant-title {
    width: 50% !important; }

  /* line 195, _product.scss */
  .variant-price {
    width: 50%;
    flex-basis: 50%; }

  /* line 200, _product.scss */
  .variant-buy {
    width: 50%;
    flex-basis: 50%; }

  /* line 205, _product.scss */
  .variant-price {
    padding-left: 0; }

  /* line 209, _product.scss */
  .variant-buy .product-button {
    margin-left: 0; }

  /* line 213, _product.scss */
  .row.variant {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 0.5rem; } }
/* line 220, _product.scss */
.product-prices.in-card {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  font-size: 1.1rem; }
/* line 234, _product.scss */
.product-prices.on-page > *:empty {
  display: none; }
/* line 238, _product.scss */
.product-prices .old-price {
  margin-right: 0.5rem; }

/* line 243, _product.scss */
.product-card-form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0; }

/* line 254, _product.scss */
#review_form {
  display: none; }

/* line 258, _product.scss */
.m-modal-wrapper {
  padding-bottom: 2rem; }

/* line 262, _product.scss */
.product-link {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  margin: auto;
  display: block;
  line-height: 1.5rem;
  text-align: left; }
  /* line 499, _mixins.scss */
  .product-link:active, .product-link:focus, .product-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 271, _product.scss */
.ajs-close {
  background: none;
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 475, _mixins.scss */
  .ajs-close:before {
    font-family: "Bamblby";
    content: ""; }
  /* line 499, _mixins.scss */
  .ajs-close:active, .ajs-close:focus, .ajs-close:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 277, _product.scss */
.product-introtext {
  margin-bottom: 1rem; }

/* line 281, _product.scss */
.form-rating-label:nth-last-child(1) {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  color: #dac278 !important;
  display: none; }
  /* line 458, _mixins.scss */
  .form-rating-label:nth-last-child(1):after {
    font-family: "FontAwesome";
    content: ""; }
  /* line 499, _mixins.scss */
  .form-rating-label:nth-last-child(1):active, .form-rating-label:nth-last-child(1):focus, .form-rating-label:nth-last-child(1):hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 290, _product.scss */
.form-captcha-update:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

/* line 296, _product.scss */
.tab-block-inner > iframe {
  max-width: 100% !important; }

/* line 303, _product.scss */
.tab-block-inner.editor table tbody {
  display: block; }

/* line 308, _product.scss */
.product-form {
  margin-bottom: 1rem; }

/* line 312, _product.scss */
.product-sku-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 325, _product.scss */
  .product-sku-wrapper > .label-article {
    margin-right: 0.25rem;
    font-size: 0.8rem;
    opacity: 0.8; }
  /* line 330, _product.scss */
  .product-sku-wrapper > .js-product-sku {
    font-size: 0.8rem;
    opacity: 0.8; }

/* line 335, _product.scss */
.product__reviews-count {
  margin-left: 5px; }

/* line 338, _product.scss */
.product-prices {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 347, _product.scss */
  .product-prices > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.25rem 0; }
  @media screen and (max-width: 480px) {
    /* line 338, _product.scss */
    .product-prices {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (max-width: 768px) {
  /* line 361, _product.scss */
  .bundle-slider {
    margin: auto; } }

/* line 368, _product.scss */
.product-wrapper .page-headding {
  margin-bottom: 1rem; }

/* line 372, _product.scss */
.top-panel-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1rem; }

/* line 385, _product.scss */
.tab-toggle-caption {
  font-weight: bold;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    /* line 385, _product.scss */
    .tab-toggle-caption {
      margin-bottom: 0; } }

/* line 393, _product.scss */
.product-available {
  color: #3c981d;
  font-size: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  /* line 467, _mixins.scss */
  .product-available:before {
    font-family: "Check";
    content: "";
    color: #3c981d;
    font-size: 1.25rem; }

@media screen and (max-width: 480px) {
  /* line 415, _product.scss */
  .product-button.is-quick-checkout {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

/* line 423, _product.scss */
.product-gallery-wrapper {
  position: relative; }
  @media screen and (max-width: 768px) {
    /* line 427, _product.scss */
    .product-gallery-wrapper .product-labels {
      position: static; } }

/* line 433, _product.scss */
.gallery-main-wrapper {
  text-align: center; }

/* line 437, _product.scss */
.product-slider-controls .hidden_counter {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 437, _product.scss */
    .product-slider-controls .hidden_counter {
      display: block; } }

/* line 445, _product.scss */
.mobile-wrapper {
  margin-bottom: 2.5rem; }

/* line 449, _product.scss */
.product-control, .product-cart-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem -0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 464, _product.scss */
  .product-control > *, .product-cart-control > * {
    margin: 0.25rem;
    color: #dac278; }
  @media screen and (max-width: 480px) {
    /* line 449, _product.scss */
    .product-control, .product-cart-control {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 476, _product.scss */
.product-cart-control {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50px;
  flex: 0 50px;
  margin: 0; }

/* line 484, _product.scss */
.more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto; }

/* line 494, _product.scss */
.compare-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (max-width: 480px) {
    /* line 494, _product.scss */
    .compare-control {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    /* line 494, _product.scss */
    .compare-control {
      margin: 0.25rem; } }

/* line 514, _product.scss */
.product-option-selectors .option {
  margin-right: 1rem; }

/* line 518, _product.scss */
.gallery-thumbs.swiper-container > .gallery-controls {
  padding-left: 0; }
  /* line 521, _product.scss */
  .gallery-thumbs.swiper-container > .gallery-controls:before {
    margin-left: 0; }

/* line 529, _product.scss */
.m-modal-button--checkout {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #dac278;
  color: #222222;
  padding: 0.15rem 2.5rem;
  margin: 1rem 0 0.5rem;
  text-transform: uppercase; }
  /* line 281, _mixins.scss */
  .m-modal-button--checkout:focus, .m-modal-button--checkout:active, .m-modal-button--checkout:hover {
    background-color: #dac278;
    color: #222222; }
  /* line 288, _mixins.scss */
  .m-modal-button--checkout:-moz-focus-inner {
    border: 0; }

/* line 537, _product.scss */
.m-modal {
  padding: 20px 0 0;
  background-color: white;
  color: #494848; }

/* line 543, _product.scss */
.m-modal-heading {
  color: #494848;
  margin-top: 0; }

/* line 548, _product.scss */
.m-input-label {
  color: #494848; }

/* line 552, _product.scss */
.m-input-field {
  color: #222222;
  outline: none;
  background-color: #fff; }
  /* line 557, _product.scss */
  .m-input-field:focus {
    border: 1px solid #dac278; }

/* line 561, _product.scss */
.m-input--checkbox {
  opacity: 1;
  position: relative; }

/* line 566, _product.scss */
.m-modal-close {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  background: none;
  height: 20px;
  width: 20px;
  top: 7px;
  font-weight: bold; }
  /* line 499, _mixins.scss */
  .m-modal-close:active, .m-modal-close:focus, .m-modal-close:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 475, _mixins.scss */
  .m-modal-close:before {
    font-family: "Bamblby";
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
  /* line 580, _product.scss */
  .m-modal-close:hover {
    background-color: transparent; }

/* line 588, _product.scss */
.product-card-wrapper {
  padding: 1.25rem; }
  /* line 591, _product.scss */
  .product-card-wrapper.in-tab {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
    @media screen and (max-width: 1024px) {
      /* line 591, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        max-width: 33%; } }
    @media screen and (max-width: 768px) {
      /* line 591, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      /* line 591, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

/* line 616, _product.scss */
.product-card {
  display: block; }

/* line 620, _product.scss */
.product-card-inner {
  position: relative; }

/* line 624, _product.scss */
.product-card-photo {
  display: block;
  margin-bottom: 1rem; }

/* line 629, _product.scss */
.product-card-caption {
  text-align: center;
  line-height: 1.4; }

/* line 634, _product.scss */
.product-content {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 638, _product.scss */
  .product-content.tab {
    margin-top: 3rem; }

/* line 647, _product.scss */
.product-labels {
  position: absolute;
  top: 0;
  left: 0.5rem; }

/* line 653, _product.scss */
.gallery-thumbs-wrapper {
  margin-top: 0.5rem; }

/* line 657, _product.scss */
.label {
  background-color: #eeeeee;
  color: #222222; }
  /* line 661, _product.scss */
  .label.is-discount {
    background-color: #dc4646;
    color: #fff; }

/* line 671, _product.scss */
.price {
  font-weight: bold;
  font-size: 18px; }
  /* line 675, _product.scss */
  .price.is-discount {
    font-size: 0.8em;
    text-decoration: line-through; }
  /* line 680, _product.scss */
  .price.on-page {
    font-size: 1.25rem; }

@media all and (max-width: 350px) {
  /* line 686, _product.scss */
  .price {
    font-size: 13px; } }
/* line 691, _product.scss */
.old-price {
  text-decoration: line-through;
  opacity: 0.6; }
  /* line 695, _product.scss */
  .old-price.on-page {
    font-size: 1.25rem; }

/* line 704, _product.scss */
.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 719, _product.scss */
  .product-slider.is-related-products .product-slider-heading {
    word-break: break-word; }
  /* line 723, _product.scss */
  .product-slider.tab-block {
    border: none;
    padding-top: 0;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      /* line 729, _product.scss */
      .product-slider.tab-block:last-of-type {
        border-bottom: 1px solid #dac278; } }
  /* line 735, _product.scss */
  .product-slider.is-similar-products {
    margin-top: 2rem; }

/* line 740, _product.scss */
.product-slider-heading-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 1rem;
  margin-left: 0.75rem; }

/* line 758, _product.scss */
.product-slider-controls .promo-slider-next.is-disabled,
.product-slider-controls .promo-slider-prev.is-disabled {
  display: block;
  pointer-events: fill; }
/* line 764, _product.scss */
.product-slider-controls .promo-slider-next {
  text-align: right; }
/* line 768, _product.scss */
.product-slider-controls .promo-slider-prev {
  text-align: left; }

/* line 773, _product.scss */
.swiper-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 782, _product.scss */
.product-slider-prev,
.product-slider-next {
  color: #EB5757;
  -webkit-transition: opacity 0.15s ease-out 0.15s, color 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s, color 0.15s ease-out 0.15s;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  line-height: 1.5rem;
  background-image: none;
  font-size: 1.75rem;
  z-index: 99; }
  /* line 801, _product.scss */
  .product-slider-prev:active, .product-slider-prev:hover,
  .product-slider-next:active,
  .product-slider-next:hover {
    color: #DCC275;
    background-color: trasparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  /* line 811, _product.scss */
  .product-slider-prev.is-disabled:active, .product-slider-prev.is-disabled:hover,
  .product-slider-next.is-disabled:active,
  .product-slider-next.is-disabled:hover {
    opacity: 0.35; }
  @media screen and (max-width: 480px) {
    /* line 782, _product.scss */
    .product-slider-prev,
    .product-slider-next {
      margin: 0;
      padding: 0; } }

/* line 823, _product.scss */
.above-gallery > .product-slider-prev,
.above-gallery .product-slider-next {
  font-size: 1.25rem; }

/* line 829, _product.scss */
.gallery-slider {
  margin-left: auto; }

/* line 833, _product.scss */
.gallery-controls {
  margin-top: 0.5rem; }

/* line 837, _product.scss */
.product-slider-prev {
  margin-right: 3px; }
  /* line 475, _mixins.scss */
  .product-slider-prev:before {
    font-family: "Bamblby";
    content: ""; }

/* line 843, _product.scss */
.product-slider-next {
  margin-left: 3px; }
  /* line 475, _mixins.scss */
  .product-slider-next:before {
    font-family: "Bamblby";
    content: ""; }

/* line 849, _product.scss */
.button-buy {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #dac278;
  color: #222222;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66%;
  flex: 0 1 66%;
  padding: 0.6rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 281, _mixins.scss */
  .button-buy:focus, .button-buy:active, .button-buy:hover {
    background-color: #dac278;
    color: #222222; }
  /* line 288, _mixins.scss */
  .button-buy:-moz-focus-inner {
    border: 0; }

/* line 868, _product.scss */
.bundle_buy > .is-preorder {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

/* line 874, _product.scss */
.compare-link {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  /* line 499, _mixins.scss */
  .compare-link:active, .compare-link:focus, .compare-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 874, _product.scss */
    .compare-link {
      width: 100%;
      margin: 0.3rem 0; } }
  /* line 892, _product.scss */
  .compare-link:focus {
    border: none;
    outline: none; }
  /* line 896, _product.scss */
  .compare-link:hover {
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }

/* line 900, _product.scss */
.icon-compare {
  padding-right: 0.25rem;
  margin-bottom: -0.15rem;
  -webkit-transform: translate(0, 16%) rotate(90deg);
  transform: translate(0, 16%) rotate(90deg); }

/* line 907, _product.scss */
.bundle-prices {
  margin: 0.25rem 0; }

/* line 910, _product.scss */
.compare-text {
  padding-bottom: 0.15rem;
  align-self: flex-end;
  margin-left: 0.5rem; }

/* line 916, _product.scss */
.price-bundle {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 921, _product.scss */
  .price-bundle span {
    font-weight: bold;
    text-decoration: line-through; }

/* line 927, _product.scss */
.price_discount {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 932, _product.scss */
  .price_discount span {
    font-weight: bold; }

/* line 937, _product.scss */
.price_finall {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem; }
  /* line 942, _product.scss */
  .price_finall span {
    font-weight: bold;
    white-space: nowrap; }

/* line 948, _product.scss */
.buy.bundle_buy {
  margin: 0;
  margin-top: 0.8rem; }
  @media screen and (min-width: 769px) {
    /* line 948, _product.scss */
    .buy.bundle_buy {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px; } }

@media screen and (max-width: 1024px) {
  /* line 961, _product.scss */
  .quick-button-wrap {
    margin-left: -0.5rem; } }
/* line 965, _product.scss */
.product-slider.is-bundle-products {
  margin-top: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  /* line 972, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 2rem; }
  /* line 979, _product.scss */
  .product-slider.is-bundle-products .swiper-wrapper {
    margin-top: 0; }
  /* line 983, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper:after {
    margin-left: 0; }
  /* line 987, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading {
    display: none; }

/* line 992, _product.scss */
.fancybox-caption {
  text-align: center;
  border-top: 0; }

/* line 997, _product.scss */
.is-reviews-toggle, .is-comments-toggle {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #dac278;
  color: #222222;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }
  /* line 281, _mixins.scss */
  .is-reviews-toggle:focus, .is-comments-toggle:focus, .is-reviews-toggle:active, .is-comments-toggle:active, .is-reviews-toggle:hover, .is-comments-toggle:hover {
    background-color: #dac278;
    color: #222222; }
  /* line 288, _mixins.scss */
  .is-reviews-toggle:-moz-focus-inner, .is-comments-toggle:-moz-focus-inner {
    border: 0; }
  /* line 1003, _product.scss */
  .is-reviews-toggle:after, .is-comments-toggle:after {
    padding-left: 0.25rem; }

/* line 1014, _product.scss */
.sidebar-menu-marker.filter-marker {
  margin-left: auto;
  margin-right: 0.5rem;
  color: #eeeeee;
  font-weight: bold; }

/* line 1024, _product.scss */
.filter-section.has-active-items .sidebar-menu-marker.filter-marker {
  display: none; }

/* line 475, _mixins.scss */
.filter-section-toggle.is-active-toggle.is-active > .filter-marker:before {
  font-family: "Bamblby";
  content: ""; }

/* line 1039, _product.scss */
.filter-section-clear.is-filter-section-clear {
  padding: 0.5rem;
  color: #777777;
  background-color: transparent;
  font-weight: bold; }

/* line 1047, _product.scss */
.sidebar-filter {
  background: #eeeeee;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem; }
  /* line 1052, _product.scss */
  .sidebar-filter .sidebar-block-heading, .sidebar-filter .filter-heading {
    border-bottom: 2px solid #dddddd; }
  /* line 1056, _product.scss */
  .sidebar-filter .filter-section {
    border-bottom: 2px solid #dddddd; }
  /* line 1060, _product.scss */
  .sidebar-filter .filter-section:last-child {
    border-bottom: 2px solid red; }
  /* line 1064, _product.scss */
  .sidebar-filter .filter-items-wrapper {
    --filter-background-color: #eeeeee;
    --filter-background-color-transparent: rgba(238, 238, 238, 0); }

/* line 1070, _product.scss */
.ajs-header {
  background-color: white;
  margin-right: 0; }

/* line 1075, _product.scss */
.form-label {
  color: #494848; }

/* line 1079, _product.scss */
.ajs-footer {
  background-color: white;
  padding-top: 0; }

/* line 1084, _product.scss */
.ajs-dialog {
  background-color: white;
  color: #494848; }

/* line 1089, _product.scss */
.form-notice {
  color: #494848; }

/* line 1093, _product.scss */
.ajs-cancel {
  color: #494848; }

/* line 1096, _product.scss */
.bundle-preorder {
  margin-left: 0.5rem; }

/* line 1099, _product.scss */
button.product-button.button.is-primary.is-small, button.product-button.is-primary.is-small.co-button[type="submit"], button.product-button.is-primary.is-small.co-button[name="commit"], button.product-button.is-primary.is-small.co-button[data-method="delete"], button.product-button.is-primary.is-small.co-button.co-button--small, button.product-button.is-primary.is-small.co-modal-button, button.product-button.is-primary.is-small.co-tabs-node {
  font-size: 12px;
  padding-left: 13px;
  padding-right: 13px; }

/* line 1104, _product.scss */
form.text-right[data-product-id] select {
  max-width: 100%;
  padding-right: 28px;
  border: 1px solid;
  border-radius: 3px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px; }

/* line 1114, _product.scss */
.product-adv-wrapper {
  margin: 40px 0; }
  @media screen and (max-width: 480px) {
    /* line 1117, _product.scss */
    .product-adv-wrapper > div {
      margin-left: 0; } }

/* line 1126, _product.scss */
.product-adv-item {
  cursor: pointer;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 768px) {
    /* line 1126, _product.scss */
    .product-adv-item {
      text-align: left; } }
  /* line 1135, _product.scss */
  .product-adv-item > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    @media screen and (max-width: 768px) {
      /* line 1135, _product.scss */
      .product-adv-item > div {
        text-align: left; } }

@media screen and (max-width: 480px) {
  /* line 1147, _product.scss */
  .product-adv-item-img {
    width: 50px; } }

/* line 1154, _product.scss */
.product-adv-item-img svg {
  height: 50px;
  max-width: 100%; }

/* line 1159, _product.scss */
.product-adv-item-title {
  font-weight: bold;
  text-align: center; }

/* line 1164, _product.scss */
.product-adv-item-content {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 350px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  visibility: hidden;
  text-align: left;
  padding: 10px;
  background: #fff;
  z-index: 1000;
  left: 50%;
  margin-left: -175px; }
  @media screen and (max-width: 480px) {
    /* line 1164, _product.scss */
    .product-adv-item-content {
      width: 300px;
      margin-left: -150px; } }
  /* line 1185, _product.scss */
  .product-adv-item-content p {
    margin-bottom: 0; }
  /* line 1188, _product.scss */
  .product-adv-item-content:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }

/* line 1201, _product.scss */
.product-adv-item:hover .product-adv-item-content {
  visibility: visible; }

/* line 1206, _product.scss */
.product-quick-adv .product-adv-item-title {
  display: block; }
/* line 1210, _product.scss */
.product-quick-adv .product-adv-wrapper {
  margin: 20px 0; }
  /* line 1212, _product.scss */
  .product-quick-adv .product-adv-wrapper > div {
    padding: 0;
    padding-right: 1em; }
@media screen and (max-width: 768px) {
  /* line 1221, _product.scss */
  .product-quick-adv .product-adv-item {
    text-align: center; } }
/* line 1227, _product.scss */
.product-quick-adv .product-adv-item-title {
  font-weight: normal;
  font-size: 13px; }
  @media screen and (max-width: 768px) {
    /* line 1227, _product.scss */
    .product-quick-adv .product-adv-item-title {
      text-align: center; } }

/* line 1240, _product.scss */
#quick-view {
  max-width: 1024px; }
  @media screen and (max-width: 768px) {
    /* line 1240, _product.scss */
    #quick-view {
      max-width: 95%; } }

/* line 1251, _product.scss */
.header-item-favorites .item-icon {
  line-height: 32px;
  height: 32px; }

/* line 1258, _product.scss */
.favorite-btn {
  cursor: pointer; }
  /* line 1260, _product.scss */
  .favorite-btn span.fa {
    color: #DCC275; }

/* line 1266, _product.scss */
.header-item-favorites.is-top-panel i {
  color: #fff;
  font-size: 18px; }

/* line 1272, _product.scss */
.gallery-thumbs {
  padding-top: 30px; }

/* line 1276, _product.scss */
.gallery-thumbs-wrapper .product-slider-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000; }
  /* line 1281, _product.scss */
  .gallery-thumbs-wrapper .product-slider-controls .product-slider-prev, .gallery-thumbs-wrapper .product-slider-controls .product-slider-next {
    position: static;
    transform: none !important; }

/* line 1289, _product.scss */
.buy-one-click-mobile {
  display: none; }

@media screen and (max-width: 768px) {
  /* line 1298, _product.scss */
  .buy-one-click-mobile {
    display: block; }
    /* line 1302, _product.scss */
    .buy-one-click-mobile .product-prices {
      text-align: left;
      justify-content: left; }
    /* line 1307, _product.scss */
    .buy-one-click-mobile .quick-button-wrap {
      margin-top: 20px; } }
/* line 1317, _product.scss */
.gift-for-all-order {
  margin: 20px 0;
  display: flex;
  align-items: center; }
  /* line 1321, _product.scss */
  .gift-for-all-order-img {
    margin-right: 10px; }
    /* line 1323, _product.scss */
    .gift-for-all-order-img img {
      max-width: 150px; }

/* line 1, _compare.scss */
.button-same-toggle {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #dac278;
  color: #222222; }
  /* line 281, _mixins.scss */
  .button-same-toggle:focus, .button-same-toggle:active, .button-same-toggle:hover {
    background-color: #dac278;
    color: #222222; }
  /* line 288, _mixins.scss */
  .button-same-toggle:-moz-focus-inner {
    border: 0; }

/* line 6, _compare.scss */
.compare-toolbar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/* line 12, _compare.scss */
.table-striped .table-row:nth-child(even) td,
.table-striped tr:nth-child(even) .table-cell,
.table-striped tr:nth-child(even) td {
  background-color: rgba(238, 238, 238, 0.5);
  color: #494848; }

/* line 19, _compare.scss */
.table-striped .table-row:hover > .table-cell {
  background-color: rgba(238, 238, 238, 0.5); }

/* line 23, _compare.scss */
.table-striped .table-row:nth-child(2):hover > .table-cell {
  background-color: transparent; }

/* line 27, _compare.scss */
.table-striped .table-row:last-child:hover > .table-cell {
  background-color: transparent; }

/* line 31, _compare.scss */
.table-bordered td {
  border: 1px solid #dac278; }

/* line 37, _compare.scss */
.table-bordered .table-cell:first-child {
  border-left: 1px solid #dac278; }
/* line 41, _compare.scss */
.table-bordered .table-cell:last-child {
  border-right: 1px solid #dac278; }
/* line 45, _compare.scss */
.table-bordered .table-row:first-child .table-cell {
  border-top: 1px solid #dac278;
  background-color: rgba(238, 238, 238, 0.5);
  color: #494848; }
/* line 51, _compare.scss */
.table-bordered .table-row:last-child .table-cell {
  border-bottom: 1px solid #dac278; }
/* line 55, _compare.scss */
.table-bordered .table-cell {
  border-right: 1px solid #dac278;
  border-bottom: 1px solid #dac278; }

/* line 61, _compare.scss */
.table .table-cell,
.table td {
  padding: 0.5rem 0.5rem;
  line-height: 1.2; }

/* line 67, _compare.scss */
.compare-table-wrapper {
  overflow-x: auto; }

/* line 71, _compare.scss */
.title-link {
  color: #dac278;
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .title-link:active, .title-link:focus, .title-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 78, _compare.scss */
.table-compare .table-row,
.table-compare tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

/* line 90, _compare.scss */
.compare-more {
  margin: 0 0.5rem 0.5rem;
  padding: 0.5rem 1.4rem; }

/* line 95, _compare.scss */
.compare-delete {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .compare-delete:active, .compare-delete:focus, .compare-delete:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 458, _mixins.scss */
  .compare-delete:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 107, _compare.scss */
.compare-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px; }

/* line 120, _compare.scss */
.compare-image-wrapper {
  overflow: hidden; }

/* line 124, _compare.scss */
.param-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px; }

/* line 131, _compare.scss */
.param-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px; }

/* line 138, _compare.scss */
.compare-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center; }
  /* line 148, _compare.scss */
  .compare-controls .more-info {
    flex: 0 1 50%;
    margin: 0; }

/** Compares widget */
/** Compares widget */
/* line 157, _compare.scss */
.compares-widget {
  margin-left: auto;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    /* line 157, _compare.scss */
    .compares-widget {
      margin-left: 0; } }
  /* line 165, _compare.scss */
  .compares-widget.is-top-panel {
    padding: 0;
    display: flex;
    align-items: center; }
    /* line 169, _compare.scss */
    .compares-widget.is-top-panel .compare-widget-caption,
    .compares-widget.is-top-panel .shopcart-widget-icon {
      border: none;
      padding: 0.8rem;
      color: white;
      font-size: 1.5rem;
      margin-right: 0; }
      /* line 177, _compare.scss */
      .compares-widget.is-top-panel .compare-widget-caption:hover,
      .compares-widget.is-top-panel .shopcart-widget-icon:hover {
        color: white; }
    /* line 181, _compare.scss */
    .compares-widget.is-top-panel .compare-widget-caption {
      display: flex;
      align-items: center; }

/* line 190, _compare.scss */
.compares-widget-link {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  white-space: nowrap; }
  /* line 499, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 196, _compare.scss */
.compare-widget-icon {
  display: inline-block;
  width: 1rem; }

/* line 1, _blog.scss */
.blog-menu-item {
  padding: 0.25rem 0;
  line-height: 23px; }

/* line 6, _blog.scss */
.blog-menu-link {
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  cursor: pointer;
  color: #dac278;
  line-height: 1.5rem; }
  /* line 14, _blog.scss */
  .blog-menu-link.is-active, .blog-menu-link.is-current, .blog-menu-link.is-hovered {
    color: #dac278; }

/* line 21, _blog.scss */
.heading-link {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .heading-link:active, .heading-link:focus, .heading-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 25, _blog.scss */
.js-comments-toggle-notice {
  display: none; }

/* line 29, _blog.scss */
.blog-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

/* line 36, _blog.scss */
.tags-cloud {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

/* line 48, _blog.scss */
.tag {
  list-style-type: none;
  margin: 0.75rem 0.5rem 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 58, _blog.scss */
  .tag:hover {
    border-color: #dac278; }
    /* line 61, _blog.scss */
    .tag:hover * {
      border-color: #dac278;
      color: #dac278; }
  /* line 66, _blog.scss */
  .tag.is-current * {
    border-color: #dac278;
    color: #dac278; }

/* line 72, _blog.scss */
.article-perview-introtext {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 78, _blog.scss */
.tag-link, .tag-title {
  text-decoration: none;
  color: #dac278;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dac278;
  vertical-align: middle;
  background-color: white; }

/* line 93, _blog.scss */
.tag-text {
  padding: 0.25rem 0.45rem; }

/* line 97, _blog.scss */
.tag-count {
  white-space: nowrap;
  border-left: 1px solid #dac278;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #dac278;
  text-decoration: none; }

/* line 106, _blog.scss */
.comments-count {
  color: #dac278;
  padding: 0 1em;
  text-decoration: none;
  padding-left: 0;
  padding-bottom: 0.25rem; }
  /* line 113, _blog.scss */
  .comments-count:hover {
    color: #dac278; }

/* line 118, _blog.scss */
.author {
  padding-right: 0.75rem;
  opacity: 0.5;
  padding-bottom: 0.25rem; }
  /* line 475, _mixins.scss */
  .author:before {
    font-family: "Bamblby";
    content: ""; }
  @media screen and (max-width: 380px) {
    /* line 118, _blog.scss */
    .author {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 133, _blog.scss */
      .author:before {
        padding-right: 0.25rem; } }

/* line 139, _blog.scss */
.date {
  opacity: 0.5;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem; }
  /* line 475, _mixins.scss */
  .date:before {
    font-family: "Bamblby";
    content: ""; }
  @media screen and (max-width: 380px) {
    /* line 139, _blog.scss */
    .date {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      /* line 151, _blog.scss */
      .date:before {
        padding-right: 0.25rem; } }

/* line 157, _blog.scss */
.product-rating {
  padding-bottom: 0.25rem; }

/* line 161, _blog.scss */
.article-toolbar {
  padding: 0.5rem 0; }

/* line 165, _blog.scss */
.article-preview-toolbar.toolbar .toolbar-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0.5rem; }

/* line 179, _blog.scss */
.comments-heading {
  margin: 0.75rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #917728;
  text-transform: capitalize;
  font-size: 1.25rem; }

/* line 189, _blog.scss */
.comments-item {
  padding: 0.6rem 0; }
  /* line 192, _blog.scss */
  .comments-item:first-child {
    padding-top: 0; }

/* line 197, _blog.scss */
.comment-body {
  padding: 0.5rem 0;
  line-height: 22px; }

/* line 202, _blog.scss */
.comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 80%; }

/* line 220, _blog.scss */
.comments-wrapper {
  margin: 1.5rem 0; }

/* line 224, _blog.scss */
.comments-form {
  margin: 1.5rem 0; }

/* line 228, _blog.scss */
.form-button {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #dac278;
  color: #222222;
  width: 100%;
  text-transform: uppercase; }
  /* line 281, _mixins.scss */
  .form-button:focus, .form-button:active, .form-button:hover {
    background-color: #dac278;
    color: #222222; }
  /* line 288, _mixins.scss */
  .form-button:-moz-focus-inner {
    border: 0; }

/* line 235, _blog.scss */
.article-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem 0; }

/* line 248, _blog.scss */
.m-modal-errors {
  color: #222222; }

/* line 254, _blog.scss */
.form-field.is-text {
  margin: 0.25rem 0;
  border: 1px solid #dac278;
  padding: 0.4rem 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none; }
  /* line 262, _blog.scss */
  .form-field.is-text:focus {
    border: 1px solid #dac278; }
/* line 267, _blog.scss */
.form-field.with-error {
  background-color: #ffebeb;
  color: #222222; }

/* line 272, _blog.scss */
.article-preview-image-inner {
  text-align: center; }

/* line 275, _blog.scss */
.row.blog-wrapper {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 8, _article.scss */
.article-preview-wrapper + .article-preview-wrapper {
  margin-top: 1rem; }

/* line 13, _article.scss */
.article-preview {
  display: block; }
  /* line 16, _article.scss */
  .article-preview > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

/* line 22, _article.scss */
.article-preview-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    /* line 22, _article.scss */
    .article-preview-image-wrapper {
      margin: 0.5rem 0; } }

/* line 32, _article.scss */
.article-tags-wrapper {
  margin-bottom: 2rem; }

/* line 37, _article.scss */
.blog .article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    /* line 37, _article.scss */
    .blog .article-preview {
      display: block; } }
/* line 54, _article.scss */
.blog .article-preview-image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4%;
  flex: 1 0 4%;
  min-width: 200px;
  max-width: 100%; }

/* line 64, _article.scss */
.article-preview-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  margin-left: 0.5rem;
  flex: 1 1 400px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 81, _article.scss */
  .article-preview-caption.in-sidebar {
    margin-left: 0; }

/* line 86, _article.scss */
.article-preview-link {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  font-weight: bold; }
  /* line 499, _mixins.scss */
  .article-preview-link:active, .article-preview-link:focus, .article-preview-link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

@media screen and (max-width: 480px) {
  /* line 92, _article.scss */
  .article-tags-header {
    margin-top: 1rem; } }

/* line 102, _article.scss */
.comments-wrapper .button-text,
.article-preview-toolbar .button-text,
.comments-count .button-text {
  text-transform: unset; }
  /* line 475, _mixins.scss */
  .comments-wrapper .button-text:before,
  .article-preview-toolbar .button-text:before,
  .comments-count .button-text:before {
    font-family: "Bamblby";
    content: ""; }

/* line 109, _article.scss */
.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0; }

/* line 125, _article.scss */
.article-preview-heading {
  line-height: 1.5rem;
  margin-bottom: 0.5rem; }

/* line 132, _article.scss */
.article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 400px; }

/* line 145, _article.scss */
#comment_form {
  display: none; }

/* line 1, _cart.scss */
.cart-list {
  margin-top: -1rem;
  margin-bottom: -1rem; }

/* line 6, _cart.scss */
.shopping-cart {
  margin-top: 1rem; }

/* line 10, _cart.scss */
.cart-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 10, _cart.scss */
    .cart-item {
      margin-bottom: 2rem; } }
  /* line 18, _cart.scss */
  .cart-item.is-cart-dropdown {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
    /* line 22, _cart.scss */
    .cart-item.is-cart-dropdown .item-prices {
      padding: 0;
      padding-right: 0.25rem; }
    @media screen and (max-width: 1024px) {
      /* line 27, _cart.scss */
      .cart-item.is-cart-dropdown .item-title {
        text-align: center; } }
    /* line 34, _cart.scss */
    .cart-item.is-cart-dropdown .item-delete {
      padding: 0.25rem; }
      /* line 37, _cart.scss */
      .cart-item.is-cart-dropdown .item-delete .is-item-delete {
        padding: 0.15rem;
        -webkit-transition: color 0.15s ease-out 0.15s;
        transition: color 0.15s ease-out 0.15s; }
        /* line 42, _cart.scss */
        .cart-item.is-cart-dropdown .item-delete .is-item-delete:hover {
          background-color: transparent;
          color: #dac278; }

/* line 51, _cart.scss */
.cart-block-checkout.is-cart-dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%; }

/* line 61, _cart.scss */
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    /* line 61, _cart.scss */
    .item {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  /* line 87, _cart.scss */
  .item.is-cart-dropdown {
    border: none; }

/* line 92, _cart.scss */
.discount-comment-list {
  margin: 0.5rem 0;
  padding-top: 0.5rem; }

/* line 97, _cart.scss */
.item-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10rem;
  flex: 0 0 10rem;
  padding: 0.5rem 0.5rem;
  margin: auto; }
  /* line 103, _cart.scss */
  .item-image-wrapper.is-cart-dropdown {
    -webkit-box-flex: 0;
    flex: 0 0 4rem;
    -ms-flex: 0 0 4rem; }
  @media screen and (max-width: 480px) {
    /* line 97, _cart.scss */
    .item-image-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%; } }

/* line 116, _cart.scss */
.item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10rem;
  flex: 1 1 10rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    /* line 142, _cart.scss */
    .item-content .counter-button {
      display: none; }
    /* line 146, _cart.scss */
    .item-content .counter-input {
      border-right: 1px solid #dac278;
      border-left: 1px solid #dac278; }
    /* line 151, _cart.scss */
    .item-content .counter {
      width: 3rem; } }

/* line 157, _cart.scss */
.item-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 173, _cart.scss */
.is-cart-dropdown .item-caption {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* line 179, _cart.scss */
.item-caption {
  margin-bottom: -0.25rem;
  margin-top: -0.25rem;
  padding: 0.5rem 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }
  /* line 187, _cart.scss */
  .item-caption > * {
    display: block;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  @media screen and (max-width: 1024px) {
    /* line 179, _cart.scss */
    .item-caption {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 199, _cart.scss */
.cart-body {
  border-bottom: 1px solid #dac278;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem; }

/* line 205, _cart.scss */
.item-title {
  text-decoration: none;
  color: #dac278; }

/* line 210, _cart.scss */
.item-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 222, _cart.scss */
.item-prices {
  white-space: nowrap;
  text-align: center;
  padding: 0.5rem 0.5rem; }
  /* line 227, _cart.scss */
  .item-prices.is-sale-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
    @media screen and (max-width: 768px) {
      /* line 227, _cart.scss */
      .item-prices.is-sale-price {
        display: none; } }
  /* line 237, _cart.scss */
  .item-prices.is-total-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%; }
    @media screen and (max-width: 768px) {
      /* line 237, _cart.scss */
      .item-prices.is-total-price {
        font-weight: bold; } }
  /* line 247, _cart.scss */
  .item-prices span {
    margin-left: 0.5rem; }

/* line 252, _cart.scss */
.item-counter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 0.5rem; }
  /* line 257, _cart.scss */
  .item-counter.is-cart-dropdown {
    display: none; }
  @media screen and (max-width: 768px) {
    /* line 261, _cart.scss */
    .item-counter .counter-button {
      display: none; }
    /* line 264, _cart.scss */
    .item-counter .counter-input {
      border: 1px solid #dac278; } }

/* line 270, _cart.scss */
.item-delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 0.5rem;
  padding-right: 0; }
  @media screen and (max-width: 380px) {
    /* line 270, _cart.scss */
    .item-delete {
      padding: 0.25rem; } }

/* line 287, _cart.scss */
.shopcart-widget-wrapper.is-top-panel {
  padding: 0; }

/* line 294, _cart.scss */
.shopcart-widget.is-top-panel .shopcart-widget-icon {
  padding: 0.8rem;
  padding-top: 0.7rem;
  border: none;
  display: flex;
  align-items: center; }
/* line 301, _cart.scss */
.shopcart-widget.is-top-panel .shopcart-widget-data {
  display: none; }
/* line 306, _cart.scss */
.shopcart-widget.in-header {
  font-size: 0.9rem;
  margin-left: auto;
  position: relative; }
  /* line 313, _cart.scss */
  .shopcart-widget.in-header .shopcart-widget-link {
    transition: none; }
    /* line 316, _cart.scss */
    .shopcart-widget.in-header .shopcart-widget-link:hover .shopcart-widget-icon * {
      border-color: #dac278;
      color: #dac278; }
    /* line 320, _cart.scss */
    .shopcart-widget.in-header .shopcart-widget-link:hover .shopcart-widget-data {
      color: #dac278; }

/* line 329, _cart.scss */
.shopcart-widget-link {
  color: white;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 499, _mixins.scss */
  .shopcart-widget-link:active, .shopcart-widget-link:focus, .shopcart-widget-link:hover {
    color: white;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 346, _cart.scss */
.shopcart-widget-icon {
  font-size: 1.5rem;
  position: relative;
  vertical-align: middle;
  padding: 1rem 0.9rem;
  margin-right: 0.3rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem; }
  /* line 458, _mixins.scss */
  .shopcart-widget-icon:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 361, _cart.scss */
.shopcart-widget-count, .compares-widget-count {
  color: #222222;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  color: #dac278;
  width: 1.35rem;
  height: 1.35rem;
  top: -0.25rem;
  right: -0.5rem;
  position: absolute;
  font-size: 0.7rem;
  border-radius: 1.75rem;
  border: 1px solid #dac278; }
  /* line 386, _cart.scss */
  .shopcart-widget-count.is-top-panel, .is-top-panel.compares-widget-count {
    position: static;
    border-radius: 1.75rem;
    width: 1.3rem;
    height: 1.35rem;
    margin-left: 0.15rem;
    background-color: white;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    color: white;
    background-color: #eb839f; }

/* line 406, _cart.scss */
.compares-widget-count.is-top-panel {
  border: 1px solid white;
  color: white;
  background-color: #303030; }

/* line 413, _cart.scss */
.shopcart-widget-amount {
  white-space: nowrap;
  margin-left: 0.25rem;
  color: #dac278;
  font-size: 1.25rem; }

/* line 420, _cart.scss */
.cart-checkout {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #dac278;
  color: #222222; }
  /* line 281, _mixins.scss */
  .cart-checkout:focus, .cart-checkout:active, .cart-checkout:hover {
    background-color: #dac278;
    color: #222222; }
  /* line 288, _mixins.scss */
  .cart-checkout:-moz-focus-inner {
    border: 0; }
  @media screen and (max-width: 380px) {
    /* line 420, _cart.scss */
    .cart-checkout {
      width: 100%; } }
  /* line 428, _cart.scss */
  .cart-checkout.is-cart-dropdown {
    width: 100%; }

/* line 433, _cart.scss */
.discount-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.25rem 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  @media screen and (max-width: 380px) {
    /* line 433, _cart.scss */
    .discount-button {
      width: 100%; } }

/* line 446, _cart.scss */
.cart-footer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 452, _cart.scss */
.discount-form {
  margin: 1rem 0 0.5rem 0; }

/* line 456, _cart.scss */
.cart-block-checkout {
  margin: 0.5rem 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 456, _cart.scss */
    .cart-block-checkout {
      margin: 0.5rem auto;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  /* line 478, _cart.scss */
  .cart-block-checkout.is-cart-dropdown {
    margin: auto; }

/* line 483, _cart.scss */
.cart-total {
  margin-bottom: 0.5rem;
  text-align: right;
  font-weight: bold;
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    /* line 483, _cart.scss */
    .cart-total {
      text-align: center;
      font-size: 1.5rem; } }

/* line 495, _cart.scss */
.discount-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 504, _cart.scss */
.discount-description {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 0.5rem; }

/* line 511, _cart.scss */
.discount-amount {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/* line 518, _cart.scss */
.item-sku {
  display: none; }

/* line 522, _cart.scss */
.cart-widget-dropdown {
  position: absolute;
  background-color: white;
  border: 1px solid #dac278;
  width: 250px;
  top: 100%;
  right: 0;
  padding-top: 0.75rem;
  z-index: 1000;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s; }
  /* line 536, _cart.scss */
  .cart-widget-dropdown .js-cart-empty {
    margin-top: 0; }
  /* line 540, _cart.scss */
  .cart-widget-dropdown.empty-cart {
    padding-top: 0; }

/* titles */
/* line 2, _checkout-v2.scss */
.co-title {
  color: #494848; }

/* line 6, _checkout-v2.scss */
.co-title--h2 {
  font-size: 1.25rem; }

/* line 10, _checkout-v2.scss */
.co-menu-toggle {
  background-color: #eeeeee;
  color: #222222; }

/* line 15, _checkout-v2.scss */
.mobile .co-modal-button {
  width: auto;
  margin-left: 0; }

/* buttons */
/* line 22, _checkout-v2.scss */
.co-order-state {
  padding: 0.3rem 0.75rem 0.15rem 0.75rem; }

/* line 26, _checkout-v2.scss */
.co-button {
  font-size: 1rem; }
  /* line 29, _checkout-v2.scss */
  .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small {
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #dac278;
    color: #222222; }
    /* line 281, _mixins.scss */
    .co-button[type="submit"]:focus, .co-button[type="submit"]:active, .co-button[type="submit"]:hover, .co-button[name="commit"]:focus, .co-button[name="commit"]:active, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:focus, .co-button[data-method="delete"]:active, .co-button[data-method="delete"]:hover, .co-button.co-button--small:focus, .co-button.co-button--small:active, .co-button.co-button--small:hover {
      background-color: #dac278;
      color: #222222; }
    /* line 288, _mixins.scss */
    .co-button[type="submit"]:-moz-focus-inner, .co-button[name="commit"]:-moz-focus-inner, .co-button[data-method="delete"]:-moz-focus-inner, .co-button.co-button--small:-moz-focus-inner {
      border: 0; }
  /* line 40, _checkout-v2.scss */
  .co-button.co-print-pdf {
    text-transform: uppercase; }
  /* line 44, _checkout-v2.scss */
  .co-button#get_pdf_receipt, .co-button#use_max_bonus_points {
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #dac278;
    color: #222222; }
    /* line 281, _mixins.scss */
    .co-button#get_pdf_receipt:focus, .co-button#get_pdf_receipt:active, .co-button#get_pdf_receipt:hover, .co-button#use_max_bonus_points:focus, .co-button#use_max_bonus_points:active, .co-button#use_max_bonus_points:hover {
      background-color: #dac278;
      color: #222222; }
    /* line 288, _mixins.scss */
    .co-button#get_pdf_receipt:-moz-focus-inner, .co-button#use_max_bonus_points:-moz-focus-inner {
      border: 0; }
  /* line 48, _checkout-v2.scss */
  .co-button.co-button--small {
    padding: 0.5rem 0.75rem 0.3rem 0.75rem;
    white-space: initial; }

/* line 54, _checkout-v2.scss */
.co-button--link,
.co-button--password_recover {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-button--link:active, .co-button--link:focus, .co-button--link:hover,
  .co-button--password_recover:active,
  .co-button--password_recover:focus,
  .co-button--password_recover:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* links */
/* line 66, _checkout-v2.scss */
.co-link,
.link {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-link:active, .co-link:focus, .co-link:hover,
  .link:active,
  .link:focus,
  .link:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

@media screen and (max-width: 768px) {
  /* line 73, _checkout-v2.scss */
  .co-menu--personal .co-link,
  .co-menu--personal .link {
    color: #222222;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .co-menu--personal .co-link:active, .co-menu--personal .co-link:focus, .co-menu--personal .co-link:hover,
    .co-menu--personal .link:active,
    .co-menu--personal .link:focus,
    .co-menu--personal .link:hover {
      color: #777777;
      -webkit-text-decoration: none;
      text-decoration: none; } }
/* input */
/* line 87, _checkout-v2.scss */
.co-input-select {
  background-color: transparent; }

/* line 91, _checkout-v2.scss */
.co-toggable_field-input {
  color: #dac278;
  margin-top: 0.15rem; }
  /* line 97, _checkout-v2.scss */
  .co-toggable_field-input span:after {
    color: #222222 !important; }

/* line 103, _checkout-v2.scss */
.co-input-description {
  color: #494848; }
  /* line 106, _checkout-v2.scss */
  .co-input-description a {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .co-input-description a:active, .co-input-description a:focus, .co-input-description a:hover {
      color: #dac278;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 111, _checkout-v2.scss */
.co-bonus_points-maximum_points {
  color: #494848; }

/* line 115, _checkout-v2.scss */
.co-bonus_points-submit {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

/* tabs */
/* line 122, _checkout-v2.scss */
.co-tabs-controls {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 260px;
  flex: 1 0 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 131, _checkout-v2.scss */
.co-tabs-node {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #777777;
  color: #eeeeee;
  margin: 0 0.25rem; }
  /* line 281, _mixins.scss */
  .co-tabs-node:focus, .co-tabs-node:active, .co-tabs-node:hover {
    background-color: #dac278;
    color: #222222; }
  /* line 288, _mixins.scss */
  .co-tabs-node:-moz-focus-inner {
    border: 0; }
  /* line 137, _checkout-v2.scss */
  .co-tabs-node--active {
    background-color: #dac278;
    color: #222222; }

/* prices */
/* line 144, _checkout-v2.scss */
.co-price {
  font-size: 1rem; }

/* basket */
/* line 149, _checkout-v2.scss */
.co-basket_subtotal {
  margin-bottom: 0.5rem; }
  /* line 152, _checkout-v2.scss */
  .co-basket_subtotal:last-child {
    margin-bottom: 0; }

/* line 157, _checkout-v2.scss */
.co-basket_total-price {
  font-size: 1.25rem; }

/* forms */
/* line 162, _checkout-v2.scss */
.co-delivery_adress-form {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  /* line 166, _checkout-v2.scss */
  .co-delivery_adress-form .co-input {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

/* modals */
/* line 173, _checkout-v2.scss */
.co-modal {
  background-color: white;
  border: 1px solid #dac278;
  overflow: hidden; }

/* line 179, _checkout-v2.scss */
.co-modal-close {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-modal-close:active, .co-modal-close:focus, .co-modal-close:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 183, _checkout-v2.scss */
.js-modal-toggler {
  color: #dac278;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .js-modal-toggler:active, .js-modal-toggler:focus, .js-modal-toggler:hover {
    color: #dac278;
    -webkit-text-decoration: none;
    text-decoration: none; }

/** menu */
/* line 189, _checkout-v2.scss */
.co-menu-toggle {
  padding: 1rem; }

@media screen and (max-width: 768px) {
  /* line 193, _checkout-v2.scss */
  .co-menu {
    background-color: #eeeeee !important; } }

/* line 203, _checkout-v2.scss */
#order_form .co-checkout-block.order-minus > div {
  display: flex;
  flex-direction: column; }
  /* line 207, _checkout-v2.scss */
  #order_form .co-checkout-block.order-minus > div .co-social_login-box {
    order: -1; }
/* line 214, _checkout-v2.scss */
#order_form .co-delivery_method-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-basis: 100%; }
  /* line 221, _checkout-v2.scss */
  #order_form .co-delivery_method-list > div:first-child {
    order: 1 !important; }
  /* line 226, _checkout-v2.scss */
  #order_form .co-delivery_method-list .co-customer {
    order: 2 !important; }
  /* line 230, _checkout-v2.scss */
  #order_form .co-delivery_method-list .order-2 {
    order: 3 !important; }
  /* line 234, _checkout-v2.scss */
  #order_form .co-delivery_method-list #delivery_address {
    order: 4 !important; }
  /* line 238, _checkout-v2.scss */
  #order_form .co-delivery_method-list .delivery_variants {
    order: 5 !important; }
  /* line 242, _checkout-v2.scss */
  #order_form .co-delivery_method-list #shipping_address {
    order: 6 !important; }
  /* line 246, _checkout-v2.scss */
  #order_form .co-delivery_method-list .order-prelast {
    order: 7 !important; }
  /* line 250, _checkout-v2.scss */
  #order_form .co-delivery_method-list .payment_variants {
    order: 8 !important; }
  /* line 254, _checkout-v2.scss */
  #order_form .co-delivery_method-list .co-checkout-block {
    order: 9; }

/* line 263, _checkout-v2.scss */
.co-basket_total {
  flex-wrap: wrap; }

/* line 269, _checkout-v2.scss */
.change-order {
  text-align: center;
  margin: 10px 0;
  margin-top: 30px;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%; }
  /* line 277, _checkout-v2.scss */
  .change-order a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed;
    font-size: 14px;
    color: #dac278; }

/* line 1, custom.scss */
.pagination-item.is-current > span {
  color: #ff0000; }

/* line 3, custom.scss */
.benefit-image .image-container.is-square {
  width: 30px; }

/* line 6, custom.scss */
button#button-unavailable {
  width: auto;
  line-height: 100%; }
  /* line 9, custom.scss */
  button#button-unavailable span {
    line-height: 100%;
    white-space: normal;
    line-height: 100%;
    font-size: 10px; }

@media screen and (max-width: 768px) {
  /* line 18, custom.scss */
  .logotype {
    margin-bottom: 20px; }

  /* line 21, custom.scss */
  .js-arrow-up {
    margin-bottom: 30px; } }
/* line 25, custom.scss */
.article-body.editor img {
  margin: auto; }

@media (max-width: 768px) {
  /* line 29, custom.scss */
  a.header-phone {
    font-size: 20px; }

  /* line 32, custom.scss */
  .header-call-back {
    margin-top: 10px; } }
@media (max-width: 768px) {
  /* line 37, custom.scss */
  .header-call-back a.header-phone {
    font-size: 17px; }

  /* line 40, custom.scss */
  .phone {
    margin-left: 59px;
    margin-top: 5px; } }
@media (max-width: 380px) {
  /* line 47, custom.scss */
  .compares-widget.is-top-panel {
    display: none !important; } }
/* line 52, custom.scss */
.feedback-form .form-row.recaptcha-wide {
  flex-basis: 100%;
  justify-content: center;
  max-width: 100%; }

/* line 1, styles-sj.scss */
.body-new-bg {
  background: #fff; }
  /* line 3, styles-sj.scss */
  .body-new-bg a {
    color: inherit; }
  /* line 6, styles-sj.scss */
  .body-new-bg .flex-start,
  .body-new-bg .flex-between {
    display: flex;
    flex-wrap: wrap; }
  /* line 11, styles-sj.scss */
  .body-new-bg .promo-slider-wrapper img {
    object-fit: cover;
    width: 100%; }
  /* line 15, styles-sj.scss */
  .body-new-bg .main-container {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0; }

/* line 21, styles-sj.scss */
.header-new {
  background: #000;
  font-family: 'Inter';
  font-weight: normal; }
  /* line 25, styles-sj.scss */
  .header-new a {
    text-decoration: none; }

/* line 29, styles-sj.scss */
.top-panel-new {
  padding-top: 8px; }
  /* line 31, styles-sj.scss */
  .top-panel-new * {
    font-size: 12px;
    color: #B3B3B3; }
  /* line 35, styles-sj.scss */
  .top-panel-new .main-menu-link {
    padding: 0 0;
    font-family: 'Inter';
    font-weight: normal;
    margin: 0 12px; }

/* line 42, styles-sj.scss */
.header-mail a.contact-link.email:before {
  content: url("mail.svg");
  display: inline-block;
  vertical-align: middle;
  padding: 0 0; }

/* line 48, styles-sj.scss */
.header-login-link a:before {
  content: url("user.svg");
  display: inline-block;
  vertical-align: middle;
  padding: 0 0; }

/* line 54, styles-sj.scss */
.header-middle-line {
  padding: 27px 0 40px;
  color: #DCC275; }

/* line 58, styles-sj.scss */
.header-item a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 64, styles-sj.scss */
.header-call-back {
  width: 199px; }

/* line 67, styles-sj.scss */
.header-call-back .item-icon {
  margin-bottom: 20px; }

/* line 70, styles-sj.scss */
.header-call-back a {
  font-size: 13px;
  font-family: 'Inter';
  font-weight: bold; }

/* line 75, styles-sj.scss */
.header-link-popup {
  text-align: center; }
  /* line 77, styles-sj.scss */
  .header-link-popup .backcall-toggle {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 12px;
    border-bottom: .7px dashed #DCC275;
    transition: .4s all; }
    /* line 84, styles-sj.scss */
    .header-link-popup .backcall-toggle:hover {
      border-bottom: 0.7px dashed transparent; }

/* line 90, styles-sj.scss */
.header-middle-line-right .header-item:not(:last-child) {
  margin-right: 32px; }
/* line 93, styles-sj.scss */
.header-middle-line-right .item-icon {
  margin-bottom: 16px; }
/* line 96, styles-sj.scss */
.header-middle-line-right .item-title {
  font-size: 13px;
  font-family: 'Inter';
  font-weight: normal; }
  /* line 100, styles-sj.scss */
  .header-middle-line-right .item-title .item-count {
    font-weight: bold; }

/* line 105, styles-sj.scss */
.header-menu-search {
  border-top: 1px solid #DCC275; }
  /* line 107, styles-sj.scss */
  .header-menu-search .flex-between {
    flex-wrap: nowrap; }

/* line 112, styles-sj.scss */
.header-new-search .search-widget-field {
  width: 288px;
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  height: 32px;
  font-family: 'Inter';
  font-weight: normal;
  padding: 0 32px 0 12px;
  font-size: 13px;
  color: #fff; }
/* line 123, styles-sj.scss */
.header-new-search .search-widget.in-header .search-widget-button {
  color: #fff;
  background: rgba(255, 255, 255, 0); }

/* line 129, styles-sj.scss */
.main-menu-new .menu.is-vertical {
  flex-direction: row; }
  /* line 131, styles-sj.scss */
  .main-menu-new .menu.is-vertical .sidebar-menu-item.level-1 {
    display: inline-flex; }

/* line 137, styles-sj.scss */
.main-menu-new .sidebar-menu.level-1 {
  margin: 0 -20px; }
/* line 140, styles-sj.scss */
.main-menu-new .sidebar-menu-item.level-1 {
  border-bottom: 0;
  padding: 0px 20px;
  position: relative; }
  /* line 144, styles-sj.scss */
  .main-menu-new .sidebar-menu-item.level-1.item-is-aktsiya a.menu-link {
    color: #EB5757; }
/* line 148, styles-sj.scss */
.main-menu-new .menu:not(.insales-menu--loaded) .menu-link {
  padding: 24px 0;
  font-family: 'Inter';
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative; }
/* line 159, styles-sj.scss */
.main-menu-new .menu .menu-marker {
  height: 3px;
  width: 7px;
  background: url("menu-arr.svg") no-repeat center;
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-100%); }
  /* line 168, styles-sj.scss */
  .main-menu-new .menu .menu-marker:before {
    display: none; }
/* line 172, styles-sj.scss */
.main-menu-new .main-menu.menu.level-2 {
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -11;
  transition: .4s all;
  min-width: 200px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.12); }
  /* line 184, styles-sj.scss */
  .main-menu-new .main-menu.menu.level-2 li a.menu-link {
    display: block;
    font-weight: normal;
    color: #4D4D4D;
    padding: 16px;
    transition: .4s all;
    position: relative; }
    /* line 191, styles-sj.scss */
    .main-menu-new .main-menu.menu.level-2 li a.menu-link:before {
      content: "";
      display: block;
      height: 1px;
      width: 184px;
      position: absolute;
      left: 8px;
      right: 8px;
      background: #EBEBEB;
      opacity: 1;
      top: -.5px; }
    /* line 203, styles-sj.scss */
    .main-menu-new .main-menu.menu.level-2 li a.menu-link:hover {
      background: #F5F5F5; }
  /* line 207, styles-sj.scss */
  .main-menu-new .main-menu.menu.level-2 li:hover > a.menu-link {
    background: #F5F5F5; }
  /* line 210, styles-sj.scss */
  .main-menu-new .main-menu.menu.level-2 li {
    position: relative;
    padding: 0;
    margin-left: 0; }
    /* line 214, styles-sj.scss */
    .main-menu-new .main-menu.menu.level-2 li .menu-marker {
      width: 3px;
      height: 7px;
      background: url("menu-sub-arr.svg") no-repeat center;
      right: 22px; }
  /* line 221, styles-sj.scss */
  .main-menu-new .main-menu.menu.level-2 li:hover .main-menu-sub-sub {
    opacity: 1;
    visibility: visible;
    z-index: 10; }
/* line 227, styles-sj.scss */
.main-menu-new .main-menu-sub-sub {
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: -11;
  transition: .4s all;
  padding: 0 0;
  min-width: 200px;
  list-style: none;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.12); }
  /* line 241, styles-sj.scss */
  .main-menu-new .main-menu-sub-sub li a {
    display: block;
    font-weight: normal;
    color: #4D4D4D;
    padding: 16px;
    font-family: 'Inter';
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    transition: .4s all;
    position: relative; }
    /* line 252, styles-sj.scss */
    .main-menu-new .main-menu-sub-sub li a:before {
      content: "";
      display: block;
      height: 1px;
      width: 184px;
      position: absolute;
      left: 8px;
      right: 8px;
      background: #EBEBEB;
      opacity: 1;
      top: -.5px; }
  /* line 265, styles-sj.scss */
  .main-menu-new .main-menu-sub-sub li:hover > a {
    background: #F5F5F5; }
  /* line 268, styles-sj.scss */
  .main-menu-new .main-menu-sub-sub li {
    position: relative; }
    /* line 270, styles-sj.scss */
    .main-menu-new .main-menu-sub-sub li .menu-marker {
      width: 3px;
      height: 7px;
      background: url("menu-sub-arr.svg") no-repeat center;
      right: 22px; }
  /* line 277, styles-sj.scss */
  .main-menu-new .main-menu-sub-sub li:hover .main-menu-sub-sub {
    opacity: 1;
    visibility: visible;
    z-index: 10; }
/* line 283, styles-sj.scss */
.main-menu-new .main-menu-sub {
  list-style: none;
  padding: 0 0; }
/* line 288, styles-sj.scss */
.main-menu-new .sidebar-menu-item.level-1:hover .main-menu.menu.level-2 {
  opacity: 1;
  visibility: visible;
  z-index: 10; }

/* line 295, styles-sj.scss */
.top-brend-container {
  padding: 16px 0; }
  /* line 297, styles-sj.scss */
  .top-brend-container .menu {
    display: flex;
    justify-content: space-between; }
    /* line 300, styles-sj.scss */
    .top-brend-container .menu li {
      width: 20%;
      text-align: center;
      border-right: 1px solid #c4c4c4; }
      /* line 304, styles-sj.scss */
      .top-brend-container .menu li a {
        text-decoration: none;
        font-family: 'EB Garamond';
        font-weight: normal;
        font-size: 20px;
        color: #1a1a1a; }
        /* line 311, styles-sj.scss */
        .top-brend-container .menu li a:hover {
          color: #DCC275; }
      /* line 315, styles-sj.scss */
      .top-brend-container .menu li:first-child {
        text-align: left; }
      /* line 318, styles-sj.scss */
      .top-brend-container .menu li:last-child {
        border-right: 0; }
      /* line 324, styles-sj.scss */
      .top-brend-container .menu li.is-active a {
        color: #DCC275; }
  /* line 330, styles-sj.scss */
  .top-brend-container.bg-grey {
    background: #f5f5f5; }

/* line 334, styles-sj.scss */
.main-product-slider {
  margin: 0 0 !important;
  padding: 56px 0 128px; }
  /* line 337, styles-sj.scss */
  .main-product-slider .product-slider-heading-wrapper {
    display: none; }
  /* line 340, styles-sj.scss */
  .main-product-slider .special-products-tab,
  .main-product-slider .tab-block {
    padding: 0 0;
    margin: 0 0; }

/* line 347, styles-sj.scss */
.product-slider .product-slider-prev,
.product-slider .product-slider-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 50%;
  border: 1px solid #DCC275 !important;
  opacity: 1 !important;
  top: 50%; }
/* line 360, styles-sj.scss */
.product-slider .product-slider-prev:before {
  content: url("arrow-left.svg"); }
/* line 363, styles-sj.scss */
.product-slider .product-slider-next:before {
  content: url("arrow-right.svg"); }

/* line 370, styles-sj.scss */
.product-slider .cell-20,
.products-list .cell-20,
.main-product-slider .cell-20 {
  width: 20%; }
/* line 373, styles-sj.scss */
.product-slider .product-card,
.products-list .product-card,
.main-product-slider .product-card {
  margin: 0 auto; }
/* line 376, styles-sj.scss */
.product-slider .product-labels,
.products-list .product-labels,
.main-product-slider .product-labels {
  bottom: -5px;
  top: initial;
  left: 50%;
  transform: translateX(-50%); }
/* line 382, styles-sj.scss */
.product-slider .label.is-discount,
.products-list .label.is-discount,
.main-product-slider .label.is-discount {
  padding: 4px 7px;
  border-radius: 3px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px; }
/* line 391, styles-sj.scss */
.product-slider .product-card-photo-container,
.products-list .product-card-photo-container,
.main-product-slider .product-card-photo-container {
  position: relative; }
/* line 394, styles-sj.scss */
.product-slider button.bttn-quick,
.products-list button.bttn-quick,
.main-product-slider button.bttn-quick {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 0 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%); }
  /* line 404, styles-sj.scss */
  .product-slider button.bttn-quick:before,
  .products-list button.bttn-quick:before,
  .main-product-slider button.bttn-quick:before {
    content: url("eye.svg"); }
  /* line 407, styles-sj.scss */
  .product-slider button.bttn-quick span,
  .products-list button.bttn-quick span,
  .main-product-slider button.bttn-quick span {
    margin-left: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px; }
/* line 416, styles-sj.scss */
.product-slider .product-card-form_block,
.products-list .product-card-form_block,
.main-product-slider .product-card-form_block {
  display: block;
  margin: 32px 0 0; }
  /* line 419, styles-sj.scss */
  .product-slider .product-card-form_block .product-cart-control,
  .products-list .product-card-form_block .product-cart-control,
  .main-product-slider .product-card-form_block .product-cart-control {
    display: none; }
  /* line 422, styles-sj.scss */
  .product-slider .product-card-form_block .product-link,
  .products-list .product-card-form_block .product-link,
  .main-product-slider .product-card-form_block .product-link {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1A1A; }
  /* line 433, styles-sj.scss */
  .product-slider .product-card-form_block .product-prices.in-card,
  .products-list .product-card-form_block .product-prices.in-card,
  .main-product-slider .product-card-form_block .product-prices.in-card {
    text-align: center;
    justify-content: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.03em; }
  /* line 443, styles-sj.scss */
  .product-slider .product-card-form_block .price.in-card,
  .products-list .product-card-form_block .price.in-card,
  .main-product-slider .product-card-form_block .price.in-card {
    color: #EB5757;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 120%; }
  /* line 451, styles-sj.scss */
  .product-slider .product-card-form_block .price-old,
  .products-list .product-card-form_block .price-old,
  .main-product-slider .product-card-form_block .price-old {
    margin-right: 12px;
    text-align: center;
    text-decoration-line: line-through;
    color: #1A1A1A;
    opacity: 0.5; }

/* line 460, styles-sj.scss */
.section-title-block {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 48px; }
  /* line 468, styles-sj.scss */
  .section-title-block .section-title {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1A1A1A;
    border: 0;
    padding: 0 0; }
    /* line 479, styles-sj.scss */
    .section-title-block .section-title a {
      text-decoration: none; }
    /* line 482, styles-sj.scss */
    .section-title-block .section-title:after {
      content: "";
      display: block;
      position: absolute;
      width: 56px;
      height: 4px;
      left: 50%;
      bottom: -1px;
      background: #DCC275;
      transform: translateX(-50%); }

/* line 495, styles-sj.scss */
.main-reviews {
  margin: 0 0 !important;
  padding-bottom: 96px; }
  /* line 498, styles-sj.scss */
  .main-reviews .reviews-wrapper {
    margin: 0 0;
    padding: 0 0; }

/* line 503, styles-sj.scss */
.reviews-items {
  margin: 0 -16px;
  display: flex; }
  /* line 506, styles-sj.scss */
  .reviews-items .review-content {
    padding: 0 0;
    margin-top: 24px; }
    /* line 509, styles-sj.scss */
    .reviews-items .review-content .user-name {
      margin: 0 0;
      font-family: 'EB Garamond';
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 120%;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #1A1A1A; }
    /* line 521, styles-sj.scss */
    .reviews-items .review-content .review-content {
      margin-top: 16px; }
      /* line 523, styles-sj.scss */
      .reviews-items .review-content .review-content .editor {
        font-family: 'Inter';
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 150%;
        text-align: center;
        color: #4D4D4D; }
  /* line 534, styles-sj.scss */
  .reviews-items .review-image {
    margin: 0 0; }

/* line 538, styles-sj.scss */
.review-container {
  padding: 0 16px;
  max-width: 313px; }
  /* line 541, styles-sj.scss */
  .review-container .review-inner {
    margin: 0 0; }

/* line 545, styles-sj.scss */
.main-benefits {
  margin: 0 0 !important; }
  /* line 547, styles-sj.scss */
  .main-benefits .benefits {
    background-color: #f5f5f5; }
  /* line 550, styles-sj.scss */
  .main-benefits .benefit {
    text-align: center; }
  /* line 553, styles-sj.scss */
  .main-benefits .benefit-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 24px; }
  /* line 558, styles-sj.scss */
  .main-benefits .benefit-text {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1A1A; }

/* line 570, styles-sj.scss */
.main-image-text {
  margin: 0 0 !important;
  position: relative;
  padding: 128px 0 96px;
  overflow: hidden; }
  /* line 575, styles-sj.scss */
  .main-image-text .image-text__content {
    max-width: 548px;
    margin-left: 65px;
    text-align: left;
    padding: 0 0; }
    /* line 580, styles-sj.scss */
    .main-image-text .image-text__content p {
      font-family: 'EB Garamond';
      font-style: normal;
      font-weight: normal;
      font-size: 36px;
      line-height: 120%;
      color: #1A1A1A;
      text-align: left; }
    /* line 589, styles-sj.scss */
    .main-image-text .image-text__content .citata {
      position: relative;
      padding-top: 32px;
      max-width: 287px;
      margin-top: 32px;
      font-family: 'Inter';
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 150%;
      color: rgba(26, 26, 26, 0.8); }
      /* line 600, styles-sj.scss */
      .main-image-text .image-text__content .citata:before {
        content: "";
        display: block;
        position: absolute;
        width: 56px;
        height: 1px;
        left: 0;
        top: 0;
        background: #C4C4C4; }
  /* line 612, styles-sj.scss */
  .main-image-text .image-text-container {
    width: 100%;
    max-width: 300px;
    height: 400px;
    padding: 0 0;
    position: relative; }
    /* line 618, styles-sj.scss */
    .main-image-text .image-text-container:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #DCC275;
      top: -40px;
      left: -30px; }
    /* line 628, styles-sj.scss */
    .main-image-text .image-text-container .image-container {
      width: 100%;
      position: relative;
      z-index: 3; }
      /* line 632, styles-sj.scss */
      .main-image-text .image-text-container .image-container img {
        width: 100%; }

/* line 638, styles-sj.scss */
.image-text-row {
  display: flex; }

/* line 641, styles-sj.scss */
.main-text-img-1,
.main-text-img-2 {
  position: absolute; }

/* line 645, styles-sj.scss */
.main-text-img-1 {
  width: 28.53535353535354%;
  left: 50%;
  top: -90px;
  transform: translateX(-33%);
  min-width: 200px; }

/* line 652, styles-sj.scss */
.main-text-img-2 {
  width: 30.55555555555556%;
  left: 50%;
  bottom: -130px;
  transform: translateX(15%);
  min-width: 200px; }

/* line 659, styles-sj.scss */
.main-feedback {
  margin: 0 0 !important;
  padding: 43px 0;
  background-color: #f5f5f5; }
  /* line 663, styles-sj.scss */
  .main-feedback .feedback-wrapper {
    margin: 0 0; }
  /* line 666, styles-sj.scss */
  .main-feedback .feedback {
    background-color: #f5f5f5; }

/* line 670, styles-sj.scss */
.feedback-title {
  text-align: center;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1A1A1A; }

/* line 681, styles-sj.scss */
.form-input {
  margin: 5px 0; }
  /* line 683, styles-sj.scss */
  .form-input .widget-form-field {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 40px;
    padding: 0 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: rgba(77, 77, 77, 0.65); }
  /* line 695, styles-sj.scss */
  .form-input .button-widget-feedback {
    height: 40px;
    background: #DCC275;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1A1A; }

/* line 709, styles-sj.scss */
.feedback-form-new.form {
  display: block; }

/* line 712, styles-sj.scss */
.main-news {
  margin: 96px 0 128px; }

/* line 715, styles-sj.scss */
.main-article-item-text {
  text-align: left;
  padding-top: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  color: #1A1A1A; }
  /* line 722, styles-sj.scss */
  .main-article-item-text a {
    text-decoration: none; }
  /* line 725, styles-sj.scss */
  .main-article-item-text .title {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
  /* line 734, styles-sj.scss */
  .main-article-item-text .article-data {
    margin: 12px 0;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.05em;
    opacity: 0.5; }
  /* line 741, styles-sj.scss */
  .main-article-item-text .text {
    font-size: 13px;
    line-height: 150%;
    color: #4D4D4D; }

/* line 747, styles-sj.scss */
.footer-wrapper-new {
  background-color: #000;
  color: #fff;
  padding: 2em 0; }
  /* line 751, styles-sj.scss */
  .footer-wrapper-new .footer-bottom-wrapper {
    justify-content: space-between; }
  /* line 754, styles-sj.scss */
  .footer-wrapper-new .footer-block {
    margin: 0 0;
    color: #DCC275; }
    /* line 757, styles-sj.scss */
    .footer-wrapper-new .footer-block .contact-link.email {
      font-family: 'Inter';
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 16px;
      color: #DCC275; }
      /* line 764, styles-sj.scss */
      .footer-wrapper-new .footer-block .contact-link.email:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: url("mail-new.svg") no-repeat center;
        background-size: 100%;
        margin-right: 8px; }
  /* line 776, styles-sj.scss */
  .footer-wrapper-new .footer-block .phone {
    margin-bottom: 10px; }
    /* line 778, styles-sj.scss */
    .footer-wrapper-new .footer-block .phone a.tel {
      font-family: 'Inter';
      font-style: normal;
      font-weight: normal;
      font-size: 13px !important;
      line-height: 16px;
      color: #DCC275; }
      /* line 785, styles-sj.scss */
      .footer-wrapper-new .footer-block .phone a.tel:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: url("phone-icon.svg") no-repeat center;
        background-size: 100%;
        margin-right: 8px; }
  /* line 797, styles-sj.scss */
  .footer-wrapper-new .footer-menu-wrapper {
    border-bottom: 0; }
  /* line 800, styles-sj.scss */
  .footer-wrapper-new .footer-menu, .footer-wrapper-new .insales-copyright-link {
    margin-bottom: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%; }
  /* line 808, styles-sj.scss */
  .footer-wrapper-new .footer-menu-link {
    padding: 0 0; }
  /* line 811, styles-sj.scss */
  .footer-wrapper-new .footer-menu-item {
    margin: 0 20px; }
  /* line 814, styles-sj.scss */
  .footer-wrapper-new .insales-copyright-link {
    color: #B3B3B3; }

/* line 818, styles-sj.scss */
.index > div + div.main-index-content {
  margin: 0 0; }

/* line 821, styles-sj.scss */
.main-index-content {
  padding-bottom: 128px;
  position: relative;
  overflow: hidden; }
  /* line 825, styles-sj.scss */
  .main-index-content .editor {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #4D4D4D; }
    /* line 832, styles-sj.scss */
    .main-index-content .editor span {
      font-family: "Inter" !important;
      font-style: normal;
      font-weight: normal;
      font-size: 13px !important;
      display: block; }
      /* line 838, styles-sj.scss */
      .main-index-content .editor span:not(:last-child) {
        margin-bottom: 20px; }
    /* line 842, styles-sj.scss */
    .main-index-content .editor h2 {
      margin: 2em 0;
      text-align: left !important; }
      /* line 845, styles-sj.scss */
      .main-index-content .editor h2 span {
        font-family: "EB Garamond" !important;
        font-size: 36px !important;
        line-height: 120%; }
  /* line 852, styles-sj.scss */
  .main-index-content .page-headding-wrapper {
    padding-bottom: 2em; }
  /* line 855, styles-sj.scss */
  .main-index-content .page-headding {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #1A1A1A; }

/* line 863, styles-sj.scss */
.decor-image {
  position: absolute;
  min-width: 200px; }
  /* line 866, styles-sj.scss */
  .decor-image img {
    width: 100%; }

/* line 870, styles-sj.scss */
.image-index-bottom {
  bottom: -25px;
  right: 0;
  width: 24.41%; }

/* line 878, styles-sj.scss */
.main-menu-new .sidebar-menu-item.level-1 a:hover {
  color: #DCC275; }

/* line 885, styles-sj.scss */
.sidebar-menu-item.level-1.is-current a {
  color: #DCC275; }

@media (max-width: 1200px) {
  /* line 891, styles-sj.scss */
  .main-menu-new .sidebar-menu.level-1 {
    margin: 0 -10px; }

  /* line 894, styles-sj.scss */
  .main-menu-new .sidebar-menu-item.level-1 {
    padding: 0px 10px; }

  /* line 897, styles-sj.scss */
  .main-menu-new .menu .menu-marker {
    right: 0; }

  /* line 900, styles-sj.scss */
  .top-brend-container .menu li a {
    font-size: 18px; }

  /* line 903, styles-sj.scss */
  .body-new-bg .main-container {
    padding-right: 1em;
    padding-left: 1em; }

  /* line 907, styles-sj.scss */
  .footer-wrapper-new .footer-bottom-wrapper {
    padding: 0 1em; } }
@media (max-width: 1000px) {
  /* line 912, styles-sj.scss */
  .main-menu-new .menu:not(.insales-menu--loaded) .menu-link {
    padding: 10px 0;
    font-size: 10px;
    line-height: 10px; }

  /* line 917, styles-sj.scss */
  .header-mail {
    order: 2; }

  /* line 920, styles-sj.scss */
  .header-top-menu {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: center; }
    /* line 925, styles-sj.scss */
    .header-top-menu .menu {
      width: auto;
      flex: initial; }

  /* line 930, styles-sj.scss */
  .top-panel-new .main-menu-link {
    margin: 0 5px; }

  /* line 933, styles-sj.scss */
  .header-login-link {
    order: 3; }

  /* line 936, styles-sj.scss */
  .top-brend-container .menu li a {
    font-size: 14px; }

  /* line 939, styles-sj.scss */
  .footer-wrapper-new .footer-menu-item {
    margin: 0 5px; }

  /* line 942, styles-sj.scss */
  .main-news {
    margin: 56px 0 88px; }

  /* line 945, styles-sj.scss */
  .main-index-content {
    padding-bottom: 48px; }

  /* line 948, styles-sj.scss */
  .main-feedback .feedback {
    padding: 0 1.5em 0 0em; }
    /* line 950, styles-sj.scss */
    .main-feedback .feedback .row {
      margin: 0 -.5em; }
      /* line 952, styles-sj.scss */
      .main-feedback .feedback .row .cell-3, .main-feedback .feedback .row .cell-4, .main-feedback .feedback .row .cell-9 {
        padding: 0 .5em; }

  /* line 957, styles-sj.scss */
  .main-text-img-1 {
    top: -55px; }

  /* line 960, styles-sj.scss */
  .main-text-img-2 {
    bottom: -75px; }

  /* line 963, styles-sj.scss */
  .main-product-slider {
    padding: 16px 0 68px; } }
@media (max-width: 768px) {
  /* line 968, styles-sj.scss */
  .top-panel-new, .header-middle-line-right,
  .header-menu-search, .top-brend-container, .main-news {
    display: none !important; }

  /* line 972, styles-sj.scss */
  .tab-toggle.is-opened.section-title-block {
    text-align: center;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px; }

  /* line 978, styles-sj.scss */
  .section-title-block {
    margin-bottom: 20px; }
    /* line 980, styles-sj.scss */
    .section-title-block .section-title {
      font-size: 20px;
      line-height: 25px; }

  /* line 985, styles-sj.scss */
  .main-product-slider {
    padding: 16px 0 50px; }

  /* line 988, styles-sj.scss */
  .special-products-tab .tab-block.is-opened:last-of-type {
    border-bottom: 0; }

  /* line 991, styles-sj.scss */
  .review-container .review-inner {
    padding: 15px 0; }

  /* line 994, styles-sj.scss */
  .main-feedback .feedback {
    padding: 0 1.5em 0 1.5em; }

  /* line 997, styles-sj.scss */
  .image-text-row {
    flex-wrap: wrap; }

  /* line 1000, styles-sj.scss */
  .main-image-text .image-text-container,
  .main-image-text .image-text__content {
    max-width: 100%; }

  /* line 1004, styles-sj.scss */
  .main-image-text .image-text__content {
    margin: 40px 0 0 0; }

  /* line 1007, styles-sj.scss */
  .main-image-text .image-text-container {
    height: auto; }

  /* line 1010, styles-sj.scss */
  .main-image-text .image-text-container:before {
    display: none; }

  /* line 1013, styles-sj.scss */
  .main-image-text .image-text__content p {
    font-size: 26px; }

  /* line 1017, styles-sj.scss */
  .footer-wrapper-new .footer-bottom-wrapper {
    margin: 0 0;
    justify-content: center; }
    /* line 1020, styles-sj.scss */
    .footer-wrapper-new .footer-bottom-wrapper .vk_groups2 {
      margin: 20px 0; }
  /* line 1024, styles-sj.scss */
  .footer-wrapper-new .footer-menu-wrapper {
    order: 1;
    width: 100%; }
  /* line 1028, styles-sj.scss */
  .footer-wrapper-new .vk_groups2 {
    order: 2; }
  /* line 1031, styles-sj.scss */
  .footer-wrapper-new .footer-block {
    order: 3;
    width: 100%; }
  /* line 1035, styles-sj.scss */
  .footer-wrapper-new .insales-copyright {
    order: 4; }

  /* line 1040, styles-sj.scss */
  .header-middle-line .flex-between {
    justify-content: center; }

  /* line 1044, styles-sj.scss */
  .header-call-back {
    order: 2;
    width: 100%; }

  /* line 1048, styles-sj.scss */
  .header-item a {
    flex-direction: row;
    align-items: center; }

  /* line 1052, styles-sj.scss */
  .header-call-back .item-icon {
    margin: 0 8px 0 -28px;
    max-width: 24px; }

  /* line 1056, styles-sj.scss */
  .header-item:not(:last-child) {
    margin-bottom: 5px; }

  /* line 1060, styles-sj.scss */
  .header-item .contact-link.email:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("mail-new.svg") no-repeat center;
    background-size: 100%;
    margin-right: 8px; }

  /* line 1071, styles-sj.scss */
  .menu-item-controls {
    position: relative; }

  /* line 1074, styles-sj.scss */
  .mobile-sidebar-menu {
    flex-direction: column;
    list-style: none;
    font-size: 16px; }
    /* line 1078, styles-sj.scss */
    .mobile-sidebar-menu .mobile-sidebar-menu-link {
      color: #000;
      text-transform: uppercase; }
    /* line 1082, styles-sj.scss */
    .mobile-sidebar-menu .main-menu-sub, .mobile-sidebar-menu .main-menu-sub-sub {
      list-style: none;
      color: #000;
      padding-left: 5px;
      display: none; }
      /* line 1087, styles-sj.scss */
      .mobile-sidebar-menu .main-menu-sub a, .mobile-sidebar-menu .main-menu-sub-sub a {
        text-decoration: none; }
    /* line 1091, styles-sj.scss */
    .mobile-sidebar-menu .mobile-sidebar-menu-marker {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

  /* line 1099, styles-sj.scss */
  .is-current .menu > .main-menu-sub, .is-current .menu > .main-menu-sub-sub {
    display: block;
    width: 100%; }

  /* line 1105, styles-sj.scss */
  .is-current > .main-menu-sub, .is-current > .main-menu-sub-sub, .is-opened > .main-menu-sub, .is-opened > .main-menu-sub-sub {
    display: block;
    width: 100%; } }
/*  Dropdown
-----------------------------------------*/
/* line 1120, styles-sj.scss */
.dropdown.is-absolute {
  position: relative; }
  /* line 1123, styles-sj.scss */
  .dropdown.is-absolute .dropdown-block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100; }
/* line 1133, styles-sj.scss */
.dropdown.toggled > .dropdown-block {
  height: auto;
  overflow: initial;
  visibility: visible;
  z-index: 10; }

/* line 1142, styles-sj.scss */
.dropdown-block {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  transition: .4s all; }

/* line 1151, styles-sj.scss */
.dropdown-toggle, .relative {
  position: relative; }

/* line 1155, styles-sj.scss */
.dropdown-block-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-float: row nowrap;
  font-size: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

/*  Collection filters
-----------------------------------------*/
/* line 1175, styles-sj.scss */
.filter-items {
  background: #FFFFFF;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
  color: #000000;
  min-width: 210px;
  top: 100%;
  left: 0;
  overflow: hidden; }

/* line 1184, styles-sj.scss */
.collection-filters {
  position: relative; }

/* line 1188, styles-sj.scss */
.filter {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px; }
  /* line 1195, styles-sj.scss */
  .filter.active .filter-control {
    padding-right: 40px; }
  /* line 1199, styles-sj.scss */
  .filter.active .filter-clear {
    border-left: 1px solid #000;
    color: #000;
    font-size: 1.6em;
    display: block;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px; }

/* line 1214, styles-sj.scss */
.filter-control {
  position: relative; }

/* line 1218, styles-sj.scss */
.filter-total-count {
  display: inline-block;
  font-size: 12px;
  margin-left: 3px; }

/* line 1224, styles-sj.scss */
.filter-clear {
  display: none; }

/* line 1228, styles-sj.scss */
.filter-items {
  min-width: 270px;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.12);
  color: #000;
  top: 100%;
  left: 0;
  overflow: hidden; }
  /* line 1236, styles-sj.scss */
  .filter-items .relative {
    padding: 24px; }

/* line 1241, styles-sj.scss */
.on-edge .filter-items {
  left: auto !important;
  right: 0; }

/* line 1245, styles-sj.scss */
.items-list {
  display: block;
  margin: 0px 0;
  padding: 0 0px 10px;
  position: relative; }

/* line 1253, styles-sj.scss */
.filter-body {
  padding: 0px 24px 35px; }

/* line 1257, styles-sj.scss */
.dropdown-block-control {
  padding: 0 24px 24px; }

/* line 1261, styles-sj.scss */
.toggled .filters-list.dropdown-block {
  display: block; }

/* line 1266, styles-sj.scss */
.filters-block {
  padding-left: 10px;
  padding-right: 10px; }

/* line 1271, styles-sj.scss */
.collection-filters {
  padding: 0; }

/* line 1277, styles-sj.scss */
.filter.dropdown.is-absolute .filter-control .dropdown-toggle {
  padding: 5px 10px;
  text-align: left;
  width: 100%; }
/* line 1283, styles-sj.scss */
.filter.dropdown.is-absolute .dropdown-block {
  width: 100%; }

/*  Price slider
-----------------------------------------*/
/* line 1291, styles-sj.scss */
.range-slider-input {
  padding: 24px 24px 32px;
  display: flex;
  justify-content: space-between; }
  /* line 1295, styles-sj.scss */
  .range-slider-input input.js-input {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #4D4D4D;
    padding: 0 12px;
    width: 103px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0; }

/* line 1311, styles-sj.scss */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 1320, styles-sj.scss */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

/* line 1325, styles-sj.scss */
.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

/* line 1329, styles-sj.scss */
.irs-line-left {
  left: 0;
  width: 11%; }

/* line 1332, styles-sj.scss */
.irs-line-mid {
  left: 9%;
  width: 82%; }

/* line 1335, styles-sj.scss */
.irs-line-right {
  right: 0;
  width: 11%; }

/* line 1339, styles-sj.scss */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

/* line 1343, styles-sj.scss */
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

/* line 1348, styles-sj.scss */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

/* line 1353, styles-sj.scss */
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

/* line 1367, styles-sj.scss */
.irs-slider.type_last {
  z-index: 2; }

/* line 1371, styles-sj.scss */
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

/* line 1376, styles-sj.scss */
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

/* line 1382, styles-sj.scss */
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

/* line 1389, styles-sj.scss */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

/* line 1394, styles-sj.scss */
.irs-with-grid .irs-grid {
  display: block; }

/* line 1397, styles-sj.scss */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

/* line 1403, styles-sj.scss */
.irs-grid-pol.small {
  height: 4px; }

/* line 1406, styles-sj.scss */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

/* line 1416, styles-sj.scss */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

/* line 1424, styles-sj.scss */
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

/* line 1430, styles-sj.scss */
.irs-disabled {
  opacity: 0.4; }

/* line 1435, styles-sj.scss */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* line 1453, styles-sj.scss */
.range-slider {
  box-shadow: none;
  margin-bottom: 10px; }
  /* line 1460, styles-sj.scss */
  .range-slider .irs-from,
  .range-slider .irs-to {
    display: none;
    cursor: pointer; }

/* line 1467, styles-sj.scss */
.input-range,
.input-range {
  position: relative;
  width: 49%; }

/* line 1473, styles-sj.scss */
.irs {
  height: 2px;
  position: relative; }

/* line 1478, styles-sj.scss */
.irs-with-grid {
  height: 60px; }

/* line 1482, styles-sj.scss */
.irs-line {
  display: block;
  position: relative;
  height: 2px;
  top: 0px;
  background: #E0E0E0; }

/* line 1489, styles-sj.scss */
.irs-bar {
  display: block;
  height: 2px;
  top: 0px;
  background: #DCC275;
  color: #fff; }

/* line 1497, styles-sj.scss */
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

/* line 1504, styles-sj.scss */
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

/* line 1511, styles-sj.scss */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

/* line 1515, styles-sj.scss */
.irs-slider {
  cursor: pointer;
  width: 16px;
  height: 24px;
  border: 1px solid #DCC275;
  top: 50%;
  transform: translateY(-50%);
  background: #fff; }
  /* line 1523, styles-sj.scss */
  .irs-slider:before, .irs-slider:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    top: 50%;
    background: #DCC275; }
  /* line 1533, styles-sj.scss */
  .irs-slider:before {
    left: 5px; }
  /* line 1536, styles-sj.scss */
  .irs-slider:after {
    right: 5px; }

/* line 1541, styles-sj.scss */
.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

/* line 1545, styles-sj.scss */
.irs-min, .irs-max {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: lightgray;
  border-radius: 4px;
  display: none; }

/* line 1557, styles-sj.scss */
.irs-from, .irs-to, .irs-single {
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 10px 15px;
  top: -24px;
  background: #000;
  border-radius: 4px; }

/* line 1569, styles-sj.scss */
.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #fff; }

/* line 1583, styles-sj.scss */
.irs-grid-pol {
  background: #000; }

/* line 1587, styles-sj.scss */
.irs-grid-text {
  color: #999; }

/* line 1594, styles-sj.scss */
.slider-label {
  font-size: 12px;
  padding: 5px;
  width: 46%; }

/* line 1603, styles-sj.scss */
.filters-block {
  flex-wrap: wrap;
  display: flex;
  align-items: center; }

/* line 1608, styles-sj.scss */
.btn-filter-open {
  display: none; }

/* line 1611, styles-sj.scss */
.collection-page {
  position: relative; }

/* line 1614, styles-sj.scss */
.collection-title-block {
  padding: 16px 0 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
  position: relative; }
  /* line 1619, styles-sj.scss */
  .collection-title-block .title-page {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1A1A1A;
    padding-bottom: 12px; }
    /* line 1629, styles-sj.scss */
    .collection-title-block .title-page:after {
      content: "";
      display: block;
      position: absolute;
      width: 56px;
      height: 4px;
      left: 0;
      bottom: -1px;
      background: #DCC275; }
  /* line 1640, styles-sj.scss */
  .collection-title-block .collection-order-field {
    width: 213px;
    height: 32px;
    border: 1px solid #E0E0E0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    color: #4D4D4D;
    padding: 0 12px; }
  /* line 1651, styles-sj.scss */
  .collection-title-block .collection-order-label {
    padding-right: 12px;
    font-size: 13px;
    line-height: 16px;
    color: #4D4D4D; }

/* line 1660, styles-sj.scss */
.collection-page .filter.active .btn-filter-item {
  padding: 7px 12px 7px 12px !important;
  background: #DCC275;
  border: 1px solid #DCC275; }
/* line 1665, styles-sj.scss */
.collection-page .filter.active .filter-clear {
  background: #DCC275;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 0;
  border-left: 1px solid #fff;
  font-size: 16px; }
/* line 1674, styles-sj.scss */
.collection-page .filter.active .btn-filter-item .filter-name:after {
  opacity: 0; }
/* line 1678, styles-sj.scss */
.collection-page .filter.active .filter-control {
  padding-right: 32px; }
/* line 1681, styles-sj.scss */
.collection-page .btn-filter-item {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding: 7px 32px 7px 12px !important;
  border-radius: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #4D4D4D;
  position: relative;
  transition: .4s all; }
  /* line 1693, styles-sj.scss */
  .collection-page .btn-filter-item:hover {
    border: 1px solid #DCC275; }
  /* line 1696, styles-sj.scss */
  .collection-page .btn-filter-item .filter-name:after {
    content: url("filter-arr.svg");
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px; }
/* line 1706, styles-sj.scss */
.collection-page .toggled .filter-name:after {
  transform: translateY(-50%) scale(1, -1); }
/* line 1709, styles-sj.scss */
.collection-page .toggled .btn-filter-item {
  border: 1px solid #DCC275; }
/* line 1713, styles-sj.scss */
.collection-page .filter {
  margin-right: 16px; }

/* line 1721, styles-sj.scss */
.range-slider-input input::-webkit-outer-spin-button,
.range-slider-input input::-webkit-inner-spin-button {
  -webkit-appearance: none; }
/* line 1726, styles-sj.scss */
.range-slider-input input[type='number'] {
  -moz-appearance: textfield; }

/* line 1732, styles-sj.scss */
.filters-block .btn-filter-rezet {
  background: none;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #BEA457;
  border: 0;
  outline: none;
  padding: 0 0;
  display: inline-block;
  margin-bottom: 10px; }

/* line 1748, styles-sj.scss */
.filter .list-item .checkbox-label {
  position: relative;
  padding-left: 28px; }
  /* line 1751, styles-sj.scss */
  .filter .list-item .checkbox-label .label-name {
    font-size: 13px;
    line-height: 150%;
    color: #4D4D4D;
    margin: 0 0; }
  /* line 1757, styles-sj.scss */
  .filter .list-item .checkbox-label .block-checkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #4d4d4d;
    cursor: pointer;
    left: 0;
    top: 0; }
    /* line 1765, styles-sj.scss */
    .filter .list-item .checkbox-label .block-checkbox:before {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .4s all;
      opacity: 0;
      width: 10px;
      height: 7px;
      background: url("bloock-checkbox.svg") no-repeat center; }
  /* line 1779, styles-sj.scss */
  .filter .list-item .checkbox-label input[type="checkbox"] {
    display: none; }
/* line 1783, styles-sj.scss */
.filter .list-item:not(:last-child) {
  margin-bottom: 12px; }

/* line 1788, styles-sj.scss */
.list-item .checkbox-label input[type="checkbox"]:checked + span.block-checkbox:before {
  opacity: 1; }

/* line 1792, styles-sj.scss */
.filter-block-scroll {
  overflow: hidden;
  overflow-y: auto;
  max-height: 250px;
  outline: none;
  position: relative; }

/* line 1799, styles-sj.scss */
.dropdown-block {
  scrollbar-color: #bdbdbd #e0e0e0;
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: 6px;
  /* толщина */
  /* ползунок скроллбара */ }
  /* line 1802, styles-sj.scss */
  .dropdown-block ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    /* высота для горизонтального скролла */
    background-color: #e0e0e0; }
  /* line 1809, styles-sj.scss */
  .dropdown-block ::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 3px; }

/* line 1822, styles-sj.scss */
.scroller {
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1830, styles-sj.scss */
.scroller::-webkit-scrollbar {
  width: 0; }

/* line 1834, styles-sj.scss */
.scroller__content {
  position: relative;
  padding-right: 22px;
  overflow: hidden; }

/* line 1840, styles-sj.scss */
.scroller__bar-wrapper {
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 6px;
  border-radius: 3px;
  background-color: #e0e0e0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

/* line 1856, styles-sj.scss */
.scroller__bar {
  position: absolute;
  z-index: 1;
  width: 6px;
  border-radius: 3px;
  background-color: #bdbdbd;
  -webkit-transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  pointer-events: auto; }

/* line 1868, styles-sj.scss */
.btn-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1A1A1A;
  width: 100%;
  height: 32px;
  background: #DCC275; }

/* line 1886, styles-sj.scss */
.toolbar-new {
  margin: 50px 0 96px; }
  /* line 1888, styles-sj.scss */
  .toolbar-new .collection-order-label {
    padding-right: 12px;
    font-size: 13px;
    line-height: 16px;
    color: #4D4D4D; }
  /* line 1894, styles-sj.scss */
  .toolbar-new .collection-order-field.page-size {
    padding: 8px 32px 8px 12px;
    height: 32px;
    border: 1px solid #E0E0E0;
    font-size: 13px;
    line-height: 16px;
    color: #4D4D4D; }
  /* line 1902, styles-sj.scss */
  .toolbar-new .pagination-wrapper {
    margin: 0 0; }
  /* line 1905, styles-sj.scss */
  .toolbar-new .pagination {
    position: relative;
    padding: 0 115px; }
    /* line 1908, styles-sj.scss */
    .toolbar-new .pagination li a, .toolbar-new .pagination li span {
      font-size: 13px;
      line-height: 16px;
      color: #4D4D4D !important; }
      /* line 1912, styles-sj.scss */
      .toolbar-new .pagination li a:hover, .toolbar-new .pagination li span:hover {
        color: #BEA457 !important; }
    /* line 1916, styles-sj.scss */
    .toolbar-new .pagination .paginate-arr {
      position: absolute;
      top: 0; }
      /* line 1919, styles-sj.scss */
      .toolbar-new .pagination .paginate-arr:not(.active) {
        display: none; }
      /* line 1922, styles-sj.scss */
      .toolbar-new .pagination .paginate-arr.paginate-arr-prev {
        left: 0; }
      /* line 1925, styles-sj.scss */
      .toolbar-new .pagination .paginate-arr.paginate-arr-next {
        right: 0; }
    /* line 1929, styles-sj.scss */
    .toolbar-new .pagination .pagination-item {
      padding: 0 20px; }
      /* line 1931, styles-sj.scss */
      .toolbar-new .pagination .pagination-item.is-current span {
        color: #BEA457 !important; }

/* line 1937, styles-sj.scss */
.collection-seo {
  padding-bottom: 98px; }

@media screen and (max-width: 768px) {
  /* line 1941, styles-sj.scss */
  .collapse-block.on-mobile {
    opacity: 1;
    max-height: 1000px;
    overflow: visible; }

  /* line 1946, styles-sj.scss */
  .collapse-block.on-mobile {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.2s ease opacity, 0.2s ease max-height; }

  /* line 1952, styles-sj.scss */
  .collapse.is-opened > .collapse-block.on-mobile {
    opacity: 1;
    max-height: 3000px; } }
@media screen and (max-width: 768px) {
  /* line 1958, styles-sj.scss */
  .collection-filters {
    padding: 15px 0 0; }

  /* line 1961, styles-sj.scss */
  .collection-page .filter {
    margin-right: 0;
    width: 100%; }

  /* line 1965, styles-sj.scss */
  .filter-items .relative {
    padding: 15px 10px; }

  /* line 1968, styles-sj.scss */
  .dropdown-block-control {
    padding: 0 10px 24px; }

  /* line 1971, styles-sj.scss */
  .filter.dropdown.is-absolute .dropdown-block {
    position: static;
    width: 100%; }

  /* line 1975, styles-sj.scss */
  .filter-block-scroll {
    height: 115px; }

  /* line 1979, styles-sj.scss */
  .btn-filter-open {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #dac278;
    color: #222222;
    border-radius: 0; }
    /* line 1989, styles-sj.scss */
    .btn-filter-open:before {
      font-family: "Bamblby";
      content: "";
      display: inline-block;
      margin: -3px 5px 0 0; }
    /* line 1995, styles-sj.scss */
    .btn-filter-open .filter-total-count {
      font-size: 100%; }

  /* line 1999, styles-sj.scss */
  .collection-title-block .collection-order-label {
    padding-bottom: 10px; }

  /* line 2002, styles-sj.scss */
  .collection-title-block .collection-order-field {
    margin-bottom: 10px; }

  /* line 2005, styles-sj.scss */
  .collection-title-block {
    border-bottom: 0; }
    /* line 2007, styles-sj.scss */
    .collection-title-block .collection-toolbar {
      margin: 30px 0 0 0; }

  /* line 2011, styles-sj.scss */
  .collection-title-block .title-page {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
    text-align: center; }
    /* line 2019, styles-sj.scss */
    .collection-title-block .title-page:after {
      left: 50%;
      background: #DCC275;
      transform: translateX(-50%); }

  /* line 2025, styles-sj.scss */
  .product-card-wrapper {
    padding: .5rem; } }
/* line 2029, styles-sj.scss */
.breadcrumb-wrapper-new {
  margin: 0 0 1em; }
  /* line 2031, styles-sj.scss */
  .breadcrumb-wrapper-new .breadcrumb-item + .breadcrumb-item:before {
    content: "/";
    font-size: 12px;
    line-height: 15px;
    color: #4D4D4D; }
  /* line 2037, styles-sj.scss */
  .breadcrumb-wrapper-new .breadcrumb-link {
    font-size: 12px;
    line-height: 15px;
    color: #4D4D4D; }
    /* line 2041, styles-sj.scss */
    .breadcrumb-wrapper-new .breadcrumb-link:hover {
      color: #dac278; }

/* line 2047, styles-sj.scss */
.page-product-title {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 120%;
  color: #1A1A1A; }

/* line 2055, styles-sj.scss */
.top-product-block-new {
  margin: 24px 0; }
  /* line 2057, styles-sj.scss */
  .top-product-block-new p {
    margin: 0 0 0; }
  /* line 2060, styles-sj.scss */
  .top-product-block-new img {
    margin-right: 16px;
    max-height: 64px;
    max-width: 64px; }
  /* line 2065, styles-sj.scss */
  .top-product-block-new .title, .top-product-block-new .name {
    font-size: 13px;
    line-height: 150%;
    color: #4D4D4D; }
  /* line 2070, styles-sj.scss */
  .top-product-block-new .name {
    font-weight: 700; }

/* line 2076, styles-sj.scss */
.product-dop-info p {
  margin-bottom: 0px; }
  /* line 2078, styles-sj.scss */
  .product-dop-info p a {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #4D4D4D; }
    /* line 2089, styles-sj.scss */
    .product-dop-info p a:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      background: url("alert-circle.svg") no-repeat center; }

/* line 2102, styles-sj.scss */
.product-share-block {
  margin-top: 48px; }

/* line 2105, styles-sj.scss */
.product-share-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #4D4D4D;
  margin-bottom: 8px; }

@media (min-width: 1024px) {
  /* line 2115, styles-sj.scss */
  .nowrap {
    flex-wrap: nowrap !important; } }
/* line 2120, styles-sj.scss */
.buy-zone-new .product-cart-item {
  flex-wrap: nowrap;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0;
  padding-top: 8px;
  padding-bottom: 8px; }
  /* line 2121, styles-sj.scss */
  .buy-zone-new .product-cart-item:first-child {
    border-top: 1px solid #e0e0e0; }
  /* line 2130, styles-sj.scss */
  .buy-zone-new .product-cart-item .variant-title {
    font-size: 13px;
    line-height: 150%;
    color: #4D4D4D; }
    /* line 2134, styles-sj.scss */
    .buy-zone-new .product-cart-item .variant-title span {
      display: none; }
  /* line 2138, styles-sj.scss */
  .buy-zone-new .product-cart-item .price.on-page {
    font-size: 13px;
    line-height: 150%;
    margin: 0 0 0;
    color: #4D4D4D; }
  /* line 2144, styles-sj.scss */
  .buy-zone-new .product-cart-item:last-child {
    border-bottom: 1px solid #e0e0e0; }
  /* line 2147, styles-sj.scss */
  .buy-zone-new .product-cart-item .variant-price {
    padding: 0 0; }
  /* line 2150, styles-sj.scss */
  .buy-zone-new .product-cart-item button.product-button.button.is-primary.is-small, .buy-zone-new .product-cart-item button.product-button.is-primary.is-small.co-button[type="submit"], .buy-zone-new .product-cart-item button.product-button.is-primary.is-small.co-button[name="commit"], .buy-zone-new .product-cart-item button.product-button.is-primary.is-small.co-button[data-method="delete"], .buy-zone-new .product-cart-item button.product-button.is-primary.is-small.co-button.co-button--small, .buy-zone-new .product-cart-item button.product-button.is-primary.is-small.co-modal-button, .buy-zone-new .product-cart-item button.product-button.is-primary.is-small.co-tabs-node,
  .buy-zone-new .product-cart-item .button.product-button,
  .buy-zone-new .product-cart-item .product-button.co-button[type="submit"],
  .buy-zone-new .product-cart-item .product-button.co-button[name="commit"],
  .buy-zone-new .product-cart-item .product-button.co-button[data-method="delete"],
  .buy-zone-new .product-cart-item .product-button.co-button.co-button--small,
  .buy-zone-new .product-cart-item .product-button.co-modal-button,
  .buy-zone-new .product-cart-item .product-button.co-tabs-node {
    margin: 0 0;
    background: #DCC275;
    padding: 0px 24px 0px;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1A1A;
    height: 32px;
    width: 131px; }

/* line 2169, styles-sj.scss */
form.text-right.buy-one-click[data-product-id] {
  margin: 24px 0 0; }
  /* line 2171, styles-sj.scss */
  form.text-right.buy-one-click[data-product-id] select.select-field {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 13px;
    line-height: 16px;
    color: #4D4D4D;
    padding: 12px 32px 12px 12px; }
  /* line 2180, styles-sj.scss */
  form.text-right.buy-one-click[data-product-id] .button.is-primary, form.text-right.buy-one-click[data-product-id] .is-primary.co-button[type="submit"], form.text-right.buy-one-click[data-product-id] .is-primary.co-button[name="commit"], form.text-right.buy-one-click[data-product-id] .is-primary.co-button[data-method="delete"], form.text-right.buy-one-click[data-product-id] .is-primary.co-button.co-button--small, form.text-right.buy-one-click[data-product-id] .is-primary.co-modal-button, form.text-right.buy-one-click[data-product-id] .is-primary.co-tabs-node {
    margin: 0 0 0 0;
    width: 213px;
    height: 40px;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1A1A;
    background: #DCC275; }

/* line 2196, styles-sj.scss */
.product-adv-wrapper-new {
  margin: 32px 0 72px;
  padding: 35px 0 32px;
  background: #F5F5F5; }
  /* line 2200, styles-sj.scss */
  .product-adv-wrapper-new .product-adv-item-title {
    padding-top: 22px;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1A1A;
    display: block; }

/* line 2214, styles-sj.scss */
.product-content-new.tab {
  margin: 0 0 72px; }
  /* line 2216, styles-sj.scss */
  .product-content-new.tab .tab-block {
    padding: 20px 15px; }
    /* line 2219, styles-sj.scss */
    .product-content-new.tab .tab-block h2 span {
      font-family: "EB Garamond" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 36px !important;
      line-height: 120% !important;
      color: #1A1A1A !important; }
    /* line 2228, styles-sj.scss */
    .product-content-new.tab .tab-block .editor p:not(:last-child) {
      margin-bottom: 24px; }
    /* line 2231, styles-sj.scss */
    .product-content-new.tab .tab-block .editor p span {
      font-family: "Inter" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 13px !important;
      line-height: 150% !important;
      color: #4D4D4D !important; }
      /* line 2238, styles-sj.scss */
      .product-content-new.tab .tab-block .editor p span a {
        position: relative;
        font-family: 'Inter';
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        text-decoration-line: underline;
        color: #BEA457; }
        /* line 2247, styles-sj.scss */
        .product-content-new.tab .tab-block .editor p span a:after {
          content: " →";
          position: absolute;
          top: 0;
          right: -16px; }

/* line 2257, styles-sj.scss */
.info-block-new {
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 2261, styles-sj.scss */
.product-description-table-row {
  display: flex;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #4D4D4D; }
  /* line 2269, styles-sj.scss */
  .product-description-table-row:not(:last-child) {
    margin-bottom: 5px; }
  /* line 2272, styles-sj.scss */
  .product-description-table-row .title {
    padding-right: 10px;
    width: 120px;
    font-weight: bold; }

/* line 2278, styles-sj.scss */
.product-reviews-title-block {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 34px; }

/* line 2284, styles-sj.scss */
.product-reviews-title {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1A1A1A; }
  /* line 2293, styles-sj.scss */
  .product-reviews-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 56px;
    height: 4px;
    background: #DCC275; }

/* line 2304, styles-sj.scss */
.btn-add-reviews {
  background: none;
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #BEA457;
  text-transform: none; }

/* line 2319, styles-sj.scss */
.reviews-item:not(:last-child) {
  margin-bottom: 56px; }

/* line 2322, styles-sj.scss */
.star-rating-wrapper {
  margin: 16px 0; }

/* line 2325, styles-sj.scss */
.star-rating {
  display: flex; }

/* line 2328, styles-sj.scss */
.star-item {
  display: block;
  width: 16px;
  height: 15px;
  margin-right: 1px;
  background: url("star.svg") no-repeat center; }

/* line 2335, styles-sj.scss */
.review-author {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1A1A1A;
  margin-right: 14px; }

/* line 2346, styles-sj.scss */
.review-date {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #1A1A1A;
  opacity: 0.5; }

/* line 2355, styles-sj.scss */
.review-body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #4D4D4D; }
  /* line 2362, styles-sj.scss */
  .review-body p {
    margin: 0 0 0; }

/* line 2366, styles-sj.scss */
.reviews-wrapper-new {
  margin: 56px 0 0;
  padding: 0 0 0 0; }
  /* line 2369, styles-sj.scss */
  .reviews-wrapper-new .is-reviews-toggle, .reviews-wrapper-new .is-comments-toggle {
    margin: 0 0 0 0;
    border-radius: 0;
    width: 183px;
    height: 32px;
    background: #DCC275;
    font-family: 'EB Garamond';
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #1A1A1A;
    text-align: center; }

/* line 2387, styles-sj.scss */
.product-page-sliders {
  padding: 118px 0 90px; }

/* line 2390, styles-sj.scss */
.product-wrapper {
  overflow: hidden; }

@media (max-width: 1200px) {
  /* line 2394, styles-sj.scss */
  .product-adv-item {
    padding-bottom: 20px; }

  /* line 2397, styles-sj.scss */
  .product-adv-wrapper-new {
    padding-bottom: 52px; } }
@media (max-width: 1000px) {
  /* line 2402, styles-sj.scss */
  form.text-right.buy-one-click[data-product-id] .button.is-primary, form.text-right.buy-one-click[data-product-id] .is-primary.co-button[type="submit"], form.text-right.buy-one-click[data-product-id] .is-primary.co-button[name="commit"], form.text-right.buy-one-click[data-product-id] .is-primary.co-button[data-method="delete"], form.text-right.buy-one-click[data-product-id] .is-primary.co-button.co-button--small, form.text-right.buy-one-click[data-product-id] .is-primary.co-modal-button, form.text-right.buy-one-click[data-product-id] .is-primary.co-tabs-node {
    margin-top: 10px; }

  /* line 2405, styles-sj.scss */
  .product-adv-item > div,
  .product-adv-item {
    text-align: center !important; }

  /* line 2409, styles-sj.scss */
  .product-content-new.tab {
    margin: 40px 0 30px; }
    /* line 2411, styles-sj.scss */
    .product-content-new.tab .tab-block {
      border: 0; }

  /* line 2415, styles-sj.scss */
  .product-page-sliders {
    padding: 60px 0 40px; } }
@media (max-width: 600px) {
  /* line 2420, styles-sj.scss */
  .page-product-title {
    font-size: 28px; }

  /* line 2423, styles-sj.scss */
  .mobile-wrapper {
    margin-bottom: 10px; }

  /* line 2426, styles-sj.scss */
  .buy-zone-new .product-cart-item {
    flex-wrap: wrap; }

  /* line 2429, styles-sj.scss */
  .variant-buy {
    text-align: center; }

  /* line 2432, styles-sj.scss */
  .buy-zone-new .product-cart-item .variant-title + .variant-title {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px; }

  /* line 2437, styles-sj.scss */
  .product-dop-info {
    margin-top: 0; }

  /* line 2440, styles-sj.scss */
  .product-adv-wrapper-new {
    padding: 25px 0 25px;
    margin-bottom: 35px; }

  /* line 2444, styles-sj.scss */
  .product-adv-wrapper-new .product-adv-item-title {
    padding-top: 10px; }

  /* line 2447, styles-sj.scss */
  .product-content-new.tab .tab-block h2 span {
    font-size: 25px !important; }

  /* line 2450, styles-sj.scss */
  .product-description-table-row .text {
    width: calc(100% - 120px); }

  /* line 2453, styles-sj.scss */
  .info-block-new {
    margin-bottom: 20px; }

  /* line 2456, styles-sj.scss */
  .reviews-wrapper-new {
    text-align: center;
    margin-top: 30px; }

  /* line 2460, styles-sj.scss */
  .reviews-item:not(:last-child) {
    margin-bottom: 30px; }

  /* line 2463, styles-sj.scss */
  .product-slider-prev, .product-slider-next {
    top: 50%; } }
@media (max-width: 768px) {
  /* line 2468, styles-sj.scss */
  .shopcart-widget-icon:before {
    color: #fff; }

  /* line 2471, styles-sj.scss */
  .contacts-top-menu-block {
    color: #000; }
    /* line 2473, styles-sj.scss */
    .contacts-top-menu-block a {
      color: #000 !important; }

  /* line 2477, styles-sj.scss */
  .collection-wrapper {
    overflow: hidden; }

  /* line 2480, styles-sj.scss */
  .products-list button.bttn-quick {
    display: none; } }
@media (min-width: 769px) {
  /* line 2485, styles-sj.scss */
  .product-card-photo-container {
    margin: 0 -15px; }

  /* line 2489, styles-sj.scss */
  .fancybox-content {
    overflow: initial !important;
    padding: 44px 25px; } }
/* line 2495, styles-sj.scss */
.fancybox-content .compare-link, .fancybox-content .product-prices {
  color: #1a1a1a; }

/* line 2499, styles-sj.scss */
.new-logo {
  max-width: 150px; }

/* line 2502, styles-sj.scss */
.main-article-item-img {
  max-width: 400px;
  margin: 0 auto; }

/* line 2506, styles-sj.scss */
.blog-toolbar .paginate-arr {
  display: none; }

@media (max-width: 768px) {
  /* line 2510, styles-sj.scss */
  .new-logo {
    max-width: 100px; }

  /* line 2513, styles-sj.scss */
  .header-call-back a {
    font-size: 15px; } }
/* line 2518, styles-sj.scss */
.top-panel-product-links {
  margin: 20px 0; }
  /* line 2520, styles-sj.scss */
  .top-panel-product-links a {
    border: 1px solid #DCC275;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center; }
    /* line 2527, styles-sj.scss */
    .top-panel-product-links a:hover {
      background: #DCC275; }

/* line 2533, styles-sj.scss */
.links-active-col {
  background: #DCC275; }

/*=========================================
  DYNAMIC_BASKET
=========================================*/
/* line 2541, styles-sj.scss */
.cart-widget.drop {
  position: relative; }

/* line 2545, styles-sj.scss */
.dynamic_basket {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 2px 0px #000; }
  /* line 2550, styles-sj.scss */
  .dynamic_basket [class*="cell-"] {
    padding-left: 5px;
    padding-right: 5px; }
  /* line 2555, styles-sj.scss */
  .dynamic_basket .quantity.is-basket {
    display: none; }

/* line 2564, styles-sj.scss */
.dynamic_basket-header {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid; }

/* line 2570, styles-sj.scss */
.dynamic_basket-empty {
  padding: 1rem 0; }

/* line 2574, styles-sj.scss */
.dynamic_item {
  border-bottom: 1px solid; }

/* line 2578, styles-sj.scss */
.dynamic_basket-drop {
  right: 0;
  width: 300px;
  padding: 10px; }

/* line 2584, styles-sj.scss */
.drop-target {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(5px);
  transition: transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99; }

/* line 2596, styles-sj.scss */
.drop:hover .drop-target, .dynamic_basket-drop-show {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible; }

/* line 2603, styles-sj.scss */
.dynamic_item {
  margin-bottom: 10px; }

/* line 2609, styles-sj.scss */
.dynamic_item-title {
  font-size: 14px;
  color: #1a1a1a;
  text-align: left; }

/* line 2616, styles-sj.scss */
.dynamic_basket-total {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0; }

/* line 2623, styles-sj.scss */
.dynamic_item-quantity {
  margin: 10px 0;
  font-size: 14px;
  text-align: left; }

/* line 2629, styles-sj.scss */
.product-dop-info {
  border: 1px solid #eee;
  padding: 10px; }

/* line 2634, styles-sj.scss */
.product-dop-info-title {
  font-weight: bold;
  margin-bottom: 5px; }

/* line 2643, styles-sj.scss */
.products-list-favorites {
  margin-top: 40px; }

/* line 2649, styles-sj.scss */
.header-item-favorites.is-top-panel > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
/* line 2655, styles-sj.scss */
.header-item-favorites.is-top-panel .item-title {
  text-decoration: none;
  color: #dac278;
  margin-left: 5px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 12px;
  width: 1.3rem;
  height: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }

@media (max-width: 768px) {
  /* line 2676, styles-sj.scss */
  .page-product-rating {
    margin-top: 10px; } }
/* line 2682, styles-sj.scss */
.tab-toggle {
  position: relative; }
  /* line 2684, styles-sj.scss */
  .tab-toggle i {
    display: none; }
    @media (max-width: 768px) {
      /* line 2684, styles-sj.scss */
      .tab-toggle i {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(-50%, -50%); } }

/* line 2700, styles-sj.scss */
.tab-toggle.is-opened i {
  transform: rotate(-180deg);
  top: 30%; }

/* page delivery */
/* line 2709, styles-sj.scss */
.shipping__nav {
  margin: 0;
  margin-bottom: 3.6em;
  padding-left: 4.81818em;
  text-transform: uppercase;
  list-style: none;
  padding: 0; }
  /* line 2717, styles-sj.scss */
  .shipping__nav li {
    margin-bottom: 10px; }
    /* line 2720, styles-sj.scss */
    .shipping__nav li a {
      text-decoration: none;
      border-bottom: 1px dashed; }
    /* line 2725, styles-sj.scss */
    .shipping__nav li a.is-active {
      font-weight: bold; }

/* line 2734, styles-sj.scss */
.info-table {
  line-height: 1.462;
  table-layout: fixed;
  border: 1px solid #ddd; }

/* line 2740, styles-sj.scss */
.stacktable.large-only {
  display: table;
  width: 100% !important; }

/* line 2745, styles-sj.scss */
.stacktable.small-only {
  display: none; }

@media (max-width: 768px) {
  /* line 2750, styles-sj.scss */
  .stacktable.large-only {
    display: none; }

  /* line 2753, styles-sj.scss */
  .stacktable.small-only {
    display: table; } }
@media (min-width: 1221px) {
  /* line 2758, styles-sj.scss */
  .esc-hidden-desktop {
    display: none !important; } }
@media (min-width: 769px) and (max-width: 1220px) {
  /* line 2763, styles-sj.scss */
  .esc-hidden-laptop {
    display: none !important; } }
/* line 2768, styles-sj.scss */
.info-table tr {
  border-bottom: 1px solid #ddd; }

/* line 2772, styles-sj.scss */
.info-table__title {
  width: 19.54545em;
  height: 5em;
  text-transform: uppercase;
  background-color: #DCC275;
  font-weight: bold;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 2772, styles-sj.scss */
    .info-table__title {
      background: none;
      width: auto;
      font-size: 12px; } }

@media (max-width: 768px) {
  /* line 2790, styles-sj.scss */
  .info-table.shipping__table.stacktable td {
    font-size: 12px; } }
/* line 2797, styles-sj.scss */
.info-table td {
  padding: .76923em 1.15385em .61538em;
  border-left: 1px solid #ddd; }

/* line 2802, styles-sj.scss */
.info-table {
  line-height: 1.462; }

/* line 2806, styles-sj.scss */
.info-table .info-table__payments {
  padding-top: 1.15385em;
  padding-bottom: 1.15385em; }

/* line 2811, styles-sj.scss */
.hidden-section {
  display: none !important; }

/* line 2815, styles-sj.scss */
.shipping__nav .is-active {
  color: #000; }

/* line 2819, styles-sj.scss */
.shipping__info h2 {
  margin-bottom: 20px; }

/* end */
@font-face {
  font-family: 'Inter';
  src: url("Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("Inter-Regular.eot?#iefix") format("embedded-opentype"), url("Inter-Regular.woff2") format("woff2"), url("Inter-Regular.woff") format("woff"), url("Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter';
  src: url("Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("Inter-Bold.eot?#iefix") format("embedded-opentype"), url("Inter-Bold.woff2") format("woff2"), url("Inter-Bold.woff") format("woff"), url("Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
