@charset "UTF-8";
.entry__picture, .product-card__picture, .cart-item__picture, .hero__picture {
  position: relative;
  overflow: hidden; }
  .entry__picture:after, .product-card__picture:after, .cart-item__picture:after, .hero__picture:after {
    content: '';
    display: block;
    pointer-events: none; }

.category-card__img, .entry__img, .product-card__img, .cart-item__img, .cover__slide-img, .hero__img {
  position: absolute;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @supports (object-fit: cover) {
    .category-card__img, .entry__img, .product-card__img, .cart-item__img, .cover__slide-img, .hero__img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      min-width: 0;
      max-width: none;
      min-height: 0;
      transform: none; } }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

figure {
  margin: 1em 40px; }

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0; }

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

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

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

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

html,
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  -webkit-tap-headline-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1440px) {
    html {
      overflow-x: clip; } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow-x: clip;
  background: #fafafa;
  color: #3a3d4a;
  font-size: 1rem;
  line-height: 1.50063;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-family: "Manrope", Arial, sans-serif; }
  @media (min-width: 768px) {
    body {
      font-size: 1.125rem;
      line-height: 1.445; } }
  body.scroll-is-locked {
    overflow: hidden;
    width: calc(100vw - (100vw - 100%)); }
    body.scroll-is-locked::before {
      position: fixed;
      top: 4.8125rem;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: rgba(12, 23, 38, 0.4);
      z-index: 101;
      width: 100vw;
      height: calc(100vh - 4.8125rem);
      height: calc(calc(var(--vh, 1vh) * 100) - 4.8125rem);
      transition: all 0.3s ease 0s; }
  @media (min-width: 1280px) {
    body.scroll-is-locked::before {
      top: 6.75rem;
      height: calc(100vh - 6.75rem);
      height: calc(calc(var(--vh, 1vh) * 100) - 6.75rem); } }

[tabindex="-1"]:focus {
  outline: none !important; }

figure {
  margin: 0; }

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

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

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
  -webkit-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button {
  cursor: pointer; }
  button:focus, button:active, button:hover {
    outline: 0; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: default; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  display: block;
  width: 100%; }

input[type="search"] {
  -webkit-appearance: none; }

[hidden] {
  display: none !important; }

.hidden,
.is-hidden {
  display: none; }

hr {
  height: 0;
  margin: 0;
  border: 1px solid #4c8dca;
  border-width: 1px 0 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700; }

h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.33375;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 2rem;
      line-height: 1.25031;
      margin-bottom: 1.5rem; } }

.h1-lg {
  font-size: 1.5rem;
  line-height: 1.33375;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .h1-lg {
      font-size: 2rem;
      line-height: 1.25031;
      margin-bottom: 1.5rem; } }
  @media (min-width: 1280px) {
    .h1-lg {
      font-size: 4.5rem;
      line-height: 0.88903;
      margin-bottom: 1.5rem; } }

h2,
.h2 {
  font-size: 1.5rem;
  line-height: 1.33375;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 2rem;
      line-height: 1.25031;
      margin-bottom: 1.5rem; } }

.h2-lg {
  font-size: 2.5rem;
  line-height: 1.20025;
  margin-bottom: 0.75rem; }
  @media (min-width: 1280px) {
    .h2-lg {
      font-size: 3.5rem;
      line-height: 1.14304;
      margin-bottom: 1rem; } }

h3,
.h3 {
  font-size: 1.5rem;
  line-height: 1.33375;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    h3,
    .h3 {
      margin-bottom: 1.5rem; } }

.h3-lg {
  font-size: 1.5rem;
  line-height: 1.33375;
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .h3-lg {
      font-size: 2rem;
      line-height: 1.25031; } }
  @media (min-width: 1280px) {
    .h3-lg {
      font-size: 2.5rem;
      line-height: 1.20025; } }

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.445;
  margin-bottom: 0.75rem; }

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.50063;
  margin-bottom: 0.75rem; }

h6,
.h6 {
  font-size: 0.875rem;
  line-height: 1.57214;
  margin-bottom: 0.25rem; }

.text-md {
  font-size: 1rem;
  line-height: 1.50063; }

.text-sm {
  font-size: 0.875rem;
  line-height: 1.57214; }

.text-xs {
  font-size: 0.75rem;
  line-height: 1.50083; }

/*b,
strong {
  font-weight: $font-weight-bold;
}*/
address {
  font-style: normal;
  line-height: inherit; }

small {
  font-size: 80%; }

p,
ol,
ul,
dl {
  margin: 0; }

dd {
  margin: 0; }

.lead {
  font-weight: 500; }

.dl-inline dd,
.dl-inline dt {
  display: inline;
  vertical-align: baseline; }

.dl-inline dt:before {
  content: '\A';
  white-space: pre-line;
  display: block;
  font-size: 0; }

.dl-inline dt:first-of-type:before {
  content: ''; }

.dl-inline.text-xs dt:before {
  font-size: .5rem; }

ol li > ol,
ul li > ul,
ol li > ul,
ul li > ol {
  margin-bottom: 0; }

.text-uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-nowrap {
  white-space: nowrap; }

.text-bold {
  font-weight: 700; }

.text-base {
  color: #3a3d4a !important; }

.text-danger {
  color: #b66f47 !important; }

.text-disabled {
  color: #626873 !important; }

.text-error {
  color: #f04438 !important; }

.text-info {
  color: #4c8dca !important; }

.text-muted {
  color: #706e7e !important; }

.text-primary {
  color: #9e6afb !important; }

.text-success {
  color: #2c8f6c !important; }

.text-neutral {
  color: #fafafa !important; }

.font-light {
  font-weight: 300 !important; }

.font-medium {
  font-weight: 500 !important; }

.font-bold {
  font-weight: 600 !important; }

.font-heavy {
  font-weight: 800 !important; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      padding-left: 2.25rem;
      padding-right: 2.25rem; } }
  @media (min-width: 1440px) {
    .container {
      max-width: calc(87.5rem + 2.25rem * 2); } }
  .container:empty {
    display: none; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  @media (min-width: 1280px) {
    .row {
      margin-left: -1rem;
      margin-right: -1rem; } }
  .row--xs {
    margin-left: -0.375rem;
    margin-right: -0.375rem; }
    .row--xs > .col,
    .row--xs > [class^="col-"],
    .row--xs > [class*=" col-"] {
      padding-left: 0.375rem;
      padding-right: 0.375rem; }
  .row--sm {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    .row--sm > .col,
    .row--sm > [class^="col-"],
    .row--sm > [class*=" col-"] {
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
  .row--md {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
    .row--md > .col,
    .row--md > [class^="col-"],
    .row--md > [class*=" col-"] {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
  @media (min-width: 1280px) {
    .row--lg {
      margin-left: -1.75rem;
      margin-right: -1.75rem; }
      .row--lg > .col,
      .row--lg > [class^="col-"],
      .row--lg > [class*=" col-"] {
        padding-left: 1.75rem;
        padding-right: 1.75rem; }
    .row--xl {
      margin-left: -2.5rem;
      margin-right: -2.5rem; }
      .row--xl > .col,
      .row--xl > [class^="col-"],
      .row--xl > [class*=" col-"] {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media (min-width: 1280px) {
    .col,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
      padding-left: 1rem;
      padding-right: 1rem; } }

.col-xs-1 {
  flex: 0 0 8.33333%;
  width: 8.33333%; }

.col-xs-2 {
  flex: 0 0 16.66667%;
  width: 16.66667%; }

.col-xs-3 {
  flex: 0 0 25%;
  width: 25%; }

.col-xs-4 {
  flex: 0 0 33.33333%;
  width: 33.33333%; }

.col-xs-5 {
  flex: 0 0 41.66667%;
  width: 41.66667%; }

.col-xs-6 {
  flex: 0 0 50%;
  width: 50%; }

.col-xs-7 {
  flex: 0 0 58.33333%;
  width: 58.33333%; }

.col-xs-8 {
  flex: 0 0 66.66667%;
  width: 66.66667%; }

.col-xs-9 {
  flex: 0 0 75%;
  width: 75%; }

.col-xs-10 {
  flex: 0 0 83.33333%;
  width: 83.33333%; }

.col-xs-11 {
  flex: 0 0 91.66667%;
  width: 91.66667%; }

.col-xs-12 {
  flex: 0 0 100%;
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 1280px) {
  .col-lg-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100%; } }

@media (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 8.33333%;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    width: 100%; } }

.col-xs-auto {
  max-width: none;
  width: auto;
  flex: initial; }

@media (min-width: 576px) {
  .col-sm-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 768px) {
  .col-md-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 1280px) {
  .col-lg-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

@media (min-width: 1440px) {
  .col-xl-auto {
    max-width: none;
    width: auto;
    flex: initial; } }

.col-xs-stretch {
  max-width: none;
  width: auto;
  flex: auto;
  min-width: 0; }

@media (min-width: 576px) {
  .col-sm-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

@media (min-width: 768px) {
  .col-md-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

@media (min-width: 1280px) {
  .col-lg-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

@media (min-width: 1440px) {
  .col-xl-stretch {
    max-width: none;
    width: auto;
    flex: auto;
    min-width: 0; } }

.order-xs-1 {
  order: 1; }

.order-xs-2 {
  order: 2; }

.order-xs-3 {
  order: 3; }

.order-xs-4 {
  order: 4; }

.order-xs-5 {
  order: 5; }

.order-xs-6 {
  order: 6; }

.order-xs-7 {
  order: 7; }

.order-xs-8 {
  order: 8; }

.col-xs-top {
  align-self: flex-start; }

.col-xs-center {
  align-self: center; }

.col-xs-bottom {
  align-self: flex-end; }

.col-xs-first {
  order: -1; }

.col-xs-last {
  order: 1; }

.col-xs-initial {
  order: initial; }

.align-xs-top {
  align-items: flex-start; }

.align-xs-center {
  align-items: center; }

.align-xs-bottom {
  align-items: flex-end; }

.align-xs-baseline {
  align-items: baseline; }

.align-self-xs-top {
  align-self: flex-start; }

.align-self-xs-center {
  align-self: center; }

.align-self-xs-bottom {
  align-self: flex-end; }

.align-self-xs-baseline {
  align-self: baseline; }

.justify-xs-start {
  justify-content: flex-start !important; }

.justify-xs-end {
  justify-content: flex-end !important; }

.justify-xs-center {
  justify-content: center !important; }

.justify-xs-between {
  justify-content: space-between !important; }

.justify-xs-around {
  justify-content: space-around !important; }

.order-xs-first {
  order: -1 !important; }

.order-xs-last {
  order: 100 !important; }

.order-xs-initial {
  order: initial !important; }

.ml-xs-auto {
  margin-left: auto !important; }

.mr-xs-auto {
  margin-right: auto !important; }

.nowrap-xs {
  flex-wrap: nowrap; }

@media (min-width: 576px) {
  .col-sm-top {
    align-self: flex-start; }
  .col-sm-center {
    align-self: center; }
  .col-sm-bottom {
    align-self: flex-end; }
  .col-sm-first {
    order: -1; }
  .col-sm-last {
    order: 1; }
  .col-sm-initial {
    order: initial; }
  .align-sm-top {
    align-items: flex-start; }
  .align-sm-center {
    align-items: center; }
  .align-sm-bottom {
    align-items: flex-end; }
  .align-sm-baseline {
    align-items: baseline; }
  .align-self-sm-top {
    align-self: flex-start; }
  .align-self-sm-center {
    align-self: center; }
  .align-self-sm-bottom {
    align-self: flex-end; }
  .align-self-sm-baseline {
    align-self: baseline; }
  .justify-sm-start {
    justify-content: flex-start !important; }
  .justify-sm-end {
    justify-content: flex-end !important; }
  .justify-sm-center {
    justify-content: center !important; }
  .justify-sm-between {
    justify-content: space-between !important; }
  .justify-sm-around {
    justify-content: space-around !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-last {
    order: 100 !important; }
  .order-sm-initial {
    order: initial !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .nowrap-sm {
    flex-wrap: nowrap; } }

@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start; }
  .col-md-center {
    align-self: center; }
  .col-md-bottom {
    align-self: flex-end; }
  .col-md-first {
    order: -1; }
  .col-md-last {
    order: 1; }
  .col-md-initial {
    order: initial; }
  .align-md-top {
    align-items: flex-start; }
  .align-md-center {
    align-items: center; }
  .align-md-bottom {
    align-items: flex-end; }
  .align-md-baseline {
    align-items: baseline; }
  .align-self-md-top {
    align-self: flex-start; }
  .align-self-md-center {
    align-self: center; }
  .align-self-md-bottom {
    align-self: flex-end; }
  .align-self-md-baseline {
    align-self: baseline; }
  .justify-md-start {
    justify-content: flex-start !important; }
  .justify-md-end {
    justify-content: flex-end !important; }
  .justify-md-center {
    justify-content: center !important; }
  .justify-md-between {
    justify-content: space-between !important; }
  .justify-md-around {
    justify-content: space-around !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-last {
    order: 100 !important; }
  .order-md-initial {
    order: initial !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .nowrap-md {
    flex-wrap: nowrap; } }

@media (min-width: 1280px) {
  .col-lg-top {
    align-self: flex-start; }
  .col-lg-center {
    align-self: center; }
  .col-lg-bottom {
    align-self: flex-end; }
  .col-lg-first {
    order: -1; }
  .col-lg-last {
    order: 1; }
  .col-lg-initial {
    order: initial; }
  .align-lg-top {
    align-items: flex-start; }
  .align-lg-center {
    align-items: center; }
  .align-lg-bottom {
    align-items: flex-end; }
  .align-lg-baseline {
    align-items: baseline; }
  .align-self-lg-top {
    align-self: flex-start; }
  .align-self-lg-center {
    align-self: center; }
  .align-self-lg-bottom {
    align-self: flex-end; }
  .align-self-lg-baseline {
    align-self: baseline; }
  .justify-lg-start {
    justify-content: flex-start !important; }
  .justify-lg-end {
    justify-content: flex-end !important; }
  .justify-lg-center {
    justify-content: center !important; }
  .justify-lg-between {
    justify-content: space-between !important; }
  .justify-lg-around {
    justify-content: space-around !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-last {
    order: 100 !important; }
  .order-lg-initial {
    order: initial !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .nowrap-lg {
    flex-wrap: nowrap; } }

@media (min-width: 1440px) {
  .col-xl-top {
    align-self: flex-start; }
  .col-xl-center {
    align-self: center; }
  .col-xl-bottom {
    align-self: flex-end; }
  .col-xl-first {
    order: -1; }
  .col-xl-last {
    order: 1; }
  .col-xl-initial {
    order: initial; }
  .align-xl-top {
    align-items: flex-start; }
  .align-xl-center {
    align-items: center; }
  .align-xl-bottom {
    align-items: flex-end; }
  .align-xl-baseline {
    align-items: baseline; }
  .align-self-xl-top {
    align-self: flex-start; }
  .align-self-xl-center {
    align-self: center; }
  .align-self-xl-bottom {
    align-self: flex-end; }
  .align-self-xl-baseline {
    align-self: baseline; }
  .justify-xl-start {
    justify-content: flex-start !important; }
  .justify-xl-end {
    justify-content: flex-end !important; }
  .justify-xl-center {
    justify-content: center !important; }
  .justify-xl-between {
    justify-content: space-between !important; }
  .justify-xl-around {
    justify-content: space-around !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-last {
    order: 100 !important; }
  .order-xl-initial {
    order: initial !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .nowrap-xl {
    flex-wrap: nowrap; } }

a {
  color: #9e6afb;
  text-decoration: none;
  outline: 0;
  transition: color 0.2s ease-in-out; }
  a:hover, a:active {
    text-decoration: inherit; }
  a:hover {
    color: #9e6afb; }
  a:active {
    color: #9e6afb; }
    a:active:focus {
      outline: 0; }
  a:disabled {
    color: #706e7e;
    pointer-events: none; }

.link-inherit {
  color: inherit;
  text-decoration: none; }
  .link-inherit:focus, .link-inherit:hover {
    color: #9e6afb;
    text-decoration: underline; }

.link-hidden {
  color: inherit;
  text-decoration: none; }
  .link-hidden:focus, .link-hidden:hover {
    color: inherit;
    text-decoration: none; }

.link-pseudo {
  color: inherit;
  border-bottom: 1px dashed #9e6afb;
  text-decoration: none; }
  .link-pseudo:focus, .link-pseudo:hover {
    color: #9e6afb;
    text-decoration: none; }

.link-icon {
  display: inline-flex;
  align-items: center;
  color: inherit;
  gap: 0.25rem; }
  .link-icon__icon {
    color: #7e899c;
    font-size: 1.33em; }
  .link-icon:focus, .link-icon:hover {
    color: #9e6afb; }
    .link-icon:focus .link-icon__icon, .link-icon:hover .link-icon__icon {
      color: inherit; }

.list-bullet {
  padding: 0;
  list-style: none; }
  .list-bullet > li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.625rem; }
    .list-bullet > li:last-child {
      margin-bottom: 0; }
    .list-bullet > li:before {
      position: absolute;
      top: 0.62531rem;
      left: 0;
      width: 0.375rem;
      height: 0.375rem;
      border-radius: 50%;
      background-color: #9e6afb;
      content: ''; }

.list-dot {
  padding: 0;
  list-style: none; }
  .list-dot > li {
    position: relative;
    padding-left: 2.625rem;
    margin-bottom: 1.6em; }
    .list-dot > li:last-child {
      margin-bottom: 0; }
    .list-dot > li:before {
      position: absolute;
      top: 0.31281rem;
      left: 0;
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      border: 3px solid #9e6afb;
      content: ''; }

.list-ordered {
  padding: 0;
  list-style: none;
  counter-reset: ordered-list; }
  .list-ordered > li {
    position: relative;
    padding-left: 2rem;
    counter-increment: ordered-list;
    margin-bottom: 1.25rem; }
    .list-ordered > li:last-child {
      margin-bottom: 0; }
    .list-ordered > li:before {
      position: absolute;
      left: 0;
      color: #9e6afb;
      content: counter(ordered-list); }

.bg-light {
  background-color: #fafcfd; }

.bg-danger {
  background-color: #b66f47;
  color: #f7f2fc; }

.bg-disabled {
  background-color: #626873;
  color: #f7f2fc; }

.bg-error {
  background-color: #f04438;
  color: #f7f2fc; }

.bg-info {
  background-color: #4c8dca;
  color: #f7f2fc; }

.bg-neutral {
  background-color: #fafafa; }

.bg-primary {
  background-color: #9e6afb;
  color: #f7f2fc; }

.bg-success {
  background-color: #2c8f6c;
  color: #f7f2fc; }

.grd-light {
  background-image: linear-gradient(180deg, #efefef, #f2f0f5); }

@font-face {
  font-family: 'icons';
  src: url("../fonts/icons.eot?pak34f#iefix") format("embedded-opentype"), url("../fonts/icons.svg?pak34f") format("svg"), url("../fonts/icons.woff?pak34f") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"],
button.mfp-arrow-left:before,
button.mfp-arrow-right:before,
button.mfp-close:before,
.swiper-button-next:after,
.swiper-button-prev:after,
.select2-selection__arrow:before,
.select2-results__option[aria-selected=true]:after,
.dropdown__toggle:after,
.order__header:after,
.filter--collapsible .filter__header:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  text-decoration: none; }

.icon-18-plus:before {
  content: "\e929"; }

.icon-arrow-left:before,
.swiper-button-prev:after {
  content: "\e900"; }

.icon-arrow-right:before,
button.mfp-arrow-right:before,
.swiper-button-next:after {
  content: "\e901"; }

.icon-award:before {
  content: "\e902"; }

.icon-bell:before {
  content: "\e903"; }

.icon-box:before {
  content: "\e904"; }

.icon-calendar:before {
  content: "\e905"; }

.icon-catalog:before {
  content: "\e906"; }

.icon-check:before {
  content: "\e907"; }

.icon-check-2:before,
.select2-results__option[aria-selected=true]:after {
  content: "\e927"; }

.icon-check-circle:before {
  content: "\e908"; }

.icon-chevron-down:before,
.dropdown__toggle:after,
.select2-selection__arrow:before,
.order__header:after,
.filter--collapsible .filter__header:after {
  content: "\e909"; }

.icon-chevron-left:before,
button.mfp-arrow-left:before,
.swiper-button-prev-circle:after {
  content: "\e90a"; }

.icon-chevron-right:before,
button.mfp-arrow-right:before,
.swiper-button-next-circle:after {
  content: "\e90b"; }

.icon-chevron-up:before {
  content: "\e90c"; }

.icon-close:before,
button.mfp-close:before {
  content: "\e90d"; }

.icon-database:before {
  content: "\e90e"; }

.icon-edit:before {
  content: "\e90f"; }

.icon-edit-2:before {
  content: "\e910"; }

.icon-filter:before {
  content: "\e928"; }

.icon-gift:before {
  content: "\e911"; }

.icon-home:before {
  content: "\e912"; }

.icon-info:before {
  content: "\e913"; }

.icon-key:before {
  content: "\e914"; }

.icon-link:before {
  content: "\e915"; }

.icon-lock:before {
  content: "\e916"; }

.icon-log-in:before {
  content: "\e917"; }

.icon-log-out:before {
  content: "\e918"; }

.icon-mail:before {
  content: "\e919"; }

.icon-map:before {
  content: "\e91a"; }

.icon-map-pin:before {
  content: "\e91b"; }

.icon-menu:before {
  content: "\e91c"; }

.icon-paperclip:before {
  content: "\e91d"; }

.icon-phone:before {
  content: "\e91e"; }

.icon-search:before {
  content: "\e91f"; }

.icon-shopping-cart:before {
  content: "\e920"; }

.icon-star:before {
  content: "\e921"; }

.icon-star-filled:before {
  content: "\e922"; }

.icon-target:before {
  content: "\e923"; }

.icon-thumbs-down:before {
  content: "\e924"; }

.icon-thumbs-up:before {
  content: "\e925"; }

.icon-user:before {
  content: "\e926"; }

.pt-xs {
  padding-top: !important; }

.pb-xs {
  padding-bottom: !important; }

.pt-md {
  padding-top: !important; }

.pb-md {
  padding-bottom: !important; }

.pt-lg {
  padding-top: !important; }

.pb-lg {
  padding-bottom: !important; }

.dropzone .dz-message {
  cursor: pointer; }

.dropzone .dz-preview {
  width: auto;
  margin: 1rem 0 0;
  display: block; }
  .dropzone .dz-preview:empty {
    display: none; }

.dropzone .dz-item {
  flex-wrap: nowrap;
  transition: .25s ease-in-out;
  margin-bottom: 0.75rem; }
  .dropzone .dz-item:last-child {
    margin-bottom: 0; }
  .dropzone .dz-item__col--content {
    flex: 1;
    font-weight: 500; }
  .dropzone .dz-item__col--size strong {
    font-weight: 400; }
  .dropzone .dz-item__col--delete {
    max-width: 2rem;
    flex: 0 0 2rem; }
  .dropzone .dz-item__icon {
    width: 1.25rem;
    height: 1.25rem;
    text-decoration: none;
    color: #7e899c; }
  .dropzone .dz-item.has-error {
    color: #f04438; }
    .dropzone .dz-item.has-error:focus, .dropzone .dz-item.has-error:hover {
      color: #f04438; }
  .dropzone .dz-item:focus, .dropzone .dz-item:hover {
    color: #9e6afb;
    cursor: pointer; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #9e6afb; }

.hamburger-box {
  width: 24px;
  height: 17px;
  display: block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 3px;
    background-color: #9e6afb;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * Spin */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner,
.hamburger--spin .is-expanded .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotateZ(-45deg); }
  .hamburger--spin.is-active .hamburger-inner::before,
  .hamburger--spin .is-expanded .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after,
  .hamburger--spin .is-expanded .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.irs--flat {
  font-family: inherit;
  height: 4.625rem; }
  .irs--flat .irs-line {
    top: 0.5rem;
    background-image: linear-gradient(180deg, #efefef, #f2f0f5);
    border: 0;
    border-radius: 0.25rem;
    height: 0.5rem; }
  .irs--flat .irs-bar--single {
    border-radius: 0; }
  .irs--flat .irs-bar {
    top: 0.5rem;
    height: 0.5rem;
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
    border-radius: 0.25rem; }
  .irs--flat .irs-handle {
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 0;
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
    box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06); }
    .irs--flat .irs-handle:before {
      position: absolute;
      top: 1px;
      left: 1px;
      right: 1px;
      bottom: 1px;
      border-radius: 50%;
      background-color: #fafcfd;
      content: ''; }
    .irs--flat .irs-handle.state_hover:before, .irs--flat .irs-handle:hover:before {
      opacity: 0; }
    .irs--flat .irs-handle > i, .irs--flat .irs-handle > i:first-child {
      display: none; }
  .irs--flat .irs-from,
  .irs--flat .irs-single,
  .irs--flat .irs-to,
  .irs--flat .irs-min,
  .irs--flat .irs-max {
    top: 2rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.50083;
    font-weight: 500;
    border-radius: 0.5rem;
    background-color: #fafcfd;
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
    color: #3a3d4a; }
    .irs--flat .irs-from:before,
    .irs--flat .irs-single:before,
    .irs--flat .irs-to:before,
    .irs--flat .irs-min:before,
    .irs--flat .irs-max:before {
      top: -0.75rem;
      bottom: auto;
      border-width: 0.375rem;
      margin-left: -0.375rem;
      border-top-color: transparent;
      border-bottom-color: #fafcfd; }
  .irs--flat .irs-min,
  .irs--flat .irs-max {
    display: none; }
  .irs--flat .irs-single {
    top: 0; }
    .irs--flat .irs-single:before {
      display: none; }

.mfp-bg {
  opacity: 1;
  background-color: rgba(12, 23, 38, 0.4); }

.mfp-container {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: auto; }
  @media (min-width: 1280px) {
    .mfp-container {
      padding-left: 2rem;
      padding-right: 2rem; } }

.mfp-content {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 1280px) {
    .mfp-content {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.mfp-s-loading .mfp-arrow {
  display: none; }

button.mfp-arrow-left,
button.mfp-arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
  transition: background .2s ease-in-out;
  margin: 0;
  opacity: 1;
  transform: translateY(-50%);
  transition: all .2s ease-in-out; }
  button.mfp-arrow-left:before, button.mfp-arrow-left:after,
  button.mfp-arrow-right:before,
  button.mfp-arrow-right:after {
    border: 0; }
  button.mfp-arrow-left:before,
  button.mfp-arrow-right:before {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
    color: #ffffff;
    font-size: 1.25rem;
    transition: all .2s ease-in-out; }
    button.mfp-arrow-left:before.swiper-button-disabled,
    button.mfp-arrow-right:before.swiper-button-disabled {
      color: #ffffff;
      opacity: .5; }
  button.mfp-arrow-left:after,
  button.mfp-arrow-right:after {
    display: none; }
  button.mfp-arrow-left:active,
  button.mfp-arrow-right:active {
    margin-top: 0; }
  button.mfp-arrow-left:focus, button.mfp-arrow-left:hover,
  button.mfp-arrow-right:focus,
  button.mfp-arrow-right:hover {
    opacity: .75; }
    button.mfp-arrow-left:focus:before, button.mfp-arrow-left:hover:before,
    button.mfp-arrow-right:focus:before,
    button.mfp-arrow-right:hover:before {
      opacity: 1; }

.mfp-iframe-holder button.mfp-arrow-left,
.mfp-image-holder button.mfp-arrow-left {
  margin-left: 0.75rem; }

.mfp-iframe-holder button.mfp-arrow-right,
.mfp-image-holder button.mfp-arrow-right {
  margin-right: 0.75rem; }

button.mfp-close {
  font-size: 0;
  opacity: 1;
  width: 1.25rem;
  height: 1.25rem;
  top: 1rem;
  right: 1rem; }
  button.mfp-close:before {
    display: block;
    font-size: 1.25rem; }
  button.mfp-close:focus, button.mfp-close:hover {
    opacity: .8; }
  button.mfp-close:active {
    top: 0;
    opacity: .8; }
  .mfp-iframe-holder button.mfp-close,
  .mfp-image-holder button.mfp-close {
    width: 1.5rem;
    height: 1.5rem;
    top: 0; }
    .mfp-iframe-holder button.mfp-close:before,
    .mfp-image-holder button.mfp-close:before {
      font-size: 1.5rem; }
  .mfp-inline-holder button.mfp-close {
    color: #3a3d4a; }

.mfp-figure:after {
  background: #ffffff;
  box-shadow: none; }

.mfp-iframe-holder .mfp-content,
.mfp-image-holder .mfp-content {
  padding-top: 0;
  padding-bottom: 0; }

.mfp-iframe-holder img.mfp-img,
.mfp-image-holder img.mfp-img {
  padding: 2.5rem 0;
  border-radius: 0.5rem; }

.mfp-bottom-bar {
  margin-top: -32px; }

@media (min-width: 768px) {
  button.mfp-close {
    top: 1.5rem;
    right: 1.5rem; } }

/*
====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* ====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .5; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x,
.ps__rail-y {
  /* please don't change 'position' */
  position: absolute;
  background-image: linear-gradient(180deg, #efefef, #f2f0f5); }

.ps__rail-x {
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 16px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0; }

.ps__rail-y {
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 16px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block; }

.ps--active-y {
  padding-right: 1rem; }

.ps--active-x {
  padding-bottom: 1rem; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 1; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x,
.ps__thumb-y {
  /* please don't change 'position' */
  position: absolute;
  background-color: #7e899c;
  border-radius: 8px; }

.ps__thumb-x {
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 8px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 4px; }

.ps__thumb-y {
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 8px;
  /* there must be 'right' for ps__thumb-y */
  right: 4px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

.select2-container--default {
  font-size: 1rem;
  line-height: 1.50063;
  font-weight: 400; }
  .select2-container--default .select2-selection--single {
    background-color: #fafcfd;
    border-color: #a4a9bc;
    border-radius: 0.5rem;
    height: 3.5rem;
    text-align: left;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05); }
    .select2-container--default .select2-selection--single:focus {
      border-color: #9e6afb;
      outline: 0;
      box-shadow: none; }
    .select2-container--default .select2-selection--single:hover .select2-selection__arrow {
      color: #3a3d4a; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #3a3d4a;
      font-size: 1rem;
      line-height: 1.50063;
      font-weight: 400;
      padding: 1rem 2.75rem 1rem 1rem; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
      color: #706e7e; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 100%;
      width: 2.75rem;
      top: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        font-size: 1.25rem;
        color: #7e899c; }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
    .select2-container--default .select2-selection--single.select-sm {
      height: 2.75rem; }
      .select2-container--default .select2-selection--single.select-sm .select2-selection__rendered {
        padding-top: 0.56219rem;
        padding-left: 0.8125rem;
        padding-bottom: 0.56219rem; }
      .select2-container--default .select2-selection--single.select-sm .select2-selection__rendered {
        padding-right: 2.5625rem; }
    .select2-container--default .select2-selection--single.select-dropdown {
      height: 1.5rem;
      border: 0;
      background: none;
      box-shadow: none; }
      .select2-container--default .select2-selection--single.select-dropdown .select2-selection__rendered {
        padding: 0 1.25rem 0 0.25rem;
        font-size: 1rem;
        line-height: 1.50063;
        font-weight: 500;
        text-transform: uppercase;
        color: #706e7e; }
      .select2-container--default .select2-selection--single.select-dropdown .select2-selection__arrow {
        width: 1rem; }
        .select2-container--default .select2-selection--single.select-dropdown .select2-selection__arrow:before {
          font-size: 1rem; }
    .select2-container--default .select2-selection--single.select-menu {
      height: 2.625rem;
      border: 0;
      background: none;
      box-shadow: none; }
      .select2-container--default .select2-selection--single.select-menu .select2-selection__rendered {
        padding: 0.625rem 2.625rem 0.625rem 0.75rem;
        background-color: #fafcfd;
        font-size: 0.875rem;
        line-height: 1.57214;
        font-weight: 500;
        color: #706e7e;
        border-radius: 0.5rem; }
      .select2-container--default .select2-selection--single.select-menu .select2-selection__arrow {
        width: 2.625rem; }
        .select2-container--default .select2-selection--single.select-menu .select2-selection__arrow:before {
          font-size: 1rem; }
  .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #a4a9bc;
    outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: .5;
    border-color: #fafcfd;
    background-color: #a4a9bc; }
    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-180deg); }
  .select2-container--default.select2-container--open .select2-dropdown {
    z-index: 100000000; }
  .select2-container--default .select2-dropdown {
    border-color: #a4a9bc;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background-color: #ffffff;
    overflow: hidden; }
    .select2-container--default .select2-dropdown.select2-dropdown--above, .select2-container--default .select2-dropdown.select2-dropdown--below {
      box-shadow: none; }
    .select2-container--default .select2-dropdown.select2-dropdown--above {
      box-shadow: none;
      margin-bottom: 0.25rem; }
  .select2-container--default .select2-search--dropdown {
    position: relative;
    padding: 0.25rem 0;
    border-bottom: 1px solid #a4a9bc; }
    .select2-container--default .select2-search--dropdown:before {
      position: absolute;
      top: 50%;
      left: 1rem;
      transform: translateY(-50%);
      color: #706e7e;
      font-size: 1.125rem; }
    .select2-container--default .select2-search--dropdown .select2-search__field {
      outline: 0 !important;
      color: #3a3d4a;
      background: #ffffff;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-size: 1rem;
      line-height: 1.50063;
      font-weight: 400;
      font-family: "Manrope", Arial, sans-serif; }
      .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
        opacity: 1;
        color: #706e7e; }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: 18.75rem;
    position: relative;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  .select2-container--default .select2-results__option {
    font-size: 1rem;
    line-height: 1.50063;
    font-weight: 500;
    font-family: "Manrope", Arial, sans-serif;
    padding: 0.625rem 2.625rem 0.625rem 0.875rem;
    position: relative;
    color: #3a3d4a;
    display: flex; }
    .select2-container--default .select2-results__option[aria-selected=true] {
      background: none; }
      .select2-container--default .select2-results__option[aria-selected=true]:after {
        position: absolute;
        top: 50%;
        right: 0.875rem;
        transform: translateY(-50%);
        font-size: 1.25rem; }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
      color: #3a3d4a;
      background-color: #f1f0f5; }
    .select2-container--default .select2-results__option[aria-disabled=true] {
      display: none; }
  .select2-container--default .select2-results__group {
    padding: 0; }
  .select2-container--default .select-dropdown {
    border-top: 1px solid #a4a9bc;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem; }
    .select2-container--default .select-dropdown.select2-dropdown--above {
      margin-top: -0.5rem; }
    .select2-container--default .select-dropdown.select2-dropdown--below {
      margin-top: 0.5rem; }
  .select2-container--default .select-menu {
    border-width: 0;
    min-width: 11rem; }
    .select2-container--default .select-menu.select2-dropdown--above {
      margin-top: -0.25rem; }
    .select2-container--default .select-menu.select2-dropdown--below {
      margin-top: 0.25rem; }
    .select2-container--default .select-menu .select2-results__option {
      font-size: 0.875rem;
      line-height: 1.57214;
      font-weight: 500; }

:root {
  --swiper-navigation-size: 3.125rem;
  --swiper-pagination-bullet-horizontal-gap: .25rem;
  --swiper-pagination-bullet-width: .625rem;
  --swiper-pagination-bullet-height: .625rem;
  --swiper-pagination-bullet-size: .625rem; }

.swiper-container {
  position: relative; }
  .swiper-container .swiper {
    position: static; }

.swiper-wrapper {
  align-items: stretch; }

.swiper-slide {
  height: auto; }

.swiper-button-next, .swiper-button-prev {
  display: flex;
  margin-top: 0;
  border-radius: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-image: linear-gradient(180deg, #efefef, #f2f0f5);
  color: #606060;
  transform: translateY(-50%);
  transition: .2s ease-in-out; }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.25rem;
    transition: .2s ease-in-out; }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    color: #7e899c;
    opacity: 1; }
    .swiper-button-next.swiper-button-disabled.swiper-button-lock, .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
      opacity: 0; }
  .swiper-button-next.swiper-button-lock, .swiper-button-prev.swiper-button-lock {
    opacity: 0;
    visibility: hidden; }
  .swiper-button-next:hover, .swiper-button-next:active, .swiper-button-prev:hover, .swiper-button-prev:active {
    opacity: .75; }
  .grd-light .swiper-button-next, .grd-light .swiper-button-prev {
    background: #fafcfd; }
  .swiper-button-next-circle, .swiper-button-prev-circle {
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
    color: #ffffff; }
    .swiper-button-next-circle.swiper-button-disabled, .swiper-button-prev-circle.swiper-button-disabled {
      color: #ffffff;
      opacity: .5; }

.swiper-button-next {
  right: 0; }

.swiper-button-prev {
  left: 0; }

.swiper-pagination {
  position: static;
  margin-top: 2.5rem; }
  .swiper-pagination-bullets {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: var(--swiper-pagination-bullet-horizontal-gap);
    border-radius: 6.25rem; }
  .swiper-pagination-bullet {
    transition: .2s ease-in-out;
    background-color: #66b2c2; }
    .swiper-pagination-bullet-active {
      width: 2rem;
      opacity: 1;
      border-radius: 0.75rem;
      background-color: #9e6afb; }
    .swiper-pagination-bullet:focus-visible {
      outline: 0; }
  .swiper-pagination-fraction {
    display: inline-flex;
    background-image: linear-gradient(180deg, #efefef, #f2f0f5);
    border-radius: 0.25rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.50083;
    font-weight: 500;
    margin-top: 0; }

.swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper .swiper-pagination-custom, .swiper .swiper-pagination-fraction {
  bottom: 2rem; }

.swiper img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.swiper-controls {
  display: flex;
  gap: 0.75rem; }
  .swiper-controls-compact {
    gap: 0.5rem; }

.swiper-controls .swiper-button-next, .swiper-controls .swiper-button-prev {
  position: static;
  transform: none; }

.swiper-controls-compact .swiper-button-prev {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.swiper-controls-compact .swiper-button-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.tippy-box[data-theme~="light"] {
  border-radius: 0.25rem;
  background-color: #fafafa;
  color: #3a3d4a;
  font-size: 0.75rem;
  line-height: 1.50083;
  padding: 0.5rem;
  box-shadow: 0 1px 4px rgba(16, 24, 40, 0.1); }
  .tippy-box[data-theme~="light"] .tippy-content {
    padding: 0; }

[data-theme~="light"] .tippy-arrow {
  color: #fafafa; }

.form-check {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  text-align: left; }
  .form-check:last-child {
    margin-bottom: 0; }
  .form-check__input {
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
    margin-right: 0.75rem;
    background-color: #fafcfd;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #a4a9bc;
    border-radius: 0.25rem;
    appearance: none;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
    transition: all 0.3s; }
    .form-check__input[type="radio"] {
      border-radius: 50%; }
    .form-check__input:active {
      filter: brightness(90%); }
    .form-check__input:focus {
      outline: 0; }
    .form-check__input:checked {
      border-color: #773df3; }
      .form-check__input:checked[type="checkbox"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23773df3' d='M6.5 9.322 4.59 7.41a.833.833 0 0 0-1.18 1.178l2.5 2.5a.833.833 0 0 0 1.18 0l5.5-5.5a.833.833 0 1 0-1.18-1.178L6.5 9.32Z'/%3E%3C/svg%3E");
        background-size: 100% 100%; }
      .form-check__input:checked[type="radio"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='8' cy='8' r='3' fill='%23773df3'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 100% 100%; }
      .form-check__input:checked ~ .form-check__label {
        color: #3a3d4a;
        font-weight: 500; }
    .form-check__input:disabled {
      pointer-events: none;
      filter: none;
      opacity: 0.5; }
    .form-check__input[disabled] ~ .form-check__label, .form-check__input:disabled ~ .form-check__label {
      opacity: 0.5; }
  .form-check__label {
    display: block;
    color: #706e7e;
    cursor: pointer;
    flex: 1; }
  .form-check__count {
    cursor: pointer;
    position: relative;
    top: 1px; }
  .form-check--lg .form-check__input {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem; }

.form-file {
  position: relative; }
  .form-file input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .form-file__label {
    display: flex;
    align-items: center;
    font-weight: 500; }
    .form-file__label:focus, .form-file__label:hover {
      color: #9e6afb; }
  .form-file__icon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    margin-right: 0.25rem;
    color: #7e899c; }

.form-input {
  position: relative;
  display: block;
  appearance: none;
  width: 100%;
  color: #3a3d4a;
  height: 3.5rem;
  background: #fafcfd;
  border: 1px solid #a4a9bc;
  border-radius: 0.5rem;
  transition: all ease-in-out 0.15s;
  font-size: 1rem;
  line-height: 1.50063;
  font-weight: 400;
  font-family: "Manrope", Arial, sans-serif;
  padding: 0.93719rem 0.9375rem;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  text-align: left; }
  .form-input::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-input::placeholder {
    opacity: 1;
    color: #706e7e; }
  .form-input:disabled, .form-input[readonly] {
    opacity: 1;
    color: #706e7e; }
  .form-input:disabled {
    cursor: not-allowed;
    border-color: #a4a9bc; }
  .form-input:focus, .form-input:active {
    outline: 0; }
  .form-input:focus-within {
    border-color: #9e6afb; }
  .form-group.has-error .form-input {
    border-color: #f04438; }
  [data-state="dropdown-open"] .form-input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .form-input__body {
    display: inline-grid;
    align-items: center;
    font-size: 1rem;
    line-height: 1.50063; }
    .form-input__body:after {
      content: attr(data-value) "";
      visibility: hidden;
      white-space: pre; }
  .form-input__reset {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
    color: #7e899c;
    grid-area: 1 / 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.25s 0.5s; }
    .form-input__reset.is-visible {
      opacity: 1;
      visibility: visible; }
  .form-input--fake .form-input__body:after,
  .form-input--fake input {
    width: auto;
    min-width: 5em;
    font: inherit;
    padding: 0;
    margin: 0;
    resize: none;
    background: none;
    appearance: none;
    border: none;
    outline: 0;
    grid-area: 1 / 1; }
    .form-input--fake .form-input__body:after > *,
    .form-input--fake input > * {
      display: inline;
      white-space: nowrap; }
  .form-input--fake:focus-within input:focus {
    outline: none; }

textarea.form-input {
  max-height: none;
  height: auto; }

.form-field {
  position: relative;
  display: flex;
  width: 100%; }
  .form-field .form-input {
    flex: 1; }
  .form-field__icon {
    position: absolute;
    top: 0;
    cursor: pointer;
    border-radius: 0.5rem;
    width: 2.75rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #7e899c;
    z-index: 1;
    transition: .2s ease-in-out; }
  .form-field button.form-field__icon-icon {
    width: 3.5rem;
    height: 100%; }
    .form-field button.form-field__icon-icon:hover {
      color: #fafcfd;
      background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
      box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06); }
  .form-field.form-input {
    height: auto;
    display: block; }
  .form-field--icon-right .form-input, .form-field--cancel .form-input {
    padding-right: 2.75rem; }
  .form-field--icon-right .form-field__icon {
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-field--icon-left .form-input {
    padding-left: 2.75rem; }
  .form-field--icon-left .form-field__icon {
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-field--cancel .form-field__cancel {
    left: auto;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-field--sm .form-input {
    height: 2.75rem;
    padding: 0.56219rem 0.8125rem; }
  .form-field--sm .form-field__icon {
    height: 2.5625rem; }
  .form-field--sm.form-field--icon-right .form-input {
    padding-right: 2.5625rem; }
  .form-field--sm.form-field--icon-left .form-input {
    padding-left: 2.5625rem; }
  .form-field--sm .form-label--float {
    top: 0.62469rem;
    left: 0.875rem; }

.form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1rem; }

.form-label {
  display: block;
  margin-bottom: 0.375rem;
  font-weight: 500; }

.form-auth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
  border-top: 1px solid #a4a9bc; }
  .form-auth:last-child {
    margin-bottom: 0; }
  .form-auth > * {
    margin-top: 0.75rem; }
  .form-auth__label {
    margin-right: 0.75rem;
    font-weight: 500; }
  .form-auth .social {
    flex-wrap: nowrap; }

.form-redirect {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem; }
  .form-redirect > * {
    margin-top: 0.75rem; }
  .form-redirect__label {
    margin-right: 0.75rem; }
  .form-redirect__link {
    font-weight: 500; }

.form-errors {
  color: #f04438; }
  .form-errors:empty {
    display: none; }

.form-error {
  margin-top: 0.25rem; }

.form-submit {
  margin-top: 1.5rem; }
  .form-submit--multiple {
    display: grid;
    gap: 1rem;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column; }
    .form-submit--multiple .form-button {
      max-width: none;
      min-width: 0; }

.form-button {
  width: 100%; }

@media (min-width: 768px) {
  .form-auth {
    margin-bottom: 1.5rem;
    margin-top: 1rem; }
    .form-auth:last-child {
      margin-bottom: 0; }
    .form-auth > * {
      margin-top: 1rem; }
  .form-redirect {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0.75rem; }
  .form-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 1rem; }
  .form-button {
    max-width: 20rem; } }

.search-form .form-group {
  margin-bottom: 0;
  display: block; }

.search-form .form-field__icon:before {
  margin: 0; }

.search-form .form-field__icon-icon {
  color: #7e899c; }

.search-form .form-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .search-form .form-input:focus, .search-form .form-input:active {
    outline: 0;
    box-shadow: none; }

@media (max-width: 575px) {
  .search-form .form-group {
    position: static; }
  .search-form__dropdown {
    top: 3.75rem !important;
    left: 1rem !important;
    right: 1rem !important; } }

button,
.button {
  position: relative;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: none;
  outline: 0;
  border: 0;
  padding: 0;
  transition: all 0.2s ease-in-out; }
  button:focus, button:hover,
  .button:focus,
  .button:hover {
    text-decoration: none !important;
    outline: 0; }
  button:focus, button.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus,
  .button:focus,
  .button.focus,
  .button:active:focus,
  .button:active.focus,
  .button.active:focus,
  .button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0; }
  button.focus,
  .button.focus {
    text-decoration: none; }
  button:active, button.active,
  .button:active,
  .button.active {
    outline: 0; }
  button.disabled, button:disabled,
  .button.disabled,
  .button:disabled {
    cursor: not-allowed;
    pointer-events: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 0.5rem;
  padding: 0.93719rem 1.6875rem;
  font-size: 1rem;
  line-height: 1.50063;
  font-weight: 500;
  font-family: "Manrope", Arial, sans-serif;
  white-space: normal;
  min-height: 3.5rem;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05); }
  .button__icon {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    margin-left: 1rem;
    margin-right: 1rem; }
    .button__icon:first-child {
      margin-left: 0; }
    .button__icon:last-child {
      margin-right: 0; }
  .button--primary {
    color: #ffffff;
    background-color: #9e6afb; }
    .button--primary:hover {
      color: #ffffff;
      background-color: #9e6afb; }
  .button--light-primary {
    color: #9e6afb;
    background-color: #fafcfd; }
    .button--light-primary:hover {
      color: #ffffff;
      background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
      border-color: #9e6afb; }
  .button--service-primary {
    color: #9e6afb;
    background-color: #fafcfd;
    border-color: #a4a9bc; }
    .button--service-primary:hover {
      color: #ffffff;
      background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
      border-color: #9e6afb; }
  .button--primary, .button--light-primary {
    border-width: 0; }
  .button--primary {
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3); }
  .button--xs {
    min-height: 1.5rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
    border-radius: 0.125rem; }
    .button--xs .button__icon {
      width: 1rem;
      height: 1rem;
      font-size: 1rem; }
  .button--sm {
    min-height: 2.375rem;
    font-size: 0.875rem;
    line-height: 1.57214;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem; }
  .button--md {
    min-height: 3rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.1875rem;
    padding-right: 1.1875rem; }
  .button--link {
    padding: 0;
    border: 0;
    background: none; }
    .button--link:focus, .button--link:hover {
      color: #9e6afb; }

a.button.disabled,
a.button.is-disabled,
fieldset[disabled] a.button {
  pointer-events: none; }

.button--block {
  width: 100%; }

input[type="submit"].button_block,
input[type="reset"].button_block,
input[type="button"].button_block {
  width: 100%; }

.breadcrumb {
  display: flex;
  margin-bottom: 0.75rem; }
  .breadcrumb__list {
    padding: 0;
    list-style: none;
    display: inline; }
  .breadcrumb__item {
    display: inline;
    color: #706e7e; }
    .breadcrumb__item:before {
      content: ' ';
      /*
            this content is important only for Chrome in case
            the HTML will be minified with *no whitespaces* between </li><li>
            */ }
    .breadcrumb__item:after {
      content: ' ';
      /*
            this is actual placeholder for background-image
            and it really must be space (or tab)
            */
      white-space: normal;
      word-spacing: 2em;
      /*
            = nav@padding-right - this actually makes width
            */
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cpath fill='%237e899c' fill-rule='nonzero' d='M5.53 8.47a.75.75 0 0 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 0 1 1.06 1.06L2.06 5l3.47 3.47Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 50%; }
  .breadcrumb__link {
    color: #3a3d4a;
    text-decoration: none; }
    .breadcrumb__link:focus, .breadcrumb__link:hover {
      color: #9e6afb;
      text-decoration: none; }

[data-component="collapsible"] {
  overflow: hidden; }

[data-element="collapsible-toggle"] {
  cursor: pointer; }

[data-element="collapsible-content"] {
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: .25s ease-in-out;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100); }
  .is-collapsed [data-element="collapsible-content"] {
    max-height: 0 !important;
    opacity: 0;
    visibility: hidden; }

.modal {
  display: grid;
  gap: 1rem;
  position: relative;
  width: 100%;
  max-width: 31.6875rem;
  margin: auto;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  background-image: linear-gradient(180deg, #efefef, #f2f0f5); }
  .modal__title {
    margin-bottom: 0.5rem;
    padding-right: 1.5rem; }
    .modal__title:last-child {
      margin-bottom: 0; }
  .modal__footer {
    display: grid;
    gap: 1rem;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column; }
  .modal .form-button {
    max-width: none;
    min-width: 0; }
  .modal--review {
    max-width: 59.375rem;
    padding: 0; }
  @media (max-width: 767px) {
    .modal__title {
      font-size: 1.125rem;
      line-height: 1.445; } }
  @media (min-width: 768px) {
    .modal {
      padding: 2rem;
      gap: 1.5rem; }
      .modal__title {
        margin-bottom: 0.75rem; }
        .modal__title:last-child {
          margin-bottom: 0; }
      .modal--review {
        padding: 0; } }

.dropdown {
  position: relative; }
  .dropdown__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: .25s ease-in-out;
    font-size: 0.875rem;
    line-height: 1.57214;
    padding-left: 1.1875rem;
    padding-right: 1.1875rem; }
    .dropdown__toggle:after {
      font-size: 0.8125rem;
      margin-left: 1rem;
      transition: transform .2s ease-in-out;
      transform: rotate(0);
      color: #9e6afb; }
    .dropdown__toggle[aria-expanded="true"] {
      border-bottom-width: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
      .dropdown__toggle[aria-expanded="true"]:after {
        transform: rotate(-180deg); }
    .dropdown__toggle-selection {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .dropdown__toggle-selection:empty {
        display: none; }
  .dropdown [data-tippy-root] {
    width: 100%; }
  .dropdown__content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 20rem;
    border: 1px solid #a4a9bc;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: #fafcfd;
    margin-top: -1px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    z-index: 101; }
  .dropdown__list {
    padding: 0;
    list-style: none; }
  .dropdown__option {
    display: block;
    transition: .2s ease-in-out;
    font-size: 1rem;
    line-height: 1.50063;
    font-weight: 500;
    padding: 0.625rem 0.875rem; }
    .dropdown__item .dropdown__option {
      cursor: pointer;
      color: inherit;
      text-decoration: none; }
      .dropdown__item .dropdown__option:focus, .dropdown__item .dropdown__option:hover {
        background-color: #f1f0f5;
        color: inherit;
        text-decoration: none; }

.tag {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 1px #a4a9bc;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  color: #706e7e;
  cursor: pointer; }
  .tag__icon {
    font-size: 0.75rem;
    margin-left: 0.25rem; }
  .tag:focus, .tag:hover {
    color: #3a3d4a; }
  .tag--sm {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.57214; }
  .tag--xs {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.50083; }
  .tag--primary {
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
    box-shadow: none;
    color: #fafcfd; }
    .tag--primary:focus, .tag--primary:hover {
      color: #fafcfd; }
  .tag--service {
    color: #3a3d4a; }
    .tag--service:focus, .tag--service:hover {
      color: #706e7e; }

.tags {
  display: flex;
  align-items: baseline;
  margin: -0.5rem; }
  .tags > * {
    margin: 0.5rem; }
  .tags__label {
    white-space: nowrap;
    font-weight: 500; }
  .tags__list {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem;
    overflow: auto;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */ }
    .tags__list::-webkit-scrollbar {
      -webkit-appearance: none;
      display: none;
      /* Safari and Chrome */ }
    .tags__list > * {
      margin: 0.5rem; }
  .tags__slider {
    margin-right: 0; }
  .tags__slide {
    width: auto; }
  .tags--sm .tags__label {
    margin-right: 1rem; }
  .tags--sm .tags__list {
    margin: -0.375rem; }
    .tags--sm .tags__list > * {
      margin: 0.375rem; }
  .tags--xs .tags__label {
    margin-right: 0.5rem; }
  .tags--xs .tags__list {
    margin: -0.25rem; }
    .tags--xs .tags__list > * {
      margin: 0.25rem; }
  @media (min-width: 768px) {
    .tags__slider {
      margin-right: 0.5rem; } }

.adult-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #dbdcff;
  height: 100%;
  max-height: 36.875rem;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500; }
  .adult-placeholder__icon {
    display: block;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #b8b9d6;
    font-size: 9.5rem; }
  .adult-placeholder__button {
    margin-top: 1rem; }
  .adult-placeholder--sm {
    position: relative;
    border-radius: 0;
    padding: 1rem; }
    .adult-placeholder--sm:focus .adult-placeholder__content, .adult-placeholder--sm:hover .adult-placeholder__content {
      bottom: 1rem; }
  .adult-placeholder--sm .adult-placeholder__icon {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8.5rem; }
  .adult-placeholder--sm .adult-placeholder__content {
    position: absolute;
    bottom: -100%;
    left: 1rem;
    right: 1rem;
    padding: 1rem;
    border-radius: 0.25rem;
    transition: .25s ease-in-out; }
  @media (min-width: 1280px) {
    .adult-placeholder {
      min-height: 36.875rem; }
      .adult-placeholder__icon {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 15.75rem; }
      .adult-placeholder--sm {
        min-height: 0; } }

.author {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 1rem;
  align-items: center; }
  .author__img {
    display: block;
    border-radius: 50%;
    width: 4rem;
    height: 4rem; }
    .post__replies .author__img {
      width: 2rem;
      height: 2rem; }
  .author__content {
    display: grid;
    gap: 0.25rem; }
  .author__name {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  @media (min-width: 768px) {
    .author__name {
      -webkit-line-clamp: 1; } }

.benefit {
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem; }
  .benefit__picture {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    color: #fafcfd;
    margin-bottom: 1rem;
    width: 4rem;
    height: 4rem; }
  .benefit__icon {
    font-size: 2.5rem; }
  .benefit__title {
    margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .benefit {
      padding: 2rem; }
      .benefit__picture {
        margin-bottom: 2rem; } }
  @media (min-width: 1280px) {
    .benefit {
      padding: 2.5rem; } }

.card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 0.5rem;
  height: 100%; }
  .card > * {
    min-width: 0; }
  .card__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem; }
  .card__title {
    margin-bottom: 0; }
  .card__menu {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    .card__menu-item {
      position: relative;
      min-height: 1px;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
    .card__menu-link {
      color: #706e7e; }
      .card__menu-link.is-active {
        color: #9e6afb; }
  .card__tickets {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    gap: 0.875rem; }
  .card__slider {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    position: relative; }
  .card__footer {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 0.5rem;
    margin-right: -0.75rem;
    margin-top: auto; }
  .card__button {
    padding: 0.625rem 1.125rem;
    min-height: 2.75rem; }
  .card--sm {
    gap: 0.5rem; }
  .card.is-disabled {
    opacity: .3;
    pointer-events: none; }
  @media (min-width: 1280px) {
    .card__tickets {
      grid-auto-flow: column;
      grid-template-columns: 1fr 1fr; }
    .card__footer {
      flex-wrap: nowrap; } }

.category-card {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  color: inherit;
  text-decoration: none; }
  .category-card:focus, .category-card:hover {
    color: inherit; }
  .category-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 1rem;
    width: 62%;
    flex: 0 0 62%;
    min-height: 10rem; }
  .category-card__picture {
    flex: 1;
    position: relative; }
  .category-card__label, .category-card__title {
    margin-bottom: 0.5rem; }
  .category-card__title {
    font-weight: 400; }
  .category-card__button {
    margin-top: auto; }

.check {
  display: grid;
  gap: 0.5rem; }
  .check__item {
    border-bottom: 1px dotted #a4a9bc;
    padding-bottom: 0.5rem;
    display: grid;
    grid-template-columns: auto max-content;
    gap: 1rem; }
  .check__data {
    font-size: 1.125rem;
    line-height: 1.445; }

.contacts-list {
  padding: 0;
  list-style: none; }
  .contacts-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem; }
    .contacts-list__item:last-child {
      margin-bottom: 0; }
  .contacts-list__icon {
    font-size: 1.5rem;
    color: #7e899c;
    margin-right: 0.75rem; }
  .contacts-list__button {
    width: 100%; }
  @media (min-width: 768px) {
    .contacts-list__button {
      width: auto; } }

.control {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem;
  border-radius: 0.125rem;
  min-height: auto; }
  .control__icon {
    font-size: 1rem;
    color: #7e899c; }
  .control.is-active {
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3); }
  .control.is-active .control__icon {
    color: #fafcfd; }
  .control--date {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.50083;
    font-weight: 500; }
  .control--date .control__icon {
    font-size: 0.75rem;
    margin-right: 0.25rem; }
  .control.button .control__icon {
    color: inherit; }
  .control--md {
    padding: 0.5rem;
    border-radius: 0.5rem; }
  .control--md .control__icon {
    font-size: 1.25rem; }
  .control--lg .control__icon {
    font-size: 1.5rem; }
  .control--icon {
    padding: 0;
    border-radius: 0; }
  .control--icon.is-active {
    background: none; }
  .control--icon.is-active .control__icon {
    color: #9e6afb; }

.controls {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  margin-bottom: -0.5rem; }
  .controls__item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem; }

.cover-card {
  padding: 1.5rem;
  border-radius: 1rem; }
  .cover-card__label {
    margin-bottom: 0.75rem; }
  .cover-card__cta {
    margin-top: 1.5rem; }

.cta {
  display: grid;
  gap: 1rem;
  justify-content: start;
  margin-bottom: 1rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    .cta {
      grid-auto-flow: column;
      align-items: center;
      justify-content: space-between; } }

.dashboard {
  display: grid;
  grid-auto-rows: auto;
  gap: 1rem; }
  .dashboard > * {
    min-width: 0; }
  .dashboard__slide {
    width: 100%;
    max-width: 19.625rem; }
  @media (min-width: 768px) {
    .dashboard__slide {
      max-width: none; } }

.details {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 1rem 0; }
  .details__label, .details__data {
    display: flex;
    align-items: baseline; }
    .details__label:after, .details__data:after {
      content: '';
      display: block;
      border-bottom: 1px dotted #a4a9bc;
      flex: 1; }
  .details__label:after {
    margin-left: 1rem; }
  .details__data {
    text-align: right; }
    .details__data:after {
      order: -1;
      margin-right: 1rem; }

.entry {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden; }
  .entry__picture {
    position: relative;
    max-height: 12.5rem; }
    .entry__picture:after {
      padding-top: 51.31195%; }
  .entry__tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    box-shadow: none; }
  .entry__content {
    display: grid;
    gap: 1rem;
    flex: 1;
    padding: 1rem; }
  .entry__title {
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .entry__footer {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, max-content);
    align-items: flex-end;
    justify-content: space-between;
    margin-top: auto; }
  .entry__button {
    min-width: 8.25rem; }
  @media (min-width: 768px) {
    .entry__picture:after {
      padding-top: 57.83133%; } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .entry__title {
    -webkit-line-clamp: 3; } }

.empty-message {
  border-radius: 0.5rem;
  padding: 1.5rem;
  width: 100%; }
  .empty-message__title {
    margin-bottom: 0.5rem; }
  .empty-message__cta {
    margin-top: 1.5rem; }
  .empty-message__button {
    width: 100%; }
  @media (min-width: 768px) {
    .empty-message__cta {
      margin-top: 0; }
    .empty-message__button {
      width: 15rem; } }

.label {
  display: inline-flex;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.50083;
  font-weight: 600; }

.menu__list {
  padding: 0;
  list-style: none; }

.menu__item {
  margin-bottom: 0.5rem; }
  .menu__item:last-child {
    margin-bottom: 0; }

.menu__link {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.75rem;
  border-radius: 0.5rem;
  background-color: #fafafa;
  color: #706e7e;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.57214;
  font-weight: 500;
  transition: background .2s ease-in-out; }
  .menu__link:hover, .menu__link:focus, .menu__link.is-active {
    background-image: radial-gradient(50% 50% at 50% 50%, #9e6afb, #773df3);
    color: #fafcfd;
    text-decoration: none; }
    .menu__link:hover .menu__icon, .menu__link:focus .menu__icon, .menu__link.is-active .menu__icon {
      color: #fafcfd !important; }

.menu__icon {
  font-size: 1rem;
  color: #7e899c; }
  .menu__icon:first-child {
    margin-right: 0.5rem; }
  .menu__icon:last-child {
    margin-left: 0.5rem; }

.menu__text {
  flex: 1; }

.menu__select--currency .select2-selection__rendered:before {
  content: 'Валюта: '; }

@media (min-width: 768px) {
  .menu {
    padding: 1rem;
    border-radius: 0.5rem;
    background-image: linear-gradient(180deg, #efefef, #f2f0f5); }
    .catalog-menu .menu__icon {
      transform: rotate(-90deg); } }

@media (min-width: 1280px) {
  .menu--lg .menu__link {
    gap: 0.75rem;
    padding: 1rem 1.5rem; } }

.orders {
  display: grid;
  gap: 1rem; }

.order {
  border-radius: 0.5rem;
  padding: 1rem 3.5rem 1rem 1rem; }
  .order__header {
    display: grid;
    gap: 0.5rem;
    position: relative;
    padding: 1rem 1rem 1rem 1.25rem; }
    .order__header:before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 0.25rem;
      content: '';
      border-radius: 0.25rem; }
      .order__header:before {
        background-color: #b66f47; }
      .order__header:before {
        background-color: #626873; }
      .order__header:before {
        background-color: #f04438; }
      .order__header:before {
        background-color: #4c8dca; }
      .order__header:before {
        background-color: #9e6afb; }
      .order__header:before {
        background-color: #2c8f6c; }
    .order__header:after {
      position: absolute;
      top: 0;
      right: -2.5rem;
      height: 100%;
      transform: scaleY(1);
      font-size: 1.5rem;
      color: #7e899c;
      transition: transform .25s ease-in-out;
      display: flex;
      align-items: center; }
  .order__details {
    transition: .25s ease-in-out; }
    .order__details-label.is-hidden, .order__details-data.is-hidden {
      display: none; }
  .order__img {
    display: block;
    width: 3.625rem;
    border-radius: 0.5rem;
    transition: width .25s ease-in-out; }
  .order__cards {
    display: grid;
    gap: 1rem; }
  .order__footer {
    margin-top: 1.5rem; }
  .order.is-expanded .order__header {
    background-color: #fafcfd;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-bottom: 1.5rem; }
    .order.is-expanded .order__header:after {
      align-items: flex-end;
      transform: scaleY(-1); }
  .order.is-expanded .order__details-label.is-hidden, .order.is-expanded .order__details-data.is-hidden {
    display: inline; }
  .order.is-expanded .order__img {
    width: 5.5rem; }
  @media (min-width: 768px) {
    .order {
      padding: 1.5rem 4rem 1.5rem 1.5rem; }
      .order__header {
        gap: 1.5rem;
        grid-template-columns: auto 3.625rem;
        align-items: center;
        padding: 0; }
      .order__details {
        padding: 0.25rem 1rem 0.25rem 1.25rem;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem; }
      .order__cards {
        grid-template-columns: repeat(3, 1fr); }
      .order.is-expanded .order__header {
        grid-template-columns: auto 9.875rem;
        background: none; }
      .order.is-expanded .order__details {
        background-color: #fafcfd;
        padding-top: 1rem;
        padding-bottom: 1rem; }
      .order.is-expanded .order__img {
        width: 9.875rem; } }

.pagination {
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.25rem max-content 2.25rem;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #a4a9bc;
  margin-top: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center; }
  .pagination__control {
    padding: 0.5rem;
    color: #706e7e; }
    .pagination__control-icon {
      font-size: 1.25rem;
      color: #7e899c; }
    .pagination__control:focus, .pagination__control:hover {
      color: #3a3d4a; }
      .pagination__control:focus .pagination__control-icon, .pagination__control:hover .pagination__control-icon {
        color: #3a3d4a; }
  .pagination__text {
    font-weight: 500; }
  .pagination__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.0625rem;
    margin-right: -0.0625rem; }
  .pagination__item {
    position: relative;
    min-height: 1px;
    padding-left: 0.0625rem;
    padding-right: 0.0625rem; }
  .pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    min-width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    color: inherit;
    text-decoration: none; }
    .pagination__link:focus, .pagination__link:hover {
      background-image: linear-gradient(180deg, #efefef, #f2f0f5); }
    .pagination__link.is-active {
      background-image: linear-gradient(180deg, #efefef, #f2f0f5); }
  @media (min-width: 768px) {
    .pagination {
      grid-template-columns: max-content auto max-content; }
      .pagination__control {
        display: flex;
        align-items: center;
        padding: 0; }
        .pagination__control-icon {
          font-size: 1.25rem;
          color: #7e899c; }
          .pagination__control-icon:first-child {
            margin-right: 0.5rem; }
          .pagination__control-icon:last-child {
            margin-left: 0.5rem; } }

.post {
  border-radius: 0.5rem;
  padding: 1.5rem;
  display: grid;
  gap: 1rem; }
  .post__replies {
    display: grid;
    gap: 1rem;
    border-top: 1px solid #a4a9bc;
    border-bottom: 1px solid #a4a9bc;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem; }
    .post__replies:last-child {
      border-bottom-width: 0;
      padding-bottom: 0; }
    .post__replies .post__replies {
      margin-left: -2rem;
      padding-left: 4rem; }
  .post__form.is-collapsed {
    display: none; }
  .post__form .form-submit {
    margin-top: 1rem; }

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%; }
  .product-card__picture {
    position: relative;
    margin-bottom: 0.75rem;
    border-radius: 0.5rem; }
    .product-card__picture:after {
      padding-top: 127.60736%; }
  .product-card__placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product-card__controls {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 1; }
  .product-card__check .form-check__input {
    background-image: linear-gradient(180deg, #efefef, #f2f0f5); }
    .product-card__check .form-check__input:checked {
      border-color: #a4a9bc; }
  .product-card__quickbuy {
    display: flex;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem; }
  .product-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1; }
  .product-card__date, .product-card__label, .product-card__title {
    margin-bottom: 0.5rem; }
  .product-card__title {
    font-weight: 400; }
  .product-card__price {
    margin-top: auto;
    font-weight: 500; }
  @media (min-width: 1280px) {
    .product-card__picture {
      margin-bottom: 1rem; }
      .product-card__picture:after {
        padding-top: 118.26347%; }
    .product-card__controls {
      top: 1rem;
      left: 1rem; }
    .product-card__quickbuy {
      top: auto;
      bottom: 1rem;
      left: 1rem;
      right: 1rem;
      opacity: 0;
      visibility: hidden;
      transition: .25s ease-in-out; }
    .product-card__button {
      width: 100%; }
    .product-card__date {
      position: absolute;
      top: 1rem;
      right: 1rem;
      z-index: 1; }
    .product-card:focus .product-card__quickbuy, .product-card:hover .product-card__quickbuy {
      opacity: 1;
      visibility: visible; }
    .product-card--compact:focus .product-card__content, .product-card--compact:hover .product-card__content {
      opacity: 1;
      visibility: visible; }
    .product-card--compact .product-card__picture {
      margin-bottom: 0; }
    .product-card--compact .product-card__content {
      position: absolute;
      left: 1rem;
      right: 1rem;
      bottom: 1rem;
      background-image: linear-gradient(180deg, #efefef, #f2f0f5);
      border-radius: 0.25rem;
      padding: 0.5rem;
      opacity: 0;
      visibility: hidden;
      transition: .25s ease-in-out; }
    .product-card--compact .product-card__quickbuy {
      width: 100%;
      position: static;
      margin-top: 0.5rem;
      opacity: 1;
      visibility: visible; }
    .product-card--compact .product-card__title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      /* autoprefixer: ignore next */
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; } }

.product-picture {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden; }
  .product-picture .swiper-button-prev {
    left: 1rem; }
  .product-picture .swiper-button-next {
    right: 1rem; }

.product-footer {
  display: grid;
  gap: 1rem; }
  .product-footer__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: -0.25rem -0.5rem; }
    .product-footer__body > * {
      margin: 0.25rem 0.5rem; }
  .product-footer__price {
    width: 100%;
    order: 100; }
  .product-footer__buttons {
    display: grid;
    gap: 1rem; }
  @media (min-width: 768px) {
    .product-footer__price {
      width: auto;
      order: initial;
      margin-right: auto; }
    .product-footer__buttons {
      grid-template-columns: repeat(2, 15rem); } }

@media (min-width: 768px) and (max-width: 1279px) {
  .product-footer--compact .product-footer__price {
    width: 100%;
    order: 100; }
  .product-footer--compact .product-footer__buttons {
    grid-template-columns: initial; } }
  @media (min-width: 1440px) {
    .product-footer {
      align-content: start;
      justify-content: start;
      align-items: center;
      grid-template-columns: max-content auto; }
      .product-footer__body {
        justify-content: flex-start; }
      .product-footer__price {
        flex-basis: 100%;
        margin-right: 0; }
      .product-footer__buttons {
        justify-content: end; }
      .product-footer--compact {
        grid-auto-flow: row;
        grid-template-columns: initial; }
      .product-footer--compact .product-footer__price {
        width: 100%;
        order: initial; }
      .product-footer--compact .product-footer__buttons {
        grid-template-columns: initial;
        justify-content: initial; } }

.rating-stars {
  position: relative;
  display: inline-flex; }
  .rating-stars__star, .rating-stars__input {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    margin-right: 0.25rem; }
  .rating-stars__star {
    display: block;
    color: #7e899c;
    transition: color .25s ease-in-out; }
  .rating-stars__input {
    padding: 0;
    margin: 0 0 0 -1.75rem;
    opacity: 0;
    position: relative;
    z-index: -1; }
  .rating-stars[data-rate="5"] .rating-stars__star,
  .rating-stars[data-rate="1"] .rating-stars__star:nth-child(-n+1),
  .rating-stars[data-rate="2"] .rating-stars__star:nth-child(-n+2),
  .rating-stars[data-rate="3"] .rating-stars__star:nth-child(-n+3),
  .rating-stars[data-rate="4"] .rating-stars__star:nth-child(-n+4) {
    color: #f2cb3f; }
  .rating-stars--form {
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .rating-stars--form:hover .rating-stars__label:hover .rating-stars__star,
    .rating-stars--form:hover .rating-stars__label:hover ~ .rating-stars__label .rating-stars__star,
    .rating-stars--form .rating-stars__input:checked ~ .rating-stars__label .rating-stars__star {
      color: #f2cb3f; }
  .rating-stars--form .rating-stars__label, .rating-stars--form .rating-stars__star {
    display: block;
    cursor: pointer; }

.social {
  padding: 0;
  list-style: none; }
  .social__link {
    display: block;
    opacity: 1;
    transition: opacity .25s ease-in-out; }
    .social__link:focus, .social__link:hover {
      opacity: .75; }
  .social__icon {
    display: block;
    width: 2rem;
    height: 2rem; }

.status {
  display: inline-flex;
  align-items: baseline;
  grid-auto-columns: max-content;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding: 0.75rem;
  white-space: nowrap; }
  .status__data {
    font-weight: 500; }
  @media (min-width: 1440px) {
    .status {
      padding-left: 1rem;
      padding-right: 1rem; } }

.table-container {
  position: relative;
  overflow: hidden;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 768px) {
    .table-container {
      margin-left: -2.25rem; } }
  @media (min-width: 768px) {
    .table-container {
      margin-right: -2.25rem; } }
  .table-container table {
    min-width: 43.5rem; }
  @media (min-width: 768px) {
    .table-container {
      margin-left: 0;
      margin-right: 0; } }

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }
  .table th,
  .table td {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #a4a9bc;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 3.5rem; }
  .table th {
    font-weight: 500;
    padding-top: 0.40625rem;
    padding-bottom: 0.40625rem; }
  .table td {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    color: #706e7e; }
  @media (min-width: 1280px) {
    .table th,
    .table td {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      height: 3rem; } }

.tabs__list {
  padding: 0;
  list-style: none; }

.tabs__link {
  display: block;
  text-decoration: none; }

.tabs__content {
  display: flex;
  flex-direction: column; }

.tabs__tab {
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  margin-right: -100%;
  width: 100%;
  height: 0;
  overflow: hidden; }
  .tabs__tab.is-active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible; }

.tabs__slide {
  width: auto; }

.tabs--accordion .tabs__list {
  display: none; }

.tabs--accordion .tabs__accordion-toggle {
  margin-bottom: 0.75rem; }

.tabs--accordion .tabs__tab.is-active {
  padding-bottom: 0.75rem; }

.tabs--default .tabs__list {
  border-bottom: 1px solid #a4a9bc;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem; }

.tabs--default .tabs__link {
  color: #706e7e; }
  .tabs--default .tabs__link:hover, .tabs--default .tabs__link:focus, .tabs--default .tabs__link.is-active {
    color: #9e6afb;
    text-decoration: none; }

@media (min-width: 768px) {
  .tabs--accordion .tabs__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column; }
  .tabs--accordion .tabs__accordion-toggle {
    display: none; }
  .tabs--accordion .tabs__tab.is-active {
    padding-bottom: 0; } }

.text-block {
  color: #706e7e; }
  .text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6,
  .text-block strong,
  .text-block b {
    color: #3a3d4a; }
  .text-block h4 {
    margin-bottom: 1.5rem; }
  .text-block p,
  .text-block ol,
  .text-block ul {
    margin-bottom: 1.5em; }
    .text-block p:last-child,
    .text-block ol:last-child,
    .text-block ul:last-child {
      margin-bottom: 0; }
  .text-block ol,
  .text-block ul {
    padding-inline-start: 1.5rem; }
    .text-block ol ul,
    .text-block ul ul {
      list-style-type: disc;
      padding-inline-start: 2rem; }
  @media (max-width: 767px) {
    .text-block h4 {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 1rem; } }

.ticket {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  background-color: #fafcfd;
  border-left: 8px solid;
  min-height: 2.8125rem;
  gap: 0.25rem; }
  .ticket__title {
    width: 100%;
    font-weight: 400;
    margin-bottom: 0; }
  .ticket__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin-top: 0; }
    .ticket__status-data {
      font-weight: 500;
      white-space: nowrap; }
  .ticket--lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .ticket.is-danger {
    border-color: #b66f47; }
  .ticket.is-danger .ticket__status-data {
    color: #b66f47; }
  .ticket.is-disabled {
    border-color: #626873; }
  .ticket.is-disabled .ticket__status-data {
    color: #626873; }
  .ticket.is-error {
    border-color: #f04438; }
  .ticket.is-error .ticket__status-data {
    color: #f04438; }
  .ticket.is-info {
    border-color: #4c8dca; }
  .ticket.is-info .ticket__status-data {
    color: #4c8dca; }
  .ticket.is-primary {
    border-color: #9e6afb; }
  .ticket.is-primary .ticket__status-data {
    color: #9e6afb; }
  .ticket.is-success {
    border-color: #2c8f6c; }
  .ticket.is-success .ticket__status-data {
    color: #2c8f6c; }

.filter__header {
  display: flex;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }

.filter__title {
  flex: 1;
  margin-bottom: 0;
  font-weight: 500; }

.filter__count {
  margin-left: 0.25rem; }

.filter__list {
  padding: 0;
  list-style: none; }

.filter__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.filter--collapsible {
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem; }

.filter--collapsible .filter__header:after {
  margin-left: 0.25rem;
  color: #7e899c;
  font-size: 1.25rem;
  transform: scaleY(1);
  transition: transform 0.25s ease-in-out; }

.filter.is-collapsed {
  box-shadow: inset 0 0 0 1px #a4a9bc; }

.filter.is-expanded {
  background-image: linear-gradient(180deg, #efefef, #f2f0f5);
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  padding-bottom: 0.5rem; }

.filter.is-expanded .filter__header:after {
  transform: scaleY(-1); }

.filters__header {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 1rem 1.0625rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  background-color: #fafafa;
  position: sticky;
  top: 0;
  z-index: 1; }
  .filters__header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    border-bottom: 1px dotted #a4a9bc; }
  .filters__header-button {
    min-width: 6.875rem; }

.filters__title {
  margin-bottom: 0; }

.filters__selected {
  margin: 0; }

.filters__items {
  display: grid;
  gap: 1rem;
  margin-top: 1rem; }

@media (max-width: 1279px) {
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fafafa;
    z-index: 101;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem; }
    .filters.is-visible {
      transform: translateX(0);
      transition: transform .25s ease-in-out; } }

@media (max-width: 767px) {
  .filters {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (min-width: 1280px) {
  .filters__items {
    margin-top: 0; }
  .filters__footer {
    margin-top: 1.5rem; }
    .filters__footer-button {
      width: 100%; } }

.sorting {
  gap: 1.5rem 0; }
  .sorting__tags .tags__list {
    flex-wrap: nowrap; }
  .sorting__control {
    width: 100%; }
  .sorting__buttons {
    display: flex;
    margin: -0.375rem; }
    .sorting__buttons > * {
      margin: 0.375rem;
      flex: 1; }
  @media (min-width: 768px) {
    .sorting__tags {
      margin-bottom: 0; }
      .sorting__tags .tags__list {
        flex-wrap: wrap; } }
  @media (min-width: 1280px) {
    .sorting__control {
      width: 15.625rem; }
    .sorting__buttons {
      justify-content: flex-end; }
      .sorting__buttons > * {
        flex: initial;
        white-space: nowrap; }
    .sorting .tag {
      white-space: wrap; } }

.variant {
  position: relative;
  margin-bottom: 0; }
  .variant__input {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%); }
    .variant__input:checked ~ .variant__content {
      background-image: linear-gradient(180deg, #efefef, #f2f0f5);
      box-shadow: inset 0 0 0 1px #773df3;
      color: #3a3d4a; }
  .variant__content {
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 1px #a4a9bc;
    padding: 0.625rem 1rem 0.625rem 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .variant__content > * {
      margin-left: 1rem; }
  .variant__name {
    flex: 1; }
  .variant__img {
    border-radius: 0.25rem;
    width: 2.625rem; }
  .variant__icon {
    color: #7e899c;
    font-size: 1.5rem; }
  .variant--sm .variant__input {
    left: 0.5rem; }
    .variant--sm .variant__input:checked ~ .variant__content {
      background: none; }
  .variant--sm .variant__content {
    padding: 0.25rem 0.5rem 0.25rem 1.5rem; }
    .variant--sm .variant__content > * {
      margin-left: 0.75rem; }

.variants__title {
  margin-bottom: 1rem; }

.variants__list {
  display: grid;
  gap: 1rem; }

.variants--sm .variants__title {
  margin-bottom: 0.75rem; }

.variants--sm .variants__list {
  gap: 0.75rem; }

.cart-item {
  display: flex;
  flex-wrap: wrap; }
  .cart-item > * {
    margin-bottom: 1rem; }
    .cart-item > *:last-child {
      margin-bottom: 0; }
  .cart-item__picture {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    width: 12rem;
    flex: 0 0 12rem; }
    .cart-item__picture:after {
      padding-top: 126.5625%; }
  .cart-item__controls {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10; }
  .cart-item__header {
    display: flex;
    flex-wrap: wrap; }
    .cart-item__header > * {
      margin-bottom: 0.5rem; }
      .cart-item__header > *:last-child {
        margin-bottom: 0; }
  .cart-item__title {
    align-self: center;
    margin-right: 1rem;
    width: 80%; }
  .cart-item__delete {
    align-self: center;
    margin-left: auto; }
  .cart-item__price, .cart-item__date {
    width: 100%; }
  .cart-item__variants {
    display: grid;
    gap: 0.75rem;
    width: 100%; }
  @media (max-width: 767px) {
    .cart-item__title {
      font-size: 1.125rem;
      line-height: 1.445; } }
  @media (min-width: 768px) {
    .cart-item {
      align-items: flex-start; }
      .cart-item__picture {
        margin-right: 1.5rem; }
      .cart-item__header {
        width: calc(100% - 13.5rem);
        flex: 0 0 calc(100% - 13.5rem); }
        .cart-item__header > * {
          margin-bottom: 1rem; } }
  @media (min-width: 1280px) {
    .cart-item {
      display: grid;
      grid-auto-rows: min-content max-content;
      grid-template-columns: 12rem 1fr;
      grid-template-rows: min-content min-content;
      gap: 1rem 1.5rem;
      grid-template-areas: "picture header" "picture variants"; }
      .cart-item > * {
        margin-bottom: 0; }
      .cart-item__picture {
        margin-right: 0;
        margin-bottom: 0;
        align-self: center;
        grid-area: picture; }
      .cart-item__header {
        grid-area: header;
        width: auto; }
      .cart-item__title {
        width: 70%; }
      .cart-item__price {
        width: auto;
        align-self: center;
        margin-left: 2rem; }
      .cart-item__variants {
        gap: 1rem;
        grid-area: variants; }
      .cart-item--modal .cart-item__picture {
        align-self: start; }
      .cart-item--modal .cart-item__title {
        width: 45%; } }

.comment {
  display: grid;
  gap: 1rem; }
  .comment__content {
    color: #3a3d4a; }
  .comment__footer {
    display: grid;
    gap: 1rem;
    grid-auto-flow: column;
    grid-auto-columns: max-content auto max-content;
    align-items: center;
    min-height: 2.375rem; }
  .comment__reply {
    font-weight: 500; }
    .comment__reply.is-invisible {
      opacity: 0;
      visibility: hidden; }
  .comment__controls {
    display: grid;
    gap: 1rem;
    grid-auto-flow: column;
    justify-content: end; }
  .comment__control {
    font-size: 1.5rem;
    color: #7e899c; }
    .comment__control:hover, .comment__control:focus, .comment__control.is-active {
      color: #9e6afb; }

.review {
  padding: 1.5rem;
  border-radius: 0.5rem;
  height: 100%;
  min-width: 0; }
  .review[data-element="modal-trigger"] {
    cursor: pointer; }
  .review__body {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .review__body > * {
      margin-top: 1rem; }
      .review__body > *:first-child {
        margin-top: 0; }
  .review__title {
    margin-bottom: 0;
    padding-right: 1.5rem; }
  .review__picture {
    max-width: 18.375rem;
    margin-left: auto;
    margin-right: auto; }
  .review__content {
    color: #3a3d4a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    margin-bottom: auto; }
  .review__thumbs-slider {
    overflow: hidden;
    min-width: 0;
    display: flex;
    justify-content: space-between; }
  .review__thumbs {
    margin: 0;
    border-radius: 0.25rem; }
    .review__thumbs-slide {
      width: 4rem; }
    .review__thumbs-img {
      display: block;
      border-radius: 0.25rem; }
  .review__thumbs-count {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: 0;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    z-index: 10;
    transition: .25s ease-in-out; }
    .review__thumbs-count:after {
      content: attr(data-postfix); }
    .review__thumbs-count.is-visible {
      display: flex;
      min-width: 2.75rem;
      opacity: 1; }
  .review__footer {
    display: grid;
    gap: 1rem;
    grid-auto-flow: column;
    align-items: end;
    justify-content: space-between; }
  .review--modal {
    display: grid;
    gap: 1rem;
    padding: 1rem; }
  @media (max-width: 767px) {
    .review__title {
      font-size: 1.125rem;
      line-height: 1.445; } }
  @media (min-width: 1280px) {
    .review__content {
      -webkit-line-clamp: 6; }
    .review--modal {
      padding: 1.5rem; }
    .review--modal .review__content {
      -webkit-line-clamp: initial;
      margin-bottom: 0; }
    .review--modal-slider {
      grid-auto-flow: row dense;
      grid-auto-rows: min-content 1fr;
      grid-template-columns: 18.375rem 1fr;
      grid-template-rows: min-content 1fr;
      grid-template-areas: "picture title" "picture body";
      gap: 1rem 2rem; }
    .review--modal-slider .review__media {
      grid-area: picture;
      display: grid;
      gap: 1rem; }
    .review--modal-slider .review__thumbs-slider .swiper-wrapper {
      flex-wrap: wrap;
      transform: none !important;
      gap: 0.5rem; }
    .review--modal-slider .review__thumbs-slider .swiper-slide {
      margin: 0 !important; }
    .review--modal-slider .review__title {
      grid-area: title; }
    .review--modal-slider .review__body {
      grid-area: body; } }

.catalog-menu {
  position: fixed;
  top: 4.8125rem;
  left: 1rem;
  right: 1rem;
  transform: translateY(-38.5px);
  max-height: calc(calc(var(--vh, 1vh) * 100) - 5.8125rem);
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background-image: linear-gradient(180deg, #efefef, #f2f0f5);
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  @media (min-width: 1440px) {
    .catalog-menu {
      max-width: calc(87.5rem); } }
  .catalog-menu.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: transform .25s ease-in-out, opacity .45s ease-in-out;
    z-index: 101;
    pointer-events: all; }
  .catalog-menu__body {
    padding: 1rem 0.75rem; }
  .catalog-menu__title {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .catalog-menu {
      left: 2.25rem;
      right: 2.25rem;
      max-height: 31.875rem;
      background: #fafafa;
      border-bottom-left-radius: 0.75rem;
      border-bottom-right-radius: 0.75rem; }
      .catalog-menu__body {
        padding: 1.5rem 2rem 1.5rem 1.5rem;
        display: flex;
        align-items: flex-start; }
      .catalog-menu__tabs {
        width: 33.85%;
        max-width: 17.875rem;
        padding: 1rem 0.75rem;
        margin-right: 2rem; }
      .catalog-menu__content {
        flex: 1; } }
  @media (min-width: 1280px) {
    .catalog-menu {
      top: 6.75rem;
      left: 0;
      right: 0;
      width: 100%;
      transform: translateY(-54px);
      background: #fafafa;
      border-bottom-left-radius: 0.75rem;
      border-bottom-right-radius: 0.75rem; }
      .catalog-menu__tabs {
        padding-left: 1rem;
        padding-right: 1rem; } }
  @media (min-width: 1280px) {
    .catalog-menu {
      max-height: 45.125rem; } }

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 101;
  pointer-events: none; }
  .mobile-menu.is-visible {
    transform: translateX(0);
    transition: transform .25s ease-in-out;
    pointer-events: all; }
  .mobile-menu__header, .mobile-menu__body {
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 768px) {
      .mobile-menu__header, .mobile-menu__body {
        padding-left: 2.25rem;
        padding-right: 2.25rem; } }
  .mobile-menu__header {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1.0625rem;
    z-index: 20; }
    .mobile-menu__header:after {
      position: absolute;
      bottom: 0;
      left: 1rem;
      right: 1rem;
      border-bottom: 1px dotted #a4a9bc;
      content: ''; }
  .mobile-menu__title {
    margin-bottom: 0; }
  .mobile-menu__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    color: #7e899c; }
  .mobile-menu__button {
    width: 100%; }
  .mobile-menu__section {
    border-bottom: 1px solid #a4a9bc;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    .mobile-menu__section:last-child {
      border-bottom-width: 0; }
  .mobile-menu__cart {
    padding-top: 1.5rem;
    padding-bottom: 2rem; }
  .mobile-menu--modal {
    border-radius: 0.5rem;
    top: 6.3125rem;
    right: 1rem;
    bottom: 1.5rem;
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(50px);
    min-height: 0;
    max-height: calc(100vh - 7.8125rem);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 7.8125rem); }
    @media (min-width: 768px) {
      .mobile-menu--modal {
        right: 2.25rem; } }
    .mobile-menu--modal.is-visible {
      opacity: 1;
      transform: translateX(0); }
  @media (min-width: 768px) {
    .mobile-menu__header:after {
      left: 2.25rem;
      right: 2.25rem; }
    .mobile-menu__section {
      padding-left: 0;
      padding-right: 0;
      border-radius: 0; }
    .mobile-menu--modal {
      max-width: 43.5rem; } }
  @media (min-width: 1280px) {
    .mobile-menu--modal {
      top: 8.25rem;
      max-width: 42.625rem;
      max-height: calc(100vh - 9.75rem);
      max-height: calc(calc(var(--vh, 1vh) * 100) - 9.75rem); } }
  @media (min-width: 1280px) and (min-width: 1440px) {
    .mobile-menu--modal {
      right: calc((100vw - 87.5rem) / 2); } }
  @media (min-width: 1440px) {
    .mobile-menu--modal {
      max-width: 45.1875rem; } }

.quick-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  align-items: center;
  flex-wrap: nowrap; }
  .quick-menu__item {
    position: relative;
    min-height: 1px;
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
  .quick-menu__button {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    color: #7e899c;
    text-decoration: none; }
    .quick-menu__button:focus, .quick-menu__button:hover {
      color: #3a3d4a;
      text-decoration: none; }
    .quick-menu__button--sm {
      width: auto;
      height: auto; }
  .quick-menu__icon {
    font-size: 1.5rem; }
    .quick-menu__button--sm .quick-menu__icon {
      font-size: 0.75rem;
      transform: scaleX(-1); }
  .quick-menu__text {
    color: #706e7e;
    font-size: 1rem;
    line-height: 1.50063;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.25rem; }
  @media (min-width: 1280px) {
    .quick-menu__item--divided {
      border-left: 1px solid #a4a9bc;
      margin-left: 0.25rem;
      padding-left: 0.5rem; } }

.top-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  justify-content: center; }
  .top-menu__item {
    position: relative;
    min-height: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.50083;
    font-weight: 500; }
  .top-menu__link {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    color: #706e7e;
    text-decoration: none; }
    .top-menu__link:focus, .top-menu__link:hover {
      color: #3a3d4a;
      text-decoration: none; }

.submenu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 1.5rem;
  overflow: hidden; }
  .submenu__section {
    position: relative; }
    .submenu__section:before, .submenu__section:after {
      content: '';
      position: absolute;
      background-color: #a4a9bc;
      z-index: 1; }
    .submenu__section:after {
      inline-size: 100vw;
      block-size: 1px;
      inset-inline-start: 0;
      inset-block-start: calc(0.25rem * -1); }
    .submenu__section:before {
      display: none;
      inline-size: 1px;
      block-size: 100vh;
      block-size: calc(var(--vh, 1vh) * 100);
      inset-inline-start: calc(0.75rem * -1); }
  .submenu__list {
    padding: 0;
    list-style: none;
    font-size: 0.75rem;
    line-height: 1.50083;
    font-weight: 500; }
  .submenu__item {
    margin-bottom: 0.375rem; }
    .submenu__item:last-child {
      margin-bottom: 0; }
  .submenu__link {
    color: #706e7e;
    text-decoration: none; }
    .submenu__link:focus, .submenu__link:hover {
      color: #9e6afb;
      text-decoration: none; }
  @media (max-width: 575px) {
    .submenu__title {
      font-size: 0.875rem;
      line-height: 1.57214;
      margin-bottom: 0.5rem; } }
  @media (min-width: 768px) {
    .submenu {
      gap: 1.5rem 2rem; }
      .submenu__section:after {
        inset-block-start: calc(0.75rem * -1); }
      .submenu__section:before {
        display: block;
        inset-inline-start: calc(1rem * -1); }
      .submenu__list {
        font-size: 0.875rem;
        line-height: 1.57214; }
      .submenu__item {
        margin-bottom: 0.5rem; } }
  @media (min-width: 1280px) {
    .submenu {
      grid-template-columns: repeat(4, 1fr);
      gap: 2rem; }
      .submenu__section:after {
        inset-block-start: calc(1rem * -1); }
      .submenu__section:before {
        inset-inline-start: calc(1rem * -1); } }

.navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: .25s ease-in-out;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  .navbar__list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
    flex-wrap: nowrap;
    justify-content: center; }
  .navbar__item {
    position: relative;
    min-height: 1px;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    width: 20%;
    flex: 0 0 20%;
    max-width: 6rem; }
  .navbar__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fafcfd;
    border-radius: 0.5rem;
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.57214;
    font-weight: 500;
    text-decoration: none;
    color: #706e7e; }
    .navbar__button:focus, .navbar__button:hover {
      background-color: #9e6afb;
      color: #fafcfd;
      text-decoration: none; }
      .navbar__button:focus .navbar__icon, .navbar__button:hover .navbar__icon {
        color: #fafcfd; }
  .navbar__icon {
    color: #7e899c;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
    transition: .25s ease-in-out; }

.searchbar__button {
  margin-right: -1px;
  width: auto; }
  .searchbar__button .form-input {
    display: block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .searchbar__button:hover .form-input, .searchbar__button:focus .form-input {
    border-color: #9e6afb;
    background-color: #9e6afb;
    color: #fafcfd; }
  .searchbar__button:hover .form-field__icon, .searchbar__button:focus .form-field__icon {
    color: #fafcfd; }

.searchbar__form {
  flex: 1; }

@media (max-width: 1279px) {
  .searchbar__button .form-field__icon {
    width: 100%; }
  .searchbar__button .form-input {
    padding-left: 2.25rem !important; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: .25s ease-in-out;
  height: 4.8125rem; }
  .header:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
    transition: all .25s ease-in-out;
    z-index: -1;
    content: ''; }
  .header__top {
    border-bottom: 1px solid #a4a9bc; }
  .header__main {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #a4a9bc; }
    .header__main-row {
      flex-wrap: nowrap; }
  .header__col--logo {
    min-width: 7.6875rem; }
  .header__col--main {
    flex: 1;
    position: static; }
  .header__logo img {
    display: block;
    width: 6.1875rem; }
  .header__searchbar {
    display: flex;
    width: 100%; }

@media (min-width: 768px) and (max-width: 1279px) {
  .header__main-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
    .header__main-row > .col,
    .header__main-row > [class^="col-"],
    .header__main-row > [class*=" col-"] {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media (min-width: 768px) {
    .header__logo img {
      width: 8.25rem; }
    .header__fandom-button {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: -2.25rem; } }
  @media (min-width: 1280px) {
    .header {
      height: 6.75rem; }
      .header__container {
        max-width: none;
        padding-left: 2rem;
        padding-right: 2rem; }
      .header__order-button {
        width: 13.75rem; } }

.main {
  flex: 1;
  overflow: clip;
  padding-top: 6.3125rem; }
  @media (min-width: 1280px) {
    .main {
      padding-top: 8.25rem; } }

.footer {
  padding-bottom: 5.625rem; }
  .footer__main, .footer__bottom {
    padding-top: 1.5rem; }
  .footer__main {
    padding-bottom: 2rem; }
  .footer__bottom {
    padding-bottom: 1.5rem; }
  .footer__row {
    gap: 1.5rem 0; }
  @supports not (gap: 1.5rem) {
    .footer__col {
      margin-bottom: 1.5rem; }
      .footer__col:last-child {
        margin-bottom: 0; } }
  .footer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem; }
  .footer__menu {
    font-weight: 500; }
    .footer__menu-title {
      font-weight: 500;
      margin-bottom: 1rem; }
    .footer__menu-list {
      padding: 0;
      list-style: none; }
    .footer__menu-item {
      margin-bottom: 0.75rem; }
      .footer__menu-item:last-child {
        margin-bottom: 0; }
  .footer__bottom {
    border-top: 1px solid #a4a9bc; }

@media (min-width: 768px) and (max-width: 1279px) {
  .footer__main {
    padding-bottom: 1.25rem; }
  .footer__header {
    margin-bottom: 1.5rem; } }
  @media (min-width: 768px) {
    .footer {
      padding-bottom: 0; } }
  @media (min-width: 1280px) {
    .footer__col--company {
      min-width: 22.3125rem; }
    .footer__col--menu {
      flex: 1; }
    .footer__main {
      padding-top: 4rem;
      padding-bottom: 4rem; }
    .footer__bottom {
      padding-top: 2rem;
      padding-bottom: 3rem; } }

.section {
  scroll-margin-top: 5rem;
  margin-bottom: 5rem; }
  @media (min-width: 768px) {
    .section {
      scroll-margin-top: 3.75rem;
      margin-bottom: 3.75rem; } }
  @media (min-width: 1280px) {
    .section {
      scroll-margin-top: 6.875rem;
      margin-bottom: 6.875rem; } }
  .section__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2rem; }
  .section__title {
    margin-bottom: 0;
    max-width: 63%; }
  .section__more {
    width: 100%;
    order: 100;
    text-align: center; }
    .section__more--header {
      width: auto;
      order: initial;
      text-align: initial; }
  .section__slider-controls .swiper-button-prev {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .section__slider-controls .swiper-button-next {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .section__slider {
    overflow: visible;
    width: 100%; }
  .section--compact {
    scroll-margin-top: 3.5rem;
    margin-bottom: 3.5rem; }
    @media (min-width: 768px) {
      .section--compact {
        scroll-margin-top: 4.375rem;
        margin-bottom: 4.375rem; } }
  .section--tight {
    scroll-margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .section__more {
      width: auto;
      order: initial; }
      .section__more--last {
        width: 100%;
        order: 100; } }

.account__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem; }

.account__title {
  margin-bottom: 0; }

.account__back {
  align-self: flex-start;
  margin-top: 0.5rem; }

.account__cta {
  margin-top: 1.5rem; }

.account__button {
  width: 100%;
  white-space: nowrap; }

@media (min-width: 768px) {
  .account__button {
    width: auto; } }

@media (min-width: 1280px) {
  .account__header {
    margin-top: 0; } }

.article {
  display: grid;
  gap: 2rem; }
  .article__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -0.5rem; }
    .article__meta > * {
      margin: 0.5rem; }
  .article__content {
    display: grid;
    gap: 2rem; }
    .article__content > * {
      min-width: 0; }
    .article__content .media-text__row {
      gap: 1.5rem 0; }

.benefits__list {
  margin-bottom: -1.5rem; }

.benefits__item {
  margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .benefits__list {
    margin-bottom: -2rem; }
  .benefits__item {
    margin-bottom: 2rem; } }

.cart__list {
  display: grid;
  gap: 1rem; }

.cart__item {
  border-bottom: 1px dotted #a4a9bc;
  padding-bottom: 1rem; }

.cart__total {
  display: grid;
  gap: 0.75rem;
  width: 18.9375rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem; }
  .cart__total-sum {
    font-size: 1.125rem;
    line-height: 1.445; }

.cart__checkout-aside {
  display: flex;
  flex-direction: column; }

.cart__submit-button {
  width: 100%; }

.cart__info-title {
  margin-bottom: 0.75rem; }

@media (max-width: 767px) {
  .cart__check-container {
    order: -1;
    margin-bottom: 1.5rem; }
  .cart__info-title {
    font-size: 1.125rem;
    line-height: 1.445; } }

@media (min-width: 768px) {
  .cart__total {
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
    width: auto; }
    .cart__total-value {
      font-size: 2rem;
      line-height: 1.25031; }
    .cart__total-button {
      width: 15rem; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .cart__checkout-aside {
    margin-top: 1rem; }
  .cart__submit-button {
    width: 15rem; } }

@media (min-width: 1280px) {
  .cart__info {
    margin-bottom: 1.5rem; } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .cart__checkout-main {
    width: auto;
    flex: 1; }
  .cart__checkout-aside {
    width: 29.75rem;
    flex: 0 0 29.75rem; } }

.catalog__sorting {
  margin-bottom: 1rem; }

.catalog__list {
  margin-bottom: -1rem; }

.catalog__item {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .catalog__sorting {
    margin-bottom: 1.5rem; } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .catalog__list {
    margin-bottom: -1.5rem; }
  .catalog__item {
    margin-bottom: 1.5rem; } }

@media (min-width: 1280px) {
  .catalog__item.col-lg-2-5 {
    width: 20%;
    flex: 0 0 20%; } }

.categories__slide {
  width: 19.0625rem; }

@media (min-width: 768px) {
  .categories__slide {
    width: 21.5625rem; } }

@media (min-width: 1280px) {
  .categories__slide {
    width: 21.0625rem; } }

@media (min-width: 1440px) {
  .categories__slide {
    width: auto; } }

.comments__list {
  display: grid;
  gap: 1rem; }

.cover__slide {
  min-height: 36.625rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .cover__slide-img {
    z-index: -1; }
  .cover__slide-container {
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
  .cover__slide-controls {
    width: 100%;
    margin-bottom: 1.5rem; }
  .cover__slide-content {
    max-width: 30rem;
    margin-top: auto; }

@media (min-width: 1280px) {
  .cover__slide {
    display: flex;
    align-items: center; }
    .cover__slide-container {
      display: block;
      height: auto; }
    .cover__slide-controls, .cover__slide-content {
      max-width: 37.125rem; }
    .cover__slide-content {
      margin-top: 0; } }

.entries__list {
  display: grid;
  gap: 1rem; }

.entries__slide {
  width: 18.875rem; }

@media (min-width: 768px) {
  .entries__list {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1280px) {
  .entries__list {
    grid-template-columns: repeat(4, 1fr); }
  .entries__slide {
    width: auto; } }

.headline {
  margin-bottom: 1.5rem; }
  .headline h1 {
    margin-bottom: 0; }
  .headline__body {
    gap: 0.75rem 0; }
  .headline__tags {
    margin-right: -1rem; }
  @media (min-width: 768px) {
    .headline__tags {
      margin-right: -0.5rem; } }

.hero {
  margin-top: -1.5rem; }
  .hero__picture {
    max-height: 25rem; }
    .hero__picture:after {
      padding-top: 96%; }
  .hero__controls, .hero__content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 768px) {
      .hero__controls, .hero__content {
        padding-left: 2.25rem;
        padding-right: 2.25rem; } }
  .hero__controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: space-between; }
  .hero__label {
    text-transform: none;
    margin-bottom: 0.75rem; }
  .hero__cta {
    margin-top: 1.5rem; }
  @media (min-width: 1280px) {
    .hero__slide {
      display: flex;
      flex-direction: row-reverse;
      min-height: 36.625rem; }
    .hero__picture {
      flex: 1;
      max-height: none; }
      .hero__picture:after {
        display: none; }
    .hero__controls {
      flex-direction: column;
      align-items: flex-start;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .hero__content {
      width: 51.25%;
      flex: 0 0 51.25%;
      padding-right: 4rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; } }
  @media (min-width: 1280px) and (min-width: 1440px) {
    .hero__content {
      padding-left: calc((100vw - 87.5rem) / 2); } }
  @media (min-width: 1280px) {
    .hero__label {
      margin-bottom: 1rem; } }

.media-text__row {
  gap: 1rem 0; }

.media-text__title {
  margin-bottom: 1rem; }

.media-text__text {
  margin-bottom: 1.5rem; }
  .media-text__text:last-child {
    margin-bottom: 0; }

.media-text__cta {
  margin-top: 1.5rem; }

.media-text__button {
  width: 100%; }

.media-text__img {
  display: block;
  border-radius: 0.5rem;
  width: 100%; }
  .media-text__img--lg {
    border-radius: 1rem; }

.media-text--lg .media-text__row {
  gap: 2rem 0; }

.media-text--lg .media-text__img {
  border-radius: 1rem; }

@media (min-width: 768px) {
  .media-text__button {
    width: 15rem; } }

@media (min-width: 1280px) {
  .media-text__img {
    margin-left: auto; }
  .media-text--lg .media-text__picture {
    padding-left: 2.5rem; } }

.product__header {
  display: grid;
  gap: 0.5rem;
  justify-items: start;
  margin-bottom: 1.5rem; }

.product__title {
  margin-bottom: 0; }

.product__main {
  margin-bottom: 3rem; }

.product__media {
  margin-bottom: 2rem; }

.product__thumbs {
  margin-top: 1rem; }
  .product__thumbs-slide {
    width: 4rem; }
  .product__thumbs-img {
    display: block;
    border-radius: 0.25rem; }

.product__controls {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10; }

.product__content {
  display: grid;
  gap: 1.5rem; }

.product__section {
  display: grid;
  gap: 1rem; }
  .product__section-title {
    margin-bottom: 0; }

.product__aside {
  margin-top: 2rem; }
  .product__aside-picture {
    margin-bottom: 1.5rem; }

@media (min-width: 768px) {
  .product__header {
    grid-template-columns: auto max-content;
    align-items: end; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .product__picture {
    width: 28.5rem; }
  .product__thumbs {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 30rem;
    bottom: 0;
    overflow: auto;
    width: calc(100% - 28.5rem - 2rem); }
    .product__thumbs .swiper-wrapper {
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: flex-start;
      gap: 1rem;
      width: auto; }
    .product__thumbs-slide {
      margin: 0 !important; }
  .product__aside {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 1.5rem;
    align-items: center;
    max-width: 43.5rem; }
    .product__aside-picture {
      width: auto;
      margin-bottom: 0; } }

@media (min-width: 1280px) {
  .product__main {
    margin-bottom: 5rem; }
  .product__media {
    margin-bottom: 0; }
  .product__thumbs-slide {
    width: auto; }
  .product__aside {
    margin-top: 0; } }

@media (min-width: 1280px) and (min-height: 900px) {
  .product__aside {
    position: sticky;
    top: 8.25rem; } }

.reviews__list {
  display: grid;
  gap: 1rem; }

.reviews__slide {
  width: 20rem; }

@media (min-width: 768px) {
  .reviews__slide {
    width: auto; } }

.subscription {
  padding: 1.5rem 1rem;
  background: linear-gradient(270.03deg, #66b2c2, #4f26a8); }
  .subscription__row {
    gap: 1.5rem 0; }
  @supports not (gap: 4rem) {
    .subscription__col {
      margin-bottom: 4rem; }
      .subscription__col:last-child {
        margin-bottom: 0; } }
  .subscription__title {
    color: #f7f2fc;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
  .subscription__description {
    color: #e4e3e9; }
  .subscription__form .form-group {
    margin-bottom: 1rem; }
    .subscription__form .form-group:last-child {
      margin-bottom: 0; }
  .subscription__form .form-input {
    border-color: #d0d5dd; }
  @media (max-width: 767px) {
    .subscription__form-button {
      min-height: 2.625rem;
      width: 100%;
      font-size: 0.875rem;
      line-height: 1.57214;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }
  @media (min-width: 768px) {
    .subscription {
      padding-left: 0;
      padding-right: 0; }
      .subscription__row {
        gap: 1rem 0; }
      .subscription__form .form-group {
        margin-bottom: 0; } }
  @media (min-width: 1280px) {
    .subscription {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      .subscription__form .form-input {
        min-width: 20rem; } }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

.display-xs-up {
  display: block !important; }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 576px) {
  .display-sm-up {
    display: block !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 1279px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 768px) {
  .display-md-up {
    display: block !important; } }

@media (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1439px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1280px) {
  .display-lg-up {
    display: block !important; } }

@media (min-width: 1440px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

@media (min-width: 1440px) {
  .display-xl-up {
    display: block !important; } }
