/*
Theme Name: muzeum
*/
/*! 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 */ }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

:root {
  --primary-color: #859A00;
  --black: #000000;
  --white: #FFFFFF;
  --success-color: #2ecc71;
  --error-color: #e74c3c;
  --pending-color: #FFFFCC;
  --background-grey: #F3F3F3;
  --disabled-gray: #ebe9eb;
  --light-gray: #E5E5E5;
  --medium-gray: #BBBBBB;
  --dark-gray: #4A4A4A;
  --light-blue: #647B84;
  --medium-blue: #002B36;
  --dark-blue: #00212B;
  --push-top-desktop: 100px;
  --push-top-mobile: 100px;
  --push-top-tablet: 100px;
  --gradient: linear-gradient(var(--primary-color), var(--dark-blue)); }

@custom-media --screen-tiny (max-width: 320px);
@custom-media --screen-mobile (max-width: 640px);
@custom-media --screen-phablet (max-width: 820px);
@custom-media --screen-tablet print, (max-width: 1000px);
@custom-media --screen-medium (max-width: 1200px);
@custom-media --screen-desktop print, (max-width: 1300px);
@custom-media --screen-wide (min-width: 2000px);
@custom-media --screen-4k (min-width: 3870px);
@custom-media --screen-desktop-only (min-width: 640px);
:root {
  --smaller-font-size: 10px;
  --smaller-line-height: 1;
  --small-font-size: 14px;
  --small-line-height: 1.1;
  --default-font-size: 16px;
  --default-line-height: 1.4;
  --medium-font-size: 20px;
  --medium-line-height: 1.3;
  --big-font-size: 24px;
  --big-line-height: 1.5;
  --bigger-font-size: 68px;
  --bigger-line-height: 1.5;
  --h1-font-size: 48px;
  --h1-line-height: 1.3;
  --h1-font-size-mobile: 8vw;
  --h1-line-height-mobile: 1.3;
  --h2-font-size: 38px;
  --h2-line-height: 1.2;
  --h2-font-size-mobile: 6vw;
  --h2-line-height-mobile: 1.2;
  --h3-font-size: 27.5px;
  --h3-line-height: 1;
  --h3-font-size-mobile: 4vw;
  --h3-line-height-mobile: 1;
  --h4-font-size: 24px;
  --h4-line-height: 1;
  --h4-font-size-mobile: 24px;
  --h4-line-height-mobile: 1;
  --h5-font-size: 21px;
  --h5-line-height: 1;
  --h5-font-size-mobile: 21px;
  --h5-line-height-mobile: 1;
  --h6-font-size: 18.4px;
  --h6-line-height: 1;
  --h6-font-size-mobile: 18.4px;
  --h6-line-height-mobile: 1; }

@define-mixin clearfix {
  clear: both;
  :before,
  :after {
    content: "";
    display: table;
    clear: both; } }

@define-mixin noList {
  list-style: none;
  margin: 0;
  padding: 0;
  li {
    padding: 0; } }

@define-mixin maxWidth {
  max-width: 1300px;
  margin: auto;
  box-sizing: border-box;
  @media (--screen-desktop) {
    padding: 0 20px; } }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.hidde,
.hidden {
  display: none; }

.page__load p a {
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2em;
  text-shadow: 3px 3px 7px #741b3a;
  transition: 0.3s all; }
  .page__load p a:hover {
    color: #b90541;
    text-shadow: 3px 3px 7px #ffffff; }

.logo {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: 0.4s background 0.1s, 0.5s width 0.2s, 0.5s height 0.2s,
 0.5s bottom 0.2s, 0.5s left 0.2s; }
  .logo.menu-acitve path {
    fill: #b90541 !important; }
  .logo path {
    fill: #b90541;
    transition: 0.5s all 0.1s; }
  .logo svg {
    max-width: 100%;
    height: auto; }
  .logo.load {
    background: transparent;
    bottom: 30px;
    left: 130px;
    height: 102px;
    width: 190px; }
    @media (max-width: 1450px) {
      .logo.load {
        left: 90px;
        height: 102px;
        width: 140px; } }
    @media (max-width: 1280px) {
      .logo.load {
        opacity: 0; }
        .logo.load a {
          display: none; } }
    @media (max-width: 1170px) {
      .logo.load {
        display: none; } }
    .logo.load path {
      fill: #fff; }

.page__background__video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.page__background__video video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: -100px;
  min-width: 100%;
  min-height: 100%; }
  @media (max-width: 800px) {
    .page__background__video video {
      top: 0; } }

@media (max-height: 600px) {
  header.menu-acitve {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    transition: 0.3s all 0.1s; } }

.nav__left {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: url(img/bg_all.jpg), #e7e7e6;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: -200px;
  opacity: 0.85; }
  @media (min-width: 400px) {
    .nav__left {
      transition: 0.5s width, 0.2s background, 0.3s opacity; } }
  @media (max-width: 1450px) {
    .nav__left {
      width: 80px; } }
  @media (max-width: 1000px) {
    .nav__left {
      height: 60px;
      width: 60px; } }
  .nav__left.active {
    background: url(img/bg_all.jpg), #e7e7e6;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px;
    opacity: 1;
    width: 100vw; }
    @media (max-width: 1000px) {
      .nav__left.active {
        height: 100vh; } }
    @media (max-height: 600px) {
      .nav__left.active {
        min-height: 600px;
        position: relative;
        height: auto;
        overflow: auto; } }
    @media (max-width: 600px) {
      .nav__left.active {
        overflow: auto; } }
    @media (max-width: 400px) {
      .nav__left.active {
        padding-left: 120px;
        padding-top: 70px;
        padding-bottom: 80px;
        justify-content: flex-start; } }
    @media (max-width: 1000px) {
      .nav__left.active .nav__left__container {
        display: flex; } }
    @media (max-width: 1000px) {
      .nav__left.active .nav__left__item__title {
        max-width: 200px; } }
    .nav__left.active .nav__left__item__title {
      background: #b90541;
      visibility: visible;
      color: #fff;
      opacity: 1;
      transition: 0.2s all; }
      .nav__left.active .nav__left__item__title:hover {
        opacity: 0.6; }
    .nav__left.active .nav__left__item__dot:after {
      background: #fff;
      z-index: 2;
      position: relative; }
    @media (min-width: 400px) {
      .nav__left.active .nav__left__item:nth-of-type(2n) .nav__left__item__title {
        right: -10px;
        left: inherit;
        padding: 8px 37px 8px 22px;
        background: #b90541;
        visibility: visible;
        color: #fff; }
      .nav__left.active .nav__left__item:nth-of-type(2n) .nav__left__item__dot:after {
        background: #fff;
        z-index: 2;
        position: relative; } }
    @media (max-width: 400px) {
      .nav__left.active .nav__left__item {
        margin: 10px 0;
        opacity: 1; } }
  .nav__left__container {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 500px; }
    @media (max-width: 1000px) {
      .nav__left__container {
        display: none; } }
    @media (max-height: 620px) {
      .nav__left__container {
        margin-top: 40px;
        margin-bottom: 40px; } }
    @media (max-height: 590px) {
      .nav__left__container {
        display: none; } }
    .nav__left__container:before {
      content: '';
      width: 1px;
      top: 20px;
      bottom: 20px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: url("img/nav_dotten.png");
      background-repeat: repeat-y;
      background-position: top; }
  .nav__left__item {
    height: 40px;
    margin: 3px 0;
    position: relative;
    display: flex;
    align-items: center; }
    @media (max-width: 400px) {
      .nav__left__item {
        opacity: 0;
        transition: 0.3s all; } }
    .nav__left__item:hover .nav__left__item__dot {
      z-index: 2;
      position: relative; }
      .nav__left__item:hover .nav__left__item__dot:after {
        background: #fff; }
    .nav__left__item:hover .nav__left__item__title {
      background: #b90541;
      visibility: visible;
      color: #fff;
      opacity: 1; }
    .nav__left__item--active .nav__left__item__dot {
      z-index: 2;
      position: relative; }
      .nav__left__item--active .nav__left__item__dot:after {
        background: #fff; }
    .nav__left__item--active .nav__left__item__title {
      background: #b90541;
      visibility: visible;
      color: #fff;
      opacity: 1; }
    .nav__left__item__dot {
      display: block;
      position: relative;
      padding: 5px;
      border-radius: 50%;
      background: transparent; }
      .nav__left__item__dot:after {
        content: '';
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #c0bec0;
        transition: 0.3s background; }
    .nav__left__item__title {
      visibility: hidden;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: max-content;
      left: -10px;
      padding: 8px 29px 8px 43px;
      border-radius: 20px;
      font-weight: 600;
      font-size: 13px;
      opacity: 0;
      transition: 0.3s opacity 0.1s; }
      @media (max-width: 1450px) {
        .nav__left__item__title {
          font-size: 11px;
          padding: 8px 16px 8px 34px; } }
      @media (max-width: 1280px) {
        .nav__left__item__title {
          max-width: 160px; } }
      @media (max-width: 1170px) {
        .nav__left__item__title {
          max-width: 130px; } }
      @media (max-width: 500px) {
        .nav__left__item__title {
          width: auto;
          max-width: inherit !important; } }

/* 
green: #3FAF82

*/
.hamburger {
  position: absolute;
  top: 35px;
  left: 30px;
  width: 40px;
  cursor: pointer; }
  @media (max-width: 1450px) {
    .hamburger {
      left: 21px; } }
  @media (max-width: 1000px) {
    .hamburger {
      top: 14px;
      left: 9px; } }
  .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #be1528;
    transition: all 0.3s;
    position: relative; }
  .hamburger span + span {
    margin-top: 9px; }
  .hamburger.active span:nth-child(1) {
    animation: ease 0.7s top forwards; }
  .hamburger.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards; }
  .hamburger.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards; }
  .hamburger.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards; }
  .hamburger.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards; }
  .hamburger.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards; }

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0); }
  50% {
    top: 13px;
    transform: rotate(0); }
  100% {
    top: 13px;
    transform: rotate(45deg); } }

@keyframes top-2 {
  0% {
    top: 13px;
    transform: rotate(45deg); }
  50% {
    top: 13px;
    transform: rotate(0deg); }
  100% {
    top: 0;
    transform: rotate(0deg); } }

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0); }
  50% {
    bottom: 11px;
    transform: rotate(0); }
  100% {
    bottom: 11px;
    transform: rotate(135deg); } }

@keyframes bottom-2 {
  0% {
    bottom: 11px;
    transform: rotate(135deg); }
  50% {
    bottom: 11px;
    transform: rotate(0); }
  100% {
    bottom: 0;
    transform: rotate(0); } }

@keyframes scaled {
  50% {
    transform: scale(0); }
  100% {
    transform: scale(0); } }

@keyframes scaled-2 {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.category__line {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  width: 4px;
  display: flex;
  flex-direction: column;
  z-index: 2; }
  @media (max-width: 1450px) {
    .category__line {
      left: 80px; } }
  @media (max-width: 1450px) {
    .category__line {
      display: none; } }
  .category__line div {
    height: 100%;
    position: relative; }
    .category__line div:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      left: 0;
      max-height: 0;
      height: 100%;
      background: #b90541;
      transition: 0.8s all linear; }
    .category__line div.active:after {
      max-height: 1000px; }

.nav__primary__container {
  position: relative;
  margin-left: -170px;
  left: -100px; }
  .nav__primary__container ul {
    padding-left: 0;
    list-style: none; }
  .nav__primary__container a {
    text-decoration: none;
    opacity: 1;
    background: #b90541;
    visibility: visible;
    color: #fff;
    transition: 0.2s all;
    width: max-content;
    margin: 8px 0;
    padding: 8px 29px 8px 43px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    display: inline-block; }
    .nav__primary__container a:hover {
      opacity: 0.6; }

@media (max-width: 400px) {
  .nav__left.active {
    padding-left: 0;
    display: flex;
    flex-direction: column; } }

@media (max-width: 1280px) {
  .nav__left.active .nav__left__item__title {
    max-width: 180px; } }

@media (max-width: 1170px) {
  .nav__left.active .nav__left__item__title {
    max-width: 180px; } }

@media (max-width: 1020px) {
  .nav__left.active .nav__left__container {
    width: 400px; } }

@media (max-width: 400px) {
  .nav__left.active .nav__left__container {
    width: 100%;
    display: block;
    padding-left: 30px; } }

@media (max-width: 1020px) {
  .nav__left.active .nav__primary__container {
    left: -50px; } }

@media (max-width: 740px) {
  .nav__left.active .nav__primary__container {
    margin-left: 0;
    left: 0; } }

@media (max-width: 400px) {
  .nav__left.active .nav__primary__container {
    width: 100%;
    padding-left: 20px; } }

.wrapper {
  min-width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  transform: translate(0px);
  overflow: hidden; }

.page__name__home .page__next span {
  max-width: 100%;
  padding-left: 0; }

.page__name__home .nextSection_container {
  position: relative; }
  @media (max-width: 1640px) {
    .page__name__home .nextSection_container {
      max-width: 1230px; } }

@media (max-width: 760px) {
  .page__name__home .page__background {
    background-position: -20vw !important; } }

.page__name__home .row_img img {
  border-radius: 0;
  border: 0; }

.page__name__home .container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  max-width: 630px;
  display: block; }
  @media (max-width: 600px) {
    .page__name__home .container {
      transform: translate(0, 0%);
      max-width: 630px;
      top: 29%;
      width: 100% !important; } }
  @media (max-width: 400px) {
    .page__name__home .container {
      top: 23%; } }

.page__name__home .page__title {
  color: #fff;
  font-size: 30px !important;
  font-weight: 900;
  text-align: center;
  padding: 40px 0 50px !important;
  background: url(img/bg_heading_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 102% 90% !important;
  margin-top: 20px;
  max-width: 510px;
  margin: 0 auto; }
  @media (max-height: 920px) {
    .page__name__home .page__title {
      font-size: 26px !important; } }
  @media (max-width: 1450px) {
    .page__name__home .page__title {
      font-size: 24px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__home .page__title {
      font-size: 20px;
      padding: 30px 0 30px; } }
  @media (max-width: 700px) {
    .page__name__home .page__title {
      font-size: 18px;
      padding: 25px 25px; } }

.page__name__home span {
  max-width: 74%;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-left: 30px; }

.page__name__home .row_img img {
  max-width: 340px;
  display: block;
  margin: 0 auto; }
  @media (max-width: 1070px) {
    .page__name__home .row_img img {
      margin: 0 13vw 0 auto;
      max-width: 210px; } }

@media (max-width: 650px) {
  .page__name__korzenie .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__korzenie .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__korzenie .page__description {
    padding: 10px 0 !important; } }

.page__name__korzenie .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 550px) {
    .page__name__korzenie .container {
      max-width: calc(100vw - 50px) !important; } }
  @media (max-width: 500px) {
    .page__name__korzenie .container {
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 470px) {
  .page__name__korzenie .page__background {
    background-position: -180px !important; } }

.page__name__korzenie .simplebar-content {
  display: flex;
  align-items: flex-end; }

.page__name__korzenie .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 40px 0 50px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (max-height: 920px) {
    .page__name__korzenie .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__korzenie .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 620px) {
    .page__name__korzenie .page__title {
      font-size: 25px;
      padding: 20px 0 20px; } }

.page__name__korzenie .page__description {
  padding: 30px;
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center; }
  @media (max-width: 1070px) {
    .page__name__korzenie .page__description {
      font-size: 18px; } }
  @media (max-width: 850px) {
    .page__name__korzenie .page__description br {
      display: none; } }
  @media (max-width: 620px) {
    .page__name__korzenie .page__description {
      font-size: 18px; } }
  @media (max-width: 470px) {
    .page__name__korzenie .page__description {
      font-size: 15px;
      line-height: 1.5em; } }

.page__name__seminarium .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%); }
  @media (max-width: 1070px) {
    .page__name__seminarium .container {
      top: 0;
      transform: translate(-50%, 12%); } }
  @media (max-width: 1000px) {
    .page__name__seminarium .container {
      transform: translate(-57%, 12%); } }
  @media (max-width: 940px) {
    .page__name__seminarium .container {
      transform: translate(-53%, 28%); } }
  @media (max-width: 470px) {
    .page__name__seminarium .container {
      transform: translate(-50%, 28%); } }
  @media (max-width: 370px) {
    .page__name__seminarium .container {
      transform: translate(-50%, 13%); } }

.page__name__seminarium .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 10px 0 20px;
  margin-bottom: 140px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (max-height: 920px) {
    .page__name__seminarium .page__title {
      font-size: 22px; } }
  @media (max-width: 1450px) {
    .page__name__seminarium .page__title {
      font-size: 24px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__seminarium .page__title {
      font-size: 20px;
      padding: 30px 0 30px; } }
  @media (max-width: 700px) {
    .page__name__seminarium .page__title {
      font-size: 18px;
      padding: 25px 25px; } }

.page__name__seminarium .page__description {
  padding-top: 20px;
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center; }
  @media (max-width: 1070px) {
    .page__name__seminarium .page__description {
      font-size: 20px; } }
  @media (max-width: 940px) {
    .page__name__seminarium .page__description {
      font-size: 18px; }
      .page__name__seminarium .page__description br {
        display: none; } }
  @media (max-width: 470px) {
    .page__name__seminarium .page__description {
      font-size: 15px;
      line-height: 1.5em; } }

@media (max-width: 650px) {
  .page__name__duszpasterz .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__duszpasterz .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__duszpasterz .page__description {
    padding: 10px 0 !important; } }

.page__name__duszpasterz .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__duszpasterz .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__duszpasterz .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__duszpasterz .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__duszpasterz .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__duszpasterz .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__duszpasterz .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__duszpasterz .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__duszpasterz .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__duszpasterz .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__duszpasterz .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__duszpasterz .page__description {
      font-size: 20px; }
      .page__name__duszpasterz .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__duszpasterz .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__duszpasterz .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__duszpasterz .page__description {
      font-size: 15px; } }

@media (max-width: 650px) {
  .page__name__parafia .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__parafia .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__parafia .page__description {
    padding: 10px 0 !important; } }

.page__name__parafia .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__parafia .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__parafia .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__parafia .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__parafia .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__parafia .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__parafia .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__parafia .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__parafia .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__parafia .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__parafia .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__parafia .page__description {
      font-size: 20px; }
      .page__name__parafia .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__parafia .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__parafia .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__parafia .page__description {
      font-size: 15px; } }

@media (max-width: 650px) {
  .page__name__solidarnosc .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__solidarnosc .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__solidarnosc .page__description {
    padding: 10px 0 !important; } }

.page__name__solidarnosc .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__solidarnosc .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__solidarnosc .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__solidarnosc .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__solidarnosc .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__solidarnosc .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__solidarnosc .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__solidarnosc .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__solidarnosc .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__solidarnosc .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__solidarnosc .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__solidarnosc .page__description {
      font-size: 20px; }
      .page__name__solidarnosc .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__solidarnosc .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__solidarnosc .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__solidarnosc .page__description {
      font-size: 15px; } }

@media (max-width: 650px) {
  .page__name__stan_wojenny .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__stan_wojenny .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__stan_wojenny .page__description {
    padding: 10px 0 !important; } }

.page__name__stan_wojenny .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__stan_wojenny .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__stan_wojenny .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__stan_wojenny .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__stan_wojenny .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__stan_wojenny .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__stan_wojenny .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__stan_wojenny .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__stan_wojenny .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__stan_wojenny .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__stan_wojenny .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__stan_wojenny .page__description {
      font-size: 20px; }
      .page__name__stan_wojenny .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__stan_wojenny .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__stan_wojenny .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__stan_wojenny .page__description {
      font-size: 15px; } }

@media (max-width: 650px) {
  .page__name__msze .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__msze .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__msze .page__description {
    padding: 10px 0 !important; } }

.page__name__msze .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__msze .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__msze .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__msze .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__msze .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__msze .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__msze .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__msze .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__msze .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__msze .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__msze .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__msze .page__description {
      font-size: 20px; }
      .page__name__msze .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__msze .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__msze .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__msze .page__description {
      font-size: 15px; } }

@media (max-width: 650px) {
  .page__name__presja .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__presja .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__presja .page__description {
    padding: 10px 0 !important; } }

.page__name__presja .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__presja .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__presja .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__presja .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__presja .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__presja .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__presja .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__presja .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__presja .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__presja .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__presja .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__presja .page__description {
      font-size: 20px; }
      .page__name__presja .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__presja .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__presja .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__presja .page__description {
      font-size: 15px; } }

@media (max-width: 650px) {
  .page__name__smierc .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__smierc .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__smierc .page__description {
    padding: 10px 0 !important; } }

.page__name__smierc .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__smierc .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__smierc .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__smierc .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__smierc .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__smierc .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__smierc .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__smierc .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__smierc .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__smierc .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__smierc .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__smierc .page__description {
      font-size: 20px; }
      .page__name__smierc .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__smierc .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__smierc .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__smierc .page__description {
      font-size: 15px; } }

@media (max-width: 650px) {
  .page__name__proces .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__proces .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__proces .page__description {
    padding: 10px 0 !important; } }

.page__name__proces .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__proces .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__proces .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__proces .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__proces .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__proces .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__proces .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__proces .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__proces .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__proces .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__proces .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__proces .page__description {
      font-size: 20px; }
      .page__name__proces .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__proces .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__proces .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__proces .page__description {
      font-size: 15px; } }

@media (max-width: 650px) {
  .page__name__kult .nextSection_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .page__name__kult .nextSection_container .container {
      padding-bottom: 0; }
  .page__name__kult .page__description {
    padding: 10px 0 !important; } }

.page__name__kult .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 860px; }
  @media (max-width: 1000px) {
    .page__name__kult .container {
      max-width: 100%; } }
  @media (max-width: 500px) {
    .page__name__kult .container {
      margin: 0 auto;
      position: relative;
      transform: translate(0);
      left: inherit;
      top: inherit; } }

@media (max-width: 500px) {
  .page__name__kult .simplebar-content {
    display: flex;
    align-items: flex-end; } }

.page__name__kult .page__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  padding: 30px 0 40px;
  background: url(img/bg_heading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 72%; }
  @media (max-height: 920px) {
    .page__name__kult .page__title {
      font-size: 26px; } }
  @media (max-width: 1450px) {
    .page__name__kult .page__title {
      font-size: 30px;
      padding: 30px 0 40px; } }
  @media (max-width: 1000px) {
    .page__name__kult .page__title {
      font-size: 28px;
      padding: 30px 0 30px; } }
  @media (max-width: 600px) {
    .page__name__kult .page__title {
      font-size: 22px;
      padding: 20px 0 20px;
      background-size: 100%;
      transform: translateX(0px); } }

.page__name__kult .page__description {
  color: #fff;
  line-height: 1.8em;
  font-size: 22px;
  text-align: center;
  position: relative;
  padding: 30px; }
  .page__name__kult .page__description span {
    position: relative;
    z-index: 2; }
  @media (max-width: 1000px) {
    .page__name__kult .page__description {
      font-size: 20px; }
      .page__name__kult .page__description br {
        display: none; } }
  @media (max-width: 720px) {
    .page__name__kult .page__description {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .page__name__kult .page__description {
      padding: 10px; } }
  @media (max-width: 600px) {
    .page__name__kult .page__description {
      font-size: 15px; } }

.page__title {
  position: relative;
  text-transform: uppercase; }

.page__description {
  position: relative; }

.page__next {
  z-index: 20;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  cursor: pointer; }
  .page__next i {
    display: block;
    transition: 0.3s all; }
    .page__next i:after {
      content: '';
      position: absolute;
      top: -6px;
      left: -5px;
      height: 30px;
      width: 30px;
      border-top-left-radius: 60px;
      border: 2px solid #b90541;
      border-bottom: 0;
      border-right: 0;
      animation: 1s linear infinite spin;
      transform-origin: 100% 100%;
      transition: opacity 0.5s cubic-bezier(0.5, 0, 0.2, 1);
      opacity: 0; }
      @media (max-width: 1280px) {
        .page__next i:after {
          top: -8px;
          left: -7px;
          height: 25px;
          width: 25px; } }
    .page__next i:hover {
      transform: translateY(10px); }
  .page__next.load i:after {
    opacity: 1; }
  @media (max-width: 1170px) {
    .page__next.showed__back {
      transform: translateX(20%); } }
  .page__next img {
    max-width: 50px; }
    @media (max-width: 1280px) {
      .page__next img {
        max-width: 40px; } }

.page__past {
  z-index: 20;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-120%) rotate(180deg);
  cursor: pointer;
  cursor: pointer; }
  .page__past i {
    display: block;
    transition: 0.3s all; }
    .page__past i:after {
      content: '';
      position: absolute;
      top: -6px;
      left: -5px;
      height: 30px;
      width: 30px;
      border-top-left-radius: 60px;
      border: 2px solid #b90541;
      border-bottom: 0;
      border-right: 0;
      animation: 1s linear infinite spin;
      transform-origin: 100% 100%;
      transition: opacity 0.5s cubic-bezier(0.5, 0, 0.2, 1);
      opacity: 0; }
      @media (max-width: 1170px) {
        .page__past i:after {
          top: -8px;
          left: -7px;
          height: 25px;
          width: 25px; } }
    .page__past i:hover {
      transform: translateY(10px); }
  .page__past.load i:after {
    opacity: 1; }
  @media (max-width: 1170px) {
    .page__past {
      display: block !important; } }
  .page__past img {
    max-width: 50px; }
    @media (max-width: 1280px) {
      .page__past img {
        max-width: 40px; } }

@media (max-width: 1170px) {
  .page__background {
    background-size: cover !important; } }

.page__background__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.img__descition {
  background: #fff;
  margin-top: -10px;
  padding: 10px 10px 7px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 12px;
  width: 100%; }
  @media (max-width: 500px) {
    .img__descition {
      width: auto;
      min-width: 220px;
      width: 100%; } }
  @media (max-width: 1450px) {
    .img__descition {
      font-size: 10px; } }

@media (max-height: 800px) {
  .section__name__ksiadz_jerzy_popieluszko_solidarnosc_1 .row_img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-height: 800px) {
  .section__name__ksiadz_jerzy_popieluszko_solidarnosc_3 .row_img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-height: 800px) {
  .section__name__poswiecenie_sztandaru_solidarnosci_huty_warszawa_4 .row_img,
  .section__name__poswiecenie_sztandaru_solidarnosci_huty_warszawa_2 .row_img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-height: 800px) {
  .section__name__pomoc_dla_internowanych_rodzin_i_ich_rodzin_1 .column__left .row_img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; } }

.full_map {
  transform: scale(1) !important; }

.page__background__video video {
  min-width: 100vw;
  position: absolute;
  min-height: 100vh; }

@media (max-width: 470px) {
  .section__content {
    padding: 0 20px; } }

@media (max-width: 470px) {
  .column .section__content {
    padding: 0 0px; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.page__name__home .row_img {
  padding-bottom: 20px; }

@media (max-width: 1000px) {
  .nextSection_container .column:last-child {
    padding-bottom: 100px; }
  .nextSection_container .nextSection_container .column:last-child {
    padding-bottom: 40px; } }

.section__name__home_1 .row_2_img div {
  display: flex;
  align-items: center; }

.section__name__home_1 .row_2_img img {
  border: none;
  border-radius: 0; }

.section {
  position: relative;
  width: 100vw;
  transition: 0.5s all linear; }
  .section__next {
    position: absolute;
    right: 144px;
    top: 22px;
    transform: rotate(-90deg);
    transition: 0.3s all;
    cursor: pointer;
    z-index: 20; }
    .section__next:hover {
      transform: rotate(-90deg) translateY(20px); }
    @media (max-width: 1450px) {
      .section__next {
        right: 110px; } }
    @media (max-width: 1280px) {
      .section__next img {
        max-width: 40px; } }
    @media (max-width: 700px) {
      .section__next {
        right: 90px; }
        .section__next:hover {
          transform: rotate(-90deg); } }
  .section__past {
    position: absolute;
    left: 144px;
    top: 22px;
    transform: rotate(90deg);
    transition: 0.3s all;
    cursor: pointer;
    z-index: 20; }
    .section__past:hover {
      transform: rotate(90deg) translateY(20px); }
    @media (max-width: 1450px) {
      .section__past {
        left: 110px; } }
    @media (max-width: 1280px) {
      .section__past img {
        max-width: 40px; } }
    @media (max-width: 700px) {
      .section__past:hover {
        transform: rotate(90deg); } }
  .section--next {
    position: relative; }
  .section__title {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding: 40px 0px 50px;
    margin-top: -20px;
    text-transform: uppercase; }
    @media (max-height: 920px) {
      .section__title {
        font-size: 22px; } }
    @media (max-width: 1450px) {
      .section__title {
        font-size: 24px;
        padding: 30px 0 40px; } }
    @media (max-width: 1000px) {
      .section__title {
        font-size: 20px;
        padding: 30px 0 30px; } }
    @media (max-width: 700px) {
      .section__title {
        font-size: 18px;
        padding: 25px 25px; } }
    .section__title span {
      position: relative;
      z-index: 2; }
      @media (max-width: 700px) {
        .section__title span {
          display: block;
          margin: 0 auto; } }
    .section__title:before {
      content: '';
      z-index: 1;
      position: absolute;
      display: block;
      top: 0px;
      right: -30px;
      bottom: 0px;
      left: -30px;
      background: url(img/bg_heading.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 110% 80%; }
  .section__content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    padding-bottom: 1em; }
    @media (max-height: 920px) {
      .section__content p {
        font-size: 14px; } }
    @media (max-width: 1450px) {
      .section__content p {
        font-size: 14px; } }
    @media (max-width: 700px) {
      .section__content p {
        font-size: 14px; } }

.nextSection_container {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 60px;
  box-sizing: border-box; }
  @media (max-width: 1640px) {
    .nextSection_container {
      max-width: 1000px; } }
  @media (max-height: 750px) {
    .nextSection_container {
      padding-top: 0px;
      align-items: unset; } }
  @media (max-width: 1450px) {
    .nextSection_container {
      max-width: 900px; } }
  @media (max-width: 1170px) {
    .nextSection_container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      padding-top: 0px;
      height: 77vh;
      overflow: hidden;
      max-width: calc(100% - 100px);
      margin-left: 100px; } }
  @media (max-width: 850px) {
    .nextSection_container {
      max-width: calc(100% - 70px);
      margin-left: 70px; } }
  @media (max-width: 550px) {
    .nextSection_container {
      margin-left: 30px;
      max-width: calc(100% - 30px); } }
  @media (max-width: 470px) {
    .nextSection_container {
      max-width: calc(100% - 0px);
      margin-left: 0; } }
  .nextSection_container .container {
    padding-top: 0; }
    @media (max-width: 1170px) {
      .nextSection_container .container {
        width: 90%;
        margin: 0 auto; } }
    @media (max-width: 550px) {
      .nextSection_container .container {
        width: 100%;
        padding-bottom: 30px; } }
  @media (max-width: 1170px) {
    .nextSection_container .simplebar-placeholder {
      height: 77vh !important; }
    .nextSection_container .simplebar-vertical {
      visibility: visible;
      background: #fff; }
    .nextSection_container .simplebar-scrollbar:before {
      opacity: 0.5; }
    .nextSection_container .simplebar-content {
      padding: 20px 0 20px 0 !important;
      height: 77vh;
      max-width: calc(100vw - 160px) !important; } }
  @media (max-width: 850px) {
    .nextSection_container .simplebar-content {
      max-width: calc(100vw - 100px) !important; } }
  @media (max-width: 550px) {
    .nextSection_container .simplebar-content {
      max-width: calc(100vw - 50px) !important; } }
  @media (max-width: 470px) {
    .nextSection_container .simplebar-content {
      max-width: calc(100vw - 10px) !important; } }

.column {
  max-width: calc(50% - 40px); }
  @media (max-width: 1630px) {
    .column {
      max-width: calc(50% - 60px); } }
  @media (max-width: 1450px) {
    .column {
      max-width: calc(50% - 20px); } }
  @media (max-width: 1170px) {
    .column {
      max-width: 90%;
      margin: 0 auto;
      padding-bottom: 20px; }
      .column > .row_img {
        display: flex;
        justify-content: center;
        padding-bottom: 0; } }
  @media (max-width: 1000px) {
    .column:last-child {
      padding-bottom: 40px; } }
  .column--big {
    max-width: calc(55% - 40px);
    width: 100%; }
    @media (max-width: 1450px) {
      .column--big {
        max-width: calc(55% - 10px); } }
    @media (max-width: 1170px) {
      .column--big {
        max-width: 90%;
        margin: 0 auto; } }
  .column--small {
    max-width: calc(45% - 40px);
    width: 100%; }
    @media (max-width: 1450px) {
      .column--small {
        max-width: calc(45% - 10px); } }
    @media (max-width: 1170px) {
      .column--small {
        max-width: 90%;
        margin: 0 auto; } }
  .column > * {
    margin-bottom: 20px; }
    @media (max-height: 920px) {
      .column > * {
        margin-bottom: 10px; } }
    .column > *:last-child {
      margin-bottom: 0; }

.row_img {
  position: relative;
  padding-bottom: 10px; }
  .row_img img {
    border-radius: 10px;
    border: 4px solid #fff; }
  .row_img a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto; }
  .row_img div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: 0 auto; }

.row_heading {
  position: relative; }

.row_text {
  position: relative; }

.row_2_img {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 1170px) {
    .row_2_img {
      justify-content: space-around; } }
  .row_2_img a,
  .row_2_img div {
    max-width: 41%; }
  @media (max-width: 500px) {
    .row_2_img {
      flex-direction: column; }
      .row_2_img > a,
      .row_2_img > div {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        .row_2_img > a:first-child,
        .row_2_img > div:first-child {
          padding-bottom: 20px; } }
  .row_2_img img {
    border-radius: 10px;
    border: 4px solid #fff; }
    @media (max-width: 550px) {
      .row_2_img img {
        width: 100%; } }
  .row_2_img a {
    text-decoration: none;
    color: #000; }

.container__moved.owl-carousel {
  display: block; }

.container__moved {
  display: flex;
  cursor: initial !important; }
  .container__moved > div {
    display: flex; }

.tobi-zoom__icon {
  display: none !important; }

.tobi {
  background-color: rgba(0, 0, 0, 0.85) !important; }

.tobi__next,
.tobi__prev {
  display: none !important; }

.tobi__slider__slide figcaption {
  font-size: 11px;
  text-align: center;
  padding: 12px 10px 10px;
  margin-top: -10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.tobi__slider__slide img {
  border-radius: 10px;
  border: 4px solid #fff; }

.tobi__close:focus,
.tobi__close:active {
  outline: none; }

.row_heading {
  width: 100%; }
  .row_heading .page__title {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    padding: 40px 0px 50px;
    margin-top: -20px;
    text-transform: uppercase; }
    .row_heading .page__title:before {
      content: '';
      z-index: 1;
      position: absolute;
      display: block;
      top: 0px;
      right: -30px;
      bottom: 0px;
      left: -30px;
      background: url(img/bg_heading.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 110% 80%; }
    .row_heading .page__title span {
      position: relative;
      z-index: 2;
      max-width: 800px;
      display: block;
      margin: 0 auto; }
    @media (max-width: 1450px) {
      .row_heading .page__title {
        font-size: 30px;
        padding: 30px 0 40px; } }

.full_map {
  position: absolute;
  width: calc(100% - 100px);
  height: 100vh;
  bottom: 0px !important;
  top: 0px !important;
  left: 100px;
  right: 0px !important;
  /* transform: translate(-46.6%); */
  overflow: hidden; }
  @media (max-width: 1450px) {
    .full_map {
      left: 80px; } }
  @media (max-width: 1170px) {
    .full_map {
      left: -20px;
      top: -78px !important;
      width: calc(100vw - 79px); } }
  .full_map iframe {
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0px !important;
    top: 0px !important;
    left: 50% !important;
    right: 0px !important;
    transform: translate(-50%); }

@media (max-width: 1170px) {
  .nextSection_container {
    margin-top: 80px; } }

@media (max-width: 550px) {
  .nextSection_container {
    max-width: calc(100% - 31px); } }

@media (max-width: 470px) {
  .nextSection_container {
    max-width: 100%; } }

.seciton__slider.owl-carousel > div {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%; }
  @media (max-height: 800px) {
    .seciton__slider.owl-carousel > div {
      align-items: flex-start; } }

img {
  max-height: 80vh; }
  @media (max-height: 700px) {
    img {
      max-height: inherit; } }
  @media (max-width: 1170px) {
    img {
      max-height: inherit; } }

@media (max-height: 750px) {
  .wrapper .container__moved .nextSection_container > .container > *,
  .wrapper .container__moved .nextSection_container > .column {
    transform: scale(0.8);
    transform-origin: top;
    padding-top: 20px; } }

@media (max-width: 1170px) {
  .wrapper .container__moved .nextSection_container > .container > *,
  .wrapper .container__moved .nextSection_container > .column {
    transform: scale(1); } }

.section__name__miejsca_kultu_i_pamieci .nextSection_container {
  overflow: inherit; }

.row_text,
.row_img,
.row_audio,
.row_video,
.row_2_img {
  transition: 0.3s opacity 0.4s; }

.show .row_text,
.show .row_img,
.show .row_audio,
.show .row_video,
.show .row_2_img {
  opacity: 1; }

@media (max-width: 550px) {
  blockquote {
    margin: 10px; } }

@media (min-height: 750px) and (max-height: 810px) {
  .section__name__szkola_kosciol .column__right .row_img {
    max-width: 420px; }
  .section__name__szkola_kosciol_2 .column__right .row_img {
    max-width: 420px; }
  .section__name__wyzsze_metropolitalne_seminarium_duchowne_w_warszawie_02 .row_img {
    max-width: 420px; }
  .section__name__kleryk_alfons_popieluszko .row_img {
    max-width: 420px; }
  .section__name__szeregowy_alfons_popieluszko_3 .row_img {
    max-width: 420px; }
  .section__name__duszpasterstwa_2 .row_img {
    max-width: 320px; }
  .section__name__ksiadz_jerzy_popieluszko_w_parafii_sw_stanislawa_kostki_3 .row_img {
    max-width: 420px; }
  .section__name__ksiadz_jerzy_popieluszko_solidarnosc_4 .row_img {
    max-width: 420px; }
  .section__name__duszpasterz_strajkujacych_studentow_akademii_medycznej_2 .row_img {
    max-width: 420px; }
  .section__name__msze_swiete_za_ojczyzne_1 .row_img {
    max-width: 310px; }
  .section__name__msze_swiete_za_ojczyzne_2 .row_img {
    max-width: 660px;
    margin: 0 auto; }
  .section__name__modlitwy_o_ocalenie_2 .row_img {
    max-width: 420px; }
  .section__name__smierc_2 .row_img {
    max-width: 420px; } }

.player-controls {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 35px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.59); }
  @media (max-height: 920px) {
    .player-controls {
      padding: 10px; } }

.conrtols__play-stop {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 13px; }
  .conrtols__play-stop p {
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    max-width: inherit !important; }
    .conrtols__play-stop p.hidde {
      display: none; }

.conrtols__play img {
  margin-left: 3px; }

.conrtols__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #fff; }
  @media (max-width: 550px) {
    .conrtols__title {
      font-size: 11px; } }

.conrtols__subTitle {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.34);
  font-weight: 600;
  font-size: 12px; }
  @media (max-width: 550px) {
    .conrtols__subTitle {
      font-size: 10px; } }

.conrtols__time {
  position: relative;
  height: 30px;
  margin-left: auto;
  display: flex;
  justify-self: flex-end;
  justify-content: center;
  align-items: center;
  width: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1; }
  .conrtols__time:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.34); }

.conrtols__value {
  cursor: pointer; }

.conrtols__seek-info {
  max-width: calc(100% - 100px);
  width: 100%; }
  .conrtols__seek-info div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .conrtols__seek-info div.hidden,
  .conrtols__seek-info div.hidde {
    display: none; }

.video__controls__play,
.conrtols__play {
  max-width: inherit !important; }

.audio__progress-bar {
  width: 100%;
  max-width: calc(100% - 40px); }

.progress {
  background: #fff;
  height: 2px;
  width: 0;
  transition: width linear; }

.muted img {
  filter: brightness(0.3); }

.row_audio {
  position: relative; }

.row_video {
  position: relative; }

.video__player {
  width: 945px;
  max-width: 80%;
  margin: 0 auto; }

.video__video-element {
  width: 100%;
  border: 9px solid #000;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4); }

.video__controls {
  padding-top: 35px;
  display: flex;
  align-items: center;
  padding: 35px 10px 30px; }
  .video__controls__play-stop {
    width: 37px;
    padding-right: 20px;
    cursor: pointer; }
  .video__controls__play__time {
    color: #fff;
    font-size: 16px; }
    @media (max-width: 600px) {
      .video__controls__play__time {
        display: none; } }
  .video__controls__play__time_currect {
    padding-right: 3px;
    padding-left: 20px; }
  .video__controls__play__time_end {
    padding-left: 3px;
    padding-right: 20px; }
  .video__controls__play__time_volume {
    margin-left: auto;
    position: relative; }
    .video__controls__play__time_volume:after {
      position: absolute;
      content: '';
      display: block;
      height: 24px;
      width: 2px;
      background: rgba(0, 0, 0, 0.2);
      top: 0;
      left: -20px; }

.video__progress-bar {
  width: calc(100% - 310px); }
  @media (max-width: 600px) {
    .video__progress-bar {
      width: calc(100% - 210px); } }

.video__btnMute {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 130px !important;
  cursor: pointer; }

.video__volume-bar {
  margin-left: 20px;
  max-width: calc(100% - 50px); }

.mute {
  filter: grayscale(1) brightness(5); }

progress {
  display: block;
  max-width: 100%;
  height: 5px;
  border: 0 none;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer; }

progress::-moz-progress-bar {
  background: rgba(255, 255, 255, 0.5); }

/* webkit */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  progress {
    height: 5px; } }

progress::-webkit-progress-bar {
  background: transparent; }

progress::-webkit-progress-value {
  background: rgba(255, 255, 255, 0.5); }

.video__video-container {
  position: relative;
  cursor: pointer; }
  .video__video-container.pause:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("img/video_play.png"), rgba(0, 0, 0, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s all; }
  .video__video-container.pause:hover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("img/video_play.png"), rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center; }

.half_video .video__player {
  max-width: 100%; }

.quotation__box {
  text-align: center;
  padding-bottom: 50px; }

.quotation__text {
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  padding-bottom: 80px;
  max-width: 950px; }

.quotation__signature {
  max-width: 950px;
  text-align: center;
  font-size: 20px; }

.quotation__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.post__container {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-content: center; }
  .post__container .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }

.container {
  padding: 40px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.post_title {
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
  padding: 20px 0 20px;
  position: relative;
  max-width: calc(100% - 120px);
  margin: 0 auto;
  background: #b90541;
  margin-bottom: 30px; }
  @media (max-width: 900px) {
    .post_title {
      max-width: calc(100% - 120px);
      font-size: 20px; } }
  @media (max-width: 500px) {
    .post_title {
      max-width: 100%;
      margin-top: 40px;
      padding: 20px 20px 20px; } }
  .post_title:before, .post_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0; }
  .post_title:before {
    background: url(img/heading_left.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    left: -256px;
    width: 256px; }
    @media (max-width: 900px) {
      .post_title:before {
        left: -166px;
        width: 166px;
        background-size: cover; } }
    @media (max-width: 500px) {
      .post_title:before {
        content: unset; } }
  .post_title:after {
    background: url(img/heading_right.png);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    right: -183px;
    width: 183px; }
    @media (max-width: 900px) {
      .post_title:after {
        right: -93px;
        width: 93px;
        background-size: cover; } }
    @media (max-width: 500px) {
      .post_title:after {
        content: unset; } }

.post__content {
  padding-left: 110px;
  max-width: calc(100% - 280px);
  width: 100%; }
  @media (max-width: 900px) {
    .post__content {
      max-width: calc(100% - 50px); } }
  @media (max-width: 600px) {
    .post__content {
      padding-left: 60px; } }
  @media (max-width: 500px) {
    .post__content {
      padding-left: 30px;
      max-width: calc(100% - 40px); } }
  @media (max-width: 390px) {
    .post__content {
      padding-left: 10px;
      max-width: calc(100% - 10px); } }
  .post__content p {
    padding-bottom: 1.3em;
    line-height: 1.5em; }
  .post__content strong {
    font-size: 1.2em; }
  .post__content a {
    font-weight: 900;
    color: #b90541;
    transition: 0.3s all;
    text-decoration: none; }
    .post__content a:hover {
      opacity: 0.6; }

.post_promoted {
  width: 200px;
  position: sticky;
  top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 900px) {
    .post_promoted {
      display: none; } }

.post_promoted_title {
  font-size: 1.7em;
  padding-bottom: 1em;
  text-transform: uppercase; }
  .post_promoted_title a {
    font-weight: 900;
    color: #b90541;
    transition: 0.3s all;
    text-decoration: none; }
    .post_promoted_title a:hover {
      opacity: 0.6; }

.post_promoted ul {
  padding-left: 0;
  list-style: none; }

.post_promoted a {
  text-decoration: none; }

.post_promoted li {
  font-size: 1.7em;
  padding-bottom: 1em;
  text-transform: uppercase; }
  .post_promoted li a {
    font-weight: 900;
    color: #b90541;
    transition: 0.3s all;
    text-decoration: none; }
    .post_promoted li a:hover {
      opacity: 0.6; }

.single-post {
  overflow: auto;
  width: auto; }
  .single-post footer {
    display: none; }

.list_post {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px; }
  .list_post__thumbail {
    width: 150px;
    height: 150px;
    position: relative; }
    .list_post__thumbail a {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .list_post__description {
    width: calc(100% - 150px);
    padding-left: 20px; }
    .list_post__description p {
      color: #fff;
      font-weight: 600;
      padding-bottom: 10px; }
  .list_post__title {
    padding-bottom: 5px; }
  .list_post__button {
    text-align: right; }

iframe {
  max-width: 100%; }

.footer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100vh; }
  @media (max-width: 1070px) {
    .footer {
      width: 50px; } }

.timeline {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100vh;
  background: url(img/bg_all.jpg), #e7e7e6;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 200px;
  transition: 0.5s width, 0.5s height, 0.2s background, 0.3s opacity;
  opacity: 0.85; }
  @media (max-width: 1170px) {
    .timeline {
      width: 60px;
      bottom: inherit;
      height: 60px; } }
  @media (max-width: 1170px) {
    .timeline.active {
      width: 100vw;
      height: 100vh;
      overflow: auto; } }
  @media (max-width: 1170px) {
    .timeline.active .timeline__visible {
      opacity: 1;
      visibility: inherit; }
    .timeline.active .timeline__header {
      display: none; }
    .timeline.active .timeline__container {
      width: 280px;
      height: 100vh;
      margin-top: 0;
      padding-top: 100px;
      display: block; }
      .timeline.active .timeline__container::before {
        display: none;
        content: unset; }
      .timeline.active .timeline__container span {
        display: none; }
      .timeline.active .timeline__container .point {
        display: block; }
        .timeline.active .timeline__container .point::after {
          content: unset; }
      .timeline.active .timeline__container .show__hover {
        display: block;
        position: relative;
        left: 0;
        width: 100%;
        padding: 0;
        opacity: 1;
        transform: translate(0);
        top: 0;
        right: 0;
        max-width: 100%;
        visibility: inherit;
        margin: 20px 0;
        font-weight: 700;
        line-height: 1.5em;
        cursor: pointer;
        color: #be1528;
        background: transparent; }
        .timeline.active .timeline__container .show__hover:hover {
          background: transparent; }
        .timeline.active .timeline__container .show__hover:after {
          content: unset; } }
  .timeline__header {
    background: url(img/timelinetop.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 134px;
    position: absolute;
    top: 0;
    width: 100px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    box-sizing: border-box; }
    @media (max-height: 820px) {
      .timeline__header {
        height: 114px; } }
    .timeline__header img {
      width: 20px; }
      @media (max-height: 820px) {
        .timeline__header img {
          display: none; } }
    .timeline__header__year {
      display: block;
      font-size: 15px;
      font-weight: 700;
      padding-bottom: 6px; }
    .timeline__header p {
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      font-size: 11px;
      padding: 5px 10px; }
  .timeline__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 85vh;
    margin-top: 12vh;
    position: relative; }
    @media (max-height: 820px) {
      .timeline__container {
        height: 88vh;
        margin-top: 10vh; } }
    .timeline__container::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 100%;
      left: 50%;
      transform: translateX(-50%);
      background: url(img/nav_dotten.png);
      background-repeat: repeat-y;
      background-position: top; }
    .timeline__container span {
      min-width: 2px;
      min-height: 2px; }
    .timeline__container .point {
      min-height: 15px; }
      @media (max-height: 820px) {
        .timeline__container .point {
          min-height: 13px; } }
    .timeline__container .show {
      color: #5b595b; }
      .timeline__container .show span {
        font-size: 13px;
        position: relative;
        z-index: 2;
        background: #e7e7e6;
        display: block; }
      .timeline__container .show.active {
        color: #b90541;
        font-weight: 600; }
    .timeline__container .activeLine {
      transition: 0.3s height;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #b90541; }
      .timeline__container .activeLine:after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        height: 6px;
        width: 6px;
        border-radius: 50%; }
  .timeline__heading {
    font-size: 31px;
    color: #b90541;
    margin-bottom: 45px; }
    @media (max-width: 1170px) {
      .timeline__heading {
        font-size: 25px;
        margin-bottom: 20px; } }
  .timeline__content {
    padding-bottom: 30px; }
    .timeline__content h2 {
      color: #b90541;
      font-size: 24px; }
    .timeline__content h3 {
      font-size: 24px; }
    .timeline__content p {
      line-height: 1.3; }
  .timeline__img {
    position: relative;
    margin-bottom: 30px; }
    .timeline__img a {
      color: #000;
      text-decoration: none; }
    .timeline__img > * {
      display: inline-block;
      position: relative;
      z-index: 2; }
      .timeline__img > *:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 6px;
        box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
        filter: blur(3px); }
    .timeline__img img {
      border: 5px solid #fff;
      border-radius: 7px; }
  .timeline__audio {
    margin-bottom: 30px; }
  .timeline__visible {
    margin: 0 auto; }
    @media (max-width: 1170px) {
      .timeline__visible {
        opacity: 0;
        visibility: hidden; } }
  .timeline__info {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100vw;
    min-width: 600px;
    width: 80%;
    max-width: 1000px;
    opacity: 0;
    transition: 0.3s all;
    background: url(img/bg_all.jpg); }
    @media (max-width: 1170px) {
      .timeline__info {
        min-width: 100vw;
        width: 100vw;
        right: -100vw;
        z-index: 11; } }
    .timeline__info:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.15); }
    .timeline__info.active {
      right: 0;
      opacity: 1;
      z-index: 1; }
      @media (max-width: 1170px) {
        .timeline__info.active {
          z-index: 11; } }
    .timeline__info__exit {
      position: absolute;
      top: 20px;
      right: 125px;
      cursor: pointer;
      z-index: 3; }
      @media (max-width: 1170px) {
        .timeline__info__exit {
          top: 10px;
          right: 10px; }
          .timeline__info__exit img {
            max-width: 40px; } }
    .timeline__info__body {
      padding: 120px 150px 70px 110px;
      height: 100%;
      position: relative;
      z-index: 1; }
      @media (max-width: 1070px) {
        .timeline__info__body {
          padding: 110px 20px 30px 20px; } }
      .timeline__info__body [data-simplebar] {
        padding-right: 20px; }
    .timeline__info__content {
      height: 100%;
      position: relative; }
      .timeline__info__content .simplebar-scrollbar:before {
        background: rgba(0, 0, 0, 0.4); }

.point {
  position: relative;
  cursor: pointer; }
  .point:after {
    content: '';
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #b90541;
    z-index: 2;
    cursor: pointer; }

.timeline__container .show__hover {
  visibility: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  right: 3px;
  padding: 4px 35px 4px 20px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  opacity: 0;
  transition: 0.3s opacity 0.1s;
  z-index: 20;
  max-width: 400px; }
  .timeline__container .show__hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
    z-index: 45;
    opacity: 0;
    transition: 0.3s all; }

.timeline__container span:hover .show__hover {
  background: #b90541;
  visibility: visible;
  color: #fff;
  opacity: 1; }
  .timeline__container span:hover .show__hover:after {
    opacity: 1; }

.lds-roller {
  display: inline-block;
  width: 64px;
  height: 64px;
  transform: scale(1.5) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b90541;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

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

[data-simplebar] {
  height: inherit;
  padding-right: 110px;
  overflow-y: auto; }

.timeline__hamburger {
  display: none;
  position: absolute;
  top: 35px;
  left: 30px;
  width: 40px;
  z-index: 20;
  cursor: pointer; }
  @media (max-width: 1450px) {
    .timeline__hamburger {
      left: 21px; } }
  @media (max-width: 1170px) {
    .timeline__hamburger {
      display: block;
      top: 14px;
      right: 9px;
      left: inherit; } }
  .timeline__hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #be1528;
    transition: all 0.3s;
    position: relative; }
  .timeline__hamburger span + span {
    margin-top: 9px; }
  .timeline__hamburger.active span:nth-child(1) {
    animation: ease 0.7s top forwards; }
  .timeline__hamburger.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards; }
  .timeline__hamburger.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards; }
  .timeline__hamburger.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards; }
  .timeline__hamburger.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards; }
  .timeline__hamburger.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards; }

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0); }
  50% {
    top: 13px;
    transform: rotate(0); }
  100% {
    top: 13px;
    transform: rotate(45deg); } }

@keyframes top-2 {
  0% {
    top: 13px;
    transform: rotate(45deg); }
  50% {
    top: 13px;
    transform: rotate(0deg); }
  100% {
    top: 0;
    transform: rotate(0deg); } }

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0); }
  50% {
    bottom: 11px;
    transform: rotate(0); }
  100% {
    bottom: 11px;
    transform: rotate(135deg); } }

@keyframes bottom-2 {
  0% {
    bottom: 11px;
    transform: rotate(135deg); }
  50% {
    bottom: 11px;
    transform: rotate(0); }
  100% {
    bottom: 0;
    transform: rotate(0); } }

@keyframes scaled {
  50% {
    transform: scale(0); }
  100% {
    transform: scale(0); } }

@keyframes scaled-2 {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.timeline__special .timeline__img div {
  display: flex;
  align-items: center;
  flex-direction: column; }

.timeline__special {
  margin-top: -150px;
  height: calc(100% + 150px); }

.showedDataTimelineSpecial .logo path {
  fill: #000000 !important; }

.special__war__container {
  max-width: 1280px;
  margin: 0 auto 0; }
  @media (max-width: 1070px) {
    .special__war__container {
      max-width: 85vw;
      margin: 0 0 0 auto; } }
  @media (max-width: 900px) {
    .special__war__container {
      max-width: 100vw;
      margin: 0 auto 0 auto; } }
  .special__war__container__title {
    color: #fff;
    font-size: 30px !important;
    font-weight: 900;
    text-align: center;
    padding: 40px 0 50px !important;
    background: url(img/title_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px; }
  @media (max-width: 440px) {
.special__war__container__title{
    font-size: 22px !important;
    margin-top: 60px;
}
  }
.special__war__row {
  display: flex;
  justify-content: space-between; }
  .special__war__row--line {
    padding-bottom: 40px;
    border-bottom: 1px solid #7d7d7d; }
    @media (max-width: 1250px) {
      .special__war__row--line {
        padding-bottom: 0;
        border-bottom: 0; } }
  .special__war__row--first {
    padding-top: 40px; }
    @media (max-width: 1250px) {
      .special__war__row--first {
        flex-wrap: wrap; } }
  .special__war__row--second {
    padding-top: 40px; }
    @media (max-width: 1250px) {
      .special__war__row--second {
        flex-wrap: wrap; } }

.special__war__col {
  position: relative; }
  .special__war__col img {
    margin-top: 10px; }
  @media (max-width: 1500px) {
    .special__war__col--1 {
      max-width: 210px; } }
  @media (max-width: 1340px) {
    .special__war__col--1 {
      max-width: 180px; } }
  @media (max-width: 1250px) {
    .special__war__col--1 {
      width: 100%;
      max-width: 400px;
      padding-bottom: 20px; } }
  @media (max-width: 980px) {
    .special__war__col--1 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: calc(50% - 10px); } }
  @media (max-width: 600px) {
    .special__war__col--1 {
      max-width: 100%;
      align-items: center; } }
  .special__war__col--1 .special__war__para {
    width: 200px; }
    @media (max-width: 600px) {
      .special__war__col--1 .special__war__para {
        width: 100%;
        text-align: center; } }
  @media (max-width: 1250px) {
    .special__war__col--1 img {
      float: right;
      position: relative;
      margin-top: -74px; } }
  @media (max-width: 980px) {
    .special__war__col--1 img {
      margin-top: 0; } }
  @media (max-width: 1500px) {
    .special__war__col--2 {
      max-width: 210px; } }
  @media (max-width: 1340px) {
    .special__war__col--2 {
      max-width: 180px; } }
  @media (max-width: 1250px) {
    .special__war__col--2 {
      width: 100%;
      max-width: 400px;
      padding-bottom: 20px; } }
  @media (max-width: 980px) {
    .special__war__col--2 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: calc(50% - 10px); } }
  @media (max-width: 600px) {
    .special__war__col--2 {
      max-width: 100%;
      align-items: center; } }
  .special__war__col--2 .special__war__para {
    width: 160px; }
    @media (max-width: 600px) {
      .special__war__col--2 .special__war__para {
        width: 100%;
        text-align: center; } }
  @media (max-width: 1250px) {
    .special__war__col--2 img {
      float: right;
      position: relative;
      margin-top: -74px; } }
  @media (max-width: 980px) {
    .special__war__col--2 img {
      margin-top: 0; } }
  @media (max-width: 1500px) {
    .special__war__col--3 {
      max-width: 370px; } }
  @media (max-width: 980px) {
    .special__war__col--3 {
      max-width: calc(50% - 10px); } }
  @media (max-width: 600px) {
    .special__war__col--3 {
      max-width: 100%; } }
  @media (max-width: 600px) {
    .special__war__col--3 {
      width: 100%;
      text-align: center; } }
  .special__war__col--4 {
    width: 300px; }
    @media (max-width: 1500px) {
      .special__war__col--4 {
        max-width: 210px; } }
    @media (max-width: 1250px) {
      .special__war__col--4 {
        display: flex;
        max-width: inherit;
        width: 400px;
        align-items: center; } }
    @media (max-width: 980px) {
      .special__war__col--4 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        max-width: calc(50% - 10px); } }
    @media (max-width: 600px) {
      .special__war__col--4 {
        max-width: 100%;
        width: 100%;
        text-align: center;
        align-items: center; } }
  .special__war__col--5 {
    width: 200px; }
    @media (max-width: 1250px) {
      .special__war__col--5 {
        width: 100%;
        max-width: 400px;
        padding-bottom: 20px; } }
    @media (max-width: 980px) {
      .special__war__col--5 {
        max-width: calc(50% - 10px); } }
    @media (max-width: 600px) {
      .special__war__col--5 {
        max-width: 100%;
        width: 100%;
        text-align: center;
        align-items: center; } }
    .special__war__col--5 .special__war__para {
      width: 160px; }
      @media (max-width: 600px) {
        .special__war__col--5 .special__war__para {
          max-width: 100%;
          width: 100%;
          text-align: center;
          align-items: center; } }
    .special__war__col--5 img {
      position: absolute;
      top: 80px;
      right: 30px; }
      @media (max-width: 1500px) {
        .special__war__col--5 img {
          top: 60px;
          left: 100px;
          right: inherit;
        z-index: -1; } }
      @media (max-width: 600px) {
        .special__war__col--5 img {
          position: inherit;
          top: 10px;
          left: 0; } }
  .special__war__col--6 {
    width: 270px; }
    @media (max-width: 1250px) {
      .special__war__col--6 {
        width: 100%;
        max-width: 400px;
        padding-bottom: 20px; } }
    @media (max-width: 1500px) {
      .special__war__col--6 {
        max-width: 240px; } }
    @media (max-width: 1250px) {
      .special__war__col--6 {
        width: 100%;
        max-width: 300px;
        padding-bottom: 20px; } }
    @media (max-width: 980px) {
      .special__war__col--6 {
        max-width: calc(50% - 10px); } }
    @media (max-width: 600px) {
      .special__war__col--6 {
        max-width: 100%;
        width: 100%;
        text-align: center;
        align-items: center; } }
    .special__war__col--6 .special__war__para {
      width: 190px; }
      @media (max-width: 600px) {
        .special__war__col--6 .special__war__para {
          max-width: 100%;
          width: 100%;
          text-align: center;
          align-items: center; } }
    .special__war__col--6 img {
      position: absolute;
      top: -30px;
      z-index: -1;
      right: 20px; }
      @media (max-width: 600px) {
        .special__war__col--6 img {
          position: inherit;
          top: 10px;
          left: 0; } }
  .special__war__col--7 {
    width: 220px; }
    @media (max-width: 1500px) {
      .special__war__col--7 {
        max-width: 150px; } }
    @media (max-width: 1250px) {
      .special__war__col--7 {
        width: 100%;
        max-width: 28%;
        padding-top: 20px;
        text-align: center; } }
    @media (max-width: 600px) {
      .special__war__col--7 {
        max-width: 100%; } }
    .special__war__col--7 img {
      display: block;
      margin: 0 0 30px; }
      @media (max-width: 1250px) {
        .special__war__col--7 img {
          margin: 0 auto 30px; } }
  .special__war__col--8 {
    width: 220px; }
    @media (max-width: 1500px) {
      .special__war__col--8 {
        max-width: 150px; } }
    @media (max-width: 1250px) {
      .special__war__col--8 {
        width: 100%;
        max-width: 28%;
        padding-top: 20px;
        text-align: center; } }
    @media (max-width: 600px) {
      .special__war__col--8 {
        max-width: 100%; } }
    .special__war__col--8 img {
      display: block;
      margin: 0 0 30px; }
      @media (max-width: 1250px) {
        .special__war__col--8 img {
          margin: 0 auto 30px; } }
  .special__war__col--9 {
    width: 220px; }
    @media (max-width: 1500px) {
      .special__war__col--9 {
        max-width: 150px;
        padding-right: 20px; } }
    @media (max-width: 1250px) {
      .special__war__col--9 {
        width: 100%;
        max-width: 28%;
        padding-top: 20px;
        padding-right: 0;
        text-align: center; } }
    @media (max-width: 600px) {
      .special__war__col--9 {
        max-width: 100%; } }
    .special__war__col--9 img {
      display: block;
      margin: 0 0 30px; }
      @media (max-width: 1250px) {
        .special__war__col--9 img {
          margin: 0 auto 30px; } }
  .special__war__col--line {
    padding-right: 20px;
    border-right: 1px solid #7d7d7d; }
    @media (max-width: 1250px) {
      .special__war__col--line {
        padding-right: 0;
        border-right: 0; } }
  .special__war__col__row {
    display: flex;
    align-items: center;
    padding-bottom: 20px; }
    @media (max-width: 600px) {
      .special__war__col__row {
        flex-direction: column; } }
    .special__war__col__row__col {
      width: 150px; }
      @media (max-width: 980px) {
        .special__war__col__row__col {
          padding-right: 10px; } }
      .special__war__col__row__col--text {
        width: 220px; }

.special__war__number {
  font-size: 30px;
  font-weight: 700;
  color: #b90541; }
  @media (max-width: 1500px) {
    .special__war__number {
      font-size: 26px; } }
  .special__war__number span {
    font-size: 20px; }

.special__war__para {
  font-size: 16px;
  color: #000000; }

.special__war__container ~ * {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto; }

.special__solidarnosc__container {
  max-width: 1310px;
  margin: 0 auto 0; }
  @media (max-width: 1070px) {
    .special__solidarnosc__container {
      max-width: 85vw;
      margin: 0 0 0 auto; } }
  @media (max-width: 900px) {
    .special__solidarnosc__container {
      max-width: 100vw;
      margin: 0 auto 0 auto; } }
  .special__solidarnosc__container__title {
    color: #fff;
    font-size: 30px !important;
    font-weight: 900;
    text-align: center;
    padding: 40px 0 50px !important;
    background: url(img/title_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px; }

.special__solidarnosc__number {
  color: #bb0541;
  font-size: 56px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  padding-bottom: 15px; }
  @media (max-width: 440px) {
    .special__solidarnosc__number {
      font-size: 40px; } }
  .special__solidarnosc__number span {
    font-size: 16px;
    font-weight: 700; }

.special__solidarnosc__para {
  font-size: 18px;
  color: #080808; }
  @media (max-width: 1600px) {
    .special__solidarnosc__para {
      font-size: 14px; } }
  @media (max-width: 820px) {
    .special__solidarnosc__para br {
      display: none; } }

.special__solidarnosc__row {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 820px) {
    .special__solidarnosc__row {
      flex-wrap: wrap; } }
  .special__solidarnosc__row--line {
    padding-bottom: 40px;
    border-bottom: 1px solid #7d7d7d; }
  .special__solidarnosc__row--first {
    padding: 40px 20px 40px; }
  .special__solidarnosc__row--second {
    padding: 40px 20px 20px; }
  .special__solidarnosc__row--third {
    padding: 40px 20px 40px;
    justify-content: space-around; }

.special__solidarnosc__col {
  position: relative; }
  .special__solidarnosc__col--line {
    padding-right: 20px;
    border-right: 1px solid #7d7d7d; }
    @media (max-width: 820px) {
      .special__solidarnosc__col--line {
        border-right: 0; } }
  .special__solidarnosc__col--1 {
    width: 290px; }
    @media (max-width: 1600px) {
      .special__solidarnosc__col--1 {
        width: 230px; } }
    @media (max-width: 1400px) {
      .special__solidarnosc__col--1 {
        padding-left: 10px;
        padding-right: 10px;
        width: 20%; }
        .special__solidarnosc__col--1 > * {
          width: 100%; } }
    @media (max-width: 820px) {
      .special__solidarnosc__col--1 {
        padding-bottom: 40px;
        width: 100%; } }
  .special__solidarnosc__col--2 {
    width: 260px; }
    @media (max-width: 1600px) {
      .special__solidarnosc__col--2 {
        width: 210px; } }
    @media (max-width: 1400px) {
      .special__solidarnosc__col--2 {
        padding-left: 10px;
        padding-right: 10px;
        width: 20%; }
        .special__solidarnosc__col--2 > * {
          width: 100%; } }
    @media (max-width: 820px) {
      .special__solidarnosc__col--2 {
        padding-bottom: 40px;
        width: 100%; } }
  .special__solidarnosc__col--3 {
    width: 230px; }
    .special__solidarnosc__col--3 img {
      position: absolute;
      top: -20px;
      right: 40px; }
      @media (max-width: 1400px) {
        .special__solidarnosc__col--3 img {
          position: relative;
          top: 0;
          right: 0;
          margin-top: auto; } }
      @media (max-width: 820px) {
        .special__solidarnosc__col--3 img {
          position: absolute;
          left: 100px;
          top: -20px;
          right: inherit; } }
      @media (max-width: 440px) {
        .special__solidarnosc__col--3 img {
          top: -30px; } }
    @media (max-width: 1600px) {
      .special__solidarnosc__col--3 {
        width: 210px; } }
    @media (max-width: 1400px) {
      .special__solidarnosc__col--3 {
        padding-left: 10px;
        padding-right: 10px;
        width: 20%; }
        .special__solidarnosc__col--3 > * {
          width: 100%;
          height: 100%; }
          .special__solidarnosc__col--3 > * > div {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center; } }
    @media (max-width: 820px) {
      .special__solidarnosc__col--3 {
        padding-bottom: 40px;
        width: 100%; }
        .special__solidarnosc__col--3 > * > div {
          align-items: flex-start; } }
  .special__solidarnosc__col--4 {
    width: 210px; }
    .special__solidarnosc__col--4 img {
      position: absolute;
      top: -20px;
      right: 40px; }
      @media (max-width: 1400px) {
        .special__solidarnosc__col--4 img {
          position: relative;
          top: 0;
          right: 0;
          margin-top: auto; } }
      @media (max-width: 820px) {
        .special__solidarnosc__col--4 img {
          position: absolute;
          left: 100px;
          top: -20px;
          right: inherit; } }
      @media (max-width: 440px) {
        .special__solidarnosc__col--4 img {
          top: -30px; } }
    @media (max-width: 1400px) {
      .special__solidarnosc__col--4 {
        padding-left: 10px;
        padding-right: 10px;
        width: 20%; }
        .special__solidarnosc__col--4 > * {
          width: 100%;
          height: 100%; }
          .special__solidarnosc__col--4 > * > div {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center; } }
    @media (max-width: 820px) {
      .special__solidarnosc__col--4 {
        padding-bottom: 40px;
        width: 100%; }
        .special__solidarnosc__col--4 > * > div {
          align-items: flex-start; } }
  .special__solidarnosc__col--5 {
    width: 210px; }
    .special__solidarnosc__col--5 img {
      position: absolute;
      top: -20px;
      right: 40px; }
      @media (max-width: 1400px) {
        .special__solidarnosc__col--5 img {
          position: relative;
          top: 0;
          right: 0;
          margin-top: auto; } }
      @media (max-width: 820px) {
        .special__solidarnosc__col--5 img {
          position: absolute;
          left: 100px;
          top: -20px;
          right: inherit; } }
      @media (max-width: 440px) {
        .special__solidarnosc__col--5 img {
          top: -30px; } }
    @media (max-width: 1400px) {
      .special__solidarnosc__col--5 {
        padding-left: 10px;
        padding-right: 10px;
        width: 20%; }
        .special__solidarnosc__col--5 > * {
          width: 100%;
          height: 100%; }
          .special__solidarnosc__col--5 > * > div {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center; } }
    @media (max-width: 820px) {
      .special__solidarnosc__col--5 {
        padding-bottom: 40px;
        width: 100%; }
        .special__solidarnosc__col--5 > * > div {
          align-items: flex-start; } }
  .special__solidarnosc__col--6 {
    width: 1120px;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 1600px) {
      .special__solidarnosc__col--6 {
        max-width: 100%; } }
    @media (max-width: 820px) {
      .special__solidarnosc__col--6 {
        flex-direction: column; } }
    .special__solidarnosc__col--6 .special__solidarnosc__left {
      display: flex;
      align-items: center;
      width: 220px; }
      .special__solidarnosc__col--6 .special__solidarnosc__left img {
        position: relative;
        top: -15px;
        padding-left: 20px; }
    .special__solidarnosc__col--6 .special__solidarnosc__para {
      width: calc(100% - 220px); }
      @media (max-width: 820px) {
        .special__solidarnosc__col--6 .special__solidarnosc__para {
          width: 100%; } }
  .special__solidarnosc__col--7 {
    width: 600px; }
  .special__solidarnosc__col--8 {
    width: 500px; }
    .special__solidarnosc__col--8 .special__solidarnosc__para {
      text-align: center; }
    .special__solidarnosc__col--8 .special__solidarnosc__number {
      text-align: center;
      margin: 0 5px; }
  .special__solidarnosc__col--header {
    display: flex;
    align-content: center;
    justify-content: center; }

.special__solidarnosc__container ~ * {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto; }

.special__stan__container {
  max-width: 1370px;
  margin: 0 auto 0; }
  @media (max-width: 1590px) {
    .special__stan__container {
      max-width: 1310px; } }
  @media (max-width: 1070px) {
    .special__stan__container {
      max-width: 85vw;
      margin: 0 0 0 auto; } }
  @media (max-width: 900px) {
    .special__stan__container {
      max-width: 100vw;
      margin: 0 auto 0 auto; } }
  .special__stan__container__title {
    color: #fff;
    font-size: 30px !important;
    font-weight: 900;
    text-align: center;
    padding: 40px 0 50px !important;
    background: url(img/title_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px; }
  @media (max-width: 440px) {
.special__stan__container__title{
    margin-top: 70px;
  font-size: 22px !important;
}

  }
.special__stan__number {
  color: #bb0541;
  font-size: 56px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  padding-bottom: 15px; }
  @media (max-width: 1400px) {
    .special__stan__number {
      font-size: 40px; } }
  .special__stan__number span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block; }

.special__stan__row {
  display: flex;
  align-items: center;
  padding-bottom: 20px; }
  .special__stan__row--line {
    padding-bottom: 40px;
    border-bottom: 1px solid #7d7d7d; }
    @media (max-width: 670px) {
      .special__stan__row--line {
        border-bottom: none; } }
  .special__stan__row--1 {
    padding-top: 40px; }
  @media (max-width: 1220px) {
    .special__stan__row--2 {
      flex-direction: column;
      padding-top: 20px; } }

.special__stan__col--line {
  padding-right: 40px;
  border-right: 1px solid #7d7d7d; }
  @media (max-width: 1400px) {
    .special__stan__col--line {
      padding-right: 15px; } }
  @media (max-width: 1220px) {
    .special__stan__col--line {
      padding-right: 0;
      border-right: 0; } }

.special__stan__col--1 {
  width: 720px; }
  @media (max-width: 1400px) {
    .special__stan__col--1 {
      width: calc(50% - 10px); } }
  @media (max-width: 1220px) {
    .special__stan__col--1 {
      width: 100%; } }

.special__stan__col--2 {
  width: 580px; }
  @media (max-width: 1400px) {
    .special__stan__col--2 {
      width: calc(50% - 10px); } }
  @media (max-width: 1220px) {
    .special__stan__col--2 {
      width: 100%;
      padding-top: 20px; } }

.special__stan__col__row {
  display: flex;
  align-items: flex-start;
  padding-top: 40px; }
  .special__stan__col__row--1 {
    padding-top: 0px; }
    .special__stan__col__row--1 img {
      margin-left: auto;
      max-width: calc(100% - 200px); }
      @media (max-width: 520px) {
        .special__stan__col__row--1 img {
          max-width: 100%; } }
    @media (max-width: 520px) {
      .special__stan__col__row--1 {
        flex-direction: column; } }
  .special__stan__col__row--2 img {
    margin-left: auto;
    max-width: calc(100% - 200px); }
    @media (max-width: 520px) {
      .special__stan__col__row--2 img {
        max-width: 100%; } }
  @media (max-width: 520px) {
    .special__stan__col__row--2 {
      flex-direction: column; } }
  .special__stan__col__row--3 {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 520px) {
      .special__stan__col__row--3 {
        flex-direction: column; } }
  .special__stan__col__row--4 {
    padding-bottom: 20px; }
    .special__stan__col__row--4 .special__stan__number {
      padding-right: 20px; }
    @media (max-width: 520px) {
      .special__stan__col__row--4 {
        flex-direction: column; } }
  .special__stan__col__row--5 {
    padding-top: 0px;
    margin-left: 40px; }
    @media (max-width: 1400px) {
      .special__stan__col__row--5 {
        margin-left: 15px; } }
    @media (max-width: 1220px) {
      .special__stan__col__row--5 {
        margin-left: 0; } }
    @media (max-width: 670px) {
      .special__stan__col__row--5 {
        margin-left: 0;
        flex-wrap: wrap; } }
    .special__stan__col__row--5 img {
      margin-left: auto;
      max-width: 480px; }
  .special__stan__col__row--6 {
    padding-top: 00px;
    padding-bottom: 20px !important; }
    .special__stan__col__row--6 .special__stan__number {
      font-size: 45px; }
      .special__stan__col__row--6 .special__stan__number span {
        padding-left: 10px; }
    @media (max-width: 520px) {
      .special__stan__col__row--6 {
        flex-direction: column; } }
    .special__stan__col__row--6 img {
      margin-left: auto;
      max-width: 180px; }
      @media (max-width: 670px) {
        .special__stan__col__row--6 img {
          margin-left: 10px; } }
  .special__stan__col__row--7 {
    padding-top: 20px;
    padding-bottom: 20px !important; }
    .special__stan__col__row--7 .special__stan__number {
      font-size: 45px; }
      @media (max-width: 670px) {
        .special__stan__col__row--7 .special__stan__number {
          max-width: 140px; } }
      .special__stan__col__row--7 .special__stan__number span {
        padding-left: 10px; }
    @media (max-width: 520px) {
      .special__stan__col__row--7 {
        flex-direction: column; } }
    .special__stan__col__row--7 img {
      margin-left: auto;
      max-width: 180px; }
      @media (max-width: 670px) {
        .special__stan__col__row--7 img {
          margin-left: 10px; } }
  .special__stan__col__row--8 {
    padding-top: 20px;
    padding-bottom: 20px !important; }
    .special__stan__col__row--8 .special__stan__number {
      font-size: 45px; }
      .special__stan__col__row--8 .special__stan__number span {
        max-width: 120px; }
    @media (max-width: 520px) {
      .special__stan__col__row--8 {
        flex-direction: column; } }
    .special__stan__col__row--8 img {
      margin-left: 20px;
      max-width: 70px; }
      @media (max-width: 670px) {
        .special__stan__col__row--8 img {
          margin-left: 10px; } }
  .special__stan__col__row--9 {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 670px) {
      .special__stan__col__row--9 {
        justify-content: flex-start; } }
    .special__stan__col__row--9 img {
      margin-bottom: 10px;
      margin-right: auto; }
      @media (max-width: 670px) {
        .special__stan__col__row--9 img {
          margin-left: 45px; } }
    .special__stan__col__row--9 .special__stan__para {
      text-align: center;
      max-width: 160px;
      margin: 0 auto; }
      @media (max-width: 670px) {
        .special__stan__col__row--9 .special__stan__para {
          margin-left: 0; } }
  .special__stan__col__row--10 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 670px) {
      .special__stan__col__row--10 {
        justify-content: flex-start; } }
    .special__stan__col__row--10 img {
      margin-bottom: 10px;
      margin-right: auto; }
      @media (max-width: 670px) {
        .special__stan__col__row--10 img {
          margin-left: 45px; } }
    .special__stan__col__row--10 .special__stan__para {
      text-align: center;
      max-width: 160px;
      margin: 0 auto; }
      @media (max-width: 670px) {
        .special__stan__col__row--10 .special__stan__para {
          margin-left: 0; } }
  .special__stan__col__row--11 {
    margin-left: 40px;
    flex-direction: column; }
    @media (max-width: 1400px) {
      .special__stan__col__row--11 {
        margin-left: 15px; } }
    @media (max-width: 520px) {
      .special__stan__col__row--11 {
        margin-left: 0; } }
  .special__stan__col__row--12 {
    padding-top: 0;
    align-items: center;
    padding-bottom: 20px; }
    @media (max-width: 1400px) {
      .special__stan__col__row--12 img {
        max-width: calc(100% - 190px); } }
    @media (max-width: 520px) {
      .special__stan__col__row--12 img {
        max-width: 100%; } }
    @media (max-width: 520px) {
      .special__stan__col__row--12 {
        flex-direction: column;
        width: 100%;
        align-items: flex-start; } }
  .special__stan__col__row--line {
    padding-bottom: 40px;
    border-bottom: 1px solid #7d7d7d; }
    @media (max-width: 670px) {
      .special__stan__col__row--line {
        padding-bottom: 0;
        border-bottom: 0; } }
  .special__stan__col__row__col--1 {
    max-width: 270px; }
    @media (max-width: 1400px) {
      .special__stan__col__row__col--1 {
        max-width: 220px; } }
    @media (max-width: 520px) {
      .special__stan__col__row__col--1 {
        max-width: 100%; } }
  .special__stan__col__row__col--2 {
    max-width: 145px; }
    @media (max-width: 1400px) {
      .special__stan__col__row__col--2 {
        padding: 0 10px; } }
    @media (max-width: 520px) {
      .special__stan__col__row__col--2 {
        max-width: 100%;
        padding: 20px 0; } }
  .special__stan__col__row__col--3 {
    max-width: 170px; }
    @media (max-width: 520px) {
      .special__stan__col__row__col--3 {
        max-width: 100%; } }
  .special__stan__col__row__col--4 {
    max-width: 360px; }
    @media (max-width: 1220px) {
      .special__stan__col__row__col--4 {
        width: 100%;
        max-width: calc(50% - 10px); } }
    @media (max-width: 670px) {
      .special__stan__col__row__col--4 {
        max-width: 100%; } }
  .special__stan__col__row__col--5 {
    padding-left: 40px;
    width: 190px; }
    @media (max-width: 1400px) {
      .special__stan__col__row__col--5 {
        padding-left: 15px; } }
    @media (max-width: 1220px) {
      .special__stan__col__row__col--5 {
        width: 100%;
        max-width: calc(50% - 10px); } }
    @media (max-width: 670px) {
      .special__stan__col__row__col--5 {
        max-width: 100%;
        padding-left: 0; } }

.special__stan__container ~ * {
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto; }


  
.langues_change{
  position: absolute;
  right: 120px;
  z-index: 2;
  top: 20px;
  display: flex;
}
@media (max-width: 500px) {
  .langues_change{
    /* display: none; */
  }
  }