@charset "UTF-8";
/* Imports */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1020px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  -webkit-border-radius: 0;
          border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 988px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 990px; } }
  @media (min-width: 1020px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1224px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 988px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 990px; } }

@media (min-width: 1020px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 992px; } }

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1224px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1020px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1020px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

/* Fonts */
/* Additional Breakpoints */
/* Colors */
/* Palette */
/* Animations */
/* Миксин замены цвета placeholder у input.
Нужно добавить в стилях элемента конструкцию вида @include placeholder(#000); */
/* Global styles */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::after, blockquote::before {
  content: "";
  content: none; }

q::after, q::before {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body,
html {
  background: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1c1c1c;
  font-size: 100%;
  font-family: quicksand, "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 160%;
  width: 100%; }

*:focus {
  outline: none; }

a:hover {
  color: #1c1c1c;
  text-decoration: underline; }

.ta-center {
  text-align: center; }

.ta-right {
  text-align: right; }

.wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px; }
  @media (max-width: 1279.98px) {
    .wrapper {
      padding-top: 52px;
      -webkit-transition: -webkit-transform 0.25s ease-in;
      transition: -webkit-transform 0.25s ease-in;
      -o-transition: transform 0.25s ease-in;
      transition: transform 0.25s ease-in;
      transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in; }
      .menu-open .wrapper {
        -webkit-transform: translate3d(320px, 0, 0);
                transform: translate3d(320px, 0, 0);
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        -o-transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
        .menu-open .wrapper::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 49; }
      .sidebar-open .wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 49; } }
  @media (max-width: 575.98px) {
    .wrapper {
      background-image: none !important; } }

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 60px;
  padding-right: 60px; }
  @media (max-width: 1279.98px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
      padding-left: 48px;
      padding-right: 48px; } }
  @media (max-width: 575.98px) {
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
      padding-left: 20px;
      padding-right: 20px; } }

.container-narrow {
  max-width: 992px; }

svg {
  display: block;
  position: relative;
  overflow: visible; }

.outer {
  overflow: hidden;
  position: relative; }

.outer_dark {
  background-color: #000; }

a.link-text {
  color: #000;
  text-decoration: none; }
  a.link-text.active {
    color: #b78f00; }
  .outer_dark a.link-text {
    color: #fff; }
    .outer_dark a.link-text.active {
      color: #b78f00; }

.desktop a.link-text:hover {
  color: #000;
  text-decoration: underline; }

.desktop a.link-text.active:hover {
  color: #b78f00; }

.desktop .outer_dark a.link-text:hover {
  color: #fff; }

.desktop .outer_dark a.link-text.active:hover {
  color: #b78f00; }

.number {
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px; }
  .ru .number {
    font-family: quicksand, "Open Sans", sans-serif; }

.indicator {
  width: 13px;
  height: 13px;
  background: #eb5757;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  .outer_dark .indicator {
    border-color: #000; }

.helvetica {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.095em; }
  .helvetica-red {
    color: #e80000; }

.help {
  font-family: quicksand, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.55;
  color: #1c1c1c; }

@media (max-width: 575.98px) {
  .ru .section {
    margin-bottom: 50px; } }

.section-internal {
  padding-top: 60px; }
  @media (max-width: 1279.98px) {
    .section-internal {
      padding-top: 50px; } }
  @media (max-width: 1019.98px) {
    .section-internal {
      padding-top: 40px; } }
  @media (max-width: 575.98px) {
    .section-internal {
      padding-top: 32px; } }

.ru .wysiwyg {
  font-weight: 300; }

.outer_dark .wysiwyg {
  color: #fff; }

.wysiwyg a:not(.banner):not(.btn) {
  color: #1c1c1c;
  text-decoration: underline; }
  .wysiwyg a:not(.banner):not(.btn):hover {
    color: #1c1c1c;
    text-decoration: none; }

.wysiwyg ol {
  counter-reset: ol-couter;
  padding: 0;
  margin: 0 auto 32px;
  max-width: 640px; }
  .wysiwyg ol:last-child {
    margin-bottom: 0; }
  .wysiwyg ol li {
    counter-increment: ol-couter;
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px; }
    .wysiwyg ol li::before {
      content: counter(ol-couter) ".";
      font-weight: bold;
      position: absolute;
      margin-left: -24px; }
    .wysiwyg ol li:last-child {
      margin-bottom: 0; }

.wysiwyg ul:not(.slick-dots) {
  list-style: none;
  padding: 0;
  margin: 0 0 32px; }
  .wysiwyg ul:not(.slick-dots):last-child {
    margin-bottom: 0; }
  .wysiwyg ul:not(.slick-dots) li {
    margin-bottom: 24px;
    padding-left: 27px;
    position: relative; }
    .wysiwyg ul:not(.slick-dots) li::before {
      background: #000;
      content: "";
      position: absolute;
      top: 11px;
      left: 0;
      width: 5px;
      height: 5px; }
    .outer_dark .wysiwyg ul:not(.slick-dots) li::before {
      background: #fff; }
    .wysiwyg ul:not(.slick-dots) li:last-child {
      margin-bottom: 0; }
  .wysiwyg ul:not(.slick-dots).ul-lines li::before {
    width: 14px;
    height: 1px;
    top: 12px; }

.wysiwyg ul.two-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 160px;
     -moz-column-gap: 160px;
          column-gap: 160px; }
  @media (max-width: 1019.98px) {
    .wysiwyg ul.two-columns {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      -webkit-column-gap: normal;
         -moz-column-gap: normal;
              column-gap: normal; } }

.wysiwyg .lead-paragraph {
  margin-bottom: 48px;
  margin-top: 48px; }

.wysiwyg .smaller {
  font-size: 14px; }
  .wysiwyg .smaller ul:not(.slick-dots) li {
    margin-bottom: 20px; }
    .wysiwyg .smaller ul:not(.slick-dots) li:last-child {
      margin-bottom: 0; }
    .wysiwyg .smaller ul:not(.slick-dots) li::before {
      top: 10px; }
  .wysiwyg .smaller ul:not(.slick-dots).ul-lines li::before {
    top: 12px; }

.wysiwyg-block {
  margin-top: 60px;
  margin-bottom: 60px; }

.wysiwyg-instagram {
  overflow: hidden;
  position: relative; }
  .wysiwyg-instagram p:last-child {
    margin-bottom: 0; }
  @media (max-width: 1019.98px) {
    .wysiwyg-instagram {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 575.98px) {
    .wysiwyg-instagram {
      padding-top: 32px;
      padding-bottom: 32px; } }

.wysiwyg-marketing-top {
  position: relative;
  overflow: hidden; }
  .wysiwyg-marketing-top-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 144px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -2px;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
  .wysiwyg-marketing-top-image {
    display: block;
    width: 100%;
    height: auto; }

.wysiwyg-marketing-bottom {
  margin-top: 100px; }
  .wysiwyg-marketing-bottom-text {
    margin: 0 auto 32px;
    max-width: 402px;
    text-align: center; }

.wysiwyg-narrow {
  margin: 0 auto;
  max-width: 640px; }

.wysiwyg-tiny {
  margin: 0 auto;
  max-width: 300px; }

.wysiwyg-white {
  background: #fff;
  color: #000; }

.wysiwyg-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .wysiwyg-links__item {
    color: #1c1c1c;
    text-decoration: underline;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    line-height: 2; }
    .ru .wysiwyg-links__item {
      font-family: quicksand, "Open Sans", sans-serif;
      font-weight: 400; }
    .wysiwyg-links__item:hover {
      color: #1c1c1c;
      text-decoration: none; }

.wysiwyg p + .wysiwyg-links {
  margin-top: -20px; }

.wysiwyg-date {
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 32px;
  margin-top: -90px; }

.wysiwyg img:not(.no-margin) {
  display: block;
  margin-bottom: 32px;
  margin-top: 32px;
  max-width: 100%;
  height: auto; }
  .wysiwyg img:not(.no-margin).ta-center {
    margin-left: auto;
    margin-right: auto; }

.wysiwyg figure.wp-block-image img + figcaption {
  margin-top: -24px; }

.wysiwyg-delivery {
  text-align: center;
  margin-bottom: 35px; }
  .wysiwyg-delivery img:not(.no-margin) {
    height: 38px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: auto;
    max-width: 100%; }
  @media (max-width: 575.98px) {
    .wysiwyg-delivery-logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .wysiwyg-delivery-logo img:not(.no-margin) {
        margin-left: 0;
        margin-right: 24px; } }

.wysiwyg-three-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 300; }
  .wysiwyg-three-columns__item {
    text-align: center;
    min-width: 166px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .wysiwyg-three-columns__item-bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 10px; }
      .wysiwyg-three-columns__item-bottom img:not(.no-margin) {
        display: block;
        width: auto;
        max-height: 24px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 3.5px;
        margin-right: 3.5px; }
  @media (max-width: 575.98px) {
    .wysiwyg-three-columns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 30px; }
      .wysiwyg-three-columns__item {
        text-align: left;
        margin-top: 16px; }
        .wysiwyg-three-columns__item:first-child {
          margin-top: 0; }
        .wysiwyg-three-columns__item-bottom {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.wysiwyg .yandexmap {
  height: 500px;
  width: 100%; }

.wysiwyg .wp-caption,
.wysiwyg figcaption {
  font-weight: 300;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 32px; }

.wysiwyg img + .wp-caption {
  margin-top: -24px; }

.wysiwyg .video,
.wysiwyg .wp-block-embed {
  margin: 0 auto 32px;
  max-width: 560px; }

.wysiwyg .iframe,
.wysiwyg .wp-block-embed__wrapper {
  padding-bottom: 56.25%;
  position: relative; }
  .wysiwyg .iframe iframe,
  .wysiwyg .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wysiwyg .iframe + .wp-caption,
.wysiwyg .wp-block-embed__wrapper + figcaption {
  margin-top: 8px; }

.wysiwyg .image-slider {
  margin-top: 32px; }

.wysiwyg blockquote {
  background: rgba(214, 167, 0, 0.3);
  display: block;
  padding: 48px;
  margin: 48px 0; }
  .wysiwyg blockquote p {
    margin: 0; }

@media (max-width: 1279.98px) {
  .wysiwyg p + .wysiwyg-links {
    margin-top: -12px; }
  .wysiwyg-marketing-top-title {
    font-size: 128px; }
  .wysiwyg-marketing-bottom {
    margin-top: 80px; }
  .wysiwyg .yandexmap {
    height: 480px; }
  .wysiwyg-date {
    margin-top: -70px; } }

@media (max-width: 1019.98px) {
  .wysiwyg-date {
    margin-top: -50px; }
  .wysiwyg-narrow {
    max-width: 420px; }
  .wysiwyg .image-slider {
    margin-bottom: 36px; }
  .wysiwyg .lead-paragraph {
    margin-bottom: 32px;
    margin-top: 32px; }
  .wysiwyg blockquote {
    margin-bottom: 32px;
    margin-top: 32px;
    margin-left: -48px;
    margin-right: -48px; }
  .wysiwyg .share {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 32px; }
  .wysiwyg-marketing-top-title {
    font-size: 88.3094px;
    width: 658px;
    left: 50%;
    margin-left: -329px; }
  .wysiwyg-marketing-bottom {
    margin-top: 60px; }
  .wysiwyg .yandexmap {
    height: 400px; } }

@media (max-width: 767.98px) {
  .wysiwyg .lead-paragraph {
    margin-bottom: 24px;
    margin-top: 16px; }
  .wysiwyg-block {
    margin-bottom: 32px;
    margin-top: 32px; }
  .wysiwyg-big-block {
    margin-bottom: 60px;
    margin-top: 60px; }
  .wysiwyg-date {
    margin-top: -30px;
    margin-bottom: 8px; }
  .wysiwyg img:not(.no-margin) {
    margin-bottom: 24px;
    margin-top: 16px; }
  .wysiwyg-delivery img:not(.no-margin) {
    margin-bottom: 15px;
    margin-top: 15px; }
  .wysiwyg figure.wp-block-image img + figcaption {
    margin-top: -16px; }
  .wysiwyg .wp-caption,
  .wysiwyg figcaption {
    margin-bottom: 24px; }
  .wysiwyg img + .wp-caption {
    margin-top: -16px; }
  .wysiwyg .video,
  .wysiwyg .wp-block-embed {
    margin-top: 24px; }
  .wysiwyg ol li {
    margin-bottom: 12px; }
    .wysiwyg ol li:last-child {
      margin-bottom: 0; }
  .wysiwyg blockquote {
    margin-bottom: 24px;
    margin-top: 24px; }
  .wysiwyg .share {
    margin-top: 32px; }
  .wysiwyg-marketing-top {
    padding-top: 50px; }
    .ru .wysiwyg-marketing-top {
      padding-top: 0; }
    .wysiwyg-marketing-top-title {
      font-size: 56px;
      position: relative;
      left: auto;
      margin-left: 0;
      padding-bottom: 32px;
      width: auto;
      max-width: none;
      text-shadow: none; }
      .ru .wysiwyg-marketing-top-title {
        font-family: quicksand, "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        margin-top: 50px;
        padding-bottom: 15px;
        text-transform: uppercase; }
  .wysiwyg-marketing-bottom {
    margin-top: 32px; }
    .ru .wysiwyg-marketing-bottom {
      margin-top: 0; }
    .wysiwyg-marketing-bottom-text {
      margin-bottom: 24px; }
  .wysiwyg .yandexmap {
    height: 320px; } }

@media (max-width: 575.98px) {
  .wysiwyg-links {
    font-size: 14px; }
  .wysiwyg-date {
    font-size: 11px; }
  .wysiwyg p {
    font-size: 14px; }
  .wysiwyg .wp-caption,
  .wysiwyg figcaption {
    font-size: 11px; }
  .wysiwyg ol,
  .wysiwyg ul:not(.slick-dots) {
    font-size: 14px;
    margin-bottom: 16px; }
    .wysiwyg ol:last-child,
    .wysiwyg ul:not(.slick-dots):last-child {
      margin-bottom: 0; }
  .wysiwyg blockquote {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    font-size: 14px; }
  .wysiwyg-marketing-top {
    padding-top: 40px; }
    .wysiwyg-marketing-top-title {
      font-weight: 600;
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: normal;
      padding-bottom: 24px; }
  .wysiwyg-marketing-bottom {
    margin-top: 24px; }
    .wysiwyg-marketing-bottom-text {
      margin-bottom: 16px; }
  .wysiwyg-delivery img:not(.no-margin) {
    margin-bottom: 0;
    margin-top: 0; }
  .wysiwyg .yandexmap {
    height: 200px;
    margin-bottom: 50px; } }

.share-title {
  color: #000;
  text-align: center;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 4px; }
  .ru .share-title {
    font-family: quicksand, "Open Sans", sans-serif;
    font-size: 18px;
    letter-spacing: normal; }
  @media (max-width: 767.98px) {
    .share-title {
      font-size: 18px;
      letter-spacing: normal;
      margin-bottom: 16px; } }

.h1,
h1 {
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 90px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -3.75px;
  text-transform: capitalize;
  color: #000;
  text-shadow: 0 18.75px 37.5px rgba(0, 0, 0, 0.15); }
  .ru .h1, .ru
  h1 {
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 5px;
    line-height: 1.3; }
  .h1-block-white .h1, .h1-block-white
  h1 {
    font-style: italic;
    font-weight: 600;
    font-size: 96px;
    letter-spacing: normal;
    color: #fff;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
    .ru .h1-block-white .h1, .ru .h1-block-white
    h1 {
      font-style: normal;
      line-height: 1.3;
      letter-spacing: 5px;
      text-transform: uppercase; }
  @media (max-width: 1279.98px) {
    .h1,
    h1 {
      font-size: 70px;
      letter-spacing: -2.75px;
      text-shadow: 0 14px 28px rgba(0, 0, 0, 0.15); }
      .ru .h1, .ru
      h1 {
        font-size: 48px;
        letter-spacing: 2px; }
      .h1-block-white .h1, .h1-block-white
      h1 {
        font-size: 80px; } }
  @media (max-width: 1019.98px) {
    .h1,
    h1 {
      font-size: 48px;
      letter-spacing: -2px;
      text-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
      .ru .h1, .ru
      h1 {
        font-size: 28px;
        letter-spacing: 2px; }
      .h1-block-white .h1, .h1-block-white
      h1 {
        font-size: 64px;
        font-weight: 300;
        letter-spacing: 2px; }
        .ru .h1-block-white .h1, .ru .h1-block-white
        h1 {
          font-weight: 600; } }
  @media (max-width: 767.98px) {
    .h1,
    h1 {
      font-size: 36px;
      letter-spacing: -1px;
      text-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }
      .h1-block-white .h1, .h1-block-white
      h1 {
        font-size: 42px;
        letter-spacing: 1px;
        text-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } }
  @media (max-width: 575.98px) {
    .h1,
    h1 {
      font-weight: 600;
      font-size: 20px;
      line-height: 130%;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-shadow: none; }
      .h1-block-white .h1, .h1-block-white
      h1 {
        font-weight: 600;
        font-size: 20px;
        font-style: normal;
        line-height: 130%;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: none; }
        .ru .h1-block-white .h1, .ru .h1-block-white
        h1 {
          font-size: 32px; } }

.h1-block {
  background-color: #fff;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  padding: 165px 0 150px; }
  @media (max-width: 1279.98px) {
    .h1-block {
      min-height: 450px;
      padding: 127.5px 0 117.5px; } }
  @media (max-width: 1019.98px) {
    .h1-block {
      min-height: 384px;
      padding: 88px 0 80px; } }
  @media (max-width: 767.98px) {
    .h1-block {
      min-height: 240px; } }
  @media (max-width: 575.98px) {
    .h1-block {
      min-height: 160px;
      padding: 34px 0 26px; } }

h2, .h2 {
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 32px; }
  .ru h2, .ru
  .h2 {
    font-family: quicksand, "Open Sans", sans-serif; }
  .ru h2.decorate, .ru
  .h2.decorate {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-size: 36px; }
  .wysiwyg h2, .wysiwyg
  .h2 {
    text-align: center;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 20px; }
  @media (max-width: 1279.98px) {
    h2, .h2 {
      margin-bottom: 24px; }
      .wysiwyg h2, .wysiwyg
      .h2 {
        font-size: 18px; }
      .ru h2.decorate, .ru
      .h2.decorate {
        font-size: 30px; } }
  @media (max-width: 767.98px) {
    h2, .h2 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 16px; }
      .wysiwyg h2, .wysiwyg
      .h2 {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 20px; }
      .ru h2.decorate, .ru
      .h2.decorate {
        font-size: 24px; } }

.h3,
h3 {
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 32px;
  letter-spacing: 0.02em; }
  .ru .h3, .ru
  h3 {
    font-family: quicksand, "Open Sans", sans-serif; }
  @media (max-width: 1279.98px) {
    .h3,
    h3 {
      font-size: 18px;
      letter-spacing: normal;
      margin-bottom: 24px; }
      .wysiwyg .h3, .wysiwyg
      h3 {
        font-size: 20px;
        letter-spacing: 0.02em;
        margin-bottom: 32px; } }
  @media (max-width: 767.98px) {
    .h3,
    h3 {
      margin-bottom: 16px; }
      .wysiwyg .h3, .wysiwyg
      h3 {
        margin-bottom: 16px; } }

.h4,
h4 {
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 32px; }
  .ru .h4, .ru
  h4 {
    font-family: quicksand, "Open Sans", sans-serif; }
  @media (max-width: 1279.98px) {
    .h4,
    h4 {
      margin-bottom: 27px; } }
  @media (max-width: 767.98px) {
    .h4,
    h4 {
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 1; }
      .h4.delivery,
      h4.delivery {
        margin-bottom: 15px;
        margin-top: 25px; } }

.subheading {
  margin-bottom: 40px;
  color: #1c1c1c;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase; }
  .ru .subheading {
    font-family: quicksand, "Open Sans", sans-serif;
    font-weight: 700; }
  @media (max-width: 1279.98px) {
    .subheading {
      font-size: 24px;
      margin-bottom: 32px; } }
  @media (max-width: 1019.98px) {
    .subheading {
      font-size: 20px;
      margin-bottom: 24px; } }
  @media (max-width: 767.98px) {
    .subheading {
      font-size: 18px;
      margin-bottom: 16px;
      letter-spacing: normal; } }
  @media (max-width: 575.98px) {
    .subheading {
      margin-bottom: 8px; }
      .ru .subheading {
        margin-bottom: 18px; } }

p {
  margin-bottom: 32px; }
  @media (max-width: 1279.98px) {
    p {
      margin-bottom: 24px; } }
  @media (max-width: 767.98px) {
    p {
      margin-bottom: 16px; } }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
      touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
      touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_scrollTools {
  position: absolute;
  width: 28px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 16px; }

.mCSB_outside + .mCSB_scrollTools {
  right: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 36px;
  padding: 0 16px 0 8px;
  height: 100%;
  margin: 0 auto; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }
  .mCSB_scrollTools .mCSB_dragger_bar {
    background: #000;
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center; }

.sidebar {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px transparent;
          box-shadow: 0 4px 20px transparent;
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: translate3d(320px, 0, 0);
          transform: translate3d(320px, 0, 0);
  -webkit-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  width: 320px;
  z-index: 110; }
  .sidebar.open {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .outer_dark .sidebar.open {
      -webkit-box-shadow: 0 4px 20px rgba(255, 255, 255, 0.25);
              box-shadow: 0 4px 20px rgba(255, 255, 255, 0.25); }
  .sidebar-top {
    background: #fff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 115; }
    .sidebar-top .backlink {
      padding: 23px 20px;
      width: 100%; }
  .sidebar-content {
    bottom: 56px;
    padding: 0 20px 16px;
    position: fixed;
    overflow: auto;
    top: 64px;
    width: 100%; }
    .ru .sidebar-content {
      padding-bottom: 30px; }
    .sidebar-content .subtotal {
      border-top: 1px solid #c9c9c9;
      margin-bottom: 32px; }
  .sidebar-loading {
    height: 200px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    margin: -100px 0 0 -100px;
    width: 200px; }
    .loading .sidebar-loading {
      opacity: 1;
      pointer-events: auto; }
  .sidebar-ajax {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
    .loading .sidebar-ajax {
      opacity: 0;
      pointer-events: none; }
  .sidebar-title {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    text-transform: uppercase;
    color: #000; }
    .ru .sidebar-title {
      letter-spacing: 1px;
      text-indent: 1px; }
  .sidebar-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 115; }
  @media (max-width: 767.98px) {
    .sidebar-top .backlink {
      padding-bottom: 18px;
      padding-top: 18px; }
    .sidebar-content {
      top: 54px;
      padding-top: 8px; }
    .sidebar-title {
      font-size: 20px;
      line-height: 1.3; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track::before, .slick-track::after {
    content: "";
    display: table; }
  .slick-track::after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.required {
  color: #e96149; }

input {
  background: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-family: quicksand, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  display: block;
  height: 44px;
  padding: 0 16px 1px;
  margin: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%; }
  input::-ms-clear {
    display: none; }
  input.error {
    border-color: #eb5757; }
  input:focus {
    border-color: #d6a700;
    outline: none; }

textarea {
  background: #fff;
  border: 1px solid #000;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-family: quicksand, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  display: block;
  height: 201px;
  padding: 10px 16px 11px;
  margin: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%; }
  textarea.error {
    border-color: #eb5757; }
  textarea:focus {
    border-color: #d6a700;
    outline: none; }

.form-error {
  color: #eb5757;
  display: none;
  position: absolute;
  font-size: 14px;
  line-height: 1;
  margin-top: 2px; }

.error + .form-error {
  display: block; }

.form {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)), rgba(255, 227, 227, 0.1);
  background: -webkit-linear-gradient(bottom, #fff, #fff), rgba(255, 227, 227, 0.1);
  background: -o-linear-gradient(bottom, #fff, #fff), rgba(255, 227, 227, 0.1);
  background: linear-gradient(0deg, #fff, #fff), rgba(255, 227, 227, 0.1);
  color: #333;
  -webkit-box-shadow: 0 10px 20px rgba(175, 175, 175, 0.25);
          box-shadow: 0 10px 20px rgba(175, 175, 175, 0.25);
  margin: 0 auto;
  padding: 50px 64px; }
  .form h2 {
    margin-bottom: 13px; }
  .form-tip {
    margin: 0 auto 20px;
    text-align: center;
    max-width: 351px; }
    .ru .form-tip {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.6;
      max-width: none; }
  .form-simple-line {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px; }
    .ru .form-simple-line {
      font-family: quicksand, "Open Sans", sans-serif;
      margin-top: -24px;
      margin-bottom: 32px; }
  .form-text-line {
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px; }
    .form-text-line:last-child {
      margin-bottom: 0; }
    .ru .form-text-line {
      font-family: quicksand, "Open Sans", sans-serif; }
    .form-text-line a {
      color: #1c1c1c;
      text-decoration: underline; }
      .form-text-line a:hover {
        color: #1c1c1c;
        text-decoration: none; }
  .form-line {
    margin-bottom: 28px;
    position: relative;
    overflow: visible; }
    .form-line + .form-text-line {
      margin-top: -4px; }
  .form-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -24px;
    margin-right: -24px; }
  .form-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .form-col .form-line {
      margin-left: 24px;
      margin-right: 24px; }
  .form-country {
    border-bottom: 1px solid #000;
    height: 44px;
    position: relative;
    text-align: left;
    overflow: visible;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .form-country-current {
      background: #fff;
      border: 1px solid #000;
      border-bottom-width: 0;
      color: #000;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-weight: 300;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 100%;
      text-transform: uppercase;
      position: relative;
      overflow: hidden; }
      .ru .form-country-current {
        font-family: quicksand, "Open Sans", sans-serif; }
      .form-country-current .js-form-current {
        display: inline-block;
        padding: 5px 48px 0 18px;
        position: relative;
        text-align: left;
        width: 100%;
        z-index: 2; }
        .ru .form-country-current .js-form-current {
          padding-top: 0; }
      .form-country-current .arrowdown {
        margin-top: -3px;
        position: absolute;
        right: 18px;
        top: 50%;
        z-index: 2; }
    @media (max-width: 1019.98px) and (orientation: landscape) {
      .form-country.landscape-center.active {
        -webkit-transform: translate3d(0, -155px, 0);
                transform: translate3d(0, -155px, 0); } }
  .form-theme {
    border-bottom: 1px solid #000;
    height: 44px;
    position: relative;
    text-align: left;
    overflow: visible;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .form-theme-current {
      background: #fff;
      border: 1px solid #000;
      border-bottom-width: 0;
      color: #000;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-weight: 300;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 100%;
      text-transform: uppercase;
      position: relative;
      overflow: hidden; }
      .ru .form-theme-current {
        font-family: quicksand, "Open Sans", sans-serif; }
      .form-theme-current .theme-current-value {
        display: inline-block;
        padding: 5px 48px 0 18px;
        position: relative;
        text-align: left;
        width: 100%;
        z-index: 2;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden; }
        .ru .form-theme-current .theme-current-value {
          padding-top: 0; }
      .form-theme-current .arrowdown {
        margin-top: -3px;
        position: absolute;
        right: 18px;
        top: 50%;
        z-index: 2; }
    .form-theme .dropdown {
      left: 0;
      padding-top: 44px;
      right: 0;
      top: 0;
      width: 100%; }
      .form-theme .dropdown.active {
        height: 207px; }
    @media (max-width: 1019.98px) and (orientation: landscape) {
      .form-theme.landscape-center.active {
        -webkit-transform: translate3d(0, -155px, 0);
                transform: translate3d(0, -155px, 0); } }
  .form-accordeon {
    margin-bottom: 40px;
    min-height: 16px;
    margin-top: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative; }
    .form-accordeon.form-accordeon-selected {
      min-height: 48px; }
    .form-accordeon.accordeon-open {
      margin-bottom: 12px;
      margin-top: 0; }
    .form-accordeon.accordeon-open.sticky .arrowdown {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }
    .form-accordeon.form-accordeon-selected.accordeon-open {
      margin-bottom: 40px; }
    .form-accordeon-open {
      color: #1c1c1c;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px;
      left: 50%;
      height: 16px;
      position: absolute;
      overflow: hidden;
      -webkit-transition: height 0.15s ease-in-out;
      -o-transition: height 0.15s ease-in-out;
      transition: height 0.15s ease-in-out;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
      .sticky .form-accordeon-open {
        position: relative; }
      .ru .form-accordeon-open {
        font-family: quicksand, "Open Sans", sans-serif; }
      .form-accordeon-open span {
        display: inline-block;
        margin-right: 8px;
        white-space: nowrap;
        position: relative;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
      .form-accordeon-open.hidden {
        height: 0; }
    .form-accordeon-current {
      background: #efefef;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 14px;
      line-height: 1.3;
      height: 48px;
      padding: 0 20px;
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      width: 100%; }
      .form-accordeon-current.form-accordeon-current-white {
        background: transparent; }
      .form-accordeon-current span {
        margin-top: 3px; }
      .form-accordeon-current:hover {
        text-decoration: none; }
    .form-accordeon-fields {
      display: none; }
      .sticky .form-accordeon-fields {
        padding-top: 20px; }
  .form .dropdown {
    left: 0;
    padding-top: 44px;
    right: 0;
    top: 0;
    width: 100%; }
  .form.selected {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -45%, 0);
            transform: translate3d(0, -45%, 0); }
  .form-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: 280px; }
  .form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px; }
  .form-avatar {
    position: relative;
    margin: -164px auto 45px;
    height: 200px;
    width: 200px; }
    .form-avatar-input {
      position: absolute;
      left: -99999px; }
    .form-avatar-control {
      border: 3px solid #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      height: 200px;
      width: 200px; }
      .form-avatar-control img {
        -webkit-border-radius: 50%;
                border-radius: 50%;
        display: block;
        height: 100%;
        width: 100%; }
      .form-avatar-control svg {
        position: absolute;
        left: 68px;
        top: 68px;
        height: 64px;
        width: 64px; }
        .form-avatar-control svg path,
        .form-avatar-control svg circle {
          fill: transparent;
          stroke: #fff;
          stroke-width: 3.33; }
  .form-cancel {
    margin-top: 24px; }
  .form-divider {
    border-top: 1px solid #c9c9c9;
    margin-top: 40px;
    padding-bottom: 40px; }
  .form-delete {
    color: #d7d7d7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: underline;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px; }
    .ru .form-delete {
      font-family: quicksand, "Open Sans", sans-serif; }
    .form-delete svg {
      width: 24px;
      height: 24px;
      margin-right: 16px; }
      .form-delete svg path {
        fill: transparent;
        stroke: #d7d7d7;
        stroke-width: 2; }
      .form-delete svg rect {
        fill: #d7d7d7; }
      .form-delete svg rect.stroke {
        fill: transparent;
        stroke: #d7d7d7;
        stroke-width: 1; }
    .form-delete span {
      display: inline-block;
      margin-top: 3px; }
    .form-delete:hover {
      color: #000;
      text-decoration: none; }
      .form-delete:hover svg path {
        stroke: #000; }
      .form-delete:hover svg rect {
        fill: #000; }
      .form-delete:hover svg rect.stroke {
        stroke: #000; }
  @media (max-width: 1279.98px) {
    .ru .form-simple-line {
      margin-top: -16px; } }
  @media (max-width: 1019.98px) {
    .form.account-form {
      max-width: none; }
      .form.account-form .form-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 408px; }
    .form-cols {
      margin-left: 0;
      margin-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .form-col {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 100%; }
      .form-col .form-line {
        margin-left: 0;
        margin-right: 0; }
    .form-accordeon {
      margin-bottom: 28px; }
      .form-accordeon.accordeon-open {
        margin-bottom: 0; }
    .form-avatar {
      margin-bottom: 36px; }
    .form-divider {
      margin-top: 32px;
      padding-bottom: 32px; }
    .form-delete {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 32px; } }
  @media (max-width: 767.98px) {
    .ru .form-simple-line {
      margin-top: -12px; } }
  @media (max-width: 575.98px) {
    .form {
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0; }
      .form.account-form {
        margin-top: 22px;
        position: relative; }
        .form.account-form::after {
          content: "";
          position: absolute;
          bottom: -40px;
          left: -20px;
          right: -20px;
          border-top: 1px solid #c9c9c9; }
      .form h2 {
        margin-bottom: 10px; }
      .form-line {
        margin-bottom: 20px; }
        .form-line + .form-text-line {
          margin-top: 4px; }
      .form-tip {
        font-size: 14px; }
      .form-accordeon {
        margin-bottom: 28px; }
        .form-accordeon.accordeon-open {
          margin-bottom: 12px; }
      .form-avatar {
        margin: 0 auto 18px;
        height: 120px;
        width: 120px; }
        .form-avatar-control {
          border: 1px solid #fff;
          -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
                  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          height: 120px;
          width: 120px; }
          .form-avatar-control svg {
            left: 42px;
            top: 42px;
            height: 36px;
            width: 36px; }
      .form-cancel {
        margin-top: 16px; }
      .form-divider {
        margin-top: 24px;
        padding-bottom: 24px; } }

.section, .wysiwyg-big-block, .h1-block {
  margin-bottom: 100px; }
  @media (max-width: 1279.98px) {
    .section, .wysiwyg-big-block, .h1-block {
      margin-bottom: 80px; } }
  @media (max-width: 1019.98px) {
    .section, .wysiwyg-big-block, .h1-block {
      margin-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .section, .wysiwyg-big-block, .h1-block {
      margin-bottom: 40px; } }

.wysiwyg-section, .image-slider, .newsletter, .catalog, .wysiwyg-icons-list__item {
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .wysiwyg-section, .image-slider, .newsletter, .catalog, .wysiwyg-icons-list__item {
      margin-bottom: 48px; } }
  @media (max-width: 575.98px) {
    .wysiwyg-section, .image-slider, .newsletter, .catalog, .wysiwyg-icons-list__item {
      margin-bottom: 32px; } }

.product-slider {
  margin-bottom: 40px; }
  @media (max-width: 1019.98px) {
    .product-slider {
      margin-bottom: 32px; } }
  @media (max-width: 575.98px) {
    .product-slider {
      margin-bottom: 24px; } }

.wysiwyg-big-block, .footer {
  margin-top: 100px; }
  @media (max-width: 1279.98px) {
    .wysiwyg-big-block, .footer {
      margin-top: 80px; } }
  @media (max-width: 1019.98px) {
    .wysiwyg-big-block, .footer {
      margin-top: 60px; } }
  @media (max-width: 767.98px) {
    .wysiwyg-big-block, .footer {
      margin-top: 40px; } }

.wysiwyg-instagram {
  padding-bottom: 100px; }
  @media (max-width: 1279.98px) {
    .wysiwyg-instagram {
      padding-bottom: 80px; } }
  @media (max-width: 1019.98px) {
    .wysiwyg-instagram {
      padding-bottom: 60px; } }
  @media (max-width: 767.98px) {
    .wysiwyg-instagram {
      padding-bottom: 40px; } }

.footer {
  padding-bottom: 60px; }
  @media (max-width: 1279.98px) {
    .footer {
      padding-bottom: 48px; } }
  @media (max-width: 1019.98px) {
    .footer {
      padding-bottom: 32px; } }

.wysiwyg-instagram {
  padding-top: 100px; }
  @media (max-width: 1279.98px) {
    .wysiwyg-instagram {
      padding-top: 80px; } }
  @media (max-width: 1019.98px) {
    .wysiwyg-instagram {
      padding-top: 60px; } }
  @media (max-width: 767.98px) {
    .wysiwyg-instagram {
      padding-top: 40px; } }

/* Page styles */
.content-404 {
  margin: 0 auto;
  padding-bottom: 100px;
  max-width: 560px; }

.title-404 {
  color: #333;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 280px;
  line-height: 1; }
  .ru .title-404 {
    font-family: quicksand, "Open Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.065em;
    margin-bottom: 70px; }

.text-404 {
  color: #333;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: 4.2px;
  margin-bottom: 70px;
  text-transform: uppercase; }
  .ru .text-404 {
    font-family: quicksand, "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
    text-transform: none; }

@media (max-width: 1279.98px) {
  .content-404 {
    padding-bottom: 80px;
    max-width: 480px; }
  .title-404 {
    font-size: 240px; }
    .ru .title-404 {
      margin-bottom: 60px; }
  .text-404 {
    font-size: 52px;
    margin-bottom: 60px; }
    .ru .text-404 {
      font-size: 18px; } }

@media (max-width: 1019.98px) {
  .content-404 {
    padding-bottom: 60px;
    max-width: 414px; }
  .title-404 {
    font-size: 200px;
    letter-spacing: 0.065em;
    line-height: 1.1; }
    .ru .title-404 {
      line-height: 1.3;
      margin-bottom: 50px; }
  .text-404 {
    font-size: 42px; }
    .ru .text-404 {
      font-size: 16px;
      margin-bottom: 50px; } }

@media (max-width: 767.98px) {
  .content-404 {
    height: -webkit-calc(100vh - 155px);
    height: calc(100vh - 155px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 48px; }
    .ru .content-404 {
      height: -webkit-calc(100vh - 175px);
      height: calc(100vh - 175px); }
  .top-404 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .title-404 {
    font-size: 140px; }
  .text-404 {
    font-size: 30px;
    letter-spacing: 1px;
    margin: 0 auto 40px;
    max-width: 320px; } }

@media (max-width: 575.98px) {
  .content-404 {
    padding-bottom: 20px; }
  .title-404 {
    font-size: 96px;
    line-height: 1; }
  .text-404 {
    font-size: 20px;
    letter-spacing: 2px;
    max-width: 280px; } }

.marketing-banner {
  background-color: #000;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  height: 320px;
  line-height: 1.3;
  margin-bottom: 32px;
  text-decoration: none; }
  .marketing-banner-center {
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: -2.59524px;
    text-transform: capitalize;
    text-shadow: 0 12.9762px 25.9524px rgba(0, 0, 0, 0.15); }
  .marketing-banner-logo {
    padding: 53px 0; }
    .marketing-banner-logo svg {
      margin-left: auto;
      margin-right: auto;
      width: 125px; }
  .marketing-banner-top {
    padding: 34px 8px;
    font-style: italic;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -0.08em; }
  .marketing-banner-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    text-align: center; }
  .marketing-banner:hover {
    color: #fff;
    text-decoration: none; }

.marketing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.marketing h3 {
  margin-bottom: 8px; }

@media (max-width: 1279.98px) {
  .marketing-banner {
    height: 256px; }
    .marketing-banner-logo {
      padding: 42px 0; }
    .marketing-banner-top {
      padding: 27px 8px; }
    .marketing-banner-text {
      max-width: 80%; } }

@media (max-width: 1019.98px) {
  .marketing-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -28px;
    margin-right: -28px; }
    .marketing-row-col {
      padding-left: 28px;
      padding-right: 28px;
      max-width: 336px; }
  .marketing-col {
    margin-bottom: 60px; }
    .marketing-col h2 {
      text-align: center; }
    .marketing-col:last-child {
      margin-bottom: 0; }
  .marketing-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .marketing-banner {
    height: 348px;
    margin-bottom: 24px; }
    .marketing-banner-center {
      font-size: 64px;
      letter-spacing: -2px;
      text-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
      .marketing-banner-center .marketing-banner-text {
        max-width: 500px; }
    .marketing-banner-logo {
      padding: 58px 0; }
      .marketing-banner-logo svg {
        width: 136px; }
    .marketing-banner-top {
      padding: 37px 8px;
      font-size: 36px; } }

@media (max-width: 767.98px) {
  .marketing-row {
    margin-left: -12px;
    margin-right: -12px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .marketing-row-col {
      padding-left: 12px;
      padding-right: 12px;
      max-width: 304px; }
  .marketing-col {
    margin-bottom: 40px; }
    .marketing-col:last-child {
      margin-bottom: 0; }
  .marketing-banner {
    height: 320px; }
    .marketing-banner-center {
      font-size: 48px;
      letter-spacing: -2.59524px;
      text-shadow: 0 12.9762px 25.9524px rgba(0, 0, 0, 0.15); }
      .marketing-banner-center .marketing-banner-text {
        max-width: 400px; } }

@media (max-width: 575.98px) {
  .marketing-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .marketing-row-col {
      margin-bottom: 32px; }
      .marketing-row-col:last-child {
        margin-bottom: 0; }
  .marketing p {
    font-size: 14px; }
  .marketing-banner-center {
    margin-left: -20px;
    margin-right: -20px;
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.08em;
    text-shadow: none; }
    .marketing-banner-center .marketing-banner-text {
      max-width: 280px; } }

.factory {
  background-color: #c3b261;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
  padding-top: 108px; }
  .factory-title {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 88.3094px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -4.64088px;
    text-transform: capitalize;
    color: #000;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
  .factory-text {
    background-color: #c3b261;
    color: #000;
    padding-bottom: 60px;
    padding-top: 60px; }
  @media (max-width: 1019.98px) {
    .factory {
      height: 600px;
      padding-top: 60px; } }
  @media (max-width: 767.98px) {
    .factory {
      height: 480px;
      padding-top: 40px; }
      .factory-title {
        font-size: 56px;
        letter-spacing: -2px;
        text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
      .factory-text {
        padding-bottom: 32px;
        padding-top: 32px; } }
  @media (max-width: 575.98px) {
    .factory {
      height: 260px;
      padding-top: 32px; }
      .factory-title {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: none; }
      .factory-text {
        font-size: 14px;
        padding-bottom: 24px;
        padding-top: 24px; } }

.affiliate-form {
  max-width: 520px; }
  @media (max-width: 575.98px) {
    .affiliate-form {
      border-bottom: 1px solid #c9c9c9;
      padding-bottom: 40px;
      margin-top: 40px; } }

.signin-form {
  max-width: 408px; }
  @media (max-width: 575.98px) {
    .signin-form {
      margin-bottom: 80px; } }

.signin-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -8px -4px 0; }
  .signin-buttons .btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 0 4px;
    min-width: 0; }

@media (max-width: 1019.98px) {
  .register-form {
    max-width: 408px; } }

@media (max-width: 575.98px) {
  .register-form {
    margin-bottom: 80px; } }

.section.product-info {
  position: relative;
  margin-bottom: 75px; }
  @media (max-width: 1019.98px) {
    .section.product-info {
      margin-bottom: 70px; } }
  @media (max-width: 575.98px) {
    .section.product-info {
      margin-bottom: 50px;
      padding-top: 51px; }
      .ru .section.product-info {
        padding-top: 10px; } }
  .navigator-share .section.product-info .share {
    display: none; }
  .ru .section.product-info .share-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: none; }

.product-main {
  font-size: 12px;
  margin: -30px 0 18px;
  text-align: center; }
  .product-main-subtitle {
    color: rgba(0, 0, 0, 0.6); }
    .product-main-subtitle-value {
      color: #000; }
  .product-main-collection {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.6); }
    .product-main-collection-link {
      color: #000; }
  @media (max-width: 1279.98px) {
    .product-main {
      margin-top: -20px; }
      .product-main.product-main-mt {
        margin-top: 16px; } }
  @media (max-width: 1019.98px) {
    .product-main {
      margin-top: -10px; } }

.product-offers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto 35px; }
  .product-offers__item {
    border: 1px solid #000;
    -webkit-border-radius: 26px;
            border-radius: 26px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding: 0 18px;
    vertical-align: text-bottom;
    margin: 0 7.5px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative; }
    .product-offers__item .product-label {
      top: -7px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
    .product-offers__item-price {
      font-size: 10px;
      margin-top: 2px; }
    .product-offers__item:hover {
      text-decoration: none;
      border-color: #d6a700;
      background: #d6a700;
      color: #fff; }
    .product-offers__item.selected {
      border-color: #d6a700;
      background: #d6a700;
      color: #fff;
      pointer-events: none; }
  @media (max-width: 1019.98px) {
    .product-offers {
      margin: 30px auto; } }

.product-gallery {
  margin-bottom: 8px;
  position: relative; }
  .product-gallery-close {
    display: none;
    position: absolute;
    top: 40px;
    left: 48px;
    z-index: 1; }
  .product-gallery .product-label {
    font-size: 16px;
    height: 27px;
    left: 50%;
    margin-left: -251px;
    top: 28px;
    width: 71px;
    z-index: 1; }
  .product-gallery .product-stock {
    height: 27px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 28px;
    right: 50%;
    margin-right: -251px;
    font-weight: 300;
    font-size: 9px;
    line-height: 11px;
    padding-right: 10px;
    z-index: 1; }
    .product-gallery .product-stock::after {
      -webkit-border-radius: 50%;
              border-radius: 50%;
      content: "";
      position: absolute;
      height: 6px;
      width: 6px;
      right: 0; }
    .product-gallery .product-stock.in-stock {
      color: #27ae60; }
      .product-gallery .product-stock.in-stock::after {
        background: #27ae60; }
  .product-gallery-list__item {
    text-align: center; }
    .product-gallery-list__item-link {
      display: inline-block;
      position: relative;
      max-width: 360px; }
      .product-gallery-list__item-link-zoom {
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 50%;
                border-radius: 50%;
        position: absolute;
        display: block;
        height: 56px;
        width: 56px;
        padding: 16px;
        margin: -28px 0 0 -28px;
        top: 50%;
        left: 50%; }
        .desktop .product-gallery-list__item-link-zoom {
          opacity: 0;
          -webkit-transition: opacity 0.15s ease-in-out;
          -o-transition: opacity 0.15s ease-in-out;
          transition: opacity 0.15s ease-in-out; }
      .product-gallery-list__item-link:hover .product-gallery-list__item-link-zoom {
        opacity: 1; }
    .product-gallery-list__item-image {
      display: block;
      width: 100%;
      height: auto; }
  .product-gallery-arrows .slick-arrow {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    height: 56px;
    width: 56px;
    padding: 18px 22px;
    position: absolute;
    top: 50%;
    margin-top: -28px; }
    .product-gallery-arrows .slick-arrow svg path {
      fill: transparent;
      stroke: #000;
      stroke-width: 1; }
  .product-gallery-arrows .slick-prev {
    left: 0; }
  .product-gallery-arrows .slick-next {
    right: 0; }
  .product-gallery-dots {
    bottom: 16px;
    position: absolute;
    width: 100%; }
    .product-gallery-dots .slick-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 !important; }
    .product-gallery-dots .slick-track {
      -webkit-transform: translate3d(0, 0, 0) !important;
              transform: translate3d(0, 0, 0) !important;
      width: auto !important; }
    .product-gallery-dots__item {
      display: block;
      margin: 0 5px;
      width: 48px !important;
      outline: none;
      position: relative; }
      .product-gallery-dots__item:first-child {
        margin-left: 0; }
      .product-gallery-dots__item:last-child {
        margin-right: 0; }
      .product-gallery-dots__item-image {
        display: block;
        height: 48px;
        width: 48px; }
      .product-gallery-dots__item.slick-current::before {
        border: 1px solid #b78f00;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
  .product-gallery.gallery-zoom {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 210; }
    .product-gallery.gallery-zoom .product-label,
    .product-gallery.gallery-zoom .product-stock {
      display: none; }
    .product-gallery.gallery-zoom .slick-list,
    .product-gallery.gallery-zoom .slick-track {
      height: 100%; }
    .product-gallery.gallery-zoom .product-gallery-close {
      display: block; }
    .product-gallery.gallery-zoom .product-gallery-list {
      height: 100vh; }
      .product-gallery.gallery-zoom .product-gallery-list__item {
        height: 100%; }
        .product-gallery.gallery-zoom .product-gallery-list__item-link {
          cursor: default;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 100%;
          max-width: none; }
          .product-gallery.gallery-zoom .product-gallery-list__item-link-zoom {
            display: none; }
        .product-gallery.gallery-zoom .product-gallery-list__item-image {
          width: auto;
          max-width: 100%;
          max-height: 100%; }
    .product-gallery.gallery-zoom .product-gallery-arrows .slick-prev {
      left: 48px; }
    .product-gallery.gallery-zoom .product-gallery-arrows .slick-next {
      right: 48px; }
    .product-gallery.gallery-zoom .product-gallery-dots {
      bottom: 60px; }
  @media (max-width: 1019.98px) {
    .product-gallery {
      margin-bottom: 24px; }
      .product-gallery .product-label {
        margin-left: -242px;
        top: 20px; }
      .product-gallery .product-stock {
        margin-right: -242px;
        top: 20px; }
      .product-gallery-list {
        margin-bottom: 16px; }
      .product-gallery-arrows .slick-arrow {
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-border-radius: none;
                border-radius: none;
        padding: 10px 18px; }
      .product-gallery-arrows .slick-prev {
        left: -18px; }
      .product-gallery-arrows .slick-next {
        right: -18px; }
      .product-gallery-dots {
        bottom: auto;
        position: relative; }
      .product-gallery.gallery-zoom .product-gallery-dots {
        bottom: 60px;
        position: absolute; }
      .product-gallery.gallery-zoom .product-gallery-arrows .slick-prev {
        left: 38px; }
      .product-gallery.gallery-zoom .product-gallery-arrows .slick-next {
        right: 38px; } }
  @media (max-width: 575.98px) {
    .product-gallery {
      margin-bottom: 16px; }
      .product-gallery .product-label {
        margin-left: auto;
        left: 8px;
        top: 12px; }
      .product-gallery .product-stock {
        margin-right: auto;
        right: 8px;
        top: 12px; }
      .product-gallery-list {
        margin-bottom: 0; }
      .product-gallery-arrows {
        display: none; }
      .product-gallery-dots {
        bottom: 0;
        position: absolute; }
        .product-gallery-dots__item {
          background: #c4c4c4;
          margin: 0 2.5px;
          height: 4px;
          width: 52px !important; }
          .product-gallery-dots__item:first-child {
            margin-left: 0; }
          .product-gallery-dots__item:last-child {
            margin-right: 0; }
          .product-gallery-dots__item-image {
            display: none !important; }
          .product-gallery-dots__item.slick-current {
            background: #b78f00; }
            .product-gallery-dots__item.slick-current::before {
              display: none; }
      .product-gallery.gallery-zoom .product-gallery-close {
        left: 20px;
        top: 20px; }
      .product-gallery.gallery-zoom .product-gallery-dots {
        bottom: 20px; } }

.product-actions {
  margin-bottom: 40px; }
  .product-actions-top {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-actions-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%; }
    .product-actions-left-icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 2px; }
      .product-actions-left-icons .product-favourites {
        position: relative;
        right: auto;
        top: auto;
        margin-right: 10px;
        width: 24px; }
        .product-actions-left-icons .product-favourites-icon {
          margin: 7px 0; }
          .product-actions-left-icons .product-favourites-icon .favourites-heart {
            stroke: #000;
            stroke-width: 2; }
        .desktop .product-actions-left-icons .product-favourites {
          opacity: 1;
          pointer-events: auto; }
      .product-actions-left-icons .product-share {
        display: none;
        height: 37px;
        padding-top: 2px; }
        .navigator-share .product-actions-left-icons .product-share {
          display: block; }
    .product-actions-left .product-rating-stars svg {
      height: 16px;
      width: 80px; }
  .product-actions .quantity-wrapper-minus,
  .product-actions .quantity-wrapper-plus {
    height: 42px;
    padding: 14px;
    width: 42px; }
  .product-actions .quantity-wrapper-number {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 1px;
    height: 42px; }
  .product-actions-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%; }
    .product-actions-right .price-wrapper {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 37px; }
      .product-actions-right .price-wrapper-oldprice {
        margin-right: 16px; }
      .product-actions-right .price-wrapper-price {
        font-size: 24px; }
    .product-actions-right .btn {
      display: none; }
  .product-actions-title {
    color: #1c1c1c;
    display: none;
    padding: 15px 0 12px;
    margin: 0 48px;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    position: relative;
    overflow: hidden; }
    .ru .product-actions-title {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 18px;
      text-align: center;
      text-transform: uppercase; }
  .product-actions-bottom {
    height: 56px; }
  @media (max-width: 575.98px) {
    .product-actions {
      margin-bottom: 32px; }
      .product-actions-top {
        min-height: 42px; }
      .product-actions-left {
        position: absolute;
        left: 0;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
        .ru .product-actions-left {
          top: -16px; }
        .product-actions-left-icons {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
        .product-actions-left .product-rating-stars svg {
          width: 65px;
          height: 13px; }
      .product-actions-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        .product-actions-right .price-wrapper {
          height: auto; }
      .product-actions-title {
        margin: 0 20px; } }

.device.product-pane-fixed .product-actions-right {
  background: #fff;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .device.product-pane-fixed .product-actions-right .product-actions-title {
    display: block; }
  .device.product-pane-fixed .product-actions-right .price-save {
    display: none; }
  .device.product-pane-fixed .product-actions-right .product-actions-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .device.product-pane-fixed .product-actions-right .product-actions-cart .price-wrapper {
      height: 56px;
      padding: 18px 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      border: 1px solid #000;
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; }
    .device.product-pane-fixed .product-actions-right .product-actions-cart .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      min-width: 0; }

.product-shops {
  margin: 56px 0 50px; }
  .product-shops-title {
    color: #1c1c1c;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px; }
  .product-shops-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .product-shops-list__item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 33.333%;
          -ms-flex: 1 1 33.333%;
              flex: 1 1 33.333%;
      display: block;
      max-height: 56px;
      margin: 0 15px; }
      .product-shops-list__item img {
        display: block;
        width: 100%;
        height: auto; }
      .product-shops-list__item:first-child {
        margin-left: 0; }
      .product-shops-list__item:last-child {
        margin-right: 0; }
  @media (max-width: 575.98px) {
    .product-shops {
      margin-top: 18px; }
      .product-shops-title {
        margin-bottom: 18px; }
      .product-shops-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: -5px 0; }
        .product-shops-list__item {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 100%;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          max-width: 280px;
          margin: 5px 0; } }

.product-description {
  margin-bottom: 32px;
  line-height: 1.6; }
  @media (max-width: 575.98px) {
    .product-description {
      font-size: 14px; } }

.form-rating-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.form-rating-star {
  display: block;
  height: 48px;
  padding: 2px 13px 2px 1px;
  width: 60px; }
  .form-rating-star-path {
    fill: #c4c4c4; }
  .form-rating-star.filled .form-rating-star-path {
    fill: #d6a700; }
  .form-rating-star.hovered .form-rating-star-path {
    fill: #d6a700; }
  .form-rating-star.unhovered .form-rating-star-path {
    fill: #c4c4c4; }
  .form-rating-star:last-child {
    padding-right: 1px;
    width: 48px; }

.profile-history-list {
  margin-bottom: 100px; }
  .profile-history-list__item {
    border: 3px solid transparent;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .profile-history-list__item-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 13px 29px; }
      .profile-history-list__item-top-date {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%; }
      .profile-history-list__item-top-status {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%; }
      .profile-history-list__item-top-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 202px;
            -ms-flex: 0 0 202px;
                flex: 0 0 202px; }
        .profile-history-list__item-top-button .btn {
          min-width: 0; }
      .profile-history-list__item-top-price {
        font-weight: bold;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 25%;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
        text-align: right; }
      .profile-history-list__item-top-arrow {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 6px;
            -ms-flex: 0 0 6px;
                flex: 0 0 6px;
        margin-left: 20px; }
        .profile-history-list__item-top-arrow .arrowdown {
          height: 3px;
          width: 6px; }
    .profile-history-list__item-data {
      display: none;
      padding: 16px 29px 36px;
      position: relative; }
    .profile-history-list__item-list__item {
      margin-bottom: 24px; }
      .profile-history-list__item-list__item-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 10px; }
      .profile-history-list__item-list__item-link {
        display: block;
        height: 55px;
        width: 55px;
        margin-right: 16px; }
        .profile-history-list__item-list__item-link img {
          display: block;
          height: 55px;
          width: 55px; }
      .profile-history-list__item-list__item-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
      .profile-history-list__item-list__item-title {
        margin-right: 177px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; }
        .ru .profile-history-list__item-list__item-title {
          display: inline-block;
          font-size: 18px;
          line-height: 22px;
          font-weight: 600;
          margin-bottom: 10px;
          margin-right: 76px; }
      .profile-history-list__item-list__item-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 1; }
      .profile-history-list__item-list__item-quantity {
        font-family: "Josefin Sans", "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.3; }
        .ru .profile-history-list__item-list__item-quantity {
          font-family: quicksand, "Open Sans", sans-serif;
          font-size: 12px;
          line-height: 15px;
          font-weight: 500; }
      .profile-history-list__item-list__item-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .ru .profile-history-list__item-list__item-bottom {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 100%;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%;
          margin-top: 6px; }
    .profile-history-list__item-bottom .btn {
      display: none; }
    .profile-history-list__item-delete {
      color: #1c1c1c;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: underline;
      position: absolute;
      bottom: 36px;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 16px; }
      .ru .profile-history-list__item-delete {
        font-family: quicksand, "Open Sans", sans-serif; }
      .profile-history-list__item-delete svg {
        width: 24px;
        height: 24px;
        margin-right: 16px; }
        .profile-history-list__item-delete svg path {
          fill: transparent;
          stroke: #4f4f4f;
          stroke-width: 2; }
        .profile-history-list__item-delete svg rect {
          fill: #4f4f4f; }
        .profile-history-list__item-delete svg rect.stroke {
          fill: transparent;
          stroke: #4f4f4f;
          stroke-width: 1; }
      .profile-history-list__item-delete span {
        display: inline-block;
        margin-top: 3px; }
      .profile-history-list__item-delete:hover {
        color: #000;
        text-decoration: none; }
        .profile-history-list__item-delete:hover svg path {
          stroke: #000; }
        .profile-history-list__item-delete:hover svg rect {
          fill: #000; }
        .profile-history-list__item-delete:hover svg rect.stroke {
          stroke: #000; }
    .profile-history-list__item:not(.profile-accordeon-open):nth-child(even) {
      background: #efefef; }
    .profile-history-list__item.profile-accordeon-open {
      background: #fff;
      border-color: #efefef; }
  @media (max-width: 1019.98px) {
    .profile-history-list__item-top {
      padding: 13px 21px; }
    .profile-history-list__item-data {
      padding: 16px 21px 24px; }
    .profile-history-list__item-delete {
      bottom: 24px; } }
  @media (max-width: 767.98px) {
    .profile-history-list {
      margin-left: -48px;
      margin-right: -48px; }
      .profile-history-list__item-top {
        padding: 12px 45px; }
        .profile-history-list__item-top-button {
          display: none; }
      .profile-history-list__item-data {
        padding: 24px 45px 0; }
      .profile-history-list__item-list__item {
        margin-bottom: 16px; }
        .profile-history-list__item-list__item-link {
          margin-right: 8px; }
        .profile-history-list__item-list__item-title {
          margin-right: auto; }
      .profile-history-list__item-total {
        border-top: 1px solid #c9c9c9;
        margin-left: -45px;
        margin-right: -45px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 16px; }
      .profile-history-list__item-bottom {
        margin-left: -45px;
        margin-right: -45px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .profile-history-list__item-bottom .btn {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 50%;
              -ms-flex: 1 0 50%;
                  flex: 1 0 50%;
          min-width: 0; }
      .profile-history-list__item-delete {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-top: 1px solid #c9c9c9;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        position: relative;
        bottom: auto; } }
  @media (max-width: 575.98px) {
    .profile-history-list {
      margin-left: -20px;
      margin-right: -20px; }
      .profile-history-list__item {
        font-size: 14px; }
        .ru .profile-history-list__item-list__item-title {
          font-size: 14px;
          line-height: 17px; }
        .profile-history-list__item-top {
          padding-left: 17px;
          padding-right: 17px; }
        .profile-history-list__item-data {
          padding-left: 17px;
          padding-right: 17px; }
        .profile-history-list__item-total {
          margin-left: -17px;
          margin-right: -17px;
          padding-left: 17px;
          padding-right: 17px; }
        .profile-history-list__item-bottom {
          margin-left: -17px;
          margin-right: -17px; }
          .profile-history-list__item-bottom .btn {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 75%;
                -ms-flex: 1 0 75%;
                    flex: 1 0 75%; }
        .profile-history-list__item-delete {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 25%;
              -ms-flex: 1 0 25%;
                  flex: 1 0 25%; }
          .profile-history-list__item-delete svg {
            margin-left: auto;
            margin-right: auto; }
          .profile-history-list__item-delete span {
            display: none; } }

.profile-faq-container {
  margin-top: 30px; }

.profile-faq-list {
  margin-bottom: 50px; }
  .profile-faq-list:last-child {
    margin-bottom: 0; }
  .profile-faq-list__item {
    border: 3px solid transparent;
    margin-bottom: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .profile-faq-list__item:last-child {
      margin-bottom: 0; }
    .profile-faq-list__item:not(.profile-accordeon-open) {
      background: #efefef; }
    .profile-faq-list__item-top {
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 22px 25px 19px;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.3; }
      .ru .profile-faq-list__item-top {
        font-family: quicksand, "Open Sans", sans-serif;
        padding-top: 19px; }
      .profile-faq-list__item-top-arrow {
        margin-left: 16px; }
        .profile-faq-list__item-top-arrow .arrowdown {
          -webkit-transition: -webkit-transform 0.15s ease-in-out;
          transition: -webkit-transform 0.15s ease-in-out;
          -o-transition: transform 0.15s ease-in-out;
          transition: transform 0.15s ease-in-out;
          transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    .profile-faq-list__item-data {
      display: none;
      padding: 0 58px 22px 25px;
      position: relative; }
    .profile-faq-list__item-answer {
      line-height: 1.6; }
      .ru .profile-faq-list__item-answer {
        font-weight: 300; }
    .profile-faq-list__item.profile-accordeon-open {
      background: #fff;
      border-color: #efefef; }
  @media (max-width: 575.98px) {
    .profile-faq-list {
      margin-bottom: 32px; }
      .profile-faq-list:last-child {
        margin-bottom: 0; }
      .profile-faq-list__item {
        font-size: 14px;
        margin-bottom: 2px; }
        .profile-faq-list__item:last-child {
          margin-bottom: 0; }
        .profile-faq-list__item-top {
          font-size: 16px;
          line-height: 1;
          padding: 16px 17px 13px; }
          .ru .profile-faq-list__item-top {
            padding-top: 13px; }
        .profile-faq-list__item-data {
          padding: 0 20px 16px; } }

.profile-tab {
  display: none; }
  .profile-tab.selected {
    display: block; }

.profile-support-list__item {
  border: 3px solid transparent;
  margin-bottom: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .profile-support-list__item:last-child {
    margin-bottom: 0; }
  .profile-support-list__item:not(.profile-accordeon-open) {
    background: #efefef; }
  .profile-support-list__item-top {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 22px 25px 19px; }
    .profile-support-list__item-top-date {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 120px;
          -ms-flex: 0 0 120px;
              flex: 0 0 120px;
      font-size: 12px;
      line-height: 15px; }
      .ru .profile-support-list__item-top-date {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 80px;
            -ms-flex: 0 0 80px;
                flex: 0 0 80px;
        font-weight: 300; }
    .profile-support-list__item-top-question {
      color: rgba(28, 28, 28, 0.6);
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.3; }
      .ru .profile-support-list__item-top-question {
        font-family: quicksand, "Open Sans", sans-serif; }
    .profile-support-list__item-top .indicator {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 13px;
          -ms-flex: 0 0 13px;
              flex: 0 0 13px; }
    .profile-support-list__item-top-arrow {
      margin-left: 16px; }
      .profile-support-list__item-top-arrow .arrowdown {
        -webkit-transition: -webkit-transform 0.15s ease-in-out;
        transition: -webkit-transform 0.15s ease-in-out;
        -o-transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out;
        transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
  .profile-support-list__item-data {
    display: none;
    padding: 0 58px 22px 25px;
    position: relative; }
  .profile-support-list__item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    .ru .profile-support-list__item-bottom {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 1px solid #c9c9c9;
      padding-top: 15px;
      margin-top: 15px; }
    .profile-support-list__item-bottom:first-child {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; }
  .profile-support-list__item-image {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    margin-right: 12px;
    height: 48px;
    width: 48px; }
  .profile-support-list__item-author {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px; }
    .ru .profile-support-list__item-author {
      font-family: quicksand, "Open Sans", sans-serif; }
  .profile-support-list__item-time {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px; }
    .ru .profile-support-list__item-time {
      font-weight: 300; }
  .ru .profile-support-list__item-useranswer {
    font-weight: 300; }
  .ru .profile-support-list__item-answer {
    font-weight: 300;
    margin-top: 15px; }
  .profile-support-list__item-reply {
    display: inline-block;
    color: #333;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline;
    margin-top: 16px; }
    .ru .profile-support-list__item-reply {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 17px; }
  .profile-support-list__item.profile-accordeon-open {
    background: #fff;
    border-color: #efefef; }
    .profile-support-list__item.profile-accordeon-open .profile-support-list__item-top .profile-support-list__item-top-question {
      color: #1c1c1c; }

@media (max-width: 575.98px) {
  .profile-support-list__item {
    margin-bottom: 2px; }
    .profile-support-list__item:last-child {
      margin-bottom: 0; }
    .profile-support-list__item-top {
      font-size: 16px;
      line-height: 1;
      padding: 16px 17px 13px;
      position: relative; }
      .profile-support-list__item-top-date {
        font-size: 11px;
        line-height: 24px;
        position: absolute;
        top: 12px; }
      .profile-support-list__item-top-question {
        font-size: 16px;
        line-height: 1;
        padding-top: 26px; }
      .profile-support-list__item-top .indicator {
        position: absolute;
        top: 17px;
        left: 120px; }
        .ru .profile-support-list__item-top .indicator {
          left: 80px; }
      .profile-support-list__item-top-arrow {
        position: absolute;
        top: 21px;
        right: 20px; }
    .profile-support-list__item-data {
      border-top: 1px solid #c9c9c9;
      margin: 7px 20px 0;
      padding: 20px 0 31px;
      position: relative; }
    .profile-support-list__item-image {
      margin-right: 10px; }
    .profile-support-list__item-author {
      margin-top: 4px; }
    .profile-support-list__item-time {
      font-size: 11px;
      line-height: 17px;
      margin-bottom: 11px; }
    .profile-support-list__item-answer {
      margin-left: -58px;
      margin-bottom: 16px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
      .ru .profile-support-list__item-answer {
        margin-left: 0; }
    .profile-support-list__item-reply {
      font-size: 14px;
      line-height: 14px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0); }
      .ru .profile-support-list__item-reply {
        position: relative;
        left: auto;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        margin-top: 0; } }

.profile-accordeon-open .arrowdown {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

.account-form {
  margin-top: 80px; }

.wysiwyg .contact-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
  .wysiwyg .contact-list__item:last-child {
    margin-bottom: 0; }
  .wysiwyg .contact-list__item-left {
    max-width: 344px; }
  .wysiwyg .contact-list__item-title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold; }
  .wysiwyg .contact-list__item-contact {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal; }
    .wysiwyg .contact-list__item-contact a.contact-list__item-contact-link:not(.banner):not(.btn) {
      text-decoration: none; }
      .wysiwyg .contact-list__item-contact a.contact-list__item-contact-link:not(.banner):not(.btn):hover {
        text-decoration: underline; }
  .wysiwyg .contact-list__item-right {
    width: 278px; }
    .wysiwyg .contact-list__item-right-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .wysiwyg .contact-list__item-right-list__item {
        margin: 0 9px; }
        .wysiwyg .contact-list__item-right-list__item:first-child {
          margin-left: 0; }
        .wysiwyg .contact-list__item-right-list__item:last-child {
          margin-right: 0; }
        .wysiwyg .contact-list__item-right-list__item a:not(.banner):not(.btn) {
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          display: block;
          height: 56px;
          width: 56px;
          padding: 12px; }
          .wysiwyg .contact-list__item-right-list__item a:not(.banner):not(.btn) img {
            display: block;
            height: 32px;
            width: 32px;
            margin-bottom: 0 !important;
            margin-top: 0 !important; }
          .wysiwyg .contact-list__item-right-list__item a:not(.banner):not(.btn).telegram {
            background-color: rgba(6, 131, 194, 0.2); }
          .wysiwyg .contact-list__item-right-list__item a:not(.banner):not(.btn).whatsapp {
            background-color: rgba(57, 190, 76, 0.2); }
          .wysiwyg .contact-list__item-right-list__item a:not(.banner):not(.btn).viber {
            background-color: rgba(145, 121, 238, 0.2); }
          .wysiwyg .contact-list__item-right-list__item a:not(.banner):not(.btn).fb_messenger {
            background-color: rgba(1, 123, 255, 0.2); }
  @media (max-width: 1019.98px) {
    .wysiwyg .contact-list__item-left {
      max-width: 280px; }
    .wysiwyg .contact-list__item-title {
      font-size: 16px; }
    .wysiwyg .contact-list__item-contact {
      font-size: 14px; } }
  @media (max-width: 767.98px) {
    .wysiwyg .contact-list__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .wysiwyg .contact-list__item-right {
        margin-top: 15px; } }

/* Blocks */
.btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 575.98px) {
    .btn-flex {
      display: block; } }

.btn {
  border: 1px solid #000;
  -webkit-border-radius: 0;
          border-radius: 0;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 16px 7px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase;
  min-height: 56px;
  min-width: 280px; }
  .ru .btn {
    font-family: quicksand, "Open Sans", sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 10px; }

.btn-default {
  background-color: #fff;
  border-color: transparent;
  color: #000; }
  .btn-default.btn-border {
    border-color: #000; }
  .btn-default.btn-black {
    background-color: #000;
    color: #fff; }
    .btn-default.btn-black.btn-border {
      border-color: #fff; }
  .btn-default.btn-icon {
    color: #333;
    font-family: quicksand, "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: capitalize;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .btn-default.btn-icon .btn-svg {
      display: block;
      height: 24px;
      width: 24px;
      margin-right: 8px;
      margin-top: -4px; }
      .btn-default.btn-icon .btn-svg path {
        fill: #333;
        -webkit-transition: fill 0.15s ease-in-out;
        -o-transition: fill 0.15s ease-in-out;
        transition: fill 0.15s ease-in-out; }
    .btn-default.btn-icon .btn-label {
      display: block;
      padding-bottom: 4px; }

.desktop .btn-default {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .desktop .btn-default:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: transparent;
    color: #fff;
    text-decoration: none; }
  .desktop .btn-default:active {
    background: #000;
    border-color: transparent;
    color: #fff; }
  .desktop .btn-default.btn-black:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #fff; }
  .desktop .btn-default.btn-black:active {
    background: #fff;
    border-color: #000;
    color: #000; }
  .desktop .btn-default.btn-icon:hover .btn-svg path, .desktop .btn-default.btn-icon:active .btn-svg path {
    fill: #fff; }

.close {
  height: 62px;
  padding: 22px;
  position: absolute;
  top: 0;
  right: 0;
  width: 62px; }
  .close svg {
    width: 18px;
    height: 18px; }
    .close svg path {
      stroke: #000;
      stroke-width: 2; }

.desktop .close svg path {
  -webkit-transition: stroke 0.15s ease-in-out;
  -o-transition: stroke 0.15s ease-in-out;
  transition: stroke 0.15s ease-in-out; }

.desktop .close:hover svg path {
  stroke: #b78f00; }

.arrowdown {
  width: 12px;
  height: 6px; }
  .arrowdown path {
    fill: transparent;
    stroke: #000;
    stroke-width: 1;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .filter-open .arrowdown path {
      stroke: #b78f00;
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); }

.checkbox-wrapper {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 16px;
  padding-left: 26px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%; }
  .ru .checkbox-wrapper {
    font-family: quicksand, "Open Sans", sans-serif;
    font-size: 14px; }
  .dropdown .checkbox-wrapper {
    padding-left: 32px; }
  .checkbox-wrapper-input {
    border: 1px solid #000;
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px; }
    .desktop .checkbox-wrapper-input {
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
  .checkbox-wrapper input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: auto; }
    .checkbox-wrapper input:checked + .checkbox-wrapper-input {
      border-width: 5px; }
  .checkbox-wrapper input[type="radio"]:checked + .checkbox-wrapper-input {
    border-width: 5px; }
  .checkbox-wrapper-label {
    padding-top: 2px; }
    .ru .checkbox-wrapper-label {
      padding-top: 1px; }
  .checkbox-wrapper-price {
    color: #1c1c1c;
    font-family: quicksand, "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap; }
    .checkbox-wrapper-price svg {
      display: inline-block;
      height: 10px;
      width: 9px; }
      .ru .checkbox-wrapper-price svg {
        height: 12.5px;
        width: 10px; }
      .checkbox-wrapper-price svg path {
        fill: #d6a700; }

.desktop .checkbox-wrapper {
  cursor: pointer; }
  .desktop .checkbox-wrapper:hover input + .checkbox-wrapper-input {
    border-width: 9px; }

.flash-message {
  background: #a1dfcd;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: opacity 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in;
  transition: opacity 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in;
  -o-transition: transform 0.15s ease-in, opacity 0.15s ease-in 0.15s;
  transition: transform 0.15s ease-in, opacity 0.15s ease-in 0.15s;
  transition: transform 0.15s ease-in, opacity 0.15s ease-in 0.15s, -webkit-transform 0.15s ease-in; }
  .ru .flash-message {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500; }
  .flash-message.orange {
    background: #f2994a; }
  .flash-message.sundown {
    background: #fab9b7; }
  .flash-message-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0; }
    .flash-message-content span {
      color: #fff;
      display: inline-block;
      margin-right: 50px; }
      .flash-message-content span svg {
        display: inline-block;
        height: 15px;
        width: auto; }
        .flash-message-content span svg path {
          fill: #fff; }
    .flash-message-content a.link-text {
      color: #fff;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      text-decoration: underline; }
      .ru .flash-message-content a.link-text {
        font-family: quicksand, "Open Sans", sans-serif; }
  .flash-message.open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
    transition: opacity 0.15s ease-out, -webkit-transform 0.15s ease-out;
    -o-transition: transform 0.15s ease-out, opacity 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, -webkit-transform 0.15s ease-out; }
  @media (max-width: 1019.98px) {
    .flash-message-content span {
      margin-right: 32px; } }
  @media (max-width: 767.98px) {
    .flash-message-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 20px; }
      .flash-message-content span {
        font-size: 14px;
        margin-bottom: 16px;
        margin-right: 0; } }

.desktop .flash-message-content a.link-text:hover {
  color: #fff;
  text-decoration: none; }

.dropdown {
  background: transparent;
  border: 1px solid transparent;
  height: 0;
  position: absolute;
  overflow: hidden;
  min-width: 280px;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1; }
  .dropdown select {
    display: none; }
  .dropdown.active {
    background: #fff;
    border-color: #000;
    height: 300px;
    pointer-events: auto; }
  .dropdown-scroll {
    height: 100%;
    position: relative;
    overflow: auto; }
  .dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .dropdown-list__item-link {
      display: block; }
      .desktop .dropdown-list__item-link {
        -webkit-transition: background 0.15s ease-in-out;
        -o-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out; }
        .desktop .dropdown-list__item-link:hover {
          background: rgba(196, 196, 196, 0.3);
          text-decoration: none; }
    .dropdown-list__item .checkbox-wrapper {
      padding: 9px 18px 9px 50px; }
      .dropdown-list__item .checkbox-wrapper-input {
        left: 18px; }
  @media (max-width: 1019.98px) and (orientation: landscape) {
    .dropdown.tiny-height.active {
      height: 180px; } }

.backlink {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline; }
  .ru .backlink {
    font-family: quicksand, "Open Sans", sans-serif; }
  .backlink svg {
    margin: 0 8px 0 7px;
    width: 9px;
    height: 18px; }
    .backlink svg path {
      fill: transparent;
      stroke: #000;
      stroke-width: 2; }
  .backlink span {
    display: inline-block;
    margin-top: 2px; }
  .desktop .backlink:hover {
    color: #000;
    text-decoration: none; }

.hamburger {
  display: block;
  height: 52px;
  padding: 25px 20px;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 60px;
  z-index: 100; }
  .hamburger span {
    background: #000;
    display: block;
    height: 2px;
    -webkit-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s; }
    .hamburger span::before {
      background: #000;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 19px;
      width: 20px;
      -webkit-transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out;
      -o-transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    .hamburger span::after {
      background: #000;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 31px;
      width: 20px;
      -webkit-transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out;
      -o-transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
  .hamburger i {
    position: absolute;
    top: 12px;
    right: 13px;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
  .outer_dark .hamburger span {
    background: #fff; }
    .outer_dark .hamburger span::after, .outer_dark .hamburger span::before {
      background: #fff; }

@media (max-width: 1279.98px) {
  .menu-open .hamburger span {
    background: transparent;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
    .menu-open .hamburger span::before {
      background: #000;
      top: 25px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: background 0.3s ease-in-out, top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out 0.15s;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out 0.15s;
      -o-transition: background 0.3s ease-in-out, top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0.15s; }
    .menu-open .hamburger span::after {
      background: #000;
      top: 25px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: background 0.3s ease-in-out, top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out 0.15s;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out 0.15s;
      -o-transition: background 0.3s ease-in-out, top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
      transition: background 0.3s ease-in-out, top 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0.15s; }
  .menu-open .hamburger i {
    opacity: 0; } }

.mobile-menu {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px transparent;
          box-shadow: 0 4px 20px transparent;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-320px, 0, 0);
          transform: translate3d(-320px, 0, 0);
  width: 320px;
  z-index: 50; }
  .mobile-menu-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 22px; }
    .mobile-menu-lang__item {
      color: #1c1c1c;
      text-decoration: none;
      display: block;
      font-weight: 600;
      font-size: 20px;
      line-height: 1.5;
      letter-spacing: 0.02em;
      padding: 10px;
      text-align: center;
      width: 40px; }
      .mobile-menu-lang__item.current {
        color: rgba(28, 28, 28, 0.5); }
  @media (max-width: 1279.98px) {
    .mobile-menu {
      -webkit-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }
      .menu-open .mobile-menu {
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
        -webkit-transition-timing-function: ease-out;
             -o-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); } }
  .mobile-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 68px 0; }
    .ru .mobile-menu-wrapper {
      padding-bottom: 32px;
      padding-top: 50px; }
  .mobile-menu-user {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 32px;
    text-align: center; }
    .ru .mobile-menu-user {
      font-family: quicksand, "Open Sans", sans-serif; }
    .mobile-menu-user-avatar {
      background: #000;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto;
      text-align: center;
      position: relative;
      height: 64px;
      width: 64px; }
      .mobile-menu-user-avatar:hover {
        color: #fff;
        text-decoration: underline; }
      .mobile-menu-user-avatar img {
        display: block;
        height: 100%;
        width: 100%; }
      .mobile-menu-user-avatar .pro {
        position: absolute;
        bottom: -6px;
        background: #e96149;
        color: #fff;
        font-family: quicksand, "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 14px;
        text-decoration: none;
        text-transform: uppercase;
        width: 34px; }
    .mobile-menu-user-signin {
      color: #fff;
      font-weight: 600;
      font-size: 12px;
      line-height: 1.08;
      letter-spacing: 1px;
      margin-top: 1px;
      text-transform: uppercase; }
      .ru .mobile-menu-user-signin {
        margin-top: 0; }
    .mobile-menu-user-name {
      display: inline-block;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.3;
      margin-top: 20px;
      color: #000;
      position: relative; }
      .ru .mobile-menu-user-name {
        font-weight: 700; }
      .mobile-menu-user-name:hover {
        color: #000;
        text-decoration: underline; }
      .mobile-menu-user-name .notifications-indicator {
        border: none;
        height: 7px;
        width: 7px;
        position: absolute;
        top: 0;
        right: -7px; }
    .mobile-menu-user-bonus {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 1;
      margin-top: 8px;
      color: #1c1c1c;
      text-transform: uppercase; }
      .ru .mobile-menu-user-bonus {
        font-size: 14px;
        font-weight: 300;
        margin-top: 3px;
        text-transform: none; }
      .mobile-menu-user-bonus svg {
        margin: -2px 5px 0;
        height: 15px;
        width: 12px; }
        .ru .mobile-menu-user-bonus svg {
          margin-top: 0; }
        .mobile-menu-user-bonus svg path {
          fill: #d6a700; }
      .mobile-menu-user-bonus .bonus-number {
        color: #d6a700;
        font-weight: 300;
        font-size: 21.4667px;
        line-height: 1.3;
        letter-spacing: 1.86667px;
        text-transform: uppercase; }
        .ru .mobile-menu-user-bonus .bonus-number {
          font-size: 18px; }
  .mobile-menu-top {
    border-bottom: 1px solid #c9c9c9;
    padding: 0 0 16px; }
  .mobile-menu-submenu {
    display: none;
    margin: 0 20px 8px; }
    .mobile-menu-submenu__item {
      color: #1c1c1c;
      display: block;
      border-bottom: 1px solid rgba(0, 0, 0, 0.03);
      padding: 12px 24px;
      text-decoration: none;
      -webkit-transition: background 0.15s ease-in-out;
      -o-transition: background 0.15s ease-in-out;
      transition: background 0.15s ease-in-out; }
      .mobile-menu-submenu__item:last-child {
        border-bottom: 0; }
      .mobile-menu-submenu__item:active {
        background: rgba(0, 0, 0, 0.03);
        color: #1c1c1c;
        text-decoration: none; }
      .mobile-menu-submenu__item.current {
        color: #b78f00; }
      .desktop .mobile-menu-submenu__item:hover {
        background: rgba(0, 0, 0, 0.03);
        color: #1c1c1c;
        text-decoration: none; }
  .mobile-menu-bottom {
    padding: 16px 0; }
  .mobile-menu__item {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    color: #1c1c1c;
    display: block;
    padding: 16px 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    position: relative;
    text-transform: uppercase; }
    .mobile-menu__item .arrowdown {
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -3px;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: -webkit-transform 0.15s ease-in-out;
      transition: -webkit-transform 0.15s ease-in-out;
      -o-transition: transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    .mobile-menu__item.submenu-open .arrowdown {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
    .ru .mobile-menu__item {
      font-family: quicksand, "Open Sans", sans-serif;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: normal; }
  .mobile-menu-logout {
    color: #000;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-align: center; }
    .ru .mobile-menu-logout {
      font-family: quicksand, "Open Sans", sans-serif; }
  .mobile-menu-socials {
    margin-top: 82px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .mobile-menu-socials-title {
      line-height: 1.3;
      text-align: center;
      color: #1c1c1c; }
      .ru .mobile-menu-socials-title {
        font-size: 14px;
        margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    .mobile-menu-wrapper {
      padding-top: 16px;
      padding-bottom: 37px; }
      .ru .mobile-menu-wrapper.narrow {
        padding-top: 16px; }
      .ru .mobile-menu-wrapper {
        padding-bottom: 30px; }
    .mobile-menu-lang {
      margin-top: 10px; }
      .mobile-menu-lang__item {
        font-size: 16px;
        line-height: 1;
        letter-spacing: normal; }
    .mobile-menu-user {
      padding-bottom: 16px; }
      .mobile-menu-user-name {
        line-height: 1.5;
        margin-top: 16px;
        text-transform: uppercase; }
      .mobile-menu-user-bonus {
        margin-top: 7px; }
    .mobile-menu-top {
      padding-bottom: 7.5px; }
    .mobile-menu-bottom {
      padding-bottom: 7.5px;
      padding-top: 7.5px; }
    .mobile-menu__item {
      padding-bottom: 12.5px;
      padding-top: 12.5px;
      font-size: 16px;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none; }
      .ru .mobile-menu__item {
        font-size: 14px;
        text-transform: uppercase; }
    .mobile-menu-logout {
      font-size: 14px; }
    .mobile-menu-socials {
      margin-top: 48px; }
      .mobile-menu-socials-title {
        display: none; }
        .ru .mobile-menu-socials-title {
          display: inline; } }

.mobile-menu-user + .mobile-menu-top {
  padding-top: 16px; }
  @media (max-width: 575.98px) {
    .mobile-menu-user + .mobile-menu-top {
      padding-top: 7.5px; } }

@media (max-width: 1279.98px) {
  .menu-open .outer_dark .mobile-menu {
    -webkit-box-shadow: 0 4px 20px rgba(255, 255, 255, 0.25);
            box-shadow: 0 4px 20px rgba(255, 255, 255, 0.25); } }

.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2; }
  .header-submenu {
    background: #fff;
    display: none;
    padding-top: 80px;
    position: absolute;
    width: 100%; }
    .header-submenu::after {
      -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
              box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
      content: "";
      position: absolute;
      bottom: 0;
      height: 20px;
      opacity: 0;
      -webkit-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s;
      width: 100%;
      will-change: opacity; }
    .header-submenu-bg {
      background: #fff;
      display: block;
      position: relative;
      z-index: 1; }
    .header-submenu-list {
      display: block;
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4;
      -webkit-column-gap: 15px;
         -moz-column-gap: 15px;
              column-gap: 15px;
      padding-bottom: 21px;
      opacity: 0;
      -webkit-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s;
      margin-top: -9px;
      will-change: opacity; }
      .header-submenu-list__item {
        color: #1c1c1c;
        display: block;
        font-size: 14px;
        padding: 9px 0;
        text-decoration: none; }
        .header-submenu-list__item.current {
          color: #b78f00; }
    .header-submenu.visible::after {
      opacity: 1;
      -webkit-transition-delay: 0.125s;
           -o-transition-delay: 0.125s;
              transition-delay: 0.125s; }
    .header-submenu.visible .header-submenu-list {
      opacity: 1;
      -webkit-transition-delay: 0.125s;
           -o-transition-delay: 0.125s;
              transition-delay: 0.125s; }
  .header.header-fixed {
    background: #fff;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 10; }
    .header.header-fixed .header-submenu-list {
      margin-top: 0;
      padding-top: 21px; }
  .outer_dark .header .header-submenu {
    background: #000; }
    .outer_dark .header .header-submenu::after {
      -webkit-box-shadow: 0 2px 20px rgba(255, 255, 255, 0.25);
              box-shadow: 0 2px 20px rgba(255, 255, 255, 0.25); }
    .outer_dark .header .header-submenu-bg {
      background: #000; }
    .outer_dark .header .header-submenu-list__item {
      color: #fff; }
      .outer_dark .header .header-submenu-list__item.current {
        color: #b78f00; }
  .outer_dark .header.header-fixed {
    background: #000; }
  .header-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 80px;
    position: relative;
    z-index: 10; }
    .header-fixed .header-container {
      border-bottom-color: rgba(0, 0, 0, 0.2); }
      .outer_dark .header-fixed .header-container {
        border-bottom-color: rgba(255, 255, 255, 0.2); }
  .header-search-toggle {
    display: none;
    position: absolute;
    height: 52px;
    padding: 14px;
    width: 52px;
    left: 60px; }
    .header-search-toggle.header-search-toggle-right {
      left: auto;
      right: 6px; }
    .header-search-toggle circle {
      fill: transparent;
      stroke: #000;
      stroke-width: 2; }
    .header-search-toggle path {
      fill: #000; }
    .outer_dark .header-search-toggle circle {
      stroke: #fff; }
    .outer_dark .header-search-toggle path {
      fill: #fff; }
    .header-search-open .header-search-toggle circle {
      stroke: #b78f00; }
    .header-search-open .header-search-toggle path {
      fill: #b78f00; }
  .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: block;
    height: 19px; }
    .header-logo .logo {
      height: 19px;
      width: auto; }
    .header-logo .small-logo {
      height: 24px;
      display: none;
      width: auto; }
  .header-lang {
    position: absolute;
    left: 210px;
    width: 40px;
    border: 1px solid transparent;
    border-bottom: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .header-lang-current {
      color: rgba(28, 28, 28, 0.5);
      cursor: pointer;
      font-size: 14px;
      line-height: 17px;
      width: 40px;
      padding: 10px 0;
      text-align: center;
      -webkit-transition: color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
    .header-lang-dropdown {
      background: #fff;
      border: 1px solid #c9c9c9;
      border-top: 0;
      position: absolute;
      opacity: 0;
      pointer-events: none;
      margin-left: -1px;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 40px; }
      .header-lang-dropdown__item {
        color: #1c1c1c;
        font-size: 14px;
        line-height: 17px;
        display: block;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        width: 40px; }
        .header-lang-dropdown__item:hover {
          background: rgba(0, 0, 0, 0.03);
          color: #1c1c1c;
          text-decoration: none; }
    .header-lang:hover {
      background: #fff;
      border-color: #c9c9c9; }
      .header-lang:hover .header-lang-dropdown {
        opacity: 1;
        pointer-events: auto; }
    .outer_dark .header-lang .header-lang-current {
      color: rgba(255, 255, 255, 0.5); }
    .outer_dark .header-lang .header-lang-dropdown {
      border-color: rgba(255, 255, 255, 0.5); }
    .outer_dark .header-lang:hover {
      border-color: rgba(255, 255, 255, 0.5); }
      .outer_dark .header-lang:hover .header-lang-current {
        color: rgba(28, 28, 28, 0.5); }
  .header-menu__item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    margin: 0 25px;
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .header-menu__item .arrowdown {
      margin-left: 6px;
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transition: -webkit-transform 0.15s ease-in-out;
      transition: -webkit-transform 0.15s ease-in-out;
      -o-transition: transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
      .outer_dark .header-menu__item .arrowdown path {
        stroke: #fff; }
      @media (max-width: 1365.98px) {
        .header-menu__item .arrowdown {
          margin-left: 3px; } }
    .header-menu__item.submenu-open {
      color: #b78f00;
      text-decoration: none; }
      .outer_dark .header-menu__item.submenu-open {
        color: #b78f00;
        text-decoration: none; }
      .desktop .header-menu__item.submenu-open:hover {
        color: #b78f00 !important;
        text-decoration: none !important; }
      .header-menu__item.submenu-open .arrowdown {
        -webkit-transform: scaleY(-1);
            -ms-transform: scaleY(-1);
                transform: scaleY(-1); }
        .header-menu__item.submenu-open .arrowdown path {
          stroke: #b78f00; }
    .ru .header-menu__item {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 14px;
      margin-left: 15px;
      margin-right: 15px; }
    @media (max-width: 1439.98px) {
      .header-menu__item {
        margin: 0 20px; }
        .ru .header-menu__item {
          margin-left: 12.5px;
          margin-right: 12.5px; } }
    @media (max-width: 1365.98px) {
      .header-menu__item {
        margin: 0 12.5px; }
        .ru .header-menu__item {
          font-size: 13px;
          margin-left: 6px;
          margin-right: 6px; } }
    .header-menu__item:first-child {
      margin-left: 0; }
    .header-menu__item:last-child {
      margin-right: 0; }
  .header-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .header .signin-open {
    margin-right: 8px; }
    .ru .header .signin-open {
      font-size: 14px;
      white-space: nowrap; }
  .header-user {
    background-color: #000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative; }
    .header-user img {
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: block;
      width: 100%;
      height: 100%; }
    .outer_dark .header-user {
      background-color: #fff; }
  .header .notifications-indicator {
    display: block;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 1; }
  @media (max-width: 1279.98px) {
    .header {
      background: #fff;
      position: fixed;
      -webkit-transition: -webkit-transform 0.25s ease-in;
      transition: -webkit-transform 0.25s ease-in;
      -o-transition: transform 0.25s ease-in;
      transition: transform 0.25s ease-in;
      transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
      z-index: 10; }
      .header-submenu {
        display: none !important; }
      .outer_dark .header {
        background: #000; }
      .menu-open .header {
        -webkit-transform: translate3d(320px, 0, 0);
                transform: translate3d(320px, 0, 0);
        -webkit-transition: -webkit-transform 0.25s ease-out;
        transition: -webkit-transform 0.25s ease-out;
        -o-transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out;
        transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
        .menu-open .header::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 49; }
      .header-container {
        height: 52px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        position: relative; }
      .header-search-toggle {
        display: block; }
      .header-logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .header-lang {
        display: none; }
      .header-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        position: absolute;
        right: 20px; }
      .header .signin-open {
        display: none; }
      .header-user {
        display: none; }
        .header-user.header-user-auth {
          display: block; } }
  @media (max-width: 575.98px) {
    .header-container {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .outer_dark .header-container {
        border-bottom-color: rgba(255, 255, 255, 0.2); }
    .header-logo {
      height: 24px; }
      .header-logo .logo {
        display: none; }
      .header-logo .small-logo {
        display: block; }
    .header-search-toggle {
      padding-left: 8px;
      padding-right: 8px;
      width: 40px;
      left: 50px; }
      .header-search-toggle.header-search-toggle-right {
        left: auto;
        right: 12px; } }

.favourites-open {
  display: block;
  height: 23px;
  margin-left: 29px;
  padding-top: 2px;
  width: 25px;
  position: relative; }
  @media (max-width: 575.98px) {
    .favourites-open {
      margin-left: 10px; } }
  .favourites-open .favourites-small {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    .favourites-open .favourites-small .favourites-path {
      fill: transparent;
      stroke: #000;
      stroke-width: 2;
      -webkit-transition: fill 0.15s ease-in-out;
      -o-transition: fill 0.15s ease-in-out;
      transition: fill 0.15s ease-in-out; }
  .favourites-open:active .favourites-small {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
    .favourites-open:active .favourites-small .favourites-path {
      fill: #000; }
  .favourites-open .favourites-number {
    text-align: center;
    color: #000;
    position: absolute;
    top: 50%;
    margin-top: -11.5px;
    left: 50%;
    margin-left: 11.5px;
    width: 11px; }

.cart-open {
  display: block;
  height: 25px;
  margin-left: 25px;
  width: 30px;
  position: relative; }
  @media (max-width: 575.98px) {
    .cart-open {
      margin-left: 10px; } }
  .cart-open .cart-small {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
    .cart-open .cart-small .cart-path {
      fill: transparent;
      stroke: #000;
      stroke-width: 2;
      -webkit-transition: fill 0.15s ease-in-out;
      -o-transition: fill 0.15s ease-in-out;
      transition: fill 0.15s ease-in-out; }
    .cart-open .cart-small .cart-rect {
      fill: #000; }
  .cart-open:active .cart-small {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
    .cart-open:active .cart-small .cart-path {
      fill: #000; }
  .cart-open .cart-number {
    text-align: center;
    color: #000;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left: 50%;
    margin-left: 7px;
    width: 11px; }

.outer_dark .favourites-open .favourites-small .favourites-path {
  stroke: #fff; }

.outer_dark .favourites-open .favourites-number {
  color: #fff; }

.outer_dark .cart-open .cart-small .cart-path {
  stroke: #fff; }

.outer_dark .cart-open .cart-small .cart-rect {
  fill: #fff; }

.outer_dark .cart-open .cart-number {
  color: #fff; }

.device .header {
  position: fixed; }
  .device .header-logo {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .device .header-menu {
    height: 100%; }
    .device .header-menu__item {
      padding-top: 36px;
      padding-bottom: 32px; }
  .device .header-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 212.5px;
        -ms-flex: 0 0 212.5px;
            flex: 0 0 212.5px;
    margin-right: -12.5px; }
  .device .header .signin-open {
    padding-top: 22px;
    padding-bottom: 22px; }
  .device .header-user {
    margin-right: 12.5px; }
  @media (max-width: 1279.98px) {
    .device .header-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: -20px; } }

.device .favourites-open {
  margin-left: 4px;
  padding: 24px 12.5px 22px;
  height: 69px;
  width: 50px; }
  @media (max-width: 1279.98px) {
    .device .favourites-open {
      height: 51px;
      padding: 15px 13px 13px;
      margin-left: 0;
      width: 51px; } }

.device .cart-open {
  margin-left: 0;
  padding: 22px 12.5px;
  height: 69px;
  width: 55px; }
  @media (max-width: 1279.98px) {
    .device .cart-open {
      height: 51px;
      padding: 13px 10px;
      margin-right: 10px;
      width: 50px; } }
  @media (max-width: 575.98px) {
    .device .cart-open {
      padding-left: 4px;
      padding-right: 4px;
      margin-right: 16px;
      width: 38px; } }

.desktop .favourites-open:hover .favourites-small .favourites-path {
  fill: #000; }

.desktop .cart-open:hover .cart-small .cart-path {
  fill: #000; }

.desktop .outer_dark .favourites-open:hover .favourites-small .favourites-path {
  fill: #fff; }

.desktop .outer_dark .cart-open:hover .cart-small .cart-path {
  fill: #fff; }

@media (min-width: 1279.98px) {
  .desktop .header-hidden {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
    .desktop .header-hidden.header-fixed {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.logo-text {
  fill: #2d2d2d; }
  .outer_dark .logo-text {
    fill: #fff; }

.logo-icon {
  fill: #997048; }

.mobile-menu-socials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .mobile-menu-socials-list__item {
    display: block;
    margin: 0 11px;
    text-align: center;
    font-family: quicksand, "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 15px;
    color: #000; }
    .mobile-menu-socials-list__item:first-child {
      margin-left: 0; }
    .mobile-menu-socials-list__item:last-child {
      margin-right: 0; }
    .mobile-menu-socials-list__item svg {
      display: block;
      height: 24px;
      margin: 0 auto;
      width: 24px; }
      .mobile-menu-socials-list__item svg path {
        -webkit-transition: fill 0.15s ease-in-out;
        -o-transition: fill 0.15s ease-in-out;
        transition: fill 0.15s ease-in-out; }
    .mobile-menu-socials-list__item .socials-number {
      display: block;
      margin-top: 5px; }
    .mobile-menu-socials-list__item:hover svg path {
      fill: #b78f00; }
    .outer_dark .footer .mobile-menu-socials-list__item {
      color: #fff; }
      .outer_dark .footer .mobile-menu-socials-list__item svg path {
        fill: #fff; }
      .outer_dark .footer .mobile-menu-socials-list__item:hover svg path {
        fill: #b78f00; }
  @media (max-width: 767.98px) {
    .mobile-menu-socials-list__item {
      margin-left: 17px;
      margin-right: 17px; } }

.footer {
  position: relative; }
  .footer.footer-ru {
    margin-top: 50px;
    padding-bottom: 32px; }
  .footer-top {
    min-height: 34px;
    margin-bottom: 35px; }
  .footer-logo {
    display: block;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -122px;
    top: 0;
    width: 244px;
    z-index: 1; }
  .footer-menu-right {
    text-align: right; }
  .footer-menu__item {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: block;
    line-height: 1.3;
    color: #000;
    margin-bottom: 19px; }
    .ru .footer-menu__item {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 16px;
      text-transform: uppercase; }
    .footer-menu__item:last-child {
      margin-bottom: 0; }
  .footer-socials {
    bottom: 60px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    z-index: 1; }
    .footer-ru .footer-socials {
      bottom: 32px; }
    .footer-socials-title {
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 1;
      margin-bottom: 17px;
      text-align: center; }
      .ru .footer-socials-title {
        font-family: quicksand, "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 16px;
        text-transform: uppercase; }
  .footer-middle {
    margin-bottom: 14px; }
    .footer-middle-right {
      color: #000;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      text-align: right;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 18px;
      line-height: 1;
      margin-top: 19px; }
      .ru .footer-middle-right {
        font-family: quicksand, "Open Sans", sans-serif;
        font-size: 16px; }
      .footer-middle-right a.footer-middle-right-link {
        font-weight: 500; }
        .device .footer-middle-right a.footer-middle-right-link {
          text-decoration: underline; }
        .desktop .footer-middle-right a.footer-middle-right-link {
          text-decoration: underline; }
          .desktop .footer-middle-right a.footer-middle-right-link:hover {
            text-decoration: none; }
  .footer-menu-bottom__item {
    display: block;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 9.5px;
    color: #000; }
    .device .footer-menu-bottom__item {
      text-decoration: underline; }
  .footer-bottom-copyright {
    color: #000;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px; }
  .footer-bottom-developer {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    font-size: 11px;
    line-height: 13px; }
    .ru .footer-bottom-developer {
      font-family: quicksand, "Open Sans", sans-serif; }
  @media (max-width: 1019.98px) {
    .footer-top {
      min-height: 19px; }
      .footer-ru .footer-top {
        padding-top: 49px; }
    .footer-logo {
      height: 23px;
      margin-left: -68px;
      width: 136px; }
    .footer-menu__item {
      font-size: 16px;
      line-height: 1;
      margin-bottom: 17px; }
    .footer-socials {
      bottom: 32px; }
      .footer-socials-title {
        font-size: 14px;
        margin-bottom: 21px; }
        .footer-ru .footer-socials-title {
          margin-bottom: 18px; }
    .footer-middle {
      margin-bottom: 20px; }
      .footer-middle-right {
        font-size: 14px; }
        .footer-ru .footer-middle-right {
          font-style: 16px;
          margin-top: 17px; }
    .footer-menu-bottom__item {
      font-size: 14px;
      margin-bottom: 8.5px; } }
  @media (max-width: 767.98px) {
    .footer-top {
      border-bottom: none;
      min-height: 0;
      padding-bottom: 0; }
    .footer-logo {
      position: relative;
      left: auto;
      margin: 0 auto 30px; }
    .footer-menu {
      text-align: center; }
      .footer-menu-left {
        margin-bottom: 5px; }
      .footer-menu-right {
        text-align: center; }
      .footer-menu__item {
        font-size: 16px;
        line-height: 1;
        padding: 10px 0;
        margin-bottom: 5px; }
        .ru .footer-menu__item {
          font-size: 14px; }
        .footer-menu__item:last-child {
          margin-bottom: 0; }
    .footer-socials {
      bottom: auto;
      position: relative;
      left: auto;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      margin: 0 auto 27px; }
      .footer-ru .footer-socials {
        bottom: auto; }
      .footer-socials-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 13px;
        text-transform: uppercase; }
    .footer-middle {
      margin-bottom: 8px; }
      .footer-middle-right {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        text-align: center;
        font-weight: normal;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 26px; }
        .footer-ru .footer-middle-right {
          margin-bottom: 15px; }
        .footer-middle-right-link {
          font-weight: 500; }
    .footer-menu-bottom {
      text-align: center; }
      .footer-menu-bottom__item {
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        margin: 0 11px 0 10px;
        position: relative; }
        .footer-menu-bottom__item:first-child {
          margin-left: 0; }
          .footer-menu-bottom__item:first-child::after {
            content: "|";
            position: absolute;
            right: -11px; }
        .footer-menu-bottom__item:last-child {
          margin-right: 0; }
    .footer-bottom {
      text-align: center; }
      .footer-bottom-copyright {
        color: rgba(0, 0, 0, 0.3);
        font-weight: 300;
        margin-bottom: 20px; }
      .footer-bottom-developer {
        text-align: center; } }

.outer_dark .footer-menu__item {
  color: #fff; }

.outer_dark .footer-socials-title {
  color: #fff; }

.outer_dark .footer-middle-right {
  color: #fff; }

.outer_dark .footer-menu-bottom__item {
  color: #fff; }

.outer_dark .footer-bottom-copyright {
  color: #fff; }

.outer_dark .footer-bottom-developer {
  color: #fff; }

.footer-top + .footer-socials + .footer-middle {
  border-top: 1px solid #c9c9c9;
  padding-top: 30px; }
  .footer-top + .footer-socials + .footer-middle .footer-middle-right {
    margin-top: 0; }
  @media (max-width: 1019.98px) {
    .footer-top + .footer-socials + .footer-middle {
      padding-top: 40px; } }

.region {
  background: #2f80ed;
  color: #f2f2f2;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -186px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 372px;
  z-index: 110;
  -webkit-transition: opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
  transition: opacity 0.15s ease-in, -webkit-transform 0.15s ease-in;
  -o-transition: transform 0.15s ease-in, opacity 0.15s ease-in;
  transition: transform 0.15s ease-in, opacity 0.15s ease-in;
  transition: transform 0.15s ease-in, opacity 0.15s ease-in, -webkit-transform 0.15s ease-in; }
  .region-content {
    padding: 44px 42px;
    position: relative;
    overflow: visible; }
    .region-content .close svg path {
      stroke: #fff; }
    .region-content h3 {
      font-size: 20px;
      letter-spacing: 0.02em;
      margin-bottom: 24px; }
    .region-content p {
      margin-bottom: 24px; }
  .region-country {
    height: 44px;
    margin-bottom: 24px;
    position: relative;
    text-align: left;
    overflow: visible;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .region-country-current {
      background: #fff;
      color: #000;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-weight: 300;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 100%;
      text-transform: uppercase;
      position: relative;
      overflow: hidden; }
      .ru .region-country-current {
        font-family: quicksand, "Open Sans", sans-serif;
        text-transform: none; }
      .region-country-current span {
        display: inline-block;
        padding: 5px 48px 0 18px;
        position: relative;
        text-align: left;
        width: 100%;
        z-index: 2; }
        .ru .region-country-current span {
          padding-top: 0; }
      .region-country-current .arrowdown {
        margin-top: -3px;
        position: absolute;
        right: 18px;
        top: 50%;
        z-index: 2; }
    @media (max-width: 1019.98px) and (orientation: landscape) {
      .region-country.landscape-center.active {
        -webkit-transform: translate3d(0, -155px, 0);
                transform: translate3d(0, -155px, 0); } }
  .region .dropdown {
    left: 0;
    padding-top: 44px;
    right: 0;
    top: 0; }
  .region.selected {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -45%, 0);
            transform: translate3d(0, -45%, 0); }
  @media (max-width: 767.98px) {
    .region {
      margin-left: -160px;
      top: 40%;
      width: 320px; }
      .region-content {
        padding: 32px 16px; }
        .region-content h3 {
          font-size: 18px;
          letter-spacing: normal;
          margin-bottom: 16px; }
        .region-content p {
          margin-bottom: 16px; } }
  @media (max-width: 767.98px) and (orientation: landscape) {
    .device .region {
      top: 50%; } }

.desktop .region-content .close:hover svg path {
  stroke: #000; }

.desktop .region-country-current {
  cursor: pointer; }

@media (max-height: 650px) {
  .desktop .region {
    top: 40%; } }

.product-label {
  color: #fff;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14px;
  left: 5px;
  padding-top: 2px;
  position: absolute;
  top: 6px;
  text-decoration: none;
  text-transform: uppercase;
  width: 34px; }
  .ru .product-label {
    font-family: quicksand, "Open Sans", sans-serif;
    padding-top: 0;
    font-weight: 500; }

.sale {
  background: #e96149; }

.hit {
  background: #2e967e; }

.quantity-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .quantity-wrapper-minus, .quantity-wrapper-plus {
    display: block;
    height: 24px;
    padding: 5px;
    width: 24px; }
    .quantity-wrapper-minus path, .quantity-wrapper-plus path {
      fill: transparent;
      stroke: #1c1c1c;
      stroke-width: 2; }
    .desktop .quantity-wrapper-minus path, .desktop .quantity-wrapper-plus path {
      -webkit-transition: stroke 0.15s ease-in-out;
      -o-transition: stroke 0.15s ease-in-out;
      transition: stroke 0.15s ease-in-out; }
    .desktop .quantity-wrapper-minus:hover path, .desktop .quantity-wrapper-plus:hover path {
      stroke: #b78f00; }
  .quantity-wrapper-number {
    border: 0;
    color: #000;
    font-family: quicksand, "Open Sans", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 24px;
    width: 38px; }

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .ru .price-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .price-wrapper-oldprice {
    color: #1c1c1c;
    font-size: 12px;
    line-height: 1.25;
    margin-right: 10px;
    text-decoration: line-through; }
    .ru .price-wrapper-oldprice {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 10px;
      font-weight: 500;
      line-height: 1.5;
      margin-right: 5px; }
  .price-wrapper-price {
    color: #1c1c1c;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600; }
    .ru .price-wrapper-price {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 20px;
      font-weight: 700; }
    .price-wrapper-price.price-sale {
      color: #e96149; }
    .price-wrapper-price.price-hit {
      color: #2e967e; }

.price-save {
  color: #333;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px; }
  .ru .price-save {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 10px; }
  @media (max-width: 1019.98px) {
    .price-save {
      font-size: 12px;
      line-height: 15px; } }

.subtotal {
  padding-top: 16px; }
  .subtotal__item {
    color: #1c1c1c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .ru .subtotal__item {
      font-weight: 300; }
    .subtotal__item-value {
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      line-height: 1.3;
      text-align: right;
      min-width: 76px; }
      .ru .subtotal__item-value {
        font-family: quicksand, "Open Sans", sans-serif;
        font-weight: 700; }
  .subtotal.dynamic-width .subtotal__item-value {
    min-width: 0;
    margin-left: 5px; }
  @media (max-width: 767.98px) {
    .subtotal__item-title {
      font-size: 14px;
      line-height: 18px; }
    .subtotal__item-value {
      margin-left: 8px;
      min-width: 56px; } }

.product-cart-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .product-cart-list__item {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    overflow: hidden; }
    .product-cart-list__item:last-child {
      border-bottom-width: 0;
      margin-bottom: 0; }
    .product-cart-list__item-delete {
      background: #f2f2f2;
      display: block;
      height: 24px;
      margin-bottom: 5px;
      margin-left: auto;
      padding: 6px;
      width: 24px; }
      .product-cart-list__item-delete path {
        fill: transparent;
        stroke: #bdbdbd;
        stroke-width: 2; }
      .desktop .product-cart-list__item-delete path {
        -webkit-transition: stroke 0.15s ease-in-out;
        -o-transition: stroke 0.15s ease-in-out;
        transition: stroke 0.15s ease-in-out; }
      .desktop .product-cart-list__item-delete:hover path {
        stroke: #b78f00; }
    .product-cart-list__item-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .product-cart-list__item-link-left {
        display: block;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        position: relative; }
        .product-cart-list__item-link-left .sale {
          left: 0;
          top: 0; }
      .product-cart-list__item-link-image {
        display: block;
        height: 55px;
        width: auto; }
      .product-cart-list__item-link-right {
        margin-left: 10px;
        width: 100%; }
        .product-cart-list__item-link-right-bottom {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 10px; }
          .ru .product-cart-list__item-link-right-bottom {
            margin-top: 16px; }
          .product-cart-list__item-link-right-bottom .price-wrapper {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            width: 100%; }
      .product-cart-list__item-link-title {
        display: inline-block;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.6;
        color: #000;
        text-decoration: none; }
        .ru .product-cart-list__item-link-title {
          font-size: 16px;
          line-height: 19px; }
      .product-cart-list__item-link-info {
        color: rgba(0, 0, 0, 0.6);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 14px;
        line-height: 1;
        margin-top: 5px; }
        .product-cart-list__item-link-info-right {
          font-weight: 500; }
      .product-cart-list__item-link-offers {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 18px; }
      .product-cart-list__item-link-radio .checkbox {
        margin-top: 18px; }
    .product-cart-list__item .btn {
      margin-top: 12px; }
    .product-cart-list__item.removed {
      opacity: 0;
      -webkit-transform: translate3d(320px, 0, 0);
              transform: translate3d(320px, 0, 0); }

.cart-subsection {
  margin-bottom: 24px;
  text-align: center; }
  .cart-subsection h3 {
    margin-bottom: 16px; }
  .cart-subsection:last-child {
    margin-bottom: 0; }
  .cart-subsection form {
    text-align: left; }

.cart-summary .checkbox {
  margin-bottom: 16px; }

.cart-shipping-providers .checkbox {
  margin-bottom: 16px; }
  .cart-shipping-providers .checkbox:last-child {
    margin-bottom: 0; }

.cart-shipping .form-accordeon {
  min-height: 48px;
  margin-bottom: 8px;
  margin-top: 0; }
  .cart-shipping .form-accordeon .checkbox {
    max-width: 220px; }
    .cart-shipping .form-accordeon .checkbox .checkbox-wrapper-label span {
      display: block;
      width: 190px;
      margin-top: 0;
      position: relative;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      line-height: 18px; }
  .cart-shipping .form-accordeon .form-checkbox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .cart-shipping .form-accordeon .form-checkbox .form-line {
      margin-bottom: 0; }

.cart-shipping-notice {
  background: #a1dfcd;
  color: #fff;
  min-height: 48px;
  font-size: 13px;
  font-weight: 300;
  margin: 0 -20px 24px;
  padding: 11px 20px;
  text-align: center;
  vertical-align: baseline;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out; }
  .cart-shipping-notice .value {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600; }
  .cart-shipping-notice-ok {
    display: none; }
  .cart-shipping-notice.ok {
    background-color: #fab9b7; }
    .cart-shipping-notice.ok .cart-shipping-notice-warning {
      display: none; }
    .cart-shipping-notice.ok .cart-shipping-notice-ok {
      display: block; }

.cart-shipping-city {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px; }

.cart-shipping .region-country {
  border-bottom: 1px solid #000; }
  .cart-shipping .region-country.active {
    border-bottom-color: rgba(255, 255, 255, 0); }
  .cart-shipping .region-country-current {
    border: 1px solid #000;
    border-bottom-width: 0; }
  .cart-shipping .region-country .dropdown {
    border-top-width: 0;
    min-width: 100%; }

.cart-total {
  color: #1c1c1c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  width: 100%; }
  .cart-total-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.29; }
    .ru .cart-total-title {
      font-size: 16px;
      line-height: 1.1875;
      font-weight: 600; }
  .cart-total-value {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1; }
    .ru .cart-total-value {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 16px;
      line-height: 1.1875;
      font-weight: 700; }

.cart-tax {
  margin-bottom: 16px; }

.cart-support {
  color: #1c1c1c;
  display: block;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-decoration: underline; }
  .ru .cart-support {
    font-family: quicksand, "Open Sans", sans-serif; }
  .desktop .cart-support:hover {
    color: #1c1c1c;
    text-decoration: none; }

.cart-form-label {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px; }

.cart-pickup-map {
  display: block;
  font-size: 14px;
  color: #1c1c1c;
  text-align: left;
  position: relative;
  margin-top: -18px;
  text-decoration: underline; }
  .cart-pickup-map:hover {
    color: #1c1c1c;
    text-decoration: none; }

.modal-overlay {
  background: rgba(255, 255, 255, 0);
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  z-index: 200; }
  .modal-open .modal-overlay {
    background: rgba(255, 255, 255, 0.9);
    pointer-events: auto; }

.modal {
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  color: #000;
  max-height: -webkit-calc(100% - 40px);
  max-height: calc(100% - 40px);
  position: fixed;
  overflow: auto;
  left: 50%;
  top: 50%;
  margin-left: -184px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  -webkit-transform: translate3d(0, -45%, 0);
          transform: translate3d(0, -45%, 0);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 368px;
  z-index: 210; }
  .modal-content {
    padding: 60px;
    position: relative; }
  .modal-title {
    color: #000;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 32px;
    text-transform: uppercase; }
    .ru .modal-title {
      font-family: quicksand, "Open Sans", sans-serif;
      letter-spacing: normal; }
  .modal-top-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 32px; }
    .modal-top-text svg {
      display: inline-block; }
  .modal-bottom-text {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 32px; }
    .ru .modal-bottom-text {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5; }
    @media (max-width: 1279.98px) {
      .modal-bottom-text {
        margin-bottom: 27px; } }
    @media (max-width: 767.98px) {
      .modal-bottom-text {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1; } }
  .modal-button {
    margin-bottom: 16px; }
  .modal-svg {
    margin-bottom: 32px; }
  .modal .btn {
    min-width: 100%; }
  .modal.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  @media (max-width: 767.98px) {
    .modal {
      margin-left: -160px;
      width: 320px; }
      .modal-content {
        padding: 60px 20px; } }

.search-wrapper {
  margin-bottom: 40px;
  margin-top: 3px;
  position: relative; }
  @media (max-width: 1279.98px) {
    .search-wrapper {
      -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
              box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
      background: #fff;
      display: none;
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 15px;
      padding-top: 67px;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9; }
      .outer_dark .search-wrapper {
        -webkit-box-shadow: 0 2px 20px rgba(255, 255, 255, 0.25);
                box-shadow: 0 2px 20px rgba(255, 255, 255, 0.25);
        background: #000; } }

.search-input-wrapper {
  height: 40px;
  position: relative;
  -webkit-transition: width 0.15s ease-in-out;
  -o-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .search-input-wrapper.search-input-tiny:not(.expanded) {
      width: -webkit-calc(100% - 120px);
      width: calc(100% - 120px); } }

.search-input {
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  height: 40px;
  padding: 0 10px; }
  .outer_dark .search-input {
    background: #000;
    border-color: #fff;
    color: #fff; }
  .search-input:focus {
    border-color: #d6a700; }

.search-button {
  display: block;
  height: 40px;
  padding: 8px 10px 8px 8px;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: auto;
  width: 42px; }
  .search-button circle {
    fill: transparent;
    stroke: #000;
    stroke-width: 2; }
  .search-button path {
    fill: #000; }
  .search-open .search-button {
    opacity: 0;
    pointer-events: none; }
  .outer_dark .search-button circle {
    stroke: #fff; }
  .outer_dark .search-button path {
    fill: #fff; }
  .desktop .search-button circle {
    -webkit-transition: stroke 0.15s ease-in-out;
    -o-transition: stroke 0.15s ease-in-out;
    transition: stroke 0.15s ease-in-out; }
  .desktop .search-button path {
    -webkit-transition: fill 0.15s ease-in-out;
    -o-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out; }
  .desktop .search-button:hover circle {
    stroke: #b78f00; }
  .desktop .search-button:hover path {
    fill: #b78f00; }

.search-close {
  display: block;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  padding: 8px 10px 8px 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px; }
  .search-close .search-close-path {
    fill: transparent;
    stroke: #000;
    stroke-width: 2; }
  .search-open .search-close {
    opacity: 1;
    pointer-events: auto; }
  .outer_dark .search-close .search-close-path {
    stroke: #fff; }
  .desktop .search-close .search-close-path {
    -webkit-transition: stroke 0.15s ease-in-out;
    -o-transition: stroke 0.15s ease-in-out;
    transition: stroke 0.15s ease-in-out; }
  .desktop .search-close:hover .search-close-path {
    stroke: #b78f00; }

.search-input-tips {
  background: #fff;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25);
  height: 0;
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%; }
  .search-input-tips-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .search-input-tips-list__item {
      display: block; }
      .search-input-tips-list__item-link {
        color: #2d2d2d;
        display: block;
        font-family: quicksand, "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 19px;
        padding: 10px 0;
        text-decoration: none;
        -webkit-transition: background 0.15s ease-in-out;
        -o-transition: background 0.15s ease-in-out;
        transition: background 0.15s ease-in-out; }
        .search-input-tips-list__item-link:hover {
          background: rgba(196, 196, 196, 0.3);
          color: #2d2d2d;
          text-decoration: none; }
        .search-input-tips-list__item-link span {
          display: block;
          padding: 0 10px; }
  .outer_dark .search-input-tips {
    background: #000;
    -webkit-box-shadow: 0 15px 15px rgba(255, 255, 255, 0.15);
            box-shadow: 0 15px 15px rgba(255, 255, 255, 0.15); }
    .outer_dark .search-input-tips-list__item-link {
      color: #fff; }
      .outer_dark .search-input-tips-list__item-link:hover {
        background: rgba(255, 255, 255, 0.15);
        color: #fff; }

.search-open .search-wrapper {
  z-index: 9; }

.search-open .search-input-tips {
  height: auto; }

.breadcrumbs {
  margin-top: -8px;
  margin-bottom: 32px; }
  .no-search .breadcrumbs {
    margin-top: 32px; }
  @media (max-width: 1279.98px) {
    .breadcrumbs {
      margin-top: 32px; } }
  @media (max-width: 1019.98px) {
    .no-search .breadcrumbs {
      margin-top: 18px; } }
  @media (max-width: 767.98px) {
    .breadcrumbs {
      margin-bottom: 16px;
      margin-top: -8px; }
      .ru .breadcrumbs {
        margin-top: 18px; }
      .no-search .breadcrumbs {
        margin-top: 12px; } }
  .breadcrumbs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: quicksand, "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .breadcrumbs-list__item {
      color: #828282; }
    .breadcrumbs-list__link {
      color: #b78f00;
      text-decoration: none;
      -webkit-transition: color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      .breadcrumbs-list__link:hover {
        color: #000;
        text-decoration: none; }
      .outer_dark .breadcrumbs-list__link:hover {
        color: #fff; }
    .breadcrumbs-list__separator {
      display: block;
      height: 6px;
      margin: 0 8px;
      width: 3px; }
      .breadcrumbs-list__separator.display-sm {
        display: none; }
      .breadcrumbs-list__separator path {
        fill: transparent;
        stroke: #000;
        stroke-width: 1; }
      .outer_dark .breadcrumbs-list__separator path {
        stroke: #828282; }
  @media (max-width: 575.98px) {
    .breadcrumbs {
      margin-top: -4px; }
      .breadcrumbs-list__item {
        display: none; }
      .breadcrumbs-list__link {
        display: none; }
        .breadcrumbs-list__link.display-sm {
          display: block; }
      .breadcrumbs-list__separator {
        display: none; }
        .breadcrumbs-list__separator.display-sm {
          display: block; } }

.heading {
  margin-bottom: 32px;
  text-align: center; }
  .heading__item {
    color: #000;
    display: inline-block;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.6;
    letter-spacing: 2px;
    padding: 0 24px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    .heading__item::after {
      background: #000;
      content: "";
      height: 44px;
      position: absolute;
      right: 0;
      top: 2px;
      width: 1px; }
    .heading__item:first-child {
      padding-left: 0;
      padding-right: 25px; }
    .heading__item:last-child {
      padding-right: 0; }
      .heading__item:last-child::after {
        display: none; }
    .heading__item.gold {
      color: #b78f00; }
  @media (max-width: 1279.98px) {
    .heading {
      margin-bottom: 24px; }
      .heading__item {
        font-size: 27px;
        padding: 0 20px; }
        .heading__item::after {
          height: 36px;
          top: 1px; }
        .heading__item:first-child {
          padding-left: 0;
          padding-right: 21px; }
        .heading__item:last-child {
          padding-right: 0; } }
  @media (max-width: 1019.98px) {
    .heading {
      margin-bottom: 16px; }
      .heading__item {
        font-size: 24px;
        padding: 0 16px; }
        .heading__item::after {
          height: 32px;
          top: 0; }
        .heading__item:first-child {
          padding-left: 0;
          padding-right: 17px; }
        .heading__item:last-child {
          padding-right: 0; } }
  @media (max-width: 767.98px) {
    .heading-left .heading {
      text-align: left; }
    .heading__item {
      font-size: 20px;
      padding: 0 5px; }
      .heading__item::after {
        height: 24px;
        top: 2px; }
      .heading__item:first-child {
        padding-left: 0;
        padding-right: 6px; }
      .heading__item:last-child {
        padding-right: 0; } }
  @media (max-width: 575.98px) {
    .heading {
      margin-bottom: 8px; } }

.desktop a.heading__item:hover {
  text-decoration: underline; }

.image-slider {
  padding-bottom: 8px;
  position: relative; }
  .image-slider.nomb {
    margin-bottom: 0; }
  .image-slider-list__item {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    line-height: 1.3; }
    .image-slider-list__item-image {
      display: block;
      height: auto;
      width: 100%; }
    .image-slider-list__item-container {
      padding-bottom: 95px;
      padding-top: 80px;
      text-align: center;
      max-width: 992px; }
      .ru .image-slider-list__item-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 1224px;
        min-height: 500px;
        padding-bottom: 80px; }
    .image-slider-list__item-title {
      font-weight: 600;
      font-size: 80px;
      letter-spacing: 3.3644px;
      text-transform: uppercase; }
      .ru .image-slider-list__item-title {
        font-size: 96px;
        letter-spacing: 5px; }
    .image-slider-list__item-text {
      font-weight: 300;
      font-size: 40px; }
    .image-slider-list__item .image-slider-list__item-title + .image-slider-list__item-text {
      margin-top: 20px; }
  .image-slider-arrows .slick-arrow {
    display: block;
    height: 40px;
    width: 40px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
    .image-slider-arrows .slick-arrow path {
      fill: transparent;
      stroke: #fff;
      stroke-width: 3; }
    .desktop .image-slider-arrows .slick-arrow:hover {
      opacity: 1; }
  .image-slider-arrows .slick-prev {
    left: 60px; }
  .image-slider-arrows .slick-next {
    right: 60px; }
  .image-slider-dots {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
    .image-slider-dots .slick-dots {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      .image-slider-dots .slick-dots li {
        display: block;
        margin: 0 5px; }
        .image-slider-dots .slick-dots li:first-child {
          margin-left: 0; }
        .image-slider-dots .slick-dots li:last-child {
          margin-right: 0; }
        .image-slider-dots .slick-dots li button {
          background: #c4c4c4;
          border: 0;
          -webkit-border-radius: 0;
                  border-radius: 0;
          color: transparent;
          display: block;
          font-size: 0;
          height: 4px;
          line-height: 0;
          margin: 0;
          outline: none;
          padding: 0;
          position: relative;
          overflow: hidden;
          -webkit-transition: background 0.15s ease-in-out;
          -o-transition: background 0.15s ease-in-out;
          transition: background 0.15s ease-in-out;
          width: 56px; }
          .image-slider-dots .slick-dots li button:hover {
            background: #d6a700; }
        .image-slider-dots .slick-dots li.slick-active button {
          background: #b78f00;
          pointer-events: none; }
  @media (max-width: 1279.98px) {
    .image-slider-list__item-container {
      padding-bottom: 100px;
      padding-top: 85px;
      max-width: 736px; }
      .ru .image-slider-list__item-container {
        padding-bottom: 85px;
        max-width: 900px;
        min-height: 440px; }
    .image-slider-list__item-title {
      font-size: 64px;
      letter-spacing: 2.5px; }
      .ru .image-slider-list__item-title {
        font-size: 72px;
        letter-spacing: 5px; }
    .image-slider-list__item-text {
      font-size: 32px; }
    .image-slider-list__item .image-slider-list__item-title + .image-slider-list__item-text {
      margin-top: 16px; } }
  @media (max-width: 1019.98px) {
    .image-slider-list__item-container {
      max-width: 576px; }
      .ru .image-slider-list__item-container {
        max-width: 576px;
        min-height: 371px; }
    .image-slider-list__item-title {
      font-size: 48px;
      letter-spacing: 2px; }
      .ru .image-slider-list__item-title {
        font-size: 48px;
        letter-spacing: 5px; }
    .image-slider-list__item-text {
      font-size: 24px;
      line-height: 1; }
    .image-slider-list__item .image-slider-list__item-title + .image-slider-list__item-text {
      margin-top: 12px; }
    .image-slider-arrows .slick-arrow {
      height: 24px;
      width: 24px;
      margin-top: -16px; }
    .image-slider-arrows .slick-prev {
      left: 40px; }
    .image-slider-arrows .slick-next {
      right: 40px; }
    .image-slider-dots .slick-dots li {
      margin: 0 2px; }
      .image-slider-dots .slick-dots li:first-child {
        margin-left: 0; }
      .image-slider-dots .slick-dots li:last-child {
        margin-right: 0; }
      .image-slider-dots .slick-dots li button {
        width: 40px; } }
  @media (max-width: 767.98px) {
    .image-slider-list__item-container {
      padding-bottom: 75px;
      padding-top: 35px;
      max-width: 480px; }
      .ru .image-slider-list__item-container {
        padding-bottom: 35px;
        max-width: 480px;
        min-height: 260px; }
    .image-slider-list__item-title {
      font-size: 32px; }
      .ru .image-slider-list__item-title {
        font-size: 40px; }
    .image-slider-list__item-text {
      font-size: 20px; }
    .image-slider-list__item .image-slider-list__item-title + .image-slider-list__item-text {
      margin-top: 10px; }
    .image-slider-arrows {
      display: none; }
    .image-slider-dots .slick-dots li button {
      width: 60px; } }
  @media (max-width: 575.98px) {
    .image-slider-list__item-container {
      padding-bottom: 50px;
      padding-top: 25px;
      max-width: 320px; }
      .ru .image-slider-list__item-container {
        padding-bottom: 25px;
        max-width: 320px;
        min-height: 160px; }
    .image-slider-list__item-title {
      font-size: 20px; }
      .ru .image-slider-list__item-title {
        font-size: 32px; }
    .image-slider-list__item-text {
      font-size: 14px; }
    .image-slider-list__item .image-slider-list__item-title + .image-slider-list__item-text {
      margin-top: 8px; } }

.product {
  height: 100%;
  position: relative; }
  .product-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    position: relative; }
  .product-favourites {
    display: block;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px; }
    .product-favourites-icon {
      margin: 7px 6px; }
      .product-favourites-icon .favourites-heart {
        fill: transparent;
        stroke: #d2d2d2;
        stroke-width: 1; }
    .product-favourites.added {
      pointer-events: none !important; }
      .product-favourites.added .favourites-heart {
        fill: #c45982;
        stroke: #c45982; }
  .product-image {
    margin-bottom: 16px; }
    .product-image img {
      display: block;
      height: auto;
      width: 100%; }
  .product-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    color: #1c1c1c;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left; }
    .ru .product-title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 2px; }
  .product-info {
    color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
    width: 100%; }
    .product-info-right {
      font-weight: 500; }
  .product-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .product-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .product-rating-stars svg {
      display: block;
      width: 65px;
      height: 13px; }
      .product-rating-stars svg .rating-star {
        fill: #c4c4c4; }
        .product-rating-stars svg .rating-star.filled {
          fill: #d6a700; }
    .product-rating-number {
      color: #4f4f4f;
      display: block;
      margin-left: 8px;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500; }
      .product-rating-number span:first-child::after {
        content: " "; }
  .product-price .price-wrapper-price {
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
    position: relative; }
  .product-button {
    display: none; }
  @media (max-width: 1019.98px) {
    .product-rating-number {
      font-size: 12px;
      line-height: 15px;
      margin-left: 6px; } }
  @media (max-width: 767.98px) {
    .product-image {
      margin-bottom: 14px; }
    .product-title {
      font-size: 14px;
      min-height: 66px;
      margin-bottom: 8px; }
      .ru .product-title {
        min-height: 0; }
    .product-price .price-wrapper-price {
      font-size: 18px;
      margin-top: 3px; }
    .product-rating-number {
      font-size: 10px;
      line-height: 12px;
      margin-top: 1px; } }

.desktop .product::before {
  background: #fff;
  border: 1px solid rgba(183, 143, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: -88px;
  left: -24px;
  right: -24px;
  top: -24px; }

.desktop .product.product-short::before {
  bottom: -24px; }

.desktop .product-favourites {
  opacity: 0;
  pointer-events: none; }
  .desktop .product-favourites-icon .favourites-heart {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .desktop .product-favourites.added {
    opacity: 1; }
  .desktop .product-favourites:hover .favourites-heart {
    stroke: #c45982; }

.desktop .product-button {
  bottom: -64px;
  display: block;
  opacity: 0;
  left: 0;
  position: absolute;
  right: 0;
  pointer-events: none; }
  .desktop .product-button .btn {
    margin-top: 8px;
    min-width: 0; }

.desktop .product:hover {
  z-index: 2; }
  .desktop .product:hover::before {
    opacity: 1; }
  .desktop .product:hover .product-button {
    opacity: 1;
    pointer-events: auto; }
  .desktop .product:hover .product-favourites {
    opacity: 1;
    pointer-events: auto; }

.product-slider {
  position: relative;
  overflow: visible; }
  .wysiwyg .product-slider {
    margin-bottom: 0; }
  .product-slider-container {
    position: relative; }
  .product-slider-list {
    margin-left: -13px;
    margin-right: -13px; }
    .product-slider-list__item {
      opacity: 1;
      margin: 0 13px;
      width: 200px !important; }
      .product-slider-list__item .product-title {
        min-height: 75px; }
        .ru .product-slider-list__item .product-title {
          position: relative;
          overflow: hidden;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis;
          min-height: 0; }
      .product-slider-list__item .product-rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .product-slider-list__item .product-rating-number {
        font-size: 10px;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        margin-left: 0; }
  @media (max-width: 1279.98px) {
    .product-slider-list {
      margin-left: -16px;
      margin-right: -16px; }
      .product-slider-list__item {
        margin: 0 16px; } }
  @media (max-width: 1019.98px) {
    .product-slider-list {
      margin-left: -12px;
      margin-right: -12px; }
      .product-slider-list__item {
        margin: 0 12px; } }
  @media (max-width: 767.98px) {
    .product-slider-list {
      margin-left: -10px;
      margin-right: -10px; }
      .product-slider-list__item {
        margin: 0 10px; } }

.device .product-slider-container {
  overflow: auto; }

.device .product-slider-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .device .product-slider-list__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative; }
    .device .product-slider-list__item::after {
      content: "";
      display: block;
      position: absolute;
      pointer-events: none;
      right: -20px;
      width: 20px;
      height: 1px;
      top: 0; }

@media (min-width: 575.98px) {
  .device .product-slider-list__item::after {
    right: -48px;
    width: 48px; } }

@media (min-width: 1019.98px) {
  .device .product-slider-container {
    padding-left: 64px;
    padding-right: 64px;
    max-width: 1024px; }
  .device .product-slider-list__item::after {
    right: -64px;
    width: 64px; } }

@media (min-width: 1025px) {
  .device .product-slider-container {
    padding-left: 88px;
    padding-right: 88px;
    max-width: 1280px; }
  .device .product-slider-list__item::after {
    right: -88px;
    width: 88px; } }

@media (min-width: 1281px) {
  .device .product-slider-container {
    padding-left: -webkit-calc((100vw - 1130px) / 2 + 24px);
    padding-left: calc((100vw - 1130px) / 2 + 24px);
    padding-right: -webkit-calc((100vw - 1130px) / 2 + 24px);
    padding-right: calc((100vw - 1130px) / 2 + 24px);
    max-width: 100vw; }
  .device .product-slider-list__item::after {
    right: -webkit-calc((1130px - 100vw) / 2 - 24px);
    right: calc((1130px - 100vw) / 2 - 24px);
    width: -webkit-calc((100vw - 1130px) / 2 + 24px);
    width: calc((100vw - 1130px) / 2 + 24px); } }

.desktop .product-slider {
  pointer-events: none; }
  .desktop .product-slider-list .slick-list {
    margin: -32px -28px -98px;
    padding: 32px 28px 98px; }
  .desktop .product-slider-list__item {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .desktop .product-slider-list__item.slick-active {
      opacity: 1;
      pointer-events: auto; }
  .desktop .product-slider-arrows .slick-arrow {
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    height: 56px;
    width: 56px;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    margin-top: -61px;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
    .desktop .product-slider-arrows .slick-arrow.slick-disabled {
      opacity: 0;
      pointer-events: none; }
    .desktop .product-slider-arrows .slick-arrow path {
      opacity: 0.8;
      fill: transparent;
      stroke: #000;
      stroke-width: 2;
      -webkit-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; }
    .desktop .product-slider-arrows .slick-arrow:hover path {
      opacity: 1; }
  .desktop .product-slider-arrows .slick-prev {
    left: 32px; }
  .desktop .product-slider-arrows .slick-next {
    right: 32px; }
  @media (max-width: 1279.98px) {
    .desktop .product-slider-arrows .slick-prev {
      left: 20px; }
    .desktop .product-slider-arrows .slick-next {
      right: 20px; } }
  @media (max-width: 1019.98px) {
    .desktop .product-slider-container {
      max-width: 744px; }
    .desktop .product-slider-arrows .slick-prev {
      left: 16px; }
    .desktop .product-slider-arrows .slick-next {
      right: 16px; } }
  @media (max-width: 767.98px) {
    .desktop .product-slider-container {
      max-width: 516px; }
    .desktop .product-slider-arrows .slick-prev {
      left: 18px; }
    .desktop .product-slider-arrows .slick-next {
      right: 18px; } }
  @media (max-width: 575.98px) {
    .desktop .product-slider-container {
      max-width: 240px; }
    .desktop .product-slider-arrows .slick-prev {
      left: -8px; }
    .desktop .product-slider-arrows .slick-next {
      right: -8px; } }

.banner {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  padding: 100px 0;
  text-decoration: none; }
  .banner:hover {
    color: #fff;
    text-decoration: none; }
  .banner .banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
  .banner .banner-text {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 144px;
    line-height: 1; }
  .banner .banner-html-content {
    font-family: quicksand, "Open Sans", sans-serif; }
    .banner .banner-html-content .html-heading {
      font-family: "Josefin Sans", "Open Sans", sans-serif; }
  .banner .banner-button {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%; }
    .banner .banner-button .btn {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .banner .banner-text + .banner-button {
    margin-top: 32px; }
  .banner.banner-wysiwyg {
    margin-top: 95px; }
  .banner.dark {
    background-color: #fff;
    color: #1c1c1c; }
    .banner.dark:hover {
      color: #1c1c1c;
      text-decoration: none; }
  .banner.banner-top {
    padding-bottom: 282px; }
    .banner.banner-top .banner-content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .banner.banner-top .banner-text {
      text-align: center; }
  .banner.banner-bottom {
    padding-top: 282px; }
    .banner.banner-bottom .banner-content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .banner.banner-bottom .banner-text {
      text-align: center; }
  .banner.banner-left {
    padding: 166px 0; }
    .banner.banner-left .banner-content {
      min-height: 288px;
      width: 50%;
      max-width: 494px; }
    .banner.banner-left .banner-text {
      font-size: 96px; }
  .banner.banner-right {
    padding: 166px 0; }
    .banner.banner-right .banner-content {
      min-height: 288px;
      left: 50%;
      width: 50%;
      max-width: 494px; }
    .banner.banner-right .banner-text {
      font-size: 96px; }
  .banner.banner-img-left {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 58, 58, 0.81)), color-stop(78.74%, rgba(56, 56, 56, 0.861458)), to(#3a3a3a));
    background: -webkit-linear-gradient(top, rgba(58, 58, 58, 0.81) 0%, rgba(56, 56, 56, 0.861458) 78.74%, #3a3a3a 100%);
    background: -o-linear-gradient(top, rgba(58, 58, 58, 0.81) 0%, rgba(56, 56, 56, 0.861458) 78.74%, #3a3a3a 100%);
    background: linear-gradient(180deg, rgba(58, 58, 58, 0.81) 0%, rgba(56, 56, 56, 0.861458) 78.74%, #3a3a3a 100%);
    padding: 150px 0; }
    .banner.banner-img-left .banner-content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 872px;
      margin: 0 auto; }
    .banner.banner-img-left .banner-text {
      color: #eb88bf;
      font-size: 90px;
      line-height: 1.5;
      letter-spacing: -2px;
      text-transform: capitalize;
      text-shadow: 0 18.75px 37.5px rgba(0, 0, 0, 0.15);
      padding-top: 4px;
      width: 100%;
      max-width: 708px; }
    .banner.banner-img-left img {
      display: block;
      margin-left: 16px;
      max-width: 100%;
      height: auto; }
  @media (max-width: 1279.98px) {
    .banner {
      padding-bottom: 85px;
      padding-top: 85px; }
      .banner .banner-text {
        font-size: 108px; }
      .banner.banner-wysiwyg {
        margin-top: 80px; }
      .banner.banner-top {
        padding-bottom: 240px; }
      .banner.banner-bottom {
        padding-top: 240px; }
      .banner.banner-left, .banner.banner-right {
        padding: 141px 0; }
        .banner.banner-left .banner-content, .banner.banner-right .banner-content {
          min-height: 192px;
          max-width: 420px; }
        .banner.banner-left .banner-text, .banner.banner-right .banner-text {
          font-size: 64px; }
      .banner.banner-img-left {
        padding: 115px 0; }
        .banner.banner-img-left .banner-content {
          max-width: 896px; } }
  @media (max-width: 1019.98px) {
    .banner {
      padding-bottom: 70px;
      padding-top: 70px; }
      .banner .banner-text {
        font-size: 72px; }
      .banner.banner-wysiwyg {
        margin-top: 70px; }
      .banner.banner-top {
        padding-bottom: 200px; }
      .banner.banner-bottom {
        padding-top: 200px; }
      .banner.banner-left, .banner.banner-right {
        padding: 126px 0; }
        .banner.banner-left .banner-content, .banner.banner-right .banner-content {
          min-height: 214px;
          max-width: 280px; }
        .banner.banner-left .banner-text, .banner.banner-right .banner-text {
          font-size: 48px; }
      .banner.banner-img-left {
        padding: 80px 0; }
        .banner.banner-img-left .banner-content {
          max-width: 576px; }
        .banner.banner-img-left .banner-text {
          font-size: 48px;
          text-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          max-width: 370px; }
      .banner .banner-text + .banner-button {
        margin-top: 24px; } }
  @media (max-width: 767.98px) {
    .banner {
      padding-bottom: 60px;
      padding-top: 60px; }
      .banner .banner-text {
        font-size: 54px; }
      .banner .banner-button .btn {
        min-width: 0;
        width: 280px;
        max-width: 100%; }
      .banner.banner-wysiwyg {
        margin-top: 60px; }
      .banner.banner-top {
        padding-bottom: 160px; }
      .banner.banner-bottom {
        padding-top: 160px; }
      .banner.banner-left, .banner.banner-right {
        background-position: 33.333% 50%;
        padding: 111px 0; }
        .banner.banner-left .banner-content, .banner.banner-right .banner-content {
          min-height: 142px;
          max-width: none; }
        .banner.banner-left .banner-text, .banner.banner-right .banner-text {
          font-size: 36px; }
      .banner.banner-left {
        background-position: 66.6667% 50%; }
      .banner.banner-img-left {
        padding: 60px 0; }
        .banner.banner-img-left .banner-content {
          max-width: 480px; }
        .banner.banner-img-left .banner-text {
          font-size: 36px;
          letter-spacing: -1px;
          padding-top: 2px;
          text-shadow: 0 7.5px 15px rgba(0, 0, 0, 0.15); }
        .banner.banner-img-left img {
          max-width: 160px; }
      .banner .banner-text + .banner-button {
        margin-top: 14px; } }
  @media (max-width: 575.98px) {
    .banner .banner-text {
      font-size: 36px; }
    .banner.banner-wysiwyg {
      margin-top: 50px; }
    .banner.banner-top .banner-content, .banner.banner-bottom .banner-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 280px; }
    .banner.banner-top {
      padding-bottom: 100px; }
    .banner.banner-bottom {
      padding-top: 100px; }
    .banner.banner-left, .banner.banner-right {
      padding: 56px 0; }
      .banner.banner-left .banner-text, .banner.banner-right .banner-text {
        font-size: 24px; }
    .banner.banner-img-left {
      padding: 50px 0; }
      .banner.banner-img-left .banner-content {
        max-width: 320px; }
      .banner.banner-img-left .banner-text {
        font-size: 24px;
        letter-spacing: normal;
        text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
      .banner.banner-img-left img {
        margin-left: 8px;
        max-width: 90px; } }

.news-list {
  margin-bottom: 10px; }
  .news-list__item {
    height: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: left;
    position: relative; }
    .news-list__item-image {
      display: block;
      margin-bottom: 10px;
      position: relative; }
      .news-list__item-image::before {
        border: 3px solid #b78f00;
        border-width: 0;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .news-list__item-image img {
        display: block;
        width: 100%;
        height: auto; }
      .desktop .news-list__item-image::before {
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
      .desktop .news-list__item-image:hover::before {
        border-width: 3px; }
    .news-list__item-tags-list {
      min-height: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 15px; }
      .news-list__item-tags-list__item {
        display: block;
        color: #9f9f9f;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 1.25;
        margin-right: 5px;
        text-decoration: none; }
        .ru .news-list__item-tags-list__item {
          font-weight: 300; }
    .news-list__item-title {
      color: #000;
      display: block;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 26px;
      line-height: 1.3;
      text-decoration: none; }
      .ru .news-list__item-title {
        font-family: quicksand, "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 24px; }
    .news-list__item-bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      bottom: 30px;
      left: 0;
      right: 0; }
    .news-list__item-date {
      color: #9f9f9f;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 1.25; }
    .news-list__item-time {
      color: #000;
      line-height: 1.25; }
      .ru .news-list__item-time {
        color: #9f9f9f; }
  @media (max-width: 1279.98px) {
    .news-list__item-tags-list {
      min-height: 17px; }
      .news-list__item-tags-list__item {
        font-size: 14px; }
    .news-list__item-title {
      font-size: 22px;
      line-height: 1.4; }
      .ru .news-list__item-title {
        font-size: 20px;
        line-height: 1.3; }
    .news-list__item-bottom {
      bottom: 30px; }
    .news-list__item-date {
      font-size: 14px; }
    .news-list__item-time {
      font-size: 14px; } }
  @media (max-width: 1019.98px) {
    .news-list__item {
      padding-bottom: 25px; }
      .news-list__item-image {
        margin-bottom: 5px; }
      .news-list__item-tags-list {
        min-height: 15px;
        margin-bottom: 10px; }
        .news-list__item-tags-list__item {
          font-size: 12px; }
      .news-list__item-title {
        font-size: 18px;
        line-height: 1.5; }
        .ru .news-list__item-title {
          font-size: 16px;
          line-height: 1.3; }
      .news-list__item-bottom {
        bottom: 30px; }
      .news-list__item-date {
        font-size: 12px; }
      .news-list__item-time {
        font-size: 12px; } }
  @media (max-width: 767.98px) {
    .news-list {
      margin-bottom: 0; }
      .news-list__item {
        margin-bottom: 25px;
        padding-bottom: 25px; }
        .news-list__item-tags-list {
          min-height: 17px; }
          .news-list__item-tags-list__item {
            font-size: 11px;
            line-height: 17px; }
        .news-list__item-title {
          font-size: 16px;
          line-height: 1; }
        .news-list__item-bottom {
          bottom: 24px; }
        .news-list__item-date {
          font-size: 11px;
          line-height: 17px; }
        .news-list__item-time {
          font-size: 11px;
          line-height: 17px; } }

.newsletter-content {
  border-top: 1px solid #c9c9c9;
  padding-top: 60px; }

.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.newsletter-legal {
  color: rgba(28, 28, 28, 0.6);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  margin: 18px auto 0;
  max-width: 560px; }
  .newsletter-legal a {
    color: rgba(28, 28, 28, 0.6);
    text-decoration: underline; }
    .newsletter-legal a:hover {
      text-decoration: none; }

.newsletter-input {
  border-right-width: 0;
  height: 56px;
  width: 280px; }

@media (max-width: 767.98px) {
  .newsletter-content {
    border-top-width: 0;
    padding-top: 8px; }
  .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .newsletter-legal {
    font-size: 11px;
    max-width: 280px; }
    .ru .newsletter-legal {
      font-size: 10px;
      margin-bottom: 50px; }
  .newsletter-input {
    border-right-width: 1px;
    margin-bottom: 16px; } }

@media (max-width: 575.98px) {
  .newsletter-input {
    width: 100%; }
  .newsletter .btn {
    width: 100%; } }

.disclaimer-content {
  padding-bottom: 60px;
  padding-top: 60px;
  border: 1px solid #c9c9c9;
  border-width: 1px 0;
  color: #1c1c1c;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: center; }
  .ru .disclaimer-content {
    font-size: 14px;
    line-height: 17px; }
  .disclaimer-content a {
    color: #1c1c1c;
    text-decoration: none;
    white-space: nowrap; }
    .disclaimer-content a:hover {
      text-decoration: underline; }
  .outer_dark .disclaimer-content {
    color: #fff; }
    .outer_dark .disclaimer-content a {
      color: #fff; }

@media (max-width: 1019.98px) {
  .ru .disclaimer-content {
    font-size: 10px;
    font-weight: 300;
    text-align: center; } }

@media (max-width: 767.98px) {
  .disclaimer-content {
    padding-bottom: 40px;
    padding-top: 40px;
    font-weight: 300;
    font-size: 11px;
    line-height: 17px;
    text-align: left; }
    .ru .disclaimer-content {
      font-size: 10px;
      padding-bottom: 30px;
      padding-top: 30px;
      text-align: center; } }

.filter-wrapper {
  margin-bottom: 32px; }
  .ru .filter-wrapper {
    position: relative; }
  @media (max-width: 1019.98px) {
    .filter-wrapper {
      margin-bottom: 24px; } }
  @media (max-width: 767.98px) {
    .filter-wrapper {
      margin-bottom: 16px; }
      .ru .filter-wrapper {
        position: static; } }

.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ru .filter {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -10px; }
  .filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ru .filter-list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: 60px; }
    .filter-list__item {
      color: #000;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 1;
      margin-right: 38px;
      padding: 5px 0 1px;
      text-decoration: none;
      -webkit-transition: color 0.15s ease-in-out;
      -o-transition: color 0.15s ease-in-out;
      transition: color 0.15s ease-in-out; }
      .ru .filter-list__item {
        font-family: quicksand, "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 22px;
        padding-top: 1px;
        margin-top: 10px; }
      .filter-list__item-arrow {
        margin-left: 10px;
        -webkit-transition: opacity 0.15s ease-in-out;
        -o-transition: opacity 0.15s ease-in-out;
        transition: opacity 0.15s ease-in-out; }
      .filter-list__item:hover {
        color: rgba(0, 0, 0, 0.8);
        text-decoration: none; }
        .filter-list__item:hover-arrow {
          opacity: 0.8; }
      .filter-list__item.filter-open {
        color: #b78f00; }
    .filter-list__clear {
      color: #999;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 1;
      opacity: 0;
      padding: 5px 0 1px;
      pointer-events: none;
      text-decoration: none;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .ru .filter-list__clear {
        font-family: quicksand, "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.6;
        padding-top: 1px;
        margin-top: 10px; }
      .filter-list__clear-delete {
        display: block;
        height: 10px;
        margin-bottom: 4px;
        margin-left: 10px;
        width: 10px; }
        .ru .filter-list__clear-delete {
          margin-bottom: 0; }
        .filter-list__clear-delete path {
          fill: transparent;
          stroke: #999;
          stroke-width: 2;
          -webkit-transition: stroke 0.15s ease-in-out;
          -o-transition: stroke 0.15s ease-in-out;
          transition: stroke 0.15s ease-in-out; }
      .filter-list__clear:hover {
        color: #eb5757;
        text-decoration: none; }
        .filter-list__clear:hover .filter-list__clear-delete path {
          stroke: #eb5757; }
      .filter-set .filter-list__clear {
        opacity: 1;
        pointer-events: auto; }
  .filter-values {
    display: none; }
    .filter-values-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: -4px; }
      .filter-values-list__item {
        background: #000;
        color: #fff;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-family: "Josefin Sans", "Open Sans", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 1;
        margin: 4px;
        padding: 8px 10px 6px 8px;
        text-decoration: none;
        text-transform: capitalize;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        white-space: nowrap; }
        .ru .filter-values-list__item {
          font-size: 14px;
          font-family: quicksand, "Open Sans", sans-serif;
          padding-top: 6px; }
        .filter-values-list__item-delete {
          display: block;
          height: 8px;
          margin-bottom: 2px;
          margin-left: 6px;
          width: 8px; }
          .ru .filter-values-list__item-delete {
            margin-bottom: 0; }
          .filter-values-list__item-delete .filter-value-delete-path {
            fill: transparent;
            stroke: #fff;
            stroke-width: 1; }
        .filter-values-list__item:hover {
          background: #e96149;
          color: #fff;
          text-decoration: none; }
  .filter-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .ru .filter-view {
      margin-top: 10px; }
    .filter-view-title {
      color: #999;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 1;
      padding: 5px 0 1px; }
      .ru .filter-view-title {
        font-family: quicksand, "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.6;
        padding-top: 1px; }
    .filter-view-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .filter-view-list__item {
        display: block;
        height: 24px;
        margin-left: 24px;
        width: 24px; }
        .filter-view-list__item rect {
          fill: #999;
          -webkit-transition: all 0.15s ease-in-out;
          -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out; }
        .filter-view-list__item rect.line {
          stroke: #000; }
        .filter-view-list__item rect.square {
          stroke: #000;
          stroke-width: 1.5; }
        .filter-view-list__item.md-active {
          pointer-events: none; }
          .filter-view-list__item.md-active rect {
            fill: #000; }
        .filter-view-list__item:hover rect {
          fill: #b78f00; }
        .filter-view-list__item:hover rect.line,
        .filter-view-list__item:hover rect.square {
          stroke: #b78f00; }
  .filter-toggle {
    display: none; }
    .filter-toggle .line,
    .filter-toggle .square {
      fill: #000; }
  .filter-popup-top {
    display: none; }
  .filter-popup-clear {
    color: #000;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    margin-top: 2px;
    opacity: 0;
    pointer-events: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    .filter-popup-clear:hover {
      color: #000;
      text-decoration: none; }
    .filter-set .filter-popup-clear {
      opacity: 1;
      pointer-events: auto; }
  .filter-popup-title {
    display: none;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.333;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #000; }
    .ru .filter-popup-title {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 20px;
      line-height: 1.6;
      letter-spacing: normal;
      margin-bottom: 10px; }
  .filter-popup-bottom {
    display: none; }
  .filter-popup-list__item {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    margin-top: 8px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 320px;
    z-index: 20; }
    .filter-popup-list__item-title {
      display: none; }
    .filter-popup-list__item.active {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
  .filter-popup-collection, .filter-popup-mood, .filter-popup-effect {
    padding: 0; }
  .filter-collection-current, .filter-mood-current, .filter-effect-current {
    display: none; }
  .filter-collection .dropdown, .filter-mood .dropdown, .filter-effect .dropdown {
    background: #fff;
    border-color: #000;
    height: 280px;
    position: relative; }
    .active .filter-collection .dropdown, .active .filter-mood .dropdown, .active .filter-effect .dropdown {
      pointer-events: auto; }
    .filter-collection .dropdown-list, .filter-mood .dropdown-list, .filter-effect .dropdown-list {
      padding-bottom: 10px;
      padding-top: 10px; }
    .filter-collection .dropdown .mCSB_scrollTools, .filter-mood .dropdown .mCSB_scrollTools, .filter-effect .dropdown .mCSB_scrollTools {
      bottom: 20px;
      top: 20px; }
  .filter-color .colorfilter {
    height: 280px; }
    .active .filter-color .colorfilter {
      pointer-events: auto; }
  .filter-onpage-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -4px;
    width: 100%; }
    .filter-onpage-list__item {
      border: 1px solid #000;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 25%;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      color: #000;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 1;
      height: 32px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 4px;
      padding-top: 2px;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .ru .filter-onpage-list__item {
        font-size: 14px;
        font-weight: 600;
        font-family: quicksand, "Open Sans", sans-serif;
        padding-top: 0; }
      .filter-onpage-list__item.selected {
        background: #000;
        color: #fff;
        pointer-events: none; }
      .filter-onpage-list__item:hover {
        background: #b78f00;
        border-color: #b78f00;
        color: #fff;
        text-decoration: none; }
  @media (max-width: 1019.98px) {
    .filter-view-title {
      display: none; } }
  @media (max-width: 767.98px) {
    .filter-list {
      display: none; }
    .filter-values {
      display: block; }
    .filter-view {
      position: absolute;
      right: 48px;
      top: 78px; }
      .ru .filter-view {
        margin-top: 0;
        top: 66px; }
      .filter-view-list__item {
        margin-left: 16px; }
        .filter-view-list__item:first-child {
          margin-left: 0; }
        .filter-view-list__item.md-active {
          pointer-events: auto; }
          .filter-view-list__item.md-active rect {
            fill: #999; }
        .filter-view-list__item.sm-active {
          pointer-events: none; }
          .filter-view-list__item.sm-active rect {
            fill: #000; }
    .filter-toggle {
      display: block; }
    .filter-popup {
      background: #fff;
      pointer-events: none;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      -webkit-transition: -webkit-transform 0.3s ease-in;
      transition: -webkit-transform 0.3s ease-in;
      -o-transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in;
      transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
      z-index: 300; }
      .filter-popup-container {
        padding-left: 48px;
        padding-right: 48px; }
      .filter-popup-top {
        height: 54px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
        .filter-popup-top .backlink svg {
          margin-left: 0; }
      .filter-popup-title {
        display: block; }
      .filter-popup-content {
        height: -webkit-calc(100vh - 162px);
        height: calc(100vh - 162px);
        overflow: auto;
        position: relative;
        text-align: center; }
      .filter-popup-list__item {
        -webkit-box-shadow: none;
                box-shadow: none;
        left: auto !important;
        margin-bottom: 24px;
        margin-top: 0;
        opacity: 1;
        padding: 0;
        pointer-events: auto;
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        width: 100%; }
        .filter-popup-list__item:last-child {
          margin-bottom: 0; }
        .filter-popup-list__item-title {
          color: #1c1c1c;
          display: block;
          font-family: "Josefin Sans", "Open Sans", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 1;
          margin-bottom: 12px; }
          .ru .filter-popup-list__item-title {
            font-family: quicksand, "Open Sans", sans-serif;
            font-weight: 500;
            text-align: left;
            line-height: 1.6;
            margin-bottom: 5px; }
        .filter-popup-list__item-button {
          display: none; }
      .filter-popup-effect {
        z-index: 27; }
      .filter-popup-collection {
        z-index: 26; }
      .filter-popup-mood {
        z-index: 25; }
      .filter-popup .filter-collection,
      .filter-popup .filter-mood,
      .filter-popup .filter-effect {
        border-bottom: 1px solid #000;
        height: 45px; }
        .filter-popup .filter-collection.active,
        .filter-popup .filter-mood.active,
        .filter-popup .filter-effect.active {
          border-bottom-color: rgba(255, 255, 255, 0); }
        .filter-popup .filter-collection-current,
        .filter-popup .filter-mood-current,
        .filter-popup .filter-effect-current {
          background: #fff;
          border: 1px solid #000;
          border-bottom-width: 0;
          color: #000;
          cursor: pointer;
          font-family: "Josefin Sans", "Open Sans", sans-serif;
          font-weight: 300;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          height: 100%;
          text-transform: uppercase;
          position: relative;
          overflow: hidden; }
          .ru .filter-popup .filter-collection-current, .ru
          .filter-popup .filter-mood-current, .ru
          .filter-popup .filter-effect-current {
            font-family: quicksand, "Open Sans", sans-serif; }
          .filter-popup .filter-collection-current span,
          .filter-popup .filter-mood-current span,
          .filter-popup .filter-effect-current span {
            display: inline-block;
            padding: 5px 48px 0 18px;
            position: relative;
            text-align: left;
            width: 100%;
            z-index: 2; }
            .ru .filter-popup .filter-collection-current span, .ru
            .filter-popup .filter-mood-current span, .ru
            .filter-popup .filter-effect-current span {
              padding-top: 0; }
          .filter-popup .filter-collection-current .arrowdown,
          .filter-popup .filter-mood-current .arrowdown,
          .filter-popup .filter-effect-current .arrowdown {
            margin-top: -3px;
            position: absolute;
            right: 18px;
            top: 50%;
            z-index: 2; }
        .filter-popup .filter-collection .dropdown,
        .filter-popup .filter-mood .dropdown,
        .filter-popup .filter-effect .dropdown {
          position: absolute;
          border-top-width: 0;
          min-width: 0;
          left: 48px;
          right: 48px;
          z-index: 10; }
          .filter-popup .filter-collection .dropdown.active,
          .filter-popup .filter-mood .dropdown.active,
          .filter-popup .filter-effect .dropdown.active {
            z-index: 11; }
          .filter-popup .filter-collection .dropdown .mCSB_scrollTools,
          .filter-popup .filter-mood .dropdown .mCSB_scrollTools,
          .filter-popup .filter-effect .dropdown .mCSB_scrollTools {
            top: 0; }
        .filter-popup .filter-collection .dropdown:not(.active),
        .filter-popup .filter-mood .dropdown:not(.active),
        .filter-popup .filter-effect .dropdown:not(.active) {
          background: transparent;
          border-color: transparent;
          height: 0; }
        .filter-popup .filter-collection .dropdown-list,
        .filter-popup .filter-mood .dropdown-list,
        .filter-popup .filter-effect .dropdown-list {
          padding-top: 0; }
      .filter-popup-onpage {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      .filter-popup-bottom {
        display: block;
        position: fixed;
        bottom: 32px;
        left: 48px;
        right: 48px; }
      .filter-popup.popup-open {
        pointer-events: auto;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    .filter-color .colorfilter {
      height: 140px;
      margin-bottom: 0;
      margin-left: auto;
      margin-right: auto;
      pointer-events: auto;
      position: relative;
      overflow: auto;
      width: 100%;
      max-width: 560px; }
      .filter-color .colorfilter-list {
        display: grid;
        grid-template-columns: repeat(8, 70px);
        width: 560px;
        position: relative;
        overflow: hidden; } }
  @media (max-width: 575.98px) {
    .filter-view {
      right: 20px; }
    .filter-popup-container {
      padding-left: 20px;
      padding-right: 20px; }
    .filter-popup .filter-collection .dropdown,
    .filter-popup .filter-mood .dropdown,
    .filter-popup .filter-effect .dropdown {
      left: 20px;
      right: 20px; }
    .filter-popup-bottom {
      left: 20px;
      right: 20px; } }

.view-list {
  display: none; }
  @media (max-width: 767.98px) {
    .view-list {
      display: block; } }

@media (max-width: 767.98px) {
  .view-grid {
    display: none; } }

.colorfilter {
  margin-bottom: 20px;
  pointer-events: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1; }
  .colorfilter select {
    display: none; }
  .colorfilter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%; }
    .colorfilter-list__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      display: block; }
  .colorfilter-checkbox-wrapper {
    display: block; }
    .colorfilter-checkbox-wrapper input {
      opacity: 0;
      visibility: hidden;
      position: absolute; }
  .colorfilter-checkbox-color {
    height: 70px;
    position: relative;
    width: 70px; }
    .colorfilter-checkbox-color::before {
      background: #fff;
      border: 1px solid #bdbdbd;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      content: "";
      position: absolute;
      left: 0;
      height: 20px;
      margin: 25px;
      opacity: 0;
      -webkit-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      width: 20px; }
    .colorfilter-checkbox-color:hover::before {
      opacity: 0.5; }
    .colorfilter-checkbox-color.selected::before {
      opacity: 1; }

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -24px; }
  .product-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 24px; }
  .catalog-grid .product-list {
    margin: -20px -16px; }
    .catalog-grid .product-list .product-list__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      padding: 20px 16px; }
      .catalog-grid .product-list .product-list__item .product-bottom {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .catalog-grid .product-list .product-list__item .product-price {
        margin-top: 8px; }
  @media (max-width: 1279.98px) {
    .catalog-grid .product-list .product-list__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }
  @media (max-width: 1019.98px) {
    .product-list {
      margin: -20px -16px; }
      .product-list__item {
        padding: 20px 16px; }
      .catalog-grid .product-list {
        margin: -18px -12px; }
        .catalog-grid .product-list .product-list__item {
          padding: 18px 12px; } }
  @media (max-width: 767.98px) {
    .product-list__item .product-bottom {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .ru .product-list__item .product-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .ru .product-list__item .product-bottom .product-rating {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .ru .product-list__item .product-bottom .product-rating-number {
          font-size: 10px;
          font-weight: 500;
          line-height: 1.2;
          display: block;
          margin-left: 0; }
    .product-list__item .product-price {
      margin-top: 8px; }
      .ru .product-list__item .product-price {
        margin-top: 0; }
    .catalog-grid .product-list .product-list__item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%; } }
  @media (max-width: 575.98px) {
    .product-list {
      margin: -8px 0; }
      .product-list__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        padding: 8px 0; }
        .product-list__item .product-bottom {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; }
        .product-list__item .product-price {
          margin-top: 0; }
      .catalog-grid .product-list {
        margin: -8px -5px; }
        .catalog-grid .product-list .product-list__item {
          padding: 8px 5px; } }

.ru.catalog-grid .product-list .product-list__item .product-bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ru.catalog-grid .product-list .product-list__item .product-bottom .product-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .ru.catalog-grid .product-list .product-list__item .product-bottom .product-rating-number {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-left: 0; }

.ru.catalog-grid .product-list .product-list__item .product-price {
  margin-top: 0; }

.pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination-list__item {
    color: #1c1c1c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    height: 48px;
    min-width: 48px;
    text-decoration: none; }
    .ru .pagination-list__item {
      font-weight: 700; }
    .pagination-list__item-prev {
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      display: none;
      line-height: 14px;
      margin-right: 16px;
      padding-top: 2px;
      text-decoration: underline; }
      .ru .pagination-list__item-prev {
        font-family: quicksand, "Open Sans", sans-serif;
        line-height: 17px;
        padding-top: 0; }
    .pagination-list__item-next {
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      margin-left: 16px;
      padding-top: 2px;
      text-decoration: underline; }
      .ru .pagination-list__item-next {
        font-family: quicksand, "Open Sans", sans-serif;
        line-height: 17px;
        padding-top: 0; }
    .pagination-list__item.current {
      background: #000;
      color: #fff !important; }
    .pagination-list__item:hover {
      color: #b78f00;
      text-decoration: none; }
  .pagination-list__count {
    display: none; }
  .pagination-list-separator {
    color: #1c1c1c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    font-size: 21px;
    line-height: 26px;
    min-width: 32px;
    height: 48px; }
  @media (max-width: 767.98px) {
    .pagination-list__item {
      font-size: 14px;
      line-height: 17px;
      height: 32px;
      min-width: 32px; }
      .pagination-list__item-prev {
        margin-right: 8px;
        padding-top: 0; }
      .pagination-list__item-next {
        margin-left: 8px;
        padding-top: 0; }
    .pagination-list-separator {
      font-size: 14px;
      line-height: 17px;
      height: 32px;
      min-width: 16px; } }
  @media (max-width: 575.98px) {
    .pagination-list__item-page {
      display: none; }
    .pagination-list__item-next {
      position: absolute;
      right: 20px; }
    .pagination-list__item-prev {
      position: absolute;
      left: 20px; }
    .pagination-list-separator {
      display: none; }
    .pagination-list__count {
      font-size: 14px;
      font-weight: bold;
      line-height: 17px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 32px; } }

.heading-gradient {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative; }
  .heading-gradient::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .heading-gradient-content {
    position: relative;
    z-index: 1; }
  .heading-gradient-title {
    color: #000;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 166px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -8.73202px;
    text-transform: capitalize;
    text-shadow: 0 18.8154px 37.6309px rgba(0, 0, 0, 0.15); }
  .heading-gradient-text {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
    text-transform: capitalize;
    color: #1c1c1c; }
  .heading-gradient .heading-gradient-title + .heading-gradient-text {
    margin-top: 16px; }
  @media (max-width: 1279.98px) {
    .heading-gradient {
      padding-top: 90px; }
      .heading-gradient-title {
        font-size: 128px;
        letter-spacing: -6.5px;
        text-shadow: 0 14px 28px rgba(0, 0, 0, 0.15); }
      .heading-gradient-text {
        font-size: 28px; }
      .heading-gradient .heading-gradient-title + .heading-gradient-text {
        margin-top: 12px; } }
  @media (max-width: 1019.98px) {
    .heading-gradient {
      padding-top: 100px; }
      .heading-gradient-title {
        font-size: 88px;
        letter-spacing: -4.64088px;
        text-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); }
      .heading-gradient-text {
        font-size: 20px; }
      .heading-gradient .heading-gradient-title + .heading-gradient-text {
        margin-top: 8px; } }
  @media (max-width: 767.98px) {
    .heading-gradient {
      padding-bottom: 48px;
      padding-top: 60px; }
      .heading-gradient-title {
        font-size: 66px;
        letter-spacing: -3.33px;
        text-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); }
      .heading-gradient-text {
        font-size: 16px;
        line-height: 1.4; }
      .heading-gradient .heading-gradient-title + .heading-gradient-text {
        margin-top: 6px; } }
  @media (max-width: 575.98px) {
    .heading-gradient {
      padding-bottom: 24px;
      padding-top: 24px; }
      .heading-gradient-title {
        font-size: 44px;
        letter-spacing: -2.22px;
        text-shadow: 0 4.8px 9.6px rgba(0, 0, 0, 0.15); }
      .heading-gradient-text {
        font-size: 14px;
        line-height: 1.3; }
      .heading-gradient .heading-gradient-title + .heading-gradient-text {
        margin-top: 4px; } }

.heading-photo {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 28px 0 390px;
  position: relative; }
  .heading-photo-content {
    position: relative;
    z-index: 1; }
  .heading-photo-title {
    color: #000;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-size: 64px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase; }
  @media (max-width: 1279.98px) {
    .heading-photo {
      padding-bottom: 330px; }
      .heading-photo-title {
        font-size: 60px; } }
  @media (max-width: 1019.98px) {
    .heading-photo {
      padding-bottom: 280px; }
      .heading-photo-title {
        font-size: 48px; } }
  @media (max-width: 767.98px) {
    .heading-photo {
      padding-bottom: 240px; }
      .heading-photo-title {
        font-size: 36px;
        letter-spacing: 3px; } }
  @media (max-width: 575.98px) {
    .heading-photo {
      padding-bottom: 164px;
      padding-top: 16px; }
      .heading-photo-title {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1px; } }

.quote {
  border-left: 8px solid #b78f00;
  margin: 48px auto;
  padding-left: 9px;
  width: 337px; }
  .quote-text {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #000; }
    .ru .quote-text {
      font-family: quicksand, "Open Sans", sans-serif;
      font-weight: 500;
      font-style: normal; }
  .quote-author {
    font-weight: 300;
    font-size: 13px;
    line-height: 17px; }
  .quote-text + .quote-author {
    margin-top: 10px; }
  @media (max-width: 1019.98px) {
    .quote {
      margin-bottom: 32px;
      margin-top: 32px; } }
  @media (max-width: 767.98px) {
    .quote {
      margin-bottom: 16px;
      margin-top: 16px; } }
  @media (max-width: 575.98px) {
    .quote {
      border-left-width: 6px;
      padding-left: 8px;
      width: auto; }
      .quote-text {
        font-size: 14px; }
      .quote-author {
        font-size: 11px; }
      .quote-text + .quote-author {
        margin-top: 4px; } }

.wp-block-pullquote {
  border-left: 8px solid #b78f00;
  margin: 48px auto;
  padding-left: 9px;
  width: 337px; }
  .wp-block-pullquote blockquote {
    background: none;
    padding: 0;
    margin: 0; }
  .wp-block-pullquote p {
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #000; }
    .ru .wp-block-pullquote p {
      font-family: quicksand, "Open Sans", sans-serif;
      font-weight: 500;
      font-style: normal; }
  .wp-block-pullquote cite {
    font-weight: 300;
    font-size: 13px;
    line-height: 17px; }
  .wp-block-pullquote p + cite {
    margin-top: 10px; }
  @media (max-width: 1019.98px) {
    .wp-block-pullquote {
      margin-bottom: 32px;
      margin-top: 32px; } }
  @media (max-width: 767.98px) {
    .wp-block-pullquote {
      margin-bottom: 16px;
      margin-top: 16px; } }
  @media (max-width: 575.98px) {
    .wp-block-pullquote {
      border-left-width: 6px;
      padding-left: 8px;
      width: auto; }
      .wp-block-pullquote p {
        font-size: 14px; }
      .wp-block-pullquote cite {
        font-size: 11px; }
      .wp-block-pullquote p + cite {
        margin-top: 4px; } }

.share-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .share-list__item {
    display: block;
    margin: 0 5px;
    text-align: center; }
    .share-list__item:first-child {
      margin-left: 0; }
    .share-list__item:last-child {
      margin-right: 0; }
    .share-list__item svg {
      display: block;
      height: 49px;
      margin: 0 auto;
      width: 49px; }
      .share-list__item svg path {
        -webkit-transition: fill 0.15s ease-in-out;
        -o-transition: fill 0.15s ease-in-out;
        transition: fill 0.15s ease-in-out; }
    .share-list__item:hover svg path {
      fill: #b78f00; }

.advantages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  width: 100%; }
  .advantages-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 80px;
    text-align: center;
    width: 70px; }
    .advantages-list__item:first-child {
      margin-left: 0; }
    .advantages-list__item:last-child {
      margin-right: 0; }
    .advantages-list__item-top {
      margin-bottom: 24px;
      height: 65px; }
      .advantages-list__item-top-image {
        display: block;
        max-width: 100%;
        height: auto; }
  @media (max-width: 1019.98px) {
    .advantages-list {
      margin-top: 32px; }
      .advantages-list__item {
        margin: 0 48px; }
        .advantages-list__item:first-child {
          margin-left: 0; }
        .advantages-list__item:last-child {
          margin-right: 0; } }
  @media (max-width: 767.98px) {
    .advantages-list {
      margin-top: 16px; }
      .advantages-list__item {
        font-size: 14px;
        margin: 0 24px; }
        .advantages-list__item:first-child {
          margin-left: 0; }
        .advantages-list__item:last-child {
          margin-right: 0; }
        .advantages-list__item-top {
          height: 50px;
          margin-bottom: 8px;
          width: 48px; } }

.instagram-list {
  margin-bottom: 60px; }
  .instagram-list-row {
    margin: -14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .instagram-list-col {
    padding: 14px; }
  .instagram-list__item {
    display: block;
    width: 100%;
    max-width: 320px; }
    .instagram-list__item-image {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 1019.98px) {
    .instagram-list {
      max-width: 672px;
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 575.98px) {
    .instagram-list {
      margin-bottom: 16px; }
      .instagram-list-row {
        margin: -8px -6px; }
      .instagram-list-col {
        padding: 8px 6px; } }

.wysiwyg-icons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin: 0 auto -60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .wysiwyg-icons-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .wysiwyg-icons-list__item-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 30px; }
    .wysiwyg-icons-list__item-icon {
      display: block;
      width: auto;
      height: 64px;
      margin-right: 24px; }
  @media (max-width: 1019.98px) {
    .wysiwyg-icons-list {
      max-width: 680px;
      margin-bottom: -32px; }
      .wysiwyg-icons-list__item-content {
        margin: 0 20px; } }
  @media (max-width: 767.98px) {
    .wysiwyg-icons-list {
      margin-left: -20px;
      margin-right: -20px;
      max-width: none; }
      .wysiwyg-icons-list__item-icon {
        height: 48px;
        margin-right: 16px; }
      .wysiwyg-icons-list__item-text {
        font-size: 14px; } }
  @media (max-width: 575.98px) {
    .wysiwyg-icons-list {
      margin-left: auto;
      margin-right: auto;
      max-width: 374px;
      margin-bottom: -24px; }
      .wysiwyg-icons-list__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .wysiwyg-icons-list__item-content {
          margin: 0; }
        .wysiwyg-icons-list__item-icon {
          height: 40px; } }

.input-password {
  position: relative; }
  .input-password-toggle {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -15px; }
  .input-password-svg {
    position: absolute;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
    .input-password-svg path {
      fill: transparent;
      stroke: #000;
      stroke-width: 1; }
    .input-password-svg circle {
      fill: #000; }
  .input-password-hidden {
    opacity: 1;
    pointer-events: auto; }
  .input-password-visible {
    opacity: 0;
    pointer-events: none; }
  .input-password.show-password .input-password-hidden {
    opacity: 0;
    pointer-events: none; }
  .input-password.show-password .input-password-visible {
    opacity: 1;
    pointer-events: auto; }

.tabs {
  position: relative;
  overflow: auto;
  margin-bottom: 24px; }
  .tabs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .tabs-list__item {
      border-bottom: 4px solid transparent;
      color: rgba(0, 0, 0, 0.7);
      display: block;
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.3;
      margin-right: 32px;
      padding-bottom: 8px;
      text-decoration: none;
      white-space: nowrap; }
      .ru .tabs-list__item {
        font-style: 16px;
        font-weight: 500;
        font-family: quicksand, "Open Sans", sans-serif; }
      .tabs-list__item .indicator {
        position: absolute; }
      .tabs-list__item:last-child {
        margin-right: 0; }
      .tabs-list__item.selected {
        border-bottom-color: #000;
        color: black; }
      .desktop .tabs-list__item {
        -webkit-transition: color 0.15s ease-in-out;
        -o-transition: color 0.15s ease-in-out;
        transition: color 0.15s ease-in-out; }
        .desktop .tabs-list__item:hover {
          color: black;
          text-decoration: none; }
  .tabs + .tabs {
    border-top: 1px solid #c9c9c9;
    padding-top: 24px; }
  @media (max-width: 1019.98px) {
    .tabs {
      margin-bottom: 16px; }
      .tabs + .tabs {
        padding-top: 16px; }
      .tabs-list__item {
        padding-bottom: 3px; } }
  @media (max-width: 575.98px) {
    .tabs {
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 12px; }
      .tabs + .tabs {
        padding-top: 12px; }
      .tabs-list {
        margin: 0 20px; }
        .tabs-list__item {
          font-size: 16px;
          margin-right: 24px;
          position: relative; }
          .tabs-list__item:last-child {
            margin-right: 0; }
          .tabs-list__item::after {
            content: "";
            display: block;
            position: absolute;
            pointer-events: none;
            right: -20px;
            width: 20px;
            height: 1px;
            top: 0; } }

.video__item {
  color: #000;
  display: block;
  font-family: "Josefin Sans", "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 32px;
  text-decoration: none; }
  .ru .video__item {
    font-family: quicksand, "Open Sans", sans-serif; }
  .video__item-image {
    position: relative;
    margin-bottom: 24px; }
    .video__item-image img {
      display: block;
      width: 100%;
      height: auto; }
    .video__item-image svg {
      height: 16px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -11.5px;
      -webkit-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out;
      width: 23px; }
      .video__item-image svg path {
        fill: #f2f2f2; }
  .video-big .video__item {
    margin-top: 0; }
    .video-big .video__item-image svg {
      height: 32px;
      margin: -16px 0 0 -23px;
      width: 46px; }
  .desktop .video__item:hover {
    color: #000;
    text-decoration: underline; }
  @media (max-width: 1019.98px) {
    .video__item-image {
      margin-bottom: 16px; } }
  @media (max-width: 575.98px) {
    .video__item {
      font-size: 14px;
      margin-top: 24px; }
      .video__item-image {
        margin-bottom: 4px; }
        .video__item-image svg {
          height: 13px;
          margin: -6.5px 0 0 -9.5px;
          width: 19px; }
      .video-big .video__item {
        margin-top: 0; }
        .video-big .video__item svg {
          height: 26px;
          margin: -13px 0 0 -19px;
          width: 38px; } }

.popup {
  background: #fff;
  color: #000;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 210; }
  .popup-container {
    height: 100%; }
  .popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    position: relative;
    width: 100%; }
  .popup-top {
    margin-bottom: 24px;
    padding-top: 40px; }
  .popup-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .popup-center-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .popup-center .youtube-wrapper {
      height: 0;
      position: relative;
      padding-bottom: 56.25%;
      width: 100%; }
  .popup-bottom {
    margin-top: 32px;
    padding-bottom: 40px;
    text-align: center; }
    .popup-bottom .share {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .popup-bottom .share-title {
        margin-bottom: 0;
        margin-right: 32px;
        padding-top: 6px; }
  .popup.active {
    pointer-events: auto;
    opacity: 1; }

@media (max-width: 1019.98px) and (orientation: portrait) {
  .popup-center {
    margin-left: -48px;
    margin-right: -48px; }
    .popup-center-video {
      width: 100% !important; }
  .popup-bottom .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popup-bottom .share-title {
      margin-bottom: 4px;
      margin-right: 0;
      padding-top: 0; } }
  @media (max-width: 575.98px) {
    .popup-top {
      margin-bottom: 20px;
      padding-top: 20px; }
    .popup-bottom {
      margin-top: 20px;
      padding-bottom: 20px; } }

@media (max-width: 575.98px) and (orientation: portrait) {
  .popup-center {
    margin-left: -20px;
    margin-right: -20px; } }

.reviews-list {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 32px;
  margin-bottom: 40px; }
  .reviews-list__item {
    border-top: 1px solid #c9c9c9;
    color: #000;
    padding: 24px 0; }
    .reviews-list__item-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 16px; }
    .reviews-list__item-image {
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: block;
      height: 64px;
      width: 64px;
      margin-right: 16px; }
    .reviews-list__item-author {
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 1.3;
      margin-top: 4px; }
      .ru .reviews-list__item-author {
        font-family: quicksand, "Open Sans", sans-serif;
        margin-top: 5px; }
    .reviews-list__item-date {
      font-size: 12px;
      line-height: 15px; }
    .reviews-list__item-title {
      font-family: "Josefin Sans", "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 3px; }
      .ru .reviews-list__item-title {
        font-family: quicksand, "Open Sans", sans-serif;
        margin-bottom: 10px; }
    .reviews-list__item-text {
      margin-bottom: 16px; }
      .ru .reviews-list__item-text {
        font-weight: 300;
        margin-bottom: 10px; }
    .reviews-list__item-report {
      color: #000;
      text-decoration: underline;
      font-family: "Josefin Sans", "Open Sans", sans-serif; }
      .ru .reviews-list__item-report {
        font-size: 14px;
        font-family: quicksand, "Open Sans", sans-serif; }
      .desktop .reviews-list__item-report:hover {
        color: #000;
        text-decoration: none; }
    .reviews-list__item.sublevel {
      border-top: none;
      padding-top: 8px; }
    .reviews-list__item.level-1 {
      margin-left: 60px; }
    .reviews-list__item.level-2 {
      margin-left: 120px; }
    .reviews-list__item.level-3 {
      margin-left: 180px; }
  @media (max-width: 767.98px) {
    .reviews-list__item.level-1 {
      margin-left: 40px; }
    .reviews-list__item.level-2 {
      margin-left: 80px; }
    .reviews-list__item.level-3 {
      margin-left: 120px; } }
  @media (max-width: 575.98px) {
    .reviews-list {
      padding-bottom: 24px;
      margin-bottom: 32px; }
      .reviews-list__item {
        padding: 16px 0; }
        .reviews-list__item-top {
          margin-bottom: 14px; }
        .reviews-list__item-image {
          height: 48px;
          width: 48px;
          margin-right: 12px; }
        .reviews-list__item-author {
          font-weight: 500;
          font-size: 14px;
          line-height: 19px;
          margin-top: 3px; }
        .reviews-list__item-date {
          font-size: 10px;
          line-height: 12px;
          margin-top: 2px; }
        .reviews-list__item-title {
          font-size: 16px;
          line-height: 1;
          margin-bottom: 13px; }
        .reviews-list__item-text {
          font-size: 14px;
          line-height: 1.3;
          margin-bottom: 10px; }
        .reviews-list__item-report {
          font-size: 14px;
          line-height: 1; }
        .reviews-list__item.sublevel {
          border-top: 1px dashed #c9c9c9;
          padding-top: 16px; }
        .reviews-list__item.level-1 {
          margin-left: 20px; }
        .reviews-list__item.level-2 {
          margin-left: 40px; }
        .reviews-list__item.level-3 {
          margin-left: 60px; } }

.reviews-more {
  text-align: center; }
  .reviews-more-link {
    color: #000;
    text-decoration: underline;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1; }
    .ru .reviews-more-link {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 14px; }
    .desktop .reviews-more-link:hover {
      color: #000;
      text-decoration: none; }
  @media (max-width: 575.98px) {
    .reviews-more {
      font-size: 14px; } }

.profile-header {
  margin-bottom: 32px; }
  .profile-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .profile-header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .profile-header-avatar {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: block;
    height: 64px;
    width: 64px;
    margin-right: 16px; }
  .profile-header-name {
    color: #1c1c1c;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 8px; }
    .ru .profile-header-name {
      font-family: quicksand, "Open Sans", sans-serif; }
  .profile-header-edit {
    color: #1c1c1c;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-decoration: underline; }
    .ru .profile-header-edit {
      font-family: quicksand, "Open Sans", sans-serif; }
    .profile-header-edit:hover {
      color: #1c1c1c;
      text-decoration: none; }
  .profile-header-bonus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #1c1c1c;
    font-family: "Josefin Sans", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-transform: uppercase; }
    .ru .profile-header-bonus {
      font-family: quicksand, "Open Sans", sans-serif;
      font-size: 18px; }
    .profile-header-bonus svg {
      margin-bottom: 3px;
      margin-left: 8px;
      width: 12px;
      height: 15px; }
      .ru .profile-header-bonus svg {
        margin-bottom: 0; }
      .profile-header-bonus svg path {
        fill: #d6a700; }
    .profile-header-bonus .bonus-number {
      display: block;
      margin-left: 5px;
      color: #d6a700;
      font-size: 23px;
      font-weight: 300;
      line-height: 1.3; }
      .ru .profile-header-bonus .bonus-number {
        font-size: 20px; }
  @media (max-width: 575.98px) {
    .profile-header-bonus {
      position: absolute;
      right: 20px;
      margin-top: -35px; } }
