@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=Roboto:400,700&display=swap);
/* 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; }

/**
 * Hide the overflow in IE.
 */
/* line 231, _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.
 */
/* line 243, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 259, _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 269, _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 281, _normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 292, _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 304, _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 315, _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 326, _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 341, _normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 359, _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 370, _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 380, _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 389, _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 399, _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 412, _normalize.scss */
details,
menu {
  display: block; }

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

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

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

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 451, _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; }
/* line 1, _scaffolding.scss */
html {
  height: 100%;
  font-size: 14px; }

/* line 6, _scaffolding.scss */
body {
  min-width: 320px;
  line-height: 1;
  min-height: 100%;
  height: auto; }

/* line 13, _scaffolding.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }

/* line 22, _scaffolding.scss */
.container {
  width: 100%; }

/* line 1, insales.ui.swiper.css */
.promo-slide-title, [data-slider-slide] + [data-slider-slide] {
  display: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

/* line 1, insales.ui.swiper.css */
.swiper-container .promo-slide-title, .swiper-container [data-slider-controls] {
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-no-flexbox .swiper-slide {
  float: left; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

/* line 1, insales.ui.swiper.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

/* line 1, insales.ui.swiper.css */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0); }

/* line 1, insales.ui.swiper.css */
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

/* line 1, insales.ui.swiper.css */
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 1, insales.ui.swiper.css */
.swiper-slide {
  flex-shrink: 0;
  width: 0;
  height: 100%;
  position: relative; }

/* line 1, insales.ui.swiper.css */
.swiper-slide + .swiper-slide {
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

/* line 1, insales.ui.swiper.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 1, insales.ui.swiper.css */
.swiper-wp8-horizontal {
  touch-action: pan-y; }

/* line 1, insales.ui.swiper.css */
.swiper-wp8-vertical {
  touch-action: pan-x; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 0;
  right: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 0;
  left: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E"); }

/* line 1, insales.ui.swiper.css */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  transform: translateZ(0);
  z-index: 10; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

/* line 1, insales.ui.swiper.css */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

/* line 1, insales.ui.swiper.css */
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

/* line 1, insales.ui.swiper.css */
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d {
  perspective: 1200px; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent); }

/* line 1, insales.ui.swiper.css */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

/* line 1, insales.ui.swiper.css */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 1, insales.ui.swiper.css */
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 1, insales.ui.swiper.css */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* line 1, insales.ui.swiper.css */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

/* line 1, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

/* line 1, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

/* line 1, insales.ui.swiper.css */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 1, insales.ui.swiper.css */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12) infinite; }

/* line 1, insales.ui.swiper.css */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

/* line 1, insales.ui.swiper.css */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E"); }

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn); } }
/*# sourceMappingURL=insales.ui.swiper.css.map*/
/* 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  height: auto; }

/* line 30, _components.scss */
.fhg-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 0 auto; }

/* line 42, _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; }
  /* line 50, _components.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    margin-bottom: 1rem; }
  /* line 59, _components.scss */
  .editor p {
    margin: 0;
    word-wrap: break-word;
    color: #262938; }
    /* line 64, _components.scss */
    .editor p + .editor p {
      margin-top: 0.5em; }
  /* line 69, _components.scss */
  .editor img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: block;
    height: auto !important; }
  /* line 77, _components.scss */
  .editor table {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    padding: 3px; }
    /* line 83, _components.scss */
    .editor table:before, .editor table:after {
      display: block;
      content: ''; }
    /* line 89, _components.scss */
    .editor table td {
      border: 1px solid #eeeeee;
      padding: 0.5rem; }
  /* line 95, _components.scss */
  .editor a {
    color: #44444b;
    -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: underline; }
    /* line 500, _mixins.scss */
    .editor a:active, .editor a:focus, .editor a:hover {
      color: #ff1d3e;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 102, _components.scss */
.gallery-thumbs .swiper-slide {
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/** Image */
/* line 111, _components.scss */
.image-container.is-checked {
  -webkit-box-shadow: 0px 0px 1px 2px #ff1d3e;
  box-shadow: 0px 0px 1px 2px #ff1d3e; }

/* line 121, _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 328, _mixins.scss */
  .pagination > .pagination-item {
    -webkit-box-flex: 0;
    position: relative; }
  /* line 335, _mixins.scss */
  .pagination .pagination-link {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    /* line 121, _components.scss */
    .pagination {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 135, _components.scss */
.button-text {
  text-align: center; }

/* line 139, _components.scss */
.pagination-item {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  line-height: 1.9rem; }
  /* line 145, _components.scss */
  .pagination-item.is-current > span {
    color: #ff1d3e;
    border-color: #ff1d3e; }

/* line 151, _components.scss */
.pagination-link {
  color: #44444b;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  vertical-align: middle;
  border-radius: 0.15rem;
  text-align: center;
  margin: 0 0.7rem;
  border: 1px solid #ebeaea;
  -webkit-transition: none;
  transition: none;
  font-size: 2.5rem;
  padding: 0.8rem;
  min-width: 3.8rem; }
  /* line 500, _mixins.scss */
  .pagination-link:active, .pagination-link:focus, .pagination-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 165, _components.scss */
  .pagination-link:hover {
    border-color: #ff1d3e; }

/* line 170, _components.scss */
.pagination-void {
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  display: block;
  border-radius: 0.15rem;
  text-align: center;
  margin: 0 0.25rem;
  border: 1px solid #ebeaea; }

/* line 185, _components.scss */
.notice {
  margin-top: 0.5rem;
  display: block;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }
  /* line 517, _mixins.scss */
  .notice:last-child {
    margin-bottom: 0; }
  /* line 521, _mixins.scss */
  .notice h2,
  .notice h3,
  .notice h4 {
    margin-top: 0;
    color: inherit; }
  /* line 530, _mixins.scss */
  .notice > p:last-child,
  .notice > ul:last-child {
    margin-bottom: 0; }
  /* line 535, _mixins.scss */
  .notice > p + p {
    margin-top: 0.5em; }
  /* line 190, _components.scss */
  .notice.is-success {
    background-color: #80c780;
    border-color: #5cb85c;
    color: #163216; }
    /* line 547, _mixins.scss */
    .notice.is-success hr {
      border-top-color: #4cae4c; }
    /* line 551, _mixins.scss */
    .notice.is-success a {
      color: #060f06; }
  /* line 195, _components.scss */
  .notice.is-info {
    background-color: #85d0e7;
    border-color: #5bc0de;
    color: #124a5b;
    background-color: #ebf4ff;
    border-color: #acbcff; }
    /* line 547, _mixins.scss */
    .notice.is-info hr {
      border-top-color: #46b8da; }
    /* line 551, _mixins.scss */
    .notice.is-info a {
      color: #0a2730; }
    /* line 459, _mixins.scss */
    .notice.is-info:before {
      font-family: "FontAwesome";
      content: ""; }
    /* line 459, _mixins.scss */
    .notice.is-info.icon-warning:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 210, _components.scss */
  .notice.is-error {
    background-color: #ff545b;
    border-color: #ff212a;
    color: #540003; }
    /* line 547, _mixins.scss */
    .notice.is-error hr {
      border-top-color: #ff0812; }
    /* line 551, _mixins.scss */
    .notice.is-error a {
      color: #210001; }
  /* line 215, _components.scss */
  .notice.is-warning {
    background-color: #f4c37d;
    border-color: #f0ad4e;
    color: #694109; }
    /* line 547, _mixins.scss */
    .notice.is-warning hr {
      border-top-color: #eea236; }
    /* line 551, _mixins.scss */
    .notice.is-warning a {
      color: #3a2405; }

/* line 223, _components.scss */
.reviews-heading, .feedback-heading, .benefits-heading, .special-categories-heading, .product-slider-heading, .comments-heading, .article-preview-heading {
  font-weight: normal;
  margin: 0; }

/* line 234, _components.scss */
.reviews-heading, .feedback-heading, .benefits-heading, .special-categories-heading, .product-slider-heading {
  font-size: 1.25rem; }

/* line 246, _components.scss */
.comments-heading, .article-preview-heading {
  font-size: 1rem; }

/* line 258, _components.scss */
.reviews-heading, .feedback-heading, .benefits-heading-wrapper, .special-categories-heading-wrapper, .product-slider-heading-wrapper {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 277, _components.scss */
.compares-widget-link {
  color: #262938;
  -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 500, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 284, _components.scss */
.compare-widget-caption {
  color: #44444b;
  -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;
  color: #44444b;
  text-decoration: none;
  position: relative; }
  /* line 500, _mixins.scss */
  .compare-widget-caption:active, .compare-widget-caption:focus, .compare-widget-caption:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 468, _mixins.scss */
  .compare-widget-caption:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.3rem;
    position: relative;
    top: 0.25em; }
  /* line 300, _components.scss */
  .compare-widget-caption:hover {
    color: #ff1d3e; }

/* line 308, _components.scss */
.counter {
  width: 7rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 319, _components.scss */
.counter-button {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  padding: 0;
  height: 3rem;
  font-size: 0.5rem;
  border: 1px solid #ebeaea;
  color: #262938;
  background-color: white;
  border-radius: 0; }
  /* line 333, _components.scss */
  .counter-button:hover, .counter-button:focus {
    background-color: #44444b;
    color: #eeeeee;
    outline: none; }
  /* line 459, _mixins.scss */
  .counter-button.is-count-down:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 468, _mixins.scss */
  .counter-button.is-count-up:before {
    font-family: "Plus";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* line 354, _components.scss */
.product-rating-point {
  color: #777777; }
  /* line 357, _components.scss */
  .product-rating-point:after {
    font-size: 1em; }

/* line 362, _components.scss */
.counter-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 2rem;
  border: none;
  border-bottom: 1px solid #ebeaea;
  border-top: 1px solid #ebeaea;
  background-color: white;
  color: #262938;
  text-align: center; }
  /* line 374, _components.scss */
  .counter-input:focus {
    outline: none;
    box-shadow: 0 0 2px #ebeaea; }

/* line 385, _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 385, _components.scss */
    .discount-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 404, _components.scss */
.discount-input {
  min-width: 4rem;
  margin: 0.25rem 0;
  border: 1px solid #ebeaea;
  padding: 0.25rem 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 2rem; }
  /* line 414, _components.scss */
  .discount-input:focus {
    outline: none;
    box-shadow: 0 0 2px #ebeaea; }
  @media screen and (max-width: 414px) {
    /* line 404, _components.scss */
    .discount-input {
      padding: 0.25rem; } }

/* line 425, _components.scss */
.discount-notice {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

@media screen and (max-width: 768px) {
  /* line 436, _components.scss */
  .header-search {
    margin: 0;
    padding: 0; } }
/* line 443, _components.scss */
.header-search .search-widget-wrapper {
  padding: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 451, _components.scss */
.search-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    /* line 461, _components.scss */
    .search-widget-wrapper .top-panel-open-search {
      font-size: 1.2rem; } }
  /* line 466, _components.scss */
  .search-widget-wrapper.only-button {
    border: none;
    padding: inherit; }

/* line 472, _components.scss */
.search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 3rem;
  border: none;
  outline: none;
  padding-left: 0.5rem;
  background-color: white;
  color: #262938; }
  /* line 633, _mixins.scss */
  .search-widget-field::-moz-placeholder {
    color: #262938;
    opacity: 1; }
  /* line 638, _mixins.scss */
  .search-widget-field:-ms-input-placeholder {
    color: #262938;
    opacity: 1; }
  /* line 643, _mixins.scss */
  .search-widget-field::-webkit-input-placeholder {
    color: #262938;
    opacity: 1; }
  /* line 649, _mixins.scss */
  .search-widget-field:focus::-moz-placeholder {
    color: #262938;
    opacity: 1; }
  /* line 654, _mixins.scss */
  .search-widget-field:focus:-ms-input-placeholder {
    color: #262938;
    opacity: 1; }
  /* line 659, _mixins.scss */
  .search-widget-field:focus::-webkit-input-placeholder {
    color: #262938;
    opacity: 0; }
  /* line 485, _components.scss */
  .search-widget-field:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px white !important;
    /* Цвет фона */
    -webkit-text-fill-color: #262938 !important;
    /* цвет текста */
    color: #262938 !important;
    /* цвет текста */ }

/* line 492, _components.scss */
.search-widget-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  border-radius: 0;
  -webkit-transition: background-color color ease-out 0.15s;
  transition: background-color color ease-out 0.15s;
  padding: 0.15rem 1rem;
  color: #44444b; }
  /* line 468, _mixins.scss */
  .search-widget-button:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.2rem;
    position: relative;
    top: 0.1em; }
  /* line 508, _components.scss */
  .search-widget-button:hover {
    background-color: #ff1d3e;
    color: #222222; }

/* line 514, _components.scss */
.search-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  position: relative;
  border: 1px solid #ebeaea; }
  /* line 525, _components.scss */
  .search-widget.in-page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%; }
  /* line 536, _components.scss */
  .header-block .search-widget .search-widget-field, .header-compare > .shopcart-widget-wrapper .search-widget .search-widget-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 3rem; }

/** modals */
/* line 546, _components.scss */
.ajs-dimmer {
  z-index: 1000; }

/* line 550, _components.scss */
.ajs-panel .ajs-body {
  min-height: 68px;
  background-color: white; }

/* line 555, _components.scss */
.footer-block {
  color: white;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 561, _components.scss */
  .footer-block a {
    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 500, _mixins.scss */
    .footer-block a:active, .footer-block a:focus, .footer-block a:hover {
      color: #ededf2;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 565, _components.scss */
  .footer-block > * + * {
    margin-top: 0.5rem; }

/* line 574, _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;
  border-radius: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  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: 1em 1em; }
  /* line 258, _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 263, _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: #ff1d3e; }
  /* line 268, _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 579, _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 {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #44444b;
    color: #eeeeee;
    border-radius: 0;
    padding: 1em 1em; }
    /* line 282, _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: #ff1d3e;
      color: #fff; }
    /* line 289, _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 586, _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 {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #777777;
    color: #eeeeee;
    border-radius: 0;
    padding: 1em 1em; }
    /* line 282, _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: #ff1d3e;
      color: #fff; }
    /* line 289, _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 595, _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 468, _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: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em; }
  /* line 608, _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 612, _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: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #44444b;
    color: #eeeeee;
    border-radius: 0;
    margin-left: auto; }
    /* line 282, _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: #ff1d3e;
      color: #fff; }
    /* line 289, _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 618, _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 {
    background-color: transparent;
    color: #44444b;
    -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 500, _mixins.scss */
    .button.is-item-delete:active, .is-item-delete.co-button[type="submit"]:active, .is-item-delete.co-button[name="commit"]:active, .is-item-delete.co-button[data-method="delete"]:active, .is-item-delete.co-button.co-button--small:active, .is-item-delete.co-modal-button:active, .is-item-delete.co-tabs-node:active, .button.is-item-delete:focus, .is-item-delete.co-button[type="submit"]:focus, .is-item-delete.co-button[name="commit"]:focus, .is-item-delete.co-button[data-method="delete"]:focus, .is-item-delete.co-button.co-button--small:focus, .is-item-delete.co-modal-button:focus, .is-item-delete.co-tabs-node:focus, .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 {
      color: #ff1d3e;
      -webkit-text-decoration: none;
      text-decoration: none; }
    /* line 459, _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 629, _components.scss */
.fancybox-arrow:focus {
  outline: 0; }

/* line 637, _components.scss */
select {
  line-height: inherit;
  cursor: pointer;
  padding: 0.5rem;
  padding-left: 0.75rem; }
  /* line 899, _mixins.scss */
  select:focus {
    outline: none; }
  /* line 903, _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 637, _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.5rem center; } }
  /* line 643, _components.scss */
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  /* line 648, _components.scss */
  select:focus {
    box-shadow: 0 0 2px #ebeaea; }

/* line 657, _components.scss */
.option-selectors {
  margin-bottom: 1rem; }

/* line 661, _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 674, _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 674, _components.scss */
    .option {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; } }

/* line 696, _components.scss */
.option-label {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* line 703, _components.scss */
.option-values {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border: 1px solid #ebeaea;
  padding-left: 0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  background-color: #fff; }
  @media screen and (max-width: 480px) {
    /* line 703, _components.scss */
    .option-values {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

/* line 724, _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 737, _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 754, _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 754, _components.scss */
    .image-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 775, _components.scss */
.image-text-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 100%;
  padding: 15px; }
  /* line 782, _components.scss */
  .image-text-container.is-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 788, _components.scss */
  .image-text-container.is-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 794, _components.scss */
  .image-text-container.is-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  /* line 799, _components.scss */
  .image-text-container.is-center {
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 804, _components.scss */
  .image-text-container.is-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 775, _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 818, _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 818, _components.scss */
    .image-text__content {
      margin-top: 0.5rem; } }

/* line 838, _components.scss */
.reviews-wrapper {
  margin: 1.5rem 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 844, _components.scss */
.reviews-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 855, _components.scss */
.reviews-blocks {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  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;
  margin: -1rem; }

/* line 877, _components.scss */
.review {
  display: block;
  padding: 1rem; }
  /* line 881, _components.scss */
  .review.is-left-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      /* line 881, _components.scss */
      .review.is-left-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: auto;
        max-width: 100%; } }
  /* line 896, _components.scss */
  .review.is-top-cell {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
    @media screen and (max-width: 768px) {
      /* line 896, _components.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin: auto;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      /* line 896, _components.scss */
      .review.is-top-cell {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-width: 100%; } }

/* line 919, _components.scss */
.review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 927, _components.scss */
  .review-inner.is-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
  /* line 934, _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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #eeeeee;
    color: #222222; }
    @media screen and (max-width: 480px) {
      /* line 934, _components.scss */
      .review-inner.is-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    /* line 962, _components.scss */
    .review-inner.is-left .user-name {
      text-align: left;
      margin-left: 1rem; }
      @media screen and (max-width: 480px) {
        /* line 962, _components.scss */
        .review-inner.is-left .user-name {
          text-align: center;
          margin-left: 0; } }

/* line 974, _components.scss */
.review-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
  width: 5rem;
  margin: 1rem; }
  /* line 981, _components.scss */
  .review-image .is-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 414px) {
    /* line 974, _components.scss */
    .review-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
      flex: 0 0 7rem;
      width: 7rem;
      margin: 0.5rem auto; } }

/* line 996, _components.scss */
.review-content {
  padding: 1rem;
  flex: 1 1 auto;
  max-width: 100%; }
  /* line 1002, _components.scss */
  .is-top .review-content {
    padding-top: 3rem;
    margin-top: -3rem;
    text-align: center;
    background-color: #eeeeee;
    color: #222222; }
  /* line 1012, _components.scss */
  .is-left .review-content {
    text-align: left; }
    @media screen and (max-width: 480px) {
      /* line 1012, _components.scss */
      .is-left .review-content {
        text-align: center;
        margin-left: 0; } }

/* line 1022, _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 1032, _components.scss */
.review-text {
  padding: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%; }

/* line 1045, _components.scss */
.feedback-wrapper {
  margin: 1.5rem 0; }

/* line 1049, _components.scss */
.feedback {
  background-color: #eeeeee;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #222222; }
  /* line 1055, _components.scss */
  .feedback + .feedback {
    margin: 2rem 0; }

/* line 1061, _components.scss */
.feedback-form {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
  justify-content: center;
  flex: 1 1 100%; }

/* line 1069, _components.scss */
.feedback-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 1080, _components.scss */
.form-cell {
  display: block;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem; }
  /* line 1085, _components.scss */
  .form-cell:last-child {
    margin-top: 0.5rem; }

/* line 1090, _components.scss */
.form-title {
  margin-bottom: 0.35rem;
  font-size: 1rem; }

/* line 1095, _components.scss */
.widget-form-field {
  flex: 1 0 auto;
  padding: 0.75rem 0.5rem;
  width: 100%;
  min-height: 2rem;
  box-shadow: none;
  outline: none;
  border: 1px solid #ebeaea; }

/* line 1106, _components.scss */
.button-widget-feedback {
  width: 100%; }

/* line 1113, _components.scss */
.tabs-button {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ebeaea;
  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 1132, _components.scss */
.tab-toggle {
  color: #44444b;
  -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%;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  z-index: 1;
  margin-bottom: -1px; }
  /* line 500, _mixins.scss */
  .tab-toggle:active, .tab-toggle:focus, .tab-toggle:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 1144, _components.scss */
  .tab-toggle.is-opened {
    z-index: 99;
    border: 1px solid #ebeaea;
    color: #ff1d3e;
    border-bottom: 2px solid white;
    border-radius: 0; }
  /* line 1152, _components.scss */
  .tab-toggle:hover {
    color: #ff1d3e; }
  @media screen and (max-width: 768px) {
    /* line 1132, _components.scss */
    .tab-toggle {
      border: 1px solid #ebeaea;
      padding-bottom: 0.5rem;
      border-radius: 0.15rem;
      margin: 0.5rem 0; }
      /* line 1162, _components.scss */
      .tab-toggle.is-opened {
        border: 1px solid #ff1d3e;
        margin-top: 1rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0.15rem;
        border-top-right-radius: 0.15rem;
        margin-bottom: 0; } }
  /* line 1173, _components.scss */
  .tab-toggle:last-of-type {
    margin-right: 0; }

/* line 1178, _components.scss */
.tab-block {
  padding-bottom: 1rem;
  max-width: 100%;
  padding-top: 1rem;
  border-top: 1px solid #ebeaea; }
  @media screen and (max-width: 768px) {
    /* line 1178, _components.scss */
    .tab-block {
      border: 1px solid #ff1d3e;
      padding: 1rem;
      border-top: 0;
      margin-bottom: 1rem; }
      /* line 1190, _components.scss */
      .tab-block.is-opened {
        border-bottom-left-radius: 0.15rem;
        border-bottom-right-radius: 0.15rem; } }

/* line 1197, _components.scss */
.tab-block-toolbar {
  padding: 1rem 0;
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea; }

/* line 1203, _components.scss */
.filter-field-input {
  display: none; }

/* line 1207, _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: 1rem 0.25rem 1rem 0rem;
  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: #44444b; }
  /* line 1220, _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 1223, _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: #ff1d3e; }
  /* line 1228, _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 1231, _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; }

/** swiper */
/* line 1239, _components.scss */
.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #44444b; }
  /* line 1245, _components.scss */
  .swiper-pagination-bullet:hover {
    background-color: #ff1d3e; }

/* line 1, _layout.scss */
html {
  font-size: 14px; }
  @media (max-width: 1440px) {
    /* line 1, _layout.scss */
    html {
      font-size: 12px; } }
  @media (max-width: 1280px) {
    /* line 1, _layout.scss */
    html {
      font-size: 11px; } }
  @media (max-width: 812px) {
    /* line 1, _layout.scss */
    html {
      font-size: 9px; } }
  @media (max-width: 375px) {
    /* line 1, _layout.scss */
    html {
      font-size: 8px; } }

/* line 17, _layout.scss */
body {
  background-color: white;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  title: google:Open+Sans; }

/* line 44, _layout.scss */
html, body {
  overflow-x: hidden; }

/* line 52, _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 66, _layout.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }
  @media screen and (max-width: 480px) {
    /* line 66, _layout.scss */
    .njs-alert-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      margin: 0; } }

/* line 82, _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 97, _layout.scss */
  .njs-alert p {
    font-size: 18px;
    line-height: 23px; }
  @media screen and (max-width: 480px) {
    /* line 82, _layout.scss */
    .njs-alert {
      width: 100%;
      height: 100%;
      border-radius: 0; } }

/* line 114, _layout.scss */
.top-panel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0; }
  @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; } }
  /* line 132, _layout.scss */
  .top-panel.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    opacity: 1;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0 0 0.25rem #000;
    box-shadow: 0 0 0.25rem #000; }

/* line 144, _layout.scss */
.collapse-block {
  flex: 0 0 auto; }
  @media screen and (max-width: 768px) {
    /* line 144, _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 166, _layout.scss */
      .collapse-block .phone {
        margin-right: 0.5rem;
        margin-top: 0; } }

/* line 173, _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: 0; }

/* line 183, _layout.scss */
.contacts-top-menu {
  margin-top: 0;
  z-index: 5; }

/* line 188, _layout.scss */
.contacts-icon {
  color: #44444b;
  -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: 3rem;
  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;
  position: relative; }
  /* line 500, _mixins.scss */
  .contacts-icon:active, .contacts-icon:focus, .contacts-icon:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 468, _mixins.scss */
  .contacts-icon:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    font-size: 1.2em;
    top: calc(50% + 0.1em);
    left: 50%;
    transform: translate(-50%, -50%); }
  /* line 222, _layout.scss */
  .contacts-icon.is-active {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #44444b;
    color: #eeeeee;
    border-radius: 0; }
    /* line 282, _mixins.scss */
    .contacts-icon.is-active:focus, .contacts-icon.is-active:active, .contacts-icon.is-active:hover {
      background-color: #ff1d3e;
      color: #fff; }
    /* line 289, _mixins.scss */
    .contacts-icon.is-active:-moz-focus-inner {
      border: 0; }

/* line 227, _layout.scss */
.contacts-top-menu-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 30;
  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 243, _layout.scss */
  .contacts-top-menu-block *, .contacts-top-menu-block .contact-link {
    color: #44444b; }

/* line 468, _mixins.scss */
.contact-link.tel:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 0.25rem;
  position: relative;
  top: 0.25em; }
/* line 468, _mixins.scss */
.contact-link.email:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 0.25rem;
  position: relative;
  top: 0.25em; }

/* line 269, _layout.scss */
.top-menu-wrapper {
  flex: 0 1 100%; }
  @media screen and (max-width: 768px) {
    /* line 269, _layout.scss */
    .top-menu-wrapper {
      padding-left: 0; } }
  @media screen and (min-width: 1025px) {
    /* line 269, _layout.scss */
    .top-menu-wrapper {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; } }

/* line 282, _layout.scss */
.top-panel-wrapper {
  position: relative;
  z-index: 1;
  background-color: white;
  -webkit-box-shadow: 0 0 0.25rem black;
  box-shadow: 0 0 0.25rem black; }
  /* line 289, _layout.scss */
  .top-panel-wrapper.z-index {
    z-index: 1000; }

/* line 294, _layout.scss */
.top-menu {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-top: -0.25rem;
  margin-bottom: -0.25rem; }

/* line 301, _layout.scss */
.top-menu-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #44444b;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 308, _layout.scss */
  .top-menu-item.is-active, .top-menu-item.is-current, .top-menu-item.is-hovered {
    color: #ff1d3e; }

/* line 315, _layout.scss */
.top-menu-link {
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5em 0;
  color: inherit; }

/* line 322, _layout.scss */
.top-panel-open-sidebar {
  color: #44444b;
  -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 459, _mixins.scss */
  .top-panel-open-sidebar:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 500, _mixins.scss */
  .top-panel-open-sidebar:active, .top-panel-open-sidebar:focus, .top-panel-open-sidebar:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 330, _layout.scss */
  .top-panel-open-sidebar:before {
    color: #44444b;
    font-size: 1.5rem; }

/* line 336, _layout.scss */
.filter-panel-open-sidebar {
  margin-right: 0.25rem; }
  /* line 468, _mixins.scss */
  .filter-panel-open-sidebar:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  @media (max-width: 768px) {
    /* line 336, _layout.scss */
    .filter-panel-open-sidebar {
      width: 100%;
      text-align: left;
      text-transform: none;
      font-weight: bold;
      margin-right: 0; }
      /* line 348, _layout.scss */
      .filter-panel-open-sidebar:before {
        content: attr(data-filter-caption);
        font-family: inherit; }
      /* line 468, _mixins.scss */
      .filter-panel-open-sidebar:after {
        font-family: "iconmonstr-iconic-font";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        padding-left: 0.5rem; } }

/* line 360, _layout.scss */
.header-block > .shopcart-widget-wrapper, .header-compare > .shopcart-widget-wrapper > .shopcart-widget-wrapper {
  margin-top: 0; }
/* line 364, _layout.scss */
.header-block > .top-panel-open-search, .header-compare > .shopcart-widget-wrapper > .top-panel-open-search {
  margin-top: 0; }

/* line 369, _layout.scss */
.top-panel-open-search {
  color: #44444b;
  -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 468, _mixins.scss */
  .top-panel-open-search:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.1em; }
  /* line 500, _mixins.scss */
  .top-panel-open-search:active, .top-panel-open-search:focus, .top-panel-open-search:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 381, _layout.scss */
  .top-panel-open-search:hover {
    background-color: transparent; }
  @media screen and (max-width: 768px) {
    /* line 369, _layout.scss */
    .top-panel-open-search {
      margin-left: 0; } }
  /* line 389, _layout.scss */
  .top-panel-open-search:before {
    font-size: 1.2rem; }

/* line 402, _layout.scss */
.header-wrapper {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #262938; }

/* line 411, _layout.scss */
.logotype-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 416, _layout.scss */
.logotype-link {
  color: #44444b;
  -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: Open Sans;
  line-height: 1; }
  /* line 500, _mixins.scss */
  .logotype-link:active, .logotype-link:focus, .logotype-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 427, _layout.scss */
.logotype-text {
  padding: 0px 5px; }

/* line 431, _layout.scss */
.header-block, .header-compare > .shopcart-widget-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 435, _layout.scss */
  .header-block a, .header-compare > .shopcart-widget-wrapper a {
    color: #44444b;
    -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 500, _mixins.scss */
    .header-block a:active, .header-compare > .shopcart-widget-wrapper a:active, .header-block a:focus, .header-compare > .shopcart-widget-wrapper a:focus, .header-block a:hover, .header-compare > .shopcart-widget-wrapper a:hover {
      color: #ff1d3e;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 439, _layout.scss */
  .header-block > * + *, .header-compare > .shopcart-widget-wrapper > * + * {
    margin-top: 0.5rem; }

/* line 444, _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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    /* line 444, _layout.scss */
    .header-compare {
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; } }

/* line 470, _layout.scss */
.catalog-menu-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #56aee8; }

/* line 478, _layout.scss */
.catalog-menu.level-1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem; }
/* line 485, _layout.scss */
.catalog-menu:not(.level-1) {
  width: 200px;
  background-color: #56aee8;
  -webkit-box-shadow: 0 1px 0.25rem black;
  box-shadow: 0 1px 0.25rem black; }

/* line 493, _layout.scss */
.catalog-menu-item {
  color: white;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _layout.scss */
  .catalog-menu-item.level-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: white; }
  /* line 505, _layout.scss */
  .catalog-menu-item.is-active, .catalog-menu-item.is-hovered, .catalog-menu-item.is-current {
    color: #ededf2; }

/* line 512, _layout.scss */
.catalog-menu-link {
  color: inherit; }
  /* line 515, _layout.scss */
  .catalog-menu-link.level-1 {
    padding: 0.5em 0;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.1rem;
    text-transform: none; }
  /* line 524, _layout.scss */
  .catalog-menu-link:not(.level-1) {
    padding: 0.75em 0.5em;
    text-decoration: none; }

/* line 530, _layout.scss */
.catalog-menu-marker {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.5rem;
  color: inherit; }
  /* line 468, _mixins.scss */
  .catalog-menu-marker:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em; }
  /* line 468, _mixins.scss */
  .catalog-menu-marker.is-hovered:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em; }

/* line 555, _layout.scss */
.sidebar-menu {
  margin-left: 0.5rem; }
  /* line 558, _layout.scss */
  .sidebar-menu.level-1 {
    margin-left: 0;
    border-bottom: 1px solid #ebeaea;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }

/* line 566, _layout.scss */
.sidebar-menu-item {
  padding: 0.25rem 0;
  margin-left: 3px;
  color: #44444b;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 573, _layout.scss */
  .sidebar-menu-item.is-hovered, .sidebar-menu-item.is-active, .sidebar-menu-item.is-current {
    color: #ff1d3e; }

/* line 580, _layout.scss */
.sidebar-menu-link {
  padding: 0.45rem 0;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: inherit; }
  /* line 591, _layout.scss */
  .sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 598, _layout.scss */
  .sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 604, _layout.scss */
.sidebar-menu-marker {
  height: 1rem;
  width: 1rem;
  color: inherit; }
  /* line 468, _mixins.scss */
  .sidebar-menu-marker:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.5em;
    position: relative;
    top: 0.25em; }
  /* line 468, _mixins.scss */
  .sidebar-menu-marker.is-opened:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em; }

/* line 624, _layout.scss */
.mobile-sidebar-menu {
  margin-left: 0.5rem; }
  /* line 627, _layout.scss */
  .mobile-sidebar-menu.level-1 {
    margin-left: 0;
    margin-bottom: 2rem; }

/* line 633, _layout.scss */
.mobile-sidebar-menu-item {
  padding: 0.25rem 0;
  color: #44444b;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 638, _layout.scss */
  .mobile-sidebar-menu-item.is-active, .mobile-sidebar-menu-item.is-current, .mobile-sidebar-menu-item.is-hovered {
    color: #ff1d3e; }
  /* line 644, _layout.scss */
  .mobile-sidebar-menu-item.level-1, .mobile-sidebar-menu-item.level-2, .mobile-sidebar-menu-item.level-3 {
    padding: 0.25rem 0 0 0.3rem; }

/* line 651, _layout.scss */
.mobile-sidebar-menu-link {
  padding: 0.45rem 0;
  margin-left: 0.25rem;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: inherit; }
  /* line 662, _layout.scss */
  .mobile-sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 668, _layout.scss */
  .mobile-sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 674, _layout.scss */
.mobile-sidebar-menu-marker {
  height: 2rem;
  width: 2rem;
  color: inherit; }
  /* line 468, _mixins.scss */
  .mobile-sidebar-menu-marker:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.5rem; }
  /* line 468, _mixins.scss */
  .mobile-sidebar-menu-marker.is-opened:before, .mobile-sidebar-menu-marker.is-active:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* line 695, _layout.scss */
.breadcrumb-wrapper {
  margin-top: 1rem;
  border-bottom: 1px solid #ebeaea;
  margin-bottom: 2rem; }

/* line 701, _layout.scss */
.breadcrumb {
  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;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding-left: 0; }

/* line 718, _layout.scss */
.breadcrumb-item {
  font-size: 0.8rem;
  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 718, _layout.scss */
    .breadcrumb-item {
      margin: 0.15rem 0; } }
  /* line 731, _layout.scss */
  .breadcrumb-item + .breadcrumb-item:before {
    content: '>';
    margin-right: 0.25rem; }

/* line 738, _layout.scss */
.breadcrumb-link {
  color: #44444b;
  -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 500, _mixins.scss */
  .breadcrumb-link:active, .breadcrumb-link:focus, .breadcrumb-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 747, _layout.scss */
.page-headding-wrapper {
  margin-bottom: 2rem; }

/* line 752, _layout.scss */
.page-headding {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: none;
  text-align: center;
  word-wrap: break-word;
  font-weight: normal; }

/* line 766, _layout.scss */
.content-wrapper {
  background-color: white;
  color: #262938;
  padding-top: 1rem;
  padding-bottom: 2rem; }

/* line 777, _layout.scss */
.footer-wrapper {
  background-color: #56aee8;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* line 787, _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 800, _layout.scss */
.footer-menu-wrapper {
  border-bottom: 1px solid #d3dee7; }

/* line 804, _layout.scss */
.footer-menu-item {
  margin: 0.15rem 0.25rem; }

/* line 808, _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 815, _layout.scss */
  .footer-menu-link.is-current, .footer-menu-link.is-hovered {
    color: #ededf2; }

/* line 823, _layout.scss */
.footer-bottom-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    /* line 823, _layout.scss */
    .footer-bottom-wrapper {
      margin-top: 1rem; } }

/* line 834, _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 846, _layout.scss */
.social-menu-item {
  list-style-type: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

/* line 852, _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.5rem;
  padding-bottom: 0.5rem; }
  /* line 500, _mixins.scss */
  .social-menu-link:active, .social-menu-link:focus, .social-menu-link:hover {
    color: #ededf2;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 861, _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 861, _layout.scss */
    .insales-copyright {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 880, _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 500, _mixins.scss */
  .insales-copyright-link:active, .insales-copyright-link:focus, .insales-copyright-link:hover {
    color: #ededf2;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 889, _layout.scss */
.toolbar {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  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 902, _layout.scss */
  .toolbar.at-top {
    display: block; }
    /* line 905, _layout.scss */
    .toolbar.at-top .toolbar-inner {
      display: block; }
      /* line 908, _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; }
  /* line 923, _layout.scss */
  .toolbar.at-bottom {
    margin: 1rem 0; }
  @media screen and (max-width: 414px) {
    /* line 889, _layout.scss */
    .toolbar {
      margin-bottom: 0;
      padding-bottom: 0;
      margin-top: 0; } }

/* line 934, _layout.scss */
.contacts-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

/* line 943, _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: 414px) {
    /* line 943, _layout.scss */
    .toolbar-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  /* line 971, _layout.scss */
  .toolbar-inner > * {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block; }

/* line 979, _layout.scss */
.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    /* line 979, _layout.scss */
    .is-between {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media screen and (max-width: 414px) {
    /* line 979, _layout.scss */
    .is-between {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 997, _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 997, _layout.scss */
    .filter-collapse {
      display: none; } }
  @media screen and (max-width: 414px) {
    /* line 997, _layout.scss */
    .filter-collapse {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; }
      /* line 1015, _layout.scss */
      .filter-collapse .filter-collapse__label {
        display: none; } }

/* line 1021, _layout.scss */
.collection-order-label {
  padding-right: 0.25rem;
  display: none; }

/* line 1029, _layout.scss */
.products-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 414px) {
    /* line 1029, _layout.scss */
    .products-list {
      margin-top: 0; } }

/* line 1047, _layout.scss */
.sidebar-block + .sidebar-block {
  margin-top: 2rem; }

/* line 1052, _layout.scss */
.sidebar-block-heading, .filter-heading {
  font-weight: bold;
  word-wrap: break-word;
  color: #262938;
  text-transform: none;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #ebeaea;
  padding: 0.5rem 1rem 1rem 0; }

/* line 1064, _layout.scss */
.sidebar {
  margin: 0 -.5rem; }

/* line 1068, _layout.scss */
.product-rating-point {
  color: #777777; }

/* line 1071, _layout.scss */
.feedback-form .form-row.recaptcha-wide {
  flex-basis: 100%;
  justify-content: center;
  max-width: 100%; }

/* line 1, _index.scss */
.index-block, .image-text-wrapper, .promo-slider-wrapper, .benefits-wrapper, .special-categories-wrapper, .special-products-wrapper {
  margin-top: 2rem;
  margin-bottom: 4rem; }

/* line 6, _index.scss */
.index {
  margin-top: -2rem;
  margin-bottom: -2rem; }

/* line 25, _index.scss */
.promo-slider-heading-wrapper {
  display: none; }

/* line 29, _index.scss */
.promo-slide-inner {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none; }

/* line 36, _index.scss */
.promo-slide-caption {
  padding: 1rem;
  background-color: rgba(86, 174, 232, 0.9);
  color: white; }
  @media screen and (min-width: 769px) {
    /* line 36, _index.scss */
    .promo-slide-caption {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      padding: 2rem; } }

/* line 48, _index.scss */
.swiper-container {
  z-index: 0; }

/* line 52, _index.scss */
.swiper-container-horizontal > .swiper-pagination {
  position: relative;
  bottom: 1.5rem; }
  @media screen and (max-width: 768px) {
    /* line 52, _index.scss */
    .swiper-container-horizontal > .swiper-pagination {
      display: none; } }

/* line 60, _index.scss */
.swiper-pagination-bullet-active {
  background: #ff1d3e; }

/* line 63, _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: #44444b;
  -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 500, _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: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 75, _index.scss */
  .promo-slider-prev.is-disabled,
  .promo-slider-next.is-disabled {
    display: none; }
  /* line 79, _index.scss */
  .promo-slider-prev:focus,
  .promo-slider-next:focus {
    outline: none; }
  @media screen and (max-width: 480px) {
    /* line 63, _index.scss */
    .promo-slider-prev,
    .promo-slider-next {
      width: 2rem;
      font-size: 2rem; } }

/* line 468, _mixins.scss */
.promo-slider-prev:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em; }

/* line 468, _mixins.scss */
.promo-slider-next:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em; }

/* line 114, _index.scss */
.benefits-heading-wrapper {
  margin-bottom: 1rem; }

/* line 120, _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: #44444b; }

/* line 131, _index.scss */
.benefits-list {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 138, _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 138, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 138, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  @media screen and (max-width: 480px) {
    /* line 138, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 160, _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 176, _index.scss */
.benefit-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 0.5rem; }

/* line 183, _index.scss */
.benefit-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.5rem;
  color: #262938;
  line-height: 1.2; }

/* line 201, _index.scss */
.special-categories-heading-wrapper {
  margin-bottom: 1rem; }

/* line 207, _index.scss */
.special-categories-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #44444b; }

/* line 216, _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 216, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 216, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 414px) {
    /* line 216, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin: 0.5rem auto; } }

/* line 247, _index.scss */
.category-caption {
  text-align: center;
  margin-top: 0.4rem; }

/* line 252, _index.scss */
.category-inner {
  color: #44444b;
  -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: block; }
  /* line 500, _mixins.scss */
  .category-inner:active, .category-inner:focus, .category-inner:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 265, _index.scss */
.footer {
  position: relative; }

/* line 269, _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: #ff1d3e;
  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 468, _mixins.scss */
  .js-arrow-up:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    top: calc(50% + 0.15em);
    font-size: 1rem;
    left: 50%; }
  /* line 299, _index.scss */
  .js-arrow-up:hover, .js-arrow-up:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 11px #ff1d3e;
    box-shadow: 0px 0px 11px #ff1d3e;
    background-color: none; }

/* line 5, _collection.scss */
.toolbar.collection-toolbar .toolbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 16, _collection.scss */
.collection-order {
  display: inline-block; }
  @media (max-width: 768px) {
    /* line 16, _collection.scss */
    .collection-order {
      width: 100%; } }

@media screen and (max-width: 414px) {
  /* line 24, _collection.scss */
  .collection-order-wrapper {
    width: 100%; } }

/* line 31, _collection.scss */
.toolbar-inner > .collection-order-wrapper {
  margin-top: 0;
  margin-bottom: 0; }

/* line 36, _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 48, _collection.scss */
  .collection-order-row.is-page-size {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }

/* line 56, _collection.scss */
.collection-order-field {
  background-color: #fff;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  line-height: 23px;
  /*@include media-max(sm) {
    border: 1px solid $color-background-secondary;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  };*/ }
  /* line 65, _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 (max-width: 768px) {
    /* line 56, _collection.scss */
    .collection-order-field {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      padding: 5px 13px; } }

/* line 94, _collection.scss */
.collection-description {
  margin-bottom: 2rem; }
  /* line 97, _collection.scss */
  .collection-description:empty {
    display: none; }

/* line 110, _collection.scss */
.filter-section-clear {
  color: #44444b; }
  /* line 468, _mixins.scss */
  .filter-section-clear:before {
    font-family: "Plus";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  /* line 468, _mixins.scss */
  .filter-section-clear.is-enable:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.75em;
    position: relative;
    top: 0.25em; }

/* line 124, _collection.scss */
.filter-item {
  padding: 0.25rem; }

/* line 128, _collection.scss */
.filter-section-name {
  color: #44444b;
  padding-right: 0.25em;
  padding-left: 0.25em;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }

/* line 138, _collection.scss */
.filter-section-toolbar {
  display: none; }

/* line 142, _collection.scss */
.ajs-body {
  background-color: white; }

/* line 146, _collection.scss */
.filter-items-wrapper {
  --filter-background-color: white;
  --filter-background-color-transparent: rgba(255, 255, 255, 0);
  padding-top: 0; }

/* line 152, _collection.scss */
.filter-field {
  padding: 0.35rem 0 0.35rem 0.55rem; }
  /* line 155, _collection.scss */
  .filter-field:hover {
    color: #ff1d3e; }

/* line 160, _collection.scss */
.filter-field-marker, .form-field .form-toggle-marker {
  color: #262938;
  width: 1rem;
  height: 1rem;
  outline: 1px solid #ebeaea;
  border: 3px solid #fff;
  background-color: #fff;
  margin-right: 0.4rem;
  -ms-flex: 0 2 1rem; }
  /* line 170, _collection.scss */
  .filter-field-marker.is-active, .form-field .is-active.form-toggle-marker {
    background: #ff506a; }

/* line 181, _collection.scss */
.filter-field-caption {
  padding: 0 0 0 0.25rem;
  color: #262938; }

/* line 186, _collection.scss */
.filter-controls {
  margin: -0.25rem;
  margin-top: 1rem; }

/* line 191, _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;
  width: 100%; }
  @media (max-width: 480px) {
    /* line 191, _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;
      width: 100%;
      padding: 1em 1em; } }

/* line 202, _collection.scss */
.noUi-target {
  height: 0.32rem; }

/* line 206, _collection.scss */
.noUi-handle {
  width: 1.1rem;
  height: 1.1rem; }
  /* line 210, _collection.scss */
  .noUi-handle:focus {
    background-color: #ff1d3e; }

/* line 228, _collection.scss */
.filter-clear {
  width: 100%;
  margin: 0.25rem;
  padding: 0.5rem; }

/* line 234, _collection.scss */
.filter-empty {
  width: auto; }

@media screen and (max-width: 480px) {
  /* line 238, _collection.scss */
  .collection-description {
    margin: 0.5rem auto; } }

@media screen and (min-width: 769px) {
  /* line 245, _collection.scss */
  .button-breadcrumb {
    display: none; } }

/* line 252, _collection.scss */
.filter-section-control:hover span {
  color: #ff1d3e; }

/* line 256, _collection.scss */
.hidden-breadcrumbs {
  padding: 0.15rem 0.5rem !important; }

/* line 260, _collection.scss */
.co-toggable_field-input--radio input:focus + span,
.co-toggable_field-input--radio input:checked + span {
  color: #262938; }

/* line 2, _product.scss */
.product-prices.in-card {
  margin-bottom: 0.5rem;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 11, _product.scss */
#review_form {
  display: none; }

/* line 15, _product.scss */
.product-link {
  color: #44444b;
  -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: auto;
  display: block;
  line-height: 1.5rem;
  text-align: center; }
  /* line 500, _mixins.scss */
  .product-link:active, .product-link:focus, .product-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 25, _product.scss */
.product-introtext {
  margin-bottom: 1rem; }

/* line 29, _product.scss */
.form-rating-label:nth-last-child(1) {
  color: #44444b;
  -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: #44444b !important;
  display: none; }
  /* line 459, _mixins.scss */
  .form-rating-label:nth-last-child(1):after {
    font-family: "FontAwesome";
    content: ""; }
  /* line 500, _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: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 38, _product.scss */
.form-captcha-update:focus {
  box-shadow: none;
  border: none; }

/* line 43, _product.scss */
.tab-block-inner > iframe {
  max-width: 100% !important; }

/* line 50, _product.scss */
.tab-block-inner.editor table tbody {
  display: block; }

/* line 55, _product.scss */
.product-form {
  margin-bottom: 1rem; }

/* line 59, _product.scss */
.product-sku-wrapper {
  margin-bottom: 0.75rem; }
  /* line 62, _product.scss */
  .product-sku-wrapper > .label-article {
    opacity: 0.6; }

/* line 67, _product.scss */
.product-prices {
  margin-bottom: 1rem;
  margin: -0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 75, _product.scss */
  .product-prices > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.25rem 0.4rem; }
  @media screen and (max-width: 480px) {
    /* line 67, _product.scss */
    .product-prices {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (max-width: 768px) {
  /* line 89, _product.scss */
  .bundle-slider {
    margin: auto; } }

@media screen and (max-width: 480px) {
  /* line 96, _product.scss */
  .product-button.is-quick-checkout {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

/* line 104, _product.scss */
.product-gallery-wrapper {
  position: relative; }
  @media screen and (max-width: 768px) {
    /* line 108, _product.scss */
    .product-gallery-wrapper .product-labels {
      position: static; } }

/* line 114, _product.scss */
.gallery-main-wrapper {
  text-align: center; }
  @media screen and (max-width: 768px) {
    /* line 114, _product.scss */
    .gallery-main-wrapper {
      flex-direction: column; } }

/* line 121, _product.scss */
.product-slider-controls .hidden_counter {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 121, _product.scss */
    .product-slider-controls .hidden_counter {
      display: block; } }

/* line 129, _product.scss */
.mobile-wrapper {
  margin-bottom: 2.5rem; }

/* line 133, _product.scss */
.product-control, .product-cart-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem -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-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 148, _product.scss */
  .product-control > *, .product-cart-control > * {
    margin: 0.5rem;
    color: #44444b; }
  @media screen and (max-width: 480px) {
    /* line 133, _product.scss */
    .product-control, .product-cart-control {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 165, _product.scss */
.more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 174, _product.scss */
.compare-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 480px) {
    /* line 174, _product.scss */
    .compare-control {
      width: 100%; } }

/* line 187, _product.scss */
.product-option-selectors .option {
  margin-right: 1rem; }

/* line 194, _product.scss */
.m-modal {
  padding: 0;
  background-color: white;
  color: #262938; }

/* line 200, _product.scss */
.m-modal-heading {
  color: #262938;
  margin-top: 0; }

/* line 205, _product.scss */
.m-input-label {
  color: #262938; }

/* line 209, _product.scss */
.m-input-field {
  color: #222222;
  outline: none;
  background-color: #fff; }

/* line 214, _product.scss */
.m-input--checkbox {
  opacity: 1; }

/* line 218, _product.scss */
.m-modal-close {
  color: #44444b;
  -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: 8px; }
  /* line 500, _mixins.scss */
  .m-modal-close:active, .m-modal-close:focus, .m-modal-close:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 468, _mixins.scss */
  .m-modal-close:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  /* line 231, _product.scss */
  .m-modal-close:hover {
    background-color: transparent; }

/* line 239, _product.scss */
.product-card-wrapper {
  padding: 1.25rem; }
  /* line 242, _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 242, _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 242, _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 242, _product.scss */
      .product-card-wrapper.in-tab {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

/* line 267, _product.scss */
.product-card {
  display: block;
  margin: 4px;
  border: 1px solid #ebeaea; }
  /* line 273, _product.scss */
  .product-card:hover {
    box-shadow: 0 0 4px #ebeaea; }

/* line 278, _product.scss */
.product-card-inner {
  padding: 1rem;
  position: relative; }

/* line 283, _product.scss */
.product-card-photo {
  display: block;
  margin-bottom: 1rem; }

/* line 288, _product.scss */
.product-card-caption {
  text-align: center;
  line-height: 1.4; }

/* line 293, _product.scss */
.product-content {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 297, _product.scss */
  .product-content.tab {
    margin-top: 3rem; }

/* line 306, _product.scss */
.product-labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11; }

/* line 313, _product.scss */
.label {
  background-color: #eeeeee;
  color: #222222; }
  /* line 317, _product.scss */
  .label.is-discount {
    background-color: #dc4646;
    color: #fff; }

/* line 327, _product.scss */
.price {
  font-weight: bold;
  white-space: nowrap; }
  /* line 331, _product.scss */
  .price.is-discount {
    font-size: 0.8em;
    text-decoration: line-through; }
  /* line 336, _product.scss */
  .price.on-page {
    font-size: 7.5rem;
    margin: 20px 0; }

/* line 342, _product.scss */
.old-price {
  text-decoration: line-through;
  opacity: 0.6; }
  /* line 346, _product.scss */
  .old-price.on-page {
    font-size: 1.25rem; }

/* line 355, _product.scss */
.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.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 370, _product.scss */
  .product-slider.is-related-products .product-slider-heading {
    word-break: break-all; }

/* line 375, _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: 2rem; }

/* line 386, _product.scss */
.product-slider-heading {
  color: #44444b;
  -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: #44444b;
  word-wrap: break-word;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  /* line 500, _mixins.scss */
  .product-slider-heading:active, .product-slider-heading:focus, .product-slider-heading:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 400, _product.scss */
.product-slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  /* line 406, _product.scss */
  .product-slider-controls.controls-above-gallery {
    justify-content: flex-end; }

/* line 411, _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 421, _product.scss */
.product-slider-prev,
.product-slider-next {
  color: #44444b;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  line-height: 1.5rem;
  background-image: none;
  font-size: 1rem; }
  /* line 436, _product.scss */
  .product-slider-prev:focus,
  .product-slider-next:focus {
    outline: none; }
  /* line 440, _product.scss */
  .product-slider-prev:active, .product-slider-prev:hover,
  .product-slider-next:active,
  .product-slider-next:hover {
    color: #ff1d3e; }
  /* line 445, _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;
    color: #44444b; }

/* line 452, _product.scss */
.gallery-slider {
  margin-left: auto; }

/* line 466, _product.scss */
.gallery-controls {
  margin-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }
  /* line 480, _product.scss */
  .gallery-controls .product-slider-prev,
  .gallery-controls .product-slider-next {
    top: 50%;
    transform: translateY(-50%); }
    /* line 485, _product.scss */
    .gallery-controls .product-slider-prev:after,
    .gallery-controls .product-slider-next:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

/* line 494, _product.scss */
.product-slider-prev {
  left: 0; }
  /* line 468, _mixins.scss */
  .product-slider-prev:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* line 500, _product.scss */
.product-slider-next {
  right: 0; }
  /* line 468, _mixins.scss */
  .product-slider-next:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* line 506, _product.scss */
.button-buy {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  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; }
  /* line 282, _mixins.scss */
  .button-buy:focus, .button-buy:active, .button-buy:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .button-buy:-moz-focus-inner {
    border: 0; }
  /* line 522, _product.scss */
  .product-cart-control .button-buy {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 10rem;
    margin-left: auto;
    margin-right: auto;
    display: inline-block; }

/* line 533, _product.scss */
.bundle_buy > .is-preorder {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

@media screen and (max-width: 480px) {
  /* line 539, _product.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 {
    width: 100%; } }

/* line 547, _product.scss */
.compare-link {
  color: #44444b;
  -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;
  text-decoration: underline; }
  /* line 500, _mixins.scss */
  .compare-link:active, .compare-link:focus, .compare-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 547, _product.scss */
    .compare-link {
      width: 100%;
      margin: 0.3rem 0; } }
  /* line 559, _product.scss */
  .compare-link:focus {
    border: none;
    outline: none; }

/* line 565, _product.scss */
.bundle-prices {
  margin: 0.25rem 0; }

/* line 569, _product.scss */
.price-bundle {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 574, _product.scss */
  .price-bundle span {
    white-space: nowrap;
    font-weight: bold;
    text-decoration: line-through; }

/* line 581, _product.scss */
.price_discount {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 586, _product.scss */
  .price_discount span {
    white-space: nowrap;
    font-weight: bold; }

/* line 592, _product.scss */
.price_finall {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem; }
  /* line 597, _product.scss */
  .price_finall span {
    white-space: nowrap;
    font-weight: bold; }

/* line 603, _product.scss */
.buy.bundle_buy {
  margin: 0;
  margin-top: 0.8rem; }
  @media screen and (min-width: 769px) {
    /* line 603, _product.scss */
    .buy.bundle_buy {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px; } }

/* line 616, _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 626, _product.scss */
  .product-slider.is-bundle-products .swiper-wrapper {
    margin-top: 0; }
  /* line 630, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper:after {
    margin-left: 0; }
  /* line 634, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading {
    display: none; }

/* line 639, _product.scss */
.fancybox-caption {
  text-align: center;
  border-top: 0; }

/* line 644, _product.scss */
.is-reviews-toggle, .is-comments-toggle {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }
  /* line 282, _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: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .is-reviews-toggle:-moz-focus-inner, .is-comments-toggle:-moz-focus-inner {
    border: 0; }
  /* line 650, _product.scss */
  .is-reviews-toggle:after, .is-comments-toggle:after {
    padding-left: 0.25rem; }
  /* line 468, _mixins.scss */
  .is-reviews-toggle.is-unchecked:after, .is-unchecked.is-comments-toggle:after {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: relative;
    top: 0.25em; }
  /* line 468, _mixins.scss */
  .is-reviews-toggle.is-checked:after, .is-checked.is-comments-toggle:after {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

/* line 675, _product.scss */
.sidebar-menu-marker.filter-marker {
  margin-right: 5px;
  color: #44444b; }

/* line 683, _product.scss */
.filter-section.has-active-items .sidebar-menu-marker.filter-marker {
  display: none; }
/* line 687, _product.scss */
.filter-section.has-active-items .filter-section-name {
  color: #ff1d3e; }

/* line 468, _mixins.scss */
.filter-section-toggle.is-active-toggle.is-active > .filter-marker:before {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.1em; }

/* line 704, _product.scss */
.filter-section-clear.is-filter-section-clear {
  padding: 0.1em 0.75rem 0.5rem 0;
  color: #ff1d3e;
  background-color: transparent; }

/* line 710, _product.scss */
.filter {
  margin: 0 0.25rem; }

/* line 714, _product.scss */
.ajs-header {
  background-color: white; }

/* line 718, _product.scss */
.form-label {
  color: #262938; }

/* line 722, _product.scss */
.ajs-footer {
  background-color: white; }

/* line 726, _product.scss */
.ajs-dialog {
  background-color: white;
  color: #262938; }

/* line 731, _product.scss */
.form-notice {
  color: #262938; }

/* line 735, _product.scss */
.ajs-cancel {
  color: #262938; }

/* line 738, _product.scss */
.bundle-preorder {
  margin-left: 0.5rem; }

/* line 1, _compare.scss */
.button-same-toggle {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0; }
  /* line 282, _mixins.scss */
  .button-same-toggle:focus, .button-same-toggle:active, .button-same-toggle:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _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(odd) td,
.table-striped tr:nth-child(odd) .table-cell,
.table-striped tr:nth-child(odd) td {
  background-color: rgba(238, 238, 238, 0.5);
  color: #262938; }

/* 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 #ebeaea; }

/* line 37, _compare.scss */
.table-bordered .table-cell:first-child {
  border-left: 1px solid #ebeaea; }
/* line 41, _compare.scss */
.table-bordered .table-cell:last-child {
  border-right: 1px solid #ebeaea; }
/* line 45, _compare.scss */
.table-bordered .table-row:first-child .table-cell {
  border-top: 1px solid #ebeaea;
  background-color: rgba(238, 238, 238, 0.5);
  color: #262938; }
/* line 51, _compare.scss */
.table-bordered .table-row:last-child .table-cell {
  border-bottom: 1px solid #ebeaea; }
/* line 55, _compare.scss */
.table-bordered .table-cell {
  border-right: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea; }

/* 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: #44444b;
  color: #44444b;
  -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 500, _mixins.scss */
  .title-link:active, .title-link:focus, .title-link:hover {
    color: #ff1d3e;
    -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-top: 0;
  margin-bottom: 0;
  padding: 0.5em 0.6em; }

/* line 459, _mixins.scss */
.compare-delete:after {
  font-family: "FontAwesome";
  content: ""; }

/* line 102, _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 115, _compare.scss */
.compare-image-wrapper {
  overflow: hidden; }

/* line 119, _compare.scss */
.param-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px; }

/* line 126, _compare.scss */
.param-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px; }

/* line 133, _compare.scss */
.compare-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/** Compares widget */
/* line 144, _compare.scss */
.compares-widget {
  margin-left: auto;
  margin-top: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  line-height: 2.5rem;
  padding-top: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 144, _compare.scss */
    .compares-widget {
      margin-left: 0; } }

/* line 159, _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: #44444b;
  line-height: 1.5rem; }
  /* line 14, _blog.scss */
  .blog-menu-link.is-active, .blog-menu-link.is-current, .blog-menu-link.is-hovered {
    color: #ff1d3e; }

/* line 21, _blog.scss */
.js-comments-toggle-notice {
  display: none; }

/* line 25, _blog.scss */
.blog-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

/* line 32, _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 44, _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 54, _blog.scss */
  .tag:hover {
    border-color: #ff1d3e; }
    /* line 57, _blog.scss */
    .tag:hover * {
      border-color: #ff1d3e;
      color: #ff1d3e; }

/* line 64, _blog.scss */
.article-perview-introtext {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 70, _blog.scss */
.tag-link, .tag-title {
  text-decoration: none;
  color: #44444b;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebeaea;
  vertical-align: middle;
  border-radius: 0.15rem;
  background-color: white; }

/* line 86, _blog.scss */
.tag-text {
  padding: 0.25rem; }

/* line 90, _blog.scss */
.tag-count {
  border-left: 1px solid #ebeaea;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #757580;
  text-decoration: none; }

/* line 98, _blog.scss */
.comments-count {
  color: #44444b;
  padding: 0 1em;
  text-decoration: none;
  padding-left: 0;
  padding-bottom: 0.25rem; }
  /* line 105, _blog.scss */
  .comments-count:hover {
    color: #ff1d3e; }

/* line 110, _blog.scss */
.author {
  padding-right: 0.75rem;
  opacity: 0.5;
  padding-bottom: 0.25rem; }
  /* line 459, _mixins.scss */
  .author:before {
    font-family: "FontAwesome";
    content: ""; }
  @media screen and (max-width: 414px) {
    /* line 110, _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 125, _blog.scss */
      .author:before {
        padding-right: 0.25rem; } }

/* line 131, _blog.scss */
.date {
  opacity: 0.5;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem; }
  /* line 459, _mixins.scss */
  .date:before {
    font-family: "FontAwesome";
    content: ""; }
  @media screen and (max-width: 414px) {
    /* line 131, _blog.scss */
    .date {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      /* line 143, _blog.scss */
      .date:before {
        padding-right: 0.25rem; } }

/* line 149, _blog.scss */
.product-rating {
  padding-bottom: 0.25rem; }

/* line 153, _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 167, _blog.scss */
.comments-heading {
  margin: 0.75rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a09c9c; }

/* line 175, _blog.scss */
.comments-item {
  padding: 0.6rem 0; }
  /* line 178, _blog.scss */
  .comments-item:first-child {
    padding-top: 0; }

/* line 183, _blog.scss */
.comment-body {
  padding: 0.5rem 0;
  line-height: 22px; }

/* line 188, _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;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 80%; }

/* line 205, _blog.scss */
.comments-wrapper {
  margin: 1.5rem 0; }

/* line 209, _blog.scss */
.comments-form {
  margin: 1.5rem 0; }

/* line 213, _blog.scss */
.form-button {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0; }
  /* line 282, _mixins.scss */
  .form-button:focus, .form-button:active, .form-button:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .form-button:-moz-focus-inner {
    border: 0; }

/* line 218, _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 233, _blog.scss */
.form-field.is-text {
  margin: 0.25rem 0;
  border: 1px solid #ebeaea;
  padding: 0.75rem 0.5rem;
  outline: none; }
  /* line 239, _blog.scss */
  .form-field.is-text:focus {
    box-shadow: 0 0 2px #ebeaea; }
/* line 244, _blog.scss */
.form-field.with-error {
  background-color: #ffebeb; }

/* line 248, _blog.scss */
.article-preview-image-inner {
  text-align: center; }

/* 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; }
  @media screen and (max-width: 1024px) {
    /* line 22, _article.scss */
    .article-preview-image-wrapper {
      margin: 0.5rem 0; } }

/* line 32, _article.scss */
.blog .article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    /* line 32, _article.scss */
    .blog .article-preview {
      display: block; } }
/* line 44, _article.scss */
.blog .article-preview-image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 100%; }

/* line 52, _article.scss */
.article-preview-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  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 69, _article.scss */
.article-preview-link {
  color: #44444b;
  -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 500, _mixins.scss */
  .article-preview-link:active, .article-preview-link:focus, .article-preview-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

@media screen and (max-width: 480px) {
  /* line 74, _article.scss */
  .article-tags-header {
    margin-top: 1rem; } }

/* line 459, _mixins.scss */
.comments-wrapper .button-text:before,
.article-preview-toolbar .button-text:before,
.comments-count .button-text:before {
  font-family: "FontAwesome";
  content: ""; }

/* line 90, _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 106, _article.scss */
.article-preview-heading {
  line-height: 1.5rem;
  margin-bottom: 0.5rem; }

/* line 113, _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 126, _article.scss */
#comment_form {
  display: none; }

/* line 1, _cart.scss */
.cart-list {
  margin-top: -1rem;
  margin-bottom: -1rem; }

/* line 6, _cart.scss */
.cart-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/* line 13, _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;
  border-top: 1px solid #ebeaea; }
  @media screen and (max-width: 1024px) {
    /* line 13, _cart.scss */
    .item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }

/* line 41, _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 50, _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: nowrap;
  -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: 1024px) {
    /* line 50, _cart.scss */
    .item-content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    /* line 76, _cart.scss */
    .item-content .counter-input {
      border-right: 1px solid #ebeaea;
      border-left: 1px solid #ebeaea; } }

/* line 83, _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 99, _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 107, _cart.scss */
  .item-caption > * {
    display: block;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem; }
  @media screen and (max-width: 1024px) {
    /* line 99, _cart.scss */
    .item-caption {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 119, _cart.scss */
.cart-body {
  border-bottom: 1px solid #ebeaea;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem; }

/* line 125, _cart.scss */
.item-title {
  text-decoration: none;
  color: #44444b;
  color: #44444b;
  -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 500, _mixins.scss */
  .item-title:active, .item-title:focus, .item-title:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 132, _cart.scss */
.item-prices {
  white-space: nowrap;
  text-align: center;
  padding: 0.5rem 0.5rem; }
  /* line 137, _cart.scss */
  .item-prices.is-sale-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
  /* line 144, _cart.scss */
  .item-prices.is-total-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
    @media screen and (max-width: 768px) {
      /* line 144, _cart.scss */
      .item-prices.is-total-price {
        font-size: 1.5rem;
        font-weight: bold; } }

/* line 156, _cart.scss */
.item-counter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 0.5rem; }

/* line 163, _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: 414px) {
    /* line 163, _cart.scss */
    .item-delete {
      padding: 0.25rem; } }

/* line 181, _cart.scss */
.shopcart-widget.in-top-panel {
  font-size: 0.9rem;
  margin-left: auto;
  line-height: 2rem;
  padding-top: 0rem; }

/* line 189, _cart.scss */
.shopcart-widget-link {
  color: #44444b;
  -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;
  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 500, _mixins.scss */
  .shopcart-widget-link:active, .shopcart-widget-link:focus, .shopcart-widget-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 208, _cart.scss */
.shopcart-widget-icon {
  position: relative;
  line-height: 1rem; }
  /* line 468, _mixins.scss */
  .shopcart-widget-icon:before {
    font-family: "iconmonstr-iconic-font";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.3rem;
    position: relative;
    top: 0.25em; }

/* line 219, _cart.scss */
.shopcart-widget-caption {
  display: none; }

/* line 223, _cart.scss */
.shopcart-widget-count, .compares-widget-count {
  color: #eeeeee;
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1.2rem;
  min-height: 1.2rem;
  top: -0.6rem;
  right: -0.75rem;
  position: absolute;
  border-radius: 100%;
  font-size: 0.65rem;
  line-height: 1; }

/* line 247, _cart.scss */
.compares-widget-count {
  top: -0.75rem; }

/* line 253, _cart.scss */
.shopcart-widget-amount {
  white-space: nowrap;
  margin-left: 1rem; }

/* line 258, _cart.scss */
.cart-footer .button.is-primary.cart-checkout, .cart-footer .is-primary.cart-checkout.co-button[type="submit"], .cart-footer .is-primary.cart-checkout.co-button[name="commit"], .cart-footer .is-primary.cart-checkout.co-button[data-method="delete"], .cart-footer .is-primary.cart-checkout.co-button.co-button--small, .cart-footer .is-primary.cart-checkout.co-modal-button, .cart-footer .is-primary.cart-checkout.co-tabs-node {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0;
  margin-top: 20px;
  padding: 26px 42px;
  background-color: #ff1d3e;
  font-size: 20px; }
  /* line 282, _mixins.scss */
  .cart-footer .button.is-primary.cart-checkout:focus, .cart-footer .is-primary.cart-checkout.co-button[type="submit"]:focus, .cart-footer .is-primary.cart-checkout.co-button[name="commit"]:focus, .cart-footer .is-primary.cart-checkout.co-button[data-method="delete"]:focus, .cart-footer .is-primary.cart-checkout.co-button.co-button--small:focus, .cart-footer .is-primary.cart-checkout.co-modal-button:focus, .cart-footer .is-primary.cart-checkout.co-tabs-node:focus, .cart-footer .button.is-primary.cart-checkout:active, .cart-footer .is-primary.cart-checkout.co-button[type="submit"]:active, .cart-footer .is-primary.cart-checkout.co-button[name="commit"]:active, .cart-footer .is-primary.cart-checkout.co-button[data-method="delete"]:active, .cart-footer .is-primary.cart-checkout.co-button.co-button--small:active, .cart-footer .is-primary.cart-checkout.co-modal-button:active, .cart-footer .is-primary.cart-checkout.co-tabs-node:active, .cart-footer .button.is-primary.cart-checkout:hover, .cart-footer .is-primary.cart-checkout.co-button[type="submit"]:hover, .cart-footer .is-primary.cart-checkout.co-button[name="commit"]:hover, .cart-footer .is-primary.cart-checkout.co-button[data-method="delete"]:hover, .cart-footer .is-primary.cart-checkout.co-button.co-button--small:hover, .cart-footer .is-primary.cart-checkout.co-modal-button:hover, .cart-footer .is-primary.cart-checkout.co-tabs-node:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .cart-footer .button.is-primary.cart-checkout:-moz-focus-inner, .cart-footer .is-primary.cart-checkout.co-button[type="submit"]:-moz-focus-inner, .cart-footer .is-primary.cart-checkout.co-button[name="commit"]:-moz-focus-inner, .cart-footer .is-primary.cart-checkout.co-button[data-method="delete"]:-moz-focus-inner, .cart-footer .is-primary.cart-checkout.co-button.co-button--small:-moz-focus-inner, .cart-footer .is-primary.cart-checkout.co-modal-button:-moz-focus-inner, .cart-footer .is-primary.cart-checkout.co-tabs-node:-moz-focus-inner {
    border: 0; }
  @media screen and (max-width: 768px) {
    /* line 258, _cart.scss */
    .cart-footer .button.is-primary.cart-checkout, .cart-footer .is-primary.cart-checkout.co-button[type="submit"], .cart-footer .is-primary.cart-checkout.co-button[name="commit"], .cart-footer .is-primary.cart-checkout.co-button[data-method="delete"], .cart-footer .is-primary.cart-checkout.co-button.co-button--small, .cart-footer .is-primary.cart-checkout.co-modal-button, .cart-footer .is-primary.cart-checkout.co-tabs-node {
      font-size: 18px;
      padding: 21px 25px; } }

/* line 272, _cart.scss */
.button.discount-button, .discount-button.co-button[type="submit"], .discount-button.co-button[name="commit"], .discount-button.co-button[data-method="delete"], .discount-button.co-button.co-button--small, .discount-button.co-modal-button, .discount-button.co-tabs-node {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0;
  -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; }
  /* line 282, _mixins.scss */
  .button.discount-button:focus, .discount-button.co-button[type="submit"]:focus, .discount-button.co-button[name="commit"]:focus, .discount-button.co-button[data-method="delete"]:focus, .discount-button.co-button.co-button--small:focus, .discount-button.co-modal-button:focus, .discount-button.co-tabs-node:focus, .button.discount-button:active, .discount-button.co-button[type="submit"]:active, .discount-button.co-button[name="commit"]:active, .discount-button.co-button[data-method="delete"]:active, .discount-button.co-button.co-button--small:active, .discount-button.co-modal-button:active, .discount-button.co-tabs-node:active, .button.discount-button:hover, .discount-button.co-button[type="submit"]:hover, .discount-button.co-button[name="commit"]:hover, .discount-button.co-button[data-method="delete"]:hover, .discount-button.co-button.co-button--small:hover, .discount-button.co-modal-button:hover, .discount-button.co-tabs-node:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .button.discount-button:-moz-focus-inner, .discount-button.co-button[type="submit"]:-moz-focus-inner, .discount-button.co-button[name="commit"]:-moz-focus-inner, .discount-button.co-button[data-method="delete"]:-moz-focus-inner, .discount-button.co-button.co-button--small:-moz-focus-inner, .discount-button.co-modal-button:-moz-focus-inner, .discount-button.co-tabs-node:-moz-focus-inner {
    border: 0; }
  @media screen and (max-width: 414px) {
    /* line 272, _cart.scss */
    .button.discount-button, .discount-button.co-button[type="submit"], .discount-button.co-button[name="commit"], .discount-button.co-button[data-method="delete"], .discount-button.co-button.co-button--small, .discount-button.co-modal-button, .discount-button.co-tabs-node {
      width: 100%; } }

/* line 287, _cart.scss */
.cart-footer {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 293, _cart.scss */
.discount-form {
  margin: 2.5rem 0 0.5rem 0; }

/* line 297, _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: center; }
  @media screen and (max-width: 768px) {
    /* line 297, _cart.scss */
    .cart-block-checkout {
      margin: 0.5rem auto;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

/* line 321, _cart.scss */
.cart-total {
  margin-bottom: 0.5rem;
  text-align: right;
  font-weight: bold;
  font-size: 2rem; }
  @media screen and (max-width: 768px) {
    /* line 321, _cart.scss */
    .cart-total {
      text-align: center;
      font-size: 2.5rem; } }

/* line 333, _cart.scss */
.discount-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 342, _cart.scss */
.discount-description {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 0.5rem; }

/* line 349, _cart.scss */
.discount-amount {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/* line 356, _cart.scss */
.item-sku {
  display: none; }

/* line 361, _cart.scss */
.cart-layout .breadcrumb-item:not(:first-child):before {
  display: none; }

/* titles */
/* line 2, _checkout-v2.scss */
.co-title {
  color: #262938; }

/* line 6, _checkout-v2.scss */
.co-title--h2 {
  font-size: 1.25rem; }

/* buttons */
/* line 11, _checkout-v2.scss */
.co-button {
  font-size: 1rem; }
  /* line 14, _checkout-v2.scss */
  .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #44444b;
    color: #eeeeee;
    border-radius: 0; }
    /* line 282, _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: #ff1d3e;
      color: #fff; }
    /* line 289, _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 23, _checkout-v2.scss */
  .co-button#get_pdf_receipt, .co-button#use_max_bonus_points {
    -webkit-transition: all 0.15s ease-out 0.15s;
    transition: all 0.15s ease-out 0.15s;
    background-color: #777777;
    color: #eeeeee;
    border-radius: 0; }
    /* line 282, _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: #ff1d3e;
      color: #fff; }
    /* line 289, _mixins.scss */
    .co-button#get_pdf_receipt:-moz-focus-inner, .co-button#use_max_bonus_points:-moz-focus-inner {
      border: 0; }
  /* line 28, _checkout-v2.scss */
  .co-button.co-button--small {
    padding: calc(0.25rem + 1px) 0.75rem;
    white-space: initial; }

/* line 34, _checkout-v2.scss */
.co-button--link,
.co-button--password_recover {
  color: #44444b;
  -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 500, _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: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* links */
/* line 44, _checkout-v2.scss */
.co-link,
.link {
  color: #44444b;
  -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 500, _mixins.scss */
  .co-link:active, .co-link:focus, .co-link:hover,
  .link:active,
  .link:focus,
  .link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* input */
/* line 51, _checkout-v2.scss */
.co-input-field,
.co-input--file .co-input-wrapper {
  border-radius: 0; }

/* line 56, _checkout-v2.scss */
.co-input-select {
  background-color: transparent; }

/* line 60, _checkout-v2.scss */
.co-toggable_field-input {
  color: #44444b; }
  /* line 63, _checkout-v2.scss */
  .co-toggable_field-input span {
    border-radius: 50% !important; }
    /* line 66, _checkout-v2.scss */
    .co-toggable_field-input span:after {
      color: #eeeeee !important; }

/* line 72, _checkout-v2.scss */
.co-input-description {
  color: #262938; }
  /* line 75, _checkout-v2.scss */
  .co-input-description a {
    color: #44444b;
    -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 500, _mixins.scss */
    .co-input-description a:active, .co-input-description a:focus, .co-input-description a:hover {
      color: #ff1d3e;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 80, _checkout-v2.scss */
.co-bonus_points-maximum_points {
  color: #262938; }

/* line 84, _checkout-v2.scss */
.co-bonus_points-submit {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

/* tabs */
/* line 91, _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 100, _checkout-v2.scss */
.co-tabs-node {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #777777;
  color: #eeeeee;
  border-radius: 0;
  margin: 0 0.25rem;
  border-radius: 0 !important; }
  /* line 282, _mixins.scss */
  .co-tabs-node:focus, .co-tabs-node:active, .co-tabs-node:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .co-tabs-node:-moz-focus-inner {
    border: 0; }
  /* line 107, _checkout-v2.scss */
  .co-tabs-node--active {
    background-color: #ff1d3e;
    color: #222222; }

/* prices */
/* line 114, _checkout-v2.scss */
.co-price {
  font-size: 1rem; }

/* basket */
/* line 119, _checkout-v2.scss */
.co-basket_subtotal {
  margin-bottom: 0.5rem; }
  /* line 122, _checkout-v2.scss */
  .co-basket_subtotal:last-child {
    margin-bottom: 0; }

/* line 127, _checkout-v2.scss */
.co-basket_total-price {
  font-size: 1.25rem; }

/* forms */
/* line 132, _checkout-v2.scss */
.co-delivery_adress-form {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  /* line 136, _checkout-v2.scss */
  .co-delivery_adress-form .co-input {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

/* modals */
/* line 143, _checkout-v2.scss */
.co-modal {
  background-color: white;
  border: 1px solid #ebeaea; }

/* line 148, _checkout-v2.scss */
.co-modal-close {
  color: #44444b;
  -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 500, _mixins.scss */
  .co-modal-close:active, .co-modal-close:focus, .co-modal-close:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 152, _checkout-v2.scss */
.js-modal-toggler {
  color: #44444b;
  -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 500, _mixins.scss */
  .js-modal-toggler:active, .js-modal-toggler:focus, .js-modal-toggler:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/** order */
/* line 157, _checkout-v2.scss */
.co-order-state {
  border-radius: 0; }

/* line 161, _checkout-v2.scss */
.co-section--checkout_order {
  padding-bottom: 2rem; }

/* line 165, _checkout-v2.scss */
.co-sidebar {
  box-shadow: none; }

/* line 169, _checkout-v2.scss */
.co-menu-item + .co-menu-item {
  margin-top: 0; }

/* line 174, _checkout-v2.scss */
.co-section--content_wrapper_client {
  display: block; }
  /* line 177, _checkout-v2.scss */
  .co-section--content_wrapper_client .co-menu--personal {
    text-align: center;
    justify-content: center; }
    /* line 182, _checkout-v2.scss */
    .co-section--content_wrapper_client .co-menu--personal .co-menu-item {
      margin: 0 10px;
      flex: none; }
      /* line 185, _checkout-v2.scss */
      .co-section--content_wrapper_client .co-menu--personal .co-menu-item .co-link {
        text-decoration: underline; }
  @media screen and (max-width: 768px) {
    /* line 196, _checkout-v2.scss */
    .co-section--content_wrapper_client .co-menu {
      display: flex !important; }
    /* line 200, _checkout-v2.scss */
    .co-section--content_wrapper_client .co-menu-toggle {
      display: none !important; } }
  /* line 207, _checkout-v2.scss */
  .co-section--content_wrapper_client .co-section--content_client {
    border-top: 2px solid #ebeaea; }

@media screen and (max-width: 480px) {
  /* line 215, _checkout-v2.scss */
  .co-table-row--head td {
    padding-bottom: 20px; }

  /* line 219, _checkout-v2.scss */
  .co-table--to_card .co-table-cell--body {
    margin-bottom: 1.5rem; }

  /* line 224, _checkout-v2.scss */
  .co-order-information .co-order-information_title {
    flex-basis: 100%; } }
/* line 1, _client_account.scss */
.co-button.js-co-login-submit {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0; }
  /* line 282, _mixins.scss */
  .co-button.js-co-login-submit:focus, .co-button.js-co-login-submit:active, .co-button.js-co-login-submit:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .co-button.js-co-login-submit:-moz-focus-inner {
    border: 0; }

/* line 6, _client_account.scss */
.co-button--link {
  font-size: 1rem;
  color: #44444b;
  -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 500, _mixins.scss */
  .co-button--link:active, .co-button--link:focus, .co-button--link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 11, _client_account.scss */
.co-title.co-checkout-title {
  color: #262938;
  font-size: 1.5rem; }

/* line 16, _client_account.scss */
.co-input-label {
  color: #262938; }

/* line 20, _client_account.scss */
.co-toggable_field-input input:focus + span,
.co-toggable_field-input input:checked + span {
  -webkit-box-shadow: inset 0 0 0 7px #222222;
  box-shadow: inset 0 0 0 7px #222222; }

/* line 26, _client_account.scss */
.co-toggable_field-input.co-toggable_field-input--checkbox input:focus + span,
.co-toggable_field-input.co-toggable_field-input--checkbox input:checked + span {
  -webkit-box-shadow: inset 0 0 0 10px #222222;
  box-shadow: inset 0 0 0 10px #222222; }

/* line 33, _client_account.scss */
.co-toggable_field-input--checkbox input + span {
  -webkit-box-shadow: inset 0 0 0 2px #222222;
  box-shadow: inset 0 0 0 2px #222222; }

/* line 38, _client_account.scss */
.co-table--to_card .co-table-cell--body {
  white-space: pre-line;
  line-height: 1.5rem; }

/* line 43, _client_account.scss */
.tt-dropdown-menu {
  color: #222222; }

/* line 46, _client_account.scss */
.co-input-description {
  color: rgba(38, 41, 56, 0.7);
  font-size: 0.8rem; }
  /* line 50, _client_account.scss */
  .co-input-description a {
    color: #44444b;
    -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: underline; }
    /* line 500, _mixins.scss */
    .co-input-description a:active, .co-input-description a:focus, .co-input-description a:hover {
      color: #ff1d3e;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 57, _client_account.scss */
.co-menu-link--personal {
  color: #44444b;
  -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 500, _mixins.scss */
  .co-menu-link--personal:active, .co-menu-link--personal:focus, .co-menu-link--personal:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 62, _client_account.scss */
.co-form-button:not(.co-button--link) {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0;
  font-size: 1rem; }
  /* line 282, _mixins.scss */
  .co-form-button:not(.co-button--link):focus, .co-form-button:not(.co-button--link):active, .co-form-button:not(.co-button--link):hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .co-form-button:not(.co-button--link):-moz-focus-inner {
    border: 0; }

/* line 68, _client_account.scss */
.co-order-information_title {
  color: rgba(38, 41, 56, 0.7); }
  @media screen and (max-width: 480px) {
    /* line 68, _client_account.scss */
    .co-order-information_title {
      margin-bottom: 1rem; } }

/* line 76, _client_account.scss */
.co-order-information_value {
  color: #262938;
  line-height: 1.5rem; }

/* line 81, _client_account.scss */
.co-title--h2 {
  font-size: 1.25rem; }

/* line 85, _client_account.scss */
.co-table-cell--head {
  color: rgba(38, 41, 56, 0.7); }

/* line 89, _client_account.scss */
.co-link {
  color: #44444b;
  -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 500, _mixins.scss */
  .co-link:active, .co-link:focus, .co-link:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 93, _client_account.scss */
  .co-link.co-link--active {
    color: #ff1d3e; }

/* line 98, _client_account.scss */
.co-button.co-button--small {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0;
  word-break: break-word; }
  /* line 282, _mixins.scss */
  .co-button.co-button--small:focus, .co-button.co-button--small:active, .co-button.co-button--small:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .co-button.co-button--small:-moz-focus-inner {
    border: 0; }

/* line 104, _client_account.scss */
.co-order-information_value a {
  color: #44444b;
  -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 500, _mixins.scss */
  .co-order-information_value a:active, .co-order-information_value a:focus, .co-order-information_value a:hover {
    color: #ff1d3e;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 108, _client_account.scss */
.co-menu-toggle {
  -webkit-transition: all 0.15s ease-out 0.15s;
  transition: all 0.15s ease-out 0.15s;
  background-color: #44444b;
  color: #eeeeee;
  border-radius: 0; }
  /* line 282, _mixins.scss */
  .co-menu-toggle:focus, .co-menu-toggle:active, .co-menu-toggle:hover {
    background-color: #ff1d3e;
    color: #fff; }
  /* line 289, _mixins.scss */
  .co-menu-toggle:-moz-focus-inner {
    border: 0; }

/* line 113, _client_account.scss */
.co-menu-switcher:checked ~ .co-menu {
  background-color: white;
  border-bottom: 1px solid #ebeaea; }

/* line 118, _client_account.scss */
input.co-input-field {
  color: #222222; }

/* line 122, _client_account.scss */
.small_label .co-form-controls, .new_client_payment_transaction_juridical_person_bill .co-form-controls {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

/* line 128, _client_account.scss */
.co-input-title {
  font-size: 1rem; }

/* line 468, _mixins.scss */
.co-menu-toggle:after {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em; }

/* line 468, _mixins.scss */
.co-menu-switcher:checked ~ .co-menu-toggle:after {
  font-family: "iconmonstr-iconic-font";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: relative;
  top: 0.25em; }

/* line 147, _client_account.scss */
.co-order-information_value .co-price {
  font-size: 14px; }

@media (max-width: 480px) {
  /* line 153, _client_account.scss */
  .co-title.co-checkout-title, .co-title--h2 {
    text-align: center;
    font-size: 2rem; }

  /* line 157, _client_account.scss */
  .co-order-information_row {
    margin-bottom: 2rem; }

  /* line 161, _client_account.scss */
  .co-table--to_card .co-table-cell:before {
    margin-bottom: 2rem; }

  /* line 166, _client_account.scss */
  .client-page-wrapper .co-table--to_card .co-table-cell:before {
    margin-bottom: 0; } }
/* line 173, _client_account.scss */
.co-order_history-total_sum {
  font-size: 18px !important; }

/*** ESSENTIAL STYLES ***/
/* line 2, megafish.css */
.sf-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 8, megafish.css */
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

/* line 15, megafish.css */
.sf-menu > li {
  float: left; }

/* line 18, megafish.css */
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block; }

/* line 23, megafish.css */
.sf-menu > li > a {
  display: block;
  position: relative; }

/*** DEMO SKIN ***/
/* line 30, megafish.css */
.sf-menu {
  float: left;
  margin-bottom: 1em;
  width: 100%; }

/* line 35, megafish.css */
.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  /* allow long menu items to determine submenu width */ }

/* line 39, megafish.css */
.sf-menu > li > a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  color: #13a; }

/* line 48, megafish.css */
.sf-menu > li {
  background: #BDD2FF;
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 53, megafish.css */
.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** mega menu dropdown ***/
/* line 62, megafish.css */
.sf-mega {
  background-color: #CFDEFF;
  padding: 1em;
  box-sizing: border-box;
  width: 100%; }

/* line 68, megafish.css */
.sf-mega-section {
  float: left;
  width: 8em;
  /* optional */
  padding: 0 1em 1em 0;
  margin-right: 1em;
  border-right: 1px solid #b4c8f5; }

/*** arrows (for all except IE7) **/
/* line 78, megafish.css */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
/* line 83, megafish.css */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

/* line 96, megafish.css */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/*** ESSENTIAL STYLES ***/
/* line 2, superfish.css */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 7, superfish.css */
.sf-menu li {
  position: relative; }

/* line 10, superfish.css */
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

/* line 17, superfish.css */
.sf-menu > li {
  float: left; }

/* line 20, superfish.css */
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

/* line 25, superfish.css */
.sf-menu a {
  display: block;
  position: relative; }

/* line 29, superfish.css */
.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
/* line 36, superfish.css */
.sf-menu {
  float: left;
  margin-bottom: 1em; }

/* line 40, superfish.css */
.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

/* line 45, superfish.css */
.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

/* line 53, superfish.css */
.sf-menu a {
  color: #13a; }

/* line 56, superfish.css */
.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

/* line 63, superfish.css */
.sf-menu ul li {
  background: #AABDE6; }

/* line 66, superfish.css */
.sf-menu ul ul li {
  background: #9AAEDB; }

/* line 69, superfish.css */
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
/* line 78, superfish.css */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
/* line 83, superfish.css */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

/* line 96, superfish.css */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
/* line 102, superfish.css */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

/* line 109, superfish.css */
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
/* line 2, superfish-navbar.css */
.sf-navbar {
  background: #BDD2FF;
  position: relative;
  margin-bottom: 5em; }

/* provide background colour for submenu strip */
/* you should just set the menu's container bg colour rather than use pseudo-elements */
/* line 9, superfish-navbar.css */
.sf-navbar:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #BDD2FF;
  height: 200%;
  width: 100%; }

/* line 18, superfish-navbar.css */
.sf-navbar ul {
  box-shadow: none; }

/* line 21, superfish-navbar.css */
.sf-navbar li {
  background: #AABDE6;
  position: static; }

/* line 25, superfish-navbar.css */
.sf-navbar > li > a,
.sf-navbar > li > ul > li > a {
  border: none; }

/* line 29, superfish-navbar.css */
.sf-navbar > li > ul {
  min-width: 36em;
  /* set this to whatever suits your design */ }

/* line 32, superfish-navbar.css */
.sf-navbar ul li {
  background: #BDD2FF;
  position: relative; }

/* line 36, superfish-navbar.css */
.sf-navbar ul ul {
  left: 0;
  top: 100%; }

/* line 40, superfish-navbar.css */
.sf-navbar ul ul li {
  width: 100%; }

/* line 43, superfish-navbar.css */
.sf-navbar > li > ul > li {
  float: left; }

/* line 46, superfish-navbar.css */
.sf-navbar li.current {
  background: #BDD2FF; }

/* line 49, superfish-navbar.css */
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar ul li.current {
  background: #BDD2FF; }

/* line 54, superfish-navbar.css */
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
.sf-navbar ul ul li {
  background: #D1DFFF; }

/* line 59, superfish-navbar.css */
.sf-navbar ul ul li:hover,
.sf-navbar ul ul li.sfHover,
.sf-navbar ul ul li.current {
  background: #E6EEFF; }

/* line 64, superfish-navbar.css */
.sf-navbar ul li.current > a {
  font-weight: bold; }

/*** point all arrows down ***/
/* line 69, superfish-navbar.css */
.sf-arrows.sf-navbar ul .sf-with-ul:after {
  margin-top: -3px;
  margin-right: 0;
  border-color: transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

/* line 77, superfish-navbar.css */
.sf-arrows.sf-navbar ul > li > .sf-with-ul:focus:after,
.sf-arrows.sf-navbar ul > li:hover > .sf-with-ul:after,
.sf-arrows.sf-navbar ul > .sfHover > .sf-with-ul:after {
  border-color: transparent;
  border-top-color: white; }

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
/* line 3, superfish-vertical.css */
.sf-vertical {
  width: 12em;
  /* If you want the width of the closed menu to expand to its
  widest top-level menu item (like its "Supersubs" submenus do),
  replace the width rule above with the following two rules. */
  /*
  min-width: 12em;
  *width: 12em;
  */ }

/* line 14, superfish-vertical.css */
.sf-vertical ul {
  left: 100%;
  top: 0; }

/* line 18, superfish-vertical.css */
.sf-vertical > li {
  float: none; }

/* line 21, superfish-vertical.css */
.sf-vertical li {
  width: 100%; }

/*** alter arrow directions ***/
/* line 26, superfish-vertical.css */
.sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

/* line 33, superfish-vertical.css */
.sf-vertical.sf-arrows li > .sf-with-ul:focus:after,
.sf-vertical.sf-arrows li:hover > .sf-with-ul:after,
.sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white; }

@font-face {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-style: normal; }
/* line 29, _custom.scss */
.ruble {
  font-family: Roboto, sans-serif;
  font-weight: 400; }

@keyframes fadeIn {
  99% {
    visibility: hidden; }
  100% {
    visibility: visible; } }
/* line 43, _custom.scss */
.bottom__cookie-block {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 100000;
  text-align: center;
  -webkit-transform: translateZ(0); }

/* line 55, _custom.scss */
button.promo-slider-prev,
button.promo-slider-next,
.promo-slider-wrapper,
.product-slider-prev,
.product-slider-next,
.product-slider-controls {
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
  visibility: hidden; }

/* line 66, _custom.scss */
body {
  font-family: Roboto, sans-serif;
  letter-spacing: 1.2px;
  text-transform: none;
  font-size: 14px;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

/* line 75, _custom.scss */
.top-panel-wrapper,
.content-wrapper,
.breadcrumb-wrapper,
.index-wrapper,
.product-card-bottom-wrapper,
.partners,
.footer-wrapper {
  margin-left: -2.5rem;
  margin-right: -2.5rem; }

/* line 86, _custom.scss */
.index {
  margin-top: -1rem;
  margin-bottom: 0; }

@media screen and (max-width: 480px) {
  /* line 91, _custom.scss */
  .hamburger {
    display: flex !important; } }

/* line 97, _custom.scss */
.container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: auto;
  max-width: unset; }

/* line 109, _custom.scss */
.page-headding {
  text-align: left;
  color: #ff1d3e;
  font-size: 40px;
  line-height: 48px; }
  @media screen and (max-width: 768px) {
    /* line 109, _custom.scss */
    .page-headding {
      max-width: 100%; } }

/* line 121, _custom.scss */
.breadcrumb-wrapper {
  margin-top: 0;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  padding: 1.5rem 2.5rem;
  background-color: #fff; }
  /* line 127, _custom.scss */
  .breadcrumb-wrapper .breadcrumb {
    margin-bottom: 0; }

/* line 132, _custom.scss */
h1.breadcrumb-page {
  color: #c1c6cb; }

/* line 136, _custom.scss */
.breadcrumb-item {
  font-size: 24px;
  line-height: 29px; }
  @media (max-width: 480px) {
    /* line 136, _custom.scss */
    .breadcrumb-item {
      max-width: 100%;
      display: none; } }
  /* line 145, _custom.scss */
  .breadcrumb-item .breadcrumb-page {
    font-size: inherit;
    font-weight: inherit;
    color: #ff1d3e; }

/* line 152, _custom.scss */
.breadcrumb-item:last-child {
  display: flex;
  align-items: center; }

@media screen and (max-width: 1024px) {
  /* line 157, _custom.scss */
  .breadcrumb-link {
    display: flex;
    justify-content: left;
    align-items: center;
    color: #ff1d3e; } }

/* line 167, _custom.scss */
.breadcrumb-item:not(:first-child):before {
  content: url(https://static-eu.insales.ru/files/1/7780/7700068/original/arrow-right-gray.png);
  top: 0;
  position: relative;
  padding-right: 18px;
  padding-left: 18px; }
  @media (max-width: 480px) {
    /* line 167, _custom.scss */
    .breadcrumb-item:not(:first-child):before {
      display: none; } }

/* line 179, _custom.scss */
.notice.is-info {
  color: #ffffff;
  background-color: #ff1d3e;
  border: 0;
  margin: 40px;
  line-height: 18px; }

/* line 187, _custom.scss */
button.button, button.co-button[type="submit"], button.co-button[name="commit"], button.co-button[data-method="delete"], button.co-button.co-button--small, button.co-modal-button, button.co-tabs-node {
  border-radius: 3px !important;
  border: 0 solid transparent !important; }

/* line 192, _custom.scss */
.image-container.is-square {
  padding-top: 70%; }

/* line 197, _custom.scss */
.char-wrapper {
  flex: 50%;
  max-width: 50%;
  height: auto; }

/* line 204, _custom.scss */
li.top-menu-item.menu-item.level-1:first-child {
  position: relative; }
  /* line 206, _custom.scss */
  li.top-menu-item.menu-item.level-1:first-child:after {
    content: url(https://static-internal.insales.ru/files/1/7761/7609937/original/menu-arrow-down.png);
    top: 29px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s; }

/* line 219, _custom.scss */
li.top-menu-item.menu-item.level-1:first-child:hover:after {
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s; }

/* line 225, _custom.scss */
#product-description p,
.collection-description p,
.product-introtext p {
  text-transform: initial; }

/* line 231, _custom.scss */
.js-arrow-up {
  bottom: 1.5rem; }

/* line 235, _custom.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: none;
  font-size: 22px;
  padding: 31px 56px;
  background: #ff1d3e;
  color: #fff;
  line-height: 1px; }

/* line 247, _custom.scss */
.top-panel-wrapper {
  z-index: 1000;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-bottom: 2px solid #ebeaea;
  position: fixed;
  width: 100%; }
  @media (max-width: 375px) {
    /* line 255, _custom.scss */
    .top-panel-wrapper .container {
      padding-left: 1rem;
      padding-right: 1rem; } }

/* line 269, _custom.scss */
.top-panel.fixed {
  position: unset;
  top: unset;
  z-index: unset;
  opacity: unset;
  width: unset;
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset; }

@media screen and (max-width: 480px) {
  /* line 286, _custom.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 {
    padding: 1rem 0.9rem; } }

/* line 292, _custom.scss */
.top-menu-wrapper {
  display: flex;
  align-items: center;
  padding: 0; }
  /* line 296, _custom.scss */
  .top-menu-wrapper img.logo {
    height: 4.2rem;
    max-width: unset; }
    @media screen and (max-width: 480px) {
      /* line 296, _custom.scss */
      .top-menu-wrapper img.logo {
        display: none; } }
  /* line 303, _custom.scss */
  .top-menu-wrapper .menu-item {
    transition: none; }
  /* line 306, _custom.scss */
  .top-menu-wrapper .shopcart-widget-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center; }
    @media (min-width: 769px) {
      /* line 306, _custom.scss */
      .top-menu-wrapper .shopcart-widget-wrapper {
        margin-right: 34px; } }

/* line 316, _custom.scss */
.logo-wrapper {
  justify-content: center; }

/* line 320, _custom.scss */
.top-panel {
  height: 6rem; }
  @media (max-width: 480px) {
    /* line 320, _custom.scss */
    .top-panel {
      height: 8.5rem; } }
  /* line 325, _custom.scss */
  .top-panel > * {
    height: 100%; }

/* line 330, _custom.scss */
.sidebar-menu-link {
  line-height: 20px; }

/* line 334, _custom.scss */
.top-panel-open-sidebar {
  float: left; }

/* line 338, _custom.scss */
.top-panel-open-sidebar:before {
  top: 0;
  content: "";
  background: url(https://static-eu.insales.ru/files/1/5679/10737199/original/hamburger-xhdpi.png) no-repeat;
  display: inline-block;
  background-size: contain;
  height: 35px;
  width: 51px; }

/* line 349, _custom.scss */
.top-panel-open-search:before {
  top: 0;
  content: "";
  background: url(https://static-eu.insales.ru/files/1/5678/10737198/original/search-xhdpi.png) no-repeat;
  display: inline-block;
  background-size: contain;
  height: 35px;
  width: 35px; }

/* line 360, _custom.scss */
.sf-arrows .sf-with-ul::after {
  all: unset; }

/* line 364, _custom.scss */
.inline-block {
  display: inline-block;
  margin-right: 5px; }

/* line 369, _custom.scss */
.search-widget {
  height: 100%;
  border: 0;
  border-left: 2px solid #ebeaea; }

/* line 375, _custom.scss */
.search-widget-button {
  color: #ff1d3e;
  margin-right: -0.6em;
  z-index: 10; }
  /* line 379, _custom.scss */
  .search-widget-button:hover {
    color: #ff1d3e;
    background: transparent; }

/* line 387, _custom.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ebeaea !important;
  opacity: 1;
  /* Firefox */
  text-transform: none;
  letter-spacing: 0.05em; }

/* line 395, _custom.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ebeaea !important;
  text-transform: none;
  letter-spacing: 0.05em; }

/* line 402, _custom.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ebeaea !important;
  text-transform: none;
  letter-spacing: 0.05em; }

@media screen and (max-width: 768px) {
  /* line 411, _custom.scss */
  .collapse-block {
    justify-content: flex-end; } }

/* line 417, _custom.scss */
.shopcart-widget.in-top-panel {
  margin-left: auto;
  font-size: 1rem;
  padding-top: 0;
  display: inline-block; }
  /* line 423, _custom.scss */
  .shopcart-widget.in-top-panel a:before {
    content: "Корзина";
    margin-right: 5px; }
    @media screen and (max-width: 768px) {
      /* line 423, _custom.scss */
      .shopcart-widget.in-top-panel a:before {
        content: "";
        background: url(https://static-eu.insales.ru/files/1/7920/7708400/original/cart-768-2xhdpi.png) no-repeat;
        margin-right: -15px;
        background-size: contain;
        width: 42px;
        height: 37px; } }

/* line 439, _custom.scss */
.hexagon {
  background: url(https://static-internal.insales.ru/files/1/4123/7196699/original/cart-icon-1.png) no-repeat;
  width: 26px;
  background-size: 25px;
  text-align: center;
  color: #ff1d3e;
  font-size: 13px;
  line-height: 30px; }
  @media screen and (max-width: 768px) {
    /* line 439, _custom.scss */
    .hexagon {
      background-image: url(https://static-eu.insales.ru/files/1/7887/7708367/original/cart-768-hex-1xhdpi.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px;
      line-height: 24px;
      color: #fff; } }

/* line 460, _custom.scss */
.phone a {
  text-decoration: none;
  color: inherit;
  display: block;
  margin-top: -13px; }

/* line 467, _custom.scss */
.contact-link.tel:before {
  padding-right: 0;
  top: 0.27em;
  color: #d6d6d6;
  font-size: 25px;
  content: url(https://static-internal.insales.ru/files/1/115/7643251/original/phone-icon.png); }

/* line 475, _custom.scss */
.contacts-icon:before {
  content: "";
  background: url(https://static-eu.insales.ru/files/1/5677/10737197/original/phone-xhdpi.png) no-repeat;
  background-size: contain;
  height: 37px;
  width: 100%; }

/* line 484, _custom.scss */
.contacts-top-menu {
  order: 1;
  margin-top: -5px;
  padding: 1rem 0.9rem; }

/* line 490, _custom.scss */
.contacts-top-menu-block {
  top: 8.5rem;
  text-align: center; }
  @media (max-width: 1024px) and (min-width: 480px) {
    /* line 490, _custom.scss */
    .contacts-top-menu-block {
      top: 6rem; } }
  /* line 496, _custom.scss */
  .contacts-top-menu-block .header-block, .contacts-top-menu-block .header-compare > .shopcart-widget-wrapper {
    width: 100%;
    text-align: center; }
    /* line 499, _custom.scss */
    .contacts-top-menu-block .header-block > *, .contacts-top-menu-block .header-compare > .shopcart-widget-wrapper > * {
      text-align: center; }

/* line 504, _custom.scss */
.header-block > * + *, .header-compare > .shopcart-widget-wrapper > * + * {
  margin-top: 1.5rem; }

@media screen and (max-width: 480px) {
  /* line 508, _custom.scss */
  a.logo-link:before {
    content: "";
    background: url(https://static-eu.insales.ru/files/1/7924/7708404/original/logo-480-xhdpi.png) no-repeat;
    background-size: 56px 59px;
    height: 59px;
    width: 56px;
    display: inline-block; } }

/* line 520, _custom.scss */
.contacts-icon.is-active,
.contacts-icon.is-active:focus,
.contacts-icon.is-active:active,
.contacts-icon.is-active:hover,
.top-panel-open-sidebar:active,
.top-panel-open-sidebar:focus,
.top-panel-open-sidebar:hover {
  background-color: transparent;
  color: transparent; }

@media (max-width: 1024px) {
  /* line 534, _custom.scss */
  #catalog-menu {
    display: none; } }

/* line 540, _custom.scss */
.catalog-menu-wrapper {
  background-color: #fff;
  z-index: 999;
  padding: 7rem 0 0.1rem 1rem; }
  /* line 545, _custom.scss */
  .catalog-menu-wrapper .menu-item {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial; }

/* line 553, _custom.scss */
.category-list li {
  height: 40px;
  border-bottom: 1px solid; }

/* line 558, _custom.scss */
.product-list {
  padding-top: 6px; }

/* line 562, _custom.scss */
.product-collection {
  position: absolute; }
  /* line 565, _custom.scss */
  .product-collection li {
    height: 26px; }

/* line 573, _custom.scss */
.sf-menu ul.level-2,
.sf-menu ul.level-3 {
  height: 600px;
  background: #f1f1f1; }

/* line 583, _custom.scss */
.sf-menu ul li {
  display: block; }
  /* line 585, _custom.scss */
  .sf-menu ul li.sfHover {
    color: #fff; }
/* line 590, _custom.scss */
.sf-menu ul li div {
  display: flex;
  align-items: center;
  width: 100%; }

/* line 599, _custom.scss */
.sf-menu ul li li {
  display: block; }
/* line 603, _custom.scss */
.sf-menu ul li li div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
/* line 610, _custom.scss */
.sf-menu ul li li div.last-3 {
  height: initial; }

/* line 617, _custom.scss */
.sf-menu {
  margin-bottom: 0; }
  /* line 620, _custom.scss */
  .sf-menu ul a {
    border: 0;
    width: 100%;
    line-height: 16px; }
  /* line 626, _custom.scss */
  .sf-menu ul.level-2 a {
    padding: 23px 25px; }
  /* line 631, _custom.scss */
  .sf-menu ul.level-3 a {
    padding: 0 25px;
    font-size: 0.95em;
    line-height: 1.2em; }
  /* line 637, _custom.scss */
  .sf-menu li {
    background: unset; }

/* line 642, _custom.scss */
.sf-menu ul li {
  width: 350px;
  background: #f1f1f1; }
  /* line 649, _custom.scss */
  .sf-menu ul li ul.level-2 {
    padding-top: 50px; }
  /* line 653, _custom.scss */
  .sf-menu ul li li.level-3 {
    height: auto;
    height: 60px;
    overflow: hidden; }
  /* line 659, _custom.scss */
  .sf-menu ul li li.level-3.last {
    height: 39px; }
  /* line 662, _custom.scss */
  .sf-menu ul li .menu-item.sfHover {
    color: #fff; }

/* line 667, _custom.scss */
.sf-menu ul li.last {
  height: calc(400px - 2px - (50px + 1px) * 6); }

/* line 671, _custom.scss */
.sf-menu ul {
  top: 6rem;
  position: fixed;
  border-top: 1px solid #ebeaea;
  border-right: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
  opacity: 1 !important; }
  /* line 679, _custom.scss */
  .sf-menu ul ul li {
    background: #f1f1f1; }
  /* line 683, _custom.scss */
  .sf-menu ul ul.level-3 {
    top: 6rem;
    left: 350px;
    font-size: 14px;
    border-top: 1px solid #ebeaea;
    border-left: 1px solid #ebeaea; }
  /* line 691, _custom.scss */
  .sf-menu ul ul.level-4 {
    top: 6rem;
    left: calc(350px * 2 + 1px);
    opacity: 1 !important;
    background: #fff;
    border: 1px solid #ebeaea;
    height: 650px; }

/* line 701, _custom.scss */
.sf-menu li {
  background: unset; }

/* line 705, _custom.scss */
.sf-arrows .sf-with-ul,
.sf-menu a {
  padding: 0.75em; }

/* line 710, _custom.scss */
.sf-menu a,
.sf-menu > li > a {
  color: unset; }

/* line 715, _custom.scss */
.sf-menu li.top-menu-item:hover,
.sf-menu li.top-menu-item.sfHover {
  background: unset;
  color: #ff1d3e; }
  /* line 720, _custom.scss */
  .sf-menu li.top-menu-item:hover div:hover,
  .sf-menu li.top-menu-item.sfHover div:hover {
    color: #ff1d3e; }

/* line 725, _custom.scss */
.sf-menu li:not(.level-1):hover,
.sf-menu li:not(.level-1).sfHover {
  background: #ff1d3e; }
  /* line 729, _custom.scss */
  .sf-menu li:not(.level-1):hover div:hover,
  .sf-menu li:not(.level-1).sfHover div:hover {
    color: #fff; }

/* line 734, _custom.scss */
.sf-menu li.level-4:hover,
.sf-menu li.level-4.sfHover {
  background: unset; }
  /* line 738, _custom.scss */
  .sf-menu li.level-4:hover div:hover,
  .sf-menu li.level-4.sfHover div:hover {
    color: #44444b !important; }

/* line 743, _custom.scss */
.divider-back {
  background: #f1f1f1; }

/* line 747, _custom.scss */
.divider {
  height: 1px;
  border-top: 1px solid #ebeaea;
  margin: 0 20px; }

/* line 753, _custom.scss */
.menu-item {
  color: #44444b;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }

/* line 759, _custom.scss */
.level-3.last {
  background: #ccc; }

/* line 763, _custom.scss */
ul.level-4 > li {
  height: 100%;
  background: #ccc; }

/* line 768, _custom.scss */
ul.level-4 li.level-4 {
  height: auto !important;
  width: 615px;
  background: #fff; }

/* line 774, _custom.scss */
.product-card-wrapper.level-4 {
  background: #fff;
  color: #44444b;
  flex-direction: row;
  white-space: normal;
  flex-wrap: wrap;
  padding: 2rem 3rem;
  align-items: flex-start; }
  /* line 783, _custom.scss */
  .product-card-wrapper.level-4 .counter-button {
    height: 25px; }
  /* line 787, _custom.scss */
  .product-card-wrapper.level-4 .counter {
    float: left;
    width: 100px;
    margin: 10px 40px 0 20px;
    display: none !important; }
  /* line 794, _custom.scss */
  .product-card-wrapper.level-4 .product-prices {
    margin: 10px 0 0 10px;
    display: block;
    width: auto; }

/* line 803, _custom.scss */
.product-title {
  font-size: 20px;
  height: auto !important;
  line-height: 26px; }

/* line 809, _custom.scss */
.menu-pic {
  width: 150px !important;
  height: auto !important;
  display: block !important;
  flex: 50%;
  max-width: 50%;
  text-align: center; }

/* line 818, _custom.scss */
.sf-menu ul.level-4 table {
  flex: 50%;
  max-width: 50%; }

/* line 824, _custom.scss */
.sf-menu ul.level-4 .menu-pic a {
  padding: 0 10px 0 0; }
/* line 828, _custom.scss */
.sf-menu ul.level-4 .menu-pic img.slide-image {
  max-height: 250px; }

/* line 833, _custom.scss */
.sf-menu ul.level-4 .product-title {
  margin-bottom: 4.5rem; }

/* line 837, _custom.scss */
.sf-menu ul.level-4 .product-card-inner > .articul-wrapper span.articul {
  width: 65%; }

/* line 841, _custom.scss */
.sf-menu ul.level-4 .product-card-inner {
  flex: 50%;
  padding: 0; }
  /* line 845, _custom.scss */
  .sf-menu ul.level-4 .product-card-inner .char-wrapper {
    flex-wrap: wrap;
    flex: 100%;
    max-width: 100%; }
  /* line 851, _custom.scss */
  .sf-menu ul.level-4 .product-card-inner .articul-wrapper {
    margin: 0 0 1rem 0;
    font-size: 14px;
    line-height: 20px; }
  /* line 857, _custom.scss */
  .sf-menu ul.level-4 .product-card-inner .articul-wrapper div:first-child {
    margin-right: auto;
    margin-left: 0;
    flex: 65%;
    max-width: 100%; }
  /* line 865, _custom.scss */
  .sf-menu ul.level-4 .product-card-inner .articul-wrapper div {
    flex: 35%;
    max-width: 35%; }

/* line 872, _custom.scss */
.sf-menu ul.level-4 form.product-form {
  margin-top: 4rem;
  width: 100%; }
/* line 877, _custom.scss */
.sf-menu ul.level-4 .product-control, .sf-menu ul.level-4 .product-cart-control {
  justify-content: center; }

/* line 882, _custom.scss */
.sf-menu ul.level-4 .product-control, .sf-menu ul.level-4 .product-cart-control {
  justify-content: flex-end;
  padding-right: 10%; }
  /* line 885, _custom.scss */
  .sf-menu ul.level-4 .product-control .product-prices on-page, .sf-menu ul.level-4 .product-cart-control .product-prices on-page {
    margin-right: 20px !important; }

/* line 892, _custom.scss */
.sf-menu ul.level-4 .product-card-inner .articul-wrapper {
  display: block;
  margin: 0 0 1rem 0; }

/* line 897, _custom.scss */
.menu-price,
.menu-counter {
  height: auto !important; }

/* line 902, _custom.scss */
ul.level-2:before {
  content: url(https://static-internal.insales.ru/files/1/5733/7550565/original/menu-arrow-up.png);
  position: absolute;
  top: -10px;
  left: 60px; }

/* line 909, _custom.scss */
li.level-2 div.link-wrapper:after,
li.level-3 div.link-wrapper:after {
  content: url(https://static-internal.insales.ru/files/1/5058/7549890/original/menu-arrow.png);
  font-size: 20px;
  padding: 0 20px; }

/* line 916, _custom.scss */
li.level-2 div.link-wrapper:hover:after,
li.level-3 div.link-wrapper:hover:after {
  content: url(https://static-internal.insales.ru/files/1/5094/7549926/original/menu-arrow-white.png); }

@media screen and (min-width: 481px) {
  /* line 924, _custom.scss */
  .special-categories {
    margin: 0 2rem; } }

/* line 930, _custom.scss */
.special-categories-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* line 935, _custom.scss */
.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: calc(6rem + 2px);
  position: relative; }
  @media (max-width: 480px) {
    /* line 935, _custom.scss */
    .content-wrapper {
      margin-top: calc(8.5rem + 2px); } }
  /* line 943, _custom.scss */
  .content-wrapper.blog-layout {
    background-color: #f2f2f2; }

/* line 948, _custom.scss */
.blog-wrapper {
  padding: 1.5rem 2.5rem; }

/* line 952, _custom.scss */
.swiper-container,
.image-text-wrapper {
  margin: 0.5rem -1rem; }
  @media screen and (max-width: 1024px) {
    /* line 952, _custom.scss */
    .swiper-container,
    .image-text-wrapper {
      margin: 1.5rem -1rem; } }

/* line 961, _custom.scss */
.swiper-container {
  margin-top: 0;
  margin-bottom: 0; }

/* line 975, _custom.scss */
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 10px; }

/* line 981, _custom.scss */
.swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  width: 11px;
  height: 11px;
  background-color: transparent; }
  /* line 987, _custom.scss */
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 1px solid #ffffff; }

/* line 992, _custom.scss */
.swiper-pagination-bullet-active {
  background-color: transparent; }
  /* line 994, _custom.scss */
  .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    background: url("https://static-internal.insales.ru/files/1/7155/7601139/original/banner-paginator.png") no-repeat;
    width: 23px;
    height: 26px;
    left: -6px;
    top: -8px; }

/* line 1006, _custom.scss */
.swiper-container-horizontal > .swiper-pagination {
  bottom: 3rem; }
  @media screen and (max-width: 768px) {
    /* line 1006, _custom.scss */
    .swiper-container-horizontal > .swiper-pagination {
      display: block; } }

/* line 1018, _custom.scss */
.swiper-pagination-bullet:hover {
  background-color: transparent; }

/* line 1022, _custom.scss */
img.promo-slide-image {
  min-width: 100%;
  height: 465px;
  object-fit: cover; }
  @media screen and (min-width: 769px) {
    /* line 1022, _custom.scss */
    img.promo-slide-image {
      height: 600px; } }

/* line 1032, _custom.scss */
.promo-slider-wrapper {
  height: 465px; }
  @media screen and (min-width: 769px) {
    /* line 1032, _custom.scss */
    .promo-slider-wrapper {
      height: 600px; } }

/* line 1040, _custom.scss */
.promo-slide-caption {
  background-color: unset;
  width: 33.333%;
  font-size: 3.2rem;
  line-height: 3.9rem; }
  @media screen and (max-width: 1200px) {
    /* line 1040, _custom.scss */
    .promo-slide-caption {
      width: 50%; } }
  @media screen and (max-width: 1024px) {
    /* line 1040, _custom.scss */
    .promo-slide-caption {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      width: 66.666%; } }
  @media screen and (max-width: 768px) {
    /* line 1040, _custom.scss */
    .promo-slide-caption {
      top: 45%;
      width: 80%; } }
  @media screen and (max-width: 480px) {
    /* line 1040, _custom.scss */
    .promo-slide-caption {
      width: 95%; } }

@media screen and (max-width: 768px) {
  /* line 1071, _custom.scss */
  button.promo-slider-prev,
  button.promo-slider-next {
    display: none; } }

/* line 1078, _custom.scss */
.promo-slide-caption:after {
  content: "Подробнее";
  font-size: 22px;
  line-height: 26px;
  background: #ff1d3e;
  padding: 24px 37px;
  top: 35px;
  position: relative; }

/* line 1095, _custom.scss */
.collection\.all .special-category {
  flex-basis: 33.333% !important; }
  @media screen and (max-width: 768px) {
    /* line 1095, _custom.scss */
    .collection\.all .special-category {
      flex-basis: 100% !important; } }

/* line 1103, _custom.scss */
.collection\.all .special-category:before {
  content: "";
  float: left; }

/* line 1109, _custom.scss */
.special-categories-heading-wrapper {
  margin-bottom: 2.5rem;
  margin-top: 3rem; }

/* line 1114, _custom.scss */
.special-categories-heading {
  font-size: 35px; }
  @media screen and (min-width: 481px) {
    /* line 1114, _custom.scss */
    .special-categories-heading {
      font-size: 30px; } }

/* line 1122, _custom.scss */
.special-category {
  padding: 3.5rem 3.5rem 3rem 3.5rem;
  margin-bottom: 0;
  position: relative;
  border: solid 1em transparent;
  height: 525px;
  z-index: 0; }
  @media (min-width: 812px) {
    /* line 1122, _custom.scss */
    .special-category {
      flex: 0 0 33.333%;
      max-width: initial;
      -webkit-flex-grow: 0;
      /* Safari 6.1+ */
      -webkit-flex-shrink: 0;
      /* Safari 6.1+ */
      -webkit-flex-basis: 33.333%;
      /* Safari 6.1+ */ } }
  @media (max-width: 812px) {
    /* line 1122, _custom.scss */
    .special-category {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    /* line 1122, _custom.scss */
    .special-category {
      padding: 2rem 2rem 1rem 2rem;
      margin-bottom: 1rem;
      height: auto; } }
  @media screen and (max-width: 480px) {
    /* line 1122, _custom.scss */
    .special-category {
      padding: 3rem 2rem 1rem 2rem;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin: auto;
      margin-bottom: 1.5rem;
      border: 0;
      height: auto; } }
  /* line 1161, _custom.scss */
  .special-category .category-description {
    flex-grow: 1;
    margin-bottom: 1rem; }
    @media screen and (min-width: 481px) {
      /* line 1161, _custom.scss */
      .special-category .category-description {
        text-align: left;
        font-size: 18px;
        line-height: 22px;
        max-width: 350px; } }
    @media screen and (max-width: 480px) {
      /* line 1161, _custom.scss */
      .special-category .category-description {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        width: 70%; } }

/* line 1181, _custom.scss */
.special-category:before {
  content: "";
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f0f0f0; }

/* line 1194, _custom.scss */
.special-category:nth-of-type(2):before,
.special-category:nth-of-type(3):before {
  background: #44444b; }

/* line 1201, _custom.scss */
.special-category:nth-of-type(2) .category-caption,
.special-category:nth-of-type(2) .category-description,
.special-category:nth-of-type(3) .category-caption,
.special-category:nth-of-type(3) .category-description {
  color: #fff; }

/* line 1207, _custom.scss */
.special-category:nth-of-type(4):before,
.special-category:nth-of-type(6):before {
  background: #c1c6cb; }

/* line 1212, _custom.scss */
.special-category img {
  width: auto; }
  @media screen and (min-width: 481px) and (max-width: 1200px) {
    /* line 1212, _custom.scss */
    .special-category img {
      max-height: 40vw; } }
  @media screen and (max-width: 480px) {
    /* line 1212, _custom.scss */
    .special-category img {
      max-height: 50vw; } }
  @media screen and (min-width: 1025px) {
    /* line 1212, _custom.scss */
    .special-category img {
      max-height: 250px; } }
  @media screen and (min-width: 1201px) {
    /* line 1212, _custom.scss */
    .special-category img {
      max-height: 300px; } }

/* line 1232, _custom.scss */
.special-category:nth-of-type(1),
.special-category:nth-of-type(7) {
  flex-basis: 66.666%;
  -webkit-flex-basis: 66.666%;
  /* Safari 6.1+ */ }
  @media (max-width: 812px) {
    /* line 1232, _custom.scss */
    .special-category:nth-of-type(1),
    .special-category:nth-of-type(7) {
      -webkit-flex-basis: 100%;
      /* Safari 6.1+ */
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

@media screen and (max-width: 768px) {
  /* line 1245, _custom.scss */
  .special-category:last-child:nth-of-type(odd) {
    max-width: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%; } }

@media (max-width: 812px) {
  /* line 1253, _custom.scss */
  .special-category:first-child {
    max-width: 100%;
    flex-basis: 100%;
    -webkit-flex-basis: 100%; } }

/* line 1261, _custom.scss */
.category-image-wrapper {
  margin: 20px; }

/* line 1265, _custom.scss */
.category-caption {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  word-break: break-word; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    /* line 1265, _custom.scss */
    .category-caption {
      font-size: 30px;
      line-height: 36px; } }
  @media screen and (max-width: 480px) {
    /* line 1265, _custom.scss */
    .category-caption {
      font-size: 35px;
      line-height: 42px;
      text-align: left;
      word-break: break-word; } }

/* line 1286, _custom.scss */
.category-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

/* line 1296, _custom.scss */
.pink {
  color: #ff1d3e; }

/* line 1301, _custom.scss */
.blog .editor img,
.page .editor img {
  width: 100%; }

/* line 1307, _custom.scss */
.image-text-blocks .image-container {
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat; }

/* line 1315, _custom.scss */
.image-text-wrapper .image-text {
  margin-bottom: 2rem; }
/* line 1319, _custom.scss */
.image-text-wrapper .image-container {
  height: inherit;
  min-height: 300px; }
  /* line 1323, _custom.scss */
  .image-text-wrapper .image-container .spec {
    padding: 3.6rem 2.1rem; }
/* line 1328, _custom.scss */
.image-text-wrapper .image-text__content,
.image-text-wrapper .image-text-container {
  padding: 0;
  max-width: 50%;
  margin-top: 0;
  height: 500px; }
  @media screen and (max-width: 768px) {
    /* line 1328, _custom.scss */
    .image-text-wrapper .image-text__content,
    .image-text-wrapper .image-text-container {
      max-width: 100%;
      height: 100%; } }
/* line 1341, _custom.scss */
.image-text-wrapper .image-text-container.spec-offer {
  height: 450px; }
/* line 1345, _custom.scss */
.image-text-wrapper img {
  height: 100%;
  object-fit: cover; }
/* line 1351, _custom.scss */
.image-text-wrapper .editor {
  display: flex;
  flex: 0 0 35%;
  color: #fff;
  justify-content: center;
  flex-direction: column;
  height: inherit; }
  /* line 1360, _custom.scss */
  .image-text-wrapper .editor .gray a {
    color: unset; }
  /* line 1364, _custom.scss */
  .image-text-wrapper .editor .gray p {
    color: #1d1d1d; }
  /* line 1368, _custom.scss */
  .image-text-wrapper .editor .gray h4 {
    background: #ff1d3e;
    color: #fff; }
  /* line 1374, _custom.scss */
  .image-text-wrapper .editor h1,
  .image-text-wrapper .editor h2,
  .image-text-wrapper .editor h3,
  .image-text-wrapper .editor h4,
  .image-text-wrapper .editor h5,
  .image-text-wrapper .editor h6 {
    margin: 10px auto;
    font-weight: 500;
    flex: 100%;
    font-size: 4.2rem;
    line-height: 5rem;
    word-break: break-word;
    text-align: center; }
    @media (min-width: 1024px) {
      /* line 1374, _custom.scss */
      .image-text-wrapper .editor h1,
      .image-text-wrapper .editor h2,
      .image-text-wrapper .editor h3,
      .image-text-wrapper .editor h4,
      .image-text-wrapper .editor h5,
      .image-text-wrapper .editor h6 {
        font-size: 3.2rem; } }
  @media (max-width: 480px) {
    /* line 1392, _custom.scss */
    .image-text-wrapper .editor h2 {
      font-size: 3.4rem; } }
  /* line 1398, _custom.scss */
  .image-text-wrapper .editor .garant h2,
  .image-text-wrapper .editor .new h2,
  .image-text-wrapper .editor h2.spec {
    /*font-size: 40px !important;
    line-height: 48px !important;*/ }
  /* line 1405, _custom.scss */
  .image-text-wrapper .editor h3 {
    text-align: center;
    font-size: 8.8rem;
    line-height: 8rem; }
    @media (min-width: 1024px) {
      /* line 1405, _custom.scss */
      .image-text-wrapper .editor h3 {
        font-size: 6.8rem; } }
  /* line 1414, _custom.scss */
  .image-text-wrapper .editor h4 {
    font-size: 22px;
    text-align: center;
    background: #fff;
    color: #ff1d3e;
    border-radius: 3px;
    border: 0 solid transparent;
    max-width: 215px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center; }
  /* line 1428, _custom.scss */
  .image-text-wrapper .editor .new h4 {
    background: #ff1d3e;
    color: #fff !important; }
  /* line 1433, _custom.scss */
  .image-text-wrapper .editor a {
    color: unset;
    padding: 15px;
    display: block;
    text-decoration: none; }
  /* line 1441, _custom.scss */
  .image-text-wrapper .editor p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 100;
    text-align: center;
    flex: 100%;
    align-self: flex-start; }

/* line 1453, _custom.scss */
.right {
  position: relative;
  left: 100%; }

/* line 1458, _custom.scss */
.gray {
  background: #c1c6cb;
  padding: 10px 0;
  color: #1d1d1d; }

/* line 1464, _custom.scss */
.left {
  right: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    /* line 1464, _custom.scss */
    .left {
      top: -100%; } }

/* line 1473, _custom.scss */
.garant .cell img {
  width: 200px;
  margin: auto;
  max-height: 250px; }

/* line 1479, _custom.scss */
.garant .cell a {
  margin: auto; }

/* line 1484, _custom.scss */
.garant p {
  max-width: 320px;
  margin: auto;
  margin-bottom: 1rem; }

/* line 1490, _custom.scss */
.garant p.pink {
  color: #ff1d3e;
  margin-bottom: 0; }

/* line 1495, _custom.scss */
.garant,
.spec,
.new {
  padding: 50px 0;
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

/* line 1506, _custom.scss */
.garant {
  align-items: baseline; }

/* line 1510, _custom.scss */
.dark-gray {
  background: #44444b;
  color: #fff; }

/* line 1515, _custom.scss */
.cell {
  display: table-cell;
  width: 50%;
  padding: 0 10px;
  float: left; }
  @media screen and (max-width: 480px) {
    /* line 1515, _custom.scss */
    .cell {
      width: 100%; } }

/* line 1526, _custom.scss */
.rose {
  background: #ff1d3e; }
  /* line 1529, _custom.scss */
  .rose h4 {
    width: 130px; }

/* line 1539, _custom.scss */
.partners {
  padding: 40px 20px;
  background: #f0f0f0;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  align-items: center; }
  /* line 1546, _custom.scss */
  .partners h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px; }
  /* line 1555, _custom.scss */
  .partners div {
    flex: 10%;
    padding: 10px;
    text-align: center; }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      /* line 1555, _custom.scss */
      .partners div {
        flex: 20%; } }
    @media screen and (max-width: 480px) {
      /* line 1555, _custom.scss */
      .partners div {
        flex: 33.333%; } }
  /* line 1569, _custom.scss */
  .partners img {
    margin-top: 20px;
    max-width: 90%; }

/* line 1578, _custom.scss */
.footer-wrapper {
  background: #42424a;
  color: #ebeaea;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px; }
  @media screen and (min-width: 769px) {
    /* line 1578, _custom.scss */
    .footer-wrapper {
      padding-top: 3rem;
      padding-bottom: 1.5rem; } }
  @media screen and (min-width: 1025px) {
    /* line 1578, _custom.scss */
    .footer-wrapper {
      position: relative; } }

/* line 1595, _custom.scss */
.footer {
  margin: 2.5rem 0rem; }
  @media screen and (max-width: 768px) {
    /* line 1595, _custom.scss */
    .footer {
      margin: 2.5rem 0rem; } }
  @media screen and (max-width: 480px) {
    /* line 1595, _custom.scss */
    .footer {
      margin-left: 0;
      margin-right: 0;
      margin-top: 1.5rem; } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    /* line 1595, _custom.scss */
    .footer {
      justify-content: center; } }

/* line 1613, _custom.scss */
.footer-menu-wrapper {
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 160px;
  align-items: center; }
  @media screen and (max-width: 480px) {
    /* line 1613, _custom.scss */
    .footer-menu-wrapper {
      height: 266px; } }

/* line 1626, _custom.scss */
.footer-menu-item {
  width: 22%;
  flex-basis: 35px;
  text-align: left;
  letter-spacing: 1.2px; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    /* line 1626, _custom.scss */
    .footer-menu-item {
      width: 33%;
      padding-left: 40px; } }
  @media screen and (max-width: 480px) {
    /* line 1626, _custom.scss */
    .footer-menu-item {
      display: block;
      font-size: 18px;
      line-height: 38px;
      width: 50%; } }
  @media screen and (max-width: 414px) {
    /* line 1626, _custom.scss */
    .footer-menu-item {
      font-size: 100%; } }

@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1649, _custom.scss */
  .footer-menu-item:nth-child(n + 5) {
    padding-left: 70px; } }

@media screen and (max-width: 480px) {
  /* line 1655, _custom.scss */
  .footer-menu-item:nth-child(n + 7) {
    padding-left: 0; } }

/* line 1661, _custom.scss */
.footer-block a {
  color: #c0c7cc;
  padding-bottom: 0;
  padding-top: 0; }

/* line 1667, _custom.scss */
.footer-block img.logo {
  width: 220px; }
  @media screen and (max-width: 480px) {
    /* line 1667, _custom.scss */
    .footer-block img.logo {
      width: 200px; } }

/* line 1675, _custom.scss */
.footer-block {
  margin-top: 0;
  margin-bottom: 0;
  color: #c0c7cc; }
  @media screen and (max-width: 768px) {
    /* line 1675, _custom.scss */
    .footer-block {
      padding: 0; } }
  @media screen and (max-width: 480px) {
    /* line 1675, _custom.scss */
    .footer-block {
      margin-top: 1rem; } }

/* line 1689, _custom.scss */
.footer-block.contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media screen and (max-width: 1200px) {
    /* line 1689, _custom.scss */
    .footer-block.contacts {
      width: auto;
      max-width: 50%;
      order: 1; } }
  @media screen and (max-width: 768px) {
    /* line 1689, _custom.scss */
    .footer-block.contacts {
      width: 50%;
      max-width: 50%;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    /* line 1689, _custom.scss */
    .footer-block.contacts {
      width: 100%;
      max-width: 100%;
      align-items: center; } }

@media screen and (max-width: 1200px) {
  /* line 1713, _custom.scss */
  .footer-block.social-link-wrapper {
    width: auto;
    max-width: 50%;
    order: 2; } }
@media screen and (max-width: 768px) {
  /* line 1713, _custom.scss */
  .footer-block.social-link-wrapper {
    width: 50%;
    max-width: 100%; } }
@media screen and (max-width: 1024px) {
  /* line 1713, _custom.scss */
  .footer-block.social-link-wrapper {
    width: 100%;
    align-items: center; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1713, _custom.scss */
  .footer-block.social-link-wrapper {
    margin-right: auto;
    margin-top: 25px; } }

/* line 1736, _custom.scss */
.footer-block a:active,
.footer-block a:focus,
.footer-block a:hover {
  color: #ff1d3e; }

/* line 1742, _custom.scss */
.logo-container {
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 480px) {
    /* line 1742, _custom.scss */
    .logo-container {
      margin-bottom: 1rem;
      margin-top: 1rem; } }

/* line 1751, _custom.scss */
.footer {
  color: #c0c7cc; }
  /* line 1753, _custom.scss */
  .footer .email {
    margin-top: 10px;
    text-transform: none;
    font-size: 14px;
    display: flex;
    align-items: center; }
    /* line 1759, _custom.scss */
    .footer .email:before {
      top: 0.1em;
      content: url(mail-icon.png);
      padding-right: 11px; }
    /* line 1764, _custom.scss */
    .footer .email a.contact-link {
      font-size: 14px;
      color: #fff; }

/* line 1771, _custom.scss */
.footer-wrapper .phone {
  margin-top: 20px; }

/* line 1775, _custom.scss */
.footer-wrapper .contact-link.tel:before {
  font-size: 13px;
  color: unset;
  top: 2px; }

/* line 1781, _custom.scss */
.footer-block.social-link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  justify-content: space-evenly; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    /* line 1781, _custom.scss */
    .footer-block.social-link-wrapper {
      padding: 0;
      padding-left: 15px; } }
  @media screen and (max-width: 480px) {
    /* line 1781, _custom.scss */
    .footer-block.social-link-wrapper {
      align-items: center;
      order: 0; } }

/* line 1799, _custom.scss */
.social-link-slogan {
  color: #c0c7cc;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  width: 320px; }
  @media screen and (max-width: 480px) {
    /* line 1799, _custom.scss */
    .social-link-slogan {
      text-align: center;
      width: 300px; } }

@media screen and (min-width: 481px) {
  /* line 1812, _custom.scss */
  .social-link-links {
    width: 320px; } }

/* line 1818, _custom.scss */
.social-menu {
  margin: 0;
  justify-content: left;
  width: 300px; }
  @media screen and (max-width: 480px) {
    /* line 1818, _custom.scss */
    .social-menu {
      width: 270px; } }

/* line 1828, _custom.scss */
.social-menu-item {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 1833, _custom.scss */
  .social-menu-item a {
    display: flex;
    align-items: center;
    justify-content: center; }
  /* line 1838, _custom.scss */
  .social-menu-item:not(:last-child) {
    margin-right: 30px; }

/* line 1843, _custom.scss */
.social-menu-link {
  background-repeat: no-repeat; }

/* line 1853, _custom.scss */
.collection-wrapper .collection-seo-description {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #ccc; }
  /* line 1861, _custom.scss */
  .collection-wrapper .collection-seo-description div,
  .collection-wrapper .collection-seo-description .seo-flex {
    padding: 10px;
    font-size: 10px;
    flex: 17%; }
    @media screen and (max-width: 1024px) {
      /* line 1861, _custom.scss */
      .collection-wrapper .collection-seo-description div,
      .collection-wrapper .collection-seo-description .seo-flex {
        flex: 33.333%;
        max-width: 33.333%; } }
    @media screen and (max-width: 768px) {
      /* line 1861, _custom.scss */
      .collection-wrapper .collection-seo-description div,
      .collection-wrapper .collection-seo-description .seo-flex {
        flex: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 480px) {
      /* line 1861, _custom.scss */
      .collection-wrapper .collection-seo-description div,
      .collection-wrapper .collection-seo-description .seo-flex {
        flex: 100%;
        max-width: 100%; } }
    /* line 1882, _custom.scss */
    .collection-wrapper .collection-seo-description div img,
    .collection-wrapper .collection-seo-description div p img,
    .collection-wrapper .collection-seo-description .seo-flex img,
    .collection-wrapper .collection-seo-description .seo-flex p img {
      position: absolute;
      left: 0;
      top: 3px;
      width: 56px;
      max-width: unset;
      max-height: unset; }
      @media (max-width: 768px) {
        /* line 1882, _custom.scss */
        .collection-wrapper .collection-seo-description div img,
        .collection-wrapper .collection-seo-description div p img,
        .collection-wrapper .collection-seo-description .seo-flex img,
        .collection-wrapper .collection-seo-description .seo-flex p img {
          top: -25px; } }
      @media screen and (min-width: 481px) and (max-width: 768px) {
        /* line 1882, _custom.scss */
        .collection-wrapper .collection-seo-description div img,
        .collection-wrapper .collection-seo-description div p img,
        .collection-wrapper .collection-seo-description .seo-flex img,
        .collection-wrapper .collection-seo-description .seo-flex p img {
          margin-top: 5px; } }
      @media (max-width: 480px) {
        /* line 1882, _custom.scss */
        .collection-wrapper .collection-seo-description div img,
        .collection-wrapper .collection-seo-description div p img,
        .collection-wrapper .collection-seo-description .seo-flex img,
        .collection-wrapper .collection-seo-description .seo-flex p img {
          top: 50%;
          transform: translate(0, -50%); } }
    /* line 1903, _custom.scss */
    .collection-wrapper .collection-seo-description div h3,
    .collection-wrapper .collection-seo-description div p,
    .collection-wrapper .collection-seo-description .seo-flex h3,
    .collection-wrapper .collection-seo-description .seo-flex p {
      padding-left: 70px;
      font-size: 14px;
      font-weight: 500; }
    /* line 1909, _custom.scss */
    .collection-wrapper .collection-seo-description div h3,
    .collection-wrapper .collection-seo-description .seo-flex h3 {
      line-height: 16px;
      color: #ff1d3e; }
    /* line 1914, _custom.scss */
    .collection-wrapper .collection-seo-description div p,
    .collection-wrapper .collection-seo-description .seo-flex p {
      position: relative; }
/* line 1920, _custom.scss */
.collection-wrapper .collection-description {
  max-width: 60%; }
  @media screen and (max-width: 768px) {
    /* line 1920, _custom.scss */
    .collection-wrapper .collection-description {
      max-width: 100%; } }
/* line 1928, _custom.scss */
.collection-wrapper .collection-image {
  max-width: 100%;
  padding: 1rem;
  margin-top: 0; }
  @media (max-width: 1294px) {
    /* line 1928, _custom.scss */
    .collection-wrapper .collection-image {
      max-width: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 1928, _custom.scss */
    .collection-wrapper .collection-image {
      max-width: 100%;
      margin: auto;
      order: -2; } }
/* line 1944, _custom.scss */
.collection-wrapper .editor p {
  margin-bottom: 20px;
  font-size: 16px; }
/* line 1949, _custom.scss */
.collection-wrapper .editor h2 {
  font-size: 34px;
  font-weight: 100; }

/* line 1955, _custom.scss */
.collection-description {
  padding: 0 1rem; }

/* line 1959, _custom.scss */
.filter-section-name {
  color: #c1c6cb !important;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-transform: none; }

/* line 1966, _custom.scss */
.button-text {
  text-transform: none;
  font-size: 1.6rem;
  letter-spacing: 0.1rem; }

/* line 1972, _custom.scss */
.char-wrapper:after {
  clear: both; }

/* line 1976, _custom.scss */
.product-card-wrapper {
  padding: inherit;
  margin: 1rem 0; }
  @media screen and (max-width: 480px) {
    /* line 1976, _custom.scss */
    .product-card-wrapper {
      padding: 0 1rem; } }

/* line 1985, _custom.scss */
.price.in-card:first-letter,
.price.js-product-price.on-page:first:letter {
  font-family: sans-serif; }

/* line 1994, _custom.scss */
.in-collection .char-wrapper {
  height: 290px; }
  @media (max-width: 1024px) {
    /* line 1994, _custom.scss */
    .in-collection .char-wrapper {
      height: 230px; } }
/* line 2002, _custom.scss */
.in-collection .price {
  font-size: 4.14rem;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1025px) {
    /* line 2002, _custom.scss */
    .in-collection .price {
      margin-right: 40px; } }

/* line 2012, _custom.scss */
.product-card {
  border: 1px solid #e3e3e3;
  border-radius: 3px; }
  @media screen and (max-width: 480px) {
    /* line 2012, _custom.scss */
    .product-card {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; } }

/* line 2023, _custom.scss */
.product-card-inner {
  padding: 2rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    /* line 2023, _custom.scss */
    .product-card-inner {
      padding-left: 0;
      padding-right: 0; } }

/* line 2035, _custom.scss */
.articul-wrapper {
  position: relative;
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  line-height: 1.3rem;
  flex: 100%;
  font-weight: 100; }
  @media screen and (max-width: 480px) {
    /* line 2035, _custom.scss */
    .articul-wrapper {
      font-size: 13px;
      line-height: 16px;
      margin: 0 0 0.7rem 0;
      flex: 100%;
      max-width: 100%;
      order: -2; } }

/*
.char-wrapper {
  .articul-wrapper {
    @include media-max(xs) {
      display: table-row;
      & > * {
        display: table-cell;
        padding-bottom: 23px;
      }
    }
  }
}*/
/* line 2065, _custom.scss */
span.articul {
  color: #c1c6cb; }

/* line 2069, _custom.scss */
a.product-card-photo.image-container {
  flex: 50%;
  max-width: 50%; }

/* line 2075, _custom.scss */
.product-link {
  font-size: 2.14rem;
  line-height: 2.6rem;
  text-align: left;
  margin: inherit;
  margin-bottom: 2rem;
  height: 10rem;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    /* line 2075, _custom.scss */
    .product-link {
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      flex: 100%;
      max-width: 100%;
      order: -2;
      height: unset; } }

/* line 2095, _custom.scss */
.product-prices {
  justify-content: center; }
  @media screen and (max-width: 480px) {
    /* line 2095, _custom.scss */
    .product-prices {
      flex: 100%;
      max-width: 100%; } }
  /* line 2102, _custom.scss */
  .product-prices.on-page {
    margin-right: 15px !important; }

/* line 2107, _custom.scss */
.price {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  white-space: nowrap;
  font-size: 75px;
  color: #44444b;
  margin-right: auto; }
  @media screen and (max-width: 480px) {
    /* line 2107, _custom.scss */
    .price {
      margin: auto; } }

/* line 2120, _custom.scss */
.product-cart-control {
  margin-top: 0;
  width: auto; }
  @media (max-width: 768px) {
    /* line 2120, _custom.scss */
    .product-cart-control {
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    /* line 2120, _custom.scss */
    .product-cart-control {
      margin: auto; } }

/* line 2132, _custom.scss */
.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: #44444b;
  color: #fff; }

/* line 2137, _custom.scss */
.product-card-in-col-bottom {
  display: flex;
  flex-direction: row;
  flex: 100%;
  justify-content: center; }
  @media (max-width: 1024px) {
    /* line 2137, _custom.scss */
    .product-card-in-col-bottom {
      flex-direction: column;
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    /* line 2137, _custom.scss */
    .product-card-in-col-bottom {
      flex-direction: column; } }

/* line 2154, _custom.scss */
.product-slider {
  margin-left: 0;
  margin-right: 0; }

/* line 2159, _custom.scss */
.similar-products,
.related-products,
.article-related-products,
.in-search {
  width: calc(((100vw - 13rem) / 2) + 5px) !important;
  margin: 0;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 480px) {
    /* line 2159, _custom.scss */
    .similar-products,
    .related-products,
    .article-related-products,
    .in-search {
      width: calc(100vw - 4rem) !important; } }
  @media screen and (min-width: 1201px) {
    /* line 2159, _custom.scss */
    .similar-products,
    .related-products,
    .article-related-products,
    .in-search {
      width: calc(((100vw - 13rem) / 4) + 5px) !important; } }
  /* line 2175, _custom.scss */
  .similar-products .product-card-in-col-bottom,
  .related-products .product-card-in-col-bottom,
  .article-related-products .product-card-in-col-bottom,
  .in-search .product-card-in-col-bottom {
    flex-direction: column;
    align-items: center; }
  /* line 2180, _custom.scss */
  .similar-products .char-wrapper,
  .related-products .char-wrapper,
  .article-related-products .char-wrapper,
  .in-search .char-wrapper {
    height: 167px; }
    @media screen and (max-width: 480px) {
      /* line 2180, _custom.scss */
      .similar-products .char-wrapper,
      .related-products .char-wrapper,
      .article-related-products .char-wrapper,
      .in-search .char-wrapper {
        height: unset; } }
  /* line 2188, _custom.scss */
  .similar-products .price,
  .related-products .price,
  .article-related-products .price,
  .in-search .price {
    font-size: 4.14rem; }
  @media screen and (max-width: 480px) {
    /* line 2159, _custom.scss */
    .similar-products,
    .related-products,
    .article-related-products,
    .in-search {
      max-width: 100%; } }
  /* line 2198, _custom.scss */
  .similar-products .product-card-photo,
  .related-products .product-card-photo,
  .article-related-products .product-card-photo,
  .in-search .product-card-photo {
    margin-bottom: 0; }
  /* line 2202, _custom.scss */
  .similar-products .product-link,
  .related-products .product-link,
  .article-related-products .product-link,
  .in-search .product-link {
    font-size: 16px;
    line-height: 18px;
    height: 70px;
    font-weight: 500; }
    @media screen and (max-width: 480px) {
      /* line 2202, _custom.scss */
      .similar-products .product-link,
      .related-products .product-link,
      .article-related-products .product-link,
      .in-search .product-link {
        font-size: 16px;
        line-height: 22px; } }
  /* line 2214, _custom.scss */
  .similar-products .product-card-photo.image-container,
  .related-products .product-card-photo.image-container,
  .article-related-products .product-card-photo.image-container,
  .in-search .product-card-photo.image-container {
    margin-bottom: 10px; }
  /* line 2218, _custom.scss */
  .similar-products .articul-wrapper,
  .related-products .articul-wrapper,
  .article-related-products .articul-wrapper,
  .in-search .articul-wrapper {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 0.7rem 0; }
  /* line 2227, _custom.scss */
  .similar-products .product-cart-control .button-buy,
  .related-products .product-cart-control .button-buy,
  .article-related-products .product-cart-control .button-buy,
  .in-search .product-cart-control .button-buy {
    min-width: unset;
    height: auto;
    box-sizing: content-box;
    padding: 2rem 4.7rem; }
    @media (min-width: 1025px) {
      /* line 2227, _custom.scss */
      .similar-products .product-cart-control .button-buy,
      .related-products .product-cart-control .button-buy,
      .article-related-products .product-cart-control .button-buy,
      .in-search .product-cart-control .button-buy {
        margin: 0 30px; } }
  @media screen and (min-width: 1201px) {
    /* line 2237, _custom.scss */
    .similar-products .product-cart-control,
    .related-products .product-cart-control,
    .article-related-products .product-cart-control,
    .in-search .product-cart-control {
      margin-left: unset; } }
  /* line 2243, _custom.scss */
  .similar-products .product-prices.in-card,
  .related-products .product-prices.in-card,
  .article-related-products .product-prices.in-card,
  .in-search .product-prices.in-card {
    justify-content: unset; }

/* line 2251, _custom.scss */
.product-slider-heading {
  font-size: 34px;
  line-height: 42px;
  max-width: 80%;
  text-align: center; }
  @media screen and (max-width: 480px) {
    /* line 2251, _custom.scss */
    .product-slider-heading {
      font-size: 22px;
      line-height: 30px;
      word-break: unset !important; } }

@media screen and (max-width: 768px) {
  /* line 2267, _custom.scss */
  .product-gallery-wrapper {
    margin-top: 0; } }
/* line 2272, _custom.scss */
.product-gallery-wrapper img.slide-image {
  max-height: 25rem;
  margin-top: 1rem; }
/* line 2277, _custom.scss */
.product-gallery-wrapper .gallery-thumbs-wrapper img.slide-image {
  max-height: 70px; }
  @media screen and (max-width: 768px) {
    /* line 2277, _custom.scss */
    .product-gallery-wrapper .gallery-thumbs-wrapper img.slide-image {
      max-height: 200px; } }
/* line 2285, _custom.scss */
.product-gallery-wrapper .product-labels {
  right: 60px;
  left: unset; }
@media screen and (max-width: 768px) {
  /* line 2290, _custom.scss */
  .product-gallery-wrapper .swiper-wrapper {
    justify-content: unset; } }

/* line 2305, _custom.scss */
.product-gallery {
  width: 100%; }
  @media screen and (max-width: 768px) {
    /* line 2307, _custom.scss */
    .product-gallery .gallery-main-wrapper {
      position: relative;
      padding-bottom: 120px; } }
  /* line 2313, _custom.scss */
  .product-gallery .product-slider {
    width: 90%;
    float: left; }
    @media screen and (max-width: 768px) {
      /* line 2313, _custom.scss */
      .product-gallery .product-slider {
        width: 88%;
        margin: 0 auto; } }
  /* line 2321, _custom.scss */
  .product-gallery .pagination-wrapper {
    float: left;
    width: 10%; }
    @media screen and (max-width: 768px) {
      /* line 2321, _custom.scss */
      .product-gallery .pagination-wrapper {
        position: absolute;
        bottom: 0;
        height: auto;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px; } }
  /* line 2333, _custom.scss */
  .product-gallery .promo-slider-pagination {
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      /* line 2333, _custom.scss */
      .product-gallery .promo-slider-pagination {
        display: flex;
        justify-content: center;
        align-items: center; } }
    /* line 2340, _custom.scss */
    .product-gallery .promo-slider-pagination:before {
      content: "";
      display: block;
      background: url("photo-icon.png") no-repeat;
      width: 46px;
      height: 61px;
      margin: 0 auto 17px;
      pointer-events: none; }
      @media screen and (max-width: 768px) {
        /* line 2340, _custom.scss */
        .product-gallery .promo-slider-pagination:before {
          margin: 10px 17px 0 0; } }
  /* line 2353, _custom.scss */
  .product-gallery .swiper-pagination-bullet,
  .product-gallery .swiper-pagination-bullet-active {
    margin: 17px auto;
    display: block; }
    @media screen and (max-width: 768px) {
      /* line 2353, _custom.scss */
      .product-gallery .swiper-pagination-bullet,
      .product-gallery .swiper-pagination-bullet-active {
        margin: 0 17px; } }
  /* line 2362, _custom.scss */
  .product-gallery .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    border: 1px solid; }

/* line 2369, _custom.scss */
.product-form-wrapper .product-form {
  font-size: 18px; }

/* line 2377, _custom.scss */
.product-card-bottom {
  margin-top: -2rem !important; }

/* line 2383, _custom.scss */
.sf-menu .product-form .label-characteristics,
.product-card-bottom .label-characteristics {
  font-size: 30px;
  line-height: 36px;
  color: #bfc4c9;
  padding: 2.5rem;
  border-bottom: 1px solid;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    /* line 2383, _custom.scss */
    .sf-menu .product-form .label-characteristics,
    .product-card-bottom .label-characteristics {
      font-size: 26px; } }
/* line 2397, _custom.scss */
.sf-menu .product-form .char-wrapper,
.product-card-bottom .char-wrapper {
  flex-direction: row;
  flex: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 2rem; }
  @media screen and (min-width: 1201px) {
    /* line 2397, _custom.scss */
    .sf-menu .product-form .char-wrapper,
    .product-card-bottom .char-wrapper {
      flex: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    /* line 2397, _custom.scss */
    .sf-menu .product-form .char-wrapper,
    .product-card-bottom .char-wrapper {
      flex: 100%;
      max-width: 100%; } }
  /* line 2415, _custom.scss */
  .sf-menu .product-form .char-wrapper .articul-wrapper,
  .product-card-bottom .char-wrapper .articul-wrapper {
    flex: 25%;
    max-width: 25%;
    position: relative; }
    @media screen and (max-width: 1200px) {
      /* line 2415, _custom.scss */
      .sf-menu .product-form .char-wrapper .articul-wrapper,
      .product-card-bottom .char-wrapper .articul-wrapper {
        flex: 33.333%;
        max-width: 33.333%; } }
    /* line 2425, _custom.scss */
    .sf-menu .product-form .char-wrapper .articul-wrapper div,
    .product-card-bottom .char-wrapper .articul-wrapper div {
      margin-bottom: 10px; }
      @media screen and (min-width: 769px) {
        /* line 2425, _custom.scss */
        .sf-menu .product-form .char-wrapper .articul-wrapper div,
        .product-card-bottom .char-wrapper .articul-wrapper div {
          margin-left: 19%; } }
      @media screen and (min-width: 481px) and (max-width: 768px) {
        /* line 2425, _custom.scss */
        .sf-menu .product-form .char-wrapper .articul-wrapper div,
        .product-card-bottom .char-wrapper .articul-wrapper div {
          margin-left: 45%; } }
      @media screen and (max-width: 480px) {
        /* line 2425, _custom.scss */
        .sf-menu .product-form .char-wrapper .articul-wrapper div,
        .product-card-bottom .char-wrapper .articul-wrapper div {
          margin-left: 35%; } }
    @media screen and (max-width: 1200px) {
      /* line 2415, _custom.scss */
      .sf-menu .product-form .char-wrapper .articul-wrapper,
      .product-card-bottom .char-wrapper .articul-wrapper {
        flex: 33.333%;
        max-width: 33.333%; } }
    @media screen and (max-width: 1024px) {
      /* line 2415, _custom.scss */
      .sf-menu .product-form .char-wrapper .articul-wrapper,
      .product-card-bottom .char-wrapper .articul-wrapper {
        flex: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 480px) {
      /* line 2415, _custom.scss */
      .sf-menu .product-form .char-wrapper .articul-wrapper,
      .product-card-bottom .char-wrapper .articul-wrapper {
        flex: 100%;
        max-width: 100%;
        flex-direction: column; } }
  /* line 2457, _custom.scss */
  .sf-menu .product-form .char-wrapper .articul,
  .product-card-bottom .char-wrapper .articul {
    color: #ff1d3e; }
  /* line 2461, _custom.scss */
  .sf-menu .product-form .char-wrapper .img,
  .product-card-bottom .char-wrapper .img {
    height: 40px;
    width: 40px;
    float: left;
    padding-bottom: 0; }
/* line 2469, _custom.scss */
.sf-menu .product-form .description-wrapper,
.product-card-bottom .description-wrapper {
  padding: 2rem;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-bottom: 4rem;
  background: #eee;
  display: flex; }
  @media screen and (max-width: 768px) {
    /* line 2469, _custom.scss */
    .sf-menu .product-form .description-wrapper,
    .product-card-bottom .description-wrapper {
      flex-direction: column; } }
  @media screen and (max-width: 480px) {
    /* line 2469, _custom.scss */
    .sf-menu .product-form .description-wrapper,
    .product-card-bottom .description-wrapper {
      padding: 1rem;
      padding-top: 2rem;
      margin-left: -1rem;
      margin-right: -1rem; } }
/* line 2489, _custom.scss */
.sf-menu .product-form .description-wrapper-left,
.product-card-bottom .description-wrapper-left {
  width: 50%; }
  @media screen and (max-width: 768px) {
    /* line 2489, _custom.scss */
    .sf-menu .product-form .description-wrapper-left,
    .product-card-bottom .description-wrapper-left {
      width: 100%; } }
/* line 2497, _custom.scss */
.sf-menu .product-form .description-wrapper-right,
.product-card-bottom .description-wrapper-right {
  width: 50%;
  padding-left: 15%; }
  @media screen and (max-width: 768px) {
    /* line 2497, _custom.scss */
    .sf-menu .product-form .description-wrapper-right,
    .product-card-bottom .description-wrapper-right {
      margin-top: 2rem;
      padding-left: 0;
      width: 100%; } }
  /* line 2507, _custom.scss */
  .sf-menu .product-form .description-wrapper-right .content,
  .product-card-bottom .description-wrapper-right .content {
    padding: 1rem 0;
    text-transform: none;
    line-height: 1.5;
    font-size: 18px; }
/* line 2515, _custom.scss */
.sf-menu .product-form #product-description,
.product-card-bottom #product-description {
  font-size: 18px;
  border: 0; }
/* line 2520, _custom.scss */
.sf-menu .product-form .label-description,
.sf-menu .product-form .title,
.product-card-bottom .label-description,
.product-card-bottom .title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 1rem; }
/* line 2527, _custom.scss */
.sf-menu .product-form .product-description,
.product-card-bottom .product-description {
  font-size: 16px; }
@media screen and (max-width: 768px) {
  /* line 2531, _custom.scss */
  .sf-menu .product-form .tab-block,
  .product-card-bottom .tab-block {
    border: 0;
    padding: unset;
    padding-top: 1rem;
    margin-bottom: 1rem; } }
/* line 2540, _custom.scss */
.sf-menu .product-form .char-price-wrapper,
.product-card-bottom .char-price-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  /* line 2545, _custom.scss */
  .sf-menu .product-form .char-price-wrapper .char-wrapper .articul-wrapper > *,
  .product-card-bottom .char-price-wrapper .char-wrapper .articul-wrapper > * {
    display: block; }
/* line 2550, _custom.scss */
.sf-menu .product-form .price-wrapper,
.product-card-bottom .price-wrapper {
  flex: 33.333%;
  max-width: 33.333%;
  padding-bottom: 2rem;
  margin-top: -2rem; }
  @media screen and (min-width: 1201px) {
    /* line 2550, _custom.scss */
    .sf-menu .product-form .price-wrapper,
    .product-card-bottom .price-wrapper {
      flex: 40%;
      max-width: 40%; } }
  @media screen and (max-width: 768px) {
    /* line 2550, _custom.scss */
    .sf-menu .product-form .price-wrapper,
    .product-card-bottom .price-wrapper {
      flex: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    /* line 2566, _custom.scss */
    .sf-menu .product-form .price-wrapper .product-form,
    .product-card-bottom .price-wrapper .product-form {
      display: flex;
      flex-direction: column; } }
  /* line 2573, _custom.scss */
  .sf-menu .product-form .price-wrapper .product-control, .sf-menu .product-form .price-wrapper .product-cart-control,
  .product-card-bottom .price-wrapper .product-control,
  .product-card-bottom .price-wrapper .product-cart-control {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center; }
    @media screen and (min-width: 481px) {
      /* line 2573, _custom.scss */
      .sf-menu .product-form .price-wrapper .product-control, .sf-menu .product-form .price-wrapper .product-cart-control,
      .product-card-bottom .price-wrapper .product-control,
      .product-card-bottom .price-wrapper .product-cart-control {
        margin: 0px 1.5rem; } }
    @media screen and (max-width: 480px) {
      /* line 2573, _custom.scss */
      .sf-menu .product-form .price-wrapper .product-control, .sf-menu .product-form .price-wrapper .product-cart-control,
      .product-card-bottom .price-wrapper .product-control,
      .product-card-bottom .price-wrapper .product-cart-control {
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        align-items: center; } }
/* line 2592, _custom.scss */
.sf-menu .product-form .old-price.on-page,
.product-card-bottom .old-price.on-page {
  font-size: 44px; }
  @media screen and (max-width: 768px) {
    /* line 2592, _custom.scss */
    .sf-menu .product-form .old-price.on-page,
    .product-card-bottom .old-price.on-page {
      text-align: center; } }
/* line 2600, _custom.scss */
.sf-menu .product-form button.is-primary,
.product-card-bottom button.is-primary {
  width: 216px;
  height: 75px;
  text-transform: none;
  font-size: 22px;
  letter-spacing: 1.2px;
  background: #ff1d3e;
  color: #fff; }

/* line 2612, _custom.scss */
.price.on-page {
  font-size: 4.14rem;
  letter-spacing: 1.2px; }

/* line 2619, _custom.scss */
.product-komplekt-wrapper {
  padding: 0 0 20px 0; }

/* line 2623, _custom.scss */
.counter {
  flex: 10%;
  max-width: 80px; }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    /* line 2623, _custom.scss */
    .counter {
      height: 100%; } }
  @media (max-width: 480px) {
    /* line 2623, _custom.scss */
    .counter {
      transform: scale(1.4); } }

/* line 2634, _custom.scss */
.counter.js-variant-counter > * {
  height: auto; }

/* line 2641, _custom.scss */
.article-preview > * {
  padding-left: 0; }

/* line 2645, _custom.scss */
.article-preview-heading {
  line-height: 2.4rem;
  font-size: 2rem; }

/* line 2650, _custom.scss */
.article-preview-caption {
  padding: 40px; }

/* line 2654, _custom.scss */
.article-preview-wrapper {
  overflow: hidden;
  margin-bottom: 25px;
  cursor: pointer; }
  /* line 2658, _custom.scss */
  .article-preview-wrapper a {
    display: block;
    overflow: hidden;
    height: 100%; }
  /* line 2663, _custom.scss */
  .article-preview-wrapper .article-item {
    overflow: hidden;
    background-color: #fff; }
    /* line 2666, _custom.scss */
    .article-preview-wrapper .article-item > * {
      will-change: transform;
      transition: opacity 1s ease-out, transform 250ms ease; }
    /* line 2670, _custom.scss */
    .article-preview-wrapper .article-item .article-preview-image-wrapper {
      position: relative;
      padding: 0;
      margin: 0;
      overflow: hidden; }
      /* line 2675, _custom.scss */
      .article-preview-wrapper .article-item .article-preview-image-wrapper .article-preview-image-inner {
        display: block;
        height: 100%;
        width: 100%;
        padding-top: 52.25%;
        background-size: cover;
        will-change: transform;
        transition: opacity 1s ease-out, transform 250ms ease;
        background-position: center center;
        background-repeat: no-repeat; }
    /* line 2687, _custom.scss */
    .article-preview-wrapper .article-item .article-preview-caption {
      background-color: #fff;
      will-change: transform;
      transition: transform 250ms ease; }
    @media (max-width: 480px) {
      /* line 2692, _custom.scss */
      .article-preview-wrapper .article-item .article-preview-body {
        display: none; } }
  @media (min-width: 1025px) {
    /* line 2699, _custom.scss */
    .article-preview-wrapper:hover {
      box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.04), -10px 0 20px 0px rgba(0, 0, 0, 0.04); }
      /* line 2703, _custom.scss */
      .article-preview-wrapper:hover .article-preview-image-wrapper .article-preview-image-inner {
        transform: scale(1.05); }
      /* line 2706, _custom.scss */
      .article-preview-wrapper:hover .article-preview-image-wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
        transition: all 0.2s linear; }
      /* line 2718, _custom.scss */
      .article-preview-wrapper:hover .article-preview-caption {
        transform: translate(0, -30px);
        transition: transform 250ms ease; }
    /* line 2725, _custom.scss */
    .article-preview-wrapper.first:hover .article-preview-caption {
      transform: translate(-8px, 0);
      transition: transform 250ms ease; } }
  /* line 2733, _custom.scss */
  .article-preview-wrapper:not(.first) .article-preview-body {
    position: absolute;
    max-width: 87%;
    bottom: 0;
    font-size: 11px;
    opacity: 0;
    height: 0;
    transition: 0ms; }
  @media (min-width: 1025px) {
    /* line 2744, _custom.scss */
    .article-preview-wrapper:not(.first):hover .article-preview-body {
      opacity: 1;
      height: 30px;
      overflow: hidden;
      will-change: opacity;
      transition: opacity 180ms ease 180ms; } }

/* line 2756, _custom.scss */
.article-body {
  max-width: 980px;
  margin: 0 auto; }
  /* line 2759, _custom.scss */
  .article-body p,
  .article-body p.editor {
    padding: 10px 0;
    text-transform: none;
    font-size: 18px; }

/* line 2770, _custom.scss */
.product-slider-prev,
.product-slider-next {
  margin: 0 5px;
  line-height: 2rem;
  font-size: 2rem;
  height: 2rem;
  width: 2rem; }

/* line 2779, _custom.scss */
.fa-lg {
  font-size: 4rem;
  padding-right: 1rem; }
  @media screen and (max-width: 480px) {
    /* line 2779, _custom.scss */
    .fa-lg {
      font-size: 3rem;
      vertical-align: -80%; } }

/* line 2789, _custom.scss */
.fa-lg:last-child {
  padding-right: 0; }

/* line 2793, _custom.scss */
.fa-drive2:before {
  content: url(https://static-eu.insales.ru/files/1/2583/7645719/original/Drive2.png); }

/* line 2797, _custom.scss */
.category-description.new {
  position: relative;
  max-width: unset;
  padding: 0;
  margin: 0;
  display: block;
  color: #ff1d3e !important; }

/* line 2806, _custom.scss */
.blog {
  margin: 0 auto;
  max-width: 980px; }

/* line 2811, _custom.scss */
.mobile-sidebar-menu-item.level-1,
.mobile-sidebar-menu-item.level-2,
.mobile-sidebar-menu-item.level-3 {
  padding: 2.25rem 0 0 0.3rem; }

/* line 2817, _custom.scss */
.ajs-panel .ajs-body {
  padding-left: 32px; }

/* line 2821, _custom.scss */
.menu-link {
  word-break: normal; }

/* line 2825, _custom.scss */
.page-wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding-bottom: 70px;
  text-transform: none;
  font-size: 18px; }
  /* line 2831, _custom.scss */
  .page-wrapper p {
    padding: 4px 0; }

/* line 2836, _custom.scss */
.callback-malina {
  position: fixed;
  right: 53px;
  top: 130px;
  z-index: 50; }
  @media (max-width: 480px) {
    /* line 2836, _custom.scss */
    .callback-malina {
      left: unset;
      top: unset;
      bottom: 100px;
      width: 0;
      height: 0;
      right: 20px;
      padding: 5px;
      z-index: 9999999999999; } }
  /* line 2853, _custom.scss */
  .callback-malina .phone-icon {
    position: absolute;
    width: 42px;
    height: 47px;
    background: url("call-icon.png") no-repeat; }
  /* line 2859, _custom.scss */
  .callback-malina .cm-open,
  .callback-malina .cm-close {
    cursor: pointer; }
  /* line 2863, _custom.scss */
  .callback-malina .cm-open {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    animation: pulse 0.7s 5s linear infinite forwards; }
    @media (max-width: 480px) {
      /* line 2863, _custom.scss */
      .callback-malina .cm-open {
        right: 10px; } }
  /* line 2873, _custom.scss */
  .callback-malina .cm-close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 13px;
    top: 13px;
    background: url("close-icon.png") no-repeat;
    z-index: 2; }
  /* line 2882, _custom.scss */
  .callback-malina .cm-wrapper {
    background-color: #44444b;
    border-radius: 5px;
    width: 0;
    height: 0;
    opacity: 0;
    transform: scale(0);
    will-change: transform, opacity;
    transition: opacity 1s ease-out, transform 250ms ease; }
    /* line 2892, _custom.scss */
    .callback-malina .cm-wrapper .phone-icon {
      left: 14px;
      top: 14px;
      pointer-events: none; }
  /* line 2899, _custom.scss */
  .callback-malina #callback-malina:checked + .cm-wrapper {
    width: auto;
    height: auto;
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-out, transform 250ms ease; }
    @media (max-width: 480px) {
      /* line 2899, _custom.scss */
      .callback-malina #callback-malina:checked + .cm-wrapper {
        position: fixed;
        width: 100%;
        height: unset;
        min-width: 300px;
        left: 0;
        top: 0; } }
  /* line 2914, _custom.scss */
  .callback-malina #callback-malina:checked + * + .cm-open {
    display: none; }
  /* line 2918, _custom.scss */
  .callback-malina .cm-form-item {
    padding: 22px 0 0 75px; }
    /* line 2920, _custom.scss */
    .callback-malina .cm-form-item .cm-form-name {
      color: #c1c6cb; }
    /* line 2923, _custom.scss */
    .callback-malina .cm-form-item .cm-form-value {
      margin-top: 7px;
      color: #fff;
      font-size: 20px; }
  /* line 2929, _custom.scss */
  .callback-malina .cm-form {
    margin-top: 23px;
    padding: 14px;
    border-top: 1px solid #535359; }
    /* line 2933, _custom.scss */
    .callback-malina .cm-form-title {
      color: #c1c6cb;
      text-align: center;
      margin-bottom: 24px;
      margin-top: 9px; }
    /* line 2939, _custom.scss */
    .callback-malina .cm-form-input {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 480px) {
        /* line 2939, _custom.scss */
        .callback-malina .cm-form-input {
          justify-content: center; } }
      /* line 2946, _custom.scss */
      .callback-malina .cm-form-input > * {
        border-radius: 3px;
        border: 0; }
      /* line 2950, _custom.scss */
      .callback-malina .cm-form-input [type="text"] {
        padding: 17px 13px;
        color: #44444b;
        margin-right: 20px;
        font-size: 15px; }
        /* line 2955, _custom.scss */
        .callback-malina .cm-form-input [type="text"]::-webkit-input-placeholder {
          color: #c1c6cb; }
        @media (max-width: 480px) {
          /* line 2950, _custom.scss */
          .callback-malina .cm-form-input [type="text"] {
            margin-right: 0;
            border-radius: 3px 0 0 3px; } }
      /* line 2963, _custom.scss */
      .callback-malina .cm-form-input button {
        position: relative;
        background-color: #ff1d3e;
        padding: 18px 24px;
        color: #fff;
        text-transform: none; }
        @media (max-width: 480px) {
          /* line 2963, _custom.scss */
          .callback-malina .cm-form-input button {
            height: 55px;
            width: 55px;
            padding: 0;
            overflow: hidden;
            text-indent: -9999px;
            border-radius: 0 3px 3px 0; }
            /* line 2976, _custom.scss */
            .callback-malina .cm-form-input button:before {
              content: "";
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 535.5 535.5'%3E%3Cpath fill='%23FFF' d='M0 497.25l535.5-229.5L0 38.25v178.5l382.5 51-382.5 51z'/%3E%3C/svg%3E");
              position: absolute;
              width: 17px;
              height: 17px;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); } }
  /* line 2990, _custom.scss */
  .callback-malina .cm-message {
    position: absolute;
    padding: 19px;
    border-radius: 5px;
    bottom: 69px;
    background-color: #44444b;
    color: #9ef215;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    opacity: 0;
    transform: scale(0);
    will-change: transform, opacity;
    transition: opacity 1s ease-out, transform 250ms ease; }
    /* line 3004, _custom.scss */
    .callback-malina .cm-message.show {
      opacity: 1;
      transform: scale(1);
      transition: opacity 1s ease-out, transform 250ms ease; }

@keyframes bounce {
  0% {
    transform: scale(1.1);
    opacity: 1; }
  50% {
    transform: scale(1.6);
    opacity: 0.7; }
  60% {
    transform: scale(0.6);
    opacity: 1; }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(0.85); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
/* line 3052, _custom.scss */
.full-width {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-top: -2rem; }
  /* line 3056, _custom.scss */
  .full-width .title-img {
    margin-bottom: 20px;
    width: 100%; }

/* line 3062, _custom.scss */
.article-tags-wrapper .article-tags-header {
  text-align: center;
  font-weight: bold;
  font-size: 24px; }
/* line 3068, _custom.scss */
.article-tags-wrapper .tag-list li a {
  font-size: 18px; }

/* line 3073, _custom.scss */
.mobile-sidebar-menu-link {
  padding: 1rem 20px; }
  /* line 3075, _custom.scss */
  .mobile-sidebar-menu-link:focus, .mobile-sidebar-menu-link:active {
    color: #ff1d3e;
    background-color: #f4f4f4;
    -webkit-appearance: none;
    border: 0; }

/* line 3084, _custom.scss */
.sidebar-block-heading, .filter-heading {
  padding: 1rem 20px 1.5rem; }

/* line 3088, _custom.scss */
.ajs-panel .ajs-body {
  padding-left: 0;
  padding-right: 0; }
  @media screen and (max-width: 1024px) {
    /* line 3088, _custom.scss */
    .ajs-panel .ajs-body {
      min-height: auto; }
      /* line 3093, _custom.scss */
      .ajs-panel .ajs-body .search-widget-field {
        padding: 10px 20px;
        font-size: 20px; }
        /* line 3096, _custom.scss */
        .ajs-panel .ajs-body .search-widget-field::-webkit-input-placeholder {
          color: #919192; }
      /* line 3100, _custom.scss */
      .ajs-panel .ajs-body .search-widget-button {
        margin-right: 0;
        padding: 10px 20px; }
        /* line 3103, _custom.scss */
        .ajs-panel .ajs-body .search-widget-button:before {
          font-size: 2rem; } }

@media (max-width: 768px) {
  /* line 3111, _custom.scss */
  .product-card-bottom .char-wrapper {
    justify-content: center; } }
@media (max-width: 768px) {
  /* line 3115, _custom.scss */
  .product-card-bottom .char-wrapper .articul-wrapper {
    max-width: 239px; } }
@media (max-width: 480px) {
  /* line 3115, _custom.scss */
  .product-card-bottom .char-wrapper .articul-wrapper {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; }
    /* line 3123, _custom.scss */
    .product-card-bottom .char-wrapper .articul-wrapper div {
      margin-bottom: 0; } }

@media (max-width: 768px) {
  /* line 3131, _custom.scss */
  .product-card-bottom .char-wrapper .articul-wrapper div {
    margin-left: 27%; } }

@media (max-width: 480px) {
  /* line 3138, _custom.scss */
  .description-wrapper .title {
    font-size: 28px; } }

/* line 3145, _custom.scss */
.toolbar.at-top {
  display: block;
  margin-top: 25px; }

/* line 3151, _custom.scss */
.product-wrapper .page-headding {
  color: #44444b;
  font-size: 35px;
  line-height: 44px; }
  /* line 4, _custom.scss */
  .product-wrapper .page-headding.mobile {
    display: none; }
  @media (max-width: 768px) {
    /* line 8, _custom.scss */
    .product-wrapper .page-headding:not(.mobile) {
      display: none; }
    /* line 11, _custom.scss */
    .product-wrapper .page-headding.mobile {
      display: block; } }
  /* line 3156, _custom.scss */
  .product-wrapper .page-headding.mobile {
    margin-bottom: 25px; }

/* line 3162, _custom.scss */
.ajs-panel.at-left-position {
  width: 70%; }

@media screen and (max-width: 1024px) {
  /* line 3166, _custom.scss */
  .filter {
    padding: 0 30px; } }

/* line 3172, _custom.scss */
.add-info {
  font-size: 18px; }
  /* line 4, _custom.scss */
  .add-info.mobile {
    display: none; }
  @media (max-width: 768px) {
    /* line 8, _custom.scss */
    .add-info:not(.mobile) {
      display: none; }
    /* line 11, _custom.scss */
    .add-info.mobile {
      display: block; } }

/* line 3177, _custom.scss */
.toolbar-inner {
  justify-content: center; }

/* line 3181, _custom.scss */
.toolbar.at-bottom {
  width: 100%; }

@media (max-width: 768px) {
  /* line 3186, _custom.scss */
  .product-wrapper .product-control, .product-wrapper .product-cart-control {
    justify-content: center; } }

/* line 3194, _custom.scss */
.filter-controls .button.filter-submit, .filter-controls .filter-submit.co-button[type="submit"], .filter-controls .filter-submit.co-button[name="commit"], .filter-controls .filter-submit.co-button[data-method="delete"], .filter-controls .filter-submit.co-button.co-button--small, .filter-controls .filter-submit.co-modal-button, .filter-controls .filter-submit.co-tabs-node {
  padding: 31px 26px; }

/* line 3199, _custom.scss */
.filter-panel-open-sidebar {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  background-color: #ff173d !important; }

@media (max-width: 768px) {
  /* line 3208, _custom.scss */
  .filter-collapse {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%; }

  /* line 3214, _custom.scss */
  .collection-order-wrapper {
    width: 100%; }

  /* line 3217, _custom.scss */
  .filter-collapse .filter-collapse__label {
    display: none; } }
@media (max-width: 768px) {
  /* line 3223, _custom.scss */
  .pagination-wrapper {
    margin-top: 25px; } }
@media (max-width: 768px) {
  /* line 3228, _custom.scss */
  .pagination-wrapper .pagination-link {
    font-size: 2rem;
    padding: 1rem 0;
    width: 4.2rem; } }

@media (max-width: 480px) {
  /* line 3237, _custom.scss */
  button.product-button {
    /*padding: 28px 0;
    max-width: 189px;
    margin: 0 -17px 0 31px;*/ } }

@media (max-width: 480px) {
  /* line 3245, _custom.scss */
  .price-wrapper {
    max-width: 200px;
    margin: -30px auto 0; }
    /* line 3249, _custom.scss */
    .price-wrapper .product-button {
      margin-top: 25px;
      padding: 26px 56px; } }

/* line 3256, _custom.scss */
.product-card-in-col-bottom .product-cart-control .button-buy {
  min-width: unset;
  height: auto;
  box-sizing: content-box;
  padding: 2rem 4.7rem;
  text-transform: none;
  font-size: 22px; }

@media (min-width: 1025px) {
  /* line 3265, _custom.scss */
  .product-prices.in-card {
    margin-left: 30px;
    margin-right: 30px; } }
/* line 3270, _custom.scss */
.product-prices.in-card .price.in-card {
  font-size: 4.14rem; }
  @media (max-width: 1024px) {
    /* line 3270, _custom.scss */
    .product-prices.in-card .price.in-card {
      margin: auto; } }
@media (max-width: 1024px) {
  /* line 3277, _custom.scss */
  .product-prices.in-card .old-price {
    text-align: center; } }

/* line 3285, _custom.scss */
.cart-layout {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (max-width: 768px) {
    /* line 3285, _custom.scss */
    .cart-layout {
      max-width: 1000px;
      padding: 0;
      margin-left: -15px;
      margin-right: -15px;
      width: auto; }
      /* line 3296, _custom.scss */
      .cart-layout .item-caption {
        margin-bottom: 10px; } }
  /* line 3300, _custom.scss */
  .cart-layout .breadcrumb-wrapper {
    border-bottom: 0;
    margin-top: 2rem; }
    /* line 3303, _custom.scss */
    .cart-layout .breadcrumb-wrapper .breadcrumb {
      justify-content: center; }

/* line 3309, _custom.scss */
.ajs-message.ajs-success {
  background-color: #fe1d3d;
  color: #fff;
  line-height: 20px; }

/* line 3317, _custom.scss */
.ajs-dialog .ajs-header {
  font-size: 2rem;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
  margin-right: 0; }
/* line 3324, _custom.scss */
.ajs-dialog .ajs-body {
  flex: 0; }
/* line 3327, _custom.scss */
.ajs-dialog .form {
  font-size: 1.3rem; }
/* line 3330, _custom.scss */
.ajs-dialog .ajs-commands button {
  width: 6rem;
  height: 6rem; }
/* line 3334, _custom.scss */
.ajs-dialog .ajs-primary.ajs-buttons {
  text-align: center; }
  /* line 3336, _custom.scss */
  .ajs-dialog .ajs-primary.ajs-buttons .button.is-primary, .ajs-dialog .ajs-primary.ajs-buttons .is-primary.co-button[type="submit"], .ajs-dialog .ajs-primary.ajs-buttons .is-primary.co-button[name="commit"], .ajs-dialog .ajs-primary.ajs-buttons .is-primary.co-button[data-method="delete"], .ajs-dialog .ajs-primary.ajs-buttons .is-primary.co-button.co-button--small, .ajs-dialog .ajs-primary.ajs-buttons .is-primary.co-modal-button, .ajs-dialog .ajs-primary.ajs-buttons .is-primary.co-tabs-node {
    padding: 27px 50px; }

@media (max-width: 768px) {
  /* line 3343, _custom.scss */
  #feedback_form textarea, #feedback_form [type="text"] {
    width: 100%; }
  /* line 3346, _custom.scss */
  #feedback_form .button.is-primary, #feedback_form .is-primary.co-button[type="submit"], #feedback_form .is-primary.co-button[name="commit"], #feedback_form .is-primary.co-button[data-method="delete"], #feedback_form .is-primary.co-button.co-button--small, #feedback_form .is-primary.co-modal-button, #feedback_form .is-primary.co-tabs-node {
    display: inline-block;
    padding: 31px 10px;
    font-size: 2rem; } }
/* two-g style */
/* line 3355, _custom.scss */
.popup-cookie__container {
  width: 100%; }

/* line 3360, _custom.scss */
.popup-cookie {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #464748;
  color: #fff;
  padding: 5px 40px 5px 10px;
  z-index: 9997;
  font-size: 11px;
  max-width: 100%;
  display: none;
  opacity: 0.8;
  width: 100%; }

/* line 3374, _custom.scss */
.popup-cookie_text {
  line-height: normal; }

/* line 3377, _custom.scss */
.popup-cookie_text p {
  margin: 0;
  text-align: center; }

/* line 3381, _custom.scss */
.popup-cookie_close {
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 5px;
  top: 10px; }

/* line 3389, _custom.scss */
.popup-cookie_close:before,
.popup-cookie_close:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  cursor: pointer; }

/* line 3399, _custom.scss */
.popup-cookie_close:before {
  transform: rotate(-45deg); }

/* line 3402, _custom.scss */
.popup-cookie_close:after {
  transform: rotate(45deg); }

@media (max-width: 767px) {
  /* line 3406, _custom.scss */
  .popup-cookie {
    bottom: 0px;
    right: 0px;
    left: 0px;
    padding: 6px 30px 8px 10px;
    font-size: 12px;
    max-width: 100%; }

  /* line 3414, _custom.scss */
  .popup-cookie_close,
  .popup-cookie_close:before, .popup-cookie_close:after {
    width: 20px; } }
/* line 3421, _custom.scss */
.old-price {
  text-align: left;
  font-size: 21px; }

/* line 3426, _custom.scss */
.old-price.on-page {
  font-size: 31px; }

@media (max-width: 768px) {
  /* line 3430, _custom.scss */
  .product-card-price.in-card .old-price {
    text-align: center; } }
@media (max-width: 480px) {
  /* line 3436, _custom.scss */
  .product-prices.on-page {
    text-align: center; }
    /* line 3438, _custom.scss */
    .product-prices.on-page .old-price.on-page {
      text-align: center; } }
/* end two-g*/
