/* 
	Theme Name:  Mobility Soft theme
	Version:     1.0
	Description: This is a simple theme. Enjoy!    
	Author: 	 Mobility Soft
*//*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * 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;
}

img {
  display: block; }

.body {
  font-family: 'Playfair Display', serif;
  overflow-x: hidden;
  color: black;
  background-color: white; }

.body__search {
    overflow-y: hidden; }

/* LAYOUT */

.centered {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

@media (max-width: 1444px) {
    .centered {
      max-width: 1200px; } }

@media (max-width: 780px) {
    .centered {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 540px) {
    .centered {
      padding-left: 10px;
      padding-right: 10px; } }

h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 800; }

@media (max-width: 1444px) {
    h1 {
      font-size: 40px;
      line-height: 54px; } }

@media (max-width: 760px) {
    h1 {
      font-size: 30px;
      line-height: 40px; } }

@media (max-width: 360px) {
    h1 {
      font-size: 26px;
      line-height: 35px; } }

h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 10px; }

@media (max-width: 1444px) {
    h2 {
      font-size: 27px;
      line-height: 35px; } }

h3 {
  letter-spacing: 1.3px;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 15px; }

h5 {
  margin: 20px 0 10px; }

h5 a {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Playfair Display', serif; }

p {
  font-family: 'Inter', serif;
  font-size: 14px;
  line-height: 24px; }

li {
  list-style-type: none; }

a {
  text-decoration: none;
  font-family: 'Inter', serif;
  font-weight: bold;
  font-size: 14px;
  transition: 0.2s;
  color: black;
  display: inline-block;
  border-radius: 5px 5px 5px 5px; }

@media (max-width: 1444px) {
    a {
      font-size: 12px; } }

a:hover {
    color: #E83335; }

.radius {
  border-radius: 5px 5px 5px 5px; }

.link {
  font-weight: 400;
  text-decoration: underline;
  color: #BEBEBE;
  font-size: 14px; }

.page-headline {
  padding: 160px 0 60px;
  margin: 0;
  text-align: center; }

@media (max-width: 760px) {
    .page-headline {
      padding: 150px 0 40px; } }

.page-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

/* end LAYOUT */

/* FONTS */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./fonts/Inter-Light-BETA.woff2?v=3.11") format("woff2"), url("./fonts/Inter-Light-BETA.woff?v=3.11") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/Inter-Regular.woff2?v=3.11") format("woff2"), url("./fonts/Inter-Regular.woff?v=3.11") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/Inter-Medium.woff2?v=3.11") format("woff2"), url("./fonts/Inter-Medium.woff?v=3.11") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/Inter-SemiBold.woff2?v=3.11") format("woff2"), url("./fonts/Inter-SemiBold.woff?v=3.11") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./fonts/Inter-Bold.woff2?v=3.11") format("woff2"), url("./fonts/Inter-Bold.woff?v=3.11") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./fonts/Inter-ExtraBold.woff2?v=3.11") format("woff2"), url("./fonts/Inter-ExtraBold.woff?v=3.11") format("woff"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./fonts/Inter-Black.woff2?v=3.11") format("woff2"), url("./fonts/Inter-Black.woff?v=3.11") format("woff"); }

/* -------------------------------------------------------
  Variable font.
  Usage:
  
    html { font-family: 'Inter', sans-serif; }
    @supports (font-variation-settings: normal) {
      html { font-family: 'Inter var', sans-serif; }
    }
  */

@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  font-named-instance: 'Regular';
  src: url("./fonts/Inter-roman.var.woff2?v=3.11") format("woff2"); }

@font-face {
  font-family: 'Inter var';
  font-weight: 100 900;
  font-display: swap;
  font-style: italic;
  font-named-instance: 'Italic';
  src: url("./fonts/Inter-italic.var.woff2?v=3.11") format("woff2"); }

/* --------------------------------------------------------------------------
  [EXPERIMENTAL] Multi-axis, single variable font.
  
  Slant axis is not yet widely supported (as of February 2019) and thus this
  multi-axis single variable font is opt-in rather than the default.
  
  When using this, you will probably need to set font-variation-settings
  explicitly, e.g.
  
    * { font-variation-settings: "slnt" 0deg }
    .italic { font-variation-settings: "slnt" 10deg }
  
  */

@font-face {
  font-family: 'Inter var experimental';
  font-weight: 100 900;
  font-display: swap;
  font-style: oblique 0deg 10deg;
  src: url("./fonts/Inter.var.woff2?v=3.11") format("woff2"); }

/* end FONTS */

.primary-button {
  transition: 0.3s;
  margin-top: -9px !important;
  list-style: none !important; }

.primary-button a {
    background: #e83335;
    background: linear-gradient(90deg, #e83335 0%, #c9242c 100%);
    color: white;
    padding: 15px 20px 15px;
    transition: 0.4s !important;
    border: 1px solid #E83335; }

.primary-button a:hover {
      background: linear-gradient(90deg, white 0%, white 100%);
      color: #E83335; }

.secondary-button {
  color: #BEBEBE;
  font-family: 'inter', serif;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  float: right;
  border: 2px solid #BEBEBE; }

.secondary-button:hover {
    border: 2px solid #E83335; }

.tertiary-button {
  font-family: 'Playfair Display', serif;
  background: #e83335;
  background: linear-gradient(90deg, #e83335 0%, #c9242c 100%);
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px 20px;
  width: 48%;
  text-align: center;
  color: white; }

@media (max-width: 760px) {
    .tertiary-button {
      font-size: 14px; } }

@media (max-width: 560px) {
    .tertiary-button {
      font-size: 12px; } }

.tertiary-button:hover {
    color: white; }

.send-button {
  background: #e83335;
  background: linear-gradient(90deg, #e83335 0%, #c9242c 100%);
  color: white;
  padding: 15px 20px 15px;
  transition: 0.4s !important;
  border: 1px solid #E83335; }

.send-button:hover {
    transform: scale(1.1); }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-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: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: black; }

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: black;
  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: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
     * 3DX
     */

.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DX Reverse
     */

.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DY
     */

.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DY Reverse
     */

.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DXY
     */

.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * 3DXY Reverse
     */

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
     * Arrow
     */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
     * Arrow Right
     */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
     * Arrow Alt
     */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
     * Arrow Alt Right
     */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
     * Arrow Turn
     */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
     * Arrow Turn Right
     */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
     * Boring
     */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
     * Collapse
     */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Collapse Reverse
     */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Elastic
     */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
     * Elastic Reverse
     */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
     * Emphatic
     */

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
     * Emphatic Reverse
     */

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
     * Minus
     */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
     * Slider
     */

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
     * Slider Reverse
     */

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
     * Spin
     */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Spin Reverse
     */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Spring
     */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
     * Spring Reverse
     */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Stand
     */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Stand Reverse
     */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Squeeze
     */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
     * Vortex
     */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
     * Vortex Reverse
     */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid black;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: black transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s; }

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.paginacja {
  padding: 40px 0;
  text-align: center; }

.paginacja .page-numbers.current {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Inter', serif;
    color: #E83335; }

.header {
  background-color: white;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: -1px -7px 15px 7px rgba(0, 0, 0, 0.1);
  top: 0;
  width: 100%;
  z-index: 5000; }

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px 12px; }

@media (max-width: 760px) {
      .header__content {
        padding: 15px 15px 10px; } }

@media (max-width: 560px) {
      .header__content {
        padding: 15px 10px 10px; } }

.header__logo-container {
    width: 350px;
    margin-bottom: 5px;
    transition: 0.2s; }

@media (max-width: 1444px) {
      .header__logo-container {
        width: 250px; } }

.header__logo-container img {
      width: 100%; }

.header__href {
    width: 100%; }

.hamburger {
  display: none; }

@media (max-width: 1260px) {
    .hamburger {
      display: block;
      z-index: 2000;
      margin-right: -10px; } }
      .nav #menu-menu-1-en,
.nav #menu-menu-1 {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0 !important; }

@media (max-width: 1260px) {
  .nav #menu-menu-1-en,
    .nav #menu-menu-1 {
      display: none !important; } }

.nav__item {
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 10px; }

.current-menu-item a {
  color: #E83335 !important; }

.primary-button.current-menu-item a {
  color: white !important; }

.primary-button.current-menu-item a:hover {
    color: #E83335 !important; }

.aside__item.current-menu-item a {
  color: black !important; }

.aside__item.current-menu-item a:hover {
    color: black !important; }

.aside {
  position: fixed;
  right: -400px;
  top: 0;
  background-color: #C9242C;
  opacity: 0.9;
  text-align: center;
  height: 100vh;
  padding: 100px 60px;
  transition: 0.2s;
  z-index: 1000; }

@media (max-width: 760px) {
    .aside {
      padding: 100px 0px; } }

.aside__item {
    margin: 18px 0; }

.aside a {
    font-size: 18px;
    color: white;
    text-transform: uppercase; }

.aside a:hover {
      opacity: 0.5; }

.aside__active {
    right: 0;
    display: none; }

@media (max-width: 1260px) {
      .aside__active {
        display: block; } }

@media (max-width: 760px) {
      .aside__active {
        width: 100%; } }

.aside #menu-menu-mobilne {
    padding: 0; }

.aside-search {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.99;
  z-index: 5000;
  display: none;
  overflow-y: scroll !important; }

.aside-search__content {
    display: flex;
    justify-content: space-between;
    margin-top: 35px; }

@media (max-width: 760px) {
      .aside-search__content {
        margin-top: 20px; } }

.aside-search__active {
    display: block; }

.aside-search__header {
    margin-top: 11px;
    padding-bottom: 12px; }

.aside-search__close {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin: 0 0 6px 0;
    cursor: pointer;
    z-index: 5000; }

.aside-search__wyszukiwarka {
    width: 33%;
    margin: 50px auto 0 !important;
    display: flex;
    align-items: center;
    border-bottom: 1px solid lightgray; }

@media (max-width: 1260px) {
      .aside-search__wyszukiwarka {
        width: 66%;
        margin: 40px auto 0 !important; } }

@media (max-width: 760px) {
      .aside-search__wyszukiwarka {
        width: 90%;
        margin: 30px auto 0 !important; } }

@media (max-width: 560px) {
      .aside-search__wyszukiwarka {
        margin: -10px auto 0 !important; } }

.aside-search__wyszukiwarka input {
      border: none;
      font-size: 36px;
      width: 100%;
      height: 100px;
      padding-bottom: 10px;
      box-sizing: border-box;
      margin: 0; }

.aside-search__wyniki {
    width: 33%; }

.aside-search__wyniki ul {
      padding-bottom: 50px !important; }

.aside-search__wyniki ul li {
        margin: 15px 0;
        list-style-type: disc; }

.aside-search__wyniki ul li a {
          font-size: 18px !important;
          font-weight: 400; }

@media (max-width: 1260px) {
      .aside-search__wyniki {
        width: 66%; } }

@media (max-width: 760px) {
      .aside-search__wyniki {
        width: 90%; }
        .aside-search__wyniki ul {
          padding-left: 0 !important; } }

.hero {
  position: relative;
  padding: 110px 0 0; }

@media (max-width: 1260px) {
    .hero {
      padding: 85px 0 0; } }

.hero .swiper-container {
    overflow: hidden; }

.hero .swiper-slide {
    margin: 0 auto;
    margin-bottom: 150px; }

@media (max-width: 665px) {
      .hero .swiper-slide {
        margin-bottom: 200px; } }

.hero__img-container {
    width: 100%; }

.hero__img-container a {
      width: 100%; }

.hero__img-container img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }

.hero--img-container-single img {
    max-height: 500px; }

.meta-card {
  background-color: white;
  width: 85%;
  max-width: 650px;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -100px;
  transform: translateX(-50%);
  padding: 20px 40px 0;
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.15); }

@media (max-width: 1444px) {
    .meta-card {
      bottom: -95px;
      max-width: 550px; } }

@media (max-width: 665px) {
    .meta-card {
      padding: 20px 20px 0;
      bottom: -160px;
      text-align: center;
      width: 80%; } }

.meta-card__headline {
    margin: -10px 0 0 0 !important; }

.meta-card__text {
    margin: 5px 0;
    color: #BEBEBE; }

.meta-card__href {
    color: #BEBEBE;
    font-weight: 400;
    display: inline-block;
    font-size: 12px;
    margin: 5px 0 10px; }

.meta-card--href-second {
    margin-left: 10px; }

.meta-card .fa-calendar,
  .meta-card .fa-user {
    margin-right: 4px; }

.meta-card__nav {
    position: relative;
    top: 25px;
    background-color: white !important;
    width: 150px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); }

.meta-card__nav .swiper-pagination {
      left: 50%;
      margin-top: 10px;
      transform: translateX(-50%); }

.meta-card__nav .swiper-pagination span {
        margin: 0 2px !important;
        background: #E83335 !important; }

.meta-card__nav .swiper-button-next,
    .meta-card__nav .swiper-button-prev {
      margin-top: -15px;
      width: 30px;
      height: 30px;
      background-size: contain; }

.meta-card__nav .swiper-button-next {
      background-image: url(./images/arrow.png); }

.meta-card__nav .swiper-button-prev {
      background-image: url(./images/arrow1.png); }

.homepage {
  padding: 0px 30px 0; }

.homepage--single {
    padding: 150px 30px 0; }

@media (max-width: 1260px) {
      .homepage--single {
        padding: 100px 0 0; } }

.homepage--single h1 {
      font-weight: 600;
      letter-spacing: 2.4px; }

.homepage--single h3 {
      font-size: 18px;
      color: #E83335; }

.homepage--single li {
      font-family: 'Inter', serif;
      font-size: 14px;
      line-height: 22px;
      list-style-type: disc; }

@media (max-width: 780px) {
    .homepage {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 540px) {
    .homepage {
      padding-left: 10px;
      padding-right: 10px; } }

.homepage__flex {
    display: flex;
    justify-content: space-between; }

@media (max-width: 1260px) {
      .homepage__flex {
        flex-direction: column; } }

.homepage__wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%; }

@media (max-width: 1260px) {
      .homepage__wide {
        width: 100%; } }

.homepage__narrow {
    width: 27%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -25px; }

@media (max-width: 1260px) {
      .homepage__narrow {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        text-align: center; } }

@media (max-width: 760px) {
      .homepage__narrow {
        width: 100%;
        flex-direction: column; } }

.homepage__img-container-narrow {
    width: 100%;
    position: relative; }

.homepage__img-container-narrow img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.homepage__button {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%); }

.homepage__headline-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }

@media (max-width: 760px) {
      .homepage__headline-container {
        flex-direction: column;
        margin-bottom: 10px; } }

.homepage__headline {
    text-transform: uppercase;
    position: relative;
    padding: 20px 0;
    text-align: left;
    display: block;
    color: black !important; }

.homepage__headline:after {
      content: '';
      position: absolute;
      height: 1px;
      background-color: #E83335;
      left: 0;
      bottom: 10px;
      width: 130px; }

@media (max-width: 1260px) {
      .homepage__headline {
        padding: 10px 0;
        text-align: center; }
        .homepage__headline:after {
          left: 50%;
          transform: translateX(-50%);
          bottom: -5px; } }

.homepage--headline-narrow-2 {
    width: 80%;
    margin: 0 auto 15px; }

@media (max-width: 418px) {
      .homepage--headline-narrow-2 {
        width: 100%; } }

@media (max-width: 1260px) {
    .homepage--headline-dyskusja {
      text-align: center; }
      .homepage--headline-dyskusja:after {
        left: 50%;
        transform: translatex(-50%); } }

@media (max-width: 1260px) {
  .card-narrow {
    max-width: 60%;
    margin: 0 auto; } }

.card-narrow--kontakt {
  max-width: 100%; }

@media (max-width: 760px) {
  .card-narrow {
    max-width: 80%;
    margin: 0 auto 50px; } }

@media (max-width: 560px) {
  .card-narrow {
    max-width: 100%; } }

@media (max-width: 760px) {
  .card-narrow__centered {
    text-align: center; } }

@media (max-width: 1260px) {
  .co-robimy {
    width: 60%;
    margin: 0 auto; } }

@media (max-width: 760px) {
  .co-robimy {
    width: 80%;
    margin: 0 auto 50px; } }

@media (max-width: 560px) {
  .co-robimy {
    width: 100%; } }

.co-robimy__img-container {
  position: relative;
  margin: 10px 0; }

.co-robimy__img-container img {
    width: 100%;
    height: 55px;
    -o-object-fit: cover;
       object-fit: cover; }

.co-robimy__container-absolute {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%; }

@media (max-width: 1260px) {
    .co-robimy__container-absolute {
      top: 85%; } }

.co-robimy__links-container {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center; }

.co-robimy__href {
  text-transform: uppercase;
  color: white;
  font-size: 12px; }

@media (max-width: 360px) {
    .co-robimy__href {
      font-size: 10px; } }

.co-robimy__href:after {
    position: absolute;
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    top: -40%;
    left: 0; }

.co-robimy__href:hover {
    color: white; }

.co-robimy--href-black {
  color: black; }

.co-robimy--href-black:hover {
    color: black; }

.co-robimy__arrow {
  font-size: 12px;
  background-color: #E83335;
  color: white;
  padding: 3px;
  opacity: 0;
  transition: 0.3s; }

.co-robimy__img-container:hover .co-robimy__arrow {
  background-color: #E83335;
  color: white;
  opacity: 1; }

.dyskusja {
  width: 100%;
  text-align: center;
  padding-bottom: 50px; }

.card {
  max-width: 48%;
  min-width: 300px;
  margin-bottom: 50px; }

@media (max-width: 760px) {
    .card {
      text-align: center;
      max-width: 80%;
      margin: 40px auto; } }

@media (max-width: 560px) {
    .card {
      text-align: center;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.card__headline-href {
    display: inline-block !important; }

.card__function {
    color: #E83335;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    margin-top: 0; }

.card--function-big {
    font-weight: 800 !important; }

.card--headline-container-small {
    min-height: 50px; }

.card__img-container img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 760px) {
      .card__img-container img {
        height: 300px; } }

.card--img-container-height img {
    height: auto; }

.card--page-co-robimy {
    max-width: 30%; }

@media (max-width: 1260px) {
      .card--page-co-robimy {
        max-width: 48%;
        margin: 0 auto 50px; } }

@media (max-width: 760px) {
      .card--page-co-robimy {
        max-width: 80%;
        margin: 0 auto 50px; } }

@media (max-width: 560px) {
      .card--page-co-robimy {
        max-width: 100%;
        margin: 0 auto 50px; } }

.card--page-eksperci {
    max-width: 23%;
    min-width: 300px !important;
    box-sizing: content-box;
    padding: 0 10px; }

.card--page-eksperci p:nth-of-type(2) {
      margin-top: 0px; }

@media (max-width: 1260px) {
      .card--page-eksperci {
        max-width: 23%;
        margin: 0 auto 50px; } }

@media (max-width: 760px) {
      .card--page-eksperci {
        max-width: 80%; } }

@media (max-width: 560px) {
      .card--page-eksperci {
        max-width: 100%; } }

.card--page-o-nas {
    max-width: 30%;
    min-width: 200px; }

@media (max-width: 1260px) {
      .card--page-o-nas {
        max-width: 48%;
        margin: 0 auto 50px; } }

@media (max-width: 760px) {
      .card--page-o-nas {
        max-width: 80%; } }

@media (max-width: 560px) {
      .card--page-o-nas {
        max-width: 100%; } }

.card--single-eksperci {
    max-width: 30%;
    max-width: 200px;
    margin: 0 auto; }

@media (max-width: 1260px) {
      .card--single-eksperci {
        max-width: 48%;
        margin: 0 auto 50px; }
        .card--single-eksperci img {
          height: 300px; } }

@media (max-width: 760px) {
      .card--single-eksperci {
        max-width: 80%; } }

@media (max-width: 560px) {
      .card--single-eksperci {
        max-width: 100%; }
        .card--single-eksperci img {
          height: auto; } }

.card__href {
    color: #BEBEBE;
    font-weight: 400;
    margin: 0 !important;
    display: inline-block;
    font-size: 14px; }

.card__href .fa-user {
      margin-right: 3px; }

.card__social-container {
    color: #BEBEBE;
    margin-bottom: 40px; }

.card__social-container a {
      color: inherit;
      font-weight: 400;
      transition: 0.2s;
      margin-right: 15px; }

.card__social-container a:hover {
        color: #E83335; }

.card--social-container-center {
    text-align: center; }

.card--headline-small {
    font-size: 24px; }

.card--eksperci-headline {
    margin-bottom: 0; }

@media (max-width: 760px) {
    .card__button {
      float: none; } }

.page-co-robimy {
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 2%, white 10%); }

.page-co-robimy__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

.page-co-robimy h1 a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit; }

.page-eksperci {
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 2%, white 4%); }

.page-eksperci__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; }

.o-fundacji {
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 2%, white 4%); }

.o-fundacji__flex {
    display: flex; }

@media (max-width: 1260px) {
      .o-fundacji__flex {
        flex-direction: column; } }

.o-fundacji__sidebar {
    width: 20%;
    position: relative; }

@media (max-width: 1259px) {
      .o-fundacji__sidebar {
        width: 100%; } }

@media (max-width: 1260px) {
      .o-fundacji__sidebar {
        margin-right: 30px; } }

@media (min-width: 1260px) {
    .o-fundacji__menu {
      position: -webkit-sticky;
      position: sticky;
      top: 100px;
      max-width: 200px; } }

@media (max-width: 1259px) {
    .o-fundacji__menu {
      position: static; } }

.o-fundacji__main {
    max-width: 900px; }

@media (max-width: 1260px) {
      .o-fundacji__main {
        max-width: 100%; } }

@media (max-width: 760px) {
      .o-fundacji__main {
        text-align: center; } }

.o-fundacji__headline-secondary {
    font-weight: 400;
    line-height: 50px;
    margin-top: 0px; }

.o-fundacji__headline-tertiary {
    padding-top: 50px; }

.o-fundacji li {
    font-family: 'Inter', serif;
    font-size: 14px;
    line-height: 22px;
    list-style: disc; }

.o-fundacji h3 {
    position: relative;
    margin-bottom: 25px; }

.o-fundacji h3:after {
      position: absolute;
      content: '';
      width: 150px;
      height: 1px;
      left: 0;
      bottom: -10px;
      background-color: #E83335; }

@media (max-width: 760px) {
        .o-fundacji h3:after {
          left: 50%;
          transform: translateX(-50%); } }

.o-fundacji__nav {
    margin: 10px 0;
    list-style: none !important;
    font-size: 18px; }

.o-fundacji__nav a {
      font-weight: 400;
      border-radius: 0px;
      text-transform: uppercase;
      font-size: 14px; }

.o-fundacji__nav a:hover {
        text-decoration: underline;
        color: #E83335; }

@media (max-width: 1260px) {
        .o-fundacji__nav a {
          margin: 0 10px;
          font-size: 14px !important; } }

@media (max-width: 1260px) {
      .o-fundacji__nav {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px !important; } }

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

.manifest__headline-container span {
    display: block; }

.manifest__headline {
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  display: inline-block; }

.manifest__headline-text {
  font-size: 18px;
  max-width: 620px;
  margin: 0 auto; }

.manifest__list {
  padding-bottom: 50px; }

.manifest__items {
  padding: 0; }

.manifest__item {
  list-style: none !important; }

.manifest__text {
  padding-left: 100px; }

@media (max-width: 760px) {
    .manifest__text {
      padding-left: 0px; } }

.manifest__number {
  display: inline-block;
  color: #E83335;
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  padding-right: 45px; }

@media (max-width: 760px) {
    .manifest__number {
      padding-right: 0px;
      display: block;
      padding: 30px 0 15px; } }

.manifest--number-last {
  padding-right: 10px; }

#menu-o-fundacji {
  padding: 0; }

@media (max-width: 1259px) {
    #menu-o-fundacji {
      position: static;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      max-width: 100%; } }

@media (max-width: 760px) {
    #menu-o-fundacji {
      justify-content: center; } }

.page-wesprzyj {
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 2%, white 10%);
  padding-bottom: 100px; }

@media (max-width: 760px) {
    .page-wesprzyj {
      padding-bottom: 40px;
      text-align: center; } }

.page-wesprzyj__container {
    max-width: 950px; }

.page-wesprzyj__img-container img {
    width: 100%; }

.page-wesprzyj__text {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 -10px; }

@media (max-width: 760px) {
      .page-wesprzyj__text {
        font-size: 22px;
        line-height: 30px; } }

.page-wesprzyj__button-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0; }

@media (max-width: 760px) {
      .page-wesprzyj__button-container {
        justify-content: center; } }

.page-wesprzyj ul {
    padding-left: 0; }

.page-wesprzyj li {
    font-family: 'Inter', serif;
    font-size: 14px;
    line-height: 22px; }

.konto {
  background: #f6f6f6;
  margin-top: 30px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px; }

.konto__headline {
    margin-bottom: 30px;
    font-family: 'Inter', serif; }

.konto--red {
    color: #E83335; }

.single {
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 10%, white 97%); }

.single__flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px; }

@media (max-width: 1260px) {
      .single__flex {
        flex-direction: column; } }

.single__column-headline {
    margin-top: -5px; }

@media (max-width: 1260px) {
    .single--flex-reverse {
      flex-direction: column-reverse; } }

.single__img-container {
    width: 48%; }

@media (max-width: 1260px) {
      .single__img-container {
        width: 100%;
        max-width: 900px;
        margin: 0 auto; } }

.single__img-container img {
      width: 100%; }

.single__column {
    width: 48%; }

@media (max-width: 1260px) {
      .single__column {
        width: 100%;
        max-width: 900px; } }

@media (max-width: 760px) {
      .single__column {
        text-align: center; } }

.single__column h1 {
      font-weight: 600;
      letter-spacing: 2.4px; }

.single__column h3 {
      font-size: 18px;
      color: #E83335;
      font-weight: 400; }

@media (max-width: 760px) {
      .single__column ul {
        padding: 0; } }

.single__column li {
      font-family: 'Inter', serif;
      font-size: 14px;
      line-height: 22px;
      list-style-type: disc;
      list-style-position: inside; }

@media (max-width: 1260px) {
    .single__column:nth-of-type(2) {
      margin-top: 40px; } }

.single__column-function {
    font-weight: 600; }

.single__single-post {
    max-width: 1000px;
    padding: 40px auto; }

.single-post-content {
  width: 100%;
  padding-bottom: 60px; }

.wp-block-embed {
  font-family: 'Inter', serif;
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.swiper-eksperci .swiper-button-next,
.swiper-eksperci .swiper-button-prev {
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-size: contain; }

.swiper-eksperci .swiper-button-next {
  background-image: url(./images/arrow.png); }

.swiper-eksperci .swiper-button-prev {
  background-image: url(./images/arrow1.png); }

.newsletter {
  margin: 0 auto;
  margin-bottom: 60px;
  border: 1px solid #E83335;
  padding: 4% 7%;
  width: 100%;
  box-sizing: border-box; }

@media (max-width: 1260px) {
    .newsletter {
      width: 80% !important; } }

@media (max-width: 760px) {
    .newsletter {
      width: 100% !important; } }

.newsletter__text {
    margin-bottom: 0px !important; }

@media (max-width: 760px) {
      .newsletter__text {
        text-align: center !important;
        margin: 0 auto !important; } }

.newsletter--text-narrow {
    text-align: center !important; }

.newsletter .field {
    font-family: 'Inter', serif;
    padding-left: 20px !important;
    box-sizing: border-box !important; }

.text_header {
  position: relative;
  line-height: 40px !important;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin-bottom: 40px !important;
  margin-top: 20px !important; }

@media (max-width: 760px) {
    .text_header {
      text-align: center !important; } }

.text_header:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #E83335;
    left: 0;
    bottom: -20px;
    width: 130px; }

@media (max-width: 760px) {
    .text_header {
      text-align: center; }
      .text_header:after {
        left: 50%;
        transform: translateX(-50%); } }

.message_success {
  font-family: 'Inter', serif !important; }

.newsletter-narrow .text_header {
  text-align: center !important;
  font-size: 28px !important; }

.newsletter-narrow .text_header:after {
    left: 50%;
    transform: translateX(-50%); }

.newsletter--text-post {
  text-align: left !important;
  margin-bottom: 10px !important;
  max-width: 620px !important; }

.form_container input {
  box-sizing: border-box; }

#fm_form_4 .text_header {
  text-align: left !important;
  font-size: 28px !important;
  margin-top: 0px !important; }

#fm_form_4 .text_header:after {
    left: 0;
    transform: translateX(0%); }

.page-kontakt {
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 10%, white 97%); }

.page-kontakt__flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px; }

@media (max-width: 1024px) {
      .page-kontakt__flex {
        flex-direction: column;
        text-align: center;
        padding-bottom: 40px; } }

.page-kontakt__headline-secondary {
    font-size: 24px !important;
    margin-top: 0; }

@media (max-width: 1024px) {
      .page-kontakt__headline-secondary {
        text-align: center; }
        .page-kontakt__headline-secondary:after {
          left: 50%;
          transform: translateX(-50%); } }

.page-kontakt__column {
    width: 48%;
    margin: 0 auto; }

@media (max-width: 1024px) {
      .page-kontakt__column {
        width: 100%;
        max-width: 760px; } }

.page-kontakt__column:nth-of-type(2) p {
    font-weight: bold; }

.page-kontakt__adres {
    margin: 0; }

.page-kontakt__text {
    margin: 25px 0; }

.page-kontakt__href {
    display: block;
    font-weight: 400;
    color: #E83335;
    font-size: 14px; }

.page-kontakt__href:nth-of-type(1) {
    margin-top: 30px;
    margin-bottom: 10px; }

.page-kontakt__href:nth-of-type(2) {
    margin-bottom: 30px; }

.page-kontakt .wpcf7 {
    width: 100% !important; }

.page-kontakt .wpcf7 input,
    .page-kontakt .wpcf7 label,
    .page-kontakt .wpcf7 textarea {
      box-sizing: border-box;
      width: 100% !important; }

.page-kontakt .wpcf7 input input,
      .page-kontakt .wpcf7 label input,
      .page-kontakt .wpcf7 textarea input {
        height: 50px;
        border: 1px solid lightgray;
        border-radius: 5px 5px 5px 5px; }

.page-kontakt .wpcf7 input textarea,
      .page-kontakt .wpcf7 label textarea,
      .page-kontakt .wpcf7 textarea textarea {
        height: 50px;
        border-radius: 5px 5px 5px 5px;
        border: 1px solid lightgray; }

.page-kontakt__button {
    max-width: 200px !important;
    float: right;
    display: block;
    margin: 0 auto; }

@media (max-width: 1024px) {
      .page-kontakt__button {
        float: none; } }

.freshmail_popup .freshMailPopUp__body > div:nth-child(2) {
  padding: 76px 20px;
  overflow: hidden;
  background: url(./images/Pop_up_newsletter_bg.jpg), #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  width: 640px;
  /* max-width: 90%; */
  border-radius: 0px; }

.freshmail_popup .freshMailPopUp__body .form_container {
  max-width: 330px; }

.freshmail_popup #freshMailPopUp__close {
  left: 10px;
  right: initial; }

@media (max-width: 760px) {
  .freshmail_popup .freshMailPopUp__body > div:nth-child(2) {
    width: 480px;
    padding: 10px 20px; } }

@media (max-width: 590px) {
  .freshmail_popup .freshMailPopUp__body > div:nth-child(2) {
    width: 360px; }
  .freshmail_popup .freshMailPopUp__body .form_container {
    max-width: 200px; }
  .freshmail_popup .freshMailPopUp__body .text_header {
    font-size: 36px !important; } }

@media (max-width: 470px) {
  .freshmail_popup .freshMailPopUp__body > div:nth-child(2) {
    background: #fff; }
  .freshmail_popup .freshMailPopUp__body > div:nth-child(2) {
    width: 230px; }
  .freshmail_popup .freshMailPopUp__body .form_container {
    max-width: 100%; } }

/* MSM */

.page-kontakt .wpcf7 label input[type=checkbox] {
  height: initial;
  width: initial !important; }

.page-kontakt .wpcf7 label input,
.page-kontakt .wpcf7 textarea {
  height: initial;
  padding: 15px 10px;
  font-size: 16px; }

.wpcf7-acceptance span {
  font-weight: 400 !important;
  line-height: 1.3;
  margin: 0; }

.page-kontakt .wpcf7 label textarea {
  height: 4.4em !important; }

.message_error {
  color: #c9242c;
  font-weight: 600; }

.form_subscribe.freshmail_form_1 {
  display: flex;
  flex-direction: column; }

.message_error {
  order: 20; }

.form_subscribe.freshmail_form_1 > p {
  order: 40; }

.form_subscribe.freshmail_form_1 > p:first-of-type {
  order: 1; }

.form_subscribe.freshmail_form_1 > div {
  order: 8; }

.newsletter-narrow .form_subscribe {
  display: flex;
  flex-direction: column; }

.newsletter-narrow .form_subscribe p {
  order: 40; }

.newsletter-narrow .form_subscribe > p:first-of-type {
  order: 1; }

.newsletter-narrow .form_subscribe > div {
  order: 8; }

.newsletter-narrow .message_error {
  margin-top: -10px;
  display: block;
  margin-bottom: 12px; }

.petycja__text {
  padding-top: 100px;
  margin-bottom: 40px; }

@media (max-width: 780px) {
    .petycja__text {
      padding-top: 60px; } }

.petycja__img-container img {
  border-radius: 5px; }

.petycja__text-bottom {
  margin-top: 30px;
  position: relative; }

.petycja__text-bottom:after {
    content: '';
    position: absolute;
    top: -110px;
    left: 0px;
    background-color: #BEBEBE;
    width: 100%;
    height: 1px; }

.petycja__button {
  text-transform: uppercase;
  display: block;
  max-width: 450px;
  text-align: center;
  color: #E83335;
  border: 1px solid #E83335;
  margin: 30px auto 0;
  padding: 20px 0px;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  background: white;
  transition: 0.2s; }

.petycja__button:hover {
    color: white;
    background: linear-gradient(90deg, #e83335 0%, #c9242c 100%); }

.petycja__form {
  margin-top: 10px;
  border-radius: 5px;
  padding: 40px;
  background-color: #F6F6F6; }

@media (max-width: 780px) {
    .petycja__form {
      padding: 40px 15px; } }

@media (max-width: 540px) {
    .petycja__form {
      padding: 40px 10px; } }

.petycja__form-container {
  max-width: 450px;
  margin: 0 auto; }

.petycja__heading-container {
  max-width: 450px;
  margin: 0 auto; }

.petycja__fb-button-container {
  max-width: 350px; }

.petycja__heading-secondary {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 400;
  text-align: left !important;
  max-width: 350px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative; }

@media (max-width: 760px) {
    .petycja__heading-secondary {
      text-align: center !important;
      margin: 0 auto 30px; } }

.petycja__heading-secondary:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    background-color: #E83335;
    width: 40%;
    height: 1px; }

@media (max-width: 760px) {
      .petycja__heading-secondary:after {
        left: 50%;
        transform: translateX(-50%); } }

.petycja__heading-secondary--center {
    margin: 80px auto 30px; }

.petycja__heading-secondary--bottom {
    margin-top: 80px; }

.petycja__bold {
  font-weight: bold; }

.petycja__counter {
  color: #E83335; }

.form_container input {
  border-radius: 5px !important; }

.form_subscribe_button {
  margin-top: 20px !important; }

.form_subscribe_button:hover {
    cursor: pointer; }

#fm_form_6 > div > form > div {
  margin-bottom: 20px !important; }

.fb_iframe_widget {
  display: block !important;
  text-align: center !important;
  background-color: #1877F2; }

.fb-share-button {
  margin-top: 40px !important;
  width: 140px !important;
  height: 45px;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px; }

.dk-speakout-petition-wrap h3 {
  display: none; }

#dk-speakout-first-name-1,
#dk-speakout-last-name-1,
#dk-speakout-email-1 {
  width: 100%;
  border-radius: 5px;
  margin: 5px 0px;
  padding-left: 5px;
  font-size: 18px;
  height: 35px;
  border: 1px solid #B7B7B7; }

#dk-speakout-honorific-1 {
  border-radius: 5px;
  margin: 5px 0px;
  padding-left: 5px;
  font-size: 18px;
  height: 35px;
  border: 1px solid #B7B7B7; }

.dk-speakout-optin-checkbox {
  margin: 10px 0;
  font-size: 14px;
  font-family: 'inter', serif; }

.dk-speakout-optin-checkbox {
  font-size: 16px !important; }

#dk-speakout-petition-1 > form > div.dk-speakout-privacypolicy-wrap > div > label > a {
  font-size: 18px !important; }

.dk-speakout-submit {
  background-color: #E83335;
  color: white;
  padding: 15px 20px 15px;
  transition: 0.4s !important;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-family: 'inter', serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
  border: 1px solid #E83335;
  transition: 0.2s; }

.dk-speakout-submit:hover {
    background-color: white;
    color: #E83335; }

.page-rzeczy-wspolne__img-container {
  width: 100%;
  padding-top: 60px;
  margin-bottom: -100px; }

.page-rzeczy-wspolne__img-container img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 1444px) {
  .page-rzeczy-wspolne__img-container img {
    height: 350px; } }

@media (max-width: 780px) {
  .page-rzeczy-wspolne__img-container {
    padding-top: 35px;
    margin-bottom: -80px; }
    .page-rzeczy-wspolne__img-container img {
      height: 250px; } }

@media (max-width: 580px) {
  .page-rzeczy-wspolne__img-container {
    padding-top: 35px;
    margin-bottom: -80px; }
    .page-rzeczy-wspolne__img-container img {
      height: 200px; } }

.footer {
  padding: 50px 0 0;
  background-color: #F2F2F2;
  display: none; }

.footer__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

@media (max-width: 760px) {
      .footer__flex {
        flex-direction: column; } }

.footer__flex-second {
    margin-top: 50px;
    padding: 10px 0;
    background-color: white; }

.footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

@media (max-width: 760px) {
      .footer__container {
        flex-direction: column; } }

.footer__column:nth-of-type(1) {
    width: 30%; }

@media (max-width: 760px) {
      .footer__column:nth-of-type(1) {
        width: 100%;
        text-align: center; } }

@media (max-width: 1260px) {
    .footer__column:nth-of-type(1) {
      padding-bottom: 40px; } }

.footer__column:nth-of-type(2) {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-evenly; }

@media (max-width: 1260px) {
      .footer__column:nth-of-type(2) {
        flex-direction: column; } }

.footer__column:nth-of-type(2) img {
      max-width: 400px;
      width: 100%; }

.footer__column:nth-of-type(2) p {
      max-width: 360px;
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      padding: 0 20px; }

@media (max-width: 760px) {
      .footer__column:nth-of-type(2) {
        margin-top: 25px;
        width: 100%; } }

.footer--column-second {
    width: 33%;
    text-align: center; }

@media (max-width: 760px) {
      .footer--column-second {
        width: 100%; } }

.footer--column-second:nth-of-type(1) {
    text-align: left; }

@media (max-width: 760px) {
      .footer--column-second:nth-of-type(1) {
        text-align: center; } }

.footer--column-second:nth-last-of-type(2) {
    margin-top: 5px; }

.footer--column-second:nth-of-type(3) {
    text-align: right; }

@media (max-width: 760px) {
      .footer--column-second:nth-of-type(3) {
        text-align: center; } }

.footer--column-headline {
    padding-bottom: 0px !important; }

.footer__headline {
    margin-top: 0;
    font-size: 24px; }

.footer__text {
    font-size: 12px; }

.footer__text a {
      font-size: 12px; }

.footer--adres-nomargin {
    margin: 0; }

.footer__img-container img {
    width: 100%; }

.footer__social-href {
    padding: 0 10px;
    font-size: 18px;
    color: #BEBEBE; }

.footer--test {
    margin-bottom: 5px; }
header.header ~ section{
  padding-top: 111px;
}
.additional_content-wrapper ul li{
  font-family: 'Inter', serif;
  font-size: 14px;
  line-height: 22px;
  list-style: disc;
}
.additional_content-wrapper h3{
  position: relative;
  margin-bottom: 25px;
}
.additional_content-wrapper h3:after {
  position: absolute;
  content: '';
  width: 150px;
  height: 1px;
  left: 0;
  bottom: -10px;
  background-color: #E83335;
}

