/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.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-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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url(/wp-content/themes/zajawa/dist/_/node_modules/slick-carousel/slick/ajax-loader.gif?ver=c5cd7f53) center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url(/wp-content/themes/zajawa/dist/_/node_modules/slick-carousel/slick/fonts/slick.eot?ver=ced611da);
  src: url(/wp-content/themes/zajawa/dist/_/node_modules/slick-carousel/slick/fonts/slick.eot?ver=ced611da?#iefix) format("embedded-opentype"), url(/wp-content/themes/zajawa/dist/_/node_modules/slick-carousel/slick/fonts/slick.woff?ver=b7c9e1e4) format("woff"), url(/wp-content/themes/zajawa/dist/_/node_modules/slick-carousel/slick/fonts/slick.ttf?ver=d41f55a7) format("truetype"), url(/wp-content/themes/zajawa/dist/_/node_modules/slick-carousel/slick/fonts/slick.svg?ver=f97e3bbf#slick) format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px; }

body {
  background-image: url(/wp-content/themes/zajawa/dist/assets/img/page_bg.jpg?ver=54333e2d);
  background-size: 100% auto;
  background-repeat: repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  scrollbar-color: #d4a75f #310F16;
  scrollbar-width: thin;
  max-width: 100vw;
  overflow-x: hidden;
  background-position: 140% 0; }
  body::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  body::-webkit-scrollbar-button {
    width: 0px;
    height: 0px; }
  body::-webkit-scrollbar-thumb {
    background: #d4a75f;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  body::-webkit-scrollbar-thumb:hover {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #d7ae6b; }
  body::-webkit-scrollbar-thumb:active {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: #dab477; }
  body::-webkit-scrollbar-track {
    background: #310F16;
    border-radius: 8px;
    margin-top: -8px;
    margin-bottom: -8px; }
  body::-webkit-scrollbar-track:hover {
    background: #310F16; }
  body::-webkit-scrollbar-track:active {
    background: #310F16; }
  body::-webkit-scrollbar-corner {
    background: #310F16; }

#content {
  overflow: hidden; }

.sections > section {
  padding-left: 15px;
  padding-right: 15px; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

@font-face {
  font-family: "Times";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/zajawa/dist/assets/fonts/times-bold.ttf?ver=de4eaf7c);
  font-display: swap; }

@font-face {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/zajawa/dist/assets/fonts/time.ttf?ver=6e0b249d);
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url(/wp-content/themes/zajawa/dist/assets/fonts/OpenSans-Light.ttf?ver=2d0bdc8d);
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/zajawa/dist/assets/fonts/OpenSans-Regular.ttf?ver=3ed9575d);
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(/wp-content/themes/zajawa/dist/assets/fonts/OpenSans-SemiBold.ttf?ver=ba5cde21);
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/zajawa/dist/assets/fonts/OpenSans-Bold.ttf?ver=1025a6e0);
  font-display: swap; }

* {
  font-family: "Open Sans", sans-serif; }

a {
  color: inherit;
  text-decoration: inherit; }

.praktykant {
  font-size: 0.666em;
  text-transform: lowercase;
  font-weight: 300;
  margin-left: 12px; }

.white {
  color: white; }

h2,
h2 a {
  color: white !important;
  font-family: "Open Sans", sans-serif !important; }

.btn {
  background: #d4a75f !important;
  font-family: "Open Sans", sans-serif !important; }

.neon {
  -webkit-animation: neon 4s infinite;
          animation: neon 4s infinite; }

@-webkit-keyframes neon {
  0% {
    filter: brightness(75%) contrast(1) saturate(0); }
  50% {
    filter: brightness(100%) contrast(1) saturate(1.2); }
  100% {
    filter: brightness(75%) contrast(1) saturate(0); } }

@keyframes neon {
  0% {
    filter: brightness(75%) contrast(1) saturate(0); }
  50% {
    filter: brightness(100%) contrast(1) saturate(1.2); }
  100% {
    filter: brightness(75%) contrast(1) saturate(0); } }

@-webkit-keyframes shake {
  0%,
  50% {
    transform: translateX(0); }
  5%,
  15%,
  25%,
  35% {
    transform: translateX(-5px); }
  10%,
  20%,
  30% {
    transform: translateX(5px); }
  40% {
    transform: translateX(4px); }
  45% {
    transform: translateX(-4px); } }

@keyframes shake {
  0%,
  50% {
    transform: translateX(0); }
  5%,
  15%,
  25%,
  35% {
    transform: translateX(-5px); }
  10%,
  20%,
  30% {
    transform: translateX(5px); }
  40% {
    transform: translateX(4px); }
  45% {
    transform: translateX(-4px); } }

@-webkit-keyframes flipIn {
  0% {
    transform: rotate3d(0, 1, 0, 180deg); }
  100% {
    transform: rotate3d(0, 1, 0, 0deg); } }

@keyframes flipIn {
  0% {
    transform: rotate3d(0, 1, 0, 180deg); }
  100% {
    transform: rotate3d(0, 1, 0, 0deg); } }

@-webkit-keyframes flipOut {
  0% {
    transform: rotate3d(0, 1, 0, 0deg); }
  100% {
    transform: rotate3d(0, 1, 0, 180deg); } }

@keyframes flipOut {
  0% {
    transform: rotate3d(0, 1, 0, 0deg); }
  100% {
    transform: rotate3d(0, 1, 0, 180deg); } }

.header {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #d4a75f;
  position: fixed;
  z-index: 1337;
  width: 100%; }
  @media screen and (max-width: 1350px) {
    .header {
      justify-content: flex-start; } }
  .header__bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #0e0607;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .header__nav {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 1100px) {
      .header__nav {
        width: 100%; } }
  .header__wrapper {
    display: flex; }
  .header__logo {
    margin: 0 30px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1350px) {
      .header__logo {
        order: 1; } }
    @media screen and (max-width: 500px) {
      .header__logo {
        margin: 0 15px; } }
    .header__logo img {
      max-height: 79px; }
      @media screen and (max-width: 500px) {
        .header__logo img {
          max-height: 64px; } }
  .header__widget {
    text-align: right; }
    @media screen and (min-width: 1101px) {
      .header__widget {
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translateY(-50%); } }
    @media screen and (max-width: 1100px) {
      .header__widget {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: auto; } }
    .header__widget p {
      font-size: 14px;
      line-height: 1.5714285714;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      color: #fff;
      margin: 0 0 8px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      @media screen and (max-width: 420px) {
        .header__widget p {
          display: none; } }
    .header__widget a {
      display: block;
      font-size: 14px;
      line-height: 1.5714285714;
      font-family: "Open Sans", sans-serif; }
    .header__widget .ylw {
      color: #d4a75f;
      font-weight: 700;
      margin-left: auto;
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      -webkit-animation: shake 5s 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
              animation: shake 5s 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
      justify-content: flex-end; }
      @media screen and (max-width: 420px) {
        .header__widget .ylw {
          font-size: 0; } }
      .header__widget .ylw::before {
        content: " ";
        margin-right: 8px;
        width: 22px;
        height: 22px;
        background: url(/wp-content/themes/zajawa/dist/assets/img/phone.svg?ver=f5c271bc) center no-repeat;
        background-size: contain;
        filter: invert(87%) sepia(48%) saturate(3100%) hue-rotate(317deg) brightness(99%) contrast(67%); }
      @media screen and (max-width: 1100px) {
        .header__widget .ylw {
          margin-left: 0; } }
    .header__widget .gry {
      color: #707070;
      margin-left: auto;
      font-weight: 700;
      display: flex;
      align-items: center;
      -webkit-animation: shake 5s 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
              animation: shake 5s 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
      justify-content: flex-end; }
      @media screen and (max-width: 420px) {
        .header__widget .gry {
          font-size: 0; } }
      .header__widget .gry::before {
        content: " ";
        margin-right: 8px;
        width: 22px;
        height: 22px;
        background: url(/wp-content/themes/zajawa/dist/assets/img/mail.svg?ver=7cf22da6) center no-repeat;
        background-size: contain;
        filter: invert(46%) sepia(0%) saturate(1%) hue-rotate(168deg) brightness(93%) contrast(86%); }
      @media screen and (max-width: 1100px) {
        .header__widget .gry {
          margin-left: 0; } }
  .header__hamburger {
    filter: invert(1);
    height: 80px;
    width: 80px;
    /* 제 7 판 */ }
    @media screen and (min-width: 1101px) {
      .header__hamburger {
        display: none; } }
    .header__hamburger svg {
      position: absolute;
      height: 80px;
      width: 80px; }
    .header__hamburger .plate {
      height: 80px;
      width: 80px; }
    .header__hamburger .x {
      transform: scale(0);
      transition: transform 400ms; }
    .header__hamburger .active .x {
      transform: scale(1);
      transition: transform 400ms 350ms; }
    .header__hamburger .line {
      fill: none;
      stroke: black;
      stroke-width: 6px;
      stroke-linecap: round;
      stroke-linejoin: round;
      transform-origin: 50%;
      transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms; }
    .header__hamburger .x .line {
      stroke-width: 5.5px; }
    .header__hamburger .plate7 .line {
      transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms; }
    .header__hamburger .plate7 .line1 {
      stroke-dasharray: 21 102; }
    .header__hamburger .plate7 .line2 {
      stroke-dasharray: 21 92; }
    .header__hamburger .plate7 .line3 {
      stroke-dasharray: 21 97; }
    .header__hamburger .plate7 .line4 {
      stroke-dasharray: 21 97; }
    .header__hamburger .plate7 .line5 {
      stroke-dasharray: 21 92; }
    .header__hamburger .plate7 .line6 {
      stroke-dasharray: 21 102; }
    .header__hamburger .plate7 .x {
      transition: transform 400ms 50ms; }
    .header__hamburger .active.plate7 .line {
      transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms; }
    .header__hamburger .active.plate7 .line1 {
      stroke-dasharray: 2 102;
      stroke-dashoffset: -102px; }
    .header__hamburger .active.plate7 .line2 {
      stroke-dasharray: 2 92;
      stroke-dashoffset: -92px; }
    .header__hamburger .active.plate7 .line3 {
      stroke-dasharray: 2 97;
      stroke-dashoffset: -97px;
      transition-delay: 20ms; }
    .header__hamburger .active.plate7 .line4 {
      stroke-dasharray: 2 97;
      stroke-dashoffset: -97px;
      transition-delay: 20ms; }
    .header__hamburger .active.plate7 .line5 {
      stroke-dasharray: 2 92;
      stroke-dashoffset: -90px;
      transition-delay: 40ms; }
    .header__hamburger .active.plate7 .line6 {
      stroke-dasharray: 2 102;
      stroke-dashoffset: -100px;
      transition-delay: 40ms; }
    .header__hamburger .active.plate7 .x {
      transition: transform 400ms 50ms; }
    .header__hamburger.active + .header__mobile {
      transform: scale3d(1, 1, 1);
      opacity: 1; }
  .header__mobile {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #310F16;
    transform: scale3d(0, 1, 1);
    transition: all 0.4s;
    transform-origin: right;
    opacity: 0;
    border-bottom: 2px solid #d4a75f; }
    @media screen and (min-width: 1101px) {
      .header__mobile {
        display: none; } }
  .header .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1100px) {
      .header .menu {
        flex-direction: column; } }
    .header .menu-wrapper {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1350px) {
        .header .menu-wrapper {
          order: 2; } }
      @media screen and (max-width: 1100px) {
        .header .menu-wrapper {
          display: none; } }
    .header .menu__item {
      margin: 0 6px; }
      @media screen and (max-width: 1100px) {
        .header .menu__item {
          width: 100%; } }
      @media screen and (max-width: 1100px) {
        .header .menu__item {
          width: 100%;
          max-width: unset; } }
      .header .menu__item.tattoo-form-gtm a {
        color: white !important; }
      .header .menu__item.tattoo-form-gtm:hover a {
        color: #d4a75f !important; }
      .header .menu__item__link {
        color: #fff;
        padding: 15px;
        display: flex;
        font-size: 17px;
        line-height: 1.1764705882;
        font-weight: 700;
        text-align: center; }
        @media screen and (min-width: 1101px) {
          .header .menu__item__link {
            max-width: 110px; } }
        @media screen and (max-width: 920px) {
          .header .menu__item__link {
            font-size: 15px; } }
        .header .menu__item__link:hover {
          color: #d4a75f; }
      @media screen and (min-width: 1101px) {
        .header .menu__item.icon-home {
          font-size: 0;
          background: url(/wp-content/themes/zajawa/dist/assets/img/home.svg?ver=9d35b4f2) center no-repeat;
          background-size: contain;
          width: 22px;
          height: 17px;
          filter: invert(100%); }
          .header .menu__item.icon-home:hover {
            filter: invert(75%) sepia(52%) saturate(443%) hue-rotate(347deg) brightness(87%) contrast(89%); }
          .header .menu__item.icon-home.current-menu-item {
            filter: invert(75%) sepia(52%) saturate(443%) hue-rotate(347deg) brightness(87%) contrast(89%); }
          .header .menu__item.icon-home .menu__item__link {
            padding: 0;
            font-size: 0;
            width: 22px;
            height: 17px; } }
      .header .menu__item.current-menu-item .menu__item__link {
        color: #d4a75f; }

.btn {
  border: 2px solid #d4a75f;
  background: #310F16;
  display: inline-flex;
  align-items: center;
  font-size: 26px;
  line-height: 1.1538461538;
  font-weight: 700;
  padding: 16px 34px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .btn {
      font-size: 22px;
      padding: 10px 22px; } }
  @media screen and (max-width: 500px) {
    .btn {
      font-size: 16px;
      padding: 8px 12px; } }
  .btn:hover {
    background-image: linear-gradient(#ba884e, #ebad64); }
  .btn::before {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px; }
  .btn--calendar::before {
    content: " ";
    width: 23px;
    height: 24px;
    background-image: url(/wp-content/themes/zajawa/dist/assets/img/calendar.svg?ver=f38c7389); }
  .btn--cart::before {
    content: " ";
    width: 30px;
    height: 25px;
    background-image: url(/wp-content/themes/zajawa/dist/assets/img/cart.svg?ver=e1ed23b9); }
  .btn--reverse {
    background-image: linear-gradient(#ba884e, #ebad64); }
    .btn--reverse:hover {
      background: #310F16; }

.slick-slider .slick-track {
  display: flex; }

.slick-slider .slick-slide {
  height: inherit; }
  .slick-slider .slick-slide > div {
    height: 100%; }

.slick-slider .slick-arrow {
  z-index: 3;
  width: 58px;
  height: 58px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s; }
  @media screen and (max-width: 700px) {
    .slick-slider .slick-arrow {
      width: 48px;
      height: 48px; } }
  @media screen and (max-width: 500px) {
    .slick-slider .slick-arrow {
      width: 38px;
      height: 38px; } }
  .slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
    background: #000; }
  .slick-slider .slick-arrow::before {
    display: none; }
  .slick-slider .slick-arrow::after {
    content: " ";
    width: 11px;
    height: 22px;
    background: url(/wp-content/themes/zajawa/dist/assets/img/arrow.svg?ver=8184119a) center no-repeat;
    background-size: contain; }

.slick-slider .slick-prev {
  left: 45px; }

.slick-slider .slick-next {
  right: 45px; }
  .slick-slider .slick-next::after {
    transform: rotate(180deg); }

.slick-slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 25%;
  z-index: 2;
  width: auto;
  display: flex;
  align-items: center; }
  .slick-slider .slick-dots li {
    margin: 0 10px;
    height: auto;
    width: auto; }
    .slick-slider .slick-dots li.slick-active button {
      background: #d4a75f;
      opacity: 1; }
  .slick-slider .slick-dots button {
    width: 32px;
    height: 2px;
    padding: 0;
    background: #fff;
    opacity: 0.5;
    transition: all 0.5s; }
    .slick-slider .slick-dots button::before {
      display: none; }

.lb {
  display: inline-flex; }
  .lb img {
    max-width: 100%;
    height: auto; }

.lum-lightbox {
  z-index: 133769;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px; }
  .lum-lightbox .lum-close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s; }
    .lum-lightbox .lum-close-button:hover {
      opacity: 1; }
    .lum-lightbox .lum-close-button::before, .lum-lightbox .lum-close-button::after {
      content: " ";
      position: absolute;
      width: 30px;
      height: 4px;
      background: #000;
      display: block;
      top: 50%;
      left: 50%;
      border-radius: 123px; }
    .lum-lightbox .lum-close-button::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .lum-lightbox .lum-close-button::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .lum-lightbox .lum-lightbox-image-wrapper {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .lum-lightbox .lum-lightbox-position-helper {
    display: flex;
    height: 100%; }
  .lum-lightbox .lum-lightbox-caption {
    display: none; }
  .lum-lightbox .lum-gallery-button {
    z-index: 3;
    width: 58px;
    height: 58px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
    top: 50%;
    position: absolute;
    font-size: 0;
    border: 0;
    cursor: pointer; }
    .lum-lightbox .lum-gallery-button:hover, .lum-lightbox .lum-gallery-button:focus {
      background: #000; }
    .lum-lightbox .lum-gallery-button::before {
      display: none; }
    .lum-lightbox .lum-gallery-button::after {
      content: " ";
      width: 11px;
      height: 22px;
      background: url(/wp-content/themes/zajawa/dist/assets/img/arrow.svg?ver=8184119a) center no-repeat;
      background-size: contain; }
  .lum-lightbox .lum-previous-button {
    left: 45px; }
  .lum-lightbox .lum-next-button {
    right: 45px; }
    .lum-lightbox .lum-next-button::after {
      transform: rotate(180deg); }
  .lum-lightbox img {
    -o-object-fit: contain;
       object-fit: contain; }

.sp {
  height: 100%; }
  .sp__wrapper {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .sp__thumbnail {
    position: relative;
    margin-bottom: 25px; }
  .sp__bg {
    box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.3);
    display: flex; }
    .sp__bg img {
      width: 100%;
      height: 180px;
      -o-object-fit: cover;
         object-fit: cover; }
  .sp__hashtags {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    padding: 12px; }
    .sp__hashtags::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(#000, #0000);
      opacity: 0.6; }
    .sp__hashtags a {
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      position: relative; }
  .sp__date {
    margin: 0 0 10px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif; }
  .sp__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: #d4a75f;
    text-transform: uppercase;
    margin: 0 0 10px; }
    .sp__title,
    .sp__title a {
      font-family: "Open Sans", sans-serif !important; }
    @media screen and (max-width: 920px) {
      .sp__title {
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      .sp__title {
        font-size: 18px; } }
  .sp__text {
    font-size: 17px;
    line-height: 1.2941176471;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 15px;
    color: #fff; }
    .sp__text,
    .sp__text a {
      font-family: "Open Sans", sans-serif !important; }
  .sp__link {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.3529411765;
    background: #d4a75f;
    color: #fff;
    padding: 5px 12px;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 182px;
    margin-top: auto; }
    @media screen and (max-width: 920px) {
      .sp__link {
        font-size: 15px; } }
    .sp__link:hover {
      background: #310F16; }

.footer {
  padding: 70px 15px;
  position: relative; }
  .footer::before {
    content: " ";
    width: 100%;
    height: 50px;
    background: linear-gradient(#000, #0000);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  .footer::after {
    content: " ";
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000, #000);
    opacity: 0.57;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1; }
  .footer__bg {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310F16;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none; }
  .footer__heading {
    color: #fff;
    font-size: 44px;
    line-height: 1.2272727273;
    font-weight: 700;
    text-align: center;
    max-width: 638px;
    margin: 0 auto 100px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 5px; }
    @media screen and (max-width: 768px) {
      .footer__heading {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .footer__heading {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .footer__heading {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .footer__heading {
        font-size: 25px; } }
    .footer__heading::after {
      content: " ";
      position: absolute;
      bottom: -22px;
      width: 50%;
      height: 2px;
      background: #d4a75f;
      left: 50%;
      transform: translateX(-50%); }
  .footer__salons {
    padding: 36px 0;
    border: 2px solid #d4a75f;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 1350px;
    margin: 0 auto 80px;
    padding-left: 64px;
    padding-right: 64px; }
    .footer__salons a {
      display: flex !important;
      padding: 36px 0; }
      .footer__salons a:hover {
        filter: brightness(-100%) invert(77%) sepia(19%) saturate(1020%) hue-rotate(355deg) brightness(87%) contrast(89%); }
    .footer__salons img {
      max-width: 120px; }
    .footer__salons .slick-list {
      width: 100%; }
    .footer__salons .slick-slide img {
      margin: 0 auto; }
    .footer__salons .slick-prev {
      left: 0; }
    .footer__salons .slick-next {
      right: 0; }
  .footer__cr {
    text-align: center; }
    .footer__cr,
    .footer__cr * {
      font-size: 17px;
      line-height: 1.3529411765;
      color: rgba(255, 255, 255, 0.5);
      font-family: "Open Sans", sans-serif;
      margin: 0 0 16px; }
      @media screen and (max-width: 920px) {
        .footer__cr,
        .footer__cr * {
          font-size: 15px; } }
  .footer__links {
    text-align: center; }
    .footer__links:last-of-type {
      margin-top: 0.75em; }
    .footer__links * {
      margin: 0;
      font-size: 17px;
      line-height: 1.3529411765;
      color: rgba(255, 255, 255, 0.5);
      font-family: "Open Sans", sans-serif; }
      @media screen and (max-width: 920px) {
        .footer__links * {
          font-size: 15px; } }

.pt {
  display: flex;
  padding: 0 60px 50px;
  border-bottom: 1px solid #d4a75f;
  margin-bottom: 36px;
  cursor: pointer; }
  @media screen and (max-width: 920px) {
    .pt {
      padding: 0 30px 30px;
      flex-wrap: wrap;
      align-items: flex-end; } }
  .pt__image {
    width: 300px;
    height: 300px;
    position: relative;
    border: 1px solid #d4a75f; }
    @media screen and (max-width: 1200px) {
      .pt__image {
        width: 250px;
        height: 250px; } }
    @media screen and (max-width: 920px) {
      .pt__image {
        order: 1; } }
    @media screen and (max-width: 550px) {
      .pt__image {
        width: 200px;
        height: 200px;
        margin: 0 auto 16px; } }
    .pt__image img {
      position: absolute;
      width: 100%;
      height: auto;
      bottom: 0;
      left: 0; }
  .pt__text {
    flex: 1;
    padding: 0 32px; }
    @media screen and (max-width: 920px) {
      .pt__text {
        order: 2;
        flex: unset;
        width: 100%;
        margin-top: 32px;
        padding: 0; } }
    @media screen and (max-width: 550px) {
      .pt__text {
        margin-top: 16px;
        text-align: center; } }
  .pt__name {
    margin: 10px 0 23px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    color: #d4a75f; }
  .pt__desc {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #fff;
    max-width: 500px;
    font-family: "Open Sans", sans-serif; }
  .pt__cart {
    width: 220px;
    text-align: right; }
    @media screen and (max-width: 920px) {
      .pt__cart {
        order: 1;
        margin-left: auto; } }
    @media screen and (max-width: 500px) {
      .pt__cart {
        display: flex;
        width: 100%;
        margin-left: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column; } }
    .pt__cart .btn {
      background: transparent;
      font-size: 16px;
      line-height: 1.125;
      font-weight: 700;
      padding: 8px 11px;
      margin: 0 0 17px;
      max-width: 192px;
      white-space: nowrap;
      width: 100%; }
      .pt__cart .btn:hover {
        background: #d4a75f; }
        .pt__cart .btn:hover::before {
          filter: unset; }
      .pt__cart .btn::before {
        height: 20px;
        width: 17px;
        filter: brightness(-100%) invert(74%) sepia(55%) saturate(426%) hue-rotate(347deg) brightness(88%) contrast(86%); }
  .pt__price {
    margin: 0 0 17px; }
    .pt__price,
    .pt__price * {
      color: #fff;
      font-size: 18px;
      line-height: 1.5555555556;
      font-weight: 700;
      font-family: "Open Sans", sans-serif; }
  .pt__more {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #fff; }

.post-box {
  width: 100%;
  margin-bottom: 32px; }
  .post-box__wrapper {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    background: #fff; }
    @media screen and (max-width: 600px) {
      .post-box__wrapper {
        flex-wrap: wrap; } }
  .post-box__thumbnail {
    position: relative;
    width: 30%; }
    @media screen and (max-width: 768px) {
      .post-box__thumbnail {
        width: 40%; } }
    @media screen and (max-width: 600px) {
      .post-box__thumbnail {
        width: 100%;
        height: 200px; } }
  .post-box__bg {
    display: flex;
    height: 100%; }
    .post-box__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 0;
      left: 0; }
  .post-box__hashtags {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    padding: 12px; }
    .post-box__hashtags::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(#000, #0000);
      opacity: 0.6; }
    .post-box__hashtags a {
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      position: relative; }
  .post-box__content {
    padding: 16px 32px;
    width: 70%; }
    @media screen and (max-width: 768px) {
      .post-box__content {
        width: 60%; } }
    @media screen and (max-width: 600px) {
      .post-box__content {
        width: 100%; } }
  .post-box__title {
    font-weight: 700;
    margin: 0 0 16px;
    font-size: 26px;
    letter-spacing: 1px;
    color: #d4a75f; }
    @media screen and (max-width: 768px) {
      .post-box__title {
        font-size: 22px; } }
  .post-box__date {
    margin: 0 0 16px;
    font-size: 14px;
    opacity: 0.8;
    font-family: "Open Sans", sans-serif; }
  .post-box__text {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5; }
  .post-box__link {
    display: flex;
    justify-content: flex-end;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 13px; }

.pagination,
.woocommerce-pagination {
  margin: 0;
  padding: 0 15px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pagination ul.page-numbers,
  .woocommerce-pagination ul.page-numbers {
    border: 0 !important; }
  .pagination li,
  .woocommerce-pagination li {
    padding: 0 !important;
    margin: 0 16px 16px 0 !important;
    border: 0 !important; }
    .pagination li:last-of-type,
    .woocommerce-pagination li:last-of-type {
      margin-right: 0 !important; }
    .pagination li .btn,
    .woocommerce-pagination li .btn {
      font-size: 16px;
      padding: 12px 16px; }
      .pagination li .btn.current,
      .woocommerce-pagination li .btn.current {
        background: #310F16; }
      .pagination li .btn.disabled,
      .woocommerce-pagination li .btn.disabled {
        cursor: no-drop;
        opacity: 0.7; }
        .pagination li .btn.disabled:hover,
        .woocommerce-pagination li .btn.disabled:hover {
          background-image: linear-gradient(#ba884e, #ebad64); }
    .pagination li span.page-numbers,
    .pagination li a.page-numbers,
    .woocommerce-pagination li span.page-numbers,
    .woocommerce-pagination li a.page-numbers {
      border: 2px solid #d4a75f !important;
      background-image: linear-gradient(#ba884e, #ebad64) !important;
      display: inline-flex !important;
      align-items: center !important;
      font-size: 26px !important;
      line-height: 1.1538461538 !important;
      font-weight: 700 !important;
      padding: 16px 34px !important;
      text-transform: uppercase !important;
      color: #fff !important;
      letter-spacing: 1px !important;
      cursor: pointer !important;
      justify-content: center !important;
      font-size: 16px !important;
      padding: 12px 16px !important; }
      .pagination li span.page-numbers:hover,
      .pagination li a.page-numbers:hover,
      .woocommerce-pagination li span.page-numbers:hover,
      .woocommerce-pagination li a.page-numbers:hover {
        background: #310F16 !important; }
      .pagination li span.page-numbers.current,
      .pagination li a.page-numbers.current,
      .woocommerce-pagination li span.page-numbers.current,
      .woocommerce-pagination li a.page-numbers.current {
        background: #310F16 !important; }
      .pagination li span.page-numbers.disabled,
      .pagination li a.page-numbers.disabled,
      .woocommerce-pagination li span.page-numbers.disabled,
      .woocommerce-pagination li a.page-numbers.disabled {
        cursor: no-drop !important;
        opacity: 0.7 !important; }
        .pagination li span.page-numbers.disabled:hover,
        .pagination li a.page-numbers.disabled:hover,
        .woocommerce-pagination li span.page-numbers.disabled:hover,
        .woocommerce-pagination li a.page-numbers.disabled:hover {
          background-image: linear-gradient(#ba884e, #ebad64) !important; }

.sections > section.slider {
  padding-left: 0;
  padding-right: 0; }

.slider {
  border-bottom: 2px solid #d4a75f; }
  .slider__slides {
    margin-bottom: 0 !important; }
  .slider__slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 275px 50px 155px;
    position: relative;
    height: 100%; }
    .slider__slide:nth-child(n + 2) {
      display: none !important; }
    .slider__slide-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .slider__slide-bg img,
      .slider__slide-bg video {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
      .slider__slide-bg::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.3;
        background: #310F16; }
    .slider__slide-content {
      position: relative;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .slider__slide-heading {
      font-size: 44px;
      font-weight: 700;
      line-height: 1.1590909091;
      color: #fff;
      margin: 0 0 40px;
      max-width: 600px;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 4px; }
      @media screen and (max-width: 768px) {
        .slider__slide-heading {
          font-size: 40px; } }
      @media screen and (max-width: 600px) {
        .slider__slide-heading {
          font-size: 36px; } }
      @media screen and (max-width: 500px) {
        .slider__slide-heading {
          font-size: 30px; } }
      @media screen and (max-width: 400px) {
        .slider__slide-heading {
          font-size: 25px; } }
      .slider__slide-heading::after {
        content: " ";
        position: absolute;
        bottom: -20px;
        height: 2px;
        width: 80%;
        background: #d4a75f;
        left: 50%;
        transform: translateX(-50%); }
    .slider__slide-subheading {
      font-size: 17px;
      font-weight: 100;
      line-height: 1.5294117647;
      color: #d4a75f;
      margin: 0 0 95px;
      max-width: 516px;
      font-family: "Open Sans", sans-serif; }
      @media screen and (max-width: 920px) {
        .slider__slide-subheading {
          font-size: 15px; } }
  @media screen and (max-width: 700px) {
    .slider .slick-prev {
      left: 15px; } }
  @media screen and (max-width: 600px) {
    .slider .slick-prev {
      left: 10px; } }
  @media screen and (max-width: 500px) {
    .slider .slick-prev {
      left: 5px; } }
  @media screen and (max-width: 700px) {
    .slider .slick-next {
      right: 15px; } }
  @media screen and (max-width: 600px) {
    .slider .slick-next {
      right: 10px; } }
  @media screen and (max-width: 500px) {
    .slider .slick-next {
      right: 5px; } }

.ti {
  padding: 80px 0;
  position: relative; }
  .ti::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310F16;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none; }
  .ti__wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex; }
    @media screen and (max-width: 920px) {
      .ti__wrapper {
        flex-wrap: wrap; } }
  .ti__left {
    width: 60%;
    padding-right: 16px; }
    @media screen and (max-width: 920px) {
      .ti__left {
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 64px; } }
  .ti__right {
    width: 40%; }
    @media screen and (max-width: 920px) {
      .ti__right {
        width: 100%; } }
  .ti__heading {
    font-size: 44px;
    line-height: 1.1590909091;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 40px;
    color: #d4a75f;
    text-transform: uppercase;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .ti__heading {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .ti__heading {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .ti__heading {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .ti__heading {
        font-size: 25px; } }
    @media screen and (max-width: 920px) {
      .ti__heading {
        text-align: center;
        width: 100%;
        max-width: 550px; } }
    .ti__heading::after {
      content: " ";
      position: absolute;
      bottom: -16px;
      width: 97.5%;
      height: 2px;
      background: #d4a75f;
      left: 0; }
  .ti__content {
    margin-bottom: 50px; }
    .ti__content * {
      color: #fff;
      font-size: 16px;
      line-height: 1.75;
      font-weight: 100;
      font-family: "Open Sans", sans-serif;
      max-width: 550px; }
    .ti__content ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      max-width: 598px; }
      @media screen and (max-width: 920px) {
        .ti__content ul {
          margin: 0 auto; } }
    .ti__content li {
      padding-left: 48px;
      position: relative;
      max-width: 598px;
      margin-bottom: 1em; }
      .ti__content li::before {
        content: " ";
        width: 10px;
        height: 10px;
        background: #d4a75f;
        position: absolute;
        left: 20px;
        top: 9px;
        border-radius: 50%; }
  .ti__image {
    display: flex;
    position: relative; }
    @media screen and (max-width: 920px) {
      .ti__image {
        max-width: 500px;
        margin: 0 auto; } }
    .ti__image::before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 15px;
      left: -15px;
      border: 2px solid #d4a75f; }
    .ti__image img {
      width: 100%;
      position: relative; }

.sections > section.ar {
  padding-left: 0;
  padding-right: 0; }

.ar__content {
  text-align: center;
  padding: 85px 15px 15px;
  color: white !important; }
  .ar__content a {
    color: #d4a75f !important; }

.ar__heading {
  color: #d4a75f !important;
  font-size: 44px;
  line-height: 1.1590909091;
  letter-spacing: 4px;
  margin: 0 0 30px;
  display: inline-block;
  position: relative;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .ar__heading {
      font-size: 40px; } }
  @media screen and (max-width: 600px) {
    .ar__heading {
      font-size: 36px; } }
  @media screen and (max-width: 500px) {
    .ar__heading {
      font-size: 30px; } }
  @media screen and (max-width: 400px) {
    .ar__heading {
      font-size: 25px; } }
  .ar__heading::after {
    content: " ";
    position: absolute;
    bottom: -16px;
    width: 110%;
    height: 2px;
    background: #d4a75f;
    left: 50%;
    transform: translateX(-50%); }

.ar__text {
  max-width: 910px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.5294117647;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 100; }
  @media screen and (max-width: 920px) {
    .ar__text {
      font-size: 15px; } }

.ar__artists {
  position: relative;
  padding-bottom: 80px; }

.ar__slider {
  width: 80%;
  max-width: 1600px;
  margin: 0px auto 120px;
  padding-top: 32px; }
  @media screen and (max-width: 920px) {
    .ar__slider {
      margin: 0 auto 75px; } }
  @media screen and (max-width: 500px) {
    .ar__slider {
      margin: 0 auto 40px; } }
  .ar__slider[data-off="1"] {
    margin-top: 70px;
    padding-top: 64px;
    margin-bottom: 27px;
    display: flex;
    flex-direction: column; }
    .ar__slider[data-off="1"] .ar__pre {
      width: 100%; }
    .ar__slider[data-off="1"] .ar__row {
      padding-bottom: 64px;
      border-bottom: 2px solid #fff;
      margin-bottom: 64px;
      position: relative;
      z-index: 1; }
      .ar__slider[data-off="1"] .ar__row:last-of-type {
        margin-bottom: 0; }
    .ar__slider[data-off="1"] .ar__artist {
      width: 20%;
      padding-left: 0;
      padding-right: 8px; }
      .ar__slider[data-off="1"] .ar__artist:nth-of-type(n + 4) {
        display: block; }
      @media screen and (max-width: 1200px) {
        .ar__slider[data-off="1"] .ar__artist {
          width: 25%; } }
      @media screen and (max-width: 920px) {
        .ar__slider[data-off="1"] .ar__artist {
          width: 33.3333333333%; } }
      @media screen and (max-width: 768px) {
        .ar__slider[data-off="1"] .ar__artist {
          width: 100%;
          padding-right: 0; } }
      @media screen and (max-width: 768px) {
        .ar__slider[data-off="1"] .ar__artist-image {
          max-width: 350px;
          margin: 0 auto; } }
      @media screen and (max-width: 500px) {
        .ar__slider[data-off="1"] .ar__artist-image {
          max-width: 300px; } }
      .ar__slider[data-off="1"] .ar__artist-styles {
        margin: 0;
        text-transform: none; }
        .ar__slider[data-off="1"] .ar__artist-styles span {
          font-family: "Open Sans", sans-serif;
          font-weight: 100;
          font-size: 18px; }
          .ar__slider[data-off="1"] .ar__artist-styles span:first-of-type {
            font-weight: 700;
            text-transform: uppercase; }
      .ar__slider[data-off="1"] .ar__artist-name {
        width: 100%;
        color: #d4a75f;
        margin: 0 0 15px; }
        .ar__slider[data-off="1"] .ar__artist-name a {
          font-family: "Open Sans", sans-serif; }
    .ar__slider[data-off="1"] + .ar__button {
      margin-bottom: 10px; }
  .ar__slider[data-off="0"] {
    display: flex; }
    .ar__slider[data-off="0"] .ar__row {
      width: 33.3333333333%; }
      .ar__slider[data-off="0"] .ar__row:nth-of-type(n + 4) {
        display: none; }
    .ar__slider[data-off="0"] .ar__artist {
      width: 100%; }

.ar__row {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  .ar__row--praktykant {
    order: 213769 !important; }

.ar__gallery {
  width: 80%; }
  @media screen and (max-width: 1200px) {
    .ar__gallery {
      width: 75%; } }
  @media screen and (max-width: 920px) {
    .ar__gallery {
      width: 66.6666666667%; } }
  @media screen and (max-width: 768px) {
    .ar__gallery {
      width: 100%; } }
  .ar__gallery-wrapper {
    margin-top: 2px; }
    @media screen and (max-width: 768px) {
      .ar__gallery-wrapper {
        height: auto !important; } }
  .ar__gallery-single {
    padding: 0 8px;
    height: 100%; }
  .ar__gallery-img {
    height: 100%;
    display: flex; }
    @media screen and (max-width: 768px) {
      .ar__gallery-img {
        position: relative; }
        .ar__gallery-img::before {
          content: " ";
          width: 100%;
          display: block;
          padding-top: 100%; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .ar__gallery-img > a {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block; } }
    .ar__gallery-img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .ar__gallery .slick-list {
    height: 100%; }
  .ar__gallery .slick-track {
    height: 100%; }

.ar__artist {
  padding: 0 15px;
  width: 33.3333333333%; }
  .ar__artist-image {
    position: relative;
    display: flex;
    align-items: flex-end; }
    .ar__artist-image::after {
      content: " ";
      position: relative;
      display: block;
      width: 100%;
      padding-top: 100%;
      border: 2px solid #d4a75f;
      bottom: -2px;
      z-index: -1;
      left: -2px;
      box-sizing: content-box; }
    .ar__artist-image::before {
      content: " ";
      position: absolute;
      width: 75%;
      padding-top: 75%;
      border-radius: 50%;
      background: #d4a75f;
      bottom: 40%;
      left: 50%;
      transform: translate(-50%, 50%);
      z-index: -1;
      opacity: 0;
      transition: all 0.5s; }
    .ar__artist-image:hover::before {
      opacity: 1; }
    .ar__artist-image:hover img:first-child {
      opacity: 0;
      pointer-events: none; }
    .ar__artist-image:hover img:last-child {
      opacity: 1;
      pointer-events: all; }
    .ar__artist-image img {
      position: absolute;
      width: 100%;
      height: auto;
      bottom: 0;
      transition: all 0.5s;
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 120%; }
      .ar__artist-image img:last-child {
        opacity: 0;
        pointer-events: none; }
  .ar__artist-name {
    margin: 20px 25px 10px;
    font-variant: small-caps;
    color: #fff;
    font-size: 34px;
    line-height: 1.1538461538;
    font-weight: 700; }
    @media screen and (max-width: 920px) {
      .ar__artist-name {
        font-size: 30px;
        margin: 15px 5px 10px; } }
    @media screen and (max-width: 500px) {
      .ar__artist-name {
        font-size: 26px; } }
  .ar__artist-styles {
    margin: 0 25px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 100;
    line-height: 1.3529411765;
    color: #fff; }
    @media screen and (max-width: 920px) {
      .ar__artist-styles {
        font-size: 15px; } }
    @media screen and (max-width: 920px) {
      .ar__artist-styles {
        margin: 0 5px; } }

.ar__button {
  text-align: center;
  padding: 0 15px; }

.ar .slick-prev {
  left: -35px; }

.ar .slick-next {
  right: -35px; }

.f {
  padding: 90px 0 70px !important; }
  .f__wrapper {
    max-width: 965px;
    margin: 0 auto;
    border: 2px solid #d4a75f;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 15px 60px; }
    .f__wrapper::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #310F16;
      opacity: 0.5;
      mix-blend-mode: screen;
      z-index: -1;
      pointer-events: none; }
  .f__icon {
    text-align: center;
    height: 155px;
    position: relative; }
    .f__icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .f__title {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1590909091;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 auto 40px;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .f__title {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .f__title {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .f__title {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .f__title {
        font-size: 25px; } }
    .f__title::after {
      content: " ";
      width: 50%;
      position: absolute;
      bottom: -20px;
      height: 2px;
      background: #d4a75f;
      left: 50%;
      transform: translateX(-50%); }
  .f__text {
    text-align: center;
    color: #fff;
    margin: 0 -62.5px 18px;
    font-weight: 100; }
    @media screen and (max-width: 920px) {
      .f__text {
        margin: 0 0 18px; } }
    .f__text,
    .f__text b {
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      line-height: 1.3529411765; }
      @media screen and (max-width: 920px) {
        .f__text,
        .f__text b {
          font-size: 15px; } }
    .f__text b {
      font-weight: 700; }
  .f form {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  .f__label {
    display: block;
    width: 100%; }
    .f__label--half {
      width: 50%; }
    .f__label--left {
      width: calc(50% - 15px);
      margin-right: 15px; }
      @media screen and (max-width: 600px) {
        .f__label--left {
          width: 100%;
          margin-right: 0; } }
    .f__label--right {
      width: calc(50% - 15px);
      margin-left: 15px; }
      @media screen and (max-width: 600px) {
        .f__label--right {
          width: 100%;
          margin-left: 0; } }
    .f__label .wpcf7-form-control-wrap {
      width: 100%; }
      .f__label .wpcf7-form-control-wrap input {
        width: 100%; }
      .f__label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        margin-top: 8px;
        font-weight: 700;
        font-family: sans-serif;
        font-size: 14px; }
  .f__required {
    color: #fff;
    font-size: 14px;
    line-height: 1.3571428571;
    font-family: "Open Sans", sans-serif;
    margin: 12px 0; }
    .f__required::before {
      content: "*";
      color: #d4a75f;
      display: inline-block;
      margin-right: 0.25em; }
  .f input:not([type="submit"]),
  .f textarea {
    background: transparent;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1.3571428571;
    font-family: "Open Sans", sans-serif;
    padding: 15px; }
  .f textarea {
    resize: vertical;
    min-height: 128px;
    height: 128px; }
  .f__check {
    width: 100%;
    margin: 19px 0; }
    .f__check .wpcf7-list-item {
      margin-left: 0; }
    .f__check label {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .f__check label input {
        display: none !important; }
        .f__check label input:checked + span::after {
          opacity: 1; }
      .f__check label span {
        color: #fff;
        font-size: 14px;
        line-height: 1.3571428571;
        font-family: "Open Sans", sans-serif;
        display: flex;
        position: relative; }
        .f__check label span::before {
          width: 20px;
          min-width: 20px;
          height: 20px;
          display: block;
          border: 1px solid #fff;
          margin-right: 8px; }
        .f__check label span::after {
          width: 13px;
          min-width: 13px;
          height: 5px;
          border: 2px solid #d4a75f;
          border-top: 0;
          border-right: 0;
          transform: rotate(-45deg);
          position: absolute;
          left: 4px;
          top: 6px;
          opacity: 0;
          transition: all 0.2s; }
        .f__check label span .more {
          font-weight: 700;
          margin-left: 4px;
          cursor: pointer; }
  .f__submit {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .f__submit .btn {
      width: 100%;
      max-width: 364px;
      padding-top: 11px;
      padding-bottom: 11px; }
    .f__submit .ajax-loader {
      position: absolute;
      top: 110%; }
  .f .wpcf7-response-output {
    margin: 48px 0 0 !important;
    padding: 12px 24px !important;
    text-align: center;
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    border: 2px solid #d4a75f !important;
    background: #fff;
    width: 100%; }

.sections > section.g {
  padding-left: 0;
  padding-right: 0; }

.g {
  display: flex;
  flex-direction: column;
  margin-bottom: 94px; }
  @media screen and (max-width: 920px) {
    .g {
      margin-bottom: 65px; } }
  @media screen and (max-width: 768px) {
    .g {
      margin-bottom: 50px; } }
  @media screen and (max-width: 500px) {
    .g {
      margin-bottom: 35px; } }
  .g__heading {
    font-size: 44px;
    line-height: 1.1590909091;
    font-weight: 700;
    text-align: center;
    color: #d4a75f;
    text-transform: uppercase;
    display: inline-flex;
    margin: 0 auto 75px;
    position: relative;
    letter-spacing: 4px; }
    @media screen and (max-width: 768px) {
      .g__heading {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .g__heading {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .g__heading {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .g__heading {
        font-size: 25px; } }
    .g__heading::after {
      content: " ";
      width: 115%;
      height: 2px;
      background: #d4a75f;
      left: 50%;
      bottom: -15px;
      position: absolute;
      transform: translateX(-50%); }
  .g__bg {
    position: relative;
    width: 100%; }
    .g__bg::before {
      content: " ";
      position: absolute;
      top: 10%;
      left: 0;
      width: 100%;
      height: 83%;
      background: #310F16;
      opacity: 0.5;
      mix-blend-mode: screen;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .g__bg::before {
          display: none; } }
  .g__wrapper {
    display: flex;
    max-width: 1148px;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%; }
    .g__wrapper a {
      position: relative;
      display: inline-flex; }
      .g__wrapper a::after {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 100%;
        height: 0;
        background: #d4a75f; }
      .g__wrapper a .flipIn {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-animation: flipIn 1s 1;
                animation: flipIn 1s 1; }
      .g__wrapper a .flipOut {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-animation: flipOut 1s 1;
                animation: flipOut 1s 1; }
    .g__wrapper img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      top: 0;
      left: 0;
      box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
      transition: all 0.2s; }
      .g__wrapper img:hover {
        transform: scale3d(0.9, 0.9, 0.9); }
  .g__1 {
    width: 40%;
    display: flex; }
    @media screen and (max-width: 768px) {
      .g__1 {
        width: 60%; } }
    .g__1 a {
      width: 100%; }
  .g__6 {
    width: 60%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .g__6 {
        width: 40%; } }
    .g__6 a {
      width: 33.3333333333%; }
      @media screen and (max-width: 768px) {
        .g__6 a {
          width: 50%; } }
  .g__21 {
    width: 40%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .g__21 {
        width: 100%; } }
    .g__21 a {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .g__21 a {
          width: 33.3333333333%; } }
      .g__21 a:last-of-type {
        width: 100%; }
        @media screen and (max-width: 768px) {
          .g__21 a:last-of-type {
            width: 33.3333333333%; } }
  .g__12 {
    width: 60%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .g__12 {
        width: 100%; } }
    .g__12 > a {
      width: 66.6666666667%; }
      @media screen and (max-width: 768px) {
        .g__12 > a {
          width: 60%; }
          .g__12 > a::after {
            padding-top: 133.333%; } }
    .g__12-column {
      display: flex;
      flex-direction: column;
      width: 33.3333333333%; }
      @media screen and (max-width: 768px) {
        .g__12-column {
          width: 40%; } }
      .g__12-column a {
        width: 100%; }
  .g__btn {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .g__btn::after {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 33.3333333333%; } }
    @media screen and (max-width: 768px) {
      .g__btn {
        justify-content: center;
        margin-left: 0;
        margin-top: 30px;
        padding: 0 15px; } }
    @media screen and (min-width: 769px) {
      .g__btn a {
        position: absolute !important;
        display: inline-flex !important;
        bottom: 54px;
        left: 29px;
        right: 29px; } }
    .g__btn a::after {
      display: none !important; }
  .g__nl-btn {
    margin-top: 80px;
    text-align: center;
    padding: 0 15px; }
  .g__queue {
    display: none; }

.v {
  margin-bottom: 75px;
  position: relative;
  border: 2px solid #d4a75f;
  border-left: 0;
  border-right: 0; }
  .v::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310F16;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none; }
  .v__wrapper {
    padding: 80px 0;
    max-width: 1148px;
    margin: 0 auto; }
  .v__bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    transform: translateX(-50%);
    width: 100%; }
    .v__bg img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
      @media screen and (max-width: 920px) {
        .v__bg img {
          filter: brightness(50%);
          width: 130%;
          margin-left: -30%; } }
      @media screen and (max-width: 768px) {
        .v__bg img {
          width: 200%;
          margin-left: -100%; } }
      @media screen and (max-width: 500px) {
        .v__bg img {
          width: 220%;
          margin-left: -120%; } }
      @media screen and (max-width: 450px) {
        .v__bg img {
          width: 250%;
          margin-left: -150%; } }
      @media screen and (max-width: 400px) {
        .v__bg img {
          width: 300%;
          margin-left: -200%; } }
      @media screen and (max-width: 350px) {
        .v__bg img {
          width: 330%;
          margin-left: -230%; } }
  .v__left {
    position: relative; }
    @media screen and (max-width: 768px) {
      .v__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; } }
  .v__heading {
    color: #fff;
    font-size: 44px;
    line-height: 1.1590909091;
    letter-spacing: 4px;
    margin: 0 0 40px;
    display: inline-block;
    position: relative;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .v__heading {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .v__heading {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .v__heading {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .v__heading {
        font-size: 25px; } }
    .v__heading::after {
      content: " ";
      width: 50%;
      height: 2px;
      background: #d4a75f;
      left: 0%;
      bottom: -20px;
      position: absolute; }
      @media screen and (max-width: 768px) {
        .v__heading::after {
          left: 50%;
          transform: translateX(-50%); } }
  .v__text {
    margin-bottom: 20px;
    max-width: 575px; }
    .v__text * {
      color: #fff;
      font-size: 17px;
      line-height: 1.5294117647;
      font-weight: 100;
      font-family: "Open Sans", sans-serif; }
      @media screen and (max-width: 920px) {
        .v__text * {
          font-size: 15px; } }
  .v__btn .btn {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (min-width: 301px) {
      .v__btn .btn {
        min-width: 324px; } }

.l {
  margin-bottom: 65px; }
  .l__wrapper {
    max-width: 1252px;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
  .l__heading {
    font-size: 44px;
    line-height: 1.1590909091;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    margin: 0 auto 100px;
    position: relative;
    letter-spacing: 4px; }
    @media screen and (max-width: 500px) {
      .l__heading {
        margin: 0 auto 50px; } }
    @media screen and (max-width: 768px) {
      .l__heading {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .l__heading {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .l__heading {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .l__heading {
        font-size: 25px; } }
    .l__heading::after {
      content: " ";
      width: 45%;
      height: 2px;
      background: #d4a75f;
      left: 50%;
      bottom: -15px;
      position: absolute;
      transform: translateX(-50%); }
  .l__columns {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .l__columns {
        text-align: center; } }
  .l__c-heading {
    font-size: 24px;
    margin: 0 0 19px;
    line-height: 1.3333333333;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", sans-serif !important; }
    @media screen and (max-width: 768px) {
      .l__c-heading {
        margin: 0 auto 19px; } }
  .l__c-text * {
    margin: 0;
    font-size: 17px;
    line-height: 1.7647058824;
    color: #fff;
    font-family: "Open Sans", sans-serif !important; }
    @media screen and (max-width: 920px) {
      .l__c-text * {
        font-size: 15px; } }
  .l__c--1 {
    width: 33%; }
    @media screen and (max-width: 920px) {
      .l__c--1 {
        width: 27%; } }
    @media screen and (max-width: 768px) {
      .l__c--1 {
        width: 50%;
        margin-bottom: 19px; } }
    @media screen and (max-width: 500px) {
      .l__c--1 {
        width: 100%; } }
  .l__c--2 {
    width: 22%; }
    @media screen and (max-width: 920px) {
      .l__c--2 {
        width: 25%; } }
    @media screen and (max-width: 768px) {
      .l__c--2 {
        width: 50%;
        margin-bottom: 19px; } }
    @media screen and (max-width: 500px) {
      .l__c--2 {
        width: 100%; } }
  .l__c--3 {
    width: 20%; }
    @media screen and (max-width: 920px) {
      .l__c--3 {
        width: 22%; } }
    @media screen and (max-width: 768px) {
      .l__c--3 {
        width: 50%; } }
    @media screen and (min-width: 769px) {
      .l__c--3 .l__c-heading {
        max-width: 146px; } }
    @media screen and (max-width: 500px) {
      .l__c--3 {
        width: 100%; } }
  .l__c--4 {
    width: 25%;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .l__c--4 {
        width: 50%;
        justify-content: center; } }
    @media screen and (max-width: 500px) {
      .l__c--4 {
        width: 100%; } }
  .l__c-fb, .l__c-ig {
    font-size: 0;
    display: inline-flex;
    width: 125px;
    height: 125px;
    position: relative; }
    .l__c-fb::after, .l__c-ig::after {
      content: " ";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 200%;
      height: 200%;
      transform: translate(-50%, -50%);
      background-size: contain;
      pointer-events: none; }
  .l__c-fb::after {
    background: url(/wp-content/themes/zajawa/dist/assets/img/icon_gold_fb.png?ver=40849d49) center no-repeat; }
  .l__c-ig::after {
    background: url(/wp-content/themes/zajawa/dist/assets/img/icon_gold_ig.png?ver=25d5f076) center no-repeat; }

.sections > section.m {
  padding-left: 0;
  padding-right: 0; }

.m__wrapper {
  height: 552px;
  width: 100%; }

.m .fake {
  background-image: url(/wp-content/themes/zajawa/dist/assets/img/pin.png?ver=885ceab4); }

.m .gm-style-iw-d {
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

.n {
  padding: 48px 0 128px; }
  .n__wrapper {
    max-width: 1372px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0 64px; }
    @media screen and (max-width: 500px) {
      .n__wrapper {
        padding: 0 32px; } }
  .n__heading {
    font-size: 44px;
    line-height: 1.1590909091;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    margin: 0 auto 70px;
    position: relative;
    letter-spacing: 4px; }
    .n__heading,
    .n__heading a {
      color: #d4a75f !important;
      font-family: "Open Sans", sans-serif !important; }
    @media screen and (max-width: 768px) {
      .n__heading {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .n__heading {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .n__heading {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .n__heading {
        font-size: 25px; } }
    .n__heading::after {
      content: " ";
      width: 125%;
      height: 2px;
      background: #d4a75f;
      left: 50%;
      bottom: -15px;
      position: absolute;
      transform: translateX(-50%); }
  .n__slider {
    display: flex; }
    .n__slider > .sp {
      flex: 1; }
      .n__slider > .sp:nth-of-type(n + 4) {
        display: none; }
  .n__more {
    text-align: center;
    margin-top: 64px; }
    .n__more .btn {
      font-size: 18px;
      padding: 12px 24px; }
  .n .slick-slider .slick-arrow {
    background: rgba(212, 167, 95, 0.5);
    width: 36px;
    height: 36px; }
    .n .slick-slider .slick-arrow:focus, .n .slick-slider .slick-arrow:hover {
      background: #d4a75f; }
    .n .slick-slider .slick-arrow::after {
      height: 14px;
      width: 7px; }
  .n .slick-slider .slick-prev {
    left: -60px; }
    @media screen and (max-width: 500px) {
      .n .slick-slider .slick-prev {
        left: -40px; } }
  .n .slick-slider .slick-next {
    right: -60px; }
    @media screen and (max-width: 500px) {
      .n .slick-slider .slick-next {
        right: -40px; } }

.faq {
  padding: 70px 0;
  border: 2px solid #d4a75f;
  border-left: 0;
  border-right: 0;
  position: relative; }
  .faq::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310F16;
    opacity: 0.5;
    mix-blend-mode: screen;
    z-index: -1;
    pointer-events: none; }
  .faq__wrapper {
    max-width: 1390px;
    margin: 0 auto; }
  .faq__head {
    display: flex;
    margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      .faq__head {
        margin-bottom: 40px; } }
  .faq__icon {
    height: 110px;
    width: 110px;
    position: relative;
    margin-left: 8px;
    margin-right: 32px; }
    .faq__icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none; }
  .faq__heading {
    color: #d4a75f;
    font-size: 44px;
    line-height: 1.1363636364;
    font-weight: 700;
    margin: 0 0 32px;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .faq__heading {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .faq__heading {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .faq__heading {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .faq__heading {
        font-size: 25px; } }
    .faq__heading::after {
      content: " ";
      position: absolute;
      bottom: -15px;
      width: 220%;
      height: 2px;
      display: block;
      background: #d4a75f; }
  .faq__subheading {
    margin: 0;
    color: #d4a75f;
    font-size: 17px;
    line-height: 1.5294117647;
    font-weight: 700;
    font-family: "Open Sans", sans-serif; }
    @media screen and (max-width: 920px) {
      .faq__subheading {
        font-size: 15px; } }
  .faq__list {
    margin-bottom: 16px; }
  .faq__single {
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 26px 30px; }
    @media screen and (max-width: 768px) {
      .faq__single {
        padding: 18px 22px; } }
    @media screen and (max-width: 500px) {
      .faq__single {
        padding: 12px 14px; } }
    .faq__single-nr {
      color: #d4a75f;
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      font-weight: 600;
      margin-right: 34px; }
      @media screen and (max-width: 768px) {
        .faq__single-nr {
          margin-right: 20px; } }
      @media screen and (max-width: 500px) {
        .faq__single-nr {
          margin-right: 15px; } }
  .faq__q {
    flex: 1; }
    .faq__q-q {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: all 0.2s;
      padding-right: 20px;
      position: relative; }
      @media screen and (max-width: 920px) {
        .faq__q-q {
          font-size: 15px; } }
      .faq__q-q::after {
        content: " ";
        display: block;
        margin-left: auto;
        width: 18px;
        height: 18px;
        background: url(/wp-content/themes/zajawa/dist/assets/img/arrow.svg?ver=8184119a) center no-repeat;
        background-size: contain;
        filter: brightness(-100%) invert(13%) sepia(0%) saturate(1028%) hue-rotate(181deg) brightness(108%) contrast(83%);
        transition: all 0.2s;
        transform: rotate(-90deg);
        position: absolute;
        right: 0; }
      .faq__q-q.active {
        padding-bottom: 24px; }
        @media screen and (max-width: 768px) {
          .faq__q-q.active {
            padding-bottom: 18px; } }
        .faq__q-q.active + div {
          opacity: 1; }
        .faq__q-q.active::after {
          transform: rotate(90deg); }
    .faq__q-a {
      padding-right: 64px;
      overflow: hidden;
      height: 0;
      transition: all 0.2s;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .faq__q-a {
          padding-right: 40px; } }
      @media screen and (max-width: 500px) {
        .faq__q-a {
          padding-right: 20px; } }
      .faq__q-a * {
        max-width: 1031px;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        line-height: 1.2941176471;
        font-weight: 300;
        margin: 0; }
        @media screen and (max-width: 920px) {
          .faq__q-a * {
            font-size: 15px; } }
  .faq__link {
    display: flex;
    justify-content: center; }
  .faq__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .faq__dots {
        padding: 0 22px; } }
    @media screen and (max-width: 500px) {
      .faq__dots {
        padding: 0 14px; } }
    .faq__dots span {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: #d4a75f;
      border-radius: 4px;
      margin: 0 8px; }
      .faq__dots span:last-of-type {
        margin-bottom: 0; }
  .faq__btn {
    width: 100%;
    max-width: 327px;
    border: 2px solid #d4a75f;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3333333333;
    font-weight: 600;
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif; }

.a-s {
  padding: 50px 15px 84px;
  position: relative; }
  .a-s::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310f16;
    opacity: 0.5;
    mix-blend-mode: screen;
    z-index: -1;
    pointer-events: none; }
  .a-s__wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 64px; }
    @media screen and (max-width: 700px) {
      .a-s__wrapper {
        padding: 0 32px; } }
  .a-s__bg {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310F16;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none; }
  .a-s__heading {
    color: #fff;
    font-size: 34px;
    line-height: 1.1470588235;
    letter-spacing: 2px;
    margin: 0 0 9px;
    display: inline-block;
    position: relative;
    text-transform: uppercase; }
    .a-s__heading,
    .a-s__heading * {
      font-family: "Open Sans", sans-serif !important; }
    @media screen and (max-width: 768px) {
      .a-s__heading {
        font-size: 30px; } }
    @media screen and (max-width: 600px) {
      .a-s__heading {
        font-size: 26px; } }
    @media screen and (max-width: 500px) {
      .a-s__heading {
        font-size: 24px; } }
    @media screen and (max-width: 400px) {
      .a-s__heading {
        font-size: 20px; } }
  .a-s__slider {
    margin: 0 -15px;
    display: flex; }
    .a-s__slider > .a-s__artist {
      flex: 1; }
  .a-s__artist {
    padding: 0 15px;
    width: 33.3333333333%; }
    .a-s__artist:nth-of-type(n + 6) {
      display: none; }
    .a-s__artist-image {
      position: relative;
      display: flex;
      align-items: flex-end; }
      @media screen and (max-width: 600px) {
        .a-s__artist-image {
          max-width: 350px;
          margin-left: auto;
          margin-right: auto; } }
      .a-s__artist-image::after {
        content: " ";
        position: relative;
        display: block;
        width: 100%;
        padding-top: 100%;
        border: 2px solid #d4a75f;
        bottom: -2px;
        z-index: -1;
        left: -2px;
        box-sizing: content-box; }
      .a-s__artist-image::before {
        content: " ";
        position: absolute;
        width: 75%;
        padding-top: 75%;
        border-radius: 50%;
        background: #d4a75f;
        bottom: 40%;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: -1;
        opacity: 0;
        transition: all 0.5s; }
      .a-s__artist-image:hover::before {
        opacity: 1; }
      .a-s__artist-image:hover img:first-child {
        opacity: 0 !important;
        pointer-events: none; }
      .a-s__artist-image:hover img:last-child {
        opacity: 1 !important;
        pointer-events: all; }
      .a-s__artist-image img {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        transition: all 0.5s;
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 120%; }
        .a-s__artist-image img:last-child {
          opacity: 0 !important;
          pointer-events: none; }
    .a-s__artist-name {
      margin: 10px 0 0;
      text-transform: uppercase;
      color: #d4a75f;
      font-size: 26px;
      line-height: 1.1538461538;
      font-weight: 700;
      min-height: 2.3076923077em;
      word-break: break-word; }
      .a-s__artist-name,
      .a-s__artist-name * {
        font-family: "Open Sans", sans-serif !important; }
      @media screen and (max-width: 768px) {
        .a-s__artist-name {
          font-size: 24px; } }
      @media screen and (max-width: 600px) {
        .a-s__artist-name {
          font-size: 22px; } }
      @media screen and (max-width: 500px) {
        .a-s__artist-name {
          font-size: 20px; } }
      @media screen and (max-width: 600px) {
        .a-s__artist-name {
          max-width: 350px;
          margin-left: auto;
          margin-right: auto; } }
    .a-s__artist-styles {
      margin: 16px 0 0;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 100;
      line-height: 1.3529411765;
      color: #fff; }
      @media screen and (max-width: 920px) {
        .a-s__artist-styles {
          font-size: 15px; } }
      @media screen and (max-width: 600px) {
        .a-s__artist-styles {
          max-width: 350px;
          margin-left: auto;
          margin-right: auto; } }
  .a-s .slick-prev {
    left: -60px; }
    @media screen and (max-width: 1300px) {
      .a-s .slick-prev {
        left: -40px; } }
    @media screen and (max-width: 700px) {
      .a-s .slick-prev {
        left: -20px; } }
  .a-s .slick-next {
    right: -60px; }
    @media screen and (max-width: 1300px) {
      .a-s .slick-next {
        right: -40px; } }
    @media screen and (max-width: 700px) {
      .a-s .slick-next {
        right: -20px; } }

.h {
  position: relative; }
  .h__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
    .h__bg::after {
      content: " ";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.4;
      mix-blend-mode: multiply; }
    .h__bg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .h__wrapper {
    position: relative;
    padding-top: 125px;
    text-align: center; }
  .h__heading {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1578947368;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    padding: 120px 0 38px;
    max-width: 1700px;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .h__heading {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .h__heading {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .h__heading {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .h__heading {
        font-size: 25px; } }
    .h__heading::after {
      content: " ";
      width: 271px;
      height: 2px;
      background: #d4a75f;
      position: absolute;
      bottom: 18px;
      left: 50%;
      transform: translateX(-50%);
      display: block; }
  .h__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.375;
    font-family: "Open Sans", sans-serif;
    padding: 0 0 158px;
    margin: 0; }

.fc {
  padding: 80px 0; }
  .fc__wrapper {
    max-width: 1200px;
    margin: 0 auto; }
  .fc__title {
    font-variant: small-caps;
    font-size: 34px;
    line-height: 1.1470588235;
    color: #d4a75f;
    margin: 0 0 36px; }
    @media screen and (max-width: 768px) {
      .fc__title {
        font-size: 40px; } }
    @media screen and (max-width: 600px) {
      .fc__title {
        font-size: 36px; } }
    @media screen and (max-width: 500px) {
      .fc__title {
        font-size: 30px; } }
    @media screen and (max-width: 400px) {
      .fc__title {
        font-size: 25px; } }
  .fc__category {
    margin-bottom: 90px; }
    .fc__category:last-of-type {
      margin-bottom: 0; }
      .fc__category:last-of-type .fc__single:last-of-type {
        border-bottom: 0; }
  .fc__single {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 26px 30px; }
    .fc__single-nr {
      color: #d4a75f;
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      font-weight: 600;
      margin-right: 34px; }
      @media screen and (max-width: 768px) {
        .fc__single-nr {
          margin-right: 20px; } }
      @media screen and (max-width: 500px) {
        .fc__single-nr {
          margin-right: 15px; } }
  .fc__q {
    flex: 1; }
    .fc__q-q {
      color: #fff;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: all 0.2s;
      padding-right: 20px;
      position: relative; }
      @media screen and (max-width: 920px) {
        .fc__q-q {
          font-size: 15px; } }
      .fc__q-q::after {
        content: " ";
        display: block;
        margin-left: auto;
        width: 18px;
        height: 18px;
        background: url(/wp-content/themes/zajawa/dist/assets/img/arrow.svg?ver=8184119a) center no-repeat;
        background-size: contain;
        filter: brightness(-100%);
        transition: all 0.2s;
        transform: rotate(-90deg);
        position: absolute;
        right: 0; }
      .fc__q-q.active {
        padding-bottom: 24px;
        color: #d4a75f; }
        .fc__q-q.active + div {
          opacity: 1; }
        .fc__q-q.active::after {
          transform: rotate(90deg); }
    .fc__q-a {
      padding-right: 64px;
      overflow: hidden;
      height: 0;
      transition: all 0.2s;
      opacity: 0; }
      @media screen and (max-width: 768px) {
        .fc__q-a {
          padding-right: 40px; } }
      @media screen and (max-width: 500px) {
        .fc__q-a {
          padding-right: 20px; } }
      .fc__q-a * {
        max-width: 1031px;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 1.5714285714;
        font-weight: 300;
        margin: 0; }
      .fc__q-a strong {
        font-weight: 700; }

.shop-products {
  border-top: 2px solid #d4a75f;
  padding-top: 120px; }
  .shop-products__wrapper {
    max-width: 1350px;
    margin: 0 auto; }

.cart__wrapper {
  max-width: 1250px;
  padding: 25px;
  margin: 64px auto;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }
  .cart__wrapper::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310F16;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none; }
  .cart__wrapper .woocommerce table {
    border: 2px solid #d4a75f;
    border-radius: 0; }
  .cart__wrapper .woocommerce td {
    border-top: 2px solid #d4a75f !important; }
  .cart__wrapper .woocommerce th,
  .cart__wrapper .woocommerce a,
  .cart__wrapper .woocommerce span,
  .cart__wrapper .woocommerce p,
  .cart__wrapper .woocommerce h2 {
    color: #fff; }
  .cart__wrapper .woocommerce .woocommerce-notices-wrapper {
    padding: 32px; }
    .cart__wrapper .woocommerce .woocommerce-notices-wrapper:empty {
      padding: 0; }
  .cart__wrapper .woocommerce .woocommerce-message + .woocommerce-info {
    margin-top: 24px; }
  .cart__wrapper .woocommerce .woocommerce-message,
  .cart__wrapper .woocommerce .woocommerce-info {
    border: 2px solid #d4a75f;
    background: transparent;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .cart__wrapper .woocommerce .woocommerce-message,
      .cart__wrapper .woocommerce .woocommerce-info {
        flex-wrap: wrap;
        justify-content: center; } }
    .cart__wrapper .woocommerce .woocommerce-message::before,
    .cart__wrapper .woocommerce .woocommerce-info::before {
      top: unset; }
    .cart__wrapper .woocommerce .woocommerce-message .button,
    .cart__wrapper .woocommerce .woocommerce-info .button {
      border: 2px solid #d4a75f;
      background-image: linear-gradient(#ba884e, #ebad64);
      display: inline-flex;
      align-items: center;
      font-size: 16px;
      line-height: 1.1538461538;
      font-weight: 700;
      padding: 12px 24px;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 1px;
      cursor: pointer;
      justify-content: center;
      border-radius: 0;
      font-family: "Open Sans", sans-serif;
      order: 2;
      margin-left: auto; }
      @media screen and (max-width: 768px) {
        .cart__wrapper .woocommerce .woocommerce-message .button,
        .cart__wrapper .woocommerce .woocommerce-info .button {
          width: 100%;
          margin-top: 12px; } }
      .cart__wrapper .woocommerce .woocommerce-message .button:hover,
      .cart__wrapper .woocommerce .woocommerce-info .button:hover {
        background: #310F16; }
      .cart__wrapper .woocommerce .woocommerce-message .button[disabled],
      .cart__wrapper .woocommerce .woocommerce-info .button[disabled] {
        cursor: no-drop; }
        .cart__wrapper .woocommerce .woocommerce-message .button[disabled]:hover,
        .cart__wrapper .woocommerce .woocommerce-info .button[disabled]:hover {
          background-image: linear-gradient(#ba884e, #ebad64);
          color: #fff; }
  .cart__wrapper .woocommerce .wc-backward {
    border: 2px solid #d4a75f;
    background-image: linear-gradient(#ba884e, #ebad64);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.1538461538;
    font-weight: 700;
    padding: 12px 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    border-radius: 0;
    font-family: "Open Sans", sans-serif; }
    .cart__wrapper .woocommerce .wc-backward:hover {
      background: #310F16;
      color: #fff; }
    .cart__wrapper .woocommerce .wc-backward[disabled] {
      cursor: no-drop; }
      .cart__wrapper .woocommerce .wc-backward[disabled]:hover {
        background-image: linear-gradient(#ba884e, #ebad64);
        color: #fff; }
  .cart__wrapper .woocommerce .woocommerce-error {
    border: 2px solid #d4a75f;
    background: transparent;
    margin-bottom: 0; }
    .cart__wrapper .woocommerce .woocommerce-error li {
      color: #fff;
      font-family: "Open Sans", sans-serif; }
  .cart__wrapper .woocommerce .cart .product-remove .remove {
    margin: auto; }
  .cart__wrapper .woocommerce .cart .product-thumbnail {
    width: 160px; }
    .cart__wrapper .woocommerce .cart .product-thumbnail img {
      width: 128px;
      height: 128px; }
  .cart__wrapper .woocommerce .cart .product-quantity input {
    width: 75px !important;
    border: 2px solid #d4a75f;
    font-size: 16px;
    line-height: 1.1538461538;
    font-weight: 700;
    padding: 12px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px; }
  .cart__wrapper .woocommerce .cart .actions #coupon_code {
    width: 200px !important;
    border: 2px solid #d4a75f;
    font-size: 16px;
    line-height: 1.1538461538;
    font-weight: 700;
    padding: 12px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .cart__wrapper .woocommerce .cart .actions #coupon_code {
        width: 100% !important;
        margin: 0 0 8px; } }
  .cart__wrapper .woocommerce .cart .actions .button {
    border: 2px solid #d4a75f;
    background-image: linear-gradient(#ba884e, #ebad64);
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.1538461538;
    font-weight: 700;
    padding: 12px 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    border-radius: 0;
    font-family: "Open Sans", sans-serif; }
    @media screen and (max-width: 600px) {
      .cart__wrapper .woocommerce .cart .actions .button {
        width: 100% !important; } }
    .cart__wrapper .woocommerce .cart .actions .button:hover {
      background: #310F16; }
    .cart__wrapper .woocommerce .cart .actions .button[disabled] {
      cursor: no-drop; }
      .cart__wrapper .woocommerce .cart .actions .button[disabled]:hover {
        background-image: linear-gradient(#ba884e, #ebad64);
        color: #fff; }
  .cart__wrapper .woocommerce .cart_totals.processing .blockUI {
    display: none !important; }
  .cart__wrapper .woocommerce .cart_totals td,
  .cart__wrapper .woocommerce .cart_totals th {
    border-top: 2px solid #d4a75f !important; }
  .cart__wrapper .woocommerce .cart_totals tr:first-of-type td,
  .cart__wrapper .woocommerce .cart_totals tr:first-of-type th {
    border-top: 0 !important; }
  .cart__wrapper .woocommerce .cart_totals .woocommerce-shipping-destination {
    display: none; }
  .cart__wrapper .woocommerce .cart_totals .woocommerce-shipping-calculator {
    display: none; }
  .cart__wrapper .woocommerce .cart_totals .button {
    border: 2px solid #d4a75f;
    background-image: linear-gradient(#ba884e, #ebad64);
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.1538461538;
    font-weight: 700;
    padding: 20px 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    justify-content: center;
    border-radius: 0;
    font-family: "Open Sans", sans-serif; }
    .cart__wrapper .woocommerce .cart_totals .button:hover {
      background: #310F16; }
    .cart__wrapper .woocommerce .cart_totals .button[disabled] {
      cursor: no-drop; }
      .cart__wrapper .woocommerce .cart_totals .button[disabled]:hover {
        background-image: linear-gradient(#ba884e, #ebad64);
        color: #fff; }
  .cart__wrapper .woocommerce .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0; }
  .cart__wrapper .woocommerce .cart_totals .checkout-button {
    margin-bottom: 0; }
  .cart__wrapper .woocommerce .cart_totals .woocommerce-shipping-methods input {
    display: none; }
    .cart__wrapper .woocommerce .cart_totals .woocommerce-shipping-methods input:checked + label::after {
      content: " ";
      display: block;
      position: absolute;
      left: 5px;
      width: 6px;
      height: 6px;
      background: #d4a75f;
      border-radius: 50%; }
  .cart__wrapper .woocommerce .cart_totals .woocommerce-shipping-methods label {
    position: relative;
    display: flex !important;
    align-items: center;
    color: #fff; }
    .cart__wrapper .woocommerce .cart_totals .woocommerce-shipping-methods label::before {
      content: " ";
      display: inline-block;
      width: 16px;
      height: 16px;
      min-width: 16px;
      min-height: 16px;
      margin-right: 8px;
      border: 2px solid #d4a75f;
      border-radius: 50%; }
    .cart__wrapper .woocommerce .cart_totals .woocommerce-shipping-methods label .amount {
      margin-left: 6px; }
  .cart__wrapper .woocommerce .cart_totals .woocommerce-shipping-totals td::before {
    float: unset;
    width: 100%;
    text-align: left;
    display: block;
    margin-bottom: 8px; }
  .cart__wrapper .woocommerce tbody td::before {
    color: #fff;
    font-family: "Open Sans", sans-serif; }
  .cart__wrapper .woocommerce tbody td * {
    font-family: "Open Sans", sans-serif; }

.checkout__wrapper {
  max-width: 1200px;
  margin: 64px auto;
  position: relative; }
  .checkout__wrapper::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310F16;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none; }
  .checkout__wrapper .woocommerce {
    border: 2px solid #d4a75f; }
    .checkout__wrapper .woocommerce .woocommerce-form-coupon-toggle {
      margin-left: -2px;
      margin-right: -2px;
      margin-top: -2px; }
      .checkout__wrapper .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
        margin-bottom: 0;
        border-top: 0;
        background: #d4a75f;
        background-image: linear-gradient(#ba884e, #ebad64);
        color: #fff; }
        .checkout__wrapper .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
        .checkout__wrapper .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
          font-family: "Open Sans", sans-serif; }
        .checkout__wrapper .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info::before {
          filter: brightness(10); }
    .checkout__wrapper .woocommerce .checkout_coupon {
      margin: 0;
      background: #d4a75f;
      background-image: linear-gradient(#ebad64, #ba884e);
      border-radius: 0;
      border: 0; }
      .checkout__wrapper .woocommerce .checkout_coupon p {
        font-family: "Open Sans", sans-serif;
        margin-top: 0;
        color: #fff; }
      .checkout__wrapper .woocommerce .checkout_coupon + .woocommerce-notices-wrapper + .woocommerce-message {
        background: #ba884e; }
      .checkout__wrapper .woocommerce .checkout_coupon .form-row {
        padding: 0; }
        .checkout__wrapper .woocommerce .checkout_coupon .form-row input {
          max-width: 200px;
          border: 2px solid #d4a75f;
          font-size: 16px;
          line-height: 1.1538461538;
          font-weight: 700;
          padding: 12px;
          text-transform: uppercase;
          color: #000;
          letter-spacing: 1px; }
        .checkout__wrapper .woocommerce .checkout_coupon .form-row .button {
          border: 2px solid #310F16;
          background: #310F16;
          display: inline-flex;
          align-items: center;
          font-size: 16px;
          line-height: 1.1538461538;
          font-weight: 700;
          padding: 12px 24px;
          text-transform: uppercase;
          color: #fff;
          letter-spacing: 1px;
          cursor: pointer;
          justify-content: center;
          border-radius: 0;
          font-family: "Open Sans", sans-serif; }
          .checkout__wrapper .woocommerce .checkout_coupon .form-row .button:hover {
            background: #310F16; }
          .checkout__wrapper .woocommerce .checkout_coupon .form-row .button[disabled] {
            cursor: no-drop; }
            .checkout__wrapper .woocommerce .checkout_coupon .form-row .button[disabled]:hover {
              background-image: linear-gradient(#ba884e, #ebad64);
              color: #fff; }
    .checkout__wrapper .woocommerce .woocommerce-error,
    .checkout__wrapper .woocommerce .woocommerce-message {
      border: 0;
      background: #ebad64;
      margin-bottom: 0;
      color: #fff;
      font-family: "Open Sans", sans-serif; }
      .checkout__wrapper .woocommerce .woocommerce-error::before,
      .checkout__wrapper .woocommerce .woocommerce-message::before {
        color: #fff; }
      .checkout__wrapper .woocommerce .woocommerce-error li,
      .checkout__wrapper .woocommerce .woocommerce-message li {
        color: #fff;
        font-family: "Open Sans", sans-serif; }
    .checkout__wrapper .woocommerce .woocommerce-checkout {
      padding: 0 32px; }
      .checkout__wrapper .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup {
        padding-top: 32px; }
        .checkout__wrapper .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup * {
          font-family: "Open Sans", sans-serif; }
      .checkout__wrapper .woocommerce .woocommerce-checkout h3 {
        color: #fff;
        font-size: 26px; }
      .checkout__wrapper .woocommerce .woocommerce-checkout label {
        color: #fff;
        font-family: "Open Sans", sans-serif; }
      .checkout__wrapper .woocommerce .woocommerce-checkout input,
      .checkout__wrapper .woocommerce .woocommerce-checkout textarea {
        border: 2px solid #d4a75f;
        font-size: 16px;
        line-height: 1.1538461538;
        font-weight: 300;
        padding: 8px 12px;
        color: #000;
        font-family: "Open Sans", sans-serif; }
      .checkout__wrapper .woocommerce .woocommerce-checkout textarea {
        min-height: 150px;
        resize: vertical; }
      .checkout__wrapper .woocommerce .woocommerce-checkout .select2-selection {
        border: 0;
        height: 38px; }
      .checkout__wrapper .woocommerce .woocommerce-checkout .select2-selection__arrow {
        height: 38px; }
      .checkout__wrapper .woocommerce .woocommerce-checkout .select2-selection__rendered {
        background: #fff;
        border: 2px solid #d4a75f;
        font-size: 16px;
        line-height: 1.1538461538;
        font-weight: 300;
        padding: 8px 12px;
        color: #000;
        font-family: "Open Sans", sans-serif; }
      .checkout__wrapper .woocommerce .woocommerce-checkout #billing_email_field .woocommerce-input-wrapper {
        display: block; }
      .checkout__wrapper .woocommerce .woocommerce-checkout .woocommerce-invalid label {
        font-weight: 700; }
    .checkout__wrapper .woocommerce .woocommerce-checkout-review-order #place_order {
      border: 2px solid #d4a75f;
      background-image: linear-gradient(#ba884e, #ebad64);
      display: inline-flex;
      align-items: center;
      font-size: 16px;
      line-height: 1.1538461538;
      font-weight: 700;
      padding: 12px 24px;
      text-transform: uppercase;
      color: #fff;
      letter-spacing: 1px;
      cursor: pointer;
      justify-content: center;
      border-radius: 0;
      font-family: "Open Sans", sans-serif; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order #place_order:hover {
        background: #310F16; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order #place_order[disabled] {
        cursor: no-drop; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-review-order #place_order[disabled]:hover {
          background-image: linear-gradient(#ba884e, #ebad64);
          color: #fff; }
    .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table {
      background: #fff;
      border: 2px solid #d4a75f;
      border-radius: 0; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table tbody .product-name,
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table tbody .product-quantity,
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table tbody .woocommerce-Price-amount *,
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table tbody .cart-discount td *,
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table tfoot .product-name,
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table tfoot .product-quantity,
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table tfoot .woocommerce-Price-amount *,
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table tfoot .cart-discount td * {
        font-family: "Open Sans", sans-serif; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table .woocommerce-shipping-methods input {
        display: none; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table .woocommerce-shipping-methods input:checked + label::after {
          content: " ";
          display: block;
          position: absolute;
          left: 5px;
          width: 6px;
          height: 6px;
          background: #d4a75f;
          border-radius: 50%;
          top: 50%;
          transform: translateY(-50%); }
      .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
        position: relative;
        color: #000 !important;
        font-weight: 300;
        display: flex !important;
        align-items: center;
        color: #fff; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table .woocommerce-shipping-methods label::before {
          content: " ";
          display: inline-block;
          width: 16px;
          height: 16px;
          min-width: 16px;
          margin-right: 8px;
          border: 2px solid #d4a75f;
          border-radius: 50%; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-review-order-table .woocommerce-shipping-methods label .amount {
          margin-left: 6px; }
    .checkout__wrapper .woocommerce .woocommerce-checkout-payment {
      background: #fff !important;
      border: 2px solid #d4a75f;
      border-radius: 0 !important;
      margin-bottom: 32px; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-payment .woocommerce-notice {
        background: #fff !important;
        border: 2px solid #d4a75f;
        border-radius: 0 !important;
        background-image: linear-gradient(#ebad64, #ba884e) !important;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        line-height: 1.2 !important; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-payment .woocommerce-notice::before {
          color: #fff; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-payment .woocommerce-privacy-policy-text p,
      .checkout__wrapper .woocommerce .woocommerce-checkout-payment .woocommerce-privacy-policy-text a {
        font-family: "Open Sans", sans-serif; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-payment .woocommerce-privacy-policy-text a {
        text-decoration: underline; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-payment .methods input {
        display: none; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-payment .methods input:checked + label::after {
          content: " ";
          display: block;
          position: absolute;
          left: 5px;
          width: 6px;
          height: 6px;
          background: #d4a75f;
          border-radius: 50%; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-payment .methods label {
        position: relative;
        color: #000 !important;
        font-weight: 300;
        display: flex !important;
        align-items: center;
        color: #fff; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-payment .methods label::before {
          content: " ";
          display: inline-block;
          width: 16px;
          height: 16px;
          min-width: 16px;
          margin-right: 8px;
          border: 2px solid #d4a75f;
          border-radius: 50%; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-payment .methods label .amount {
          margin-left: 6px; }
      .checkout__wrapper .woocommerce .woocommerce-checkout-payment .methods .payment_box {
        background: #d4a75f !important;
        border-radius: 0 !important; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-payment .methods .payment_box::before {
          border-bottom-color: #d4a75f !important; }
        .checkout__wrapper .woocommerce .woocommerce-checkout-payment .methods .payment_box p {
          color: #fff;
          font-family: "Open Sans", sans-serif;
          margin: 0;
          line-height: 1.2; }

.checkout #billing_country_field {
  display: none; }

.woocommerce-checkout .select2-dropdown {
  margin-top: 2px;
  border: 2px solid #d4a75f; }

.woocommerce-order-received .woocommerce-order {
  padding: 0 32px; }

.woocommerce-order-received .woocommerce-notice {
  color: #fff; }

.woocommerce-order-received .woocommerce-order-overview {
  border: 2px solid #d4a75f;
  background: #fff;
  padding: 16px 32px; }
  .woocommerce-order-received .woocommerce-order-overview li strong {
    margin-top: 4px;
    font-family: "Open Sans", sans-serif; }

.woocommerce-order-received h2 {
  color: #fff; }

.woocommerce-order-received .woocommerce-order-details table {
  background: #fff;
  border-radius: 0;
  border: 2px solid #d4a75f; }
  .woocommerce-order-received .woocommerce-order-details table .product-name *,
  .woocommerce-order-received .woocommerce-order-details table .product-name * *,
  .woocommerce-order-received .woocommerce-order-details table .amount *,
  .woocommerce-order-received .woocommerce-order-details table .amount * *,
  .woocommerce-order-received .woocommerce-order-details table tfoot td,
  .woocommerce-order-received .woocommerce-order-details table tfoot td * {
    font-family: "Open Sans", sans-serif; }

.woocommerce-order-received .woocommerce-customer-details address {
  background: #fff;
  border-radius: 0;
  border: 2px solid #d4a75f;
  line-height: 1.7; }
  .woocommerce-order-received .woocommerce-customer-details address,
  .woocommerce-order-received .woocommerce-customer-details address * {
    font-family: "Open Sans", sans-serif; }
  .woocommerce-order-received .woocommerce-customer-details address p {
    margin-top: 0; }

.shipping-description {
  font-size: 0.9em;
  padding-left: 24px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 100; }

.account__wrapper {
  max-width: 1200px;
  margin: 64px auto;
  position: relative; }
  .account__wrapper::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #310F16;
    opacity: 0.5;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none; }
  .account__wrapper .woocommerce {
    padding: 64px 32px; }
    .account__wrapper .woocommerce * {
      color: #fff; }

.text__wrapper {
  max-width: 1200px;
  margin: 64px auto;
  position: relative; }

.text2c__wrapper {
  max-width: 1200px;
  margin: 64px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }

.text2c__heading {
  font-size: 44px;
  line-height: 1.1590909091;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  margin: 0 auto 45px;
  position: relative;
  letter-spacing: 4px; }
  @media screen and (max-width: 768px) {
    .text2c__heading {
      font-size: 40px; } }
  @media screen and (max-width: 600px) {
    .text2c__heading {
      font-size: 36px; } }
  @media screen and (max-width: 500px) {
    .text2c__heading {
      font-size: 30px; } }
  @media screen and (max-width: 400px) {
    .text2c__heading {
      font-size: 25px; } }
  .text2c__heading::after {
    content: " ";
    width: 115%;
    height: 2px;
    background: #d4a75f;
    left: 50%;
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%); }

.text2c__text {
  max-width: 910px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.5294117647;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  text-align: center; }
  @media screen and (max-width: 920px) {
    .text2c__text {
      font-size: 15px; } }

.text2c__content {
  display: flex;
  margin-top: 32px; }
  @media screen and (max-width: 920px) {
    .text2c__content {
      flex-wrap: wrap; } }
  .text2c__content * {
    color: #fff;
    line-height: 1.2; }

.text2c__left {
  width: 50%;
  padding-right: 15px; }
  @media screen and (max-width: 920px) {
    .text2c__left {
      width: 100%; } }

.text2c__right {
  width: 50%;
  padding-left: 15px; }
  @media screen and (max-width: 920px) {
    .text2c__right {
      width: 100%; } }

.pricetable__wrapper {
  max-width: 1200px;
  margin: 64px auto;
  position: relative;
  padding-top: 125px;
  text-align: center; }

.pricetable__heading {
  color: #d4a75f;
  font-size: 44px;
  line-height: 1.1590909091;
  letter-spacing: 4px;
  margin: 0 0 30px;
  display: inline-block;
  position: relative;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .pricetable__heading {
      font-size: 40px; } }
  @media screen and (max-width: 600px) {
    .pricetable__heading {
      font-size: 36px; } }
  @media screen and (max-width: 500px) {
    .pricetable__heading {
      font-size: 30px; } }
  @media screen and (max-width: 400px) {
    .pricetable__heading {
      font-size: 25px; } }
  .pricetable__heading::after {
    content: " ";
    position: absolute;
    bottom: -16px;
    width: 110%;
    height: 2px;
    background: #d4a75f;
    left: 50%;
    transform: translateX(-50%); }

.pricetable__text {
  max-width: 910px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.5294117647;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 100; }
  @media screen and (max-width: 920px) {
    .pricetable__text {
      font-size: 15px; } }

.pricetable__table {
  margin: 64px auto;
  width: 100%;
  max-width: 893px; }
  .pricetable__table-row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #d4a75f;
    margin-bottom: 10px; }
    .pricetable__table-row:first-of-type span {
      font-size: 26px;
      text-transform: uppercase;
      color: #d4a75f;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .pricetable__table-row:first-of-type span {
          font-size: 24px; } }
      @media screen and (max-width: 600px) {
        .pricetable__table-row:first-of-type span {
          font-size: 22px; } }
      @media screen and (max-width: 500px) {
        .pricetable__table-row:first-of-type span {
          font-size: 20px; } }
    .pricetable__table-row span {
      color: #fff;
      font-size: 26px;
      line-height: 0.8666666667; }
      @media screen and (max-width: 768px) {
        .pricetable__table-row span {
          font-size: 24px; } }
      @media screen and (max-width: 600px) {
        .pricetable__table-row span {
          font-size: 22px; } }
      @media screen and (max-width: 500px) {
        .pricetable__table-row span {
          font-size: 20px; } }
      .pricetable__table-row span:last-of-type {
        display: inline-block;
        width: 168px;
        text-align: center; }

.home #form {
  position: relative; }
  .home #form::before {
    content: " ";
    position: absolute;
    top: -50px;
    left: -420px;
    width: 793px;
    height: 600px;
    background: url(/wp-content/themes/zajawa/dist/assets/img/lina_small.png?ver=c42c47c3) center no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: rotate(90deg); }
    @media screen and (max-width: 920px) {
      .home #form::before {
        top: -35px;
        left: -294px;
        width: 555.1px;
        height: 420px; } }
    @media screen and (max-width: 750px) {
      .home #form::before {
        top: -20px;
        left: -168px;
        width: 317.2px;
        height: 240px; } }
  .home #form::after {
    content: " ";
    position: absolute;
    bottom: -310px;
    right: -440px;
    width: 793px;
    height: 600px;
    background: url(/wp-content/themes/zajawa/dist/assets/img/lina_small.png?ver=c42c47c3) center no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: rotate(10deg); }
    @media screen and (max-width: 920px) {
      .home #form::after {
        bottom: -217px;
        right: -308px;
        width: 555.1px;
        height: 420px; } }
    @media screen and (max-width: 750px) {
      .home #form::after {
        bottom: -124px;
        right: -176px;
        width: 317.2px;
        height: 240px; } }

.page-id-258 .header__bg {
  opacity: 1 !important; }

.page-id-258 #s1 {
  padding-top: 125px;
  margin-bottom: 50px; }

.page-id-258 #form {
  position: relative; }
  .page-id-258 #form::before {
    content: " ";
    position: absolute;
    top: -50px;
    left: -420px;
    width: 793px;
    height: 600px;
    background: url(/wp-content/themes/zajawa/dist/assets/img/lina_small.png?ver=c42c47c3) center no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: rotate(90deg); }
    @media screen and (max-width: 920px) {
      .page-id-258 #form::before {
        top: -35px;
        left: -294px;
        width: 555.1px;
        height: 420px; } }
    @media screen and (max-width: 750px) {
      .page-id-258 #form::before {
        top: -20px;
        left: -168px;
        width: 317.2px;
        height: 240px; } }

.single-artist {
  padding-top: 125px; }

.artist {
  padding: 48px 15px 100px; }
  .artist__wrapper {
    display: flex;
    max-width: 1183px;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    position: relative;
    flex-wrap: wrap; }
  .artist__left, .artist__right {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .artist__left::-webkit-scrollbar, .artist__right::-webkit-scrollbar {
      display: none; }
  .artist__left {
    width: 30%;
    padding-right: 25px;
    z-index: 1; }
    @media screen and (max-width: 920px) {
      .artist__left {
        width: 40%;
        padding-right: 10px; } }
    @media screen and (max-width: 600px) {
      .artist__left {
        width: 100%;
        max-height: unset !important;
        margin-bottom: 32px; } }
  .artist__image {
    position: relative;
    margin-bottom: 16px; }
    @media screen and (max-width: 600px) {
      .artist__image {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto; } }
    .artist__image::before {
      content: " ";
      display: block;
      width: 100%;
      padding-top: 100%;
      border: 2px solid #d4a75f; }
    .artist__image::after {
      content: " ";
      position: absolute;
      width: 75%;
      padding-top: 75%;
      border-radius: 50%;
      background: #d4a75f;
      bottom: 50%;
      left: 50%;
      transform: translate(-50%, 50%);
      z-index: -1;
      opacity: 0;
      transition: all 0.5s; }
    .artist__image:hover img {
      opacity: 0; }
      .artist__image:hover img:last-of-type {
        opacity: 1; }
    .artist__image:hover::after {
      opacity: 1; }
    .artist__image img {
      position: absolute;
      bottom: 2px;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.5s; }
      .artist__image img:last-of-type {
        opacity: 0; }
  .artist__link {
    display: block;
    background: linear-gradient(#ba884e, #ebad64);
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 11px;
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 1.3529411765;
    font-weight: 600; }
    @media screen and (max-width: 920px) {
      .artist__link {
        font-size: 15px; } }
    @media screen and (max-width: 600px) {
      .artist__link {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto; } }
    .artist__link:hover {
      color: #d4a75f;
      background: #310F16; }
  .artist__name {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1538461538;
    font-variant: small-caps;
    color: #fff;
    margin: 0 0 8px; }
    .artist__name,
    .artist__name * {
      font-family: "Open Sans", sans-serif !important; }
    @media screen and (max-width: 768px) {
      .artist__name {
        font-size: 30px; } }
    @media screen and (max-width: 600px) {
      .artist__name {
        font-size: 26px; } }
    @media screen and (max-width: 500px) {
      .artist__name {
        font-size: 24px; } }
    @media screen and (max-width: 400px) {
      .artist__name {
        font-size: 20px; } }
  .artist__styles {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3529411765;
    font-family: "Open Sans", sans-serif;
    color: #d4a75f !important;
    margin: 0 0 21px; }
    @media screen and (max-width: 920px) {
      .artist__styles {
        font-size: 15px; } }
  .artist__socials {
    margin-bottom: 20px; }
    .artist__socials a {
      display: flex;
      align-items: center;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.3529411765;
      font-family: "Open Sans", sans-serif;
      color: #fff;
      margin-bottom: 8px; }
      .artist__socials a.ig::before, .artist__socials a.fb::before {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 6px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .artist__socials a.ig::before {
        background-image: url(/wp-content/themes/zajawa/dist/assets/img/ig.svg?ver=af0ba85d); }
      .artist__socials a.fb::before {
        background-image: url(/wp-content/themes/zajawa/dist/assets/img/fb.svg?ver=33b72991); }
  .artist__desc {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3529411765;
    font-family: "Open Sans", sans-serif;
    color: #fff; }
    @media screen and (max-width: 920px) {
      .artist__desc {
        font-size: 15px; } }
  .artist__right {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px;
    margin-top: -25px; }
    @media screen and (max-width: 920px) {
      .artist__right {
        width: 60%; } }
    @media screen and (max-width: 600px) {
      .artist__right {
        width: 100%; } }
  .artist__img {
    position: relative;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    width: calc(50% - 10px); }
    @media screen and (max-width: 920px) {
      .artist__img {
        width: calc(50% - 5px);
        margin-bottom: 10px; } }
    .artist__img:nth-of-type(n + 10) {
      display: none; }
    .artist__img:nth-of-type(1), .artist__img:nth-of-type(2), .artist__img:nth-of-type(6), .artist__img:nth-of-type(7), .artist__img:nth-of-type(8), .artist__img:nth-of-type(9), .artist__img:nth-of-type(16), .artist__img:nth-of-type(17), .artist__img:nth-of-type(18), .artist__img:nth-of-type(19), .artist__img:nth-of-type(23), .artist__img:nth-of-type(24), .artist__img:nth-of-type(25), .artist__img:nth-of-type(26), .artist__img:nth-of-type(33), .artist__img:nth-of-type(34), .artist__img:nth-of-type(35), .artist__img:nth-of-type(36), .artist__img:nth-of-type(40), .artist__img:nth-of-type(41), .artist__img:nth-of-type(42), .artist__img:nth-of-type(43), .artist__img:nth-of-type(50), .artist__img:nth-of-type(51) {
      width: calc(50% - 10px); }
      @media screen and (max-width: 920px) {
        .artist__img:nth-of-type(1), .artist__img:nth-of-type(2), .artist__img:nth-of-type(6), .artist__img:nth-of-type(7), .artist__img:nth-of-type(8), .artist__img:nth-of-type(9), .artist__img:nth-of-type(16), .artist__img:nth-of-type(17), .artist__img:nth-of-type(18), .artist__img:nth-of-type(19), .artist__img:nth-of-type(23), .artist__img:nth-of-type(24), .artist__img:nth-of-type(25), .artist__img:nth-of-type(26), .artist__img:nth-of-type(33), .artist__img:nth-of-type(34), .artist__img:nth-of-type(35), .artist__img:nth-of-type(36), .artist__img:nth-of-type(40), .artist__img:nth-of-type(41), .artist__img:nth-of-type(42), .artist__img:nth-of-type(43), .artist__img:nth-of-type(50), .artist__img:nth-of-type(51) {
          width: calc(50% - 5px); } }
    .artist__img:nth-of-type(3), .artist__img:nth-of-type(4), .artist__img:nth-of-type(5), .artist__img:nth-of-type(10), .artist__img:nth-of-type(11), .artist__img:nth-of-type(12), .artist__img:nth-of-type(13), .artist__img:nth-of-type(14), .artist__img:nth-of-type(15), .artist__img:nth-of-type(20), .artist__img:nth-of-type(21), .artist__img:nth-of-type(22), .artist__img:nth-of-type(27), .artist__img:nth-of-type(28), .artist__img:nth-of-type(29), .artist__img:nth-of-type(30), .artist__img:nth-of-type(31), .artist__img:nth-of-type(32), .artist__img:nth-of-type(37), .artist__img:nth-of-type(38), .artist__img:nth-of-type(39), .artist__img:nth-of-type(44), .artist__img:nth-of-type(45), .artist__img:nth-of-type(46), .artist__img:nth-of-type(47), .artist__img:nth-of-type(48), .artist__img:nth-of-type(49) {
      width: calc((100% / 3) - 12px); }
      @media screen and (max-width: 920px) {
        .artist__img:nth-of-type(3), .artist__img:nth-of-type(4), .artist__img:nth-of-type(5), .artist__img:nth-of-type(10), .artist__img:nth-of-type(11), .artist__img:nth-of-type(12), .artist__img:nth-of-type(13), .artist__img:nth-of-type(14), .artist__img:nth-of-type(15), .artist__img:nth-of-type(20), .artist__img:nth-of-type(21), .artist__img:nth-of-type(22), .artist__img:nth-of-type(27), .artist__img:nth-of-type(28), .artist__img:nth-of-type(29), .artist__img:nth-of-type(30), .artist__img:nth-of-type(31), .artist__img:nth-of-type(32), .artist__img:nth-of-type(37), .artist__img:nth-of-type(38), .artist__img:nth-of-type(39), .artist__img:nth-of-type(44), .artist__img:nth-of-type(45), .artist__img:nth-of-type(46), .artist__img:nth-of-type(47), .artist__img:nth-of-type(48), .artist__img:nth-of-type(49) {
          width: calc((100% / 3) - 6px); } }
    .artist__img::before {
      content: " ";
      display: block;
      width: 100%;
      padding-top: 100%; }
    .artist__img-wrapper {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .artist__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .artist__goback {
    max-width: 500px;
    margin: 100px auto 0;
    text-align: center; }
  .artist__back {
    display: block;
    border: 2px solid #d4a75f;
    background: #310F16;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 9px;
    font-size: 17px;
    line-height: 1.3529411765;
    font-weight: 600; }
    @media screen and (max-width: 920px) {
      .artist__back {
        font-size: 15px; } }
    .artist__back:hover {
      background: #d4a75f; }

.single-voucher {
  padding-top: 125px; }
  .single-voucher #s1 {
    margin-top: 100px; }

.voucher__wrapper {
  max-width: 1030px;
  padding: 0 15px;
  margin: 120px auto 140px;
  display: flex; }
  @media screen and (max-width: 768px) {
    .voucher__wrapper {
      flex-wrap: wrap; } }

.voucher__left {
  width: 50%;
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .voucher__left {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 48px;
      padding-right: 0; } }

.voucher__slider {
  display: flex;
  border: 2px solid #d4a75f;
  margin-bottom: 14px; }
  .voucher__slider-single:nth-of-type(n + 2) {
    display: none; }
  .voucher__slider .slick-list {
    width: 100%; }
  .voucher__slider .slick-slide {
    width: 100%; }
    .voucher__slider .slick-slide > div {
      position: relative; }
    .voucher__slider .slick-slide .voucher__slider-single {
      width: 100%; }
      .voucher__slider .slick-slide .voucher__slider-single::before {
        content: " ";
        width: 100%;
        display: block;
        padding-top: 100%; }
      .voucher__slider .slick-slide .voucher__slider-single img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .voucher__slider .slick-arrow {
    width: 36px;
    height: 36px;
    background: #d4a75f;
    opacity: 0.5; }
    .voucher__slider .slick-arrow:focus, .voucher__slider .slick-arrow:hover {
      background: #d4a75f;
      opacity: 1; }
    .voucher__slider .slick-arrow::after {
      width: 7px;
      height: 13px; }
  .voucher__slider .slick-prev {
    left: 20px; }
  .voucher__slider .slick-next {
    right: 20px; }

.voucher__gallery {
  display: flex;
  justify-content: center; }
  .voucher__gallery-single {
    flex: 1;
    margin: 0 7px;
    position: relative;
    display: flex;
    border: 1px solid #d4a75f; }
    .voucher__gallery-single:first-of-type {
      margin-left: 0; }
    .voucher__gallery-single:last-of-type {
      margin-right: 0; }
    .voucher__gallery-single::before {
      content: " ";
      width: 100%;
      display: block;
      padding-top: 100%; }
    .voucher__gallery-single img {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.voucher__right {
  width: 50%;
  padding-left: 20px;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .voucher__right {
      width: 100%;
      padding-left: 0; } }
  .voucher__right .btn {
    margin-left: auto;
    background: transparent !important; }
    @media screen and (max-width: 500px) {
      .voucher__right .btn {
        font-size: 22px;
        padding: 10px 22px;
        width: 100%; } }
    .voucher__right .btn:hover {
      background: #d4a75f !important; }
      .voucher__right .btn:hover::before {
        filter: unset; }
    .voucher__right .btn::before {
      height: 23px;
      width: 27px;
      margin-right: 16px;
      filter: brightness(-100%) invert(74%) sepia(55%) saturate(426%) hue-rotate(347deg) brightness(88%) contrast(86%); }

.voucher__title {
  margin: 0 0 55px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  position: relative;
  color: #d4a75f;
  font-family: "Open Sans", sans-serif !important; }
  .voucher__title::after {
    content: " ";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #d4a75f;
    left: 0;
    bottom: -18px; }

.voucher__description {
  margin-bottom: auto; }
  .voucher__description,
  .voucher__description * {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    color: #fff; }

.voucher__price,
.voucher__price * {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .voucher__price,
    .voucher__price * {
      font-size: 30px; } }
  @media screen and (max-width: 600px) {
    .voucher__price,
    .voucher__price * {
      font-size: 26px; } }
  @media screen and (max-width: 500px) {
    .voucher__price,
    .voucher__price * {
      font-size: 24px; } }
  @media screen and (max-width: 400px) {
    .voucher__price,
    .voucher__price * {
      font-size: 20px; } }

.voucher__value {
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .voucher__value p {
    margin: 0 0 16px;
    color: #fff;
    font-size: 26px;
    font-family: "Open Sans", sans-serif !important; }
    @media screen and (max-width: 768px) {
      .voucher__value p {
        font-size: 24px; } }
    @media screen and (max-width: 600px) {
      .voucher__value p {
        font-size: 22px; } }
    @media screen and (max-width: 500px) {
      .voucher__value p {
        font-size: 20px; } }
  .voucher__value div {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    width: 100%;
    max-width: 250px;
    color: #fff;
    line-height: 1.3571428571;
    font-family: "Open Sans", sans-serif;
    padding: 15px;
    font-size: 17px; }
    @media screen and (max-width: 920px) {
      .voucher__value div {
        font-size: 15px; } }
    @media screen and (max-width: 500px) {
      .voucher__value div {
        max-width: unset; } }
    .voucher__value div::after {
      margin-left: 4px;
      content: "z\142"; }
  .voucher__value input {
    background: transparent;
    border: 0;
    text-align: right;
    color: #fff;
    font-size: 17px;
    width: 100%;
    -moz-appearance: textfield; }
    @media screen and (max-width: 920px) {
      .voucher__value input {
        font-size: 15px; } }
    .voucher__value input:focus {
      outline: 0;
      text-decoration: underline; }
    .voucher__value input::-webkit-outer-spin-button, .voucher__value input::-webkit-inner-spin-button {
      -webkit-appearance: none; }

.voucher__price,
.voucher__price * {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .voucher__price,
    .voucher__price * {
      font-size: 30px; } }
  @media screen and (max-width: 600px) {
    .voucher__price,
    .voucher__price * {
      font-size: 26px; } }
  @media screen and (max-width: 500px) {
    .voucher__price,
    .voucher__price * {
      font-size: 24px; } }
  @media screen and (max-width: 400px) {
    .voucher__price,
    .voucher__price * {
      font-size: 20px; } }

.voucher__attribute {
  margin: 0 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }
  .voucher__attribute p {
    margin: 0 16px 0;
    color: #fff;
    font-size: 26px; }
    @media screen and (max-width: 768px) {
      .voucher__attribute p {
        font-size: 24px; } }
    @media screen and (max-width: 600px) {
      .voucher__attribute p {
        font-size: 22px; } }
    @media screen and (max-width: 500px) {
      .voucher__attribute p {
        font-size: 20px; } }
  .voucher__attribute div {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    width: 100%;
    max-width: 250px;
    color: #fff;
    line-height: calc(19 / 14);
    font-family: "Open Sans", sans-serif;
    padding: 15px;
    font-size: 17px; }
    @media screen and (max-width: 920px) {
      .voucher__attribute div {
        font-size: 15px; } }
    @media screen and (max-width: 500px) {
      .voucher__attribute div {
        max-width: unset; } }
    .voucher__attribute div::after {
      margin-left: 4px;
      content: "z\142"; }
  .voucher__attribute select {
    background: transparent;
    border: 1px solid #fff;
    text-align: right;
    color: #fff;
    font-size: 22px;
    padding: 4px 12px;
    min-width: 120px; }
    @media screen and (max-width: 768px) {
      .voucher__attribute select {
        font-size: 20px; } }
    @media screen and (max-width: 600px) {
      .voucher__attribute select {
        font-size: 18px; } }
    .voucher__attribute select:focus {
      outline: 0; }
    .voucher__attribute select option {
      color: #d4a75f;
      background: #310F16; }
      .voucher__attribute select option.out-of-stock {
        color: rgba(212, 167, 95, 0.5) !important;
        cursor: no-drop; }

.page-id-293 #form {
  position: relative; }
  .page-id-293 #form::before {
    content: " ";
    position: absolute;
    top: -50px;
    left: -420px;
    width: 793px;
    height: 600px;
    background: url(/wp-content/themes/zajawa/dist/assets/img/lina_small.png?ver=c42c47c3) center no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: rotate(90deg); }
    @media screen and (max-width: 920px) {
      .page-id-293 #form::before {
        top: -35px;
        left: -294px;
        width: 555.1px;
        height: 420px; } }
    @media screen and (max-width: 750px) {
      .page-id-293 #form::before {
        top: -20px;
        left: -168px;
        width: 317.2px;
        height: 240px; } }

.archive__wrapper {
  max-width: 1230px;
  padding: 0 15px;
  margin: 64px auto; }

.archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .archive__list .sp {
    width: 30%;
    margin-bottom: 6.666%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25); }
    .archive__list .sp__wrapper {
      background: #fff;
      height: 100%;
      display: flex;
      flex-direction: column; }
    .archive__list .sp__thumbnail {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 0; }
    .archive__list .sp__link {
      margin: auto -15px 0;
      max-width: unset;
      width: auto;
      padding: 12px; }
    .archive__list .sp__date {
      margin: 16px 0; }
    .archive__list .sp__title {
      margin: 0 0 16px; }
    .archive__list .sp__text {
      margin: 0 0 24px; }

.single-post__wrapper {
  margin: 64px auto;
  max-width: 1400px;
  padding: 0 15px;
  display: flex; }
  @media screen and (max-width: 920px) {
    .single-post__wrapper {
      flex-wrap: wrap; } }

.single-post__left {
  width: 75%;
  box-shadow: 0 4px 21px -2px rgba(0, 0, 0, 0.4);
  padding: 16px 32px;
  background: #fff; }
  @media screen and (max-width: 1200px) {
    .single-post__left {
      width: 70%; } }
  @media screen and (max-width: 920px) {
    .single-post__left {
      width: 100%; } }

.single-post__content {
  padding: 32px 16px;
  position: relative; }
  .single-post__content::after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (max-width: 500px) {
    .single-post__content {
      padding: 16px 0;
      margin: 0 -16px !important; } }
  .single-post__content .aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .single-post__content .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0; }
  .single-post__content .alignright {
    float: right;
    margin: 0.5em 0 1em 0.5em; }
  .single-post__content,
  .single-post__content * {
    margin: auto;
    font-size: 18px;
    color: #4c4c4c;
    word-spacing: 3px;
    line-height: 1.5; }
  .single-post__content p,
  .single-post__content p * {
    margin: 1em auto; }
  .single-post__content h2,
  .single-post__content h2 * {
    font-weight: 700 !important;
    line-height: 1.2;
    color: #d4a75f;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3em;
    margin: 0.83em 0; }
  .single-post__content h3,
  .single-post__content h3 * {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #d4a75f;
    font-family: "Open Sans", sans-serif;
    margin: 24px 0; }
  .single-post__content b {
    font-weight: bold !important; }
  .single-post__content ul {
    margin: 1em 0;
    padding-left: 40px; }
  .single-post__content .btn {
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    margin: 24px 0; }
    @media screen and (max-width: 768px) {
      .single-post__content .btn {
        padding: 10px 22px; } }
    @media screen and (max-width: 500px) {
      .single-post__content .btn {
        padding: 8px 12px; } }
  .single-post__content .gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
    @media screen and (max-width: 920px) {
      .single-post__content .gallery {
        justify-content: center; } }
    @media screen and (max-width: 600px) {
      .single-post__content .gallery {
        flex-direction: column;
        margin: 0; } }
    .single-post__content .gallery-item {
      margin: 0;
      padding: 8px; }
    .single-post__content .gallery img {
      max-height: 300px;
      max-width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }
    .single-post__content .gallery a {
      display: flex; }

.single-post__go-back {
  margin: 32px auto;
  text-align: center; }
  .single-post__go-back .btn {
    font-size: 18px;
    padding: 12px 24px; }

.single-post__right {
  width: 25%;
  padding-left: 32px; }
  @media screen and (max-width: 1200px) {
    .single-post__right {
      width: 30%; } }
  @media screen and (max-width: 920px) {
    .single-post__right {
      width: 100%;
      padding-left: 0;
      margin-top: 48px; } }
  .single-post__right-wrapper {
    box-shadow: 0 4px 21px -2px rgba(0, 0, 0, 0.4);
    padding: 12px 24px;
    background: #fff; }
    .single-post__right-wrapper > p {
      font-size: 24px;
      font-weight: 700;
      color: #d4a75f;
      margin: 0 0 20px; }
  .single-post__right ul {
    list-style-type: none;
    padding: 0; }
    .single-post__right ul:first-of-type {
      padding-bottom: 24px;
      border-bottom: 2px solid #d4a75f;
      margin-bottom: 32px; }
  .single-post__right li {
    font-size: 18px;
    margin-bottom: 18px; }
  .single-post__right a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.4;
    font-weight: 700; }
  .single-post__right .post-date {
    display: block;
    color: #000;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(212, 167, 95, 0.25);
    margin-bottom: 12px; }

.single-post__more > p {
  margin: 32px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4; }

.single-post__posts {
  display: flex; }
  @media screen and (max-width: 1200px) {
    .single-post__posts {
      flex-wrap: wrap; } }
  .single-post__posts .sp {
    flex: 1;
    height: inherit; }
    @media screen and (max-width: 1200px) {
      .single-post__posts .sp {
        flex: unset;
        width: 50%;
        margin-bottom: 32px; }
        .single-post__posts .sp:last-of-type {
          margin: 0 auto 32px; } }
    @media screen and (max-width: 600px) {
      .single-post__posts .sp {
        width: 100%; } }
    .single-post__posts .sp__wrapper {
      height: 100%; }
      @media screen and (max-width: 600px) {
        .single-post__posts .sp__wrapper {
          padding: 0; } }
    .single-post__posts .sp__text {
      color: black; }
    .single-post__posts .sp__link {
      max-width: unset; }

.page-id-33 #s1 {
  margin-bottom: 64px; }

.woocommerce-shop #form {
  position: relative; }
  .woocommerce-shop #form::before {
    content: " ";
    position: absolute;
    top: -50px;
    left: -420px;
    width: 793px;
    height: 600px;
    background: url(/wp-content/themes/zajawa/dist/assets/img/lina_small.png?ver=c42c47c3) center no-repeat;
    background-size: contain;
    pointer-events: none;
    transform: rotate(90deg); }
    @media screen and (max-width: 920px) {
      .woocommerce-shop #form::before {
        top: -35px;
        left: -294px;
        width: 555.1px;
        height: 420px; } }
    @media screen and (max-width: 750px) {
      .woocommerce-shop #form::before {
        top: -20px;
        left: -168px;
        width: 317.2px;
        height: 240px; } }


/*# sourceMappingURL=style.css.map*/