/*! 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 */
  -webkit-text-decoration: underline dotted;
          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";
/** config */ /**
 * Variables
 */
/**
 * External
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #a52926;
}

.hamburger-box {
  width: 28px;
  height: 21px;
  display: inline-block;
  position: relative;
}

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

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 18px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#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: white;
  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;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.handorgel {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  border-top: none;
}
.handorgel__header {
  display: block;
  margin: 0;
}
.handorgel__header--open .handorgel__header__button {
  background-color: #eee;
}
.handorgel__header--focus .handorgel__header__button {
  background-color: #dfdfdf;
  outline: none;
}
.handorgel__header__button {
  display: block;
  width: 100%;
  padding: 20px 24px;
  margin: 0;
  border: none;
  border-top: 1px solid #eee;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-align: left;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.handorgel__header__button::-moz-focus-inner {
  border: 0;
}
.handorgel__content {
  display: none;
  overflow: hidden;
  height: 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  transition: height 0.1s ease 0.1s;
}
.handorgel__content--open {
  display: block;
  transition: height 0.2s ease;
}
.handorgel__content--opened {
  overflow: visible;
}
.handorgel__content__inner {
  padding: 20px 24px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.handorgel__content--opened .handorgel__content__inner {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/** common */
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-300-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-400-Book.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-500-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-600-Semi.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-700-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-800-Heavy.ttf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-900-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

a {
  color: #a52926;
}

body {
  font-family: "Jost", sans-serif;
}
body.admin-bar #wpadminbar {
  top: 4rem;
  z-index: 99;
}
body.admin-bar .masthead {
  margin-top: 0;
}

main {
  margin-top: 4rem;
  background-color: #fff;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

p {
  line-height: 1.4;
}

b,
strong {
  font-weight: 600;
}

@media screen and (min-width: 1000px) {
  body.admin-bar #wpadminbar {
    top: 0;
    z-index: 99999;
  }
  main {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/** components */
/**
 * Components
 */
.btn {
  display: inline-block;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 7px;
  line-height: 1.4;
  padding: 0.5rem 3rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #b71b12;
  transition: transform, background-color 0.3s;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.btn:active {
  transform: translateY(2px);
}
.btn.inverted {
  background-color: #a52926;
  color: #fff;
}
.btn:disabled {
  background-color: #333;
}

.hr {
  margin: 0 auto;
  height: 2px;
  background: #aaa;
  max-width: 150px;
  width: 100%;
}

.floating-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a52926;
}
.floating-button a {
  height: 6.5rem;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .floating-button {
    right: 2rem;
    bottom: 2rem;
    width: 7.5rem;
    height: 7.5rem;
    transition: transform 0.2s;
  }
  .floating-button a {
    height: 7.5rem;
    font-size: 14px;
  }
  .floating-button:hover {
    transform: scale(1.2);
  }
}
.floating-tel {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 10px 20px;
  background-color: #a52926;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transform: rotateZ(-90deg) translateY(-50%) translateX(70%);
  transform-origin: right;
}

/** forms */
.wpcf7-form > p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email] {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: solid 1px #fff;
  padding: 1rem 0;
}
.wpcf7-form input[type=text]:-ms-input-placeholder, .wpcf7-form input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.wpcf7-form input[type=text]::placeholder, .wpcf7-form input[type=email]::placeholder {
  color: #fff;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus {
  outline: none;
}
.wpcf7-form input[type=submit] {
  z-index: 9;
  display: inline-block;
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  padding: 0.7rem 3rem;
  letter-spacing: 1px;
  font-size: 0.9rem;
  cursor: pointer;
}
.wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: solid 1px #fff;
  padding: 1rem 0;
}
.wpcf7-form textarea:-ms-input-placeholder {
  color: #fff;
}
.wpcf7-form textarea::placeholder {
  color: #fff;
}
.wpcf7-form textarea:focus {
  outline: none;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label input {
  margin-right: 1rem;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label span {
  color: #fff;
  font-size: 0.7rem;
}
.wpcf7-form .wpcf7-response-output {
  position: relative;
  border: solid 1px #fff !important;
  margin: 0 0 2rem 0 !important;
  padding: 1rem !important;
  color: #fff;
}

@media (min-width: 992px) {
  .wpcf7-form .btn-contact-form-submit {
    margin-top: 2rem;
  }
}
/** partials */
.masthead {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  padding: 1rem 0;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
.masthead--contact, .masthead--heading {
  display: none;
}
.masthead--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masthead--brand {
  position: relative;
  z-index: -9;
  display: block;
}
.masthead--brand img {
  display: block;
  height: 2rem;
  width: auto;
}
.masthead--hamburger:active, .masthead--hamburger:focus {
  outline: none;
}
.masthead--navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -9;
  transform: translateX(100%);
  display: flex;
  align-items: center;
  padding: 0 2rem 0 2rem;
  background-color: #fff;
  transition: transform 0.3s;
}
.masthead--navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.masthead--navigation > ul > li {
  margin-bottom: 1rem;
}
.masthead--navigation > ul > li:last-child {
  margin-bottom: 0;
}
.masthead--navigation > ul > li > a {
  text-decoration: none;
  color: #a52926;
  font-size: 1.3rem;
  font-weight: 700;
}
.masthead--navigation > ul > li > a[href="#"] {
  pointer-events: none;
}
.masthead--navigation > ul > li > ul {
  list-style: none;
  padding: 0.5rem 0 0 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.masthead--navigation > ul > li > ul > li > a {
  text-decoration: none;
  color: #a52926;
  font-weight: 500;
}
.masthead--navigation > ul > li > ul > li > a[href="#"] {
  pointer-events: none;
}
.masthead--navigation > ul > li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0.5rem 1rem;
}
.masthead--navigation > ul > li > ul > li > ul > li > a {
  display: inline-block;
  padding: 0.25rem 0;
  text-decoration: none;
}
.masthead--navigation.toggled {
  transform: translateX(0);
}

@media screen and (min-width: 1000px) {
  .masthead {
    position: static;
    padding-bottom: 0;
  }
  .masthead--top {
    align-items: flex-end;
    margin-bottom: 2rem;
  }
  .masthead--brand {
    z-index: 0;
  }
  .masthead--brand img {
    height: 3rem;
  }
  .masthead--heading {
    flex: 1;
    margin-left: 3rem;
    display: block;
    font-size: 22px;
    color: #a52926;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  .masthead--contact {
    display: flex;
    flex-direction: column;
  }
  .masthead--contact-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    margin-bottom: 1rem;
  }
  .masthead--social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
  .masthead--social li {
    display: flex;
    align-items: flex-start;
    margin-right: 1rem;
  }
  .masthead--social li:last-child {
    margin-right: 0;
  }
  .masthead--social a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
  }
  .masthead--social svg {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: #a52926;
  }
  .masthead--langs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .masthead--langs li {
    margin-right: 5px;
    padding-right: 5px;
    border-right: solid 1px #919191;
  }
  .masthead--langs li a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 0.9;
  }
  .masthead--langs li.current-lang a {
    font-weight: 700;
  }
  .masthead--langs li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .masthead--tels {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .masthead--tels li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  .masthead--tels li a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .masthead--tels li span {
    font-size: 1.1rem;
  }
  .masthead--hamburger {
    display: none !important;
  }
  .masthead--bottom {
    background-color: #d42624;
  }
  .masthead--navigation {
    position: static;
    top: initial;
    right: initial;
    bottom: initial;
    z-index: initial;
    transform: none;
    display: block;
    padding: 0;
    background-color: transparent;
    transition: none;
  }
  .masthead--navigation > ul {
    flex-direction: row;
  }
  .masthead--navigation > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    min-width: 160px;
  }
  .masthead--navigation > ul > li:first-child {
    margin-left: 0;
  }
  .masthead--navigation > ul > li:nth-child(2) {
    box-shadow: -5px 2px 14px -7px rgba(0, 0, 0, 0.5);
    background-color: #c20c09;
  }
  .masthead--navigation > ul > li:nth-child(2) a {
    white-space: nowrap;
  }
  .masthead--navigation > ul > li:nth-child(3) {
    box-shadow: -5px 2px 14px -7px rgba(0, 0, 0, 0.5);
    background-color: #a50503;
  }
  .masthead--navigation > ul > li:nth-child(4) {
    box-shadow: -5px 2px 14px -7px rgba(0, 0, 0, 0.5);
    background-color: #8a0200;
  }
  .masthead--navigation > ul > li:nth-child(5) {
    box-shadow: -5px 2px 14px -7px rgba(0, 0, 0, 0.5);
    background-color: #6e0100;
  }
  .masthead--navigation > ul > li:nth-child(6) {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .masthead--navigation > ul > li:nth-child(6) a {
    white-space: nowrap;
  }
  .masthead--navigation > ul > li:last-child {
    margin-right: 0;
  }
  .masthead--navigation > ul > li > a {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    padding: 1rem;
  }
  .masthead--navigation > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 1rem 0 1rem 1rem;
    line-height: 22px;
    box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .masthead--navigation > ul > li > ul > li {
    padding-right: 1rem;
  }
  .masthead--navigation > ul > li > ul > li > a {
    display: inline-block;
    color: #231f20;
    line-height: 2.6;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 400;
  }
  .masthead--navigation > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: -1rem;
    left: 100%;
    padding: 1rem;
    box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  .masthead--navigation > ul > li > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 2;
    color: #231f20;
    white-space: nowrap;
  }
  .masthead--navigation > ul > li > ul > li:has(ul) {
    position: relative;
  }
  .masthead--navigation > ul > li > ul > li:has(ul):hover > ul {
    display: block;
  }
  .masthead--navigation > ul > li:hover > ul {
    display: block;
    z-index: 999;
  }
  .masthead--navigation > ul > li.current-menu-item > a, .masthead--navigation > ul > li.current_page_item > a {
    text-decoration: none;
    border-bottom-color: #666;
  }
  .masthead--navigation.toggled {
    transform: none !important;
  }
}
.mobile-menu-dimmer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  background-color: transparent;
  transition: background-color 0.3s;
}
.mobile-menu-dimmer.toggled {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1000px) {
  .mobile-menu-dimmer {
    display: none !important;
  }
}
.home-only {
  display: none;
}

.home .home-only {
  display: block;
}

.masthead-start {
  width: 100%;
  padding-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masthead-start--brand {
  display: block;
  text-decoration: none;
}
.masthead-start--brand img {
  display: block;
  width: auto;
  height: 3rem;
  margin-bottom: 0.5rem;
}
.masthead-start--brand p {
  font-weight: 500;
  margin: 0;
}
.masthead-start--langs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.masthead-start--langs li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: solid 1px #919191;
}
.masthead-start--langs li a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 0.9;
}
.masthead-start--langs li.current-lang a {
  font-weight: 700;
}
.masthead-start--langs li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

@media (min-width: 992px) {
  .masthead-start {
    margin-bottom: 0;
  }
}
.mastfoot {
  margin-top: 4rem;
}
.mastfoot--top {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #aaa;
}
.mastfoot--top h3 {
  margin: 0 0 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 500;
}
.mastfoot--about {
  margin-bottom: 2rem;
}
.mastfoot--about p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.mastfoot--contact {
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
}
.mastfoot--contact-tels {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}
.mastfoot--contact-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
}
.mastfoot--contact-social li a {
  color: #000;
}
.mastfoot--contact-social li a svg {
  display: block;
}
.mastfoot--contact a {
  color: #000;
}
.mastfoot--nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.mastfoot--nav a {
  font-family: "Roboto", sans-serif;
  color: #000;
}
.mastfoot--bottom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mastfoot--bottom-tels {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 0;
}
.mastfoot--bottom a {
  color: #000;
}

@media screen and (min-width: 1000px) {
  .mastfoot {
    margin-top: 6rem;
  }
  .mastfoot--top {
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .mastfoot--about {
    flex: 2;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .mastfoot--contact {
    flex: 1;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .mastfoot--nav {
    flex: 1;
  }
  .mastfoot--bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.mastfoot-start {
  width: 100%;
  padding-bottom: 2rem;
}
.mastfoot-start--channels {
  margin-bottom: 2rem;
}
.mastfoot-start--channels ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mastfoot-start--channels ul a {
  font-weight: 600;
  font-size: 17px;
  line-height: 40px;
}
.mastfoot-start--social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.mastfoot-start--social ul li {
  margin-right: 1rem;
}
.mastfoot-start--social ul li:last-child {
  margin-right: 0;
}
.mastfoot-start--social ul svg {
  display: block;
}

@media (min-width: 992px) {
  .mastfoot-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mastfoot-start--channels {
    margin-bottom: 0;
  }
}
.page-header-default {
  background-position: center;
  background-size: cover;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.page-header-default h1 {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.78);
  text-align: center;
  font-weight: 700;
  padding: 2rem;
}
.page-header-default.no-thumbnail {
  padding: 2rem 0;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
}
.page-header-default.no-thumbnail h1 {
  background-color: transparent;
}

@media screen and (min-width: 1000px) {
  .page-header-default {
    padding: 8rem 0;
    margin-bottom: 6rem;
  }
  .page-header-default h1 {
    font-size: 2.4rem;
  }
  .page-header-default.no-thumbnail {
    padding: 4rem 0;
    margin-bottom: 4rem;
  }
}
.blog-item-sticky {
  box-sizing: border-box;
}
.blog-item-sticky--wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}
.blog-item-sticky--main-img {
  height: 300px;
}
.blog-item-sticky--main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-item-sticky--main-content {
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: flex-end;
}
.blog-item-sticky--main-content h3 {
  margin: 0;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.77);
}

.blog-item-standard {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.blog-item-standard--img {
  display: block;
}
.blog-item-standard--img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-item-standard--content {
  padding: 2rem 1rem;
}
.blog-item-standard--content > a {
  display: inline-block;
  margin-bottom: 1rem;
  color: #000;
  text-decoration: none;
}
.blog-item-standard--content > a h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
}
.blog-item-standard--content-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.blog-item-standard--content-meta svg {
  display: block;
  margin-right: 4px;
}
.blog-item-standard--content-meta time {
  font-size: 14px;
  line-height: 1.6;
  color: #a6a6a6;
}
.blog-item-standard--content-excerpt {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #c8a262;
}
.blog-item-standard--content-excerpt p {
  font-size: 14px;
}
.blog-item-standard--content-excerpt p:first-of-type {
  margin-top: 0;
}
.blog-item-standard--content-excerpt p:last-of-type {
  display: inline;
  margin-bottom: 0;
}
.blog-item-standard--content-excerpt p:only-of-type {
  display: inline;
  margin: 0;
}
.blog-item-standard--content-tags {
  font-size: 14px;
  line-height: 1.4;
}
.blog-item-standard--content-tags span {
  color: #7c7c7c;
}
.blog-item-standard--content-tags a {
  text-decoration: none;
}

.blog-item-single--header {
  position: relative;
  margin-bottom: 4rem;
  background-color: #000;
  overflow: hidden;
}
.blog-item-single--header-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  filter: blur(4px);
  transform: scale(1.05);
}
.blog-item-single--header-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-item-single--header-content {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.blog-item-single--header-content-wrapper {
  display: flex;
  flex-direction: column;
}
.blog-item-single--header-content h1 {
  margin: 0 0 3rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.blog-item-single--header-content-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5rem;
}
.blog-item-single--header-content-author img {
  display: block;
  margin-bottom: 1rem;
}
.blog-item-single--header-content-author span {
  color: #fff;
  font-size: 20px;
}
.blog-item-single--header-content-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.blog-item-single--header-content-meta svg {
  display: block;
}
.blog-item-single--header-content-meta span {
  color: #fff;
}
.blog-item-single--header-content-meta time {
  color: #fff;
}
.blog-item-single--intro {
  margin-bottom: 4rem;
}
.blog-item-single--intro-img {
  margin-bottom: 3rem;
}
.blog-item-single--intro-img img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-item-single--intro-main h2 {
  margin: 0 0 2rem;
  font-weight: 400;
}
.blog-item-single--intro-main-lead {
  font-size: 14px;
  line-height: 1.6;
  color: #080808;
}
.blog-item-single--intro-main-tags {
  line-height: 1.6;
  font-size: 14px;
}
.blog-item-single--intro-main-tags span {
  color: #7c7c7c;
}
.blog-item-single--main p:first-of-type {
  font-weight: 500;
  font-size: 18px;
}

@media screen and (min-width: 1000px) {
  .blog-item-single--header {
    margin-bottom: 6rem;
  }
  .blog-item-single--header-content {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .blog-item-single--header-content h1 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .blog-item-single--intro {
    display: flex;
  }
  .blog-item-single--intro-img {
    flex: 1;
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .blog-item-single--intro-main {
    flex: 1;
  }
  .blog-item-single--intro-main h2 {
    font-size: 30px;
    margin-bottom: 3rem;
  }
  .blog-item-single--intro-main-lead {
    font-size: 16px;
    margin-bottom: 3rem;
  }
  .blog-item-single--intro-main-lead p {
    margin: 0;
  }
}
/** pages */
.page-template-template-start {
  background: url("../images/start_bg_img.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}
.page-template-template-start #app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-template-template-start main {
  flex: 1;
  width: 100%;
  background-color: transparent;
}

.page-start--header {
  margin-bottom: 4rem;
}
.page-start--header h1 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #a30000;
  text-transform: uppercase;
}
.page-start--links {
  margin-bottom: 4rem;
}
.page-start--links-item {
  display: block;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0 1.84707px 15.2383px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #000;
}
.page-start--links-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-start--links-item h2 {
  position: relative;
  margin: 0;
  padding: 3rem 1rem 2rem 1rem;
  text-align: center;
  font-weight: 700;
}
.page-start--links-item h2::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 120px;
  height: 1px;
  background-color: #b9b9b9;
}
.page-start--links-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-start--header {
    margin-bottom: 2rem;
  }
  .page-start--links {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
  }
  .page-start--links-item {
    flex: 0 0 30%;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .page-start--links-item-img {
    overflow: hidden;
  }
  .page-start--links-item-img img {
    transition: transform 0.3s;
  }
  .page-start--links-item h2 {
    padding: 3rem 3rem 2rem 3rem;
  }
  .page-start--links-item:last-child {
    margin-right: 0;
  }
  .page-start--links-item:hover .page-start--links-item-img img {
    transform: scale(1.2);
  }
}
@media (min-width: 1400px) {
  .page-start--header {
    margin-bottom: 3rem;
  }
  .page-start--links-item {
    flex: 0 0 calc(40% - 2rem);
    margin-right: 4rem;
  }
  .page-start--links-item h2 {
    padding: 3rem 6rem 2rem 6rem;
  }
}
@media (min-width: 1600px) {
  .page-start--links-item {
    flex: 0 0 calc(50% - 2rem);
  }
}
.subpages-wysiwyg {
  margin-bottom: 4rem;
}
.subpages-wysiwyg--title {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.subpages-wysiwyg--title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.subpages-wysiwyg--content p {
  text-align: center;
  font-size: 14px;
}
.subpages-wysiwyg--content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.subpages-wysiwyg--content img.aligncenter {
  margin: 0 auto;
}
.subpages-wysiwyg--content .gallery-item {
  margin: 0 0 2rem;
}
.subpages-wysiwyg--content .gallery-item img {
  margin: 0 auto;
}
.subpages-wysiwyg--content .gallery-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .subpages-wysiwyg {
    margin-bottom: 8rem;
  }
  .subpages-wysiwyg--title {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .subpages-wysiwyg--content {
    max-width: 700px;
    margin: 0 auto;
  }
  .subpages-wysiwyg--content .gallery-columns-4 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .subpages-wysiwyg--content .gallery-item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .subpages-wysiwyg--content .gallery-item:last-child {
    margin-right: 0;
  }
}
.page-contact--main-header {
  margin-bottom: 4rem;
}
.page-contact--main-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-contact--main-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-contact--main-content {
  margin-bottom: 4rem;
}
.page-contact--main-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.page-contact--main-person-img {
  margin-bottom: 2rem;
}
.page-contact--main-person-img img {
  display: block;
}
.page-contact--main-person-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-contact--main-person-data strong {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin-bottom: 1rem;
  text-align: center;
}
.page-contact--main-person-data-tel {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0.3rem;
}
.page-contact--main-person-data-tel svg {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 1rem;
}
.page-contact--main-person-data-tel a {
  text-decoration: none;
  margin-right: 1rem;
}
.page-contact--main-person-data-email {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.page-contact--main-person-data-email svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.9rem;
  margin-left: -0.2rem;
}
.page-contact--features {
  background: url("../images/world_map.png") no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.page-contact--features-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-contact--features-main-flag {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 4rem;
}
.page-contact--features-main-flag img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.page-contact--features-main-count {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-contact--features-main-count span {
  display: inline-block;
}
.page-contact--features-main-count span:first-child {
  font-size: 3rem;
  color: #cf3228;
  font-weight: 600;
  margin-bottom: 1rem;
}
.page-contact--form {
  margin-bottom: 4rem;
}
.page-contact--form-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-contact--form-content {
  margin-bottom: 4rem;
}
.page-contact--form-content-person {
  display: flex;
  flex-direction: column;
}
.page-contact--form-content-person-img {
  margin-bottom: 1rem;
}
.page-contact--form-content-person-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-contact--form-content-person h3 {
  margin: 0 0 1rem;
  font-size: 15px;
}
.page-contact--form-content-person ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-contact--form-content-person ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.page-contact--form-content-person ul li:first-child svg {
  margin-right: 10px;
  margin-left: 3px;
}
.page-contact--form-content-person ul li:first-child a:first-of-type {
  margin-right: 0.5rem;
}
.page-contact--form-content-person ul li:last-child {
  margin-bottom: 0;
}
.page-contact--form-content-person ul li:last-child svg {
  width: 28px;
  margin-left: 2px;
}
.page-contact--form-content-person ul a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
}
.page-contact--form-content-person ul svg {
  display: block;
  width: 24px;
  height: auto;
  margin-right: 0.5rem;
}
.page-contact--form-form {
  position: relative;
  padding-top: 2rem;
}
.page-contact--form-form-header {
  position: relative;
}
.page-contact--form-form-header-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}
.page-contact--form-form-header h2 {
  margin: 0 0 1rem;
  font-size: 2rem;
  color: #fff;
}
.page-contact--form-form-header p {
  margin: 0 0 3rem;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-contact--form-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
  left: -1rem;
  background-color: #a50303;
}
.page-contact--map {
  position: relative;
}
.page-contact--map-header {
  margin-bottom: 4rem;
}
.page-contact--map-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-contact--map-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-contact--map #gmap {
  width: 100%;
  height: 400px;
}
.page-contact--map-overlay {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  display: flex;
  background-color: #fff;
  box-shadow: 0px 33px 44px rgba(0, 0, 0, 0.12);
}
.page-contact--map-overlay-icon {
  margin-right: 1rem;
}
.page-contact--map-overlay-icon svg {
  display: block;
}
.page-contact--map-overlay-main h3 {
  margin: 0 0 1rem;
  font-size: 22px;
}
.page-contact--map-overlay-main p {
  margin: 0 0 2rem;
}

@media screen and (min-width: 1000px) {
  .page-contact--main-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-contact--main-person {
    flex-direction: row;
    justify-content: center;
  }
  .page-contact--main-person-img {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .page-contact--main-person-data strong {
    text-align: left;
  }
  .page-contact--features {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .page-contact--features-main-flag {
    margin-right: 6rem;
  }
  .page-contact--form {
    overflow: hidden;
  }
  .page-contact--form-wrapper {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-contact--form-content {
    flex: 1;
    margin-right: 4rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .page-contact--form-content-person {
    flex-direction: row;
    margin-top: 4rem;
  }
  .page-contact--form-content-person-img {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .page-contact--form-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 4rem;
    padding-top: 4rem;
  }
  .page-contact--form-form::before {
    right: -50vw;
  }
  .page-contact--map-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-contact--map-overlay {
    bottom: 3rem;
    left: 6rem;
    padding: 3rem 5rem 3rem 2rem;
  }
  .page-contact--map-overlay-icon {
    margin-right: 2rem;
  }
}
.page-contact-team--main {
  margin-bottom: 4rem;
}
.page-contact-team--main header {
  margin-bottom: 4rem;
}
.page-contact-team--main header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-contact-team--main header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-contact-team--main-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-contact-team--main-data img {
  display: block;
  max-width: 173px;
  height: auto;
  margin-bottom: 22px;
}
.page-contact-team--main-data h3 {
  margin: 0 0 1rem;
  color: #cf3228;
  font-size: 17px;
}
.page-contact-team--main-data address {
  margin: 0;
  font-style: normal;
  font-size: 17px;
}
.page-contact-team--main-data p {
  margin: 0 0 2rem;
  font-size: 17px;
}
.page-contact-team--main-data ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact-team--main-data ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.page-contact-team--main-data ul li:nth-child(2) svg {
  opacity: 0;
}
.page-contact-team--main-data ul li:last-child {
  margin-bottom: 0;
}
.page-contact-team--main-data ul svg {
  display: block;
  margin-right: 1rem;
}
.page-contact-team--main-data ul span {
  margin-right: 0.5rem;
}
.page-contact-team--main-data ul a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.page-contact-team--map {
  position: relative;
}
.page-contact-team--map .voivodeships-info-wrapper {
  flex: 1;
}
.page-contact-team--map .voivodeships-info-intro h3 {
  font-size: 1.7em;
}
.page-contact-team--map .voivodeship-info {
  min-height: 110px;
}
.page-contact-team--map .voivodeship-info h4 {
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-contact-team--map .voivodeship-info .trader-info--name {
  font-weight: 600;
  font-size: 1.6em;
}
.page-contact-team--map .voivodeship-info .trader-info--position {
  margin-bottom: 0.5em;
}
.page-contact-team--map .voivodship {
  fill: #ccc;
}
.page-contact-team--map .voivodship:hover {
  fill: #a52926;
  cursor: pointer;
}
.page-contact-team--map .voivodship::before {
  content: "";
}
.page-contact-team--map .voivodship.active {
  fill: #a52926;
}
.page-contact-team--team {
  padding-top: 4rem;
}
.page-contact-team--team-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
  padding: 0 2rem 2rem 2rem;
  background: #ffffff;
  box-shadow: 0 2.6025px 21.4706px rgba(0, 0, 0, 0.25);
}
.page-contact-team--team-item-img {
  border-radius: 50%;
  overflow: hidden;
  margin-top: -62px;
}
.page-contact-team--team-item-img img {
  display: block;
}
.page-contact-team--team-item h3 {
  margin: 0 0 2rem;
  border-bottom: solid 1px #b9b9b9;
  text-align: center;
  padding: 0 1rem 2rem;
  font-size: 22px;
  line-height: 1.5;
}
.page-contact-team--team-item a {
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 1rem;
  color: #000;
}
.page-contact-team--team-item a svg {
  margin-right: 1rem;
}
.page-contact-team--team-item a:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .page-contact-team--main header {
    margin-bottom: 6rem;
  }
  .page-contact-team--main header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-contact-team--main header h2::after {
    width: 340px;
  }
  .page-contact-team--main-wrapper {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
  }
  .page-contact-team--main-data {
    margin-right: 4rem;
  }
  .page-contact-team--main-img img {
    margin-top: -8rem;
  }
  .page-contact-team--map {
    margin-bottom: 4rem;
  }
  .page-contact-team--map-wrapper {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
  }
  .page-contact-team--map .voivodeships-info-wrapper {
    flex: 0 0 50%;
  }
  .page-contact-team--map .trader-map {
    flex: 0 0 50%;
  }
  .page-contact-team--team {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
  }
  .page-contact-team--team-item {
    flex: 0 1 calc(50% - 2rem);
    box-sizing: border-box;
    margin-right: 4rem;
  }
  .page-contact-team--team-item:nth-child(2n) {
    margin-right: 0;
  }
}
.page-offer-subpage--main-container {
  padding-right: 1rem;
  padding-left: 1rem;
}
.page-offer-subpage--nav {
  display: none;
}
.page-offer-subpage--section {
  margin-bottom: 4rem;
}
.page-offer-subpage--section header {
  margin-bottom: 3rem;
}
.page-offer-subpage--section header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-offer-subpage--section header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-offer-subpage--section header p {
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 1000px) {
  .page-offer-subpage {
    display: flex;
    align-items: flex-start;
  }
  .page-offer-subpage--main {
    flex: 1;
    padding-top: 4rem;
  }
  .page-offer-subpage--main-container {
    max-width: 700px;
    margin: 0 auto;
  }
  .page-offer-subpage--section {
    margin-bottom: 6rem;
  }
  .page-offer-subpage--nav {
    position: sticky;
    top: 0;
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
  }
  .page-offer-subpage--nav > div {
    background: transparent url("../images/offer_subpage_nav_bg0.png") no-repeat;
    background-size: cover;
  }
  .page-offer-subpage--nav > div > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    background-color: rgba(207, 50, 40, 0.8);
  }
  .page-offer-subpage--nav > div > div img {
    display: block;
  }
  .page-offer-subpage--nav > a {
    text-decoration: none;
  }
  .page-offer-subpage--nav > a div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
  }
  .page-offer-subpage--nav > a img {
    display: block;
    height: 38px;
    width: 38px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 1rem;
  }
  .page-offer-subpage--nav > a svg {
    display: block;
    margin-bottom: 1rem;
  }
  .page-offer-subpage--nav > a svg path {
    fill: #cf3228;
  }
  .page-offer-subpage--nav > a span {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #565656;
    font-size: 11px;
    font-weight: 500;
  }
  .page-offer-subpage--nav > a span::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 50px;
    height: 1px;
    background-color: #cecece;
  }
  .page-offer-subpage--nav > a:nth-child(2n-1) div {
    background-color: #cf3228;
  }
  .page-offer-subpage--nav > a:nth-child(2n-1) svg path {
    fill: #fff;
  }
  .page-offer-subpage--nav > a:nth-child(2n-1) span {
    color: #fff;
  }
  .page-offer-subpage--nav > a:nth-child(6n-3) {
    background: transparent url("../images/offer_subpage_nav_bg1.png") no-repeat;
    background-size: cover;
  }
  .page-offer-subpage--nav > a:nth-child(6n-3) div {
    background-color: rgba(207, 50, 40, 0.8);
  }
  .page-offer-subpage--nav > a:nth-child(6n-1) {
    background: transparent url("../images/offer_subpage_nav_bg2.png") no-repeat;
    background-size: cover;
  }
  .page-offer-subpage--nav > a:nth-child(6n-1) div {
    background-color: rgba(207, 50, 40, 0.8);
  }
  .page-offer-subpage--nav > a:nth-child(6n+1) {
    background: transparent url("../images/offer_subpage_nav_bg0.png") no-repeat;
    background-size: cover;
  }
  .page-offer-subpage--nav > a:nth-child(6n+1) div {
    background-color: rgba(207, 50, 40, 0.8);
  }
  .page-offer-subpage--section header {
    margin-bottom: 4rem;
  }
  .page-offer-subpage--section header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-offer-subpage--section header h2::after {
    width: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .page-offer-subpage--main-container {
    max-width: 800px;
  }
}
@media screen and (min-width: 1400px) {
  .page-offer-subpage--main-container {
    max-width: 1000px;
  }
}
.wysiwyg-section--main {
  font-size: 14px;
}
.wysiwyg-section--main img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wysiwyg-section--main img.aligncenter {
  margin: 0 auto;
}

.products-section--list {
  margin-bottom: 4rem;
}
.products-section--list-item {
  display: flex;
  margin-bottom: 2rem;
}
.products-section--list-item-img {
  flex: 1;
  margin-right: 1rem;
}
.products-section--list-item-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.products-section--list-item-main {
  flex: 2;
  font-size: 14px;
}
.products-section--list-item-main span {
  margin-bottom: 10px;
  display: inline-block;
  color: #c8c8c8;
}
.products-section--list-item-main h3 {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.products-section--list-item-main a {
  text-decoration: none;
}
.products-section--list-item:last-child {
  margin-bottom: 0;
}
.products-section--overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.products-section--overlay-wrapper {
  position: relative;
  overflow: hidden;
  max-width: calc(100vw - 6rem);
  padding: 2rem;
  background-color: #fff;
}
.products-section--overlay-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 3rem;
  line-height: 0.5;
}
.products-section--overlay-img {
  margin-bottom: 1rem;
}
.products-section--overlay-img img {
  display: block;
  height: 130px;
  width: auto;
  margin: 0 auto;
}
.products-section--overlay h3 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
}
.products-section--overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.products-section--overlay ul li {
  margin-bottom: 8px;
  font-size: 0.8rem;
}
.products-section--overlay ul li span:first-child {
  font-weight: 500;
}
.products-section--overlay ul li:last-child {
  margin-bottom: 0;
}
.products-section--overlay-btn {
  text-align: center;
}
.products-section--overlay.toggled {
  display: flex;
}

@media screen and (min-width: 1000px) {
  .products-section--list {
    display: flex;
    flex-wrap: wrap;
  }
  .products-section--list-item {
    flex: 0 1 calc(33.3333333333% - 1.3333333333rem);
    margin-right: 2rem;
    align-items: center;
  }
  .products-section--list-item:nth-child(3n) {
    margin-right: 0;
  }
  .products-section--list-item:last-child {
    margin-bottom: 2rem;
  }
  .products-section--overlay-wrapper {
    width: 100%;
    max-width: 450px;
    padding: 4rem;
  }
  .products-section--overlay-close {
    cursor: pointer;
  }
  .products-section--overlay-img img {
    height: 150px;
  }
  .products-section--overlay h3 {
    font-size: 1.3rem;
  }
  .products-section--overlay ul {
    margin-bottom: 2rem;
  }
  .products-section--overlay ul li {
    font-size: 1rem;
  }
}
.fulfillment-time-section footer {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .fulfillment-time-section {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
.place-order-section--main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.place-order-section--main-img {
  margin-bottom: 2rem;
}
.place-order-section--main-img img {
  display: block;
}
.place-order-section--main-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.place-order-section--main-data strong {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 1rem;
}
.place-order-section--main-data-tel {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.place-order-section--main-data-tel svg,
.place-order-section--main-data-tel img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.place-order-section--main-data-tel a {
  text-decoration: none;
  margin-right: 1rem;
}
.place-order-section--main-data-email {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 1rem;
}
.place-order-section--main-data-email svg,
.place-order-section--main-data-email img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.place-order-section--main-data-bottom {
  margin: 0;
  font-size: 14px;
  color: #acacac;
}
.place-order-section footer {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .place-order-section {
    max-width: 700px;
    margin: 0 auto;
  }
  .place-order-section header p {
    line-height: 1.6;
  }
  .place-order-section--main {
    flex-direction: row;
    justify-content: center;
  }
  .place-order-section--main-img {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .place-order-section--main-data-bottom {
    max-width: 250px;
  }
}
.product-features-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.product-features-section ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.product-features-section ul li:last-child {
  margin-bottom: 0;
}
.product-features-section ul img {
  display: block;
  max-width: 100%;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  object-fit: contain;
  object-position: center;
}
.product-features-section ul p {
  font-size: 14px;
}
.product-features-section ul p:first-child {
  margin-top: 0;
}
.product-features-section ul p:last-child {
  margin-bottom: 0;
}
.product-features-section ul p:only-child {
  margin: 0;
}
.product-features-section--additional-text {
  font-weight: 700;
  font-size: 18px;
}

@media screen and (min-width: 1000px) {
  .product-features-section ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-features-section ul li {
    flex: 0 1 calc(50% - 3rem);
    margin-right: 6rem;
    margin-bottom: 4rem;
  }
  .product-features-section ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-features-section ul li:last-child {
    margin-bottom: 4rem;
  }
  .product-features-section ul img {
    width: 5rem;
    height: 5rem;
    margin-bottom: 2rem;
  }
}
.our-work-gallery-section--categories {
  margin-bottom: 4rem;
}
.our-work-gallery-section--category {
  margin-bottom: 4rem;
}
.our-work-gallery-section--category h3 {
  margin: 0 0 2rem;
  text-align: center;
  font-weight: 600;
}
.our-work-gallery-section--category-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.our-work-gallery-section--category-gallery a {
  display: block;
  max-width: 210px;
  margin: 0 1rem;
}
.our-work-gallery-section--category-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}
.our-work-gallery-section--category:last-child {
  margin-bottom: 0;
}
.our-work-gallery-section footer {
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .our-work-gallery-section--category h3 {
    font-size: 24px;
  }
  .our-work-gallery-section--category-gallery {
    justify-content: flex-start;
  }
  .our-work-gallery-section--category-gallery a {
    position: relative;
    max-width: 160px;
    transition: opacity 0.2s;
  }
  .our-work-gallery-section--category-gallery a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='40' viewBox='0 0 41 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.373 38.0591L31.305 28.9911C33.971 25.9401 35.583 21.9561 35.583 17.6051C35.583 8.03208 27.786 0.236084 18.214 0.236084C8.641 0.236084 0.854004 8.03208 0.854004 17.6051C0.854004 27.1781 8.641 34.9651 18.214 34.9651C22.675 34.9651 26.751 33.2711 29.839 30.4941L38.891 39.5451C39.091 39.7371 39.368 39.8491 39.632 39.8491C39.896 39.8491 40.163 39.7381 40.373 39.5451C40.777 39.1311 40.777 38.4731 40.373 38.0591ZM29.335 28.0571C29.18 28.2211 29.023 28.3861 28.868 28.5331C26.109 31.2181 22.353 32.8761 18.214 32.8761C9.795 32.8761 2.934 26.0241 2.934 17.6051C2.934 9.18708 9.795 2.33408 18.214 2.33408C26.633 2.33408 33.494 9.18608 33.494 17.6051C33.494 21.6521 31.919 25.3251 29.335 28.0571Z' fill='%23BE2011'/%3E%3Cpath d='M25.4301 17.62C25.4301 17.93 25.1801 18.19 24.8611 18.19H18.8311V24.22C18.8311 24.531 18.5811 24.79 18.2711 24.79C17.9511 24.79 17.7011 24.53 17.7011 24.22V18.19H11.6711C11.3611 18.19 11.1011 17.93 11.1011 17.62C11.1011 17.31 11.3611 17.05 11.6711 17.05H17.7011V11.02C17.7011 10.71 17.9511 10.46 18.2711 10.46C18.5811 10.46 18.8311 10.71 18.8311 11.02V17.05H24.8611C25.1801 17.05 25.4301 17.31 25.4301 17.62Z' fill='%23BE2011'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
  }
  .our-work-gallery-section--category-gallery a:hover {
    opacity: 0.5;
  }
  .our-work-gallery-section--category-gallery a:hover::after {
    opacity: 1;
  }
}
.production-and-decoration-section--s1, .production-and-decoration-section--s2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.production-and-decoration-section--s1-img, .production-and-decoration-section--s2-img {
  margin-bottom: 2rem;
}
.production-and-decoration-section--s1-img img, .production-and-decoration-section--s2-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.production-and-decoration-section--s1 {
  margin-bottom: 4rem;
}

@media screen and (min-width: 1000px) {
  .production-and-decoration-section--s1 {
    flex-direction: row;
  }
  .production-and-decoration-section--s1-img {
    flex: 1;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .production-and-decoration-section--s1-text {
    flex: 1;
  }
  .production-and-decoration-section--s2 {
    flex-direction: row-reverse;
  }
  .production-and-decoration-section--s2-img {
    flex: 1;
    margin-bottom: 0;
  }
  .production-and-decoration-section--s2-text {
    flex: 1;
    margin-right: 4rem;
  }
}
.about-text2col-section--main {
  display: flex;
  flex-direction: column;
}
.about-text2col-section--col1-img, .about-text2col-section--col2-img {
  margin-bottom: 2rem;
}
.about-text2col-section--col1-img img, .about-text2col-section--col2-img img {
  display: block;
  max-width: 100%;
  width: 5rem;
  height: auto;
}
.about-text2col-section--col1-text p, .about-text2col-section--col2-text p {
  font-size: 14px;
}
.about-text2col-section--col1-text p:first-child, .about-text2col-section--col2-text p:first-child {
  margin-top: 0;
}
.about-text2col-section--col1-text p:last-child, .about-text2col-section--col2-text p:last-child {
  margin-bottom: 0;
}
.about-text2col-section--col1-text p:only-child, .about-text2col-section--col2-text p:only-child {
  margin: 0;
}
.about-text2col-section--col1 {
  margin-bottom: 4rem;
}

@media screen and (min-width: 1000px) {
  .about-text2col-section--main {
    flex-direction: row;
  }
  .about-text2col-section--col1 {
    flex: 1;
    margin-right: 6rem;
    margin-bottom: 0;
  }
  .about-text2col-section--col2 {
    flex: 1;
  }
}
.s2col-img-text-section--main {
  display: flex;
  flex-direction: column;
}
.s2col-img-text-section--main-img {
  margin-bottom: 2rem;
}
.s2col-img-text-section--main-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .s2col-img-text-section--main {
    flex-direction: row;
  }
  .s2col-img-text-section--main-img {
    flex: 1;
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .s2col-img-text-section--main-text {
    flex: 1;
  }
}
.color-template-section--main {
  position: relative;
  margin-bottom: 4rem;
}
.color-template-section--main-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.color-template-section--main-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.color-template-section--main-text span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.color-template-section--main-text h2 {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
}
.color-template-section--color-categories {
  display: flex;
  flex-wrap: wrap;
}
.color-template-section--color-category {
  flex: 0 0 100%;
  margin-bottom: 2rem;
}
.color-template-section--color-category h3 {
  margin: 0 0 1rem;
  color: #a52926;
}
.color-template-section--color-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.color-template-section--color-category ul li {
  flex: 0 0 calc(20% - 0.8rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.color-template-section--color-category ul li div {
  width: 100%;
  height: 50px;
  border-radius: 6px 0 6px 0;
  margin-bottom: 4px;
}
.color-template-section--color-category ul li span {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  text-align: center;
}
.color-template-section--color-category ul li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .color-template-section--main-text span {
    font-size: 22px;
  }
  .color-template-section--main-text h2 {
    font-size: 36px;
  }
  .color-template-section--color-categories {
    flex-wrap: nowrap;
  }
  .color-template-section--color-category {
    flex: 1;
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .color-template-section--color-category ul li {
    flex: 0 0 calc(33.3333333333% - 0.75rem);
  }
  .color-template-section--color-category ul li:nth-child(5n) {
    margin-right: 1rem;
  }
  .color-template-section--color-category ul li:nth-child(3n) {
    margin-right: 0;
  }
  .color-template-section--color-category:last-child {
    margin-right: 0;
  }
}
.size-chart-section--sizes {
  margin-bottom: 4rem;
}
.size-chart-section--size {
  overflow: hidden;
}
.size-chart-section--size-img {
  position: relative;
  height: 160px;
}
.size-chart-section--size-img svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.size-chart-section--size h3 {
  margin: 0 0 4px;
  color: #a52926;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.size-chart-section--size p {
  margin: 0;
  text-align: center;
  color: #484B4D;
  font-size: 0.9rem;
}

@media screen and (min-width: 1000px) {
  .size-chart-section--sizes {
    display: flex;
    flex-wrap: wrap;
  }
  .size-chart-section--size {
    flex: 0 1 calc(20% - 0.8rem);
    margin-right: 1rem;
  }
  .size-chart-section--size-img {
    margin-bottom: 1rem;
  }
  .size-chart-section--size:nth-child(5n) {
    margin-right: 0;
  }
}
.gallery-slider-section--gallery {
  margin-bottom: 2rem;
}
.gallery-slider-section--arrows {
  text-align: center;
}
.gallery-slider-section--arrows img {
  cursor: pointer;
}

.our-assortment-section--item {
  display: flex;
  margin-bottom: 2rem;
}
.our-assortment-section--item-img {
  display: block;
  margin-right: 1rem;
  flex: 0 0 120px;
}
.our-assortment-section--item-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.our-assortment-section--item-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
}
.our-assortment-section--item-main span {
  width: 100%;
  color: #95989a;
  margin-bottom: 4px;
}
.our-assortment-section--item-main h3 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
}

@media screen and (min-width: 1000px) {
  .our-assortment-section--items {
    display: flex;
    flex-wrap: wrap;
  }
  .our-assortment-section--item {
    flex: 0 0 calc(50% - 2rem);
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
  .our-assortment-section--item:nth-child(2n) {
    margin-right: 0;
  }
}
.check-our-offer-section--items {
  display: flex;
  flex-wrap: wrap;
}
.check-our-offer-section--item {
  display: block;
  flex: 0 0 100%;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}
.check-our-offer-section--item h3 {
  width: 100%;
  margin: 0;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #a52926;
  font-size: 1.1rem;
}

@media screen and (min-width: 500px) {
  .check-our-offer-section--item {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 500px) {
  .check-our-offer-section--items {
    flex-wrap: nowrap;
  }
  .check-our-offer-section--item {
    flex: 1;
  }
}
.links-section {
  padding-top: 4rem;
}
.links-section--items {
  display: flex;
  flex-direction: column;
}
.links-section--item {
  text-decoration: none;
  color: #000;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
}
.links-section--item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.links-section--item-main {
  position: relative;
  padding: 2rem 2rem 1rem;
  display: flex;
  align-items: center;
}
.links-section--item-main svg {
  display: block;
  margin-right: 1rem;
}
.links-section--item-main h3 {
  margin: 0;
}
.links-section--item-main::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 60%;
  background-color: #d5d5d5;
}

@media screen and (min-width: 1000px) {
  .links-section {
    padding-top: 6rem;
  }
  .links-section--items {
    flex-direction: row;
  }
  .links-section--item {
    flex: 1;
    margin-right: 2rem;
  }
  .links-section--item:last-child {
    margin-right: 0;
  }
}
.torby-papierowe-recznie-zdobione .product-features-section ul {
  align-items: center;
}
.torby-papierowe-recznie-zdobione .product-features-section ul li {
  min-width: 120px;
  padding: 2rem;
  border-radius: 12px;
  border: solid 1px #cf3228;
}
.torby-papierowe-recznie-zdobione .product-features-section ul li:first-child {
  background-color: #cf3228;
  color: #fff;
}

@media (min-width: 1000px) {
  .torby-papierowe-recznie-zdobione .product-features-section ul {
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .torby-papierowe-recznie-zdobione .product-features-section ul li {
    min-width: auto;
    padding: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .torby-papierowe-recznie-zdobione .product-features-section ul li:nth-child(2n) {
    margin-right: 1rem;
  }
  .torby-papierowe-recznie-zdobione .product-features-section ul li:last-child {
    margin-right: 0;
  }
  .torby-papierowe-recznie-zdobione .product-features-section ul img {
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
  }
}
.page-dies--table {
  margin-bottom: 4rem;
}
.page-dies--table-header {
  margin-bottom: 4rem;
}
.page-dies--table-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-dies--table-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-dies--table-main {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
}
.page-dies--table-main-img {
  margin-bottom: 1rem;
}
.page-dies--table-main-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-dies--table-main-table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.page-dies--table-main-table thead td {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  padding: 0.9rem;
}
.page-dies--table-main-table tbody tr:nth-child(2n-1) {
  background-color: #f7f7f7;
}
.page-dies--table-main-table tbody td {
  font-size: 18px;
  padding: 0.9rem;
  color: #555;
}
.page-dies--table-main-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 2rem 1rem;
}
.page-dies--table-main-footer p {
  margin: 0 0 2rem;
  width: 100%;
  color: #555;
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .page-dies--table {
    margin-bottom: 8rem;
  }
  .page-dies--table-header {
    margin-bottom: 4rem;
  }
  .page-dies--table-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-dies--table-main-img img {
    max-height: 300px;
    object-fit: cover;
  }
  .page-dies--table-main-table {
    width: calc(100% - 2rem);
    margin: 0 auto 3rem;
  }
  .page-dies--table-main-footer {
    padding: 0 2rem 4rem 2rem;
  }
  .page-dies--table-main-footer p {
    margin-bottom: 3rem;
    font-size: 14px;
  }
}
.page-files-preparation--how {
  margin-bottom: 4rem;
}
.page-files-preparation--how-header {
  margin-bottom: 4rem;
}
.page-files-preparation--how-header p {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #949494;
}
.page-files-preparation--how-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-files-preparation--how-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-files-preparation--how-main {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
}
.page-files-preparation--how-main-img {
  margin-bottom: 1rem;
}
.page-files-preparation--how-main-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-files-preparation--how-main-table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.page-files-preparation--how-main-table thead td {
  text-align: left;
  font-size: 18px;
  padding: 0.9rem;
  font-weight: 500;
}
.page-files-preparation--how-main-table tbody tr:nth-child(2n-1) {
  background-color: #f7f7f7;
}
.page-files-preparation--how-main-table tbody td {
  font-size: 18px;
  padding: 0.9rem;
  color: #555;
}
.page-files-preparation--how-main-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 2rem 1rem;
}
.page-files-preparation--recommendations {
  margin-bottom: 4rem;
}
.page-files-preparation--recommendations-header {
  margin-bottom: 4rem;
}
.page-files-preparation--recommendations-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-files-preparation--recommendations-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-files-preparation--recommendations-main {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
}
.page-files-preparation--recommendations-main-img {
  margin-bottom: 1rem;
}
.page-files-preparation--recommendations-main-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-files-preparation--recommendations-main-table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.page-files-preparation--recommendations-main-table thead td {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 0.9rem;
}
.page-files-preparation--recommendations-main-table tbody tr:nth-child(2n-1) {
  background-color: #f7f7f7;
}
.page-files-preparation--recommendations-main-table tbody td {
  font-size: 18px;
  padding: 0.9rem;
  color: #555;
}
.page-files-preparation--recommendations-main-table tbody td p:first-child {
  margin-top: 0;
}
.page-files-preparation--recommendations-main-table tbody td p:last-child {
  margin-bottom: 0;
}
.page-files-preparation--recommendations-main-table tbody td p:only-child {
  margin: 0;
}
.page-files-preparation--recommendations-main-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 2rem 1rem;
}
.page-files-preparation--sample-files {
  margin-bottom: 4rem;
}
.page-files-preparation--sample-files-header {
  margin-bottom: 4rem;
}
.page-files-preparation--sample-files-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-files-preparation--sample-files-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-files-preparation--sample-files-files {
  display: flex;
  flex-direction: column;
}
.page-files-preparation--sample-files-file {
  margin-bottom: 2rem;
  display: flex;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
}
.page-files-preparation--sample-files-file-thumbnail {
  margin-right: 1rem;
}
.page-files-preparation--sample-files-file-thumbnail img {
  display: block;
  max-width: 100px;
  height: auto;
}
.page-files-preparation--sample-files-file-main {
  flex: 1;
  align-self: center;
  margin-right: 1rem;
}
.page-files-preparation--sample-files-file-main h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.page-files-preparation--sample-files-file-main a {
  text-decoration: none;
}
.page-files-preparation--sample-files-file-icon {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background-color: #cf3228;
}
.page-files-preparation--sample-files-file-icon svg {
  display: block;
}
.page-files-preparation--sample-files-file:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
  .page-files-preparation--how {
    max-width: 700px;
    margin: 0 auto 8rem;
  }
  .page-files-preparation--how-header {
    margin-bottom: 4rem;
  }
  .page-files-preparation--how-header p {
    font-size: 22px;
  }
  .page-files-preparation--how-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-files-preparation--how-main-img img {
    max-height: 300px;
    object-fit: cover;
  }
  .page-files-preparation--how-main-table {
    width: calc(100% - 2rem);
    margin: 0 auto 3rem;
  }
  .page-files-preparation--how-main-table thead td {
    padding-bottom: 2rem;
  }
  .page-files-preparation--how-main-footer {
    padding: 0 2rem 4rem 2rem;
  }
  .page-files-preparation--how-main-footer p {
    margin-bottom: 3rem;
    font-size: 14px;
  }
  .page-files-preparation--recommendations {
    max-width: 700px;
    margin: 0 auto 8rem;
  }
  .page-files-preparation--recommendations-header {
    margin-bottom: 4rem;
  }
  .page-files-preparation--recommendations-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-files-preparation--recommendations-main-img img {
    max-height: 300px;
    object-fit: cover;
  }
  .page-files-preparation--recommendations-main-table {
    width: calc(100% - 2rem);
    margin: 0 auto 3rem;
  }
  .page-files-preparation--recommendations-main-table thead td {
    padding-bottom: 2rem;
  }
  .page-files-preparation--recommendations-main-footer {
    padding: 0 2rem 4rem 2rem;
  }
  .page-files-preparation--recommendations-main-footer p {
    margin-bottom: 3rem;
    font-size: 14px;
  }
  .page-files-preparation--sample-files {
    margin-bottom: 8rem;
  }
  .page-files-preparation--sample-files-header {
    margin-bottom: 4rem;
  }
  .page-files-preparation--sample-files-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-files-preparation--sample-files-files {
    max-width: 700px;
    margin: 0 auto;
  }
  .page-files-preparation--sample-files-file-thumbnail {
    padding: 1rem 0;
    flex: 1;
  }
  .page-files-preparation--sample-files-file-thumbnail img {
    margin: 0 auto;
  }
}
.page-valuation-info--info {
  margin-bottom: 4rem;
}
.page-valuation-info--info-header {
  margin-bottom: 4rem;
}
.page-valuation-info--info-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-valuation-info--info-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-valuation-info--info-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-valuation-info--info-item {
  flex: 1 1 100%;
  padding: 2rem;
  border: 1px solid #cf3228;
  border-radius: 12px;
  margin-bottom: 2rem;
}
.page-valuation-info--info-item-icon {
  margin-bottom: 2rem;
}
.page-valuation-info--info-item-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-valuation-info--info-item-text {
  font-size: 14px;
  line-height: 20px;
}
.page-valuation-info--info-item:nth-child(1) {
  background-color: #cf3228;
  color: #fff;
}
.page-valuation-info--info-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .page-valuation-info--info-item {
    flex: 1 1 calc(50% - 6rem);
    margin-right: 2rem;
  }
  .page-valuation-info--info-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-valuation-info--info-item:last-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-valuation-info--info {
    margin-bottom: 8rem;
  }
  .page-valuation-info--info-header {
    margin-bottom: 4rem;
  }
  .page-valuation-info--info-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-valuation-info--info-item {
    padding: 3rem;
    flex: 1 1 calc(50% - 10rem);
    margin-right: 4rem;
    margin-bottom: 4rem;
  }
  .page-valuation-info--info-item:last-child {
    margin-bottom: 4rem;
  }
}
.page-eu--main {
  margin-bottom: 4rem;
}
.page-eu--main-header {
  margin-bottom: 4rem;
}
.page-eu--main-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-eu--main-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-eu--main-text img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-eu--main-text img.aligncenter {
  margin: 0 auto;
}
.page-eu--form {
  background-size: cover;
  background-position: center;
}
.page-eu--form-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-eu--form-content {
  margin-bottom: 4rem;
}
.page-eu--form-content-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-eu--form-content h2 {
  margin: 0 0 1rem;
  font-size: 2rem;
}
.page-eu--form-content p {
  margin: 0 0 3rem;
  color: #cf3228;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-eu--form-content-person {
  display: flex;
  flex-direction: column;
}
.page-eu--form-content-person-img {
  margin-bottom: 1rem;
}
.page-eu--form-content-person-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-eu--form-content-person h3 {
  margin: 0 0 1rem;
  font-size: 15px;
}
.page-eu--form-content-person ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-eu--form-content-person ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.page-eu--form-content-person ul li:first-child svg {
  margin-right: 10px;
  margin-left: 3px;
}
.page-eu--form-content-person ul li:first-child a:first-of-type {
  margin-right: 0.5rem;
}
.page-eu--form-content-person ul li:last-child {
  margin-bottom: 0;
}
.page-eu--form-content-person ul li:last-child svg {
  width: 28px;
  margin-left: 2px;
}
.page-eu--form-content-person ul a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 12px;
}
.page-eu--form-content-person ul svg {
  display: block;
  width: 24px;
  height: auto;
  margin-right: 0.5rem;
}
.page-eu--form-form {
  position: relative;
  padding-top: 2rem;
}
.page-eu--form-form::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
  left: -1rem;
  background-color: #a50303;
}

@media screen and (min-width: 1000px) {
  .page-eu--main {
    margin-bottom: 8rem;
  }
  .page-eu--main-header {
    margin-bottom: 4rem;
  }
  .page-eu--main-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-eu--form {
    overflow: hidden;
  }
  .page-eu--form-wrapper {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-eu--form-content {
    flex: 1;
    margin-right: 4rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .page-eu--form-content-person {
    flex-direction: row;
  }
  .page-eu--form-content-person-img {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .page-eu--form-form {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 4rem;
    padding-top: 4rem;
  }
  .page-eu--form-form::before {
    right: -50vw;
  }
}
.page-paper-bags--brands {
  margin-bottom: 4rem;
}
.page-paper-bags--brands-header {
  margin-bottom: 4rem;
}
.page-paper-bags--brands-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-paper-bags--brands-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-paper-bags--brands-items .slick-track {
  display: flex;
  height: auto;
}
.page-paper-bags--brands-items .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.page-paper-bags--brands-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-paper-bags--links {
  margin-bottom: 4rem;
}
.page-paper-bags--links-header {
  margin-bottom: 4rem;
}
.page-paper-bags--links-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-paper-bags--links-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-paper-bags--links-items {
  display: flex;
  flex-direction: column;
}
.page-paper-bags--links-item {
  text-decoration: none;
  color: #000;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 2.36212px 19.4875px rgba(0, 0, 0, 0.25);
}
.page-paper-bags--links-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-paper-bags--links-item-main {
  position: relative;
  padding: 2rem 2rem 1rem;
  display: flex;
  align-items: center;
}
.page-paper-bags--links-item-main svg {
  display: block;
  margin-right: 1rem;
}
.page-paper-bags--links-item-main h3 {
  margin: 0;
}
.page-paper-bags--links-item-main::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 60%;
  background-color: #d5d5d5;
}

@media screen and (min-width: 768px) {
  .page-paper-bags--links-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-paper-bags--links-item {
    flex: 0 1 calc(50% - 1.5rem);
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .page-paper-bags--links-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-paper-bags--brands {
    max-width: 900px;
    margin: 0 auto 8rem;
  }
  .page-paper-bags--brands-header {
    margin-bottom: 6rem;
  }
  .page-paper-bags--brands-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-paper-bags--links {
    max-width: 900px;
    margin: 0 auto 8rem;
  }
  .page-paper-bags--links-header {
    margin-bottom: 6rem;
  }
  .page-paper-bags--links-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-paper-bags--links-item {
    flex: 0 1 calc(50% - 2rem);
    margin-bottom: 4rem;
    margin-right: 4rem;
  }
}
.page-paper-bags-producer--features {
  margin-bottom: 4rem;
}
.page-paper-bags-producer--features-items {
  display: flex;
  flex-direction: column;
}
.page-paper-bags-producer--features-item {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #cf3228;
  border-radius: 10px;
}
.page-paper-bags-producer--features-item-icon {
  margin-bottom: 1rem;
}
.page-paper-bags-producer--features-item-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-paper-bags-producer--features-item-content {
  font-size: 14px;
}
.page-paper-bags-producer--features-item:first-child {
  background-color: #cf3228;
  color: #fff;
}
.page-paper-bags-producer--features-item:last-child {
  margin-bottom: 0;
}
.page-paper-bags-producer--we-produce {
  margin-bottom: 4rem;
}
.page-paper-bags-producer--we-produce-header {
  margin-bottom: 4rem;
}
.page-paper-bags-producer--we-produce-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-paper-bags-producer--we-produce-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-paper-bags-producer--we-produce-items {
  display: flex;
  flex-direction: column;
}
.page-paper-bags-producer--we-produce-item {
  text-decoration: none;
  color: #000;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 2.36212px 19.4875px rgba(0, 0, 0, 0.25);
}
.page-paper-bags-producer--we-produce-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-paper-bags-producer--we-produce-item-main {
  position: relative;
  padding: 2rem 2rem 1rem;
  display: flex;
  align-items: center;
}
.page-paper-bags-producer--we-produce-item-main svg {
  display: block;
  margin-right: 1rem;
}
.page-paper-bags-producer--we-produce-item-main h3 {
  margin: 0;
}
.page-paper-bags-producer--we-produce-item-main::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 60%;
  background-color: #d5d5d5;
}

@media screen and (min-width: 768px) {
  .page-paper-bags-producer--we-produce-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-paper-bags-producer--we-produce-item {
    flex: 0 1 calc(50% - 1.5rem);
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .page-paper-bags-producer--we-produce-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-paper-bags-producer--features-items {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
  }
  .page-paper-bags-producer--features-item {
    flex: 0 1 calc(50% - 2rem);
    margin-right: 4rem;
    margin-bottom: 4rem;
    box-sizing: border-box;
  }
  .page-paper-bags-producer--features-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-paper-bags-producer--features-item:last-child {
    margin-bottom: 4rem;
  }
  .page-paper-bags-producer--we-produce {
    max-width: 900px;
    margin: 0 auto 8rem;
  }
  .page-paper-bags-producer--we-produce-header {
    margin-bottom: 6rem;
  }
  .page-paper-bags-producer--we-produce-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-paper-bags-producer--we-produce-item {
    flex: 0 1 calc(33.3333333333% - 2rem);
  }
  .page-paper-bags-producer--we-produce-item:nth-child(2n) {
    margin-right: 3rem;
  }
  .page-paper-bags-producer--we-produce-item:nth-child(3n) {
    margin-right: 0;
  }
}
.page-template-template-paper-bags-handmade .page-header-default {
  background-size: contain;
  background-repeat: no-repeat;
}

.page-paper-bags-handmade--desc {
  padding-bottom: 3rem;
}
.page-paper-bags-handmade--desc-header {
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--desc-header h2 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}
.page-paper-bags-handmade--realizations {
  padding-bottom: 3rem;
}
.page-paper-bags-handmade--realizations-header {
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--realizations-header h2 {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #a52927;
  line-height: 1;
}
.page-paper-bags-handmade--realizations-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-paper-bags-handmade--steps {
  padding-bottom: 3rem;
}
.page-paper-bags-handmade--steps-header {
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--steps-header h2 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}
.page-paper-bags-handmade--steps-item {
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--steps-item span {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #d42624;
}
.page-paper-bags-handmade--steps-item p {
  margin: 0;
  text-align: center;
}
.page-paper-bags-handmade--steps-footer p {
  margin: 0;
  text-align: center;
}
.page-paper-bags-handmade--divisions {
  padding-bottom: 3rem;
}
.page-paper-bags-handmade--divisions-header {
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--divisions-header h2 {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #a52927;
  line-height: 1;
}
.page-paper-bags-handmade--divisions-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--divisions-item span {
  display: block;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.page-paper-bags-handmade--divisions-item p {
  margin: 0 0 1rem;
  text-align: center;
}
.page-paper-bags-handmade--divisions-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}
.page-paper-bags-handmade--divisions-item a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page-paper-bags-handmade--divisions-item a span {
  font-size: 1.5rem;
}
.page-paper-bags-handmade--categories-header {
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--categories-header h2 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  color: #a52927;
}
.page-paper-bags-handmade--categories .handorgel__header__button > span {
  font-weight: 700;
}
.page-paper-bags-handmade--categories .handorgel__content__desc {
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--categories .handorgel__content__desc p:first-child {
  margin-top: 0;
}
.page-paper-bags-handmade--categories .handorgel__content__desc p:last-child {
  margin-bottom: 0;
}
.page-paper-bags-handmade--categories .handorgel__content__realizations {
  margin-bottom: 2rem;
}
.page-paper-bags-handmade--categories .handorgel__content__realizations h3 {
  margin: 0 0 1rem;
  padding: 1rem 0;
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
.page-paper-bags-handmade--categories .handorgel__content__realizations_items {
  display: flex;
  flex-wrap: wrap;
}
.page-paper-bags-handmade--categories .handorgel__content__realizations_items img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.page-paper-bags-handmade--categories .handorgel__content__products h3 {
  margin: 0 0 1rem;
  padding: 1rem 0;
  border-top: solid 1px #979797;
  border-bottom: solid 1px #979797;
}
.page-paper-bags-handmade--categories .handorgel__content__products_items {
  display: flex;
  flex-wrap: wrap;
}
.page-paper-bags-handmade--categories .handorgel__content__products_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.page-paper-bags-handmade--categories .handorgel__content__products_item_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-paper-bags-handmade--categories .handorgel__content__products_item span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #3c3c3c;
}
.page-paper-bags-handmade--categories .handorgel__content__products_item a {
  color: #000;
  font-weight: 700;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .page-paper-bags-handmade--desc {
    padding-bottom: 5rem;
  }
  .page-paper-bags-handmade--desc-header {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
  .page-paper-bags-handmade--desc-header h2 {
    font-size: 3rem;
  }
  .page-paper-bags-handmade--desc-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    height: 2px;
    width: 400px;
    background-color: #979797;
  }
  .page-paper-bags-handmade--desc-text {
    max-width: 650px;
    margin: 0 auto;
  }
  .page-paper-bags-handmade--realizations-header h2 {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 2rem;
  }
  .page-paper-bags-handmade--realizations-img img {
    margin: 0 auto;
  }
  .page-paper-bags-handmade--steps {
    padding-bottom: 5rem;
  }
  .page-paper-bags-handmade--steps-header {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
  }
  .page-paper-bags-handmade--steps-header h2 {
    font-size: 3rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-paper-bags-handmade--steps-header::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    height: 2px;
    width: 400px;
    background-color: #979797;
  }
  .page-paper-bags-handmade--steps-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 4rem;
  }
  .page-paper-bags-handmade--steps-item {
    width: 240px;
    margin-right: 2rem;
  }
  .page-paper-bags-handmade--divisions {
    padding-bottom: 5rem;
  }
  .page-paper-bags-handmade--divisions-header {
    margin-bottom: 3rem;
  }
  .page-paper-bags-handmade--divisions-header h2 {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 2rem;
  }
  .page-paper-bags-handmade--divisions-items {
    display: flex;
    justify-content: space-evenly;
  }
  .page-paper-bags-handmade--divisions-item {
    width: 400px;
  }
}
.page-ad-bags--links {
  margin-bottom: 4rem;
}
.page-ad-bags--links-header {
  margin-bottom: 4rem;
}
.page-ad-bags--links-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-ad-bags--links-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-ad-bags--links-items {
  display: flex;
  flex-direction: column;
}
.page-ad-bags--links-item {
  text-decoration: none;
  color: #000;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
}
.page-ad-bags--links-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-ad-bags--links-item-main {
  position: relative;
  padding: 2rem 1rem 1rem;
  display: flex;
  align-items: center;
}
.page-ad-bags--links-item-main svg {
  flex: 0 0 3rem;
  display: block;
  height: auto;
  margin-right: 0.5rem;
}
.page-ad-bags--links-item-main h3 {
  margin: 0;
}
.page-ad-bags--links-item-main::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 60%;
  background-color: #d5d5d5;
}

@media screen and (min-width: 1000px) {
  .page-ad-bags--links-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-ad-bags--links-item {
    flex: 1;
    margin-right: 2rem;
  }
  .page-ad-bags--links-item:last-child {
    margin-right: 0;
  }
  .page-ad-bags--desc .s2col-img-text-section:nth-child(2n) .s2col-img-text-section--main {
    flex-direction: row-reverse;
  }
  .page-ad-bags--desc .s2col-img-text-section:nth-child(2n) .s2col-img-text-section--main .s2col-img-text-section--main-img {
    margin-right: 0;
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-ad-bags--links {
    margin-bottom: 8rem;
  }
  .page-ad-bags--links-header {
    margin-bottom: 6rem;
  }
  .page-ad-bags--links-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
}
.page-ad-bags-decor--spec {
  margin-bottom: 4rem;
}
.page-ad-bags-decor--spec-header {
  margin-bottom: 4rem;
}
.page-ad-bags-decor--spec-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-ad-bags-decor--spec-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-ad-bags-decor--spec-main {
  background: #ffffff;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
  max-width: 700px;
  margin: 0 auto 2rem;
}
.page-ad-bags-decor--spec-main-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-ad-bags-decor--spec-main-content {
  padding: 2rem;
}
.page-ad-bags-decor--spec-main-content p {
  font-size: 14px;
}
.page-ad-bags-decor--spec-main-content p:first-child {
  margin-top: 0;
}
.page-ad-bags-decor--spec-main-content p:last-child {
  margin-bottom: 0;
}
.page-ad-bags-decor--spec-main-content p:only-child {
  margin: 0;
}
.page-ad-bags-decor--spec-footer {
  max-width: 700px;
  margin: 0 auto;
}
.page-ad-bags-decor--spec-footer p {
  font-size: 14px;
  font-weight: 600;
}
.page-ad-bags-decor--spec-footer p:first-child {
  margin-top: 0;
}
.page-ad-bags-decor--spec-footer p:last-child {
  margin-bottom: 0;
}
.page-ad-bags-decor--spec-footer p:only-child {
  margin: 0;
}
.page-ad-bags-decor--realizations {
  margin-bottom: 4rem;
}
.page-ad-bags-decor--realizations-header {
  margin-bottom: 4rem;
}
.page-ad-bags-decor--realizations-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-ad-bags-decor--realizations-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-ad-bags-decor--realizations-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
.page-ad-bags-decor--realizations-gallery-item {
  position: relative;
  margin-bottom: 2rem;
}
.page-ad-bags-decor--realizations-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-ad-bags-decor--realizations-gallery-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='93' viewBox='0 0 92 93' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.8223 62.0169L55.4798 53.6743C57.9325 50.8674 59.4155 47.2021 59.4155 43.1992C59.4155 34.392 52.2423 27.2197 43.436 27.2197C34.6289 27.2197 27.4648 34.392 27.4648 43.1992C27.4648 52.0064 34.6289 59.1704 43.436 59.1704C47.5402 59.1704 51.2901 57.6119 54.131 55.0571L62.4589 63.384C62.6429 63.5606 62.8977 63.6637 63.1406 63.6637C63.3835 63.6637 63.6291 63.5616 63.8223 63.384C64.194 63.0031 64.194 62.3978 63.8223 62.0169ZM53.6674 52.815C53.5248 52.9659 53.3803 53.1177 53.2377 53.253C50.6994 55.7232 47.2439 57.2485 43.436 57.2485C35.6906 57.2485 29.3784 50.9447 29.3784 43.1992C29.3784 35.4546 35.6906 29.1499 43.436 29.1499C51.1815 29.1499 57.4936 35.4537 57.4936 43.1992C57.4936 46.9224 56.0446 50.3016 53.6674 52.815Z' fill='%23BE2011'/%3E%3Cpath d='M50.0772 43.2122C50.0772 43.4974 49.8472 43.7366 49.5537 43.7366H44.0061V49.2842C44.0061 49.5703 43.7761 49.8086 43.4909 49.8086C43.1965 49.8086 42.9665 49.5694 42.9665 49.2842V43.7366H37.4189C37.1337 43.7366 36.8945 43.4974 36.8945 43.2122C36.8945 42.927 37.1337 42.6878 37.4189 42.6878H42.9665V37.1402C42.9665 36.855 43.1965 36.625 43.4909 36.625C43.7761 36.625 44.0061 36.855 44.0061 37.1402V42.6878H49.5537C49.8472 42.6878 50.0772 42.927 50.0772 43.2122Z' fill='%23BE2011'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.page-ad-bags-decor--realizations-gallery-item:last-child {
  margin-bottom: 0;
}
.page-ad-bags-decor--realizations-footer {
  text-align: center;
}

@media screen and (min-width: 500px) {
  .page-ad-bags-decor--realizations-gallery {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-ad-bags-decor--realizations-gallery-item {
    flex: 0 1 calc(50% - 1rem);
    margin-right: 2rem;
  }
  .page-ad-bags-decor--realizations-gallery-item img {
    margin: 0 auto;
  }
  .page-ad-bags-decor--realizations-gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-ad-bags-decor--realizations-gallery-item:last-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-ad-bags-decor--spec {
    margin-bottom: 8rem;
  }
  .page-ad-bags-decor--spec-header {
    margin-bottom: 6rem;
  }
  .page-ad-bags-decor--spec-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-ad-bags-decor--spec-main {
    margin-bottom: 4rem;
  }
  .page-ad-bags-decor--realizations {
    margin-bottom: 8rem;
  }
  .page-ad-bags-decor--realizations-header {
    margin-bottom: 6rem;
  }
  .page-ad-bags-decor--realizations-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-ad-bags-decor--realizations-gallery {
    max-width: 700px;
    margin: 0 auto 4rem;
  }
  .page-ad-bags-decor--realizations-gallery-item {
    flex: 0 1 calc(33.3333333333% - 1.3333333333rem);
  }
  .page-ad-bags-decor--realizations-gallery-item img {
    transition: all 0.3s;
  }
  .page-ad-bags-decor--realizations-gallery-item:nth-child(2n) {
    margin-right: 2rem;
  }
  .page-ad-bags-decor--realizations-gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-ad-bags-decor--realizations-gallery-item:hover img {
    opacity: 0.5;
  }
  .page-ad-bags-decor--realizations-gallery-item:hover::after {
    opacity: 1;
  }
  .page-ad-bags-decor--realizations-gallery-item::after {
    transition: all 0.3s;
  }
}
.page-ad-bags-overprint--s2 .subpages-wysiwyg--title::before {
  content: "Sprawd\17A   nasz";
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
  font-size: 22px;
  color: #ff0000;
}

.page-ad-bags-premium--intro {
  margin-bottom: 4rem;
}
.page-ad-bags-premium--guidelines {
  margin-bottom: 4rem;
}
.page-ad-bags-premium--guidelines-header {
  margin-bottom: 4rem;
}
.page-ad-bags-premium--guidelines-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-ad-bags-premium--guidelines-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-ad-bags-premium--guidelines-items {
  display: flex;
  flex-direction: column;
}
.page-ad-bags-premium--guidelines-item {
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #cf3228;
  border-radius: 10px;
}
.page-ad-bags-premium--guidelines-item-icon {
  margin-bottom: 1rem;
}
.page-ad-bags-premium--guidelines-item-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-ad-bags-premium--guidelines-item h3 {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 14px;
}
.page-ad-bags-premium--guidelines-item-content {
  font-size: 14px;
}
.page-ad-bags-premium--guidelines-item:first-child {
  background-color: #cf3228;
  color: #fff;
}
.page-ad-bags-premium--guidelines-item:last-child {
  margin-bottom: 0;
}
.page-ad-bags-premium--realizations {
  margin-bottom: 4rem;
}
.page-ad-bags-premium--realizations-header {
  margin-bottom: 4rem;
}
.page-ad-bags-premium--realizations-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-ad-bags-premium--realizations-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-ad-bags-premium--realizations-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
.page-ad-bags-premium--realizations-gallery-item {
  position: relative;
  margin-bottom: 2rem;
}
.page-ad-bags-premium--realizations-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-ad-bags-premium--realizations-gallery-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='93' viewBox='0 0 92 93' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.8223 62.0169L55.4798 53.6743C57.9325 50.8674 59.4155 47.2021 59.4155 43.1992C59.4155 34.392 52.2423 27.2197 43.436 27.2197C34.6289 27.2197 27.4648 34.392 27.4648 43.1992C27.4648 52.0064 34.6289 59.1704 43.436 59.1704C47.5402 59.1704 51.2901 57.6119 54.131 55.0571L62.4589 63.384C62.6429 63.5606 62.8977 63.6637 63.1406 63.6637C63.3835 63.6637 63.6291 63.5616 63.8223 63.384C64.194 63.0031 64.194 62.3978 63.8223 62.0169ZM53.6674 52.815C53.5248 52.9659 53.3803 53.1177 53.2377 53.253C50.6994 55.7232 47.2439 57.2485 43.436 57.2485C35.6906 57.2485 29.3784 50.9447 29.3784 43.1992C29.3784 35.4546 35.6906 29.1499 43.436 29.1499C51.1815 29.1499 57.4936 35.4537 57.4936 43.1992C57.4936 46.9224 56.0446 50.3016 53.6674 52.815Z' fill='%23BE2011'/%3E%3Cpath d='M50.0772 43.2122C50.0772 43.4974 49.8472 43.7366 49.5537 43.7366H44.0061V49.2842C44.0061 49.5703 43.7761 49.8086 43.4909 49.8086C43.1965 49.8086 42.9665 49.5694 42.9665 49.2842V43.7366H37.4189C37.1337 43.7366 36.8945 43.4974 36.8945 43.2122C36.8945 42.927 37.1337 42.6878 37.4189 42.6878H42.9665V37.1402C42.9665 36.855 43.1965 36.625 43.4909 36.625C43.7761 36.625 44.0061 36.855 44.0061 37.1402V42.6878H49.5537C49.8472 42.6878 50.0772 42.927 50.0772 43.2122Z' fill='%23BE2011'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.page-ad-bags-premium--realizations-gallery-item:last-child {
  margin-bottom: 0;
}
.page-ad-bags-premium--realizations-footer {
  text-align: center;
}
.page-ad-bags-premium--benefits {
  margin-bottom: 4rem;
}

@media screen and (min-width: 500px) {
  .page-ad-bags-premium--realizations-gallery {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-ad-bags-premium--realizations-gallery-item {
    flex: 0 1 calc(50% - 1rem);
    margin-right: 2rem;
  }
  .page-ad-bags-premium--realizations-gallery-item img {
    margin: 0 auto;
  }
  .page-ad-bags-premium--realizations-gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-ad-bags-premium--realizations-gallery-item:last-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-ad-bags-premium--intro {
    margin-bottom: 8rem;
  }
  .page-ad-bags-premium--guidelines-header {
    margin-bottom: 6rem;
  }
  .page-ad-bags-premium--guidelines-items {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
  }
  .page-ad-bags-premium--guidelines-item {
    flex: 1;
    margin-right: 2rem;
  }
  .page-ad-bags-premium--guidelines-item:last-child {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .page-ad-bags-premium--realizations {
    margin-bottom: 8rem;
  }
  .page-ad-bags-premium--realizations-header {
    margin-bottom: 6rem;
  }
  .page-ad-bags-premium--realizations-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-ad-bags-premium--realizations-gallery {
    max-width: 700px;
    margin: 0 auto 4rem;
  }
  .page-ad-bags-premium--realizations-gallery-item {
    flex: 0 1 calc(33.3333333333% - 1.3333333333rem);
  }
  .page-ad-bags-premium--realizations-gallery-item img {
    transition: all 0.3s;
  }
  .page-ad-bags-premium--realizations-gallery-item:nth-child(2n) {
    margin-right: 2rem;
  }
  .page-ad-bags-premium--realizations-gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-ad-bags-premium--realizations-gallery-item:hover img {
    opacity: 0.5;
  }
  .page-ad-bags-premium--realizations-gallery-item:hover::after {
    opacity: 1;
  }
  .page-ad-bags-premium--realizations-gallery-item::after {
    transition: all 0.3s;
  }
  .page-ad-bags-premium--benefits {
    margin-bottom: 8rem;
  }
}
.page-ad-bags-production--see-more {
  margin-bottom: 4rem;
}
.page-ad-bags-production--see-more-header {
  margin-bottom: 4rem;
}
.page-ad-bags-production--see-more-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-ad-bags-production--see-more-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-ad-bags-production--see-more-items {
  display: flex;
  flex-direction: column;
}
.page-ad-bags-production--see-more-item {
  text-decoration: none;
  color: #000;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 2.36212px 19.4875px rgba(0, 0, 0, 0.25);
}
.page-ad-bags-production--see-more-item-main {
  position: relative;
  padding: 2rem 2rem 1rem;
  display: flex;
  align-items: center;
}
.page-ad-bags-production--see-more-item-main svg {
  display: block;
  margin-right: 1rem;
}
.page-ad-bags-production--see-more-item-main h3 {
  margin: 0;
}
.page-ad-bags-production--see-more-item-main::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 60%;
  background-color: #d5d5d5;
}

@media screen and (min-width: 768px) {
  .page-ad-bags-production--see-more-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-ad-bags-production--see-more-item {
    flex: 0 1 calc(50% - 1.5rem);
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .page-ad-bags-production--see-more-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-ad-bags-production--see-more {
    max-width: 900px;
    margin: 0 auto 8rem;
  }
  .page-ad-bags-production--see-more-header {
    margin-bottom: 6rem;
  }
  .page-ad-bags-production--see-more-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-ad-bags-production--see-more-item {
    flex: 0 1 calc(50% - 2rem);
    margin-bottom: 4rem;
    margin-right: 4rem;
  }
}
.page-masks--item {
  margin-bottom: 4rem;
}
.page-masks--item-header {
  margin-bottom: 4rem;
}
.page-masks--item-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-masks--item-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-masks--item-main {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
}
.page-masks--item-main-gallery-main-item img {
  display: block;
  width: 100%;
  height: 50vw;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}
.page-masks--item-main-gallery-thumbnails {
  transform: translateY(-2rem);
  width: calc(100% - 5rem);
  margin: 0 auto;
}
.page-masks--item-main-gallery-thumbnails-item-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
}
.page-masks--item-main-gallery-thumbnails-item img {
  display: block;
  width: 100px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  border: solid 2px transparent;
  opacity: 0.7;
  transition: all 0.3s;
}
.page-masks--item-main-gallery-thumbnails .slick-slide.slick-current > div > div img {
  border-color: #cf3228;
  opacity: 1;
}
.page-masks--item-main-gallery-thumbnails .slick-prev {
  border: solid 2px #cf3228;
  width: 27px;
  height: 27px;
  left: -30px;
}
.page-masks--item-main-gallery-thumbnails .slick-prev::before {
  content: "<";
  color: #cf3228;
  font-family: cursive;
  font-size: 29px;
  opacity: 1;
  line-height: 0.4;
}
.page-masks--item-main-gallery-thumbnails .slick-next {
  border: solid 2px #cf3228;
  width: 27px;
  height: 27px;
  right: -30px;
}
.page-masks--item-main-gallery-thumbnails .slick-next::before {
  content: ">";
  color: #cf3228;
  font-family: cursive;
  font-size: 29px;
  opacity: 1;
  line-height: 0.4;
}
.page-masks--item-main-content {
  padding: 1rem 1rem 2rem 1rem;
}
.page-masks--item-main-content-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  line-height: 1.4;
}
.page-masks--item-main-content-features li {
  text-align: center;
}
.page-masks--item-main-content-features-text {
  margin: 0 0 2rem;
  text-align: center;
  color: #999;
}
.page-masks--item-main-content-price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.page-masks--item-main-content-price span:nth-child(1) {
  font-weight: 600;
  font-size: 30px;
  color: #cf3228;
  margin-right: 0.5rem;
}
.page-masks--item-main-content-price span:nth-child(2) {
  font-size: 30px;
  color: #cf3228;
  margin-right: 0.5rem;
}
.page-masks--item-main-content-price span:nth-child(3) {
  font-size: 21px;
  line-height: 34.5px;
}
.page-masks--item-main-content-shipping {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.page-masks--item-main-content-shipping svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-masks--item-main-content-shipping span {
  color: #cf3228;
}
.page-masks--item-main-content-pricelist {
  text-align: center;
}
.page-masks--featured-text p {
  margin: 0;
  text-align: center;
  font-size: 3rem;
}
.page-masks--pricelist-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-masks--pricelist-overlay-wrapper {
  position: relative;
  max-width: calc(100vw - 3rem);
  background-color: #fff;
}
.page-masks--pricelist-overlay-close {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  font-size: 3rem;
  z-index: 999;
  line-height: 0.5;
  color: #fff;
  font-weight: 300;
  background-color: #cf3228;
  border-radius: 3rem;
  padding: 1rem;
}
.page-masks--pricelist-overlay-img {
  margin-bottom: 1rem;
}
.page-masks--pricelist-overlay-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-masks--pricelist-overlay table {
  width: calc(100% - 2rem);
  margin: 0 auto 1rem;
  max-height: 60vh;
  overflow-y: auto;
  border-collapse: collapse;
}
.page-masks--pricelist-overlay table thead th {
  text-align: left;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}
.page-masks--pricelist-overlay table thead th:nth-child(2) span {
  color: #cf3228;
}
.page-masks--pricelist-overlay table tbody tr:nth-child(2n-1) {
  background-color: #f7f7f7;
}
.page-masks--pricelist-overlay table tbody td {
  padding: 0.5rem;
  font-size: 14px;
  width: 50%;
}
.page-masks--pricelist-overlay-footer {
  padding: 1rem 1rem 2rem 1rem;
  text-align: center;
}
.page-masks--pricelist-overlay-footer a {
  padding: 0.5rem 2.5rem;
}
.page-masks--pricelist-overlay.toggled {
  display: flex;
}

@media screen and (min-width: 1000px) {
  .page-masks--item {
    max-width: 800px;
    margin: 0 auto 6rem;
  }
  .page-masks--item-header {
    margin-bottom: 4rem;
  }
  .page-masks--item-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-masks--item-main-gallery-main-item img {
    height: 300px;
    max-height: none;
  }
  .page-masks--item-main-gallery-thumbnails {
    transform: translateY(-3.5rem);
    width: 60%;
    margin: 0 0 0 4rem;
  }
  .page-masks--item-main-gallery-thumbnails-item img {
    width: 130px;
    height: 90px;
  }
  .page-masks--item-main-content {
    margin-top: -2rem;
  }
  .page-masks--item-main-content-features li {
    font-size: 21px;
  }
  .page-masks--item-main-content-features-text {
    font-size: 21px;
  }
  .page-masks--item-main-content-price {
    margin-bottom: 1rem;
  }
  .page-masks--pricelist-overlay-close {
    cursor: pointer;
  }
  .page-masks--pricelist-overlay-img {
    margin-bottom: 2rem;
  }
  .page-masks--pricelist-overlay table {
    margin-bottom: 2rem;
  }
  .page-masks--pricelist-overlay table thead th {
    font-size: 18px;
    padding: 1rem;
  }
  .page-masks--pricelist-overlay table tbody td {
    font-size: 18px;
    padding: 1rem;
  }
  .page-masks--pricelist-overlay table tbody td:nth-child(1) {
    width: 40%;
  }
  .page-masks--pricelist-overlay-footer {
    padding-bottom: 2rem;
  }
}
.page-downloads--files {
  margin-bottom: 4rem;
}
.page-downloads--files-header {
  margin-bottom: 4rem;
}
.page-downloads--files-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.page-downloads--files-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.page-downloads--files-items {
  display: flex;
  flex-direction: column;
}
.page-downloads--files-item {
  text-decoration: none;
  color: #000;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 2.36212px 19.4875px rgba(0, 0, 0, 0.25);
}
.page-downloads--files-item-img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-downloads--files-item-main {
  position: relative;
  padding: 2rem 2rem 1rem;
  display: flex;
  align-items: center;
}
.page-downloads--files-item-main svg {
  display: block;
  margin-right: 1rem;
}
.page-downloads--files-item-main h3 {
  margin: 0;
}
.page-downloads--files-item-main::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 60%;
  background-color: #d5d5d5;
}

@media screen and (min-width: 768px) {
  .page-downloads--files-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-downloads--files-item {
    flex: 0 1 calc(50% - 1.5rem);
    margin-right: 3rem;
    margin-bottom: 3rem;
  }
  .page-downloads--files-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .page-downloads--files {
    max-width: 900px;
    margin: 0 auto 8rem;
  }
  .page-downloads--files-header {
    margin-bottom: 6rem;
  }
  .page-downloads--files-header h2 {
    font-size: 36px;
    margin-bottom: 4rem;
  }
  .page-downloads--files-item {
    flex: 0 1 calc(50% - 2rem);
    margin-bottom: 4rem;
    margin-right: 4rem;
  }
}
.blog-index--sticky {
  margin-bottom: 4rem;
}
.blog-index--sticky-header h2 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
  font-size: 2rem;
}
.blog-index--sticky-header h2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.5rem;
  left: 0;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d5d5d5;
}
.blog-index--sticky-items {
  display: flex;
  flex-direction: column;
}
.blog-index--standard-header {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 2rem;
}
.blog-index--standard-header svg {
  display: block;
  margin-right: 1rem;
}
.blog-index--standard-header h2 {
  margin: 0;
  font-size: 2rem;
  color: #a13029;
}
.blog-index--standard-items article {
  margin-bottom: 2rem;
}
.blog-index--standard-items article:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .blog-index--standard-items {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-index--standard-items article {
    flex: 0 1 calc(50% - 2rem);
    margin-right: 2rem;
  }
  .blog-index--standard-items article:nth-child(2n) {
    margin-right: 0;
  }
  .blog-index--standard-items article:last-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .blog-index--sticky {
    margin-bottom: 8rem;
  }
  .blog-index--sticky-header h2 {
    font-size: 36px;
    margin-bottom: 6rem;
  }
  .blog-index--sticky-items {
    flex-direction: row;
  }
  .blog-index--sticky-items article {
    flex: 1;
  }
  .blog-index--standard-header {
    margin-bottom: 4rem;
  }
  .blog-index--standard-header h2 {
    font-size: 36px;
  }
  .blog-index--standard-items article {
    flex: 0 1 calc(33.3333333333% - 1.3333333333rem);
  }
  .blog-index--standard-items article:nth-child(2n) {
    margin-right: 2rem;
  }
  .blog-index--standard-items article:nth-child(3n) {
    margin-right: 0;
  }
}
.page-realizations--header {
  margin-bottom: 1rem;
}
.page-realizations--header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-realizations--header ul li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.page-realizations--header ul li button {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: solid 1px #a52926;
  background: none;
  cursor: pointer;
}
.page-realizations--header ul li button.active {
  background: #a52926;
  color: #fff;
}
.page-realizations--header ul li:last-child {
  margin-right: 0;
}
.page-realizations--galleries-gallery {
  display: none;
}
.page-realizations--galleries-gallery-desc {
  margin-bottom: 2rem;
}
.page-realizations--galleries-gallery-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}
.page-realizations--galleries-gallery-item {
  position: relative;
  margin-bottom: 2rem;
}
.page-realizations--galleries-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-realizations--galleries-gallery-item::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='93' viewBox='0 0 92 93' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.8223 62.0169L55.4798 53.6743C57.9325 50.8674 59.4155 47.2021 59.4155 43.1992C59.4155 34.392 52.2423 27.2197 43.436 27.2197C34.6289 27.2197 27.4648 34.392 27.4648 43.1992C27.4648 52.0064 34.6289 59.1704 43.436 59.1704C47.5402 59.1704 51.2901 57.6119 54.131 55.0571L62.4589 63.384C62.6429 63.5606 62.8977 63.6637 63.1406 63.6637C63.3835 63.6637 63.6291 63.5616 63.8223 63.384C64.194 63.0031 64.194 62.3978 63.8223 62.0169ZM53.6674 52.815C53.5248 52.9659 53.3803 53.1177 53.2377 53.253C50.6994 55.7232 47.2439 57.2485 43.436 57.2485C35.6906 57.2485 29.3784 50.9447 29.3784 43.1992C29.3784 35.4546 35.6906 29.1499 43.436 29.1499C51.1815 29.1499 57.4936 35.4537 57.4936 43.1992C57.4936 46.9224 56.0446 50.3016 53.6674 52.815Z' fill='%23BE2011'/%3E%3Cpath d='M50.0772 43.2122C50.0772 43.4974 49.8472 43.7366 49.5537 43.7366H44.0061V49.2842C44.0061 49.5703 43.7761 49.8086 43.4909 49.8086C43.1965 49.8086 42.9665 49.5694 42.9665 49.2842V43.7366H37.4189C37.1337 43.7366 36.8945 43.4974 36.8945 43.2122C36.8945 42.927 37.1337 42.6878 37.4189 42.6878H42.9665V37.1402C42.9665 36.855 43.1965 36.625 43.4909 36.625C43.7761 36.625 44.0061 36.855 44.0061 37.1402V42.6878H49.5537C49.8472 42.6878 50.0772 42.927 50.0772 43.2122Z' fill='%23BE2011'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.page-realizations--galleries-gallery-item:last-child {
  margin-bottom: 0;
}
.page-realizations--galleries-gallery.active {
  display: block;
}

@media screen and (min-width: 500px) {
  .page-realizations--galleries-gallery-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-realizations--galleries-gallery-item {
    flex: 0 1 calc(50% - 1rem);
    margin-right: 2rem;
  }
  .page-realizations--galleries-gallery-item img {
    margin: 0 auto;
  }
  .page-realizations--galleries-gallery-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-realizations--galleries-gallery-item:last-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .page-realizations--galleries-gallery-desc {
    max-width: 900px;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .page-realizations--galleries-gallery-items {
    margin: 0 auto 4rem;
  }
  .page-realizations--galleries-gallery-item {
    flex: 0 1 calc(33.3333333333% - 1.3333333333rem);
  }
  .page-realizations--galleries-gallery-item img {
    transition: all 0.3s;
  }
  .page-realizations--galleries-gallery-item:nth-child(2n) {
    margin-right: 2rem;
  }
  .page-realizations--galleries-gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-realizations--galleries-gallery-item:hover img {
    opacity: 0.5;
  }
  .page-realizations--galleries-gallery-item:hover::after {
    opacity: 1;
  }
  .page-realizations--galleries-gallery-item::after {
    transition: all 0.3s;
  }
}
/*# sourceMappingURL=app.css.map*/