@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.c-masonry__items[style] > div::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.swiper-container,
.m-article__picture,
.m-article__main,
.m-article__component {
  max-width: 100%;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
pre,
blockquote,
figure,
hr {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
button {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
}

input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
button:hover,
button:active,
button:focus {
  outline: none;
}

.l-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.l-header {
  position: relative;
  z-index: 99;
  height: 69px;
  background-color: #fff;
  border-bottom: 1px solid #c5bdae;
}

.l-header[style*="sticky"]::before,
.l-header[style*="sticky"]::after,
.l-header[style*="fixed"]::before,
.l-header[style*="fixed"]::after {
  position: absolute;
  top: 0;
  content: '';
  display: inline-block;
  width: 50vw;
  padding-top: 1px;
  background-color: #fff;
  border-top: 1px solid #fff;
  height: 68px;
}

.l-header[style*="sticky"]::before,
.l-header[style*="fixed"]::before {
  left: -50vw;
}

.l-header[style*="sticky"]::after,
.l-header[style*="fixed"]::after {
  right: -50vw;
}

.l-header[style*="fixed"] {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-main {
  background-color: #d0bfad;
}

.l-footer {
  background-color: #bcaa8a;
  color: #fff;
  margin-left: -10px;
  margin-right: -10px;
}

.l-footer .c-partner {
  color: #fff;
}

.l-footer .c-brand__sygnature,
.l-footer .c-partner__sygnature {
  fill: #fff;
}

.l-footer .c-copyright {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer__inner {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.is-active {
  padding-top: 68px;
}

.c-brand,
.c-partner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: top;
  z-index: 1;
  height: 68px;
}

.c-masonry__navigation,
.swiper-navigation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  -webkit-transition: width 250ms ease-in-out, height 250ms ease-in-out;
  transition: width 250ms ease-in-out, height 250ms ease-in-out;
  will-change: width, height;
}

.c-masonry__next,
.c-masonry__prev,
.swiper-navigation__next,
.swiper-navigation__prev {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ff5a00;
  cursor: pointer;
}

.c-masonry__next:hover,
.c-masonry__prev:hover,
.swiper-navigation__next:hover,
.swiper-navigation__prev:hover {
  background-color: #bcaa8a;
}

.c-masonry__next:hover::after,
.c-masonry__prev:hover::after,
.swiper-navigation__next:hover::after,
.swiper-navigation__prev:hover::after {
  opacity: 1;
}

.c-masonry__next::after,
.c-masonry__prev::after,
.swiper-navigation__next::after,
.swiper-navigation__prev::after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  will-change: opacity;
  z-index: 0;
  display: inline-block;
  width: 86px;
  height: 86px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAABWCAYAAABVVmH3AAAVs0lEQVR4nO2deZgWxbXGf8wC6iAKMoiiiLugoAgIQoiJH6jkqmBglChIjLgiXuPNuMUFl6uJc2MSjRq3KwoqOrggGtbRuCAiDKiIXHcugqggIEuCDIP3j/cUVd3TPZvMwn3yPk8/X3d1ddU5p6urzjl1qr4mM5+6nUaI3wI3AHOBk4D1sfu7AlOBHsCNwH/WK3UBMgWFielZ9UyHQyvg8JR7WcAYIBfoDZyckOdku5dredP4ONzqqnc0hGA7AUuA94A7E+5vBd628y3Auwl53rV7WN6tCXnutDqWWJ31ioYQ7EnoUwY4PSVPf+Bs4GhgUcL9RXbvbMubBFf2rlZnvaIhBDsV32c+lZJnLTAOWGjXOcBQO3IsbaHlWZtShit7vdVZr6grwY4GHgP6JNx7H+iAPs9Lg/QzgfuAQQnPPAI8YccjCfcH2bNnBmmXWh0drM44+hiNo1O5+AFoUgdawXHA3+18FbAnyX1giAHA34LrnsBbwfU6fPexHmgR3DsGmBNc/wyYUkV9WcBXQGu7/gnwShXPJKI+tYLc2HmT4Lo9aim5RNE1dn1k7PrVlPOkvPGycq3O9kFakwQ6tyvqQrAlwPWoBRYA5ZZ+CvAJ8DrwMr6vBHga2Gjn31CxTxwK/IcdQ2P3ptozWBlPB/dyrK7Xre5TLL3caPub0VpSA/6qhZyqs9QY3wM3J6SfG9TXBzgCr1Z9AByCRvo5wEqgOXAs8L/Ah8AdQVmHAPsBs4HPgY6o+5gPfBHkOwLfz+cYDZPteoYddYIf0mIHAreTrujHEQ4gG4GlsftfAC8gobYAFgDTkdBHBvlGWtp0y9PCnnmBqFCxOjYG10mDWBIOR7wNrGb+CqitYLsBzwGF6K2H/ei+wGVAJvbMzcj8fBwNVquBfdCn+jVwP5BtefsDBwXPXpRyfhBej822Mr62MvexOgZYnTdS8UvKGK37BmlNjKdC47FbBe6rgdp2BW2C81ao898MtARKgXy7NwypNAD/ROZniJvQiAxwHurrnkTCCfF1ynl4PcTKwMq8CfgV8JodcZwFjLfza4BDgTXGS2gGt6EWqG2LnQb8BfWR5yGhgkbk/CDficH5nojhUFUK8wLsYb+vIcfKcmAWalUOl1nacsvzWuzZpLJbWN17ptCWj9cmNhtPbyMep1ELbG89thXwEf6N/xIp9D9FumUzpD/2QIPOvwHPolayzNK/TCh3J7wz5gVgU0Ketsgbtg9QBpwGvIg+87lIqN+hruFlYAQw1p5dDRxsvzVCfemxq4HuwJVIUXdW0nlIqCAGnR3/InAg6us6oUHo92h0vx/Is3zPA8V2PG9peZZnvj2z0srIWJkvWr7T8S21Gb67eMRovNJorrFQK0N1+9i2qC+LW1D9ELFT8frqZ2hEDbEmdu30zhx77iW7HglcYeddkbDuJOpo6Y8EdSleSF3Rl/KglbW3lb0lqCuJlilUtNKykdPmO9Tnfx/cy0J9btJXFUF1WuzzwApkYu4SpBeh0fMFNOqGhJ2KPE+7WdotiOE1aMB4HLWSFaivnGd5D4jVfQBqSd8Gad9aWlLe3ays5VZ2d6trvNX9ktGC5T3baM0OynnMeJpBtIHsYjJYgf9qUlGVYPfCWyvdjFCH0AIaEhB3HzAJfWqzgaZGTAb1vcPRAHE13lbvhjSIZ1H/6PCUXQ8B3rRjiKWFnrEye3YYXj1qbXVstjpbGQ0rjKbZRuMkoxnjoSCFx+5B2aeYbFJRlWC/xjuav8K78SDq+CjFdwVnBOkdgc523g4xGLflHbagQaYz0lV7IKY7Gg3H2vGupU2yPBfZM3Pxzu84ulrd7ey6s5Xh4GguN16SeFyIZIDREFf7Iqiqjy1HUyC9kZUT9k+/At5BfexfgvSPiKouS9FgMh+vap2FVKUfo5Y1F7kEWyN9cj1yAU5HujF4oTma16BRfb49842VcS4S+Cqr40y8Lr0Omc1LjbamAc0OpwKXoD72z0H6GmQidwXewDekRFRn8NpIsk29jmSfwDDgd6gPuwMNQMOJ6q/DkdqzFxLmGmTpjCHa31VGa0vg18F1uT3f1+6tQi8jnGhsgczUO5C2cDnqs68K8nwJXJtCwyqq6V+oieWVi1rGZ0Tt7yPQp7QUtaD30VsPEfcLLLPfDGodPaloLNQU2ehF/zvqi51yvyyWz9EyyQ6HXKR3t0fW33vBvTxgf+SjCMeAVFRXsM2RtdMFtcA+6PNphwaB5pavM35W4ELUKkuRnnk7Evj7yIS8mfSW8UPQGhkTJyMN4Bo0cHVCo/lk5CrshtTEe+25P+BnEy4DDkPaxcGI93zUt/YBNlRFRJJgz0Md+z3Ax5Z2IhIqVsEv0dx/T7xQAU6w38EBwaeiT/JKO3ZCn2LoTKkrXItM3bPw1to1yCHjaPsa+XBPCJ5rjnh7BvHqvqYuSBbO53tQSXHRxcDiTEHhA2HFca3gFGTN/Jqow3hJLJ/7nN4hOhLPs9+jY/ndYHYx0kHrQ6gOF1mdF8docXC0zgvStiDeoGI3tiQ4fxrJ6v6S4qJTwkzxFht6dVoG56WoJRcgFeQhS/8E2fsjjIDfWfpM1DIcZqAWcDcNg52t7nlGy5Dg3kz7HYX8F+2RfvuJpT+EuryeyKQO1bFQRhEnUNwJ0wy4Czl6x1BzD3tb5N0vRZN8/ZA6NMeOvWtY3vbGF0hAPVFLnYmsqW5olqJKUzWG/khOi4DRmYLC79yN2ni3dkbC/xGaSxqNfK0noVG2KRqJj0FWzqFo1rZtTSuqI3yJXIgfIHXvLeQR24z63Gmk81gBtfVu5aG3u2uQNgop4Yfa76gg3Snc+6BuIxd9fo1FqCBa5iHaChCtINovsfM0HkGy6In3vCWiMsG2RW/1TfSZuOnj9rF87npdLH0tcA5RraGxoDmiLR5F43hI47E9ksWbSDapDaYywf4cb1u3xftQH0fmHvbrPFvXof50EzABzRddWUn5DY2rEI0TEM3zEQ+QzmMBXpjtkIwS4bSC3VG/MxcpxaA3E8LZ028i5fkY1D8tQb6A3ZGN7ny246jo2mtM2B9pCr+w6yykih1IMo/g9XqHbTIqKS5qh/j/e6agcG2TmU/dnoXMt47IZj8UWVcAFyDrqQR15km4CrjNlY8U7e5EPUONGT1RnzsdP7N8NV51jGO05ZsC3JcpKKSkuCgfdQ0tgcXAEVlI/3IutJbI9ndwQWp3oWnhc4AHkIPY4YrgPIPe+oia89dgGIFoDqfrQ57ORjyfg2RwFz4Iz+EIvE7bEdgjB7XO8cgr9Qay/dMI+G87H4n6nifRABAqyuuofhBHY8DhJA+8IOeSm7cbiaZpxiaUMRvJrjcwPlNQuNINXsOR+tCH5BlQkJM56XoUUrw3ImV5JXLd7Sjoi2geg3j4Aq9epfEcQaagcFOmoLAPkJcpKBwOUa3gH8G58/w8h49IiYc5uuspaIRsjpwb/0XDrW2oDbIQzTciHtrhJxjTeD4IyWZqSXHRtkiZTEHhNhmmuQ0nooBd0Gd+HFI5ylGrfgXNMQ3AT85dawQdXyO2GgcczXF+nkV+heOQ6/BJu/cQmv0ADfb7xwtMMmmzUet1VtSnSAWJIxdNhzirbANy4ixOyd+Y8QkadFbjDZr1aGBPcmx/glclNwO7ZAoKI1M1SZ9sOf6tleNVKawiF6S7O1FTt7mlVRW93RixFdEeWom7WhqI59B7dRt+zuuWuFBBLfZHyKc4F3n6XYBCO/Q2ViI143E0HbwRTdA9jwJ3B1j+afhAB9fadxRsQo6XqfiYrikoUuZUxHsestLORDLKB5pmCgqXA5QUFzVBlmYP4I85yEuej8yzt/HR1M4CA42Gbo49D7gVCXZQQMg01C/vaEIFzWp0QEIM+QHx6hwuQ5Ee+wbeiHI4Ef91980iGkLzL2wnZKH5qWeQGReGLLbDz/XMRp8BqCtwswPPoZbrjiX4kM4dCZsQ7SEvz9m9a/Cz0hPwBlQ+3kkFkt3VSJY/T3N0X4cCd8vRbOuDlr4HslLKrOB4NEgbpJYcXFPOGhgfITUyiZ+VaPBqgQ+wGwn8FWlQN2QKCm+KF5ikFWTjp6Wz0Vtw+Aavfqwluip7g6XtSMaBQxaiPZzWXo83bcuIRi1ejQ8s+W1JcVGFIJM0dStcJBEGPJyBwioHW2VnID/mfOSvLUsps7EjC9F+Op6fMyxtMOI5jEkLZfJFkrqVZnkNQaE5m4DfWFoYAzUaaRHPUjG+9CU0nbEjwcXnxuNlT0NWKIjnbKR6nYvM4J1QfEUFhK0rjH0tRTrpILxz97jYs+56AFLNNqDNG37DjmUkbEVxYzcgHpbjdfM0nj9GsjkpU1C4bTq8pLhomwydYMehkW8WegtJiLsT3fXdaFo7D3mI8klepdJY8ToKSxqDeNgbH/+QxnMEJcVFO5UUF80CNpYUF40DdQX5yBcL8iceixY/xPEIssB6I8E5h8TusXwt0Dx7/G03ViwiGgkJnqcnUaxFX2QUJK08B8mst50PKykuujwLjXaLLXEN0Si7C5A+NxoZEg+jiJhHgzyhvlaC4mjTCGiMGItoDtfThjw9inh+GMlgNJLJBUGe9/Cxw4uBb5wemzSZ2I9oJMwgfNhjB5InExcQnUwcRuPGeOTkBz+ZuBZ5rzpQcTJxIN5wAOifKSicCRUnE51WsDb2AChUKIRT+nuhyJZmyOHyEzSreQB6MZ3wb7QPCb7KRoLP0EzBE6jRvI+mtz8lnce44XMIFvtlzpht/pXKdM5ngoxf4hdTnIlfs9UMv6vFzSgeaifkrBhE+kxnY8DvEY1DEc1H4yPU03h8Ch/ftRzJKBGVCfZL5B3vhd6MC2eMhzW666QB4GGqEaTbANiAJkaTBl5I53EpkkUvJJvUILqqrKSNKD4gNF3vRlMTH9jv3UG6c8AsQyGPZSjG4CsaD75CNJUhGp0VtRm/SCWNR5As5hBdLlABdR3G2d/O56BBoNK1UfWAFYiunmjCdAZ1FMYZb7FDkWrRGx9c7DASucZuImoKn4BM3dtQqOOrRvxLyFkxEXniT6sh0XWB0xAtExFtLyFaX0W034Z4CcPmcxDP04huSAGSUW8ks18QeyhEuFA3XNPVDUWDYJUuR5EgbjGwK2dfpGL1i5XbH4Xgj0I29s5xjusY/0Sm9hy878OhHzKI7kZrFUDOmMOQ2nUuPljuBKRSOjN2DX4Ticia3XiLnQycD/wReXUcOsTyubDGI4m+HLckdH4s/wL7vQfN5N5P/eE+q/OeGC0OjtZwOWsOfnekeEhnh+B8MJLV+ZmCwslhpiTv1gMJadPQUhy3HGmspc9BI6yb3Zxuv0+jRRVuOdIfkHrjliNdiJzKdbEcKcQtyOX3GH450vWI727Ik+UWsUxHIz2IJxfUNxZ96m45UjjL8nGmoPDypIqru85rA3qj8QV0y5GdHC6gc/irHSA3pAs0Owx1OechB8glSH1pzfbBKqIL6B7Ax7EehoyYCh5/tPXUQvwCOqfDf4SMnDpZQIcV+F5C+nux9E5El3xOouLn5MLTS9Cyn+os+awKbslnEX7JZ1iXg6NlINEln++T/LWCGlIS76mojmDz8IuUVwXpLdDySrdI2akq4/FrqXohxiYhf6dTwMchS2cafpFyP9TC+1i+o1CEowuUcF56J/hvkLPnbTQPNwvpoq/hFymfaHW53TjXGS35yIoK10y49V5tiS5SDiMRW+MXKVeqx1Yl2GwrpAtSrF1wMshycQPcCUhtgag93RS1kFLUko9Hb34B6tvc598DqSv3Af+D9pB5ArVit7LbTfS1QcL+AAmjO9JFVyH/RA/L1xp59wdjwcBIvVqO+tcw/iGk+fmgjCPxa8JaGu17or72aCpZAV6V5dUGv9RzT/zeAyAl26EbviU9GaQvxu9xsBy1nvio7JCDGFqIlovORZ/rYqNhth1dLG2g5bnXnulBekNZYHW7fnMh3lUa0pxNdJ+tkMfO+L1lulDFtlFVCXYFfsu6UqLLIicE5xPxb+8CxPQINLBtRhZXCRq0xqHWchu+aylFXchpRDdwPN2uJ6JupZed5xLd1DfXnh2P1zFXWR1Nrc7VRsNeRtOxRuNAvG+1HJm5STzOC8qebLJJRXX62FNJ3mznCtRHus12HMqpuGfKtfhQyWGIwbGIyTb4WeFPY899inTQ3YK03SwtKe+3qGvY2+jdghYZO7/w8UbLKMv7KBVxFnoRbrMdh3+g7q5am+1UVytIKuh7/DrUEPsjv+ZC/Ixny1geNyBtQZ/f8eizfhj1d/1RC7kVvxGF28loBurvb0WDUHdLexhFCPZAKpJbPB3f6CykZQD6xIuRGglqGC+SjK1U05+wo2xo1gy/6c//6w3NspAXbAF+agOkIoUryN1KlJfRtqQ/Rd6vzy39Qnyfug9RM/oWJOzXkRk50Y79LG0ZPo4Xe9bprLlWNlbXIVb3fviJ0nCVTCuj3WG48XYXtZRRbQV7ItL1jkJKtVNdFhANbwzNv6/QdEeoF8ZDId1g1hepSu2QXvunIM+fLK2d5ekbezap7HVWd+gXnhbL67SVpsbTUYjHcA/EaqO2u3GGwWOr8WbeGqSuDEZ9bNj574wCcw9GhsBryG7fH/l/n8NHncRVmTYp5+H1RCSQQcg/er2l90Wt9yPkr3CruB9D3U5npFM7/bzMeHK+40q3gUpDbQVbihjog/rQMMb2c6ItzOE6fIDdQGQ4LEOfaBwzULSJW7Fzb3DvXrzp+THeGV+OPHPnB3lbob7dBQ43JbpBRQkVt5H+Hg2UI5A1V0ot8EO2ko7vAlQVwn/PyEOCDQeLvYluJd2V6FbSDg8ix7TbSnoD0g6StpJuT3T5e3X/wWMR0dWJNUZdRAY2Qa3zRaKbPT6EV4FmEXVqHIqENxlZRPsigc2w9ObIYXK5nX9o9zZY3sX27Id41x9Wxyw730J0VqS/0Xgd0R2btwvqYvPzDN4t1wfpkeWI8QORIN4iuknPYHzL2gM5TUJP0wSkmoF03vCPfU7C66p5Vtatdr0FdTXHoC7KzbZmI911NzRVM5tknbzWqAvBlsXOw/53KRWnlqGi/+Cd2PWPU86T8sbLKsO3WofvE+jcrqgLwb6CNjXrhaZDkkI6WyGF3TlCpiBT8jg7fyuWfzI+aGJy7N5byBgYYHWH8a0dkYoVV/y3osH3YuQUr9W/dlSGuvhLlKrQCTGzK1LAL608O6AG4Nx3E0nfdTPEnSiAbT16ydXdqr9GaEx/lFadv53aHVk/zk25BfWzE/BC7Wx54tEsDv/626kEzECep/kk731wuN17lPSgkgb926m66GOrgvvbqb1I/hO0LLzdnoOcyvF8XfC0H2XPxPvyS9GMxAq288bm1UFDrXBZTbJQQQIag0bqN5A3K44X7F6Z5U1b87CIBhAqwP8BTV2fYm/Nwg0AAAAASUVORK5CYII=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-masonry__next .arrow,
.c-masonry__prev .arrow,
.swiper-navigation__next .arrow,
.swiper-navigation__prev .arrow {
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
  z-index: 1;
}

.c-masonry__next .arrow::after,
.c-masonry__prev .arrow::after,
.swiper-navigation__next .arrow::after,
.swiper-navigation__prev .arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: '';
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

.c-masonry__next .arrow.is-triangle::after,
.c-masonry__prev .arrow.is-triangle::after,
.swiper-navigation__next .arrow.is-triangle::after,
.swiper-navigation__prev .arrow.is-triangle::after {
  border-style: solid;
  border-width: 0 0 8px 8px;
  height: 0;
  width: 0;
}

.c-masonry__next .arrow.is-check::after,
.c-masonry__prev .arrow.is-check::after,
.swiper-navigation__next .arrow.is-check::after,
.swiper-navigation__prev .arrow.is-check::after {
  width: 4px;
}

.c-masonry__next .arrow.arrow-bar::before,
.c-masonry__prev .arrow.arrow-bar::before,
.swiper-navigation__next .arrow.arrow-bar::before,
.swiper-navigation__prev .arrow.arrow-bar::before {
  bottom: 1px;
  content: '';
  height: 10px;
  position: absolute;
  right: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-masonry__next .arrow.is-top,
.c-masonry__prev .arrow.is-top,
.swiper-navigation__next .arrow.is-top,
.swiper-navigation__prev .arrow.is-top {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.c-masonry__next .arrow.is-right,
.c-masonry__prev .arrow.is-right,
.swiper-navigation__next .arrow.is-right,
.swiper-navigation__prev .arrow.is-right {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.c-masonry__next .arrow.is-bottom,
.c-masonry__prev .arrow.is-bottom,
.swiper-navigation__next .arrow.is-bottom,
.swiper-navigation__prev .arrow.is-bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-masonry__next .arrow.is-left,
.c-masonry__prev .arrow.is-left,
.swiper-navigation__next .arrow.is-left,
.swiper-navigation__prev .arrow.is-left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-masonry__next .arrow::after,
.c-masonry__next .arrow .arrow::after,
.c-masonry__prev .arrow::after,
.c-masonry__prev .arrow .arrow::after,
.swiper-navigation__next .arrow::after,
.swiper-navigation__next .arrow .arrow::after,
.swiper-navigation__prev .arrow::after,
.swiper-navigation__prev .arrow .arrow::after {
  border-color: #fff;
}

.c-masonry__next .arrow.is-triangle::after,
.c-masonry__next .arrow .arrow.is-triangle::after,
.c-masonry__prev .arrow.is-triangle::after,
.c-masonry__prev .arrow .arrow.is-triangle::after,
.swiper-navigation__next .arrow.is-triangle::after,
.swiper-navigation__next .arrow .arrow.is-triangle::after,
.swiper-navigation__prev .arrow.is-triangle::after,
.swiper-navigation__prev .arrow .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #fff;
}

.c-masonry__next .arrow::before,
.c-masonry__next .arrow .arrow::before,
.c-masonry__prev .arrow::before,
.c-masonry__prev .arrow .arrow::before,
.swiper-navigation__next .arrow::before,
.swiper-navigation__next .arrow .arrow::before,
.swiper-navigation__prev .arrow::before,
.swiper-navigation__prev .arrow .arrow::before {
  background-color: #fff;
}

@font-face {
  font-family: 'icomoon';
  src: url("https://allegro.wpcdn.pl/fonts/icomoon/icomoon.eot?y3fxaa");
  src: url("https://allegro.wpcdn.pl/fonts/icomoon/icomoon.eot?y3fxaa#iefix") format("embedded-opentype"), url("https://allegro.wpcdn.pl/fonts/icomoon/icomoon.ttf?y3fxaa") format("truetype"), url("https://allegro.wpcdn.pl/fonts/icomoon/icomoon.woff?y3fxaa") format("woff"), url("https://allegro.wpcdn.pl/fonts/icomoon/icomoon.svg?y3fxaa#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-size: 10px;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  background-color: #fff;
}

figure:not([class]) {
  position: relative;
}

figure:not([class]) img[style*='max-width:647px;'] {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  z-index: 0;
}

figure:not([class]) figcaption {
  position: absolute;
  display: inline-block;
  bottom: -12px;
  right: 0;
  z-index: 1;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: right;
}

figure:not([class]) figcaption > .ncr-source,
figure:not([class]) figcaption > .ncr-desc {
  color: #9a9a9a;
}

figure:not([class]) figcaption > .ncr-source {
  font-size: 1.8rem;
}

.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a[class^='icomoon-'],
a[class*=' icomoon-'] {
  position: relative;
  text-decoration: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ff5a00;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  will-change: background;
}

a[class^='icomoon-']:hover,
a[class*=' icomoon-']:hover {
  background-color: #fff;
}

a[class^='icomoon-']:hover::after,
a[class*=' icomoon-']:hover::after {
  opacity: 1;
}

a[class^='icomoon-']::after,
a[class*=' icomoon-']::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url("data:image/png;base64,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");
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  will-change: opacity;
  z-index: 0;
}

a[class^='icomoon-']::before,
a[class*=' icomoon-']::before {
  position: relative;
  color: #fff;
  z-index: 2;
}

.icomoon-facebook {
  font-size: 2.1rem;
}

.icomoon-facebook::before {
  content: "\ea90";
}

.icomoon-twitter {
  font-size: 1.7rem;
}

.icomoon-twitter::before {
  content: "\ea96";
}

.c-icon--arrow,
.drag-element span:first-child,
.drag-element span:last-child {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.c-icon--arrow--left,
.drag-element span:first-child {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.c-icon--arrow--right,
.drag-element span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-icon--plus,
.c-icon--close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff5a00;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  will-change: background;
  z-index: 0;
}

.c-icon--plus::before,
.c-icon--plus::after,
.c-icon--close::before,
.c-icon--close::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  margin: 4px;
  content: '';
  height: 2px;
  width: calc(100% - 8px);
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}

.c-icon--plus::before,
.c-icon--plus::after,
.c-icon--close::before,
.c-icon--close::after {
  height: 2px;
  border-radius: 5px;
}

.c-icon--plus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-icon--close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-icon--close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-notification {
  display: none !important;
}

.swiper-container {
  width: 1900px;
  overflow: visible;
}

.swiper-slide__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.swiper-slide {
  display: inline-block;
  vertical-align: bottom;
}

.swiper-slide.swiper-slide-active {
  position: relative;
}

.swiper-slide.swiper-slide-active .swiper-slide__content {
  opacity: 1;
}

.swiper-slide__content {
  z-index: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  will-change: display;
  padding: 10px;
  background-color: #fff;
  opacity: 0;
}

.swiper-slide__picture {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.swiper-navigation {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 300px;
  z-index: 2;
}

.swiper-navigation__next,
.swiper-navigation__prev {
  margin-top: -45px;
}

.swiper-navigation__prev {
  left: 20px;
}

.swiper-navigation__prev .arrow {
  left: 2px;
}

.swiper-navigation__next {
  right: 20px;
}

.swiper-navigation__next .arrow {
  right: 2px;
}

.swiper-slide__title {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #9a9a9a;
  margin-bottom: 5px;
}

.swiper-slide__description {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 4px;
}

.swiper-slide__picture {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.c-masonry {
  position: relative;
  width: 1900px;
  max-width: 100%;
  margin: 0 auto;
}

.c-masonry__navigation {
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-masonry__prev {
  left: 23px;
}

.c-masonry__next {
  right: 23px;
}

.c-masonry__items {
  position: relative;
  font-size: 0;
  z-index: 0;
  width: calc(100% + 20px);
}

.c-masonry__items[style] > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-masonry__items[style] .c-masonry__item {
  height: 100%;
}

.c-masonry__item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 1px;
  background-color: #fff;
}

.c-masonry__item:nth-of-type(1),
.c-masonry__item:nth-of-type(2) {
  vertical-align: bottom;
}

.c-masonry__item.is-hover,
.c-masonry__item.is-touch {
  position: relative;
  cursor: pointer;
}

.c-masonry__item.is-hover .c-masonry__picture,
.c-masonry__item.is-touch .c-masonry__picture {
  opacity: .6;
}

.c-masonry__item.is-hover::before,
.c-masonry__item.is-touch::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAC1ElEQVRogdXZy4tURxiG8d8cA16SxQjiLSF4mSwUFBR33kDMwoSsdGUibgzJgLow8a9QwQsoCiIyuDMbwXGjgjFuRRSSgDpgEMeEgEG8jMIwWVSN9rTd0+fWU/pAb06dU+/Dgaqu8309Y9tVpRcb4m8lPsdcfBzHn+Mf/IXbuI5r+K9KaE9J8enYhu/wJaYVfH4UlzGA83hVVKCo+Ez0Yx8+LRrWhkc4hBN4mfehrEDAFtyJIXVJw8I4552YkYs84jNwHINYWkotH0tjxvGYOSmdxOcJi6m/uldu+nEjZrdlMvEl+A1rapTKy+qYvbjdDe3EP8MV9HVBKi99uBpd3qGV+CxcwKLuOeVmkeAyq3mglfhhrKoceW6s8hSRVTjSfLFZ/Ct8X1dijewS3N7QKD4DR6dUpxjHNGyTjeL9urtPV2WJhm15XHw6fk6iU4z94lsfF98m/PW+7yzAVt6K70jnUpgdBPFebE7rUojN6M2wUfHzdEqmYWOGdalNSrA+w7LUFiVYluGL1BYl6MswP7VFCeb0jG2X7zRU36GpM9/2dLrj9Uc1TjaRc2PFnylAhqddm717PMvwOLVFCf7NcDe1RQnuZfgztUUJ/siE8sOHxvVMKECOpjYpwCh+zYSq6eXEMkW4gifj5/GBlCYFGeDth8QvGE7nkpthoSz9RnwEB5Lp5Oeg4DrhK/8EhpLo5GNIqORiovgI9ky5Tn72im+bdytZgzhdS0y9B6wzuNh4oVXtcC9u1ZlakVvY3XyxlfgLfIMH3TbKwQPB5UXzQLv6+ENsknaxDkWHh60GJ+tIDGEtbnZBqhM3Y3bbF9epB/Q4TnCqRqlOnIyZk34n5Om6jeAHfI371b3acl+ogf+oYdtrR5E+5yBW4Cf1Hg+G45wrcCnvQ1Vb4juFBVSmJX4VZ01RS7wVs4X641osFwrw8/BJHH+Gv4WF9rvQw7yGJ1VC/we+WICt6C1OKAAAAABJRU5ErkJggg==");
  z-index: 1;
}

.c-masonry__picture {
  max-width: 100%;
}

.c-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.93);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.35s, opacity 0.35s linear;
  transition: visibility 0s linear 0.35s, opacity 0.35s linear;
}

.c-modal.is-open {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear 0s, opacity 0.35s linear;
  transition: visibility 0s linear 0s, opacity 0.35s linear;
}

.c-modal.is-open ~ .c-overlay,
.c-modal.is-open ~ .c-modal {
  z-index: 99;
}

.c-modal__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(90vw - 100px);
}

.c-modal__close {
  position: absolute;
  display: block;
  top: -33px;
  right: 0;
  height: 33px;
  width: 33px;
  text-align: center;
  cursor: pointer;
  padding: 0;
}

.c-modal__close::before {
  display: block;
  content: url(https://allegro.wpcdn.pl/images/masonry/masonry-icon-close.png);
}

.c-modal__navigation {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}

.c-modal__next,
.c-modal__prev {
  position: relative;
  height: 100%;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal__next:hover::before,
.c-modal__prev:hover::before {
  background-color: #bcaa8a;
}

.c-modal__next:hover::after,
.c-modal__prev:hover::after {
  opacity: 1;
}

.c-modal__next::before,
.c-modal__next::after,
.c-modal__prev::before,
.c-modal__prev::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-modal__next::after,
.c-modal__prev::after {
  content: url("data:image/png;base64,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");
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  will-change: opacity;
  z-index: 0;
}

.c-modal__next::before,
.c-modal__prev::before {
  width: 46px;
  height: 46px;
  content: '';
  border-radius: 50%;
  background-color: #ff5a00;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  will-change: background;
}

.c-modal__next .arrow,
.c-modal__prev .arrow {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  z-index: 1;
}

.c-modal__next .arrow::after,
.c-modal__prev .arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.c-modal__next .arrow.is-triangle::after,
.c-modal__prev .arrow.is-triangle::after {
  border-style: solid;
  border-width: 0 0 12px 12px;
  height: 0;
  width: 0;
}

.c-modal__next .arrow.is-check::after,
.c-modal__prev .arrow.is-check::after {
  width: 6px;
}

.c-modal__next .arrow.arrow-bar::before,
.c-modal__prev .arrow.arrow-bar::before {
  bottom: 1px;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-modal__next .arrow.is-top,
.c-modal__prev .arrow.is-top {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.c-modal__next .arrow.is-right,
.c-modal__prev .arrow.is-right {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.c-modal__next .arrow.is-bottom,
.c-modal__prev .arrow.is-bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-modal__next .arrow.is-left,
.c-modal__prev .arrow.is-left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-modal__next .arrow::after,
.c-modal__next .arrow .arrow::after,
.c-modal__prev .arrow::after,
.c-modal__prev .arrow .arrow::after {
  border-color: #fff;
}

.c-modal__next .arrow.is-triangle::after,
.c-modal__next .arrow .arrow.is-triangle::after,
.c-modal__prev .arrow.is-triangle::after,
.c-modal__prev .arrow .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #fff;
}

.c-modal__next .arrow::before,
.c-modal__next .arrow .arrow::before,
.c-modal__prev .arrow::before,
.c-modal__prev .arrow .arrow::before {
  background-color: #fff;
}

.c-modal__next .arrow.is-left,
.c-modal__prev .arrow.is-left {
  float: left;
}

.c-modal__next .arrow.is-right,
.c-modal__prev .arrow.is-right {
  float: right;
}

.c-modal__prev {
  margin-left: -43px;
  padding-left: 33px;
}

.c-modal__prev .arrow {
  margin-left: 4px;
}

.c-modal__next {
  margin-right: -43px;
  padding-right: 33px;
}

.c-modal__next .arrow {
  margin-right: 4px;
}

.c-modal__header {
  position: relative;
}

.c-modal__picture {
  display: block;
}

.c-modal__description,
.c-modal__title {
  text-transform: uppercase;
  padding: 5px 0 5px;
}

.c-modal__description {
  font-family: "Playfair Display", serif;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.c-modal__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.917;
  font-size: 12px;
  color: #9a9a9a;
}

body .c-navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  width: calc(100% - (72px + 108px + 6px));
}

body .c-navigation:not(.is-active) {
  overflow: hidden;
}

body .c-navigation:not(.is-active) .c-navigation__list {
  height: auto;
}

body .c-navigation.is-active .arrow {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

body .c-navigation.is-active .c-navigation__list {
  top: 0;
  height: auto;
  overflow-y: auto;
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

body .c-navigation.is-active .c-navigation__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #bcaa8a;
  border-radius: 2px;
  background-color: #F5F5F5;
}

body .c-navigation.is-active .c-navigation__list::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
}

body .c-navigation.is-active .c-navigation__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px #bcaa8a;
  background-color: #555;
}

.c-navigation__button {
  width: 45px;
  text-align: center;
  background-color: #bcaa8a;
}

.c-navigation__button .arrow {
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}

.c-navigation__button .arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: '';
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
}

.c-navigation__button .arrow.is-triangle::after {
  border-style: solid;
  border-width: 0 0 12px 12px;
  height: 0;
  width: 0;
}

.c-navigation__button .arrow.is-check::after {
  width: 6px;
}

.c-navigation__button .arrow.arrow-bar::before {
  bottom: 1px;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  width: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-navigation__button .arrow.is-top {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.c-navigation__button .arrow.is-right {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.c-navigation__button .arrow.is-bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-navigation__button .arrow.is-left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-navigation__button .arrow::after,
.c-navigation__button .arrow .arrow::after {
  border-color: #fff;
}

.c-navigation__button .arrow.is-triangle::after,
.c-navigation__button .arrow .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #fff;
}

.c-navigation__button .arrow::before,
.c-navigation__button .arrow .arrow::before {
  background-color: #fff;
}

.c-navigation__list {
  counter-reset: counterNavigationList;
  max-width: calc(100% - 45px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  max-height: 100%;
  overflow: hidden;
  background-color: #fff;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.c-navigation__item {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.c-navigation__item.is-active,
.c-navigation__item:hover {
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(to right, #bcaa8a 0, #fff 100%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #bcaa8a), to(#fff));
     border-image: linear-gradient(to right, #bcaa8a 0, #fff 100%);
  border-image-slice: 1;
}

.c-navigation__anchor {
  position: relative;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #39312b;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 10px;
  text-decoration: none;
}

.c-navigation__anchor:before {
  position: relative;
  top: -.9rem;
  left: -1.2rem;
  font-size: 2.5rem;
  color: #bcaa8a;
  counter-increment: counterNavigationList;
  content: counter(counterNavigationList) ".";
}

.c-navigation__description {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 5.88rem;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-navigation:not(.is-active),
.c-navigation__button,
.c-navigation__list,
.c-navigation__item {
  height: 68px;
}

.c-partner {
  font-family: "Roboto", sans-serif;
  width: 108px;
  color: #aeaeae;
}

.c-partner__label {
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 2.1rem;
  color: inherit;
}

.c-partner__label ~ .c-partner__image {
  margin-top: .6rem;
}

.c-brand {
  font-family: "Roboto", sans-serif;
  width: 72px;
  color: #aeaeae;
}

.c-brand__label {
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  line-height: 2.1rem;
  color: inherit;
}

.c-brand__label ~ .c-brand__image {
  margin-top: 1.6rem;
}

.c-progress-indicator {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}

.c-progress-indicator__bar {
  height: 4px;
  background: #bcaa8a;
  width: 0%;
}

.c-comparision {
  position: relative;
  max-width: 100%;
  width: 700px;
  margin: 10px auto;
}

.c-comparision__label {
  background-color: #fff;
  position: absolute;
  color: #333;
}

.c-comparision__label--oryginal {
  text-align: left;
  left: 0;
}

.c-comparision__label--modified {
  text-align: right;
  right: 0;
}

.c-comparision__label p {
  font-family: "Roboto", sans-serif;
  letter-spacing: .2rem;
  line-height: normal;
  font-weight: 400;
  padding: 1rem 1.4rem;
  font-size: 1.2rem;
  padding-bottom: 0;
  color: #9a9a9a;
}

.dual-viewer {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

.picture.oryginal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.picture.oryginal img {
  -webkit-transform: translate(50%);
          transform: translate(50%);
}

.picture img {
  display: block;
  max-width: 100%;
  height: auto;
}

.drag-handler {
  background-color: #bcaa8a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
}

.drag-element {
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ff5a00;
  font-size: 0;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.drag-element span:first-child {
  border-color: #fff;
  width: 12px;
  height: 12px;
  margin-right: -7px;
}

.drag-element span:last-child {
  border-color: #fff;
  width: 12px;
  height: 12px;
}

.c-blockquote {
  text-align: left;
  border-width: 0;
  border-bottom-width: 1px;
  border-color: #c5bdae;
  border-style: solid;
  margin-bottom: 10px;
}

.c-blockquote.c-blockquote--picturized {
  font-size: 0;
}

.c-blockquote.c-blockquote--picturized .c-picture:first-child {
  position: relative;
}

.c-blockquote.c-blockquote--picturized .c-picture:first-child::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  z-index: 2;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.c-blockquote.c-blockquote--picturized .c-blockquote__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  width: calc(50% - 2px);
}

.c-blockquote.c-blockquote--picturized hr {
  display: block;
  background: none;
  border: none;
  width: 100%;
  height: 15px;
}

.c-blockquote.c-blockquote--picturized blockquote {
  font-family: "Playfair Display", serif;
  line-height: 1.375;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #2e2e2e;
  letter-spacing: 4px;
  padding-left: 3px;
  padding-right: 39px;
  text-transform: uppercase;
}

.c-blockquote.c-blockquote--picturized figcaption {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.917;
  font-size: 10px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.c-blockquote.c-blockquote--simple blockquote {
  font-family: "Playfair Display", serif;
  line-height: 1.375;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #bcaa8a;
}

.c-blockquote.c-blockquote--simple figcaption {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.917;
  font-size: 10px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.c-paragraph,
.m-article__content > p {
  font-family: "Roboto", sans-serif;
  line-height: 1.778;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.c-paragraph:not(.c-paragraph--lead) ~ figure,
.m-article__content > p:not(.c-paragraph--lead) ~ figure {
  margin: 11px 0;
}

.c-paragraph:not(.c-paragraph--lead):not(:last-of-type),
.m-article__content > p:not(.c-paragraph--lead):not(:last-of-type) {
  margin: 11px 0;
}

.c-paragraph.c-paragraph--lead,
.m-article__content > p.c-paragraph--lead {
  font-family: "Playfair Display", serif;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  color: #bcaa8a;
  margin: 11px 0;
}

.c-paragraph.c-paragraph--lead::first-letter,
.m-article__content > p.c-paragraph--lead::first-letter {
  padding-top: 10px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 62px;
  line-height: 0.533;
  font-weight: bold;
  padding-bottom: 40px;
  margin: 5px;
  margin-left: -2px;
  margin-right: 10px;
  color: #bcaa8a;
}

.c-copyright {
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1.462;
  font-size: 13px;
  text-align: center;
}

.c-copyright__paragraph {
  display: inline-block;
  padding: 30px 0;
  max-width: 80%;
  margin: 0 auto;
}

.c-accordion {
  background-color: #bcaa8a;
  max-width: 100%;
  font-size: 0;
}

.c-accordion__item {
  -webkit-transition: max-width 250ms ease-in-out;
  transition: max-width 250ms ease-in-out;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.c-accordion__item:not(.is-active) .c-accordion__label {
  background-color: #ff5a00;
}

.c-accordion__item:not(.is-active) .c-accordion__description {
  visibility: hidden;
  opacity: 0;
}

.c-accordion__item.is-active .c-accordion__label {
  background-color: #bcaa8a;
}

.c-accordion__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-accordion__description,
.c-accordion__label {
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  will-change: opacity, visibility;
}

.c-accordion__label {
  padding: 1.3rem;
  padding-bottom: 1rem;
  color: #fff;
}

.c-accordion__title {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .4rem;
}

.c-accordion__number {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 2rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-accordion__description {
  background-color: #bcaa8a;
  padding: 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.c-accordion__description p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}

.c-picture {
  position: relative;
  display: block;
  max-width: 100%;
  z-index: 0;
}

.c-picture[animate] {
  overflow: hidden;
}

.c-picture[animate]:hover > .c-picture__media {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-picture.c-picture--product {
  margin-top: 100px;
}

.c-picture.c-picture--header {
  margin: 0;
}

.c-picture--infographic {
  text-align: center;
}

.c-picture.c-picture--doubled {
  font-size: 0;
  margin-bottom: 20px;
}

.c-picture.c-picture--doubled > .c-picture {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 10px;
}

.c-picture.c-picture--layered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-picture.c-picture--layered.is-hovered {
  -webkit-animation: fade-in 250ms ease-in both;
          animation: fade-in 250ms ease-in both;
}

.c-picture.c-picture--layered.is-hovered .c-picture__layer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-picture.c-picture--layered.is-hovered .c-picture__layer::before {
  opacity: 1;
  visibility: visible;
}

.c-picture.c-picture--layered.is-hovered .c-icon--plus {
  opacity: 0;
  visibility: hidden;
}

.c-picture.c-picture--layered .c-picture__layer {
  display: none;
}

.c-picture.c-picture--layered .c-icon--plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 1;
  z-index: 2;
  visibility: visible;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  will-change: opacity, visibility;
}

.c-picture__layer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 28px;
  padding-top: 85px;
  z-index: 1;
  color: #fff;
}

.c-picture__layer::before {
  opacity: 0;
  display: block;
  content: '';
  visibility: hidden;
  background-color: rgba(188, 170, 138, 0.89);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  will-change: opacity, visibility;
  z-index: -1;
}

.c-picture__layer,
.c-picture__layer::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-picture__title,
.c-picture__description {
  position: relative;
  z-index: 1;
}

.c-picture__title {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.c-picture__description {
  font-family: "Roboto", sans-serif;
  content: attr("data-title");
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.c-picture__media {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  will-change: transform;
}

.c-picture__figcaption {
  position: absolute;
  display: inline-block;
  bottom: -12px;
  right: 0;
  z-index: 1;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: right;
}

.c-picture__figcaption:empty {
  display: none;
}

.c-picture__desc,
.c-picture__source {
  color: #9a9a9a;
}

.c-picture__source {
  font-size: 1.8rem;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.c-overlay,
.c-modal {
  position: fixed;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
}

.c-overlay.is-active,
.is-active.c-modal {
  opacity: 1;
  visibility: visible;
}

.c-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-socials__item:not(:first-child) {
  margin-left: 45px;
  margin-right: 20px;
}

.loader {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin: 10rem 0;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}

.loader__spin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader__spin::before {
  display: inline-block;
  content: '';
  border: 2px solid #f3f3f3;
  border-top: 2px solid #a8b2b9;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c-person {
  display: block;
}

.c-person .c-picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.c-person .c-picture__media {
  border-radius: 50%;
}

.c-person__content {
  display: block;
  color: #333;
  padding: 46px 2px;
  border-top: 1px solid #bcaa8a;
  border-bottom: 1px solid #bcaa8a;
}

.c-person__name,
.c-person__description {
  color: inherit;
}

.c-person__name {
  font-family: "Playfair Display", serif;
  line-height: 1.5;
  font-weight: 900;
  font-size: 16px;
  text-align: left;
  color: #2e2e2e;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.c-person__description {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  text-align: left;
  color: #9a9a9a;
  padding-right: 19px;
}

button.c-button {
  cursor: pointer;
  border: none;
}

body .cdc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}

body .cdc img[style*="margin-left: -10px;"] {
  margin-left: 0 !important;
  padding: 0 !important;
  position: relative !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  bottom: 0 !important;
  max-height: 100% !important;
  margin-top: 0 !important;
  max-width: 70px;
}

body .cdc .border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0 !important;
  border: none;
  width: 100%;
  height: 100%;
  max-height: 100% !important;
}

body .cdc .border::after,
body .cdc .border::before {
  display: none !important;
}

body .cdc .container-1p {
  padding: 10px !important;
  margin: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

body .cdc .container-1p > a {
  display: none;
}

body .cdc .imagediv img {
  padding: 0 !important;
}

body .cdc .content {
  height: 100%;
}

body .cdc .content a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

body .cdc .description {
  display: none;
}

body .cdc .price {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #bcaa8a;
}

body .cdc .buy {
  position: absolute !important;
  bottom: -20px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  width: 130px !important;
  height: 38px !important;
  font-family: "Playfair Display", serif !important;
  text-transform: uppercase !important;
  line-height: 1.438 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #fff !important;
  letter-spacing: 4px !important;
  background-color: #ff5a00 !important;
  border: none;
}

body .cdc .shop-container {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  bottom: auto;
}

body .cdc .shop-container a {
  width: 100%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .cdc .shop-container a > * {
  position: relative !important;
  right: auto !important;
  left: auto !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin: 0 !important;
}

body .cdc div[id*="dynacrems"] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 20px);
  max-width: 100%;
  min-height: 425px;
  border: 1px solid #bcaa8a;
  background-color: #fff;
  margin: 10px 0;
}

body .cdc div[id*="dynacrems"] > div {
  width: 100%;
}

.m-article {
  color: #333333;
  background-color: #fff;
}

.m-article a {
  color: inherit;
}

.m-article__header ~ .m-article__main:first-of-type .m-article__sidebar {
  padding-bottom: 169px;
}

.m-article__picture {
  width: 1900px;
}

.m-article__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.m-article__sidebar {
  display: none;
  width: 100%;
}

.m-article__sidebar .c-person {
  margin-top: 100px;
}

.m-article__sidebar .c-person .c-picture {
  position: relative;
  bottom: -40px;
  right: 19px;
}

.m-article__sidebar > .m-article__title ~ .m-article__author,
.m-article__sidebar > .m-article__title ~ .c-paragraph--lead {
  margin-top: 32px;
}

.m-article__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 0 9.5px;
}

.m-article__content .visible-mobile {
  text-align: right;
}

.m-article__content .visible-mobile .c-person--smaller-picture {
  margin-top: -40px;
}

.m-article__content .visible-mobile .c-person--smaller-picture .c-picture {
  position: relative;
  bottom: -40px;
}

.m-article__content .visible-mobile .m-article__date {
  display: inline-block;
  padding-top: 5px;
}

.m-article__content .visible-mobile .c-blockquote figcaption {
  text-align: right;
}

.m-article__content .visible-mobile .m-article__socials > .c-socials {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-article__content .m-article__author {
  display: block;
}

.m-article__author {
  position: relative;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: inherit;
  padding: 11px 19px 16px 0;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 7px;
  border-color: #bcaa8a;
  border-style: solid;
}

.m-article__author::before {
  display: block;
  content: attr(data-label);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.917;
  font-size: 12px;
  margin-bottom: 7px;
  color: #9a9a9a;
}

.m-article__date {
  font-family: "Roboto", sans-serif;
  margin-top: 6px;
  line-height: normal;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #9a9a9a;
  padding-right: 19px;
}

.m-article__title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.3;
  font-size: 30px;
  color: inherit;
  margin-bottom: 22px;
}

.m-article__socials .c-socials {
  height: 110px;
}

.m-article__component {
  margin-top: -169px;
  overflow-x: hidden;
  position: relative;
  max-width: 100%;
  width: 1900px;
  z-index: 2;
}

.m-article__main ~ .m-article__component {
  margin-top: 0;
}

.m-article:nth-child(1) .c-article__component ~ .c-article__main .c-article__sidebar:first-child {
  position: relative;
}

.m-article:nth-child(1) .c-article__component ~ .c-article__main .c-article__sidebar:first-child::before {
  position: absolute;
  top: -4px;
  right: -2px;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bcaa8a;
  z-index: 2;
}

.m-article:nth-child(1) .c-article__main:last-of-type .c-article__content {
  padding-top: 10px;
}

.m-article:nth-child(3) .c-article__sidebar .c-person {
  margin-top: 250px;
}

.m-article:nth-child(3) .c-article__sidebar .c-blockquote:not(.c-blockquote--pinned-bottom) {
  margin-top: 150px;
}

.m-article:nth-child(4) .c-article__sidebar .c-person {
  margin-top: 250px;
}

.m-article:nth-child(4) .c-article__sidebar .c-blockquote.c-blockquote--pinned-bottom {
  margin-bottom: 150px;
}

#jak-polaczyc-styl-retro-z-nowoczesnym-podpowiadamy-co-jest-modne-i-warte-inwestycji > div:nth-child(10) > section {
  padding-top: 19.5px;
  margin-top: 0;
}

.m20 {
  margin: 20px 0;
}

.is-hidden {
  display: none;
}

.is-fixed {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}

[animateInViewport] {
  -webkit-transition: all 1.2s ease-in;
  transition: all 1.2s ease-in;
  will-change: opacity;
  opacity: 0;
}

[animateInViewport].slide-top {
  -webkit-animation: slide-top 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms both;
          animation: slide-top 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms both;
  opacity: 1;
}

[animateInViewport].slide-bottom {
  -webkit-animation: slide-bottom 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms both;
          animation: slide-bottom 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms both;
}

@media (min-width: 576px) {
  .swiper-navigation__prev {
    left: -20px;
  }

  .swiper-navigation__next {
    right: -20px;
  }
}

@media (min-width: 768px) {
  .c-masonry__item:nth-of-type(1) {
    width: 18.63613%;
  }

  .c-masonry__item:nth-of-type(2) {
    width: 34.25299%;
  }

  .c-masonry__item:nth-of-type(3) {
    width: 45.70536%;
  }

  .c-masonry__item:nth-of-type(4) {
    width: 41.59292%;
  }

  .c-masonry__item:nth-of-type(5),
  .c-masonry__item:nth-of-type(6) {
    width: 18.58407%;
  }

  .c-masonry__item:nth-of-type(7) {
    width: 19.72931%;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="1"] .c-navigation__item,
  body .c-navigation:not(.is-active) .c-navigation__list[order="2"] .c-navigation__item {
    top: 0%;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="3"] .c-navigation__item,
  body .c-navigation:not(.is-active) .c-navigation__list[order="4"] .c-navigation__item {
    top: -100%;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="5"] .c-navigation__item,
  body .c-navigation:not(.is-active) .c-navigation__list[order="6"] .c-navigation__item {
    top: -200%;
  }

  .c-navigation__item {
    width: calc(50% - 5px);
  }

  .c-comparision__label {
    bottom: -1px;
  }

  .c-picture.c-picture--doubled > .c-picture {
    width: 50%;
  }

  body .cdc {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  body .cdc div[id*="dynacrems"] {
    width: calc(58% - 5px);
    margin: 10px;
  }
}

@media (min-width: 992px) {
  .l-header {
    height: 101px;
  }

  .l-header[style*="sticky"]::before,
  .l-header[style*="sticky"]::after,
  .l-header[style*="fixed"]::before,
  .l-header[style*="fixed"]::after {
    height: 100px;
  }

  body.is-active {
    padding-top: 100px;
  }

  .c-brand,
  .c-partner {
    height: 100px;
  }

  .c-masonry__next .arrow,
  .c-masonry__prev .arrow,
  .swiper-navigation__next .arrow,
  .swiper-navigation__prev .arrow {
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
  }

  .c-masonry__next .arrow::after,
  .c-masonry__prev .arrow::after,
  .swiper-navigation__next .arrow::after,
  .swiper-navigation__prev .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
  }

  .c-masonry__next .arrow.is-triangle::after,
  .c-masonry__prev .arrow.is-triangle::after,
  .swiper-navigation__next .arrow.is-triangle::after,
  .swiper-navigation__prev .arrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 12px 12px;
    height: 0;
    width: 0;
  }

  .c-masonry__next .arrow.is-check::after,
  .c-masonry__prev .arrow.is-check::after,
  .swiper-navigation__next .arrow.is-check::after,
  .swiper-navigation__prev .arrow.is-check::after {
    width: 6px;
  }

  .c-masonry__next .arrow.arrow-bar::before,
  .c-masonry__prev .arrow.arrow-bar::before,
  .swiper-navigation__next .arrow.arrow-bar::before,
  .swiper-navigation__prev .arrow.arrow-bar::before {
    bottom: 1px;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    width: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .c-masonry__next .arrow.is-top,
  .c-masonry__prev .arrow.is-top,
  .swiper-navigation__next .arrow.is-top,
  .swiper-navigation__prev .arrow.is-top {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }

  .c-masonry__next .arrow.is-right,
  .c-masonry__prev .arrow.is-right,
  .swiper-navigation__next .arrow.is-right,
  .swiper-navigation__prev .arrow.is-right {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }

  .c-masonry__next .arrow.is-bottom,
  .c-masonry__prev .arrow.is-bottom,
  .swiper-navigation__next .arrow.is-bottom,
  .swiper-navigation__prev .arrow.is-bottom {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .c-masonry__next .arrow.is-left,
  .c-masonry__prev .arrow.is-left,
  .swiper-navigation__next .arrow.is-left,
  .swiper-navigation__prev .arrow.is-left {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  .c-navigation__item {
    border-bottom: 6px solid transparent;
  }

  .c-navigation__item.is-active,
  .c-navigation__item:hover {
    border-bottom: 6px solid transparent;
  }

  .c-navigation__description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 6.72rem;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .c-navigation:not(.is-active),
  .c-navigation__button,
  .c-navigation__list,
  .c-navigation__item {
    height: 100px;
  }

  .c-blockquote.c-blockquote--picturized blockquote {
    font-size: 16px;
    font-weight: 700;
  }

  .c-blockquote.c-blockquote--picturized figcaption {
    text-align: right;
    font-size: 12px;
    margin-bottom: 7px;
    padding-right: 39px;
  }

  .c-blockquote.c-blockquote--simple blockquote {
    font-size: 24px;
    font-weight: bold;
    padding-right: 39px;
  }

  .c-blockquote.c-blockquote--simple figcaption {
    text-align: right;
    font-size: 12px;
    margin-bottom: 7px;
    padding-right: 39px;
  }

  .c-blockquote.c-blockquote--pinned-bottom {
    margin-top: auto;
    margin-bottom: 39px;
  }

  .c-paragraph:not(.c-paragraph--lead),
  .m-article__content > p:not(.c-paragraph--lead) {
    font-size: 18px;
  }

  .c-paragraph.c-paragraph--lead,
  .m-article__content > p.c-paragraph--lead {
    line-height: 1.7;
    font-size: 18px;
  }

  .c-paragraph.c-paragraph--lead::first-letter,
  .m-article__content > p.c-paragraph--lead::first-letter {
    padding-top: 4px;
    font-size: 106px;
    margin: 10px;
    margin-left: -2px;
    margin-right: 20px;
  }

  .c-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-accordion__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 700px;
    -webkit-transition: flex-grow 500ms ease-in-out, -webkit-box-flex 500ms ease-in-out;
    transition: flex-grow 500ms ease-in-out, -webkit-box-flex 500ms ease-in-out;
    transition: flex-grow 500ms ease-in-out;
    transition: flex-grow 500ms ease-in-out, -webkit-box-flex 500ms ease-in-out, -ms-flex-positive 500ms ease-in-out;
  }

  .c-accordion__item.is-active {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 auto;
            flex: 3 1 auto;
  }

  .c-accordion__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2.3rem 1.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    width: 60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .c-accordion__title {
    width: 100%;
    font-size: 1.6rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

@supports ((-webkit-writing-mode: vertical-rl) or (writing-mode: vertical-rl)) {
    .c-accordion__title {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
    }
}

  .c-accordion__number {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }

  .c-accordion__description {
    max-width: calc(100% - 60px);
    padding: 20px;
    width: 580px;
    left: 60px;
  }

  .c-socials__item:not(:first-child) {
    margin-left: 45px;
    margin-right: 45px;
  }

  .c-person__description {
    padding-right: 39px;
  }

  .m-article__header ~ .m-article__main:first-of-type .m-article__content {
    margin-top: -169px;
    height: calc(100% + 169px);
  }

  .m-article__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .m-article__sidebar .c-person .c-picture {
    right: 39px;
  }

  .m-article__sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 440px;
    border-right: 1px solid #c5bdae;
  }

  .m-article__sidebar > .m-article__title ~ .m-article__author,
  .m-article__sidebar > .m-article__title ~ .c-paragraph--lead {
    margin-top: 46px;
  }

  .m-article__content .m-article__author {
    display: none;
  }

  .m-article__content {
    width: calc(100% - 350px);
  }

  .m-article__author {
    padding: 21px 39px 26px 0;
  }

  .m-article__date {
    font-size: 12px;
    padding-right: 39px;
    text-align: right;
  }

  .m-article__title {
    line-height: 1.3;
    font-size: 40px;
  }

  .m-article__socials .c-socials {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .m-article:nth-child(1) .c-article__main:last-of-type .c-article__content {
    padding-top: 17px;
  }

  .m-article:nth-child(1) .c-article__component {
    margin-bottom: 40px;
  }

  .m-article:nth-child(2) .c-article__main .c-blockquote {
    margin-bottom: 150px;
  }

  .visible-mobile {
    display: none;
  }

  #jak-polaczyc-styl-retro-z-nowoczesnym-podpowiadamy-co-jest-modne-i-warte-inwestycji > div:nth-child(10) > section {
    padding-top: 9.5px;
  }
}

@media (min-width: 1200px) {
  body .c-navigation:not(.is-active) .c-navigation__list[order="1"] .c-navigation__item,
  body .c-navigation:not(.is-active) .c-navigation__list[order="2"] .c-navigation__item,
  body .c-navigation:not(.is-active) .c-navigation__list[order="3"] .c-navigation__item {
    top: 0%;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="4"] .c-navigation__item,
  body .c-navigation:not(.is-active) .c-navigation__list[order="5"] .c-navigation__item,
  body .c-navigation:not(.is-active) .c-navigation__list[order="6"] .c-navigation__item {
    top: -100%;
  }

  .c-navigation__item {
    width: 33.33%;
    width: calc(100% / 3);
  }

  .c-navigation__anchor:before {
    font-size: 5rem;
  }

  .c-partner__label ~ .c-partner__image {
    margin-top: .9rem;
  }

  .c-copyright__paragraph {
    width: 715px;
    max-width: 100%;
  }

  .c-accordion__description {
    width: 640px;
  }

  .m-article__main ~ .m-article__main .m-article__content {
    margin-top: -39px;
    padding-top: 0;
  }

  .m-article__content {
    position: relative;
    z-index: 1;
  }

  .m-article__content::after {
    position: absolute;
    display: block;
    right: -50vw;
    content: '';
    top: 0;
    width: 50vw;
    height: 179px;
    background-color: #fff;
    z-index: -1;
  }

  .m-article__content {
    width: calc(100% - 450px);
    padding: 39px;
  }

  .m-article__component ~ .m-article__main .m-article__content {
    margin-top: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 1900px) {
  .swiper-container {
    padding: 6% 0 6% 0;
  }

  .swiper-slide:not(.swiper-slide-active) .swiper-slide__picture {
    max-height: 400px;
  }

  .swiper-slide.swiper-slide-active {
    min-height: 400px;
    z-index: 2;
  }

  .swiper-slide.swiper-slide-active .swiper-slide__inner {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transform: translateY(-7.5%) translateZ(100px) scale(1.25);
            transform: translateY(-7.5%) translateZ(100px) scale(1.25);
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }

  .swiper-slide__picture {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    z-index: 1;
  }

  .swiper-navigation__prev {
    left: -70px;
  }

  .swiper-navigation__next {
    right: -70px;
  }

  .c-masonry__item:nth-of-type(1) {
    max-width: 358px;
  }

  .c-masonry__item:nth-of-type(2) {
    max-width: 658px;
  }

  .c-masonry__item:nth-of-type(3) {
    max-width: 878px;
  }

  .c-masonry__item:nth-of-type(4) {
    max-width: 799px;
  }

  .c-masonry__item:nth-of-type(5),
  .c-masonry__item:nth-of-type(6) {
    max-width: 357px;
  }

  .c-masonry__item:nth-of-type(7) {
    max-width: 379px;
  }

  .m-article:nth-child(2) .c-article__main:last-of-type .c-article__content {
    margin-top: -75px;
  }
}

@media screen and (max-width: 1899px) {
  .swiper-slide__content {
    opacity: 1;
  }
}

@media screen and (max-width: 1440px) {
  .swiper-slide:not(.swiper-slide-active) {
    opacity: .5;
  }
}

@media screen and (max-width: 1199px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }

  body > div {
    padding: 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .c-picture.c-picture--layered .c-picture__media {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .c-accordion__item {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
    height: 120px;
  }

  .c-accordion__item:not(.is-active) .c-accordion__number {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .c-accordion__item.is-active {
    height: 460px;
  }

  .c-accordion__label {
    min-height: 60px;
  }

  .c-accordion__number,
  .c-accordion__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-self: flex-start;
    margin: 0 5px;
  }

  .c-accordion__description {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-masonry__item {
    width: 99%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  body .c-navigation:not(.is-active) .c-navigation__list {
    display: none;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="1"] .c-navigation__item {
    top: 0%;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="2"] .c-navigation__item {
    top: -100%;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="3"] .c-navigation__item {
    top: -200%;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="4"] .c-navigation__item {
    top: -300%;
  }

  body .c-navigation:not(.is-active) .c-navigation__list[order="5"] .c-navigation__item {
    top: -400%;
  }

  body .c-navigation.is-active .c-navigation__list {
    position: fixed;
    top: 68px;
    width: 90%;
    max-height: 400px;
    left: 0;
    right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-masonry__navigation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .c-masonry__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .c-masonry__picture {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .c-comparision {
    padding: 40px 0;
  }

  .c-comparision__label--oryginal {
    top: 10px;
  }

  .c-comparision__label--modified {
    bottom: 10px;
  }

  .c-picture--infographic {
    margin: 0 auto;
    content: url("//allegro.wpcdn.pl/images/article-infographic-mobile.jpg");
  }
}