@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.
 */
/* 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: 36px;
  font-weight: 800;
  margin-bottom: 30px; }

/* 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.
 * 3. Remove the inner shadow in mobile Safari.
 */
/* line 244, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  box-shadow: none;
  /* 3 */
  -webkit-appearance: none;
  /* 3 */ }

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 295, _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 307, _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 318, _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 329, _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 344, _normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 362, _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 373, _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 383, _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 392, _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 402, _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 415, _normalize.scss */
details,
menu {
  display: block; }

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

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

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

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 454, _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, .reviews-slider-container, .slider-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.
 */
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  display: block; }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  display: block; }
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  display: block; }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  display: block; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  display: block; }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  display: block; }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  display: block; }
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  display: block; }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  display: block; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  display: block; }
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  display: block; }
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  display: block; }
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
  display: block; }
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  display: block; }
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  display: block; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont.eot?v=4.7.0");
  src: url("fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  display: block; }
/* line 4, font-awesome.min.css */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 4, font-awesome.min.css */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

/* line 4, font-awesome.min.css */
.fa-2x {
  font-size: 2em; }

/* line 4, font-awesome.min.css */
.fa-3x {
  font-size: 3em; }

/* line 4, font-awesome.min.css */
.fa-4x {
  font-size: 4em; }

/* line 4, font-awesome.min.css */
.fa-5x {
  font-size: 5em; }

/* line 4, font-awesome.min.css */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 4, font-awesome.min.css */
.fa-ul > li {
  position: relative; }

/* line 4, font-awesome.min.css */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 4, font-awesome.min.css */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

/* line 4, font-awesome.min.css */
.fa-pull-left {
  float: left; }

/* line 4, font-awesome.min.css */
.fa-pull-right {
  float: right; }

/* line 4, font-awesome.min.css */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 4, font-awesome.min.css */
.fa.fa-pull-right {
  margin-left: .3em; }

/* line 4, font-awesome.min.css */
.pull-right {
  float: right; }

/* line 4, font-awesome.min.css */
.pull-left {
  float: left; }

/* line 4, font-awesome.min.css */
.fa.pull-left {
  margin-right: .3em; }

/* line 4, font-awesome.min.css */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, font-awesome.min.css */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 4, font-awesome.min.css */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 4, font-awesome.min.css */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 4, font-awesome.min.css */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 4, font-awesome.min.css */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 4, font-awesome.min.css */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 4, font-awesome.min.css */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 4, font-awesome.min.css */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

/* line 4, font-awesome.min.css */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 4, font-awesome.min.css */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 4, font-awesome.min.css */
.fa-stack-1x {
  line-height: inherit; }

/* line 4, font-awesome.min.css */
.fa-stack-2x {
  font-size: 2em; }

/* line 4, font-awesome.min.css */
.fa-inverse {
  color: #fff; }

/* line 4, font-awesome.min.css */
.fa-glass:before {
  content: "\f000"; }

/* line 4, font-awesome.min.css */
.fa-music:before {
  content: "\f001"; }

/* line 4, font-awesome.min.css */
.fa-search:before {
  content: "\f002"; }

/* line 4, font-awesome.min.css */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 4, font-awesome.min.css */
.fa-heart:before {
  content: "\f004"; }

/* line 4, font-awesome.min.css */
.fa-star:before {
  content: "\f005"; }

/* line 4, font-awesome.min.css */
.fa-star-o:before {
  content: "\f006"; }

/* line 4, font-awesome.min.css */
.fa-user:before {
  content: "\f007"; }

/* line 4, font-awesome.min.css */
.fa-film:before {
  content: "\f008"; }

/* line 4, font-awesome.min.css */
.fa-th-large:before {
  content: "\f009"; }

/* line 4, font-awesome.min.css */
.fa-th:before {
  content: "\f00a"; }

/* line 4, font-awesome.min.css */
.fa-th-list:before {
  content: "\f00b"; }

/* line 4, font-awesome.min.css */
.fa-check:before {
  content: "\f00c"; }

/* line 4, font-awesome.min.css */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

/* line 4, font-awesome.min.css */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 4, font-awesome.min.css */
.fa-search-minus:before {
  content: "\f010"; }

/* line 4, font-awesome.min.css */
.fa-power-off:before {
  content: "\f011"; }

/* line 4, font-awesome.min.css */
.fa-signal:before {
  content: "\f012"; }

/* line 4, font-awesome.min.css */
.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

/* line 4, font-awesome.min.css */
.fa-trash-o:before {
  content: "\f014"; }

/* line 4, font-awesome.min.css */
.fa-home:before {
  content: "\f015"; }

/* line 4, font-awesome.min.css */
.fa-file-o:before {
  content: "\f016"; }

/* line 4, font-awesome.min.css */
.fa-clock-o:before {
  content: "\f017"; }

/* line 4, font-awesome.min.css */
.fa-road:before {
  content: "\f018"; }

/* line 4, font-awesome.min.css */
.fa-download:before {
  content: "\f019"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 4, font-awesome.min.css */
.fa-inbox:before {
  content: "\f01c"; }

/* line 4, font-awesome.min.css */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 4, font-awesome.min.css */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

/* line 4, font-awesome.min.css */
.fa-refresh:before {
  content: "\f021"; }

/* line 4, font-awesome.min.css */
.fa-list-alt:before {
  content: "\f022"; }

/* line 4, font-awesome.min.css */
.fa-lock:before {
  content: "\f023"; }

/* line 4, font-awesome.min.css */
.fa-flag:before {
  content: "\f024"; }

/* line 4, font-awesome.min.css */
.fa-headphones:before {
  content: "\f025"; }

/* line 4, font-awesome.min.css */
.fa-volume-off:before {
  content: "\f026"; }

/* line 4, font-awesome.min.css */
.fa-volume-down:before {
  content: "\f027"; }

/* line 4, font-awesome.min.css */
.fa-volume-up:before {
  content: "\f028"; }

/* line 4, font-awesome.min.css */
.fa-qrcode:before {
  content: "\f029"; }

/* line 4, font-awesome.min.css */
.fa-barcode:before {
  content: "\f02a"; }

/* line 4, font-awesome.min.css */
.fa-tag:before {
  content: "\f02b"; }

/* line 4, font-awesome.min.css */
.fa-tags:before {
  content: "\f02c"; }

/* line 4, font-awesome.min.css */
.fa-book:before {
  content: "\f02d"; }

/* line 4, font-awesome.min.css */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 4, font-awesome.min.css */
.fa-print:before {
  content: "\f02f"; }

/* line 4, font-awesome.min.css */
.fa-camera:before {
  content: "\f030"; }

/* line 4, font-awesome.min.css */
.fa-font:before {
  content: "\f031"; }

/* line 4, font-awesome.min.css */
.fa-bold:before {
  content: "\f032"; }

/* line 4, font-awesome.min.css */
.fa-italic:before {
  content: "\f033"; }

/* line 4, font-awesome.min.css */
.fa-text-height:before {
  content: "\f034"; }

/* line 4, font-awesome.min.css */
.fa-text-width:before {
  content: "\f035"; }

/* line 4, font-awesome.min.css */
.fa-align-left:before {
  content: "\f036"; }

/* line 4, font-awesome.min.css */
.fa-align-center:before {
  content: "\f037"; }

/* line 4, font-awesome.min.css */
.fa-align-right:before {
  content: "\f038"; }

/* line 4, font-awesome.min.css */
.fa-align-justify:before {
  content: "\f039"; }

/* line 4, font-awesome.min.css */
.fa-list:before {
  content: "\f03a"; }

/* line 4, font-awesome.min.css */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

/* line 4, font-awesome.min.css */
.fa-indent:before {
  content: "\f03c"; }

/* line 4, font-awesome.min.css */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 4, font-awesome.min.css */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

/* line 4, font-awesome.min.css */
.fa-pencil:before {
  content: "\f040"; }

/* line 4, font-awesome.min.css */
.fa-map-marker:before {
  content: "\f041"; }

/* line 4, font-awesome.min.css */
.fa-adjust:before {
  content: "\f042"; }

/* line 4, font-awesome.min.css */
.fa-tint:before {
  content: "\f043"; }

/* line 4, font-awesome.min.css */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

/* line 4, font-awesome.min.css */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 4, font-awesome.min.css */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 4, font-awesome.min.css */
.fa-arrows:before {
  content: "\f047"; }

/* line 4, font-awesome.min.css */
.fa-step-backward:before {
  content: "\f048"; }

/* line 4, font-awesome.min.css */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 4, font-awesome.min.css */
.fa-backward:before {
  content: "\f04a"; }

/* line 4, font-awesome.min.css */
.fa-play:before {
  content: "\f04b"; }

/* line 4, font-awesome.min.css */
.fa-pause:before {
  content: "\f04c"; }

/* line 4, font-awesome.min.css */
.fa-stop:before {
  content: "\f04d"; }

/* line 4, font-awesome.min.css */
.fa-forward:before {
  content: "\f04e"; }

/* line 4, font-awesome.min.css */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 4, font-awesome.min.css */
.fa-step-forward:before {
  content: "\f051"; }

/* line 4, font-awesome.min.css */
.fa-eject:before {
  content: "\f052"; }

/* line 4, font-awesome.min.css */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 4, font-awesome.min.css */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 4, font-awesome.min.css */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 4, font-awesome.min.css */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 4, font-awesome.min.css */
.fa-times-circle:before {
  content: "\f057"; }

/* line 4, font-awesome.min.css */
.fa-check-circle:before {
  content: "\f058"; }

/* line 4, font-awesome.min.css */
.fa-question-circle:before {
  content: "\f059"; }

/* line 4, font-awesome.min.css */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 4, font-awesome.min.css */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 4, font-awesome.min.css */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 4, font-awesome.min.css */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 4, font-awesome.min.css */
.fa-ban:before {
  content: "\f05e"; }

/* line 4, font-awesome.min.css */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 4, font-awesome.min.css */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 4, font-awesome.min.css */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 4, font-awesome.min.css */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 4, font-awesome.min.css */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

/* line 4, font-awesome.min.css */
.fa-expand:before {
  content: "\f065"; }

/* line 4, font-awesome.min.css */
.fa-compress:before {
  content: "\f066"; }

/* line 4, font-awesome.min.css */
.fa-plus:before {
  content: "\f067"; }

/* line 4, font-awesome.min.css */
.fa-minus:before {
  content: "\f068"; }

/* line 4, font-awesome.min.css */
.fa-asterisk:before {
  content: "\f069"; }

/* line 4, font-awesome.min.css */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 4, font-awesome.min.css */
.fa-gift:before {
  content: "\f06b"; }

/* line 4, font-awesome.min.css */
.fa-leaf:before {
  content: "\f06c"; }

/* line 4, font-awesome.min.css */
.fa-fire:before {
  content: "\f06d"; }

/* line 4, font-awesome.min.css */
.fa-eye:before {
  content: "\f06e"; }

/* line 4, font-awesome.min.css */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 4, font-awesome.min.css */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 4, font-awesome.min.css */
.fa-plane:before {
  content: "\f072"; }

/* line 4, font-awesome.min.css */
.fa-calendar:before {
  content: "\f073"; }

/* line 4, font-awesome.min.css */
.fa-random:before {
  content: "\f074"; }

/* line 4, font-awesome.min.css */
.fa-comment:before {
  content: "\f075"; }

/* line 4, font-awesome.min.css */
.fa-magnet:before {
  content: "\f076"; }

/* line 4, font-awesome.min.css */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 4, font-awesome.min.css */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 4, font-awesome.min.css */
.fa-retweet:before {
  content: "\f079"; }

/* line 4, font-awesome.min.css */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 4, font-awesome.min.css */
.fa-folder:before {
  content: "\f07b"; }

/* line 4, font-awesome.min.css */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 4, font-awesome.min.css */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 4, font-awesome.min.css */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 4, font-awesome.min.css */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

/* line 4, font-awesome.min.css */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 4, font-awesome.min.css */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 4, font-awesome.min.css */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 4, font-awesome.min.css */
.fa-key:before {
  content: "\f084"; }

/* line 4, font-awesome.min.css */
.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

/* line 4, font-awesome.min.css */
.fa-comments:before {
  content: "\f086"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 4, font-awesome.min.css */
.fa-star-half:before {
  content: "\f089"; }

/* line 4, font-awesome.min.css */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 4, font-awesome.min.css */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 4, font-awesome.min.css */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 4, font-awesome.min.css */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 4, font-awesome.min.css */
.fa-external-link:before {
  content: "\f08e"; }

/* line 4, font-awesome.min.css */
.fa-sign-in:before {
  content: "\f090"; }

/* line 4, font-awesome.min.css */
.fa-trophy:before {
  content: "\f091"; }

/* line 4, font-awesome.min.css */
.fa-github-square:before {
  content: "\f092"; }

/* line 4, font-awesome.min.css */
.fa-upload:before {
  content: "\f093"; }

/* line 4, font-awesome.min.css */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 4, font-awesome.min.css */
.fa-phone:before {
  content: "\f095"; }

/* line 4, font-awesome.min.css */
.fa-square-o:before {
  content: "\f096"; }

/* line 4, font-awesome.min.css */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 4, font-awesome.min.css */
.fa-phone-square:before {
  content: "\f098"; }

/* line 4, font-awesome.min.css */
.fa-twitter:before {
  content: "\f099"; }

/* line 4, font-awesome.min.css */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

/* line 4, font-awesome.min.css */
.fa-github:before {
  content: "\f09b"; }

/* line 4, font-awesome.min.css */
.fa-unlock:before {
  content: "\f09c"; }

/* line 4, font-awesome.min.css */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 4, font-awesome.min.css */
.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

/* line 4, font-awesome.min.css */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 4, font-awesome.min.css */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 4, font-awesome.min.css */
.fa-bell:before {
  content: "\f0f3"; }

/* line 4, font-awesome.min.css */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 4, font-awesome.min.css */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 4, font-awesome.min.css */
.fa-globe:before {
  content: "\f0ac"; }

/* line 4, font-awesome.min.css */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 4, font-awesome.min.css */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 4, font-awesome.min.css */
.fa-filter:before {
  content: "\f0b0"; }

/* line 4, font-awesome.min.css */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 4, font-awesome.min.css */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 4, font-awesome.min.css */
.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

/* line 4, font-awesome.min.css */
.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

/* line 4, font-awesome.min.css */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 4, font-awesome.min.css */
.fa-flask:before {
  content: "\f0c3"; }

/* line 4, font-awesome.min.css */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

/* line 4, font-awesome.min.css */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

/* line 4, font-awesome.min.css */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 4, font-awesome.min.css */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

/* line 4, font-awesome.min.css */
.fa-square:before {
  content: "\f0c8"; }

/* line 4, font-awesome.min.css */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

/* line 4, font-awesome.min.css */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 4, font-awesome.min.css */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 4, font-awesome.min.css */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 4, font-awesome.min.css */
.fa-underline:before {
  content: "\f0cd"; }

/* line 4, font-awesome.min.css */
.fa-table:before {
  content: "\f0ce"; }

/* line 4, font-awesome.min.css */
.fa-magic:before {
  content: "\f0d0"; }

/* line 4, font-awesome.min.css */
.fa-truck:before {
  content: "\f0d1"; }

/* line 4, font-awesome.min.css */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 4, font-awesome.min.css */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 4, font-awesome.min.css */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 4, font-awesome.min.css */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 4, font-awesome.min.css */
.fa-money:before {
  content: "\f0d6"; }

/* line 4, font-awesome.min.css */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 4, font-awesome.min.css */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 4, font-awesome.min.css */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 4, font-awesome.min.css */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 4, font-awesome.min.css */
.fa-columns:before {
  content: "\f0db"; }

/* line 4, font-awesome.min.css */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

/* line 4, font-awesome.min.css */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

/* line 4, font-awesome.min.css */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

/* line 4, font-awesome.min.css */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 4, font-awesome.min.css */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 4, font-awesome.min.css */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

/* line 4, font-awesome.min.css */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

/* line 4, font-awesome.min.css */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

/* line 4, font-awesome.min.css */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 4, font-awesome.min.css */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 4, font-awesome.min.css */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

/* line 4, font-awesome.min.css */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 4, font-awesome.min.css */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 4, font-awesome.min.css */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

/* line 4, font-awesome.min.css */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 4, font-awesome.min.css */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 4, font-awesome.min.css */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 4, font-awesome.min.css */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 4, font-awesome.min.css */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 4, font-awesome.min.css */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 4, font-awesome.min.css */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 4, font-awesome.min.css */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 4, font-awesome.min.css */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 4, font-awesome.min.css */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 4, font-awesome.min.css */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 4, font-awesome.min.css */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 4, font-awesome.min.css */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 4, font-awesome.min.css */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 4, font-awesome.min.css */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 4, font-awesome.min.css */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 4, font-awesome.min.css */
.fa-beer:before {
  content: "\f0fc"; }

/* line 4, font-awesome.min.css */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 4, font-awesome.min.css */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 4, font-awesome.min.css */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 4, font-awesome.min.css */
.fa-angle-left:before {
  content: "\f104"; }

/* line 4, font-awesome.min.css */
.fa-angle-right:before {
  content: "\f105"; }

/* line 4, font-awesome.min.css */
.fa-angle-up:before {
  content: "\f106"; }

/* line 4, font-awesome.min.css */
.fa-angle-down:before {
  content: "\f107"; }

/* line 4, font-awesome.min.css */
.fa-desktop:before {
  content: "\f108"; }

/* line 4, font-awesome.min.css */
.fa-laptop:before {
  content: "\f109"; }

/* line 4, font-awesome.min.css */
.fa-tablet:before {
  content: "\f10a"; }

/* line 4, font-awesome.min.css */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

/* line 4, font-awesome.min.css */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 4, font-awesome.min.css */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 4, font-awesome.min.css */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 4, font-awesome.min.css */
.fa-spinner:before {
  content: "\f110"; }

/* line 4, font-awesome.min.css */
.fa-circle:before {
  content: "\f111"; }

/* line 4, font-awesome.min.css */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

/* line 4, font-awesome.min.css */
.fa-github-alt:before {
  content: "\f113"; }

/* line 4, font-awesome.min.css */
.fa-folder-o:before {
  content: "\f114"; }

/* line 4, font-awesome.min.css */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 4, font-awesome.min.css */
.fa-smile-o:before {
  content: "\f118"; }

/* line 4, font-awesome.min.css */
.fa-frown-o:before {
  content: "\f119"; }

/* line 4, font-awesome.min.css */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 4, font-awesome.min.css */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 4, font-awesome.min.css */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 4, font-awesome.min.css */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 4, font-awesome.min.css */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 4, font-awesome.min.css */
.fa-terminal:before {
  content: "\f120"; }

/* line 4, font-awesome.min.css */
.fa-code:before {
  content: "\f121"; }

/* line 4, font-awesome.min.css */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

/* line 4, font-awesome.min.css */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

/* line 4, font-awesome.min.css */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 4, font-awesome.min.css */
.fa-crop:before {
  content: "\f125"; }

/* line 4, font-awesome.min.css */
.fa-code-fork:before {
  content: "\f126"; }

/* line 4, font-awesome.min.css */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

/* line 4, font-awesome.min.css */
.fa-question:before {
  content: "\f128"; }

/* line 4, font-awesome.min.css */
.fa-info:before {
  content: "\f129"; }

/* line 4, font-awesome.min.css */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 4, font-awesome.min.css */
.fa-superscript:before {
  content: "\f12b"; }

/* line 4, font-awesome.min.css */
.fa-subscript:before {
  content: "\f12c"; }

/* line 4, font-awesome.min.css */
.fa-eraser:before {
  content: "\f12d"; }

/* line 4, font-awesome.min.css */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 4, font-awesome.min.css */
.fa-microphone:before {
  content: "\f130"; }

/* line 4, font-awesome.min.css */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 4, font-awesome.min.css */
.fa-shield:before {
  content: "\f132"; }

/* line 4, font-awesome.min.css */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 4, font-awesome.min.css */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 4, font-awesome.min.css */
.fa-rocket:before {
  content: "\f135"; }

/* line 4, font-awesome.min.css */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 4, font-awesome.min.css */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 4, font-awesome.min.css */
.fa-html5:before {
  content: "\f13b"; }

/* line 4, font-awesome.min.css */
.fa-css3:before {
  content: "\f13c"; }

/* line 4, font-awesome.min.css */
.fa-anchor:before {
  content: "\f13d"; }

/* line 4, font-awesome.min.css */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 4, font-awesome.min.css */
.fa-bullseye:before {
  content: "\f140"; }

/* line 4, font-awesome.min.css */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 4, font-awesome.min.css */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 4, font-awesome.min.css */
.fa-rss-square:before {
  content: "\f143"; }

/* line 4, font-awesome.min.css */
.fa-play-circle:before {
  content: "\f144"; }

/* line 4, font-awesome.min.css */
.fa-ticket:before {
  content: "\f145"; }

/* line 4, font-awesome.min.css */
.fa-minus-square:before {
  content: "\f146"; }

/* line 4, font-awesome.min.css */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 4, font-awesome.min.css */
.fa-level-up:before {
  content: "\f148"; }

/* line 4, font-awesome.min.css */
.fa-level-down:before {
  content: "\f149"; }

/* line 4, font-awesome.min.css */
.fa-check-square:before {
  content: "\f14a"; }

/* line 4, font-awesome.min.css */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 4, font-awesome.min.css */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 4, font-awesome.min.css */
.fa-share-square:before {
  content: "\f14d"; }

/* line 4, font-awesome.min.css */
.fa-compass:before {
  content: "\f14e"; }

/* line 4, font-awesome.min.css */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 4, font-awesome.min.css */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 4, font-awesome.min.css */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 4, font-awesome.min.css */
.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

/* line 4, font-awesome.min.css */
.fa-gbp:before {
  content: "\f154"; }

/* line 4, font-awesome.min.css */
.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

/* line 4, font-awesome.min.css */
.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

/* line 4, font-awesome.min.css */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

/* line 4, font-awesome.min.css */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

/* line 4, font-awesome.min.css */
.fa-won:before, .fa-krw:before {
  content: "\f159"; }

/* line 4, font-awesome.min.css */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

/* line 4, font-awesome.min.css */
.fa-file:before {
  content: "\f15b"; }

/* line 4, font-awesome.min.css */
.fa-file-text:before {
  content: "\f15c"; }

/* line 4, font-awesome.min.css */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 4, font-awesome.min.css */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 4, font-awesome.min.css */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 4, font-awesome.min.css */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 4, font-awesome.min.css */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 4, font-awesome.min.css */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 4, font-awesome.min.css */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 4, font-awesome.min.css */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 4, font-awesome.min.css */
.fa-youtube:before {
  content: "\f167"; }

/* line 4, font-awesome.min.css */
.fa-xing:before {
  content: "\f168"; }

/* line 4, font-awesome.min.css */
.fa-xing-square:before {
  content: "\f169"; }

/* line 4, font-awesome.min.css */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 4, font-awesome.min.css */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 4, font-awesome.min.css */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 4, font-awesome.min.css */
.fa-instagram:before {
  content: "\f16d"; }

/* line 4, font-awesome.min.css */
.fa-flickr:before {
  content: "\f16e"; }

/* line 4, font-awesome.min.css */
.fa-adn:before {
  content: "\f170"; }

/* line 4, font-awesome.min.css */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 4, font-awesome.min.css */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 4, font-awesome.min.css */
.fa-tumblr:before {
  content: "\f173"; }

/* line 4, font-awesome.min.css */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 4, font-awesome.min.css */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 4, font-awesome.min.css */
.fa-apple:before {
  content: "\f179"; }

/* line 4, font-awesome.min.css */
.fa-windows:before {
  content: "\f17a"; }

/* line 4, font-awesome.min.css */
.fa-android:before {
  content: "\f17b"; }

/* line 4, font-awesome.min.css */
.fa-linux:before {
  content: "\f17c"; }

/* line 4, font-awesome.min.css */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 4, font-awesome.min.css */
.fa-skype:before {
  content: "\f17e"; }

/* line 4, font-awesome.min.css */
.fa-foursquare:before {
  content: "\f180"; }

/* line 4, font-awesome.min.css */
.fa-trello:before {
  content: "\f181"; }

/* line 4, font-awesome.min.css */
.fa-female:before {
  content: "\f182"; }

/* line 4, font-awesome.min.css */
.fa-male:before {
  content: "\f183"; }

/* line 4, font-awesome.min.css */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

/* line 4, font-awesome.min.css */
.fa-sun-o:before {
  content: "\f185"; }

/* line 4, font-awesome.min.css */
.fa-moon-o:before {
  content: "\f186"; }

/* line 4, font-awesome.min.css */
.fa-archive:before {
  content: "\f187"; }

/* line 4, font-awesome.min.css */
.fa-bug:before {
  content: "\f188"; }

/* line 4, font-awesome.min.css */
.fa-vk:before {
  content: "\f189"; }

/* line 4, font-awesome.min.css */
.fa-weibo:before {
  content: "\f18a"; }

/* line 4, font-awesome.min.css */
.fa-renren:before {
  content: "\f18b"; }

/* line 4, font-awesome.min.css */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 4, font-awesome.min.css */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 4, font-awesome.min.css */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 4, font-awesome.min.css */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 4, font-awesome.min.css */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 4, font-awesome.min.css */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 4, font-awesome.min.css */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 4, font-awesome.min.css */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

/* line 4, font-awesome.min.css */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 4, font-awesome.min.css */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 4, font-awesome.min.css */
.fa-slack:before {
  content: "\f198"; }

/* line 4, font-awesome.min.css */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 4, font-awesome.min.css */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 4, font-awesome.min.css */
.fa-openid:before {
  content: "\f19b"; }

/* line 4, font-awesome.min.css */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

/* line 4, font-awesome.min.css */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

/* line 4, font-awesome.min.css */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 4, font-awesome.min.css */
.fa-google:before {
  content: "\f1a0"; }

/* line 4, font-awesome.min.css */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 4, font-awesome.min.css */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 4, font-awesome.min.css */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 4, font-awesome.min.css */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 4, font-awesome.min.css */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 4, font-awesome.min.css */
.fa-digg:before {
  content: "\f1a6"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper-pp:before {
  content: "\f1a7"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 4, font-awesome.min.css */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 4, font-awesome.min.css */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 4, font-awesome.min.css */
.fa-language:before {
  content: "\f1ab"; }

/* line 4, font-awesome.min.css */
.fa-fax:before {
  content: "\f1ac"; }

/* line 4, font-awesome.min.css */
.fa-building:before {
  content: "\f1ad"; }

/* line 4, font-awesome.min.css */
.fa-child:before {
  content: "\f1ae"; }

/* line 4, font-awesome.min.css */
.fa-paw:before {
  content: "\f1b0"; }

/* line 4, font-awesome.min.css */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 4, font-awesome.min.css */
.fa-cube:before {
  content: "\f1b2"; }

/* line 4, font-awesome.min.css */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 4, font-awesome.min.css */
.fa-behance:before {
  content: "\f1b4"; }

/* line 4, font-awesome.min.css */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 4, font-awesome.min.css */
.fa-steam:before {
  content: "\f1b6"; }

/* line 4, font-awesome.min.css */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 4, font-awesome.min.css */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 4, font-awesome.min.css */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

/* line 4, font-awesome.min.css */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

/* line 4, font-awesome.min.css */
.fa-tree:before {
  content: "\f1bb"; }

/* line 4, font-awesome.min.css */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 4, font-awesome.min.css */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 4, font-awesome.min.css */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 4, font-awesome.min.css */
.fa-database:before {
  content: "\f1c0"; }

/* line 4, font-awesome.min.css */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 4, font-awesome.min.css */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 4, font-awesome.min.css */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 4, font-awesome.min.css */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 4, font-awesome.min.css */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

/* line 4, font-awesome.min.css */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 4, font-awesome.min.css */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 4, font-awesome.min.css */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

/* line 4, font-awesome.min.css */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 4, font-awesome.min.css */
.fa-vine:before {
  content: "\f1ca"; }

/* line 4, font-awesome.min.css */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 4, font-awesome.min.css */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 4, font-awesome.min.css */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

/* line 4, font-awesome.min.css */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 4, font-awesome.min.css */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

/* line 4, font-awesome.min.css */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

/* line 4, font-awesome.min.css */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 4, font-awesome.min.css */
.fa-git:before {
  content: "\f1d3"; }

/* line 4, font-awesome.min.css */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

/* line 4, font-awesome.min.css */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 4, font-awesome.min.css */
.fa-qq:before {
  content: "\f1d6"; }

/* line 4, font-awesome.min.css */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

/* line 4, font-awesome.min.css */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

/* line 4, font-awesome.min.css */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 4, font-awesome.min.css */
.fa-history:before {
  content: "\f1da"; }

/* line 4, font-awesome.min.css */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 4, font-awesome.min.css */
.fa-header:before {
  content: "\f1dc"; }

/* line 4, font-awesome.min.css */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 4, font-awesome.min.css */
.fa-sliders:before {
  content: "\f1de"; }

/* line 4, font-awesome.min.css */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 4, font-awesome.min.css */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 4, font-awesome.min.css */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 4, font-awesome.min.css */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

/* line 4, font-awesome.min.css */
.fa-tty:before {
  content: "\f1e4"; }

/* line 4, font-awesome.min.css */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 4, font-awesome.min.css */
.fa-plug:before {
  content: "\f1e6"; }

/* line 4, font-awesome.min.css */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 4, font-awesome.min.css */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 4, font-awesome.min.css */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 4, font-awesome.min.css */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 4, font-awesome.min.css */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 4, font-awesome.min.css */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 4, font-awesome.min.css */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 4, font-awesome.min.css */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 4, font-awesome.min.css */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 4, font-awesome.min.css */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 4, font-awesome.min.css */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 4, font-awesome.min.css */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 4, font-awesome.min.css */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 4, font-awesome.min.css */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 4, font-awesome.min.css */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 4, font-awesome.min.css */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 4, font-awesome.min.css */
.fa-trash:before {
  content: "\f1f8"; }

/* line 4, font-awesome.min.css */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 4, font-awesome.min.css */
.fa-at:before {
  content: "\f1fa"; }

/* line 4, font-awesome.min.css */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 4, font-awesome.min.css */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 4, font-awesome.min.css */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 4, font-awesome.min.css */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 4, font-awesome.min.css */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 4, font-awesome.min.css */
.fa-line-chart:before {
  content: "\f201"; }

/* line 4, font-awesome.min.css */
.fa-lastfm:before {
  content: "\f202"; }

/* line 4, font-awesome.min.css */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 4, font-awesome.min.css */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 4, font-awesome.min.css */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 4, font-awesome.min.css */
.fa-bicycle:before {
  content: "\f206"; }

/* line 4, font-awesome.min.css */
.fa-bus:before {
  content: "\f207"; }

/* line 4, font-awesome.min.css */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 4, font-awesome.min.css */
.fa-angellist:before {
  content: "\f209"; }

/* line 4, font-awesome.min.css */
.fa-cc:before {
  content: "\f20a"; }

/* line 4, font-awesome.min.css */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

/* line 4, font-awesome.min.css */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 4, font-awesome.min.css */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 4, font-awesome.min.css */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 4, font-awesome.min.css */
.fa-dashcube:before {
  content: "\f210"; }

/* line 4, font-awesome.min.css */
.fa-forumbee:before {
  content: "\f211"; }

/* line 4, font-awesome.min.css */
.fa-leanpub:before {
  content: "\f212"; }

/* line 4, font-awesome.min.css */
.fa-sellsy:before {
  content: "\f213"; }

/* line 4, font-awesome.min.css */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 4, font-awesome.min.css */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 4, font-awesome.min.css */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 4, font-awesome.min.css */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 4, font-awesome.min.css */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 4, font-awesome.min.css */
.fa-diamond:before {
  content: "\f219"; }

/* line 4, font-awesome.min.css */
.fa-ship:before {
  content: "\f21a"; }

/* line 4, font-awesome.min.css */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 4, font-awesome.min.css */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 4, font-awesome.min.css */
.fa-street-view:before {
  content: "\f21d"; }

/* line 4, font-awesome.min.css */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 4, font-awesome.min.css */
.fa-venus:before {
  content: "\f221"; }

/* line 4, font-awesome.min.css */
.fa-mars:before {
  content: "\f222"; }

/* line 4, font-awesome.min.css */
.fa-mercury:before {
  content: "\f223"; }

/* line 4, font-awesome.min.css */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

/* line 4, font-awesome.min.css */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 4, font-awesome.min.css */
.fa-venus-double:before {
  content: "\f226"; }

/* line 4, font-awesome.min.css */
.fa-mars-double:before {
  content: "\f227"; }

/* line 4, font-awesome.min.css */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 4, font-awesome.min.css */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 4, font-awesome.min.css */
.fa-neuter:before {
  content: "\f22c"; }

/* line 4, font-awesome.min.css */
.fa-genderless:before {
  content: "\f22d"; }

/* line 4, font-awesome.min.css */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 4, font-awesome.min.css */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 4, font-awesome.min.css */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 4, font-awesome.min.css */
.fa-server:before {
  content: "\f233"; }

/* line 4, font-awesome.min.css */
.fa-user-plus:before {
  content: "\f234"; }

/* line 4, font-awesome.min.css */
.fa-user-times:before {
  content: "\f235"; }

/* line 4, font-awesome.min.css */
.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

/* line 4, font-awesome.min.css */
.fa-viacoin:before {
  content: "\f237"; }

/* line 4, font-awesome.min.css */
.fa-train:before {
  content: "\f238"; }

/* line 4, font-awesome.min.css */
.fa-subway:before {
  content: "\f239"; }

/* line 4, font-awesome.min.css */
.fa-medium:before {
  content: "\f23a"; }

/* line 4, font-awesome.min.css */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

/* line 4, font-awesome.min.css */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 4, font-awesome.min.css */
.fa-opencart:before {
  content: "\f23d"; }

/* line 4, font-awesome.min.css */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 4, font-awesome.min.css */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

/* line 4, font-awesome.min.css */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 4, font-awesome.min.css */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

/* line 4, font-awesome.min.css */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

/* line 4, font-awesome.min.css */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

/* line 4, font-awesome.min.css */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 4, font-awesome.min.css */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 4, font-awesome.min.css */
.fa-object-group:before {
  content: "\f247"; }

/* line 4, font-awesome.min.css */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 4, font-awesome.min.css */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 4, font-awesome.min.css */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 4, font-awesome.min.css */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 4, font-awesome.min.css */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 4, font-awesome.min.css */
.fa-clone:before {
  content: "\f24d"; }

/* line 4, font-awesome.min.css */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

/* line 4, font-awesome.min.css */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

/* line 4, font-awesome.min.css */
.fa-hourglass:before {
  content: "\f254"; }

/* line 4, font-awesome.min.css */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

/* line 4, font-awesome.min.css */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

/* line 4, font-awesome.min.css */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 4, font-awesome.min.css */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 4, font-awesome.min.css */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 4, font-awesome.min.css */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 4, font-awesome.min.css */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 4, font-awesome.min.css */
.fa-trademark:before {
  content: "\f25c"; }

/* line 4, font-awesome.min.css */
.fa-registered:before {
  content: "\f25d"; }

/* line 4, font-awesome.min.css */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 4, font-awesome.min.css */
.fa-gg:before {
  content: "\f260"; }

/* line 4, font-awesome.min.css */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 4, font-awesome.min.css */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 4, font-awesome.min.css */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 4, font-awesome.min.css */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 4, font-awesome.min.css */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 4, font-awesome.min.css */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 4, font-awesome.min.css */
.fa-safari:before {
  content: "\f267"; }

/* line 4, font-awesome.min.css */
.fa-chrome:before {
  content: "\f268"; }

/* line 4, font-awesome.min.css */
.fa-firefox:before {
  content: "\f269"; }

/* line 4, font-awesome.min.css */
.fa-opera:before {
  content: "\f26a"; }

/* line 4, font-awesome.min.css */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 4, font-awesome.min.css */
.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

/* line 4, font-awesome.min.css */
.fa-contao:before {
  content: "\f26d"; }

/* line 4, font-awesome.min.css */
.fa-500px:before {
  content: "\f26e"; }

/* line 4, font-awesome.min.css */
.fa-amazon:before {
  content: "\f270"; }

/* line 4, font-awesome.min.css */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 4, font-awesome.min.css */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 4, font-awesome.min.css */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 4, font-awesome.min.css */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 4, font-awesome.min.css */
.fa-industry:before {
  content: "\f275"; }

/* line 4, font-awesome.min.css */
.fa-map-pin:before {
  content: "\f276"; }

/* line 4, font-awesome.min.css */
.fa-map-signs:before {
  content: "\f277"; }

/* line 4, font-awesome.min.css */
.fa-map-o:before {
  content: "\f278"; }

/* line 4, font-awesome.min.css */
.fa-map:before {
  content: "\f279"; }

/* line 4, font-awesome.min.css */
.fa-commenting:before {
  content: "\f27a"; }

/* line 4, font-awesome.min.css */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 4, font-awesome.min.css */
.fa-houzz:before {
  content: "\f27c"; }

/* line 4, font-awesome.min.css */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 4, font-awesome.min.css */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 4, font-awesome.min.css */
.fa-fonticons:before {
  content: "\f280"; }

/* line 4, font-awesome.min.css */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 4, font-awesome.min.css */
.fa-edge:before {
  content: "\f282"; }

/* line 4, font-awesome.min.css */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 4, font-awesome.min.css */
.fa-codiepie:before {
  content: "\f284"; }

/* line 4, font-awesome.min.css */
.fa-modx:before {
  content: "\f285"; }

/* line 4, font-awesome.min.css */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 4, font-awesome.min.css */
.fa-usb:before {
  content: "\f287"; }

/* line 4, font-awesome.min.css */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 4, font-awesome.min.css */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 4, font-awesome.min.css */
.fa-scribd:before {
  content: "\f28a"; }

/* line 4, font-awesome.min.css */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 4, font-awesome.min.css */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 4, font-awesome.min.css */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 4, font-awesome.min.css */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 4, font-awesome.min.css */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 4, font-awesome.min.css */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 4, font-awesome.min.css */
.fa-hashtag:before {
  content: "\f292"; }

/* line 4, font-awesome.min.css */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 4, font-awesome.min.css */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 4, font-awesome.min.css */
.fa-percent:before {
  content: "\f295"; }

/* line 4, font-awesome.min.css */
.fa-gitlab:before {
  content: "\f296"; }

/* line 4, font-awesome.min.css */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 4, font-awesome.min.css */
.fa-wpforms:before {
  content: "\f298"; }

/* line 4, font-awesome.min.css */
.fa-envira:before {
  content: "\f299"; }

/* line 4, font-awesome.min.css */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 4, font-awesome.min.css */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 4, font-awesome.min.css */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 4, font-awesome.min.css */
.fa-blind:before {
  content: "\f29d"; }

/* line 4, font-awesome.min.css */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 4, font-awesome.min.css */
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 4, font-awesome.min.css */
.fa-braille:before {
  content: "\f2a1"; }

/* line 4, font-awesome.min.css */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 4, font-awesome.min.css */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 4, font-awesome.min.css */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

/* line 4, font-awesome.min.css */
.fa-glide:before {
  content: "\f2a5"; }

/* line 4, font-awesome.min.css */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 4, font-awesome.min.css */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

/* line 4, font-awesome.min.css */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 4, font-awesome.min.css */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 4, font-awesome.min.css */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 4, font-awesome.min.css */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 4, font-awesome.min.css */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 4, font-awesome.min.css */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 4, font-awesome.min.css */
.fa-pied-piper:before {
  content: "\f2ae"; }

/* line 4, font-awesome.min.css */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 4, font-awesome.min.css */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 4, font-awesome.min.css */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 4, font-awesome.min.css */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 4, font-awesome.min.css */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

/* line 4, font-awesome.min.css */
.fa-handshake-o:before {
  content: "\f2b5"; }

/* line 4, font-awesome.min.css */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 4, font-awesome.min.css */
.fa-envelope-open-o:before {
  content: "\f2b7"; }

/* line 4, font-awesome.min.css */
.fa-linode:before {
  content: "\f2b8"; }

/* line 4, font-awesome.min.css */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 4, font-awesome.min.css */
.fa-address-book-o:before {
  content: "\f2ba"; }

/* line 4, font-awesome.min.css */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

/* line 4, font-awesome.min.css */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

/* line 4, font-awesome.min.css */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 4, font-awesome.min.css */
.fa-user-circle-o:before {
  content: "\f2be"; }

/* line 4, font-awesome.min.css */
.fa-user-o:before {
  content: "\f2c0"; }

/* line 4, font-awesome.min.css */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 4, font-awesome.min.css */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

/* line 4, font-awesome.min.css */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

/* line 4, font-awesome.min.css */
.fa-quora:before {
  content: "\f2c4"; }

/* line 4, font-awesome.min.css */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 4, font-awesome.min.css */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 4, font-awesome.min.css */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 4, font-awesome.min.css */
.fa-shower:before {
  content: "\f2cc"; }

/* line 4, font-awesome.min.css */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

/* line 4, font-awesome.min.css */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 4, font-awesome.min.css */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 4, font-awesome.min.css */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 4, font-awesome.min.css */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 4, font-awesome.min.css */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

/* line 4, font-awesome.min.css */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

/* line 4, font-awesome.min.css */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 4, font-awesome.min.css */
.fa-grav:before {
  content: "\f2d6"; }

/* line 4, font-awesome.min.css */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 4, font-awesome.min.css */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 4, font-awesome.min.css */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 4, font-awesome.min.css */
.fa-eercast:before {
  content: "\f2da"; }

/* line 4, font-awesome.min.css */
.fa-microchip:before {
  content: "\f2db"; }

/* line 4, font-awesome.min.css */
.fa-snowflake-o:before {
  content: "\f2dc"; }

/* line 4, font-awesome.min.css */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 4, font-awesome.min.css */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 4, font-awesome.min.css */
.fa-meetup:before {
  content: "\f2e0"; }

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

/* line 4, font-awesome.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'plus';
  src: url("plus.eot");
  src: url("plus.eot") format("embedded-opentype"), url("plus.ttf") format("truetype"), url("plus.woff") format("woff"), url("plus.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oval';
  src: url("oval.eot");
  src: url("oval.eot") format("embedded-opentype"), url("oval.ttf") format("truetype"), url("oval.woff") format("woff"), url("oval.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bamblby';
  src: url("bamblby-fonts.eot");
  src: url("bamblby-fonts.eot") format("embedded-opentype"), url("bamblby-fonts.ttf") format("truetype"), url("bamblby-fonts.woff") format("woff");
  font-weight: normal;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@font-face {
  font-family: 'Check';
  src: url("check.ttf") format("truetype"), url("check.woff") format("woff");
  font-weight: normal;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
/* line 13, insales.ui.swiper.css */
:root {
  --swiper-theme-color: #007aff; }

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

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

/* line 13, 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 13, insales.ui.swiper.css */
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

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

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

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

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

/* line 13, insales.ui.swiper.css */
.swiper-slide-invisible-blank {
  visibility: hidden; }

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

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

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

/* line 13, 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 13, 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 13, insales.ui.swiper.css */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

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

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

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

/* line 13, insales.ui.swiper.css */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 13, insales.ui.swiper.css */
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

/* line 13, insales.ui.swiper.css */
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

/* line 13, insales.ui.swiper.css */
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

/* line 13, insales.ui.swiper.css */
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* line 13, insales.ui.swiper.css */
:root {
  --swiper-navigation-size: 44px; }

/* line 13, insales.ui.swiper.css */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

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

/* line 13, insales.ui.swiper.css */
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

/* line 13, insales.ui.swiper.css */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

/* line 13, insales.ui.swiper.css */
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

/* line 13, insales.ui.swiper.css */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

/* line 13, insales.ui.swiper.css */
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

/* line 13, insales.ui.swiper.css */
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

/* line 13, insales.ui.swiper.css */
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000; }

/* line 13, insales.ui.swiper.css */
.swiper-button-lock {
  display: none; }

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

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

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

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

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

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

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

/* line 13, insales.ui.swiper.css */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

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

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

/* line 13, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

/* line 13, insales.ui.swiper.css */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

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

/* line 13, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

/* line 13, insales.ui.swiper.css */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

/* line 13, insales.ui.swiper.css */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

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

/* line 13, insales.ui.swiper.css */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

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

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

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

/* line 13, insales.ui.swiper.css */
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

/* line 13, insales.ui.swiper.css */
.swiper-pagination-lock {
  display: none; }

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

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

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

/* line 13, 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 13, insales.ui.swiper.css */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 13, insales.ui.swiper.css */
.swiper-scrollbar-lock {
  display: none; }

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

/* line 13, 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 13, insales.ui.swiper.css */
.swiper-slide-zoomed {
  cursor: move; }

/* line 13, 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 infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

/* line 13, insales.ui.swiper.css */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

/* line 13, insales.ui.swiper.css */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* line 13, insales.ui.swiper.css */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

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

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

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

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

/* line 13, insales.ui.swiper.css */
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

/* line 13, 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 13, 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 {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

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

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

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

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

/* line 13, insales.ui.swiper.css */
.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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-enabled {
  overflow: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* line 1, jquery.fancybox.min.css */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

/* line 1, jquery.fancybox.min.css */
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/* line 1, jquery.fancybox.min.css */
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

/* line 1, jquery.fancybox.min.css */
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

/* line 1, jquery.fancybox.min.css */
.fancybox-toolbar {
  top: 0;
  right: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--image {
  overflow: visible; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--image:before {
  display: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--next {
  z-index: 99995; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

/* line 1, jquery.fancybox.min.css */
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

/* line 1, jquery.fancybox.min.css */
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* line 1, jquery.fancybox.min.css */
.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-spaceball {
  z-index: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

/* line 1, jquery.fancybox.min.css */
.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

/* line 1, jquery.fancybox.min.css */
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

/* line 1, jquery.fancybox.min.css */
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

/* line 1, jquery.fancybox.min.css */
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

/* line 1, jquery.fancybox.min.css */
.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--left {
  border-bottom-left-radius: 5px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--right {
  border-bottom-right-radius: 5px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow--right {
  right: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

/* line 1, jquery.fancybox.min.css */
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

/* line 1, jquery.fancybox.min.css */
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 1, jquery.fancybox.min.css */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

/* line 1, jquery.fancybox.min.css */
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  /* line 1, jquery.fancybox.min.css */
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }
/* line 1, jquery.fancybox.min.css */
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

/* line 1, jquery.fancybox.min.css */
.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  /* line 1, jquery.fancybox.min.css */
  .fancybox-button--thumbs {
    display: inline-block; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-button--thumbs span {
    font-size: 23px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }

  /* line 1, jquery.fancybox.min.css */
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  /* line 1, jquery.fancybox.min.css */
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }
/* line 1, _scaffolding.scss */
html {
  height: 100%; }

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

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

/* line 21, _scaffolding.scss */
.container, .reviews-slider-container, .slider-container {
  width: 100%; }

/*************** SCROLLBAR BASE CSS ***************/
/* line 3, jquery.scrollbar.css */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

/* line 9, jquery.scrollbar.css */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

/* line 24, jquery.scrollbar.css */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

/* line 29, jquery.scrollbar.css */
.scroll-element {
  display: none; }

/* line 32, jquery.scrollbar.css */
.scroll-element, .scroll-element div {
  box-sizing: content-box; }

/* line 36, jquery.scrollbar.css */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

/* line 41, jquery.scrollbar.css */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

/* line 46, jquery.scrollbar.css */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

/* line 50, jquery.scrollbar.css */
.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

/* line 53, jquery.scrollbar.css */
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

/* line 67, jquery.scrollbar.css */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 82, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

/* line 92, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

/* line 100, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

/* line 107, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

/* line 114, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

/* line 118, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

/* line 126, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

/* line 133, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

/* line 134, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

/* line 135, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

/* line 136, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
/* line 141, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

/* line 142, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

/* line 145, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

/* line 146, jquery.scrollbar.css */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
/* line 159, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

/* line 169, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

/* line 173, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

/* line 181, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

/* line 188, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

/* line 195, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

/* line 196, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

/* line 198, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

/* line 199, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

/* line 201, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

/* line 209, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

/* line 210, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

/* line 211, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
/* line 216, jquery.scrollbar.css */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

/* line 217, jquery.scrollbar.css */
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

/* line 219, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

/* line 220, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
/* line 225, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

/* line 226, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

/* line 228, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

/* line 229, jquery.scrollbar.css */
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
/* line 242, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

/* line 253, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

/* line 261, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

/* line 262, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

/* line 280, jquery.scrollbar.css */
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

/* line 288, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

/* line 297, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
/* line 306, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

/* line 307, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

/* line 309, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

/* line 310, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

/* line 312, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

/* line 313, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
/* line 316, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

/* line 317, jquery.scrollbar.css */
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
/* line 330, jquery.scrollbar.css */
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

/* line 340, jquery.scrollbar.css */
.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

/* line 344, jquery.scrollbar.css */
.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

/* line 352, jquery.scrollbar.css */
.scrollbar-light > .scroll-element .scroll-element_outer {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* line 358, jquery.scrollbar.css */
.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -o-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* line 373, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

/* line 381, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

/* line 389, jquery.scrollbar.css */
.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -o-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
/* line 407, jquery.scrollbar.css */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

/* line 408, jquery.scrollbar.css */
.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

/* line 410, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

/* line 411, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

/* line 413, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

/* line 414, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

/* line 416, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

/* line 417, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
/* line 421, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

/* line 422, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

/* line 424, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

/* line 425, jquery.scrollbar.css */
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
/* line 438, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

/* line 449, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

/* line 453, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

/* line 461, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

/* line 466, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

/* line 471, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

/* line 480, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

/* line 489, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

/* line 499, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
/* line 505, jquery.scrollbar.css */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

/* line 506, jquery.scrollbar.css */
.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

/* line 508, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

/* line 509, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

/* line 511, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

/* line 512, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

/* line 514, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

/* line 515, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
/* line 519, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

/* line 520, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

/* line 522, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

/* line 523, jquery.scrollbar.css */
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
/* line 536, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  background: #F0E8F8;
  border-radius: 3px; }

/* line 547, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

/* line 555, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

/* line 563, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

/* line 571, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 578, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #F0E8F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s; }

/* line 592, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #681DBD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* scrollbar height/width & offset from container borders */
/* line 602, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

/* line 608, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

/* line 615, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s; }

/* line 627, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s; }

/* line 639, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

/* line 640, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
/* line 645, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

/* line 646, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
/* line 651, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

/* line 659, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

/* line 663, jquery.scrollbar.css */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
/* line 684, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

/* line 695, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

/* line 699, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

/* line 709, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

/* line 714, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

/* line 722, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

/* line 730, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

/* line 740, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

/* line 745, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
/* line 752, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

/* line 753, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

/* line 755, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

/* line 756, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

/* line 758, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

/* line 759, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

/* line 760, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

/* line 762, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

/* line 763, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

/* line 764, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
/* line 768, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

/* line 769, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

/* line 771, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

/* line 772, jquery.scrollbar.css */
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/* line 1, _components.scss */
.container, .reviews-slider-container, .slider-container {
  max-width: 1252px; }

/* line 5, _components.scss */
.row {
  margin-left: -10px;
  margin-right: -10px; }

/* line 10, _components.scss */
[class*="cell-"] {
  padding-left: 10px;
  padding-right: 10px; }

/** layout */
/* line 17, _components.scss */
.fhg-body {
  height: 100%; }

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

/* line 27, _components.scss */
button, input, select, textarea {
  border-radius: 0.15rem; }

/* line 31, _components.scss */
.table_list .table_list_item {
  border-bottom: 1px dashed #C2A4E4;
  color: #626262;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  padding: 5px 0; }
  /* line 32, _components.scss */
  .table_list .table_list_item .value {
    color: #1D1D1D; }

@media screen and (max-width: 480px) {
  /* line 36, _components.scss */
  .table_list .table_list_item {
    font-size: 12px; } }
/* line 42, _components.scss */
.editor {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: inherit;
  /*
  pre {
    display: block;
    margin-bottom: 0.5rem;

    white-space: normal;

    * + & {
      margin-top: 0.5rem;
    }
  }
  */ }
  /* line 49, _components.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    margin-bottom: 1rem; }
  /* line 58, _components.scss */
  .editor p {
    word-wrap: break-word;
    color: #1d1d1d; }
  /* line 63, _components.scss */
  .editor img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto !important;
    margin: 0 10px 10px 0; }
  /* line 70, _components.scss */
  .editor table {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    padding: 3px; }
    /* line 76, _components.scss */
    .editor table:before, .editor table:after {
      display: block;
      content: ''; }
    /* line 82, _components.scss */
    .editor table td {
      border: 1px solid #eeeeee;
      padding: 0.5rem; }
  /* line 88, _components.scss */
  .editor a {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .editor a:active, .editor a:focus, .editor a:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 105, _components.scss */
table.styled {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  overflow-x: auto;
  padding: 3px;
  color: #626262;
  font-size: 15px; }
  /* line 111, _components.scss */
  table.styled:before, table.styled:after {
    display: block;
    content: ''; }
  /* line 117, _components.scss */
  table.styled td {
    border: 1px solid #F0E8F8;
    padding: 3px 5px;
    text-align: center; }
  /* line 121, _components.scss */
  table.styled th {
    font-weight: 500;
    color: #681DBD;
    padding: 3px 5px;
    text-align: center; }
  /* line 122, _components.scss */
  table.styled tr:not(:first-child):hover > td {
    background: #F0E8F8; }

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

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

/* line 141, _components.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background: #681DBD;
  border: 0;
  box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1);
  border-radius: 29px;
  width: 60px;
  height: 60px;
  outline: none !important;
  left: -12px; }
  /* line 143, _components.scss */
  .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
    background: #3E1171; }
  /* line 144, _components.scss */
  .swiper-button-prev.is-disabled, .swiper-container-rtl .swiper-button-next.is-disabled {
    opacity: 0.4; }
  /* line 145, _components.scss */
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 16px;
    left: calc(50% - 4px);
    top: calc(50% - 8px);
    background: url(arrow-right.svg);
    transform: rotateY(180deg); }

/* line 147, _components.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: #681DBD;
  border: 0;
  box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1);
  border-radius: 29px;
  width: 60px;
  height: 60px;
  outline: none !important;
  right: -12px; }
  /* line 149, _components.scss */
  .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover {
    background: #3E1171; }
  /* line 150, _components.scss */
  .swiper-button-next.is-disabled, .swiper-container-rtl .swiper-button-prev.is-disabled {
    opacity: 0.4; }
  /* line 151, _components.scss */
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 16px;
    left: calc(50% - 4px);
    top: calc(50% - 8px);
    background: url(arrow-right.svg); }

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

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

/* line 176, _components.scss */
.pagination-item {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  height: 36px; }
  /* line 181, _components.scss */
  .pagination-item.is-current > span {
    background: #681DBD;
    color: #fff; }

/* line 185, _components.scss */
.pagination-link {
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  min-width: 36px;
  line-height: 36px;
  height: 36px;
  border-radius: 50%;
  background: no-repeat 50%;
  text-align: center;
  margin-left: 0.5rem;
  font-size: 1.25rem;
  -webkit-transition: none;
  transition: none; }
  /* line 499, _mixins.scss */
  .pagination-link:active, .pagination-link:focus, .pagination-link:hover {
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 185, _components.scss */
    .pagination-link {
      margin-left: 0.35rem; } }
  /* line 197, _components.scss */
  .pagination-link:hover {
    background-color: #F0E8F8; }
  /* line 201, _components.scss */
  .pagination-link.pagination-prev {
    background-image: url(arrow-nav.svg);
    transform: rotate(180deg); }
  /* line 204, _components.scss */
  .pagination-link.pagination-next {
    background-image: url(arrow-nav.svg); }

/* line 209, _components.scss */
.pagination-void {
  vertical-align: middle;
  display: block;
  text-align: center;
  margin: 0 0.25rem; }

/* line 220, _components.scss */
.notice {
  margin-top: 0.5rem;
  display: block;
  font-weight: bold;
  color: #616161;
  margin-bottom: 3rem; }
  /* line 515, _mixins.scss */
  .notice h2,
  .notice h3,
  .notice h4 {
    margin-top: 0;
    color: inherit; }
  /* line 524, _mixins.scss */
  .notice > p:last-child,
  .notice > ul:last-child {
    margin-bottom: 0; }
  /* line 529, _mixins.scss */
  .notice > p + p {
    margin-top: 0.5em; }
  /* line 225, _components.scss */
  .notice.is-success {
    color: #616161; }
    /* line 539, _mixins.scss */
    .notice.is-success hr {
      border-top-color: #4cae4c; }
    /* line 543, _mixins.scss */
    .notice.is-success a {
      color: #060f06; }
  /* line 230, _components.scss */
  .notice.is-info {
    color: #616161; }
    /* line 539, _mixins.scss */
    .notice.is-info hr {
      border-top-color: #262626; }
    /* line 543, _mixins.scss */
    .notice.is-info a {
      color: black; }
    /* line 458, _mixins.scss */
    .notice.is-info.icon-warning:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 240, _components.scss */
  .notice.is-error {
    margin: 0.5rem 0;
    color: #616161; }
    /* line 539, _mixins.scss */
    .notice.is-error hr {
      border-top-color: #ff0812; }
    /* line 543, _mixins.scss */
    .notice.is-error a {
      color: #210001; }
  /* line 245, _components.scss */
  .notice.is-warning {
    color: #616161; }
    /* line 539, _mixins.scss */
    .notice.is-warning hr {
      border-top-color: #eea236; }
    /* line 543, _mixins.scss */
    .notice.is-warning a {
      color: #3a2405; }

/* line 253, _components.scss */
.product-slider-heading:not(.tab-toggle), .feedback-heading, .views-tovar-heading, .comments-heading, .article-preview-heading {
  font-weight: normal;
  margin: 0; }

/* line 258, _components.scss */
.product-slider-heading:not(.tab-toggle) {
  font-size: 36px; }

/* line 264, _components.scss */
.feedback-heading, .views-tovar-heading {
  font-size: 1.25rem; }

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

/* line 319, _components.scss */
.news-feed .product-slider-heading, .void-place .product-slider-heading {
  font-size: 1.5rem; }
/* line 323, _components.scss */
.news-feed .product-slider-heading-wrapper, .void-place .product-slider-heading-wrapper {
  margin-left: 0; }
/* line 327, _components.scss */
.news-feed .article-preview-caption, .void-place .article-preview-caption {
  padding: 0; }

/* line 333, _components.scss */
.compares-widget-link {
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  white-space: nowrap; }
  /* line 499, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 338, _components.scss */
  .compares-widget-link:hover * {
    border-color: #681dbd;
    color: #681dbd; }

/* line 344, _components.scss */
.compare-widget-icon-header {
  display: block;
  background: url(compare.svg) no-repeat;
  width: 18px;
  height: 17px; }

/* line 349, _components.scss */
.compare-widget-caption {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  transition: none;
  color: #681dbd;
  text-decoration: none;
  font-size: 1.3rem;
  position: relative;
  position: relative;
  vertical-align: middle;
  padding: 1rem 0.8rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem; }
  /* line 499, _mixins.scss */
  .compare-widget-caption:active, .compare-widget-caption:focus, .compare-widget-caption:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 371, _components.scss */
.counter {
  width: 7.75rem;
  border: 1px solid #C2A4E4;
  box-shadow: inset 1px 1px 6px rgba(42, 46, 177, 0.06);
  border-radius: 54px;
  padding: 2px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  /* line 384, _components.scss */
  .counter.hidden-counter {
    width: 3rem; }
    /* line 387, _components.scss */
    .counter.hidden-counter .counter-button {
      display: none; }
    /* line 391, _components.scss */
    .counter.hidden-counter .counter-input {
      border: 1px solid #c2a4e4;
      outline: none; }
      /* line 395, _components.scss */
      .counter.hidden-counter .counter-input:focus {
        -webkit-box-shadow: 0px 0px 2px #681dbd;
        box-shadow: 0px 0px 2px #681dbd; }

/* line 404, _components.scss */
.counter-button {
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  padding: 0;
  border: none;
  height: 2rem;
  font-size: 0.5rem;
  color: #681dbd;
  background-color: #F0F0F0;
  border-radius: 50%;
  position: relative; }
  /* line 418, _components.scss */
  .counter-button:before {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    top: 15px;
    left: 9px;
    background: #681dbd;
    position: absolute; }
  /* line 419, _components.scss */
  .counter-button.is-count-up:after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    top: 15px;
    left: 9px;
    background: #681dbd;
    position: absolute;
    transform: rotate(90deg); }
  /* line 420, _components.scss */
  .counter-button:hover, .counter-button:focus {
    color: #fff;
    outline: none;
    background: #3E1171; }
    /* line 425, _components.scss */
    .counter-button:hover:before, .counter-button:hover:after, .counter-button:focus:before, .counter-button:focus:after {
      background: #fff; }

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

/* line 433, _components.scss */
.counter-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1rem;
  height: 32px;
  border: none;
  color: #626262;
  font-weight: 600;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0; }
  /* line 445, _components.scss */
  .counter-input:focus {
    outline: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

/* line 477, _components.scss */
.search-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #e9b33d;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #23b5ce; }
  @media screen and (max-width: 1024px) {
    /* line 488, _components.scss */
    .search-widget-wrapper .top-panel-open-search {
      font-size: 1.2rem; } }
  /* line 493, _components.scss */
  .search-widget-wrapper.only-button {
    border: none;
    padding: inherit; }

/* line 501, _components.scss */
.search-widget.in-page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  /* line 510, _components.scss */
  .search-widget.in-page .search-widget-button {
    color: #eeeeee;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    width: 2rem;
    line-height: 2.5rem;
    vertical-align: top;
    padding: 0;
    background-color: #681dbd;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 1px;
    border-radius: 0;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s; }
    /* line 532, _components.scss */
    .search-widget.in-page .search-widget-button:hover {
      background-color: #812edf;
      color: white; }

/* line 541, _components.scss */
.header-block .search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2rem;
  line-height: 2rem;
  min-width: 3rem;
  background-color: #e9b33d;
  color: #23b5ce;
  margin-left: 0.25rem;
  padding: 0 0.3rem;
  border: none;
  outline: none; }
  /* line 625, _mixins.scss */
  .header-block .search-widget-field::-moz-placeholder {
    color: #23b5ce;
    opacity: 1; }
  /* line 630, _mixins.scss */
  .header-block .search-widget-field:-ms-input-placeholder {
    color: #23b5ce;
    opacity: 1; }
  /* line 635, _mixins.scss */
  .header-block .search-widget-field::-webkit-input-placeholder {
    color: #23b5ce;
    opacity: 1; }
  /* line 641, _mixins.scss */
  .header-block .search-widget-field:focus::-moz-placeholder {
    color: #23b5ce;
    opacity: 1; }
  /* line 646, _mixins.scss */
  .header-block .search-widget-field:focus:-ms-input-placeholder {
    color: #23b5ce;
    opacity: 1; }
  /* line 651, _mixins.scss */
  .header-block .search-widget-field:focus::-webkit-input-placeholder {
    color: #23b5ce;
    opacity: 0; }
  /* line 557, _components.scss */
  .header-block .search-widget-field:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #e9b33d !important;
    /* Цвет фона */
    -webkit-text-fill-color: #23b5ce !important;
    /* цвет текста */
    color: #23b5ce !important;
    /* цвет текста */ }

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

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

/* line 574, _components.scss */
.alertify.ajs-basic .ajs-commands {
  top: 0; }
/* line 575, _components.scss */
.alertify.ajs-basic .ajs-header, .alertify.ajs-basic .m-modal-heading, .alertify.ajs-basic .ajs-footer {
  display: none; }
/* line 576, _components.scss */
.alertify.ajs-basic .ajs-dialog {
  max-width: 1000px;
  padding: 30px; }

/* line 579, _components.scss */
.footer-block {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 584, _components.scss */
  .footer-block a {
    color: #23b5ce;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    text-decoration: none; }
    /* line 588, _components.scss */
    .footer-block a:hover {
      color: #23b5ce; }
  /* line 593, _components.scss */
  .footer-block img {
    height: auto;
    width: auto; }
  /* line 598, _components.scss */
  .footer-block .phone {
    margin-bottom: 0.5rem; }

/* line 603, _components.scss */
.ajs-body {
  min-height: 5rem; }

/* line 607, _components.scss */
.search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.5rem;
  min-width: 3rem;
  border: 1px solid #c2a4e4;
  padding: 0.35rem 0;
  outline: none;
  padding-left: 0.75rem;
  padding-right: 2rem; }
  /* line 620, _components.scss */
  .search-widget-field:focus {
    border: 1px solid #681dbd; }

/* line 626, _components.scss */
.search-widget-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  position: relative; }
  /* line 458, _mixins.scss */
  .search-widget-button:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 0.85rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%); }

/* line 644, _components.scss */
.search-widget.in-search-panel .search-widget-button.is-widget-submit {
  color: #681dbd;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 649, _components.scss */
  .search-widget.in-search-panel .search-widget-button.is-widget-submit:hover {
    background-color: transparent;
    color: #681dbd; }

/* line 656, _components.scss */
input[type="checkbox"] {
  display: none; }
  /* line 657, _components.scss */
  input[type="checkbox"] + label:before {
    content: "";
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: transparent;
    margin-right: 14px;
    position: relative;
    border: 2px solid #626262;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle; }
  /* line 658, _components.scss */
  input[type="checkbox"]:checked + label {
    position: relative; }
    /* line 659, _components.scss */
    input[type="checkbox"]:checked + label:before {
      background-color: #681dbd;
      border-color: #681dbd; }
    /* line 660, _components.scss */
    input[type="checkbox"]:checked + label:after {
      font: 14px FontAwesome;
      content: "\f00c";
      left: 5px;
      top: 7px;
      color: #fff;
      position: absolute; }

/* line 667, _components.scss */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: none;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  line-height: 1rem;
  box-shadow: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  line-height: 30px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 28px;
  min-width: 114px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 48px;
  box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1); }
  /* line 257, _mixins.scss */
  .button:active, .co-button[type="submit"]:active, .co-button[name="commit"]:active, .co-button[data-method="delete"]:active, .co-button.co-button--small:active, .co-modal-button:active, .co-tabs-node:active, .button:focus, .co-button[type="submit"]:focus, .co-button[name="commit"]:focus, .co-button[data-method="delete"]:focus, .co-button.co-button--small:focus, .co-modal-button:focus, .co-tabs-node:focus {
    outline: 0; }
  /* line 262, _mixins.scss */
  .button:hover, .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover, .co-modal-button:hover, .co-tabs-node:hover {
    text-decoration: none;
    background-color: #681dbd; }
  /* line 267, _mixins.scss */
  .button.disabled, .disabled.co-button[type="submit"], .disabled.co-button[name="commit"], .disabled.co-button[data-method="delete"], .disabled.co-button.co-button--small, .disabled.co-modal-button, .disabled.co-tabs-node, .button[disabled], [disabled].co-button[type="submit"], [disabled].co-button[name="commit"], [disabled].co-button[data-method="delete"], [disabled].co-button.co-button--small, [disabled].co-modal-button, [disabled].co-tabs-node, fieldset[disabled] .button, fieldset[disabled] .co-button[type="submit"], fieldset[disabled] .co-button[name="commit"], fieldset[disabled] .co-button[data-method="delete"], fieldset[disabled] .co-button.co-button--small, fieldset[disabled] .co-modal-button, fieldset[disabled] .co-tabs-node {
    cursor: not-allowed; }
  /* line 674, _components.scss */
  .button.is-primary, input.button, input.co-button[type="submit"], input.co-button[name="commit"], input.co-button[data-method="delete"], input.co-button.co-button--small, input.co-modal-button, input.co-tabs-node, .m-modal-button, .button.form-button, .form-button.co-button[type="submit"], .form-button.co-button[name="commit"], .form-button.co-button[data-method="delete"], .form-button.co-button.co-button--small, .form-button.co-modal-button, .form-button.co-tabs-node, .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 {
    background: #681DBD; }
    /* line 676, _components.scss */
    .button.is-primary:hover, input.button:hover, input.co-button[type="submit"]:hover, input.co-button[name="commit"]:hover, input.co-button[data-method="delete"]:hover, input.co-button.co-button--small:hover, input.co-modal-button:hover, input.co-tabs-node:hover, .m-modal-button:hover, .button.form-button:hover, .form-button.co-button[type="submit"]:hover, .form-button.co-button[name="commit"]:hover, .form-button.co-button[data-method="delete"]:hover, .form-button.co-button.co-button--small:hover, .form-button.co-modal-button:hover, .form-button.co-tabs-node: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: #3E1171;
      color: #fff; }
    /* line 677, _components.scss */
    .button.is-primary:active, input.button:active, input.co-button[type="submit"]:active, input.co-button[name="commit"]:active, input.co-button[data-method="delete"]:active, input.co-button.co-button--small:active, input.co-modal-button:active, input.co-tabs-node:active, .m-modal-button:active, .button.form-button:active, .form-button.co-button[type="submit"]:active, .form-button.co-button[name="commit"]:active, .form-button.co-button[data-method="delete"]:active, .form-button.co-button.co-button--small:active, .form-button.co-modal-button:active, .form-button.co-tabs-node: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 {
      background: #681DBD;
      color: #fff; }
  /* line 680, _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 {
    background: #fff;
    color: #681DBD; }
    /* line 682, _components.scss */
    .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: #F0E8F8;
      color: #681DBD; }
    /* line 683, _components.scss */
    .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 {
      background: #C2A4E4;
      color: #3E1171; }
  /* line 688, _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;
    box-shadow: none;
    border-radius: 0; }
  /* line 693, _components.scss */
  .button.is-filter-section-clear, .is-filter-section-clear.co-button[type="submit"], .is-filter-section-clear.co-button[name="commit"], .is-filter-section-clear.co-button[data-method="delete"], .is-filter-section-clear.co-button.co-button--small, .is-filter-section-clear.co-modal-button, .is-filter-section-clear.co-tabs-node {
    margin-right: 0.5rem; }
  /* line 697, _components.scss */
  .button.is-readmore, .is-readmore.co-button[type="submit"], .is-readmore.co-button[name="commit"], .is-readmore.co-button[data-method="delete"], .is-readmore.co-button.co-button--small, .is-readmore.co-modal-button, .is-readmore.co-tabs-node {
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #681dbd;
    color: #eeeeee;
    margin-left: auto; }
    /* line 281, _mixins.scss */
    .button.is-readmore:focus, .is-readmore.co-button[type="submit"]:focus, .is-readmore.co-button[name="commit"]:focus, .is-readmore.co-button[data-method="delete"]:focus, .is-readmore.co-button.co-button--small:focus, .is-readmore.co-modal-button:focus, .is-readmore.co-tabs-node:focus, .button.is-readmore:active, .is-readmore.co-button[type="submit"]:active, .is-readmore.co-button[name="commit"]:active, .is-readmore.co-button[data-method="delete"]:active, .is-readmore.co-button.co-button--small:active, .is-readmore.co-modal-button:active, .is-readmore.co-tabs-node:active, .button.is-readmore:hover, .is-readmore.co-button[type="submit"]:hover, .is-readmore.co-button[name="commit"]:hover, .is-readmore.co-button[data-method="delete"]:hover, .is-readmore.co-button.co-button--small:hover, .is-readmore.co-modal-button:hover, .is-readmore.co-tabs-node:hover {
      background-color: #681dbd;
      color: #eeeeee; }
    /* line 288, _mixins.scss */
    .button.is-readmore:-moz-focus-inner, .is-readmore.co-button[type="submit"]:-moz-focus-inner, .is-readmore.co-button[name="commit"]:-moz-focus-inner, .is-readmore.co-button[data-method="delete"]:-moz-focus-inner, .is-readmore.co-button.co-button--small:-moz-focus-inner, .is-readmore.co-modal-button:-moz-focus-inner, .is-readmore.co-tabs-node:-moz-focus-inner {
      border: 0; }
  /* line 703, _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 {
    min-width: auto;
    width: 20px;
    height: 20px;
    background: #626262;
    mask: url(remove.svg) no-repeat 50%;
    -webkit-mask: url(remove.svg) no-repeat 50%; }
    /* line 706, _components.scss */
    .button.is-item-delete:hover, .is-item-delete.co-button[type="submit"]:hover, .is-item-delete.co-button[name="commit"]:hover, .is-item-delete.co-button[data-method="delete"]:hover, .is-item-delete.co-button.co-button--small:hover, .is-item-delete.co-modal-button:hover, .is-item-delete.co-tabs-node:hover {
      background-color: #231F20; }

/* line 711, _components.scss */
input.button, input.co-button[type="submit"], input.co-button[name="commit"], input.co-button[data-method="delete"], input.co-button.co-button--small, input.co-modal-button, input.co-tabs-node {
  height: 50px;
  line-height: 40px; }

/* line 717, _components.scss */
.fancybox-arrow:focus {
  outline: 0; }

/* line 722, _components.scss */
.co-order-information_value .co-button--small {
  padding: 0.3em 1em; }

/* line 729, _components.scss */
select {
  line-height: inherit;
  cursor: pointer;
  padding: 0.5rem;
  padding-left: 0.75rem; }
  /* line 891, _mixins.scss */
  select:focus {
    outline: none; }
  /* line 895, _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 729, _components.scss */
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 1.25rem;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAAVUlEQVQI12NgwA1Ky0obUfheJZfBjGr5kpcltTDhMteSL+VhUE6VTumb0jKwavuSzyUxSNorDEvfleaXW5V+Kk1Cs6nMrPRDyZeyDCyOqJYvNmUgDABtXBsVW8rhNAAAAABJRU5ErkJggg==") !important;
      background-repeat: no-repeat;
      background-position: right 0.75rem center; } }
  /* line 736, _components.scss */
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

/* line 749, _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;
  margin-bottom: 1rem; }

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

/* line 788, _components.scss */
.form-row.is-text {
  margin-bottom: 22px; }

/* line 797, _components.scss */
.form.is-preorder .form-row.is-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 804, _components.scss */
.form-controls-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  -ms-flex-item-align: center;
  align-self: center; }

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

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

/* line 839, _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 852, _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 867, _components.scss */
.swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* line 868, _components.scss */
.swiper-pagination-bullet {
  margin: 0 5px; }

/* line 872, _components.scss */
.image-text-wrapper {
  margin-bottom: 40px; }

/* line 873, _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; }
  @media screen and (max-width: 768px) {
    /* line 873, _components.scss */
    .image-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 892, _components.scss */
.image-text-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 185px;
  flex: 1 0 185px;
  padding-bottom: 20px;
  max-width: 100%; }
  /* line 898, _components.scss */
  .image-text-container.is-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0; }
  /* line 905, _components.scss */
  .image-text-container.is-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0; }
  /* line 912, _components.scss */
  .image-text-container.is-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  /* line 917, _components.scss */
  .image-text-container.is-center {
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 922, _components.scss */
  .image-text-container.is-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 892, _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 936, _components.scss */
.image-text__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
  padding-bottom: 20px;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 480px) {
    /* line 936, _components.scss */
    .image-text__content {
      margin-top: 0.5rem;
      padding-left: 0; } }

@media screen and (max-width: 480px) {
  /* line 954, _components.scss */
  .image-text-blocks {
    max-height: 400px;
    overflow: hidden;
    position: relative; }
    /* line 955, _components.scss */
    .image-text-blocks:after {
      content: "";
      display: block;
      width: 100%;
      height: 80px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    /* line 956, _components.scss */
    .open .image-text-blocks {
      max-height: none; }
      /* line 956, _components.scss */
      .open .image-text-blocks:after {
        display: none; }

  /* line 958, _components.scss */
  .lnk_toggle_text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-top: 20px; } }
/* line 966, _components.scss */
.reviews-wrapper {
  margin-bottom: 80px;
  background: #E9B33D;
  padding-top: 70px;
  padding-bottom: 65px; }
  /* line 970, _components.scss */
  .reviews-wrapper .swiper-wrapper {
    padding-bottom: 60px; }
  /* line 971, _components.scss */
  .reviews-wrapper .swiper-slide {
    opacity: 0.5; }
  /* line 972, _components.scss */
  .reviews-wrapper .swiper-slide-active {
    opacity: 1; }
  /* line 973, _components.scss */
  .reviews-wrapper .reviews-slider-controls {
    position: absolute;
    left: 50%;
    top: 120px;
    max-width: 1200px;
    width: 100%;
    transform: translateX(-50%);
    z-index: 10; }
  /* line 974, _components.scss */
  .reviews-wrapper .reviews-slider-pagination {
    z-index: 10; }
    /* line 975, _components.scss */
    .reviews-wrapper .reviews-slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
      opacity: 1;
      background: #fff; }

/* line 978, _components.scss */
.reviews-heading {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 50px;
  text-align: center; }

/* line 979, _components.scss */
.review-image {
  box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1);
  border-radius: 50%;
  margin: 0 auto 27px;
  border: 3px solid #E9B33D;
  padding-top: 9px;
  text-align: center;
  min-height: 214px; }

/* line 980, _components.scss */
.user-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 12px;
  word-break: break-word; }

/* line 983, _components.scss */
.user-date {
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFF; }
  /* line 985, _components.scss */
  .user-date:before {
    content: "";
    display: inline-block;
    background: #fff;
    -webkit-mask: url(calendar_o.svg) no-repeat 0 50%;
    mask: url(calendar_o.svg) no-repeat 0 50%;
    height: 18px;
    width: 18px;
    vertical-align: middle; }

/* line 988, _components.scss */
.review-content {
  padding: 40px 45px;
  background: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 17px;
  line-height: 156%;
  position: relative;
  box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1); }
  /* line 990, _components.scss */
  .review-content:after {
    content: '';
    position: absolute;
    top: 40px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 0 0 0 8px;
    transform: rotate(45deg);
    background: linear-gradient(-12deg, white 111%, transparent 17%); }

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

/* line 1001, _components.scss */
.feedback {
  background-color: #eeeeee;
  padding: 0 1.5rem;
  border-radius: 0.15rem; }

/* line 1007, _components.scss */
.feedback + .feedback {
  margin: 2rem 0; }

/* line 1011, _components.scss */
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1rem 0.5rem;
  margin: 0;
  color: #222222; }
  /* line 1033, _components.scss */
  .feedback-form .form-row {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px; }
    @media (max-width: 480px) {
      /* line 1033, _components.scss */
      .feedback-form .form-row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
  /* line 1043, _components.scss */
  .feedback-form .form-consent {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

/* line 1050, _components.scss */
.feedback-heading {
  color: #222222;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 1rem;
  padding-top: 1.25rem; }

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

/* line 1067, _components.scss */
.widget-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 0.25rem;
  width: 100%;
  line-height: 1.5rem;
  min-height: 2rem;
  padding-left: 1rem;
  font-size: 17px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #c2a4e4; }
  /* line 1083, _components.scss */
  .widget-form-field:focus {
    border: 1px solid #681dbd; }

/* line 1088, _components.scss */
.button-widget-feedback {
  width: 100%;
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #681dbd;
  color: #eeeeee; }
  /* line 281, _mixins.scss */
  .button-widget-feedback:focus, .button-widget-feedback:active, .button-widget-feedback:hover {
    background-color: #681dbd;
    color: #eeeeee; }
  /* line 288, _mixins.scss */
  .button-widget-feedback:-moz-focus-inner {
    border: 0; }

/* line 1096, _components.scss */
.co-input-field:focus {
  border: 1px solid #681dbd; }

/* line 1105, _components.scss */
.tabs-button {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c2a4e4;
  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 1127, _components.scss */
.tab-toggle {
  color: #626262;
  -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: 10px 0;
  margin-right: 40px;
  max-width: 100%;
  z-index: 1;
  display: flex;
  flex-flow: column; }
  /* line 499, _mixins.scss */
  .tab-toggle:active, .tab-toggle:focus, .tab-toggle:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 1138, _components.scss */
  .tab-toggle.is-opened {
    z-index: 1;
    color: #681dbd; }
  /* line 1143, _components.scss */
  .tab-toggle:hover {
    color: #681dbd; }
  /* line 1147, _components.scss */
  .tab-toggle:last-of-type {
    margin-right: 0; }

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

/* line 1156, _components.scss */
.tab-block {
  padding-bottom: 1rem;
  max-width: 100%;
  padding-top: 1rem; }

/* line 1166, _components.scss */
.tab-toggle.is-opened:not(.product-slider-heading):after {
  content: '';
  width: 95%;
  height: 2px;
  background-color: #681dbd;
  border-radius: 2px 2px 0 0;
  margin: auto; }
@media screen and (max-width: 768px) {
  /* line 1174, _components.scss */
  .tab-toggle.is-opened:not(.product-slider-heading):after {
    content: unset; } }

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

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

/* line 1190, _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 {
  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;
  color: #681dbd;
  align-items: center; }
  /* line 1201, _components.scss */
  .filter-section-toggle.button .filter-section-name, .filter-section-toggle.co-button[type="submit"] .filter-section-name, .filter-section-toggle.co-button[name="commit"] .filter-section-name, .filter-section-toggle.co-button[data-method="delete"] .filter-section-name, .filter-section-toggle.co-button.co-button--small .filter-section-name, .filter-section-toggle.co-modal-button .filter-section-name, .filter-section-toggle.co-tabs-node .filter-section-name {
    z-index: 9;
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #1D1D1D; }
  /* line 1202, _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 1205, _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: #681dbd; }
  /* line 1210, _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 1212, _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 {
      color: #681DBD; }

/* line 1, _layout.scss */
html {
  font-size: 16px; }

/* line 5, _layout.scss */
body {
  background-color: white;
  background-size: cover;
  font-weight: 500;
  font-size: 17px;
  line-height: 156%;
  font-family: 'Montserrat', Arial, sans-serif;
  title: google:Istok+Web;
  -webkit-font-smoothing: antialiased;
  text-decoration-skip: ink;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-decoration-skip: ink; }

/* line 39, _layout.scss */
.body-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

/* line 45, _layout.scss */
.content-wrapper {
  overflow: hidden;
  padding-bottom: 120px; }

/* line 46, _layout.scss */
a {
  color: #681dbd;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  a:active, a:focus, a:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 47, _layout.scss */
h1 {
  font-size: 36px;
  font-weight: bold; }

/* line 48, _layout.scss */
h2 {
  font-size: 22px;
  font-weight: bold; }

/* line 49, _layout.scss */
h3 {
  font-size: 18px;
  font-weight: bold; }

/* line 50, _layout.scss */
.pos_rel {
  position: relative; }

/* line 51, _layout.scss */
iframe {
  max-width: 100%; }

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

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

/* line 117, _layout.scss */
.top-panel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    /* line 117, _layout.scss */
    .top-panel {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    /* line 117, _layout.scss */
    .top-panel {
      padding: 0;
      flex-wrap: nowrap; } }
  /* line 140, _layout.scss */
  .top-panel.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    opacity: 1;
    width: 100%;
    background-color: #e9b33d;
    -webkit-box-shadow: 0 0 0.25rem #000;
    box-shadow: 0 0 0.25rem #000; }

/* line 151, _layout.scss */
.top-menu-wrapper {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #626262; }
  @media screen and (max-width: 768px) {
    /* line 151, _layout.scss */
    .top-menu-wrapper {
      margin: 0;
      padding: 0; } }

/* line 167, _layout.scss */
.header-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

/* line 179, _layout.scss */
.header-info {
  color: #1d1d1d; }

/* line 183, _layout.scss */
.contacts-top-menu-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 130;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 1rem 0;
  -webkit-box-shadow: 0px 1px 3px #222222;
  box-shadow: 0px 1px 3px #222222; }
  /* line 199, _layout.scss */
  .contacts-top-menu-block *, .contacts-top-menu-block .contact-link {
    color: #681dbd; }

/* line 207, _layout.scss */
.left-header-block .phone {
  margin-bottom: 0.5rem; }
/* line 210, _layout.scss */
.left-header-block .contact-link {
  color: #681dbd;
  text-decoration: none; }

/* line 216, _layout.scss */
.left-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media screen and (max-width: 768px) {
    /* line 216, _layout.scss */
    .left-blocks {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 233, _layout.scss */
.top-menu {
  margin-left: 1rem; }

/* line 237, _layout.scss */
.top-panel-wrapper {
  position: relative;
  z-index: 1;
  background-color: #e9b33d;
  flex: 0 0 auto;
  box-shadow: inset 0px -2px 0px rgba(104, 29, 189, 0.2);
  padding: 12px 0;
  font-weight: bold;
  font-size: 15px; }
  /* line 242, _layout.scss */
  .top-panel-wrapper.z-index {
    z-index: 1000; }
  /* line 246, _layout.scss */
  .top-panel-wrapper li {
    text-transform: uppercase;
    padding: 0 8px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.06em; }
  /* line 247, _layout.scss */
  .top-panel-wrapper a {
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .top-panel-wrapper a:active, .top-panel-wrapper a:focus, .top-panel-wrapper a:hover {
      color: #23b5ce;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 248, _layout.scss */
  .top-panel-wrapper .whatsapp img {
    vertical-align: middle; }
  /* line 249, _layout.scss */
  .top-panel-wrapper .socseti img {
    vertical-align: middle;
    margin-left: 25px; }

/* line 256, _layout.scss */
.form.is-feedback .form-controls-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0; }
  /* line 261, _layout.scss */
  .form.is-feedback .form-controls-wrapper .form-button {
    max-width: 400px;
    height: 50px; }

/* line 266, _layout.scss */
.shopcart-widget-caption {
  margin-left: 0.25rem; }

/* line 270, _layout.scss */
.filter-panel-open-sidebar {
  margin-right: 0.25rem; }
  @media screen and (max-width: 380px) {
    /* line 270, _layout.scss */
    .filter-panel-open-sidebar {
      width: 100%;
      text-align: left;
      text-transform: uppercase;
      font-weight: bold;
      margin-right: 0; } }

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

/* line 296, _layout.scss */
.header-wrapper {
  flex: 0 0 auto;
  position: relative;
  color: #1d1d1d;
  box-shadow: 0px 2px 30px rgba(104, 29, 189, 0.1), 0px 1px 10px rgba(77, 13, 149, 0.1); }
  /* line 300, _layout.scss */
  .header-wrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 98; }
    /* line 301, _layout.scss */
    .header-wrapper.sticky .header {
      display: none; }
    /* line 302, _layout.scss */
    .header-wrapper.sticky .main-menu-item .submenu_drop {
      top: 40px; }
    /* line 303, _layout.scss */
    .header-wrapper.sticky .main-menu-item.level-1 {
      padding-top: 20px;
      padding-bottom: 20px; }
    /* line 304, _layout.scss */
    .header-wrapper.sticky .search_widget-submit, .header-wrapper.sticky .search__form {
      display: none !important; }
    /* line 305, _layout.scss */
    .header-wrapper.sticky + .content-wrapper {
      padding-top: 193px; }

/* line 308, _layout.scss */
.header {
  box-shadow: inset 0px -2px 0px rgba(104, 29, 189, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: normal; }
  @media screen and (min-width: 1201px) {
    /* line 310, _layout.scss */
    .header .container > .row > .cell-4, .header .reviews-slider-container > .row > .cell-4, .header .slider-container > .row > .cell-4 {
      max-width: 27%;
      -ms-flex-preferred-size: 27%;
      flex-basis: 27%; }
    /* line 311, _layout.scss */
    .header .container > .row > .cell-6, .header .reviews-slider-container > .row > .cell-6, .header .slider-container > .row > .cell-6 {
      max-width: 56.33333%;
      -ms-flex-preferred-size: 56.33333%;
      flex-basis: 56.33333%; } }
  /* line 313, _layout.scss */
  .header .button, .header .co-button[type="submit"], .header .co-button[name="commit"], .header .co-button[data-method="delete"], .header .co-button.co-button--small, .header .co-modal-button, .header .co-tabs-node {
    height: 50px;
    line-height: 40px; }
  /* line 314, _layout.scss */
  .header .header-right > .but_calculation {
    padding: 5px 28px;
    margin: 0 10px;
    float: left; }
  @media screen and (min-width: 1025px) and (max-width: 1200px) {
    /* line 316, _layout.scss */
    .header .cell-logo {
      max-width: 28.33333%;
      -ms-flex-preferred-size: 28.33333%;
      flex-basis: 28.33333%; }
    /* line 317, _layout.scss */
    .header .cell-phone {
      max-width: 21.66667%;
      -ms-flex-preferred-size: 21.66667%;
      flex-basis: 21.66667%; } }

/* line 321, _layout.scss */
.search__form .container, .search__form .reviews-slider-container, .search__form .slider-container {
  position: relative; }
/* line 322, _layout.scss */
.search__form .form_wrap {
  border: 2px solid #681DBD;
  border-radius: 25px;
  height: 50px;
  display: inline-block;
  width: 49%;
  padding: 10px 22px;
  position: relative; }
/* line 323, _layout.scss */
.search__form .search__input {
  width: 100%;
  border: none;
  background: none;
  font-size: 17px;
  outline: none; }
/* line 324, _layout.scss */
.search__form .search__button {
  width: 131px;
  height: 50px;
  position: absolute;
  top: -2px;
  right: -3px; }
/* line 325, _layout.scss */
.search__form .close {
  width: 32px;
  height: 32px;
  background: #626262;
  mask: url(close.svg) no-repeat;
  -webkit-mask: url(close.svg) no-repeat;
  display: inline-block;
  -webkit-mask-size: contain;
  vertical-align: middle;
  margin: 0 30px 0 45px; }
  /* line 326, _layout.scss */
  .search__form .close:hover {
    background: #c2a4e4; }
  /* line 327, _layout.scss */
  .search__form .close:active {
    background: #681dbd; }
/* line 329, _layout.scss */
.search__form #result-ajax {
  display: none; }
  /* line 330, _layout.scss */
  .search__form #result-ajax ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    padding: 20px 38px;
    box-shadow: 0px 2px 30px rgba(104, 29, 189, 0.1), 0px 1px 10px rgba(77, 13, 149, 0.1);
    border-radius: 10px;
    width: 598px;
    max-width: 100%;
    right: 128px;
    position: absolute;
    z-index: 98;
    top: 60px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%; }
  /* line 331, _layout.scss */
  .search__form #result-ajax li {
    margin-bottom: 15px; }
  /* line 332, _layout.scss */
  .search__form #result-ajax img {
    margin-right: 20px;
    width: 83px; }
  /* line 333, _layout.scss */
  .search__form #result-ajax .title {
    display: inline-block;
    max-width: 300px;
    paddin-top: 30px; }
  /* line 334, _layout.scss */
  .search__form #result-ajax .search-item-price {
    color: #681DBD;
    display: inline-block;
    width: 110px;
    text-align: right; }
/* line 336, _layout.scss */
.header-wrapper .search__form {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  display: none;
  background: #fff;
  padding: 15px;
  text-align: right; }
/* line 337, _layout.scss */
.search__form.search-widget {
  display: block !important; }
  /* line 338, _layout.scss */
  .search__form.search-widget .form_wrap {
    width: auto;
    display: block; }

/* line 342, _layout.scss */
.block_phone {
  font-weight: bold;
  background: url(phone.svg) no-repeat;
  padding-left: 26px;
  display: inline-block;
  text-transform: uppercase;
  float: left; }
  /* line 343, _layout.scss */
  .block_phone a:first-child {
    color: #1d1d1d;
    -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;
    font-size: 15px; }
    /* line 499, _mixins.scss */
    .block_phone a:first-child:active, .block_phone a:first-child:focus, .block_phone a:first-child:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 344, _layout.scss */
  .block_phone a:last-child {
    color: #681dbd;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    font-size: 12px;
    letter-spacing: 0.08em; }
    /* line 499, _mixins.scss */
    .block_phone a:last-child:active, .block_phone a:last-child:focus, .block_phone a:last-child:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 346, _layout.scss */
  .block_phone + .button, .block_phone + .co-button[type="submit"], .block_phone + .co-button[name="commit"], .block_phone + .co-button[data-method="delete"], .block_phone + .co-button.co-button--small, .block_phone + .co-modal-button, .block_phone + .co-tabs-node {
    width: 215px;
    line-height: 40px;
    height: 50px; }

/* line 349, _layout.scss */
.header-right > a, .header-right > .shopcart-widget > a, .header-right > .compares-widget > a {
  margin-left: 9px;
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block; }
  /* line 499, _mixins.scss */
  .header-right > a:active, .header-right > a:focus, .header-right > a:hover, .header-right > .shopcart-widget > a:active, .header-right > .shopcart-widget > a:focus, .header-right > .shopcart-widget > a:hover, .header-right > .compares-widget > a:active, .header-right > .compares-widget > a:focus, .header-right > .compares-widget > a:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 350, _layout.scss */
  .header-right > a:first-child, .header-right > .shopcart-widget > a:first-child, .header-right > .compares-widget > a:first-child {
    margin: 0; }
/* line 352, _layout.scss */
.header-right .header_icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative; }
/* line 353, _layout.scss */
.header-right a:hover .header_icon {
  box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1);
  border-radius: 50%; }
/* line 356, _layout.scss */
.header-right .compares-widget {
  position: relative;
  display: inline-block; }
  /* line 357, _layout.scss */
  .header-right .compares-widget:hover .dropdown_compare {
    display: block; }
/* line 359, _layout.scss */
.header-right .dropdown_compare {
  position: absolute;
  top: 100%;
  right: -10px;
  padding-top: 45px;
  z-index: 999;
  display: none; }
  /* line 360, _layout.scss */
  .header-right .dropdown_compare .block {
    background: #F0E8F8;
    border-radius: 30px;
    padding: 20px 50px 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    width: 290px; }
    /* line 361, _layout.scss */
    .header-right .dropdown_compare .block .button, .header-right .dropdown_compare .block .co-button[type="submit"], .header-right .dropdown_compare .block .co-button[name="commit"], .header-right .dropdown_compare .block .co-button[data-method="delete"], .header-right .dropdown_compare .block .co-button.co-button--small, .header-right .dropdown_compare .block .co-modal-button, .header-right .dropdown_compare .block .co-tabs-node {
      width: 145px;
      height: 40px;
      margin-top: 20px;
      line-height: 30px; }
    /* line 362, _layout.scss */
    .header-right .dropdown_compare .block:after {
      content: '';
      position: absolute;
      top: -8px;
      right: 35px;
      width: 26px;
      height: 26px;
      border-radius: 8px 0 0 0;
      transform: rotate(45deg);
      background: linear-gradient(-12deg, #F0E8F8 111%, transparent 17%); }

/* line 366, _layout.scss */
.header-menu {
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em; }
  /* line 367, _layout.scss */
  .header-menu div.search_widget-submit {
    float: right;
    padding: 30px 0; }
    /* line 367, _layout.scss */
    .header-menu div.search_widget-submit a {
      color: #1d1d1d;
      -webkit-text-decoration: none;
      text-decoration: none;
      -webkit-transition: color 0.15s ease-out 0.15s;
      transition: color 0.15s ease-out 0.15s; }
      /* line 499, _mixins.scss */
      .header-menu div.search_widget-submit a:active, .header-menu div.search_widget-submit a:focus, .header-menu div.search_widget-submit a:hover {
        color: #681dbd;
        -webkit-text-decoration: none;
        text-decoration: none; }
  /* line 368, _layout.scss */
  .header-menu ul ul {
    display: none; }
  /* line 369, _layout.scss */
  .header-menu a {
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .header-menu a:active, .header-menu a:focus, .header-menu a:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 371, _layout.scss */
.top-panel-open {
  border: none;
  background: none;
  outline: none; }
  /* line 372, _layout.scss */
  .top-panel-open:before {
    content: "";
    background: #681dbd;
    height: 3px;
    border-radius: 2px;
    width: 20px;
    display: block; }
  /* line 373, _layout.scss */
  .top-panel-open span {
    background: #681dbd;
    height: 3px;
    border-radius: 2px;
    width: 20px;
    display: block;
    margin: 2px 0; }
  /* line 374, _layout.scss */
  .top-panel-open:after {
    content: "";
    background: #681dbd;
    height: 3px;
    border-radius: 2px;
    width: 20px;
    display: block; }
  /* line 375, _layout.scss */
  .top-panel-open.opened {
    background: #681dbd;
    mask: url(close.svg) no-repeat 50%;
    -webkit-mask: url(close.svg) no-repeat 50%;
    width: 32px;
    height: 21px; }
    /* line 376, _layout.scss */
    .top-panel-open.opened:before, .top-panel-open.opened:after, .top-panel-open.opened span {
      display: none; }

/** logotype_type */
/* line 382, _layout.scss */
.logotype-wrapper {
  text-align: center; }

/* line 386, _layout.scss */
.logotype-link {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  font-size: 40px;
  font-family: Ubuntu;
  line-height: 30px; }
  /* line 499, _mixins.scss */
  .logotype-link:active, .logotype-link:focus, .logotype-link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 395, _layout.scss */
  .logotype-link img {
    min-width: 117px; }

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

/* line 403, _layout.scss */
.m-input--checkbox input[type="checkbox"] {
  -webkit-appearance: checkbox;
  position: absolute;
  opacity: 0;
  z-index: 0;
  height: 1rem;
  width: 1rem;
  top: 0; }

/* line 415, _layout.scss */
.header-block a {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .header-block a:active, .header-block a:focus, .header-block a:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }
/* line 419, _layout.scss */
.header-block > * + * {
  margin-top: 0.5rem; }

/* line 424, _layout.scss */
.header-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0; }
  @media screen and (max-width: 768px) {
    /* line 424, _layout.scss */
    .header-compare {
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; } }

/** catalog-menu */
/* line 446, _layout.scss */
.main-menu-wrapper {
  border-top: 1px solid #c2a4e4;
  border-bottom: 1px solid #c2a4e4;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 461, _layout.scss */
.search-widget.in-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  /* line 467, _layout.scss */
  .search-widget.in-header .search-widget-button {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    color: #eeeeee;
    width: 2rem;
    line-height: 2.5rem;
    vertical-align: top;
    padding: 0;
    background-color: #681dbd;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 1px;
    border-radius: 0;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem; }
    /* line 486, _layout.scss */
    .search-widget.in-header .search-widget-button:hover {
      color: white;
      background-color: #812edf; }

/* line 494, _layout.scss */
.main-menu-item {
  color: #681dbd;
  text-decoration: none;
  	/*&.is-hovered {
  		.submenu_drop {
          	visibility: visible;
              max-height: 500px;
              transition: max-height 0.25s ease-in;
              -webkit-transition-delay: 0.25s;
              -moz-transition-delay: 0.25s;
              -o-transition-delay: 0.25s;
              transition-delay: 0.25s;
  		}
  	} */ }
  /* line 497, _layout.scss */
  .main-menu-item:not(:first-child) {
    padding-left: 33px; }
  /* line 498, _layout.scss */
  .main-menu-item.level-1 {
    padding-top: 30px;
    padding-bottom: 30px; }
  /* line 499, _layout.scss */
  .main-menu.level-1 > .main-menu-item.has-submenu {
    padding-right: 20px;
    background: url(arrow_down.svg) no-repeat right; }
  /* line 500, _layout.scss */
  .main-menu-item .level-2 {
    max-width: 280px; }
    /* line 501, _layout.scss */
    .main-menu-item .level-2 a {
      font-weight: 500;
      font-size: 17px;
      text-transform: none; }
  /* line 503, _layout.scss */
  .main-menu-item .level-2.has-submenu > div > a:after {
    display: inline-block;
    content: "";
    background: url(arrow_down.svg) no-repeat right;
    width: 10px;
    height: 6px;
    transform: rotate(-90deg);
    vertical-align: middle; }
  /* line 504, _layout.scss */
  .main-menu-item .submenu_drop {
    display: none;
    background: #fff;
    position: absolute;
    top: 96%;
    left: 0;
    min-width: 300px;
    z-index: 999;
    border-radius: 0 0 5px 5px; }
    /* line 511, _layout.scss */
    .main-menu-item .submenu_drop .container, .main-menu-item .submenu_drop .reviews-slider-container, .main-menu-item .submenu_drop .slider-container {
      position: relative;
      padding: 40px 30px 30px; }
    /* line 512, _layout.scss */
    .main-menu-item .submenu_drop ul {
      flex-direction: column; }
    /* line 513, _layout.scss */
    .main-menu-item .submenu_drop li {
      padding: 5px 0;
      white-space: nowrap;
      margin: 0 0 10px;
      position: static; }
      /* line 514, _layout.scss */
      .main-menu-item .submenu_drop li .menu-item-controls {
        position: relative;
        z-index: 10; }
  /* line 528, _layout.scss */
  .main-menu-item .level-2 > ul {
    position: absolute;
    left: 250px;
    top: 40px;
    padding-left: 70px;
    min-height: 70%;
    background: #fff;
    min-width: 350px; }
    /* line 529, _layout.scss */
    .main-menu-item .level-2 > ul a {
      color: #626262;
      -webkit-text-decoration: none;
      text-decoration: none;
      -webkit-transition: color 0.15s ease-out 0.15s;
      transition: color 0.15s ease-out 0.15s; }
      /* line 499, _mixins.scss */
      .main-menu-item .level-2 > ul a:active, .main-menu-item .level-2 > ul a:focus, .main-menu-item .level-2 > ul a:hover {
        color: #681dbd;
        -webkit-text-decoration: none;
        text-decoration: none; }
  /* line 531, _layout.scss */
  .main-menu-item .level-2:hover > ul {
    display: block; }
  /* line 532, _layout.scss */
  .main-menu-item .menu-marker {
    display: none; }

@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* line 535, _layout.scss */
  .header-right {
    padding-top: 30px; } }
@media screen and (max-width: 1200px) {
  /* line 538, _layout.scss */
  .header .block_phone {
    float: none; }

  /* line 539, _layout.scss */
  .header .button.is-secondary, .header .is-secondary.co-button[type="submit"], .header .is-secondary.co-button[name="commit"], .header .is-secondary.co-button[data-method="delete"], .header .is-secondary.co-button.co-button--small, .header .is-secondary.co-modal-button, .header .is-secondary.co-tabs-node {
    margin-right: 7px; }

  /* line 540, _layout.scss */
  .header-menu div.search_widget-submit {
    padding-top: 10px;
    padding-bottom: 10px;
    float: none; }

  /* line 541, _layout.scss */
  .main-menu-item.level-1 {
    padding-top: 10px;
    padding-bottom: 10px; }

  /* line 542, _layout.scss */
  .main-menu-item {
    margin-right: 12px; } }
/* line 545, _layout.scss */
.main-menu-link {
  color: #681dbd;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 551, _layout.scss */
  .main-menu-link.is-current {
    color: #681dbd; }
  /* line 555, _layout.scss */
  .main-menu-link[data-menu-link-current='yes'] {
    color: #681dbd; }
  /* line 558, _layout.scss */
  .main-menu-link.is-hovered {
    color: #681dbd; }

/* line 565, _layout.scss */
.main-menu-marker {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.5rem;
  color: #681dbd; }
  /* line 467, _mixins.scss */
  .main-menu-marker:before {
    font-family: "Plus";
    content: ""; }
  /* line 573, _layout.scss */
  .main-menu-marker.is-current {
    color: #681dbd; }

/** sidebar menu */
/* line 580, _layout.scss */
.sidebar-menu {
  margin-left: 0.5rem;
  margin-top: 12px; }
  /* line 584, _layout.scss */
  .sidebar-menu.level-1 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2rem; }

/* line 590, _layout.scss */
.social-link-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 595, _layout.scss */
.sidebar-menu-item {
  line-height: 28px;
  margin-bottom: 12px; }
  /* line 596, _layout.scss */
  .sidebar-menu-item a {
    padding: 2px 0; }
  /* line 597, _layout.scss */
  .sidebar-menu-item a[data-menu-link="aktsii"] {
    color: #EE3737 !important;
    text-transform: capitalize; }
    /* line 598, _layout.scss */
    .sidebar-menu-item a[data-menu-link="aktsii"]:before {
      background: url(cat_action.svg) no-repeat;
      width: 29px;
      height: 35px;
      display: inline-block;
      margin-right: 6px;
      content: ""; }
  /* line 601, _layout.scss */
  .sidebar-menu-item a[data-menu-link="aksessuary"]:before {
    background: url(cat_accessories.svg) no-repeat;
    width: 29px;
    height: 35px;
    display: inline-block;
    margin-right: 6px;
    content: ""; }
  /* line 604, _layout.scss */
  .sidebar-menu-item a[data-menu-link="odnorazovaya-posuda-s-logotipom"]:before {
    background: url(cat_withlogo.svg) no-repeat;
    width: 29px;
    height: 35px;
    display: inline-block;
    margin-right: 6px;
    content: ""; }
  /* line 607, _layout.scss */
  .sidebar-menu-item a[data-menu-link="odnorazovaya-bumazhnaya-posuda"]:before {
    background: url(cat_paper.svg) no-repeat;
    width: 29px;
    height: 35px;
    display: inline-block;
    margin-right: 6px;
    content: ""; }
  /* line 610, _layout.scss */
  .sidebar-menu-item.level-1 {
    font-weight: 600; }
    /* line 611, _layout.scss */
    .sidebar-menu-item.level-1.has-submenu {
      padding-right: 20px;
      position: relative; }
    /* line 612, _layout.scss */
    .sidebar-menu-item.level-1 li {
      font-weight: 500; }
  /* line 614, _layout.scss */
  .sidebar-menu-item li.level-3 .menu-item-controls a:before {
    content: "•";
    margin-right: 10px;
    display: inline; }
  /* line 615, _layout.scss */
  .sidebar-menu-item .menu-item-controls.is-opened.is-current.level-2 {
    border-bottom: 1px solid #681dbd; }

/* line 618, _layout.scss */
.sidebar-menu-link {
  color: #1d1d1d;
  text-decoration: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  /* line 624, _layout.scss */
  .sidebar-menu-link:hover {
    color: #681dbd; }
  /* line 628, _layout.scss */
  .sidebar-menu-link.is-active {
    color: #681dbd; }
  /* line 632, _layout.scss */
  .sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 641, _layout.scss */
  .sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 647, _layout.scss */
.sidebar-menu-marker {
  height: 1rem;
  width: 1rem;
  margin-left: 10px; }
  /* line 651, _layout.scss */
  .sidebar-menu-marker:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    border-top: 2px solid #681DBD;
    width: 14px; }
  /* line 652, _layout.scss */
  .sidebar-menu-marker:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    border-top: 2px solid #681DBD;
    width: 14px;
    transform: rotate(90deg); }
  /* line 655, _layout.scss */
  .sidebar-menu-marker.is-opened:before, .is-collapse-opened .sidebar-menu-marker:before {
    display: none; }

/* line 663, _layout.scss */
.mobile-sidebar-menu-link {
  padding: 0.45rem 0;
  margin-left: 0.25rem;
  color: #681dbd;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  /* line 677, _layout.scss */
  .mobile-sidebar-menu-link:hover {
    color: #681dbd; }
  /* line 681, _layout.scss */
  .mobile-sidebar-menu-link.is-active {
    color: #681dbd;
    font-weight: bold; }
  /* line 686, _layout.scss */
  .mobile-sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 694, _layout.scss */
  .mobile-sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 700, _layout.scss */
.mobile-sidebar-menu-marker {
  height: 2rem;
  width: 2rem;
  color: #681dbd; }
  /* line 475, _mixins.scss */
  .mobile-sidebar-menu-marker:before {
    font-family: "Bamblby";
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.5em; }
  /* line 475, _mixins.scss */
  .mobile-sidebar-menu-marker.is-opened:before {
    font-family: "Bamblby";
    content: ""; }
  /* line 715, _layout.scss */
  .mobile-sidebar-menu-marker.is-active {
    color: #681dbd; }

/* menu-catalog */
/* line 726, _layout.scss */
.mega-menu.level-2 {
  width: calc((100vw - 1rem) / 4 * 3);
  max-width: calc((1220px - 1rem) / 4 * 3);
  border: 1px solid #c2a4e4;
  padding: 1rem;
  background-color: white;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  box-sizing: border-box; }
  /* line 743, _layout.scss */
  .mega-menu.level-2.is-hovered {
    display: block; }
  @media screen and (max-width: 1024px) {
    /* line 726, _layout.scss */
    .mega-menu.level-2 {
      width: calc((100vw - 1rem) / 3 * 2);
      -webkit-column-count: 2;
      column-count: 2; } }

/* line 762, _layout.scss */
.mega-menu-item .menu-marker {
  color: #222222; }
/* line 766, _layout.scss */
.mega-menu-item.level-1 {
  background-color: #eeeeee;
  border-bottom: 2px solid #c4c4c4; }
  /* line 769, _layout.scss */
  .mega-menu-item.level-1.is-hovered, .mega-menu-item.level-1.is-active {
    border-bottom: 2px solid #681dbd; }
/* line 775, _layout.scss */
.mega-menu-item.level-2 {
  padding: 0.5rem 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-right: 2rem; }
/* line 784, _layout.scss */
.mega-menu-item.level-3 {
  margin-top: 0.5rem; }

/* line 792, _layout.scss */
.mega-menu-item-controls.level-1.is-hovered, .mega-menu-item-controls.level-1.is-active {
  background-color: #681dbd;
  color: #eeeeee; }

/* line 800, _layout.scss */
.mega-menu-link.level-3.is-current, .mega-menu-link.level-2.is-current {
  color: #681dbd; }

/* line 804, _layout.scss */
.mega-menu.level-1 > .mega-menu-item:last-child {
  border-bottom: 2px solid #eeeeee; }

/* line 809, _layout.scss */
.mega-menu-marker.level-1 {
  padding: 1rem;
  font-weight: bold; }
  /* line 475, _mixins.scss */
  .mega-menu-marker.level-1:before {
    font-family: "Bamblby";
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.5rem; }

/* line 820, _layout.scss */
.mega-menu-link {
  text-decoration: none; }
  /* line 823, _layout.scss */
  .mega-menu-link.level-1 {
    padding: 0.75rem 1.25rem;
    color: #000; }
    /* line 828, _layout.scss */
    .mega-menu-link.level-1.is-hovered, .mega-menu-link.level-1.is-active {
      color: #eeeeee; }
  /* line 834, _layout.scss */
  .mega-menu-link.level-2 {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    font-weight: bold; }
    /* line 499, _mixins.scss */
    .mega-menu-link.level-2:active, .mega-menu-link.level-2:focus, .mega-menu-link.level-2:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 840, _layout.scss */
  .mega-menu-link.level-3 {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .mega-menu-link.level-3:active, .mega-menu-link.level-3:focus, .mega-menu-link.level-3:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 843, _layout.scss */
  .mega-menu-link.all-subcategory {
    font-weight: bold;
    padding-top: 1rem;
    border-top: 1px solid #777777; }
    /* line 847, _layout.scss */
    .mega-menu-link.all-subcategory.is-active {
      color: #681dbd; }

/* line 856, _layout.scss */
.breadcrumb-wrapper {
  margin-top: 30px;
  margin-bottom: 40px; }

/* line 475, _mixins.scss */
.home-icon:before {
  font-family: "Bamblby";
  content: "";
  font-size: 1.25rem; }

/* line 867, _layout.scss */
.breadcrumb {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

/* line 871, _layout.scss */
.breadcrumb-item {
  display: inline;
  color: #626262;
  padding-left: 0.25rem;
  padding-right: 0.25rem; }
  /* line 877, _layout.scss */
  .breadcrumb-item + .breadcrumb-item:before {
    content: '•';
    color: #8041c7;
    margin-right: 0.25rem; }

/* line 885, _layout.scss */
.breadcrumb-link {
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .breadcrumb-link:active, .breadcrumb-link:focus, .breadcrumb-link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 894, _layout.scss */
.page-headding-wrapper {
  padding-bottom: 30px; }

/* line 898, _layout.scss */
.page-headding {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  line-height: 1;
  word-wrap: break-word; }

/* line 906, _layout.scss */
.index-description {
  margin-bottom: 2rem; }

/* line 914, _layout.scss */
.main_title {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  position: relative;
  margin: 20px 0 40px; }
  /* line 915, _layout.scss */
  .main_title div {
    font-weight: bold;
    font-size: 22px;
    color: #626262; }
  /* line 916, _layout.scss */
  .main_title a {
    font-size: 14px;
    color: #681dbd;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    text-transform: uppercase;
    margin-left: 22px; }
    /* line 499, _mixins.scss */
    .main_title a:active, .main_title a:focus, .main_title a:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 917, _layout.scss */
  .main_title span {
    background: #23B5CE;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -15px;
    left: -5px;
    border-radius: 3px; }
    /* line 918, _layout.scss */
    .main_title span:before {
      content: "";
      background: #EE3737;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 0;
      left: -18px;
      display: block;
      border-radius: 3px; }
    /* line 919, _layout.scss */
    .main_title span:after {
      content: "";
      background: #E8B54A;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 18px;
      left: -18px;
      display: block;
      border-radius: 3px; }

/* line 926, _layout.scss */
.footer_discount {
  background: #E9B33D url(bg_discount.jpg) no-repeat 50%;
  text-align: center;
  padding: 35px 0;
  color: #fff;
  font-size: 12px; }
  /* line 927, _layout.scss */
  .footer_discount .title {
    font-size: 26px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 30px; }
  /* line 928, _layout.scss */
  .footer_discount input[type="checkbox"] + label:before {
    border-color: #fff; }
  /* line 929, _layout.scss */
  .footer_discount .form-field.is-text, .footer_discount .m-input-field, .footer_discount .co-input-field {
    width: 100%;
    margin-bottom: 30px; }
  /* line 930, _layout.scss */
  .footer_discount .checkbox {
    margin-bottom: 25px;
    font-size: 15px; }
  /* line 931, _layout.scss */
  .footer_discount .button, .footer_discount .co-button[type="submit"], .footer_discount .co-button[name="commit"], .footer_discount .co-button[data-method="delete"], .footer_discount .co-button.co-button--small, .footer_discount .co-modal-button, .footer_discount .co-tabs-node {
    margin-bottom: 22px;
    width: 290px;
    height: 50px; }
  /* line 932, _layout.scss */
  .footer_discount p {
    margin: 0; }

/* line 934, _layout.scss */
.newsletter {
  background: #23B5CE;
  padding: 47px 0 17px;
  color: #fff;
  text-transform: uppercase; }
  /* line 935, _layout.scss */
  .newsletter .title {
    font-weight: 800;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  /* line 936, _layout.scss */
  .newsletter input[type="text"] {
    background: #FFF;
    border: 2px solid rgba(104, 29, 189, 0.2);
    padding: 10px 24px;
    width: 345px;
    color: #626262;
    font-weight: 500;
    font-size: 17px;
    line-height: 156%;
    border-radius: 25px;
    margin: 0 18px 26px 0; }
  /* line 937, _layout.scss */
  .newsletter button {
    height: 50px;
    width: 206px;
    line-height: 40px;
    margin-bottom: 26px; }
  /* line 938, _layout.scss */
  .newsletter .container, .newsletter .reviews-slider-container, .newsletter .slider-container {
    position: relative;
    padding-right: 350px; }
  /* line 939, _layout.scss */
  .newsletter .container:not(.lazyCss):after, .newsletter .reviews-slider-container:not(.lazyCss):after, .newsletter .slider-container:not(.lazyCss):after {
    content: "";
    display: block;
    width: 340px;
    height: 239px;
    bottom: -17px;
    right: 0;
    position: absolute;
    background: url(man_newsletter.png); }

/* line 942, _layout.scss */
.footer-wrapper {
  flex: 0 0 auto; }

/* line 943, _layout.scss */
.footer {
  padding-top: 50px;
  padding-bottom: 55px;
  box-shadow: inset 0px -2px 0px rgba(104, 29, 189, 0.2);
  border-top: 2px solid #e1d2f2; }
  /* line 944, _layout.scss */
  .footer .logotype-image {
    margin-bottom: 26px; }
  /* line 945, _layout.scss */
  .footer .block_phone {
    display: block;
    float: none;
    margin-bottom: 31px;
    text-transform: none; }
    /* line 946, _layout.scss */
    .footer .block_phone a:first-child {
      margin: 0; }
    /* line 947, _layout.scss */
    .footer .block_phone a:last-child {
      font-size: 16px;
      letter-spacing: 0; }
  /* line 949, _layout.scss */
  .footer .block_whatsapp {
    display: block;
    float: none;
    margin-bottom: 31px;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%; }
    /* line 950, _layout.scss */
    .footer .block_whatsapp .whatsapp {
      margin-right: 7px; }
    /* line 951, _layout.scss */
    .footer .block_whatsapp a {
      color: #1d1d1d;
      -webkit-text-decoration: underline;
      text-decoration: underline;
      -webkit-transition: color 0.15s ease-out 0.15s;
      transition: color 0.15s ease-out 0.15s; }
      /* line 499, _mixins.scss */
      .footer .block_whatsapp a:active, .footer .block_whatsapp a:focus, .footer .block_whatsapp a:hover {
        color: #681dbd;
        -webkit-text-decoration: none;
        text-decoration: none; }
  /* line 953, _layout.scss */
  .footer .block_email {
    background: url(mail.svg) no-repeat 0 50%;
    padding-left: 30px;
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 15px;
    line-height: 150%; }
    /* line 954, _layout.scss */
    .footer .block_email a {
      color: #1d1d1d;
      -webkit-text-decoration: none;
      text-decoration: none;
      -webkit-transition: color 0.15s ease-out 0.15s;
      transition: color 0.15s ease-out 0.15s; }
      /* line 499, _mixins.scss */
      .footer .block_email a:active, .footer .block_email a:focus, .footer .block_email a:hover {
        color: #681dbd;
        -webkit-text-decoration: none;
        text-decoration: none; }
  /* line 956, _layout.scss */
  .footer .socseti {
    box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #681dbd;
    margin: 0 35px 35px 0;
    position: relative; }
    /* line 957, _layout.scss */
    .footer .socseti:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 16px;
      background: #681dbd; }
    /* line 958, _layout.scss */
    .footer .socseti.facebook:before {
      mask: url(facebook.svg) no-repeat 50%;
      -webkit-mask: url(facebook.svg) no-repeat 50%; }
    /* line 959, _layout.scss */
    .footer .socseti.instagram:before {
      mask: url(instagram.svg) no-repeat 50%;
      -webkit-mask: url(instagram.svg) no-repeat 50%; }
    /* line 960, _layout.scss */
    .footer .socseti:hover {
      background: #F0E8F8; }
    /* line 961, _layout.scss */
    .footer .socseti:active {
      background: #C2A4E4; }

/* line 964, _layout.scss */
.footer-bottom {
  background: #F0F0F0;
  padding: 29px 0;
  text-align: center;
  color: #626262;
  font-size: 15px;
  line-height: 150%; }

/** footer-menu */
/* line 967, _layout.scss */
.footer-menu {
  flex-direction: column; }

/* line 969, _layout.scss */
.footer-menu-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #681dbd;
  position: relative; }
  /* line 970, _layout.scss */
  .footer-menu-title:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 22px;
    height: 2px;
    background: #681dbd;
    border-radius: 2px;
    vertical-align: middle; }

/* line 972, _layout.scss */
.footer-menu-item {
  margin-bottom: 20px; }

/* line 974, _layout.scss */
.footer-menu-link {
  font-weight: 500;
  font-size: 17px;
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .footer-menu-link:active, .footer-menu-link:focus, .footer-menu-link:hover {
    color: #1d1d1d;
    -webkit-text-decoration: underline;
    text-decoration: underline; }

/* line 980, _layout.scss */
.footer_left {
  padding-bottom: 15px; }

/* line 981, _layout.scss */
.address {
  font-size: 17px;
  line-height: 27px; }
  /* line 982, _layout.scss */
  .address:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(location.svg) no-repeat 0 50%;
    vertical-align: middle;
    margin-right: 10px; }

/* line 984, _layout.scss */
.timework {
  font-size: 17px;
  line-height: 27px; }
  /* line 985, _layout.scss */
  .timework:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(clock.svg) no-repeat 0 50%;
    vertical-align: middle;
    margin-right: 10px; }

/* line 987, _layout.scss */
.payments span {
  width: 50px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  background: #F9F9F9;
  border-radius: 3px; }

/* line 993, _layout.scss */
.toolbar {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1007, _layout.scss */
  .toolbar.at-top {
    display: block; }
    /* line 1009, _layout.scss */
    .toolbar.at-top .toolbar-inner {
      display: block; }
      /* line 1012, _layout.scss */
      .toolbar.at-top .toolbar-inner .search-widget-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: transparent; }
  @media screen and (max-width: 380px) {
    /* line 993, _layout.scss */
    .toolbar {
      padding-bottom: 0;
      margin: 0 0 1rem; } }

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

/* line 1039, _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; }
  /* line 1058, _layout.scss */
  .toolbar-inner > * {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block; }

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

/* line 1084, _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 1084, _layout.scss */
    .filter-collapse {
      display: none; } }

/* line 1097, _layout.scss */
.collection-order-label {
  padding-right: 0.5rem; }
  /* line 1100, _layout.scss */
  .collection-order-label.order-sort {
    display: none; }

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

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

/* line 1133, _layout.scss */
.header-block a.backcall-toggle {
  margin-left: 1.6rem;
  position: relative;
  color: #681dbd;
  border-bottom: 1px dotted;
  height: 0.8rem;
  font-size: 0.8rem;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    /* line 1133, _layout.scss */
    .header-block a.backcall-toggle {
      margin-top: 0.5rem;
      height: 1rem;
      font-size: 1rem; } }
  /* line 1148, _layout.scss */
  .header-block a.backcall-toggle:hover {
    border: none; }
/* line 1154, _layout.scss */
.header-block a.backcall-toggle-block {
  margin-left: 0; }

/* line 1162, _layout.scss */
.is-modal-filter .filter-section-clear.is-filter-section-clear {
  color: #681dbd; }
/* line 1167, _layout.scss */
.is-modal-filter .sidebar-menu-marker.filter-marker:before {
  color: #681dbd; }
/* line 1172, _layout.scss */
.is-modal-filter .filter-section-toggle.button:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[type="submit"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[name="commit"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[data-method="delete"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button.co-button--small:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-modal-button:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-tabs-node:hover .filter-section-name {
  color: #681dbd; }
/* line 1176, _layout.scss */
.is-modal-filter .filter-section-control:hover span {
  color: #681dbd; }
/* line 1180, _layout.scss */
.is-modal-filter .filter-field-caption {
  color: #681dbd; }
/* line 1184, _layout.scss */
.is-modal-filter .filter-section-name {
  color: #681dbd; }
  /* line 1187, _layout.scss */
  .is-modal-filter .filter-section-name:hover {
    color: #681dbd; }

/* line 1194, _layout.scss */
.block-top-panel {
  color: #626262;
  display: table;
  padding-right: 1rem; }
  /* line 1199, _layout.scss */
  .block-top-panel * {
    display: table-cell; }

/* line 1204, _layout.scss */
.sidebar-block-heading, .filter-heading {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  word-wrap: break-word;
  display: block;
  color: #626262;
  padding: 1rem 0; }

/* line 1214, _layout.scss */
.mobile-sidebar-menu-item {
  padding: 0.25rem 0; }

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

/* line 1221, _layout.scss */
.ajs-message.ajs-success {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 2px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1);
  color: #681dbd;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

/* line 1224, _layout.scss */
.alertify-notifier {
  top: 50%;
  left: 50%;
  right: auto !important;
  bottom: !important;
  transform: translate(-50%, -50%); }
  /* line 1225, _layout.scss */
  .alertify-notifier * {
    left: auto !important;
    right: auto !important; }

/* line 1229, _layout.scss */
.ajs-message {
  font-size: 14px;
  line-height: normal; }

/*page*/
/* line 1232, _layout.scss */
.page_delivery h1 {
  font-size: 22px; }
/* line 1233, _layout.scss */
.page_delivery h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%; }
/* line 1234, _layout.scss */
.page_delivery h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px; }
  /* line 1235, _layout.scss */
  .page_delivery h3 + ul {
    margin-bottom: 40px; }
    /* line 1235, _layout.scss */
    .page_delivery h3 + ul li {
      margin-bottom: 15px; }
/* line 1237, _layout.scss */
.page_delivery .payments_title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 30px; }
/* line 1238, _layout.scss */
.page_delivery .payments {
  margin: 0;
  list-style: none;
  padding: 0;
  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;
  justify-content: space-between; }
  /* line 1239, _layout.scss */
  .page_delivery .payments li {
    width: 134px;
    text-align: center;
    line-height: 66px;
    background: #f0f0f0;
    padding: 10px;
    margin: 0 0 20px;
    border-radius: 3px; }
  /* line 1240, _layout.scss */
  .page_delivery .payments + .beznal {
    display: inline-block;
    padding-left: 76px;
    position: relative;
    background: url(beznal.png) no-repeat 0 50%; }
/* line 1242, _layout.scss */
.page_delivery .need_enter_address {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px; }
/* line 1243, _layout.scss */
.page_delivery .delivery_address_title {
  color: #681DBD;
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 14px; }
/* line 1244, _layout.scss */
.page_delivery .block_delivery {
  background: #F0E8F8;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 700px; }
/* line 1245, _layout.scss */
.page_delivery .map_delivery {
  margin: 30px 0 40px;
  border-radius: 16px;
  overflow: hidden;
  position: relative; }
  /* line 1246, _layout.scss */
  .page_delivery .map_delivery .formshippingaddress {
    position: absolute;
    z-index: 98;
    top: 20px;
    right: 20px; }
    /* line 1247, _layout.scss */
    .page_delivery .map_delivery .formshippingaddress input {
      width: 290px; }
    /* line 1248, _layout.scss */
    .page_delivery .map_delivery .formshippingaddress .button-shipping {
      width: 186px;
      height: 50px;
      margin-left: 18px; }

/* line 1252, _layout.scss */
.photogallery-slider-prev {
  left: 0; }

/* line 1253, _layout.scss */
.photogallery-slider-next {
  right: 0; }

/* line 1255, _layout.scss */
.page_warranty .guarantee_faq {
  background: url(question_mark.png) no-repeat;
  min-height: 80px; }
  /* line 1256, _layout.scss */
  .page_warranty .guarantee_faq p {
    margin-bottom: 10px; }
  /* line 1257, _layout.scss */
  .page_warranty .guarantee_faq + .guarantee_faq {
    margin-top: 40px; }
/* line 1259, _layout.scss */
.page_warranty .guarantee_right {
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  padding: 24px 0;
  position: relative; }
  /* line 1260, _layout.scss */
  .page_warranty .guarantee_right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 197px;
    height: 4px;
    background: #C2A4E4;
    border-radius: 4px;
    margin-left: -99px; }
  /* line 1261, _layout.scss */
  .page_warranty .guarantee_right:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 197px;
    height: 4px;
    background: #C2A4E4;
    border-radius: 4px;
    margin-left: -99px; }

/* line 1264, _layout.scss */
.page_content.our_production {
  max-width: 700px;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%; }

/* line 1266, _layout.scss */
.page_contacts .contacts-slider-prev {
  left: 0;
  margin-top: -90px; }
/* line 1267, _layout.scss */
.page_contacts .contacts-slider-next {
  right: 0;
  margin-top: -90px; }
/* line 1268, _layout.scss */
.page_contacts .timework {
  margin-bottom: 20px; }
/* line 1269, _layout.scss */
.page_contacts .address {
  margin-bottom: 20px; }
/* line 1270, _layout.scss */
.page_contacts .phone {
  background: url(phone.svg) no-repeat 0 50%;
  padding-left: 32px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 4px; }
  /* line 1271, _layout.scss */
  .page_contacts .phone a {
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .page_contacts .phone a:active, .page_contacts .phone a:focus, .page_contacts .phone a:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }
/* line 1273, _layout.scss */
.page_contacts .whatsapp {
  font-weight: bold;
  font-size: 15px;
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .page_contacts .whatsapp:active, .page_contacts .whatsapp:focus, .page_contacts .whatsapp:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 1274, _layout.scss */
  .page_contacts .whatsapp img {
    margin-right: 8px; }
/* line 1276, _layout.scss */
.page_contacts .social_title {
  font-size: 15px;
  margin-bottom: 3px;
  margin-left: 20px; }
  /* line 1277, _layout.scss */
  .page_contacts .social_title ~ a {
    margin-left: 20px; }
/* line 1279, _layout.scss */
.page_contacts .mail {
  background: url(mail.svg) no-repeat 0 50%;
  padding-left: 32px;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 20px;
  color: #1d1d1d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .page_contacts .mail:active, .page_contacts .mail:focus, .page_contacts .mail:hover {
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none; }
/* line 1282, _layout.scss */
.page_contacts .metro {
  background: url(metro.svg) no-repeat 0 50%;
  padding-left: 34px; }
/* line 1283, _layout.scss */
.page_contacts .contacts-blocks {
  margin: 45px 0 40px;
  padding-bottom: 50px; }
  /* line 1284, _layout.scss */
  .page_contacts .contacts-blocks .image {
    height: 342px;
    margin-bottom: 20px;
    overflow: hidden; }
  /* line 1285, _layout.scss */
  .page_contacts .contacts-blocks b {
    color: #681DBD; }
/* line 1287, _layout.scss */
.page_contacts p.address {
  margin-bottom: 30px; }
/* line 1288, _layout.scss */
.page_contacts .contacts_inline {
  margin-bottom: 50px; }
  /* line 1289, _layout.scss */
  .page_contacts .contacts_inline .phone {
    display: inline-block;
    margin-right: 27px; }
  /* line 1290, _layout.scss */
  .page_contacts .contacts_inline .mail {
    margin-left: 27px; }

/* line 1295, _layout.scss */
.page_about .about_items {
  margin: 40px auto 30px;
  list-style: none;
  padding: 0; }
  /* line 1296, _layout.scss */
  .page_about .about_items li {
    display: inline-block;
    background: #23B5CE;
    width: 32.3%;
    min-width: 278px;
    margin: 0 35px 20px 0;
    border-radius: 20px;
    padding: 30px 40px;
    color: #fff;
    vertical-align: top; }
    /* line 1297, _layout.scss */
    .page_about .about_items li div {
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 22px; }
    /* line 1298, _layout.scss */
    .page_about .about_items li:first-child {
      background: #E9B33D; }
    /* line 1299, _layout.scss */
    .page_about .about_items li:nth-child(2) {
      background: #EE3737; }
    /* line 1300, _layout.scss */
    .page_about .about_items li:last-child {
      margin-right: 0;
      width: 28.7%; }
/* line 1303, _layout.scss */
.page_about .about_banefits_wrapper {
  overflow: auto; }
/* line 1304, _layout.scss */
.page_about .about_banefits {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%; }
  /* line 1305, _layout.scss */
  .page_about .about_banefits li {
    display: inline-block;
    width: 180px;
    margin: 0 20px 20px 0;
    vertical-align: top; }
    /* line 1306, _layout.scss */
    .page_about .about_banefits li img {
      margin-bottom: 20px; }
    /* line 1307, _layout.scss */
    .page_about .about_banefits li:last-child {
      margin-right: 0; }
/* line 1310, _layout.scss */
.page_about .about_banefits_bot {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  position: relative; }
  /* line 1311, _layout.scss */
  .page_about .about_banefits_bot:before {
    content: "";
    background: #C2A4E4;
    height: 4px;
    top: 76px;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    z-index: -1; }
  /* line 1312, _layout.scss */
  .page_about .about_banefits_bot div {
    max-width: 600px;
    background: #fff;
    margin: 0 auto;
    padding: 0 20px; }
  /* line 1313, _layout.scss */
  .page_about .about_banefits_bot img {
    margin-bottom: 20px; }
/* line 1315, _layout.scss */
.page_about .our_clients {
  color: #681DBD;
  margin-bottom: 10px; }
/* line 1316, _layout.scss */
.page_about .clients-slider-wrapper {
  margin: 40px 0 50px; }

/* line 1318, _layout.scss */
.block_lines {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  padding: 44px 0;
  position: relative; }
  /* line 1319, _layout.scss */
  .block_lines:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 197px;
    height: 4px;
    background: #C2A4E4;
    border-radius: 4px;
    margin-left: -99px; }
  /* line 1320, _layout.scss */
  .block_lines:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 197px;
    height: 4px;
    background: #C2A4E4;
    border-radius: 4px;
    margin-left: -99px; }

/* line 1322, _layout.scss */
.block_lines2 {
  font-weight: normal;
  font-size: unset;
  line-height: 140%;
  text-align: center;
  padding: 44px 0;
  position: relative; }
  /* line 1323, _layout.scss */
  .block_lines2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 197px;
    height: 4px;
    background: #C2A4E4;
    border-radius: 4px;
    margin-left: -99px; }
  /* line 1324, _layout.scss */
  .block_lines2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 197px;
    height: 4px;
    background: #C2A4E4;
    border-radius: 4px;
    margin-left: -99px; }

/* line 1326, _layout.scss */
.page_404 .content-wrapper {
  background: #F0E8F8;
  padding: 55px 0; }
  /* line 1327, _layout.scss */
  .page_404 .content-wrapper .page_404_image {
    text-align: center; }
  /* line 1328, _layout.scss */
  .page_404 .content-wrapper .editor {
    max-width: 632px;
    margin: 0 auto 40px; }
  /* line 1329, _layout.scss */
  .page_404 .content-wrapper .form_copy {
    max-width: 500px;
    margin: 0 auto 30px; }
  /* line 1330, _layout.scss */
  .page_404 .content-wrapper .button, .page_404 .content-wrapper .co-button[type="submit"], .page_404 .content-wrapper .co-button[name="commit"], .page_404 .content-wrapper .co-button[data-method="delete"], .page_404 .content-wrapper .co-button.co-button--small, .page_404 .content-wrapper .co-modal-button, .page_404 .content-wrapper .co-tabs-node {
    height: 50px;
    margin-left: 18px;
    width: 186px; }
  /* line 1331, _layout.scss */
  .page_404 .content-wrapper .link_to_catalog {
    color: #626262;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #626262;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .page_404 .content-wrapper .link_to_catalog:active, .page_404 .content-wrapper .link_to_catalog:focus, .page_404 .content-wrapper .link_to_catalog:hover {
      color: #1D1D1D;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 1336, _layout.scss */
.comments-item .author {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px; }
/* line 1337, _layout.scss */
.comments-item .comment-body {
  padding: 40px;
  border-radius: 30px;
  background: #F0E8F8;
  position: relative; }
  /* line 1338, _layout.scss */
  .comments-item .comment-body:before {
    content: "";
    position: absolute;
    top: 36px;
    left: -14px;
    width: 26px;
    height: 26px;
    border-radius: 0 0 0 8px;
    transform: rotate(45deg);
    background: linear-gradient(-12deg, #F0E8F8 111%, transparent 17%); }
  /* line 1339, _layout.scss */
  .comments-item .comment-body .comments-item-replied {
    margin: 10px 0;
    border-left: 2px solid #681DBD;
    padding-left: 15px; }

/* line 1344, _layout.scss */
.page_section {
  margin-bottom: 60px; }

/* line 1345, _layout.scss */
.title_secondary {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 29px; }

/* line 1346, _layout.scss */
.title_third {
  color: #626262;
  margin-bottom: 30px; }

/* line 1347, _layout.scss */
.form__warranty {
  text-align: center;
  padding-top: 50px; }
  /* line 1348, _layout.scss */
  .form__warranty .form__title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px; }
  /* line 1349, _layout.scss */
  .form__warranty .form_container {
    max-width: 1024px;
    margin: 0 auto; }
  /* line 1350, _layout.scss */
  .form__warranty .form-field.is-text, .form__warranty .m-input-field, .form__warranty .co-input-field {
    width: 100%;
    margin-bottom: 30px; }
  /* line 1351, _layout.scss */
  .form__warranty textarea {
    height: calc(100% - 30px); }
  /* line 1352, _layout.scss */
  .form__warranty .button, .form__warranty .co-button[type="submit"], .form__warranty .co-button[name="commit"], .form__warranty .co-button[data-method="delete"], .form__warranty .co-button.co-button--small, .form__warranty .co-modal-button, .form__warranty .co-tabs-node {
    height: 50px;
    line-height: 40px; }

/* line 1354, _layout.scss */
.clients-item {
  text-align: center;
  margin-bottom: 38px; }

/* line 1356, _layout.scss */
.blog_actions .title_secondary {
  margin-bottom: 10px; }
/* line 1357, _layout.scss */
.blog_actions .actions_texts {
  margin-bottom: 30px; }
  /* line 1358, _layout.scss */
  .blog_actions .actions_texts .item {
    padding-bottom: 20px; }

/* line 1361, _layout.scss */
.countdiscount-slider-wrapper {
  margin: 0 0 30px;
  color: #626262;
  text-align: center; }
  /* line 1362, _layout.scss */
  .countdiscount-slider-wrapper .countdiscount-item {
    box-shadow: 0px 15px 15px rgba(202, 193, 173, 0.12), 0px 4px 9px rgba(166, 166, 166, 0.03);
    border-radius: 10px;
    margin: 41px 0 20px;
    background: #fff;
    padding: 73px 15px 30px;
    position: relative; }
  /* line 1363, _layout.scss */
  .countdiscount-slider-wrapper .count {
    display: inline-block;
    width: 67px;
    background: #E9B33D;
    border-radius: 4px;
    padding: 18px 5px 19px;
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: -33px;
    left: 50%;
    margin-left: -33px; }
    /* line 1364, _layout.scss */
    .countdiscount-slider-wrapper .count:before {
      position: absolute;
      top: -8px;
      bottom: -8px;
      left: -8px;
      right: -8px;
      content: "";
      display: block;
      border: 2px solid #E9B33D;
      border-radius: 4px; }
  /* line 1366, _layout.scss */
  .countdiscount-slider-wrapper .title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    color: #1D1D1D; }
  /* line 1368, _layout.scss */
  .countdiscount-slider-wrapper div:nth-child(2) .countdiscount-item .count {
    background: #EE3737; }
    /* line 1368, _layout.scss */
    .countdiscount-slider-wrapper div:nth-child(2) .countdiscount-item .count:before {
      border-color: #EE3737; }
  /* line 1369, _layout.scss */
  .countdiscount-slider-wrapper div:nth-child(3) .countdiscount-item .count {
    background: #23B5CE; }
    /* line 1369, _layout.scss */
    .countdiscount-slider-wrapper div:nth-child(3) .countdiscount-item .count:before {
      border-color: #23B5CE; }
  /* line 1370, _layout.scss */
  .countdiscount-slider-wrapper div:nth-child(4) .countdiscount-item .count {
    background: #EE3737; }
    /* line 1370, _layout.scss */
    .countdiscount-slider-wrapper div:nth-child(4) .countdiscount-item .count:before {
      border-color: #EE3737; }

/* line 1372, _layout.scss */
.countdiscount-slider-pagination {
  text-align: center;
  margin-bottom: 20px;
  display: none; }

/* line 1373, _layout.scss */
.contacts_map {
  margin: 50px 0; }

/* line 1375, _layout.scss */
#rambler_top_100 {
  display: none; }

/*body.opened_block:after {content:""; display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.3); z-index: 998;}*/
/* line 1377, _layout.scss */
body.opened_block .header-wrapper {
  z-index: 999;
  background: #fff; }

/* line 1380, _layout.scss */
body.shadow_block:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998; }

/* line 1381, _layout.scss */
body.shadow_block .header-wrapper {
  z-index: 999;
  background: #fff; }

/* line 1384, _layout.scss */
.ajs-modal .form-field.is-text, .ajs-modal .m-input-field, .ajs-modal .co-input-field, .ajs-modal .m-input-field, .ajs-modal .co-input-field {
  max-width: 100%; }

/* line 1387, _layout.scss */
.product-slider-controls .swiper-button-prev {
  left: -30px; }

/* line 1388, _layout.scss */
.product-slider-controls .swiper-button-next {
  right: -30px; }

/* line 1389, _layout.scss */
body:not(.index) .benefit-image path {
  fill: #C2A4E4; }

/* line 1390, _layout.scss */
.ajs-panel.at-left-position .ajs-body {
  background: #FCF9FF; }

/* line 1391, _layout.scss */
.ajs-panel.at-left-position .filter {
  flex-wrap: inherit; }
  /* line 1392, _layout.scss */
  .ajs-panel.at-left-position .filter .button.filter-section-toggle, .ajs-panel.at-left-position .filter .filter-section-toggle.co-button[type="submit"], .ajs-panel.at-left-position .filter .filter-section-toggle.co-button[name="commit"], .ajs-panel.at-left-position .filter .filter-section-toggle.co-button[data-method="delete"], .ajs-panel.at-left-position .filter .filter-section-toggle.co-button.co-button--small, .ajs-panel.at-left-position .filter .filter-section-toggle.co-modal-button, .ajs-panel.at-left-position .filter .filter-section-toggle.co-tabs-node {
    height: auto; }
    /* line 1393, _layout.scss */
    .ajs-panel.at-left-position .filter .button.filter-section-toggle .filter-section-name, .ajs-panel.at-left-position .filter .filter-section-toggle.co-button[type="submit"] .filter-section-name, .ajs-panel.at-left-position .filter .filter-section-toggle.co-button[name="commit"] .filter-section-name, .ajs-panel.at-left-position .filter .filter-section-toggle.co-button[data-method="delete"] .filter-section-name, .ajs-panel.at-left-position .filter .filter-section-toggle.co-button.co-button--small .filter-section-name, .ajs-panel.at-left-position .filter .filter-section-toggle.co-modal-button .filter-section-name, .ajs-panel.at-left-position .filter .filter-section-toggle.co-tabs-node .filter-section-name {
      white-space: normal;
      width: 85%;
      display: block; }
  /* line 1395, _layout.scss */
  .ajs-panel.at-left-position .filter .filter-item {
    text-align: left; }

/* line 1398, _layout.scss */
.mobile-sidebar {
  display: none;
  background: #fff;
  top: 47px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 999;
  padding-bottom: 30px;
  padding-top: 30px;
  overflow-y: auto; }
  /* line 1399, _layout.scss */
  .mobile-sidebar .sidebar_search__form {
    border: 2px solid rgba(104, 29, 189, 0.2);
    border-radius: 25px;
    border: 2px solid rgba(104, 29, 189, 0.2);
    padding: 10px;
    margin: 0 20px 20px; }
    /* line 1400, _layout.scss */
    .mobile-sidebar .sidebar_search__form .search__input {
      padding: 0 12px;
      background: none;
      border: none;
      outline: none;
      width: 200px;
      font-weight: 500;
      font-size: 17px;
      line-height: 156%; }
    /* line 1401, _layout.scss */
    .mobile-sidebar .sidebar_search__form .search__button {
      background: url(search.svg) no-repeat;
      width: 20px;
      height: 20px;
      border: none; }
  /* line 1403, _layout.scss */
  .mobile-sidebar .button.is-secondary, .mobile-sidebar .is-secondary.co-button[type="submit"], .mobile-sidebar .is-secondary.co-button[name="commit"], .mobile-sidebar .is-secondary.co-button[data-method="delete"], .mobile-sidebar .is-secondary.co-button.co-button--small, .mobile-sidebar .is-secondary.co-modal-button, .mobile-sidebar .is-secondary.co-tabs-node {
    margin: 0 20px 20px;
    width: 260px; }
  /* line 1404, _layout.scss */
  .mobile-sidebar .block_phone {
    float: none;
    margin: 0 0 0 65px; }
  /* line 1405, _layout.scss */
  .mobile-sidebar .sidebar-menu {
    flex-direction: column;
    padding: 0 20px 22px; }
    /* line 1406, _layout.scss */
    .mobile-sidebar .sidebar-menu li {
      border-bottom: 2px solid #e1d2f2;
      padding: 20px 0 9px;
      font-weight: bold;
      font-size: 12px;
      line-height: 150%;
      letter-spacing: 0.08em;
      text-transform: uppercase; }
    /* line 1407, _layout.scss */
    .mobile-sidebar .sidebar-menu li:last-child {
      border-bottom: 0; }
  /* line 1409, _layout.scss */
  .mobile-sidebar .mobile-sidebar-menu {
    background: #fcfafe;
    border-top: 1px solid #f0e9f9;
    border-bottom: 1px solid #f0e9f9;
    padding: 30px 22px 3px;
    margin: 0 0 30px;
    flex-direction: column; }
    /* line 1410, _layout.scss */
    .mobile-sidebar .mobile-sidebar-menu li {
      font-weight: bold;
      font-size: 11px;
      letter-spacing: 0.06em;
      text-transform: uppercase; }
  /* line 1412, _layout.scss */
  .mobile-sidebar .whatsapp {
    margin-left: 21px;
    font-weight: bold;
    font-size: 15px; }
  /* line 1413, _layout.scss */
  .mobile-sidebar .socseti {
    margin-left: 20px; }
  /* line 1414, _layout.scss */
  .mobile-sidebar a {
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .mobile-sidebar a:active, .mobile-sidebar a:focus, .mobile-sidebar a:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 1415, _layout.scss */
  .mobile-sidebar .sidebar-menu-link.level-1:before {
    display: none; }
  /* line 1416, _layout.scss */
  .mobile-sidebar .menu-marker {
    display: block !important; }

@media screen and (max-width: 768px) {
  /* line 1420, _layout.scss */
  .header {
    padding: 5px 0 10px;
    height: 50px;
    box-shadow: none; }
    /* line 1421, _layout.scss */
    .header img {
      max-height: 35px; }

  /* line 1423, _layout.scss */
  .header-right .header_icon {
    width: auto;
    height: auto;
    line-height: normal;
    box-shadow: none !important; }

  /* line 1424, _layout.scss */
  .header-wrapper.sticky .header {
    display: block; }

  /* line 1425, _layout.scss */
  .newsletter .title {
    font-size: 16px;
    margin-bottom: 30px; }

  /* line 1426, _layout.scss */
  .newsletter input[type="text"], .newsletter button {
    width: 80%; }

  /* line 1427, _layout.scss */
  .newsletter .container, .newsletter .reviews-slider-container, .newsletter .slider-container {
    padding-right: 20px; }

  /* line 1428, _layout.scss */
  .newsletter .container:after, .newsletter .reviews-slider-container:after, .newsletter .slider-container:after {
    display: none !important; }

  /* line 1429, _layout.scss */
  .swiper-button-prev, .swiper-button-next {
    display: none; }

  /* line 1430, _layout.scss */
  .header-right > a, .header-right > .shopcart-widget > a {
    margin-left: 10px; }

  /* line 1431, _layout.scss */
  .shopcart-widget-count, .compares-widget-count, .compares-widget-count {
    width: 20px;
    height: 20px;
    top: -12px;
    right: -10px; }

  /* line 1432, _layout.scss */
  .footer_discount {
    padding: 30px 0;
    background: #E9B33D url(mob_discount.png) no-repeat;
    background-size: cover; }

  /* line 1433, _layout.scss */
  .footer_discount .title {
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 17px; }

  /* line 1436, _layout.scss */
  .page_404 .content-wrapper .form_copy .form-field.is-text, .page_404 .content-wrapper .form_copy .m-input-field, .page_404 .content-wrapper .form_copy .co-input-field, .page_404 .content-wrapper .form_copy .m-input-field, .page_404 .content-wrapper .form_copy .co-input-field {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
  /* line 1437, _layout.scss */
  .page_404 .content-wrapper .form_copy .button, .page_404 .content-wrapper .form_copy .co-button[type="submit"], .page_404 .content-wrapper .form_copy .co-button[name="commit"], .page_404 .content-wrapper .form_copy .co-button[data-method="delete"], .page_404 .content-wrapper .form_copy .co-button.co-button--small, .page_404 .content-wrapper .form_copy .co-modal-button, .page_404 .content-wrapper .form_copy .co-tabs-node {
    width: 100%;
    margin: 0; }

  /* line 1439, _layout.scss */
  .page_about .about_items li div, .page_about .about_banefits_bot div, .page_about .about_banefits li {
    font-size: 14px;
    line-height: 156%; }

  /* line 1440, _layout.scss */
  .title_secondary {
    font-weight: bold;
    font-size: 14px;
    line-height: 140%; }

  /* line 1441, _layout.scss */
  .content-wrapper {
    padding-bottom: 50px; }

  /* line 1442, _layout.scss */
  .page_warranty .guarantee_right {
    font-size: 14px; }

  /* line 1443, _layout.scss */
  .page_contacts .phone {
    margin-bottom: 12px; }

  /* line 1444, _layout.scss */
  .page_contacts .social_title {
    margin-top: 22px; }

  /* line 1445, _layout.scss */
  .page_contacts .social_link {
    margin-bottom: 20px;
    display: inline-block; }

  /* line 1446, _layout.scss */
  .page_contacts .contacts-blocks .image {
    height: auto; }

  /* line 1447, _layout.scss */
  .page_contacts .contacts_inline > * {
    display: block; }

  /* line 1448, _layout.scss */
  .page_contacts .contacts_inline .mail {
    margin: 12px 0 0; }

  /* line 1450, _layout.scss */
  .shopcart-widget .shopcart-widget-form {
    display: none !important; }

  /* line 1453, _layout.scss */
  .co-checkout-block--padded .decorated-title-wrapper.co-checkout-title {
    padding: 0; }
  /* line 1454, _layout.scss */
  .co-checkout-block--padded .main_title {
    margin: 0; }

  /* line 1457, _layout.scss */
  .countdiscount-slider-pagination {
    display: block; } }
@media screen and (max-width: 480px) {
  /* line 1460, _layout.scss */
  body {
    font-weight: 500;
    font-size: 12px;
    line-height: 160%; }

  /* line 1461, _layout.scss */
  .page_about .about_items li {
    width: 100% !important;
    margin-right: 0; }

  /* line 1462, _layout.scss */
  .breadcrumb-wrapper {
    margin: 18px 0 20px; }

  /* line 1463, _layout.scss */
  h1, .page-headding {
    font-weight: 800;
    font-size: 20px;
    line-height: 140%; }

  /* line 1464, _layout.scss */
  .page-headding-wrapper {
    padding-bottom: 20px; }

  /* line 1465, _layout.scss */
  h2 {
    font-size: 18px;
    line-height: 22px; }

  /* line 1466, _layout.scss */
  .newsletter input[type="text"], .newsletter button {
    width: 100%;
    margin-right: 0; }

  /* line 1467, _layout.scss */
  .footer .block_phone {
    width: 210px;
    padding-right: 30px;
    margin: 0 auto 27px;
    text-align: left; }

  /* line 1468, _layout.scss */
  .footer .block_whatsapp {
    width: 210px;
    margin: 0 auto 27px;
    text-align: left; }

  /* line 1469, _layout.scss */
  .footer .block_email {
    width: 210px;
    padding-right: 30px;
    margin: 0 auto 30px;
    text-align: left; }

  /* line 1470, _layout.scss */
  .footer-menu {
    margin-bottom: 30px; }

  /* line 1471, _layout.scss */
  .footer-menu .menu-link {
    display: inline; }

  /* line 1472, _layout.scss */
  .address, .timework {
    margin-bottom: 20px; } }
/* line 1476, _layout.scss */
.mobile-sidebar .sidebar-menu .sidebar-menu {
  padding: 0 0 20px;
  margin: 0; }

/* line 1477, _layout.scss */
.mobile-sidebar .sidebar-menu-item li.level-3 .menu-item-controls a:before {
  display: none; }

/* line 4, _index.scss */
.swiper-pagination-bullet {
  width: 33px;
  height: 10px;
  box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1);
  border-radius: 19px; }

/* line 9, _index.scss */
.promo-slider-wrapper-top {
  width: 100%; }
  /* line 10, _index.scss */
  .promo-slider-wrapper-top .swiper-container {
    margin-bottom: 40px;
    padding-bottom: 55px; }

/* line 13, _index.scss */
[data-slider-controls] {
  display: none; }

/* line 16, _index.scss */
.promo-slider-prev {
  left: 100px;
  top: 40%; }

/* line 17, _index.scss */
.promo-slider-next {
  right: 100px;
  top: 40%; }

/* line 21, _index.scss */
.product-slider-heading:not(.tab-toggle) {
  color: #681dbd;
  -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: #681dbd;
  word-wrap: break-word;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  /* line 499, _mixins.scss */
  .product-slider-heading:not(.tab-toggle):active, .product-slider-heading:not(.tab-toggle):focus, .product-slider-heading:not(.tab-toggle):hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 33, _index.scss */
.tab-toggle.product-slider-heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0.5rem 0 0.25rem;
  color: #681dbd;
  margin-right: 1rem;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  z-index: 0;
  -webkit-transition: color 0.15s ease-out 0.15s, border-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, border-color 0.15s ease-out 0.15s; }
  /* line 46, _index.scss */
  .tab-toggle.product-slider-heading.is-active, .tab-toggle.product-slider-heading:hover {
    color: #681dbd;
    border-color: #681dbd; }
    /* line 50, _index.scss */
    .tab-toggle.product-slider-heading.is-active:after, .tab-toggle.product-slider-heading:hover:after {
      content: none; }
  @media screen and (max-width: 768px) {
    /* line 33, _index.scss */
    .tab-toggle.product-slider-heading {
      border: none;
      border-top: 1px solid #681dbd;
      font-size: 1.25rem;
      text-transform: uppercase;
      padding: 1rem 0;
      color: #681dbd;
      border-color: #681dbd;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 0; }
      /* line 458, _mixins.scss */
      .tab-toggle.product-slider-heading:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 3%;
        top: 22%;
        color: #681dbd;
        font-size: 1.75rem; }
      /* line 79, _index.scss */
      .tab-toggle.product-slider-heading:last-of-type {
        border-bottom: 1px solid #681dbd; }
      /* line 458, _mixins.scss */
      .tab-toggle.product-slider-heading:hover:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 3%;
        top: 22%;
        color: #681dbd;
        font-size: 1.75rem; }
      /* line 93, _index.scss */
      .tab-toggle.product-slider-heading.is-active {
        color: #681dbd;
        border-bottom: none; }
        /* line 96, _index.scss */
        .tab-toggle.product-slider-heading.is-active:after {
          content: ''; } }

/* line 103, _index.scss */
.special-products-wrapper {
  margin-bottom: 75px; }

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

/* line 109, _index.scss */
.swiper-button-disabled.is-disabled {
  pointer-events: auto; }

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

/* line 119, _index.scss */
.promo-slide-caption {
  padding: 1rem;
  color: #626262;
  background-color: #e9b33d; }
  @media screen and (min-width: 769px) {
    /* line 119, _index.scss */
    .promo-slide-caption {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      padding: 0;
      background-color: transparent;
      text-shadow: 1px 1px 1px #222222;
      font-size: 1.5rem; } }

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

/* line 138, _index.scss */
.swiper-pagination-bullet-active {
  background: #681dbd; }

/* line 147, _index.scss */
.reviews-slider-container {
  position: relative; }

/* line 160, _index.scss */
.benefits {
  padding: 110px 1rem;
  min-height: 550px;
  margin-bottom: 92px;
  letter-spacing: 0;
  background: #f7c400 url(bg_benefits.jpg) no-repeat 50%; }
  /* line 164, _index.scss */
  .benefits .container, .benefits .reviews-slider-container, .benefits .slider-container {
    max-width: 830px; }
  @media screen and (min-width: 769px) {
    /* line 166, _index.scss */
    .benefits .cell-4 {
      max-width: 33%;
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%; }
    /* line 167, _index.scss */
    .benefits .cell-4:last-child {
      max-width: 34%;
      -ms-flex-preferred-size: 34%;
      flex-basis: 34%; } }

/* line 171, _index.scss */
.benefits-heading {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 35px; }
  /* line 172, _index.scss */
  .benefits-heading span {
    color: #681dbd; }

/* line 179, _index.scss */
.benefit-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 10px; }
  /* line 183, _index.scss */
  .benefit-title span {
    color: #681dbd;
    display: block; }

/* line 186, _index.scss */
.benefit-image {
  padding-bottom: 21px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  position: relative;
  /*span {background: #fff; height: 70px; mask: no-repeat 0 50%; -webkit-mask: no-repeat 0 50%; display: inline-block; width: 90px;}
  &:after {content:""; position: absolute; width: 74px; height: 5px; border-radius: 12px; background: #fff; bottom: 0; left: 0;}*/ }
  /* line 188, _index.scss */
  .benefit-image svg {
    vertical-align: middle; }

/*.benefit:last-child .benefit-image:after {width: 90px;}*/
/* line 194, _index.scss */
.benefit-caption {
  font-weight: 500;
  font-size: 17px;
  line-height: 156%; }

/* line 197, _index.scss */
.slider-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9; }

/* line 204, _index.scss */
.special-categories-wrapper {
  margin-bottom: 90px; }

/* line 210, _index.scss */
.special-category:nth-child(2) .label_moreinfo {
  background: #F2994A; }
/* line 211, _index.scss */
.special-category:nth-child(3) .label_moreinfo {
  background: #23B5CE; }

/* line 214, _index.scss */
.category-caption {
  position: absolute;
  bottom: 31px;
  left: 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px; }
  /* line 216, _index.scss */
  .category-caption.index2 {
    font-size: 21px;
    line-height: 26px;
    font-weight: 800; }
    /* line 218, _index.scss */
    .category-caption.index2 span {
      position: absolute;
      top: -25px;
      left: 0;
      font-size: 14px; }
    /* line 219, _index.scss */
    .category-caption.index2 span + span {
      position: absolute;
      top: -25px;
      left: 162px; }

/* line 223, _index.scss */
.category-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .category-image-wrapper:active, .category-image-wrapper:focus, .category-image-wrapper:hover {
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 227, _index.scss */
.category-prices {
  width: 200px;
  margin: 20px auto 30px;
  display: block; }

/* line 228, _index.scss */
.label_moreinfo {
  padding: 22px 30px 22px 22px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #681dbd;
  width: 212px;
  border-radius: 30px 0 100px 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px; }
  /* line 229, _index.scss */
  .label_moreinfo span {
    display: block;
    margin-bottom: 14px;
    font-size: 26px; }

/* line 232, _index.scss */
.clients-slider-wrapper {
  margin-bottom: 80px;
  padding-bottom: 50px; }
  /* line 233, _index.scss */
  .clients-slider-wrapper .swiper-button-prev, .clients-slider-wrapper .swiper-container-rtl .swiper-button-next {
    top: 165px; }
  /* line 234, _index.scss */
  .clients-slider-wrapper .swiper-button-next, .clients-slider-wrapper .swiper-container-rtl .swiper-button-prev {
    top: 165px; }

/* line 236, _index.scss */
.clients-slide-image {
  margin-bottom: 30px;
  border-radius: 30px; }

/* line 237, _index.scss */
.clients-slide-caption {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  padding: 0 15px;
  text-align: center; }

/* line 240, _index.scss */
.blog-slider-wrapper {
  padding-bottom: 80px; }
  /* line 241, _index.scss */
  .blog-slider-wrapper .swiper-button-prev, .blog-slider-wrapper .swiper-container-rtl .swiper-button-next {
    top: 165px; }
  /* line 242, _index.scss */
  .blog-slider-wrapper .swiper-button-next, .blog-slider-wrapper .swiper-container-rtl .swiper-button-prev {
    top: 165px; }

/* line 244, _index.scss */
.article-preview-image {
  margin-bottom: 30px; }
  /* line 245, _index.scss */
  .article-preview-image img {
    border-radius: 10px; }

/* line 247, _index.scss */
.article-preview-blog a {
  display: inline-block;
  background: #F0F0F0;
  opacity: 0.6;
  border-radius: 10px;
  min-width: 100px;
  padding: 5px 15px;
  color: #EE3737;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 16px;
  text-decoration: none !important;
  text-align: center; }

/* line 248, _index.scss */
.article-preview-title {
  height: 90px;
  overflow: hidden;
  margin-bottom: 20px; }
  /* line 249, _index.scss */
  .article-preview-title a {
    font-weight: bold;
    font-size: 22px;
    line-height: 140%;
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .article-preview-title a:active, .article-preview-title a:focus, .article-preview-title a:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 251, _index.scss */
.article-preview-date {
  color: #626262;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  padding-left: 24px;
  position: relative; }
  /* line 252, _index.scss */
  .article-preview-date:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    background: #681dbd;
    -webkit-mask: url(calendar_o.svg) no-repeat 0 50%;
    height: 18px;
    width: 18px; }

/* line 255, _index.scss */
[data-slider="clients"] {
  margin-bottom: 40px; }

@media screen and (max-width: 1600px) {
  /* line 258, _index.scss */
  .review-image {
    width: 120px;
    height: 120px;
    min-height: 120px; }
    /* line 259, _index.scss */
    .review-image img {
      width: 120px; } }
@media screen and (max-width: 1200px) {
  /* line 263, _index.scss */
  .review-image {
    width: 80px;
    height: 80px;
    min-height: 80px; }
    /* line 264, _index.scss */
    .review-image img {
      width: 80px; }

  /* line 266, _index.scss */
  .user-name {
    font-size: 12px; } }
@media screen and (max-width: 768px) {
  /* line 269, _index.scss */
  .main_title span {
    display: none; }

  /* line 270, _index.scss */
  .promo-slider-wrapper {
    margin-bottom: 10px;
    padding-bottom: 40px; } }
@media screen and (max-width: 1024px) {
  /* line 274, _index.scss */
  .benefits {
    background: #f7c400;
    padding: 50px 0;
    min-height: auto; }
    /* line 275, _index.scss */
    .benefits .benefit {
      margin-bottom: 20px; } }
@media screen and (max-width: 768px) {
  /* line 279, _index.scss */
  .main_title {
    font-size: 20px;
    line-height: 24px; }
    /* line 280, _index.scss */
    .main_title div {
      font-size: 14px; }

  /* line 282, _index.scss */
  .category-caption {
    font-size: 21px; }

  /* line 283, _index.scss */
  .review-content {
    margin: 23px 20px 0;
    font-size: 12px; }
    /* line 284, _index.scss */
    .review-content::after {
      left: 50%;
      top: -13px;
      transform: rotate(135deg);
      margin-left: -10px; } }
@media screen and (max-width: 480px) {
  /* line 288, _index.scss */
  .special-categories-wrapper {
    margin-bottom: 20px; }

  /* line 289, _index.scss */
  .special-products-wrapper {
    margin-bottom: 0; }

  /* line 290, _index.scss */
  .benefits {
    margin-bottom: 40px; }

  /* line 291, _index.scss */
  .benefits-heading {
    font-size: 20px;
    line-height: 24px; }

  /* line 292, _index.scss */
  .benefit-title, .benefit-caption {
    font-size: 14px; }

  /* line 293, _index.scss */
  .benefit-title span {
    display: inline; }

  /* line 294, _index.scss */
  .main_title {
    margin-bottom: 20px; }

  /* line 295, _index.scss */
  .clients-slide-caption {
    font-weight: bold;
    font-size: 20px; }

  /* line 296, _index.scss */
  .reviews-heading {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }

  /* line 297, _index.scss */
  .review-image {
    width: 80px;
    height: 80px; }

  /* line 298, _index.scss */
  .review-image img {
    width: 80px; }

  /* line 299, _index.scss */
  .user-name {
    margin-bottom: 7px;
    font-size: 12px; }

  /* line 300, _index.scss */
  .reviews-wrapper {
    margin-bottom: 40px; } }
/* line 1, _collection.scss */
.seo_filter {
  -webkit-box-flex: 1;
  -ms-flex: 1 2 600px;
  flex: 1 2 600px; }
  /* line 2, _collection.scss */
  .seo_filter .button, .seo_filter .co-button[type="submit"], .seo_filter .co-button[name="commit"], .seo_filter .co-button[data-method="delete"], .seo_filter .co-button.co-button--small, .seo_filter .co-modal-button, .seo_filter .co-tabs-node {
    margin-bottom: 10px;
    margin-right: 2px;
    border: 1px solid rgba(104, 29, 189, 0.2);
    box-shadow: none;
    height: 36px;
    padding: 3px 10px;
    color: #000; }
    /* line 3, _collection.scss */
    .seo_filter .button:hover, .seo_filter .co-button[type="submit"]:hover, .seo_filter .co-button[name="commit"]:hover, .seo_filter .co-button[data-method="delete"]:hover, .seo_filter .co-button.co-button--small:hover, .seo_filter .co-modal-button:hover, .seo_filter .co-tabs-node:hover {
      color: #000; }

/*.filter-items-wrapper {max-height: 100px; overflow: auto;}*/
/* line 7, _collection.scss */
.benefits-inner-wrapper {
  margin: 0 auto 60px;
  max-width: 880px; }
  /* line 8, _collection.scss */
  .benefits-inner-wrapper .benefit-image {
    padding: 0; }
  /* line 9, _collection.scss */
  .benefits-inner-wrapper .benefit-image span {
    background: #C2A4E4; }
  /* line 10, _collection.scss */
  .benefits-inner-wrapper .benefit-image:after {
    display: none; }

/* line 12, _collection.scss */
.collection-description {
  margin-bottom: 60px; }

/* line 13, _collection.scss */
.products_viewed {
  margin-left: 40px;
  position: relative; }
  /* line 14, _collection.scss */
  .products_viewed a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #626262; }
    /* line 15, _collection.scss */
    .products_viewed a:hover, .products_viewed a.active {
      background: #681DBD; }
    /* line 16, _collection.scss */
    .products_viewed a.grid {
      mask: url(grid.svg) no-repeat 50%;
      -webkit-mask: url(grid.svg) no-repeat 50%; }
    /* line 17, _collection.scss */
    .products_viewed a.list {
      mask: url(list.svg) no-repeat 50%;
      -webkit-mask: url(list.svg) no-repeat 50%;
      width: 28px; }
  /* line 19, _collection.scss */
  .products_viewed a + a {
    margin-left: 24px; }
  /* line 20, _collection.scss */
  .products_viewed:before {
    content: "";
    border-left: 1px solid #C2A4E4;
    height: 24px;
    position: absolute;
    left: 39px; }

/* line 22, _collection.scss */
.sidebar {
  margin-left: -1000px;
  background: #FCF9FF;
  height: 100%;
  padding: 60px 0 60px 1000px; }

/* line 23, _collection.scss */
.collection_list {
  display: none; }
  /* line 24, _collection.scss */
  .collection_list .product-properties {
    margin-bottom: 5px; }
  /* line 25, _collection.scss */
  .collection_list .product-card-min_zakaz {
    margin: 0 0 5px 30px;
    display: inline-block; }
  /* line 26, _collection.scss */
  .collection_list .price.in-card {
    display: inline-block; }
  /* line 27, _collection.scss */
  .collection_list .product-cart-control .counter {
    margin-right: 20px;
    width: 186px; }
  /* line 28, _collection.scss */
  .collection_list .button.is-primary, .collection_list input.button, .collection_list input.co-button[type="submit"], .collection_list input.co-button[name="commit"], .collection_list input.co-button[data-method="delete"], .collection_list input.co-button.co-button--small, .collection_list input.co-modal-button, .collection_list input.co-tabs-node, .collection_list .m-modal-button, .collection_list .button.form-button, .collection_list .form-button.co-button[type="submit"], .collection_list .form-button.co-button[name="commit"], .collection_list .form-button.co-button[data-method="delete"], .collection_list .form-button.co-button.co-button--small, .collection_list .form-button.co-modal-button, .collection_list .form-button.co-tabs-node, .collection_list .is-primary.co-button[type="submit"], .collection_list .is-primary.co-button[name="commit"], .collection_list .is-primary.co-button[data-method="delete"], .collection_list .is-primary.co-button.co-button--small, .collection_list .is-primary.co-modal-button, .collection_list .is-primary.co-tabs-node {
    width: 178px;
    margin-right: 20px; }
  /* line 29, _collection.scss */
  .collection_list .is-quick-checkout.button, .collection_list .is-quick-checkout.co-button[type="submit"], .collection_list .is-quick-checkout.co-button[name="commit"], .collection_list .is-quick-checkout.co-button[data-method="delete"], .collection_list .is-quick-checkout.co-button.co-button--small, .collection_list .is-quick-checkout.co-modal-button, .collection_list .is-quick-checkout.co-tabs-node {
    width: 180px;
    margin-bottom: 16px; }

/* line 32, _collection.scss */
.table_prices table {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  overflow-x: auto;
  padding: 3px;
  color: #626262;
  font-size: 15px; }
  /* line 38, _collection.scss */
  .table_prices table:before, .table_prices table:after {
    display: block;
    content: ''; }
  /* line 44, _collection.scss */
  .table_prices table td {
    border: 1px solid #F0E8F8;
    padding: 3px 5px;
    text-align: center; }
  /* line 48, _collection.scss */
  .table_prices table th {
    font-weight: 500;
    color: #681DBD;
    padding: 3px 5px;
    text-align: center; }
  /* line 49, _collection.scss */
  .table_prices table tr:not(:first-child):hover > td {
    background: #F0E8F8; }
  /* line 50, _collection.scss */
  .table_prices table tr:nth-child(2) > td {
    background: transparent !important; }

/* line 56, _collection.scss */
.collection .content-wrapper {
  padding: 0 0 40px; }

/* line 57, _collection.scss */
a.category-inner .category-image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(sticker_purple.png);
  width: 212px;
  height: 114px; }

/* line 58, _collection.scss */
.category-subcollections:nth-child(even) a.category-inner .category-image-wrapper:after, .special-category:nth-child(even) a.category-inner .category-image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(sticker_orange.png);
  width: 212px;
  height: 114px; }

/* line 59, _collection.scss */
.category-subcollections:nth-child(3) a.category-inner .category-image-wrapper:after, .category-subcollections:nth-child(4) a.category-inner .category-image-wrapper:after, .special-category:nth-child(3) a.category-inner .category-image-wrapper:after {
  background: url(sticker_blue.png); }

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

@media screen and (max-width: 380px) {
  /* line 69, _collection.scss */
  .pagination-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

/* line 77, _collection.scss */
.collection-mix-description {
  display: flex;
  align-items: start;
  margin: 0;
  margin-bottom: 1rem;
  flex-wrap: wrap; }

/* line 85, _collection.scss */
.collection-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4%;
  flex: 1 0 4%;
  min-width: 200px;
  max-width: 100%;
  text-align: center;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem; }

/* line 98, _collection.scss */
.collection-description {
  flex: 1 1 400px;
  max-width: 100%; }

/* line 103, _collection.scss */
.view-products {
  margin-top: 1.5rem; }

/* line 107, _collection.scss */
.views-tovar-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 116, _collection.scss */
.categories-subcollections {
  margin-bottom: 30px; }

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

/* line 132, _collection.scss */
.toolbar-inner > .collection-order-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 140, _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 152, _collection.scss */
  .collection-order-row.is-page-size {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
    @media screen and (max-width: 480px) {
      /* line 152, _collection.scss */
      .collection-order-row.is-page-size {
        display: none; } }

/* line 163, _collection.scss */
.collection-order-field {
  border: 0;
  background-color: #fff;
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  line-height: 23px;
  padding: 0.35rem 1.75rem 0.35rem 1rem; }
  /* line 174, _collection.scss */
  .collection-order-field.page-size {
    line-height: 18px;
    padding-left: 0.5rem;
    padding: 0.5rem;
    background-size: 0.6rem;
    background-position-x: 86%;
    padding-right: 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  @media screen and (max-width: 380px) {
    /* line 163, _collection.scss */
    .collection-order-field {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }
  @media screen and (max-width: 768px) {
    /* line 163, _collection.scss */
    .collection-order-field {
      border: 1px solid #e9b33d;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem; } }

/* line 203, _collection.scss */
.filter-heading {
  padding-left: 1.25rem; }

/* line 209, _collection.scss */
.noUi-connect {
  background: #1d1d1d; }

/* line 213, _collection.scss */
.noUi-pips-horizontal {
  display: none; }

/* line 217, _collection.scss */
.filter-item {
  padding: 0 0 10px;
  font-size: 15px; }

/* line 222, _collection.scss */
.filter-section-toolbar {
  padding-bottom: 20px; }

/* line 227, _collection.scss */
.filter-items-wrapper .filter-scrollbar {
  max-height: 265px; }
/* line 230, _collection.scss */
.filter-items-wrapper .filter-items-list {
  background: none;
  overflow: hidden; }

/* line 233, _collection.scss */
.filter-field {
  padding: 0; }
  /* line 236, _collection.scss */
  .filter-field:hover {
    color: #681dbd; }

/* line 242, _collection.scss */
.sidebar-filter .filter-field-marker, .sidebar-filter .form-field .form-toggle-marker, .form-field .sidebar-filter .form-toggle-marker {
  color: #222222;
  flex-basis: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  margin-right: 14px;
  position: relative;
  border: 2px solid #626262;
  border-radius: 6px; }
  /* line 252, _collection.scss */
  .sidebar-filter .filter-field-marker.is-active, .sidebar-filter .form-field .is-active.form-toggle-marker, .form-field .sidebar-filter .is-active.form-toggle-marker {
    background-color: #681dbd;
    border-color: #681dbd; }
    /* line 255, _collection.scss */
    .sidebar-filter .filter-field-marker.is-active:after, .sidebar-filter .form-field .is-active.form-toggle-marker:after, .form-field .sidebar-filter .is-active.form-toggle-marker:after {
      font: 14px FontAwesome;
      content: "\f00c";
      left: 50%;
      top: 50%;
      color: #fff;
      position: absolute;
      transform: translate(-50%, -50%); }

/* line 268, _collection.scss */
.filter-field-marker, .form-field .form-toggle-marker {
  color: #1d1d1d;
  flex-basis: 1rem;
  height: 1rem;
  line-height: 1.7rem;
  background-color: white;
  margin-right: 0.2rem;
  position: relative;
  border: 1px solid #1d1d1d; }
  /* line 278, _collection.scss */
  .filter-field-marker.is-active, .form-field .is-active.form-toggle-marker {
    background-color: #681dbd;
    border-color: #681dbd; }
    /* line 281, _collection.scss */
    .filter-field-marker.is-active:after, .form-field .is-active.form-toggle-marker:after {
      font: 14px FontAwesome;
      content: "\f00c";
      left: 50%;
      top: 50%;
      color: #fff;
      position: absolute;
      transform: translate(-50%, -50%); }

/* line 300, _collection.scss */
.form-toggle-caption a {
  color: #681dbd; }

/* line 307, _collection.scss */
.m-input-caption a {
  color: #681dbd; }

/* line 313, _collection.scss */
.m-input--checkbox [type="checkbox"]:checked + span {
  background-color: white; }
  /* line 458, _mixins.scss */
  .m-input--checkbox [type="checkbox"]:checked + span:after {
    font-family: "FontAwesome";
    content: "";
    left: 50%;
    top: 50%;
    color: #1d1d1d;
    position: absolute;
    transform: translate(-50%, -50%); }
/* line 324, _collection.scss */
.m-input--checkbox [type="checkbox"] + span {
  color: #1d1d1d;
  flex-basis: 1rem;
  height: 1rem;
  z-index: 1;
  pointer-events: none;
  line-height: 1.7rem;
  background-color: white;
  margin-right: 0.2rem;
  position: relative;
  border: 1px solid #1d1d1d; }

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

/* line 344, _collection.scss */
.filter-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 353, _collection.scss */
.button.filter-submit, .filter-submit.co-button[type="submit"], .filter-submit.co-button[name="commit"], .filter-submit.co-button[data-method="delete"], .filter-submit.co-button.co-button--small, .filter-submit.co-modal-button, .filter-submit.co-tabs-node {
  margin: 0.5rem 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 65px;
  flex: 1 0 65px;
  padding: 0.5em; }

/* line 361, _collection.scss */
.noUi-target {
  height: 0.28rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 368, _collection.scss */
.noUi-base {
  background-color: #c4c4c4; }

/* line 372, _collection.scss */
.noUi-handle {
  width: 1.1rem;
  height: 1.1rem;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #1d1d1d; }

/* line 382, _collection.scss */
.filter-clear {
  margin: 0.5rem 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 65px;
  flex: 1 0 65px;
  padding: 0.5em; }

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

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

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

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

/* line 412, _collection.scss */
.hidden-breadcrumbs {
  padding: 0.05rem 0.5rem; }

/* line 416, _collection.scss */
.papercups-slider-pagination {
  margin-bottom: 50px; }

/* line 417, _collection.scss */
.papercups-slide {
  font-size: 15px; }
  /* line 418, _collection.scss */
  .papercups-slide span {
    display: block;
    height: 56px;
    margin-bottom: 15px;
    background: url(star1.svg) no-repeat;
    text-indent: -8000px;
    font-size: 0; }
  /* line 419, _collection.scss */
  .papercups-slide:nth-child(2) span {
    background-image: url(star2.svg); }
  /* line 420, _collection.scss */
  .papercups-slide:nth-child(3) span {
    background-image: url(star3.svg); }
  /* line 421, _collection.scss */
  .papercups-slide:nth-child(4) span {
    background-image: url(star4.svg); }
  /* line 422, _collection.scss */
  .papercups-slide:nth-child(5) span {
    background-image: url(star5.svg); }
  /* line 423, _collection.scss */
  .papercups-slide:nth-child(6) span {
    background-image: url(star6.svg); }
  /* line 424, _collection.scss */
  .papercups-slide:nth-child(7) span {
    background-image: url(star7.svg); }

/* line 426, _collection.scss */
.collection_button {
  text-align: center;
  margin-bottom: 50px; }
  /* line 427, _collection.scss */
  .collection_button .button, .collection_button .co-button[type="submit"], .collection_button .co-button[name="commit"], .collection_button .co-button[data-method="delete"], .collection_button .co-button.co-button--small, .collection_button .co-modal-button, .collection_button .co-tabs-node {
    width: 296px; }

/* line 429, _collection.scss */
.collection-benefits {
  margin-bottom: 50px; }
  /* line 430, _collection.scss */
  .collection-benefits .benefit-image span {
    background: #C2A4E4; }
  /* line 431, _collection.scss */
  .collection-benefits .benefit-title {
    font-size: 20px; }

/* line 434, _collection.scss */
.wrap_select {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  line-height: 150%; }
  /* line 435, _collection.scss */
  .wrap_select .select_title {
    background: url(arrows_topbot.svg) no-repeat right;
    padding-right: 20px;
    cursor: pointer; }
  /* line 436, _collection.scss */
  .wrap_select .modal_select {
    background: #fff;
    box-shadow: 0px 7px 15px rgba(104, 29, 189, 0.06), 0px 4px 10px rgba(77, 13, 149, 0.1);
    border-radius: 10px;
    padding: 20px 20px 10px;
    width: 255px;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 50;
    text-align: left;
    display: none; }
    /* line 437, _collection.scss */
    .wrap_select .modal_select input {
      display: none; }
    /* line 438, _collection.scss */
    .wrap_select .modal_select label {
      margin-bottom: 10px;
      display: block;
      cursor: pointer; }
    /* line 439, _collection.scss */
    .wrap_select .modal_select input:checked + label {
      color: #681DBD; }
      /* line 440, _collection.scss */
      .wrap_select .modal_select input:checked + label:after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 10px;
        background: #681DBD;
        -webkit-mask: url(tick_o.svg);
        mask: url(tick_o.svg);
        margin-left: 10px; }

@media screen and (max-width: 768px) {
  /* line 446, _collection.scss */
  .wrap_select .modal_select {
    left: auto;
    right: 0; }

  /* line 447, _collection.scss */
  .button-filter {
    background: url(but_filter.png) no-repeat right;
    padding-right: 27px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: #1D1D1D;
    text-transform: none; }

  /* line 448, _collection.scss */
  .ajs-panel .sidebar {
    padding-top: 0; } }
@media screen and (max-width: 480px) {
  /* line 452, _collection.scss */
  .benefit-image {
    margin: 20px 0 10px; }

  /* line 453, _collection.scss */
  .seo_filter {
    -ms-flex: 1 2 auto;
    flex: 1 2 auto; } }
/* line 2, _product.scss */
[data-main-form] .page-headding-wrapper {
  padding-bottom: 20px; }
/* line 3, _product.scss */
[data-main-form] .page-headding {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%; }

/* line 6, _product.scss */
.product_page .benefit {
  margin-bottom: 20px; }

/* line 8, _product.scss */
.product-min_zakaz {
  color: #626262; }
  /* line 9, _product.scss */
  .product-min_zakaz span {
    color: #3e1171; }

/* line 11, _product.scss */
.product-properties {
  margin-bottom: 20px; }

/* line 12, _product.scss */
.product-mydesign {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 20px; }
  /* line 13, _product.scss */
  .product-mydesign a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }

/* line 15, _product.scss */
.product-form {
  background: #F0E8F8;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 23px;
  color: #626262; }
  /* line 16, _product.scss */
  .product-form .product-pieces_pack {
    margin-bottom: 12px; }
    /* line 16, _product.scss */
    .product-form .product-pieces_pack span {
      color: #1D1D1D;
      margin-left: 10px;
      font-weight: bold; }
  /* line 17, _product.scss */
  .product-form .product-prices {
    margin-bottom: 12px; }
  /* line 18, _product.scss */
  .product-form .product-summ span {
    font-weight: bold;
    font-size: 22px;
    color: #3E1171; }
  /* line 19, _product.scss */
  .product-form .button, .product-form .co-button[type="submit"], .product-form .co-button[name="commit"], .product-form .co-button[data-method="delete"], .product-form .co-button.co-button--small, .product-form .co-modal-button, .product-form .co-tabs-node {
    height: 50px;
    line-height: 40px; }
  /* line 20, _product.scss */
  .product-form .button.is-primary, .product-form input.button, .product-form input.co-button[type="submit"], .product-form input.co-button[name="commit"], .product-form input.co-button[data-method="delete"], .product-form input.co-button.co-button--small, .product-form input.co-modal-button, .product-form input.co-tabs-node, .product-form .m-modal-button, .product-form .button.form-button, .product-form .form-button.co-button[type="submit"], .product-form .form-button.co-button[name="commit"], .product-form .form-button.co-button[data-method="delete"], .product-form .form-button.co-button.co-button--small, .product-form .form-button.co-modal-button, .product-form .form-button.co-tabs-node, .product-form .is-primary.co-button[type="submit"], .product-form .is-primary.co-button[name="commit"], .product-form .is-primary.co-button[data-method="delete"], .product-form .is-primary.co-button.co-button--small, .product-form .is-primary.co-modal-button, .product-form .is-primary.co-tabs-node {
    width: 161px;
    margin-right: 20px; }
  /* line 21, _product.scss */
  .product-form .button.is-secondary, .product-form .is-secondary.co-button[type="submit"], .product-form .is-secondary.co-button[name="commit"], .product-form .is-secondary.co-button[data-method="delete"], .product-form .is-secondary.co-button.co-button--small, .product-form .is-secondary.co-modal-button, .product-form .is-secondary.co-tabs-node {
    margin-right: 20px; }
  /* line 22, _product.scss */
  .product-form .compare-link {
    height: 50px; }

/* line 24, _product.scss */
.product_delivery {
  font-size: 15px; }
  /* line 26, _product.scss */
  .product_delivery__title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px; }

/* line 28, _product.scss */
.table_discounts {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px; }
  /* line 29, _product.scss */
  .table_discounts__head {
    border-bottom: 2px solid #681DBD;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 12px;
    color: #681DBD; }
  /* line 30, _product.scss */
  .table_discounts__item {
    border-bottom: 1px dashed #C2A4E4;
    padding: 3px 0; }

/* line 34, _product.scss */
.product-prices .old_price {
  color: #626262; }
/* line 35, _product.scss */
.product-prices span {
  color: #1D1D1D;
  margin-left: 10px;
  font-weight: bold; }

/* line 38, _product.scss */
.product-card-form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  /* line 44, _product.scss */
  #gallery {
    display: none; } }

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

/* line 55, _product.scss */
.m-modal-wrapper {
  padding-bottom: 2rem; }

/* line 59, _product.scss */
.product-link {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  margin: auto;
  display: block;
  text-align: left; }
  /* line 499, _mixins.scss */
  .product-link:active, .product-link:focus, .product-link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 67, _product.scss */
.ajs-close {
  background-image: url(close.svg);
  margin: 5px; }

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

/* line 75, _product.scss */
.form-rating-label:nth-last-child(1) {
  color: #681dbd;
  -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: #681dbd !important;
  display: none; }
  /* line 458, _mixins.scss */
  .form-rating-label:nth-last-child(1):after {
    font-family: "FontAwesome";
    content: ""; }
  /* line 499, _mixins.scss */
  .form-rating-label:nth-last-child(1):active, .form-rating-label:nth-last-child(1):focus, .form-rating-label:nth-last-child(1):hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

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

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

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

/* line 102, _product.scss */
.product-sku-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 115, _product.scss */
  .product-sku-wrapper > .label-article {
    margin-right: 0.25rem;
    font-size: 0.8rem;
    opacity: 0.8; }
  /* line 120, _product.scss */
  .product-sku-wrapper > .js-product-sku {
    font-size: 0.8rem;
    opacity: 0.8; }

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

/* line 133, _product.scss */
.product-wrapper .page-headding {
  margin-bottom: 1rem; }

/* line 137, _product.scss */
.top-panel-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 150%; }

/* line 150, _product.scss */
.tab-toggle-caption {
  font-weight: bold;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 150, _product.scss */
    .tab-toggle-caption {
      margin-bottom: 0; } }

/* line 158, _product.scss */
.product-available {
  color: #5D9713;
  padding-left: 32px;
  background: url(available.svg) no-repeat 0 50%;
  margin-right: 22px; }

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

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

/* line 180, _product.scss */
.gallery-main-wrapper {
  text-align: center; }

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

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

/* line 196, _product.scss */
.product-control, .product-cart-control {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 210, _product.scss */
  .product-control .counter, .product-cart-control .counter {
    margin: 0 22px 16px 0; }
  /* line 211, _product.scss */
  .product-control .product-summ, .product-cart-control .product-summ {
    margin-bottom: 16px; }
  @media screen and (max-width: 480px) {
    /* line 196, _product.scss */
    .product-control, .product-cart-control {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 222, _product.scss */
.product-cart-control .button, .product-cart-control .co-button[type="submit"], .product-cart-control .co-button[name="commit"], .product-cart-control .co-button[data-method="delete"], .product-cart-control .co-button.co-button--small, .product-cart-control .co-modal-button, .product-cart-control .co-tabs-node {
  width: 147px; }

/* line 225, _product.scss */
.more-info {
  margin-bottom: 16px; }

/* line 229, _product.scss */
.compare-control {
  display: inline-block; }

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

/* line 237, _product.scss */
.gallery-thumbs.swiper-container > .gallery-controls {
  padding-left: 0; }
  /* line 240, _product.scss */
  .gallery-thumbs.swiper-container > .gallery-controls:before {
    margin-left: 0; }

/* line 248, _product.scss */
.m-modal-button {
  width: 261px;
  height: 50px;
  border-radius: 25px; }

/* line 253, _product.scss */
.m-modal {
  padding: 20px 0 0;
  background-color: white;
  color: #1d1d1d; }

/* line 259, _product.scss */
.m-modal-heading {
  padding-top: 15px; }

/* line 264, _product.scss */
.m-input-label {
  color: #1d1d1d; }

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

/* line 277, _product.scss */
.m-modal-close {
  background: url(close.svg) no-repeat 50%;
  width: 2rem;
  height: 2rem; }

/* line 282, _product.scss */
.product-card-wrapper {
  margin-bottom: 40px; }

/* line 284, _product.scss */
.product-card {
  display: block;
  font-size: 15px; }

/* line 288, _product.scss */
.product-card-inner {
  position: relative; }

/* line 292, _product.scss */
.product-card-photo {
  display: block;
  margin-bottom: 20px; }

/* line 296, _product.scss */
.product-card-image {
  position: relative; }
  /* line 297, _product.scss */
  .product-card-image .lnk_quickview {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    paddig: 11px 0 30px;
    background: rgba(255, 255, 255, 0.43);
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: none;
    color: #3E1171;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .product-card-image .lnk_quickview:active, .product-card-image .lnk_quickview:focus, .product-card-image .lnk_quickview:hover {
      color: #1d1d1d;
      -webkit-text-decoration: none;
      text-decoration: none; }
    /* line 299, _product.scss */
    .product-card-image .lnk_quickview:before {
      content: "";
      background: url(view.svg) no-repeat;
      width: 20px;
      height: 14px;
      margin-right: 8px;
      display: inline-block;
      vertical-align: sub; }

/* line 302, _product.scss */
.product-card-inner:hover .lnk_quickview {
  display: block; }

/* line 303, _product.scss */
.product-card-title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  min-height: 66px; }
  /* line 304, _product.scss */
  .product-card-title a {
    color: #1d1d1d;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .product-card-title a:active, .product-card-title a:focus, .product-card-title a:hover {
      color: #1d1d1d;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 306, _product.scss */
.price.in-card {
  font-weight: bold; }

/* line 307, _product.scss */
.product-card-min_zakaz {
  color: #626262;
  margin-bottom: 5px; }
  /* line 308, _product.scss */
  .product-card-min_zakaz strong {
    color: #1D1D1D; }

/* line 310, _product.scss */
.product-card-summ {
  margin-bottom: 12px;
  color: #626262; }
  /* line 311, _product.scss */
  .product-card-summ strong {
    margin-left: 3px;
    color: #681DBD;
    font-size: 22px; }

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

/* line 319, _product.scss */
.product-card-form_block .counter {
  margin-right: 10px; }

/* line 321, _product.scss */
.product-content {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 325, _product.scss */
  .product-content.tab {
    margin-top: 3rem;
    margin-bottom: 60px;
    position: relative; }
    /* line 327, _product.scss */
    .product-content.tab:before {
      content: "";
      border-bottom: 2px solid #F0E8F8;
      left: -1000px;
      right: -1000px;
      top: 44px;
      position: absolute; }

/* line 335, _product.scss */
.product-labels {
  position: absolute;
  top: 0;
  left: 0.5rem; }

/* line 341, _product.scss */
.gallery-thumbs-wrapper {
  margin-top: 0.5rem; }

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

/* line 358, _product.scss */
.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -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 373, _product.scss */
  .product-slider.is-related-products .product-slider-heading {
    word-break: break-word; }
  /* line 377, _product.scss */
  .product-slider.tab-block {
    border: none;
    padding-top: 0;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      /* line 383, _product.scss */
      .product-slider.tab-block:last-of-type {
        border-bottom: 1px solid #681dbd; } }
  /* line 389, _product.scss */
  .product-slider.is-similar-products {
    margin-top: 2rem; }

/* line 394, _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-left: 1.5rem; }

/* line 402, _product.scss */
.product .main_title {
  font-size: 22px;
  line-height: 31px; }

/* line 411, _product.scss */
.product-slider-controls .promo-slider-next.is-disabled,
.product-slider-controls .promo-slider-prev.is-disabled {
  display: block;
  pointer-events: fill; }
/* line 417, _product.scss */
.product-slider-controls .promo-slider-next {
  text-align: right; }
/* line 421, _product.scss */
.product-slider-controls .promo-slider-prev {
  text-align: left; }

/* line 426, _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 435, _product.scss */
.product-slider-prev,
.product-slider-next {
  color: #681dbd;
  -webkit-transition: opacity 0.15s ease-out 0.15s, color 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s, color 0.15s ease-out 0.15s;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: absolute;
  line-height: 1.5rem;
  background-image: none;
  font-size: 1.75rem;
  z-index: 99; }
  /* line 451, _product.scss */
  .product-slider-prev:active, .product-slider-prev:hover,
  .product-slider-next:active,
  .product-slider-next:hover {
    opacity: 0.8;
    color: #681dbd;
    background-color: trasparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  /* line 462, _product.scss */
  .product-slider-prev.is-disabled:active, .product-slider-prev.is-disabled:hover,
  .product-slider-next.is-disabled:active,
  .product-slider-next.is-disabled:hover {
    opacity: 0.35; }
  @media screen and (max-width: 480px) {
    /* line 435, _product.scss */
    .product-slider-prev,
    .product-slider-next {
      margin: 0;
      padding: 0; } }

/* line 474, _product.scss */
.above-gallery > .product-slider-prev,
.above-gallery .product-slider-next {
  font-size: 1.25rem; }

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

/* line 484, _product.scss */
.gallery-controls {
  margin-top: 0.5rem; }

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

/* line 497, _product.scss */
.compare-link {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 499, _mixins.scss */
  .compare-link:active, .compare-link:focus, .compare-link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 497, _product.scss */
    .compare-link {
      width: 100%;
      margin: 0.3rem 0; } }
  /* line 515, _product.scss */
  .compare-link:focus {
    border: none;
    outline: none; }
  /* line 519, _product.scss */
  .compare-link:hover {
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }

/* line 523, _product.scss */
.icon-compare {
  padding-right: 0.25rem;
  margin-bottom: -0.15rem;
  -webkit-transform: translate(0, 16%) rotate(90deg);
  transform: translate(0, 16%) rotate(90deg); }

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

/* line 533, _product.scss */
.compare-text {
  padding-bottom: 0.15rem;
  align-self: flex-end;
  margin-left: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em; }

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

/* line 550, _product.scss */
.price_discount {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 555, _product.scss */
  .price_discount span {
    font-weight: bold; }

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

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

/* line 584, _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 591, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 2rem; }
  /* line 598, _product.scss */
  .product-slider.is-bundle-products .swiper-wrapper {
    margin-top: 0; }
  /* line 602, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper:after {
    margin-left: 0; }
  /* line 606, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading {
    display: none; }

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

/* line 616, _product.scss */
.is-reviews-toggle, .is-comments-toggle {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #681dbd;
  color: #eeeeee;
  margin-bottom: 0.5rem;
  text-transform: uppercase; }
  /* line 281, _mixins.scss */
  .is-reviews-toggle:focus, .is-comments-toggle:focus, .is-reviews-toggle:active, .is-comments-toggle:active, .is-reviews-toggle:hover, .is-comments-toggle:hover {
    background-color: #681dbd;
    color: #eeeeee; }
  /* line 288, _mixins.scss */
  .is-reviews-toggle:-moz-focus-inner, .is-comments-toggle:-moz-focus-inner {
    border: 0; }
  /* line 622, _product.scss */
  .is-reviews-toggle:after, .is-comments-toggle:after {
    padding-left: 0.25rem; }

/* line 633, _product.scss */
.sidebar-menu-marker.filter-marker {
  margin-left: auto;
  margin-right: 9px;
  color: #eeeeee;
  font-weight: bold; }

/* line 645, _product.scss */
.filter-section-clear.is-filter-section-clear {
  padding: 0.5rem;
  color: #777777;
  background-color: transparent;
  font-weight: bold; }

/* line 660, _product.scss */
.sidebar-filter .filter-section-control {
  border-bottom: 2px solid #C2A4E4;
  color: #681DBD;
  font-weight: 600;
  font-size: 17px; }

/* line 663, _product.scss */
.ajs-header, .m-modal-heading {
  background-color: white;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin: 0;
  padding-top: 45px; }

/* line 667, _product.scss */
.ajs-body {
  background-color: white;
  margin: 0;
  padding: 0 25px; }

/* line 668, _product.scss */
.ajs-content {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #626262; }
  /* line 669, _product.scss */
  .ajs-content p {
    width: 100%;
    padding: 0 20px; }

/* line 671, _product.scss */
.ajs-content .form-label {
  display: none; }

/* line 672, _product.scss */
.ajs-content [type="checkbox"] ~ .form-label {
  display: block;
  text-align: left; }

/* line 673, _product.scss */
.ajs-buttons {
  text-align: center;
  padding: 17px 0 40px; }
  /* line 674, _product.scss */
  .ajs-buttons .button, .ajs-buttons .co-button[type="submit"], .ajs-buttons .co-button[name="commit"], .ajs-buttons .co-button[data-method="delete"], .ajs-buttons .co-button.co-button--small, .ajs-buttons .co-modal-button, .ajs-buttons .co-tabs-node {
    height: 50px;
    width: 237px;
    margin: 0; }

/* line 677, _product.scss */
.ajs-footer {
  background-color: white;
  padding-top: 0; }

/* line 682, _product.scss */
.ajs-dialog {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  color: #1d1d1d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; }
  @media screen and (max-width: 640px) {
    /* line 682, _product.scss */
    .ajs-dialog {
      transform: none;
      border-radius: 0; } }

/* line 695, _product.scss */
.form-notice {
  color: #1d1d1d; }

/* line 699, _product.scss */
.ajs-cancel {
  color: #1d1d1d; }

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

@media screen and (max-width: 768px) {
  /* line 709, _product.scss */
  .top-panel-product {
    flex-direction: column; }

  /* line 710, _product.scss */
  .product-slider-heading-wrapper {
    margin: 0; }

  /* line 711, _product.scss */
  .product-slider .main_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 140%; }

  /* line 712, _product.scss */
  .product-slider.is-similar-products {
    margin: 0; } }
@media screen and (max-width: 480px) {
  /* line 716, _product.scss */
  .product .product-form .product-pieces_pack, .product .product-form .product-prices {
    text-align: center; }
  /* line 717, _product.scss */
  .product .product-form .counter {
    margin: 0 0 14px; }
  /* line 718, _product.scss */
  .product .product-form .button, .product .product-form .co-button[type="submit"], .product .product-form .co-button[name="commit"], .product .product-form .co-button[data-method="delete"], .product .product-form .co-button.co-button--small, .product .product-form .co-modal-button, .product .product-form .co-tabs-node {
    width: 100%;
    margin: 0 0 20px; }
  /* line 719, _product.scss */
  .product .product-form .compare-link {
    width: 100%;
    margin: 0; }

  /* line 721, _product.scss */
  .product_delivery {
    font-size: 12px; }

  /* line 722, _product.scss */
  .product-card-title {
    font-size: 10px;
    font-weight: bold;
    line-height: 150%; }

  /* line 723, _product.scss */
  .product-card-min_zakaz {
    font-weight: 500;
    font-size: 12px; }

  /* line 724, _product.scss */
  .product-card-summ, .product-card-form_block {
    display: none; }

  /* line 726, _product.scss */
  [data-main-form] .page-headding-wrapper {
    padding-bottom: 14px; }

  /* line 727, _product.scss */
  [data-main-form] .page-headding {
    font-weight: bold;
    font-size: 14px;
    line-height: 140%; }

  /* line 728, _product.scss */
  .top-panel-product {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%; }

  /* line 729, _product.scss */
  .product-available {
    margin-bottom: 5px; } }
/* line 733, _product.scss */
.quick_view {
  text-align: left; }
  /* line 734, _product.scss */
  .quick_view h1 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 140%;
    color: #1D1D1D; }
  /* line 735, _product.scss */
  .quick_view .product-mydesign {
    color: #1D1D1D; }

/* line 1, _compare.scss */
.button-same-toggle {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #681dbd;
  color: #eeeeee; }
  /* line 281, _mixins.scss */
  .button-same-toggle:focus, .button-same-toggle:active, .button-same-toggle:hover {
    background-color: #681dbd;
    color: #eeeeee; }
  /* line 288, _mixins.scss */
  .button-same-toggle:-moz-focus-inner {
    border: 0; }

/* line 5, _compare.scss */
.compares {
  margin-top: 40px;
  color: #626262; }
  /* line 6, _compare.scss */
  .compares .compare-image-wrapper {
    position: relative; }
  /* line 7, _compare.scss */
  .compares .product-title {
    text-transform: none;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 40px; }
    /* line 8, _compare.scss */
    .compares .product-title a {
      color: #1d1d1d;
      -webkit-text-decoration: none;
      text-decoration: none;
      -webkit-transition: color 0.15s ease-out 0.15s;
      transition: color 0.15s ease-out 0.15s; }
      /* line 499, _mixins.scss */
      .compares .product-title a:active, .compares .product-title a:focus, .compares .product-title a:hover {
        color: #681dbd;
        -webkit-text-decoration: none;
        text-decoration: none; }

/* line 11, _compare.scss */
button.remove {
  border: none;
  background: #626262;
  mask: url(close.svg);
  -webkit-mask: url(close.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10; }
  /* line 12, _compare.scss */
  button.remove:hover {
    background: #681DBD; }
  /* line 13, _compare.scss */
  button.remove:active {
    background: #3E1171; }

/* line 16, _compare.scss */
.compare-toolbar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/* line 22, _compare.scss */
.table-striped .table-row:nth-child(even) td,
.table-striped tr:nth-child(even) .table-cell,
.table-striped tr:nth-child(even) td {
  background-color: rgba(238, 238, 238, 0.5);
  color: #1d1d1d; }

/* line 29, _compare.scss */
.table-striped .table-row:nth-child(even) > .table-cell.param-value {
  background-color: #F0F0F0;
  color: #1D1D1D; }

/* line 32, _compare.scss */
.table-striped .table-row:hover > .table-cell {
  background-color: #F0E8F8 !important; }

/* line 35, _compare.scss */
.table-striped .table-row:first-child:hover > .table-cell,
.table-striped .table-row:nth-child(2):hover > .table-cell {
  background-color: transparent !important; }

/* line 40, _compare.scss */
.table-bordered td {
  border: 1px solid #c2a4e4; }

/* line 46, _compare.scss */
.table-bordered .table-cell:first-child {
  border-left: 1px solid #c2a4e4; }
/* line 50, _compare.scss */
.table-bordered .table-cell:last-child {
  border-right: 1px solid #c2a4e4; }
/* line 54, _compare.scss */
.table-bordered .table-row:first-child .table-cell {
  border-top: 1px solid #c2a4e4;
  background-color: rgba(238, 238, 238, 0.5);
  color: #1d1d1d; }
/* line 60, _compare.scss */
.table-bordered .table-row:last-child .table-cell {
  border-bottom: 1px solid #c2a4e4; }
/* line 64, _compare.scss */
.table-bordered .table-cell {
  border-right: 1px solid #c2a4e4;
  border-bottom: 1px solid #c2a4e4; }

/* line 70, _compare.scss */
.table .table-cell,
.table td {
  padding: 18px 22px;
  line-height: 1.2; }

/* line 76, _compare.scss */
.compare-table-wrapper {
  overflow-x: auto; }

/* line 80, _compare.scss */
.title-link {
  color: #681dbd;
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .title-link:active, .title-link:focus, .title-link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 87, _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 99, _compare.scss */
.compare-more {
  margin: 0 0.5rem 0.5rem;
  padding: 0.5rem 1.4rem; }

/* line 104, _compare.scss */
.compare-delete {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .compare-delete:active, .compare-delete:focus, .compare-delete:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 458, _mixins.scss */
  .compare-delete:before {
    font-family: "FontAwesome";
    content: ""; }

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

/* line 133, _compare.scss */
.param-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  word-wrap: break-word;
  text-align: right;
  color: #681DBD;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

/* line 141, _compare.scss */
.param-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 258px;
  flex: 0 0 258px;
  max-width: 258px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

/* line 145, _compare.scss */
.param-button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  /* line 146, _compare.scss */
  .param-button .button, .param-button .co-button[type="submit"], .param-button .co-button[name="commit"], .param-button .co-button[data-method="delete"], .param-button .co-button.co-button--small, .param-button .co-modal-button, .param-button .co-tabs-node {
    width: 100%; }

/* line 149, _compare.scss */
.compare-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center; }
  /* line 159, _compare.scss */
  .compare-controls .more-info {
    flex: 0 1 50%;
    margin: 0; }

/** Compares widget */
/** Compares widget */
/* line 168, _compare.scss */
.compares-widget {
  margin-left: auto;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    /* line 168, _compare.scss */
    .compares-widget {
      margin-left: 0; } }
  /* line 176, _compare.scss */
  .compares-widget.is-top-panel {
    padding: 0;
    display: flex;
    align-items: center; }
    /* line 180, _compare.scss */
    .compares-widget.is-top-panel .compare-widget-caption,
    .compares-widget.is-top-panel .shopcart-widget-icon {
      border: none;
      padding: 0.8rem;
      color: #23b5ce;
      font-size: 1.5rem;
      margin-right: 0; }
      /* line 188, _compare.scss */
      .compares-widget.is-top-panel .compare-widget-caption:hover,
      .compares-widget.is-top-panel .shopcart-widget-icon:hover {
        color: #23b5ce; }
    /* line 192, _compare.scss */
    .compares-widget.is-top-panel .compare-widget-caption {
      display: flex;
      align-items: center; }

/* line 201, _compare.scss */
.compares-widget-link {
  color: #626262;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  white-space: nowrap; }
  /* line 499, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #23b5ce;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 207, _compare.scss */
.compare-widget-icon {
  display: inline-block;
  width: 1rem; }

/* line 1, _blog.scss */
.articles-list {
  margin-bottom: 120px; }

/* line 3, _blog.scss */
.blog-menu-item {
  padding: 0.25rem 0;
  line-height: 23px; }

/* line 8, _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: #681dbd;
  line-height: 1.5rem; }
  /* line 16, _blog.scss */
  .blog-menu-link.is-active, .blog-menu-link.is-current, .blog-menu-link.is-hovered {
    color: #681dbd; }

/* line 23, _blog.scss */
.heading-link {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .heading-link:active, .heading-link:focus, .heading-link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

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

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

/* line 38, _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 50, _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 60, _blog.scss */
  .tag:hover {
    border-color: #681dbd; }
    /* line 63, _blog.scss */
    .tag:hover * {
      border-color: #681dbd;
      color: #681dbd; }
  /* line 68, _blog.scss */
  .tag.is-current * {
    border-color: #681dbd;
    color: #681dbd; }

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

/* line 80, _blog.scss */
.tag-link, .tag-title {
  text-decoration: none;
  color: #681dbd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c2a4e4;
  vertical-align: middle;
  background-color: white; }

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

/* line 99, _blog.scss */
.tag-count {
  white-space: nowrap;
  border-left: 1px solid #c2a4e4;
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #681dbd;
  text-decoration: none; }

/* line 108, _blog.scss */
.comments-count {
  color: #681dbd;
  padding: 0 1em;
  text-decoration: none;
  padding-left: 0;
  padding-bottom: 0.25rem; }
  /* line 115, _blog.scss */
  .comments-count:hover {
    color: #681dbd; }

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

/* line 124, _blog.scss */
.article-toolbar {
  padding: 0.5rem 0; }

/* line 128, _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 142, _blog.scss */
.comments-heading {
  margin: 0.75rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #7337b8;
  text-transform: capitalize;
  font-size: 1.25rem; }

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

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

/* line 165, _blog.scss */
.comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 80%; }

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

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

/* line 191, _blog.scss */
.form-button {
  width: 100%; }

/* line 197, _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 210, _blog.scss */
.m-modal-errors {
  color: #222222; }

/* line 214, _blog.scss */
.form-label:not(.is-checkbox) {
  display: none; }

/* line 215, _blog.scss */
.form-field.is-text, .m-input-field, .co-input-field, .textfield {
  border: 2px solid rgba(104, 29, 189, 0.2);
  border-radius: 25px;
  max-width: 800px;
  padding: 10px 22px;
  font-weight: 500;
  font-size: 17px;
  line-height: 156%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none; }
  /* line 222, _blog.scss */
  .form-field.is-text::placeholder, .m-input-field::placeholder, .co-input-field::placeholder, .textfield::placeholder {
    color: #626262; }
  /* line 224, _blog.scss */
  .form-field.is-text:focus, .m-input-field:focus, .co-input-field:focus, .textfield:focus {
    border: 2px solid #681DBD;
    color: #681DBD; }

/* line 228, _blog.scss */
.form-field.is-text, .m-input-field, .co-input-field {
  max-width: 400px; }

/* line 229, _blog.scss */
.form-field.is-textarea {
  max-width: 800px; }

/* line 231, _blog.scss */
.form-field.with-error, .textfield.with-error {
  background-color: #fff;
  color: #EE3737;
  border-color: #EE3737; }

/* line 236, _blog.scss */
.form-notice.is-error {
  color: #EE3737;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  padding: 2px 24px;
  text-align: left; }

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

/* line 2, _article.scss */
.page_article .page-headding {
  text-align: center; }

/* line 4, _article.scss */
.article-date {
  position: relative;
  text-align: center;
  margin: 45px 0 40px;
  color: #626262;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.06em; }
  /* line 5, _article.scss */
  .article-date:after {
    position: absolute;
    top: -22px;
    left: 50%;
    width: 74px;
    height: 4px;
    background: #C2A4E4;
    border-radius: 2px;
    content: "";
    transform: translateX(-50%); }
  /* line 6, _article.scss */
  .article-date:before {
    content: "";
    display: inline-block;
    background: #681dbd;
    -webkit-mask: url(calendar_o.svg) no-repeat 0 50%;
    mask: url(calendar_o.svg) no-repeat 0 50%;
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 3px; }

/* line 11, _article.scss */
.article-preview {
  display: block; }
  /* line 14, _article.scss */
  .article-preview > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

/* line 20, _article.scss */
.article-preview-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    /* line 20, _article.scss */
    .article-preview-image-wrapper {
      margin: 0.5rem 0; } }

/* line 30, _article.scss */
.article-tags-wrapper {
  margin-bottom: 2rem; }

/* line 35, _article.scss */
.blog .article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    /* line 35, _article.scss */
    .blog .article-preview {
      display: block; } }
/* line 52, _article.scss */
.blog .article-preview-image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4%;
  flex: 1 0 4%;
  min-width: 200px;
  max-width: 100%; }

/* line 62, _article.scss */
.article-preview-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  margin-left: 0.5rem;
  flex: 1 1 400px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 79, _article.scss */
  .article-preview-caption.in-sidebar {
    margin-left: 0; }

/* line 84, _article.scss */
.article-preview-link {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  font-weight: bold; }
  /* line 499, _mixins.scss */
  .article-preview-link:active, .article-preview-link:focus, .article-preview-link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

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

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

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

@media screen and (max-width: 768px) {
  /* line 139, _article.scss */
  .article-date {
    margin: 25px 0 30px; } }
/* line 1, _cart.scss */
.text_empty {
  font-weight: bold;
  color: #626262;
  font-size: 22px;
  line-height: 140%; }

/* line 4, _cart.scss */
.cart_head {
  color: #681DBD;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase; }

/* line 5, _cart.scss */
.cart-item {
  position: relative;
  padding: 20px 0; }
  /* line 7, _cart.scss */
  .cart-item:not(:last-child):after {
    content: "";
    border-radius: 2px;
    height: 4px;
    width: 74px;
    background: #C2A4E4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  @media screen and (max-width: 480px) {
    /* line 10, _cart.scss */
    .cart-item:nth-child(2) {
      padding-top: 0; }
    /* line 11, _cart.scss */
    .cart-item .item-counter {
      order: 2; }
    /* line 12, _cart.scss */
    .cart-item .item-prices.is-total-price {
      order: 2; }
    /* line 13, _cart.scss */
    .cart-item .item-delete {
      order: 3; } }

/* line 17, _cart.scss */
.cart_clear {
  padding-bottom: 80px; }
  /* line 18, _cart.scss */
  .cart_clear button {
    background: none;
    border: none;
    color: #626262;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em; }
    /* line 19, _cart.scss */
    .cart_clear button:before {
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 12px;
      vertical-align: middle;
      background: url(close.svg) no-repeat; }
    /* line 20, _cart.scss */
    .cart_clear button:hover {
      text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 17, _cart.scss */
    .cart_clear {
      padding: 10px 0 30px; } }

/* line 27, _cart.scss */
.cart-footer {
  background: #F0E8F8;
  border-radius: 10px;
  padding: 20px 40px; }
  /* line 29, _cart.scss */
  .cart-footer .button, .cart-footer .co-button[type="submit"], .cart-footer .co-button[name="commit"], .cart-footer .co-button[data-method="delete"], .cart-footer .co-button.co-button--small, .cart-footer .co-modal-button, .cart-footer .co-tabs-node {
    width: 100%;
    height: 50px; }
  @media screen and (max-width: 480px) {
    /* line 27, _cart.scss */
    .cart-footer {
      padding: 30px 17px; }
      /* line 32, _cart.scss */
      .cart-footer .cart_count {
        font-size: 17px; }
      /* line 33, _cart.scss */
      .cart-footer .discount-wrapper {
        text-align: center;
        position: relative; }
        /* line 33, _cart.scss */
        .cart-footer .discount-wrapper a {
          margin: 0; }
      /* line 34, _cart.scss */
      .cart-footer .discount-button {
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid #E1D2F2;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 46px; } }

/* line 40, _cart.scss */
.cart-block-checkout.is-cart-dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%; }

/* line 50, _cart.scss */
.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    /* line 50, _cart.scss */
    .item {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  /* line 76, _cart.scss */
  .item.is-cart-dropdown {
    border: none; }

/* line 81, _cart.scss */
.discount-comment-list {
  margin: 0.5rem 0;
  padding-top: 0.5rem; }

/* line 86, _cart.scss */
.item-image-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  padding: 0.5rem 0.5rem;
  margin: auto; }
  /* line 92, _cart.scss */
  .item-image-wrapper.is-cart-dropdown {
    -webkit-box-flex: 0;
    flex: 0 0 4rem;
    -ms-flex: 0 0 4rem; }
  @media screen and (max-width: 480px) {
    /* line 86, _cart.scss */
    .item-image-wrapper {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%; } }

/* line 105, _cart.scss */
.item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10rem;
  flex: 1 1 10rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 123, _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 139, _cart.scss */
.is-cart-dropdown .item-caption {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

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

/* line 165, _cart.scss */
.item-title {
  text-decoration: none;
  color: #1d1d1d;
  font-weight: bold; }

/* line 170, _cart.scss */
.item-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 181, _cart.scss */
.item-prices.is-price {
  color: #1D1D1D;
  font-weight: bold;
  font-size: 15px; }

/* line 182, _cart.scss */
.item-prices.is-total-price {
  color: #681DBD;
  font-weight: bold;
  font-size: 15px; }

/* line 184, _cart.scss */
.item-prices {
  white-space: nowrap;
  text-align: center;
  padding: 0.5rem 0.5rem; }
  /* line 189, _cart.scss */
  .item-prices.is-sale-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%; }
    @media screen and (max-width: 768px) {
      /* line 189, _cart.scss */
      .item-prices.is-sale-price {
        display: none; } }
  /* line 199, _cart.scss */
  .item-prices.is-total-price {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%; }
    @media screen and (max-width: 768px) {
      /* line 199, _cart.scss */
      .item-prices.is-total-price {
        font-weight: bold; } }
  /* line 209, _cart.scss */
  .item-prices span {
    margin-left: 0.5rem; }

/* line 214, _cart.scss */
.item-counter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 0.5rem; }
  /* line 219, _cart.scss */
  .item-counter.is-cart-dropdown {
    display: none; }

/* line 226, _cart.scss */
.item-delete {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 0.5rem;
  padding-right: 0; }
  @media screen and (max-width: 380px) {
    /* line 226, _cart.scss */
    .item-delete {
      padding: 0.25rem; } }

/* line 243, _cart.scss */
.shopcart-widget-wrapper.is-top-panel {
  padding: 0; }

/* line 250, _cart.scss */
.shopcart-widget.is-top-panel .shopcart-widget-icon {
  padding: 0.8rem;
  padding-top: 0.7rem;
  border: none;
  display: flex;
  align-items: center; }
/* line 257, _cart.scss */
.shopcart-widget.is-top-panel .shopcart-widget-data {
  display: none; }
/* line 262, _cart.scss */
.shopcart-widget.in-header {
  font-size: 0.9rem;
  margin-left: auto;
  position: relative; }
  /* line 269, _cart.scss */
  .shopcart-widget.in-header .shopcart-widget-link {
    transition: none; }
    /* line 272, _cart.scss */
    .shopcart-widget.in-header .shopcart-widget-link:hover .shopcart-widget-icon * {
      border-color: #681dbd;
      color: #681dbd; }
    /* line 276, _cart.scss */
    .shopcart-widget.in-header .shopcart-widget-link:hover .shopcart-widget-data {
      color: #681dbd; }

/* line 285, _cart.scss */
.shopcart-widget-link {
  color: #23b5ce;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 499, _mixins.scss */
  .shopcart-widget-link:active, .shopcart-widget-link:focus, .shopcart-widget-link:hover {
    color: #23b5ce;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 302, _cart.scss */
.shopcart-widget-icon {
  font-size: 1.5rem;
  position: relative;
  vertical-align: middle;
  padding: 1rem 0.9rem;
  margin-right: 0.3rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem; }
  /* line 458, _mixins.scss */
  .shopcart-widget-icon:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 317, _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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3E1171;
  color: #fff;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  position: absolute;
  font-size: 10px;
  letter-spacing: 0.08em;
  border-radius: 50%; }

/* line 344, _cart.scss */
.compares-widget-count.is-top-panel {
  border: 1px solid #23b5ce;
  color: #23b5ce;
  background-color: #e9b33d; }

/* line 353, _cart.scss */
.shopcart-widget {
  position: relative;
  display: inline-block; }
  /* line 355, _cart.scss */
  .shopcart-widget .shopcart-widget-form {
    background: #FFF;
    box-shadow: 0px 2px 30px rgba(104, 29, 189, 0.1), 0px 1px 10px rgba(77, 13, 149, 0.1);
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    top: 47px;
    right: 0;
    width: 491px;
    text-align: left;
    z-index: 99;
    display: none; }
    /* line 356, _cart.scss */
    .shopcart-widget .shopcart-widget-form .shopcart-widget-text {
      margin-bottom: 10px; }
      /* line 356, _cart.scss */
      .shopcart-widget .shopcart-widget-form .shopcart-widget-text span {
        color: #681DBD;
        font-weight: bold; }
    /* line 357, _cart.scss */
    .shopcart-widget .shopcart-widget-form .cart-item {
      padding: 12px 0;
      font-weight: 500;
      font-size: 15px;
      line-height: 150%; }
    /* line 358, _cart.scss */
    .shopcart-widget .shopcart-widget-form .item-title {
      margin-bottom: 9px; }
    /* line 359, _cart.scss */
    .shopcart-widget .shopcart-widget-form .item-price {
      color: #626262; }
    /* line 360, _cart.scss */
    .shopcart-widget .shopcart-widget-form .item-summ {
      color: #626262; }
      /* line 360, _cart.scss */
      .shopcart-widget .shopcart-widget-form .item-summ strong {
        color: #681DBD; }
    /* line 361, _cart.scss */
    .shopcart-widget .shopcart-widget-form .cart-item:not(:last-child):after {
      left: 47px; }
    /* line 362, _cart.scss */
    .shopcart-widget .shopcart-widget-form .shopcart-widget-bottom {
      padding: 20px 0 30px; }
    /* line 363, _cart.scss */
    .shopcart-widget .shopcart-widget-form .total_price {
      color: #681DBD;
      font-weight: bold;
      font-size: 22px; }
    /* line 364, _cart.scss */
    .shopcart-widget .shopcart-widget-form .button.is-primary, .shopcart-widget .shopcart-widget-form input.button, .shopcart-widget .shopcart-widget-form input.co-button[type="submit"], .shopcart-widget .shopcart-widget-form input.co-button[name="commit"], .shopcart-widget .shopcart-widget-form input.co-button[data-method="delete"], .shopcart-widget .shopcart-widget-form input.co-button.co-button--small, .shopcart-widget .shopcart-widget-form input.co-modal-button, .shopcart-widget .shopcart-widget-form input.co-tabs-node, .shopcart-widget .shopcart-widget-form .m-modal-button, .shopcart-widget .shopcart-widget-form .button.form-button, .shopcart-widget .shopcart-widget-form .form-button.co-button[type="submit"], .shopcart-widget .shopcart-widget-form .form-button.co-button[name="commit"], .shopcart-widget .shopcart-widget-form .form-button.co-button[data-method="delete"], .shopcart-widget .shopcart-widget-form .form-button.co-button.co-button--small, .shopcart-widget .shopcart-widget-form .form-button.co-modal-button, .shopcart-widget .shopcart-widget-form .form-button.co-tabs-node, .shopcart-widget .shopcart-widget-form .is-primary.co-button[type="submit"], .shopcart-widget .shopcart-widget-form .is-primary.co-button[name="commit"], .shopcart-widget .shopcart-widget-form .is-primary.co-button[data-method="delete"], .shopcart-widget .shopcart-widget-form .is-primary.co-button.co-button--small, .shopcart-widget .shopcart-widget-form .is-primary.co-modal-button, .shopcart-widget .shopcart-widget-form .is-primary.co-tabs-node {
      height: 50px;
      line-height: 40px; }
    /* line 365, _cart.scss */
    .shopcart-widget .shopcart-widget-form.empty-cart {
      width: 320px;
      padding: 30px 50px;
      border-radius: 30px;
      background: #F0E8F8;
      font-weight: 600;
      font-size: 14px;
      top: 70px; }
  /* line 367, _cart.scss */
  .shopcart-widget:hover .shopcart-widget-form {
    display: block; }

/* line 370, _cart.scss */
.cart-checkout {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #681dbd;
  color: #eeeeee; }
  /* line 281, _mixins.scss */
  .cart-checkout:focus, .cart-checkout:active, .cart-checkout:hover {
    background-color: #681dbd;
    color: #eeeeee; }
  /* line 288, _mixins.scss */
  .cart-checkout:-moz-focus-inner {
    border: 0; }
  @media screen and (max-width: 380px) {
    /* line 370, _cart.scss */
    .cart-checkout {
      width: 100%; } }
  /* line 378, _cart.scss */
  .cart-checkout.is-cart-dropdown {
    width: 100%; }

/* line 383, _cart.scss */
.discount-form {
  margin: 20px 0 10px 0;
  background: #FFFFFF;
  border: 2px solid rgba(104, 29, 189, 0.2);
  padding: 10px 22px;
  border-radius: 25px; }

/* line 388, _cart.scss */
.discount-input {
  border: none;
  background: none;
  height: 27px;
  width: 89%;
  outline: none;
  line-height: 2rem; }

/* line 394, _cart.scss */
.discount-button {
  background: url(tick.svg) no-repeat 50%;
  width: 24px;
  height: 24px;
  border: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle; }

/* line 395, _cart.scss */
.discount-wrapper a {
  margin-left: 24px;
  font-size: 12px;
  font-weight: bold; }

/* line 397, _cart.scss */
.cart-total {
  margin-bottom: 14px;
  color: #627086;
  font-weight: 500;
  font-size: 15px; }
  /* line 400, _cart.scss */
  .cart-total span {
    float: right;
    color: #681DBD;
    font-weight: bold; }

/* line 403, _cart.scss */
.back_to_shop {
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.08em; }
  /* line 404, _cart.scss */
  .back_to_shop a {
    color: #626262;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .back_to_shop a:active, .back_to_shop a:focus, .back_to_shop a:hover {
      color: #626262;
      -webkit-text-decoration: none;
      text-decoration: none; }

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

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

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

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

/* line 434, _cart.scss */
.cart-widget-dropdown {
  position: absolute;
  background-color: white;
  border: 1px solid #c2a4e4;
  width: 250px;
  top: 100%;
  right: 0;
  padding-top: 0.75rem;
  z-index: 1000;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s; }
  /* line 448, _cart.scss */
  .cart-widget-dropdown .js-cart-empty {
    margin-top: 0; }
  /* line 452, _cart.scss */
  .cart-widget-dropdown.empty-cart {
    padding-top: 0; }

/* line 1, _checkout-v2.scss */
.checkout .header {
  height: auto;
  padding: 20px 0;
  font-size: 1em;
  line-height: 156%;
  color: #1d1d1d; }

/* line 2, _checkout-v2.scss */
.checkout .header a:not(.button):not(.co-button[type="submit"]):not(.co-button[name="commit"]):not(.co-button[data-method="delete"]):not(.co-button.co-button--small):not(.co-modal-button):not(.co-tabs-node) {
  color: #1d1d1d;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .checkout .header a:not(.button):not(.co-button[type="submit"]):not(.co-button[name="commit"]):not(.co-button[data-method="delete"]):not(.co-button.co-button--small):not(.co-modal-button):not(.co-tabs-node):active, .checkout .header a:not(.button):not(.co-button[type="submit"]):not(.co-button[name="commit"]):not(.co-button[data-method="delete"]):not(.co-button.co-button--small):not(.co-modal-button):not(.co-tabs-node):focus, .checkout .header a:not(.button):not(.co-button[type="submit"]):not(.co-button[name="commit"]):not(.co-button[data-method="delete"]):not(.co-button.co-button--small):not(.co-modal-button):not(.co-tabs-node):hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 3, _checkout-v2.scss */
.checkout .header .block_phone a:last-child {
  color: #681dbd;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .checkout .header .block_phone a:last-child:active, .checkout .header .block_phone a:last-child:focus, .checkout .header .block_phone a:last-child:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 4, _checkout-v2.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 {
  text-shadow: none;
  font-family: "Montserrat", Arial, sans-serif !important; }

/* line 6, _checkout-v2.scss */
.page_checkout {
  padding-top: 90px; }
  /* line 7, _checkout-v2.scss */
  .page_checkout .co-input-notice {
    text-align: unset; }
  /* line 8, _checkout-v2.scss */
  .page_checkout .inputs_regiter {
    float: left;
    text-align: left;
    width: 41%; }
    /* line 9, _checkout-v2.scss */
    .page_checkout .inputs_regiter .co-checkout-title {
      margin-left: 22px; }
    /* line 10, _checkout-v2.scss */
    .page_checkout .inputs_regiter .set {
      width: auto; }
  /* line 12, _checkout-v2.scss */
  .page_checkout .co-login {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  /* line 13, _checkout-v2.scss */
  .page_checkout .set {
    border: none; }
  /* line 14, _checkout-v2.scss */
  .page_checkout .set-block {
    border: none;
    padding: 0;
    text-align: center; }
  /* line 15, _checkout-v2.scss */
  .page_checkout .page-title {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px; }
  /* line 16, _checkout-v2.scss */
  .page_checkout .field-label, .page_checkout .co-input-label, .page_checkout .co-input-description {
    display: none; }
  /* line 17, _checkout-v2.scss */
  .page_checkout .co-toggable_field-input--checkbox + .co-input-information .co-input-label {
    display: block;
    color: #626262;
    font-weight: 500;
    font-size: 17px;
    margin: 0; }
  /* line 18, _checkout-v2.scss */
  .page_checkout .wide_set .small_label .field-content {
    width: 100% !important; }
  /* line 19, _checkout-v2.scss */
  .page_checkout .wide_set .field-content {
    width: 100% !important;
    float: none; }
  /* line 20, _checkout-v2.scss */
  .page_checkout .form-field.is-text, .page_checkout .m-input-field, .page_checkout .co-input-field, .page_checkout .m-input-field, .page_checkout .textfield {
    border: 2px solid rgba(104, 29, 189, 0.2); }
    /* line 20, _checkout-v2.scss */
    .page_checkout .form-field.is-text:focus, .page_checkout .m-input-field:focus, .page_checkout .co-input-field:focus, .page_checkout .m-input-field:focus, .page_checkout .textfield:focus {
      border-color: #681DBD; }
  /* line 21, _checkout-v2.scss */
  .page_checkout .field.fc {
    padding-bottom: 25px; }
  /* line 22, _checkout-v2.scss */
  .page_checkout .textfield {
    width: 353px !important;
    height: 50px; }
  /* line 23, _checkout-v2.scss */
  .page_checkout a[href="/client_account/password/change"] {
    color: #626262;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    margin: 0 0 30px; }
    /* line 499, _mixins.scss */
    .page_checkout a[href="/client_account/password/change"]:active, .page_checkout a[href="/client_account/password/change"]:focus, .page_checkout a[href="/client_account/password/change"]:hover {
      color: #626262;
      -webkit-text-decoration: none;
      text-decoration: none; }
    /* line 23, _checkout-v2.scss */
    .page_checkout a[href="/client_account/password/change"]:after {
      display: none; }
  /* line 24, _checkout-v2.scss */
  .page_checkout a[href="/client_account/session/new"] {
    margin: 22px 22px 27px;
    padding: 0; }
  /* line 25, _checkout-v2.scss */
  .page_checkout input.button, .page_checkout input.co-button[type="submit"], .page_checkout input.co-button[name="commit"], .page_checkout input.co-button[data-method="delete"], .page_checkout input.co-button.co-button--small, .page_checkout input.co-modal-button, .page_checkout input.co-tabs-node {
    min-width: 237px; }
  /* line 27, _checkout-v2.scss */
  .page_checkout .checkout-v2-wrapper a[href="/client_account/contacts/new"] {
    margin: 0 0 30px; }
  /* line 28, _checkout-v2.scss */
  .page_checkout .checkout-v2-wrapper [action="/client_account/session"] .co-login input {
    margin: 0 auto 30px; }
  /* line 29, _checkout-v2.scss */
  .page_checkout .checkout-v2-wrapper .co-form-controls {
    flex-direction: column-reverse;
    margin: 0;
    padding: 0; }
  /* line 30, _checkout-v2.scss */
  .page_checkout .checkout-v2-wrapper button.co-button {
    width: 240px;
    height: 50px;
    margin: 0 auto; }
  /* line 31, _checkout-v2.scss */
  .page_checkout .checkout-v2-wrapper #password {
    margin-bottom: 20px; }
  /* line 33, _checkout-v2.scss */
  .page_checkout .checkout-v2-wrapper #new_client .co-form-controls {
    padding-top: 30px; }

/* line 36, _checkout-v2.scss */
.field-content input {
  font: 17px 'Montserrat', Arial, sans-serif; }

/* line 37, _checkout-v2.scss */
.field-content input.button, .field-content input.co-button[type="submit"], .field-content input.co-button[name="commit"], .field-content input.co-button[data-method="delete"], .field-content input.co-button.co-button--small, .field-content input.co-modal-button, .field-content input.co-tabs-node {
  font: bold 12px "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

/* line 38, _checkout-v2.scss */
.register_table {
  background: #F0E8F8;
  padding: 50px;
  border-radius: 20px;
  float: right;
  text-align: center; }
  /* line 39, _checkout-v2.scss */
  .register_table .title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px; }
  /* line 40, _checkout-v2.scss */
  .register_table_item {
    padding: 25px 0;
    border-bottom: 1px dashed #C2A4E4;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%; }
  /* line 41, _checkout-v2.scss */
  .title + .register_table_item {
    border-bottom-color: #681DBD; }
  /* line 42, _checkout-v2.scss */
  .register_table strong {
    font-size: 22px;
    line-height: 140%;
    color: #681DBD; }

/* line 44, _checkout-v2.scss */
.co-toggable_field-input input + span {
  color: #626262;
  height: 24px;
  width: 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  margin-top: 5px; }

/* line 45, _checkout-v2.scss */
.co-toggable_field-input--checkbox input + span {
  color: #626262;
  height: 24px;
  width: 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  border-radius: 6px;
  margin-top: 5px; }

/* line 46, _checkout-v2.scss */
.co-toggable_field-input--checkbox input:checked + span {
  background: #681DBD;
  color: #681DBD; }

/* line 47, _checkout-v2.scss */
.co-toggable_field-input--checkbox input:checked + span:after {
  display: block;
  content: "";
  width: 14px;
  height: 10px;
  background: url(tick_o.svg); }

/* line 48, _checkout-v2.scss */
.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input:checked + span {
  color: #681DBD;
  -webkit-box-shadow: inset 0 0 0 2px currentColor;
  box-shadow: inset 0 0 0 2px currentColor;
  position: relative; }
  /* line 49, _checkout-v2.scss */
  .co-toggable_field-input--radio input:focus + span:after, .co-toggable_field-input--radio input:checked + span:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #681DBD;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 50%; }

/* line 51, _checkout-v2.scss */
.co-toggable_field--bordered:hover {
  border-color: transparent; }

/* line 52, _checkout-v2.scss */
.co-toggable_field.current .co-toggable_field-title {
  font-weight: bold;
  color: #681DBD; }

/* line 54, _checkout-v2.scss */
.co-sidebar {
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 57%;
  left: 43%; }

/* line 55, _checkout-v2.scss */
.co-basket {
  max-width: 100%; }

/* line 57, _checkout-v2.scss */
.decorated-title-wrapper.co-checkout-title {
  padding-top: 20px; }

/* line 59, _checkout-v2.scss */
#order_form input, #order_form textarea, #order_form button {
  width: 100%;
  max-width: none; }
/* line 60, _checkout-v2.scss */
#order_form #delivery_address .co-title--h2, #order_form .co-customer .co-title--h2, #order_form .co-input-label:not(.co-title--h2) {
  display: none; }
/* line 61, _checkout-v2.scss */
#order_form .co-checkout-block, #order_form .co-input--tel {
  margin-bottom: 30px; }
/* line 62, _checkout-v2.scss */
#order_form .co-input + .co-input, #order_form .co-tabs-content + .co-input {
  margin-top: 30px; }
/* line 63, _checkout-v2.scss */
#order_form textarea#order_comment {
  height: 143px; }

/* line 65, _checkout-v2.scss */
.co-basket {
  padding-top: 160px; }

/* line 66, _checkout-v2.scss */
.co-basket-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px; }

/* line 67, _checkout-v2.scss */
.co-basket_item {
  position: relative;
  padding: 20px 0; }
  /* line 69, _checkout-v2.scss */
  .co-basket_item:not(:last-child):after {
    content: "";
    border-radius: 2px;
    height: 4px;
    width: 74px;
    background: #C2A4E4;
    position: absolute;
    bottom: 0;
    left: 0; }

/* line 71, _checkout-v2.scss */
.co-section--checkout_order {
  width: 43%; }

/* line 72, _checkout-v2.scss */
.co-basket_item-image img {
  max-width: 85%;
  max-height: 85%; }

/* line 73, _checkout-v2.scss */
.co-basket_item-description {
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px; }

/* line 74, _checkout-v2.scss */
.co-basket_item-total {
  font-weight: bold;
  font-size: 15px;
  color: #1D1D1D;
  line-height: 27px;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto; }

/* line 75, _checkout-v2.scss */
.co-basket_item-price {
  font-weight: bold;
  font-size: 15px;
  color: #1D1D1D; }

/* line 76, _checkout-v2.scss */
.co-basket_item-summ {
  -ms-flex: 1 1 120px;
  flex: 1 1 120px;
  padding-left: 25px; }

/* line 77, _checkout-v2.scss */
.co-basket_item-summ .co-basket_item-price {
  font-weight: bold;
  font-size: 15px;
  color: #681DBD; }

/* line 78, _checkout-v2.scss */
#total_price {
  color: #681DBD; }

/* line 79, _checkout-v2.scss */
.co-basket_subtotal-list, .co-basket_total {
  max-width: 300px;
  margin-left: auto;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%; }

/* line 80, _checkout-v2.scss */
.co-basket_subtotal-list {
  margin-bottom: 0;
  border: none; }

/* line 81, _checkout-v2.scss */
#shipping_address {
  margin-bottom: 40px; }

/* line 82, _checkout-v2.scss */
.co-toggable_field--bordered {
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 83, _checkout-v2.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0 10px; }

/* line 84, _checkout-v2.scss */
.co-input-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 156%; }

/* line 85, _checkout-v2.scss */
.co-price--current {
  font-size: 15px; }

/* titles */
/* line 88, _checkout-v2.scss */
.co-title {
  color: #1d1d1d; }

/* line 92, _checkout-v2.scss */
.co-title--h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: normal; }
  /* line 94, _checkout-v2.scss */
  .co-title--h2 span {
    color: #681DBD; }

/* line 96, _checkout-v2.scss */
.co-checkout-block:first-child .co-title--h2 {
  margin-bottom: 20px; }

/* line 97, _checkout-v2.scss */
.co-social_login-box .co-input-description {
  margin: 0 20px 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 14px; }

/* line 100, _checkout-v2.scss */
.co-menu-toggle {
  background-color: #eeeeee;
  color: #222222; }

/* line 105, _checkout-v2.scss */
.mobile .co-modal-button {
  width: auto;
  margin-left: 0; }

/* buttons */
/* line 112, _checkout-v2.scss */
.co-order-state {
  padding: 0.3rem 0.75rem 0.15rem 0.75rem; }

/* line 116, _checkout-v2.scss */
.co-button {
  font-size: 1rem; }
  /* line 119, _checkout-v2.scss */
  .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small {
    height: 50px;
    border-radius: 25px;
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #681dbd;
    color: #eeeeee; }
    /* line 281, _mixins.scss */
    .co-button[type="submit"]:focus, .co-button[type="submit"]:active, .co-button[type="submit"]:hover, .co-button[name="commit"]:focus, .co-button[name="commit"]:active, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:focus, .co-button[data-method="delete"]:active, .co-button[data-method="delete"]:hover, .co-button.co-button--small:focus, .co-button.co-button--small:active, .co-button.co-button--small:hover {
      background-color: #681dbd;
      color: #eeeeee; }
    /* line 288, _mixins.scss */
    .co-button[type="submit"]:-moz-focus-inner, .co-button[name="commit"]:-moz-focus-inner, .co-button[data-method="delete"]:-moz-focus-inner, .co-button.co-button--small:-moz-focus-inner {
      border: 0; }
  /* line 131, _checkout-v2.scss */
  .co-button.co-print-pdf {
    text-transform: uppercase; }
  /* line 135, _checkout-v2.scss */
  .co-button#get_pdf_receipt, .co-button#use_max_bonus_points {
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #681dbd;
    color: #eeeeee; }
    /* line 281, _mixins.scss */
    .co-button#get_pdf_receipt:focus, .co-button#get_pdf_receipt:active, .co-button#get_pdf_receipt:hover, .co-button#use_max_bonus_points:focus, .co-button#use_max_bonus_points:active, .co-button#use_max_bonus_points:hover {
      background-color: #681dbd;
      color: #eeeeee; }
    /* line 288, _mixins.scss */
    .co-button#get_pdf_receipt:-moz-focus-inner, .co-button#use_max_bonus_points:-moz-focus-inner {
      border: 0; }
  /* line 139, _checkout-v2.scss */
  .co-button.co-button--small {
    padding: 0.5rem 0.75rem 0.3rem 0.75rem;
    white-space: initial; }

/* line 145, _checkout-v2.scss */
.co-button--link,
.co-button--password_recover {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-button--link:active, .co-button--link:focus, .co-button--link:hover,
  .co-button--password_recover:active,
  .co-button--password_recover:focus,
  .co-button--password_recover:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* links */
/* line 157, _checkout-v2.scss */
.co-link,
.link {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-link:active, .co-link:focus, .co-link:hover,
  .link:active,
  .link:focus,
  .link:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

@media screen and (max-width: 768px) {
  /* line 164, _checkout-v2.scss */
  .co-menu--personal .co-link,
  .co-menu--personal .link {
    color: #222222;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .co-menu--personal .co-link:active, .co-menu--personal .co-link:focus, .co-menu--personal .co-link:hover,
    .co-menu--personal .link:active,
    .co-menu--personal .link:focus,
    .co-menu--personal .link:hover {
      color: #777777;
      -webkit-text-decoration: none;
      text-decoration: none; } }
/* input */
/* line 178, _checkout-v2.scss */
.co-input-select {
  background-color: transparent; }

/* line 182, _checkout-v2.scss */
.co-toggable_field-input {
  color: #681dbd;
  margin-top: 0.15rem; }
  /* line 188, _checkout-v2.scss */
  .co-toggable_field-input span:after {
    color: #eeeeee !important; }

/* line 194, _checkout-v2.scss */
.co-input-description {
  color: #626262;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%; }
  /* line 197, _checkout-v2.scss */
  .co-input-description a {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .co-input-description a:active, .co-input-description a:focus, .co-input-description a:hover {
      color: #681dbd;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 202, _checkout-v2.scss */
.co-bonus_points-maximum_points {
  color: #1d1d1d; }

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

/* tabs */
/* line 213, _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 222, _checkout-v2.scss */
.co-tabs-node {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #777777;
  color: #eeeeee;
  margin: 0 0.25rem; }
  /* line 281, _mixins.scss */
  .co-tabs-node:focus, .co-tabs-node:active, .co-tabs-node:hover {
    background-color: #681dbd;
    color: #eeeeee; }
  /* line 288, _mixins.scss */
  .co-tabs-node:-moz-focus-inner {
    border: 0; }
  /* line 228, _checkout-v2.scss */
  .co-tabs-node--active {
    background-color: #681dbd;
    color: #eeeeee; }

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

/* basket */
/* line 240, _checkout-v2.scss */
.co-basket_subtotal {
  margin-bottom: 0.5rem; }

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

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

/* line 260, _checkout-v2.scss */
.co-modal-close {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-modal-close:active, .co-modal-close:focus, .co-modal-close:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 264, _checkout-v2.scss */
.js-modal-toggler {
  color: #681dbd;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .js-modal-toggler:active, .js-modal-toggler:focus, .js-modal-toggler:hover {
    color: #681dbd;
    -webkit-text-decoration: none;
    text-decoration: none; }

/** menu */
/* line 270, _checkout-v2.scss */
.co-menu-toggle {
  padding: 1rem; }

@media screen and (max-width: 768px) {
  /* line 274, _checkout-v2.scss */
  .co-menu {
    background-color: #eeeeee !important; } }

/* line 280, _checkout-v2.scss */
.co-form--login {
  max-width: 400px;
  margin: 0 auto;
  text-align: center; }

/* line 287, _checkout-v2.scss */
.page_login .co-checkout-title {
  text-align: center; }

/* line 292, _checkout-v2.scss */
.button.is-primary, input.button, input.co-button[type="submit"], input.co-button[name="commit"], input.co-button[data-method="delete"], input.co-button.co-button--small, input.co-modal-button, input.co-tabs-node, .m-modal-button, .button.form-button, .form-button.co-button[type="submit"], .form-button.co-button[name="commit"], .form-button.co-button[data-method="delete"], .form-button.co-button.co-button--small, .form-button.co-modal-button, .form-button.co-tabs-node, .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 {
  color: #fff !important; }

/* line 293, _checkout-v2.scss */
#order_form .co-toggable_field-input--checkbox + .co-input-information .co-input-title {
  display: block; }

@media screen and (max-width: 768px) {
  /* line 297, _checkout-v2.scss */
  .page_checkout .inputs_regiter {
    width: auto;
    float: none; }

  /* line 298, _checkout-v2.scss */
  .page_checkout .inputs_regiter .co-checkout-title {
    margin: 0;
    text-align: center; }

  /* line 299, _checkout-v2.scss */
  .co-form .co-button, .co-form .picker-button {
    width: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  /* line 300, _checkout-v2.scss */
  .register_table {
    padding: 30px 20px; }

  /* line 301, _checkout-v2.scss */
  .register_table .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    margin: 0; }

  /* line 302, _checkout-v2.scss */
  .register_table_item {
    font-weight: 500;
    font-size: 12px;
    line-height: 160%; }

  /* line 303, _checkout-v2.scss */
  .page_checkout a[href="/client_account/session/new"] {
    margin: 0 auto 10px;
    width: 210px;
    display: block;
    border: none;
    text-decoration: underline; }

  /* line 304, _checkout-v2.scss */
  .lnk_register_table {
    margin: 0 auto 30px;
    text-align: center;
    width: 210px;
    display: block;
    border: none;
    text-decoration: underline; }

  /* line 305, _checkout-v2.scss */
  .co-button--link:after {
    border: none; }

  /* line 307, _checkout-v2.scss */
  .co-section--checkout_order {
    width: 100%; }

  /* line 309, _checkout-v2.scss */
  .co-sidebar-wrapper {
    display: none; }

  /* line 310, _checkout-v2.scss */
  .co-title--h2 {
    font-size: 14px; }

  /* line 311, _checkout-v2.scss */
  .co-social_login-box .co-input-description {
    text-align: center;
    width: 100%; }

  /* line 313, _checkout-v2.scss */
  .co-input-title {
    font-size: 14px; }

  /* line 314, _checkout-v2.scss */
  .co-price--current {
    font-size: 17px; }

  /* line 315, _checkout-v2.scss */
  .co-toggable_field-information {
    -ms-flex: 1 1 230px;
    flex: 1 1 230px; } }
