@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,800&subset=latin-ext");

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,800&subset=latin-ext");

@-webkit-keyframes scale-premiere {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes scale-premiere {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes descriptionFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes descriptionFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.c-navigation__list::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.c-hotspots,
.c-article > .c-article__main:nth-child(2) {
  max-width: 100%;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.c-component-slot.max-content-width .c-component-slot__inner,
.c-article__content,
.c-player {
  max-width: 100%;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.c-navigation__button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

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

.g-gall212,
.g-gall22 {
  position: relative;
}

.g-gall212__inner,
.g-gall22__inner {
  position: relative;
  z-index: 0;
  max-width: 100%;
  grid-gap: 10px;
  display: grid;
  width: 100%;
}

.g-gall212__item,
.g-gall22__item {
  position: relative;
  display: block;
  z-index: 0;
}

.g-gall212__item::before,
.g-gall22__item::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  z-index: 4;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.m20 {
  margin: 20px 0;
}

.is-hidden {
  display: none;
}

.is-fixed {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}

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

.dual-column {
  padding: 0 10px;
}

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

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 1;
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    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);
  }
}

html,
body {
  font-size: 10px;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  background-color: #fff;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: padding 300ms cubic-bezier(0, 0.64, 0.99, 0.23);
  transition: padding 300ms cubic-bezier(0, 0.64, 0.99, 0.23);
}

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

.l-wrapper {
  width: 1900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

body.is-sticky {
  padding-top: 834px;
}

.l-header,
.l-header.is-active,
.l-header.is-sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

.l-header {
  background-color: #000;
  width: 100%;
}

.l-header.is-active .c-navigation__list {
  overflow-y: scroll;
  max-height: 400px;
  display: block;
}

.l-header.is-sticky .l-header__inner:first-child {
  display: none;
}

.l-header:not(.is-sticky) .l-header__inner:first-child {
  padding: 10px;
}

.l-header__inner {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.l-header__inner.is-hidden {
  display: none !important;
}

.l-header__inner:first-child {
  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;
  height: 110px;
  padding: 0 10px;
  will-change: opacity, visibility;
  visibility: visible;
  opacity: 1;
}

.l-header__inner:last-child {
  will-change: height;
}

.l-footer {
  background-color: #000;
  margin-right: -10px;
  margin-left: -10px;
  color: #fff;
}

.l-footer .c-copyright {
  max-width: 1020px;
  margin: 0 auto;
  color: #fff;
}

.l-footer__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1900px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@font-face {
  font-family: "icomoon";
  src: url("https://trendbook-bosch.wpcdn.pl/fonts/icomoon/icomoon.eot?limqn4");
  src: url("https://trendbook-bosch.wpcdn.pl/fonts/icomoon/icomoon.eot?limqn4#iefix") format("embedded-opentype"), url("https://trendbook-bosch.wpcdn.pl/fonts/icomoon/icomoon.ttf?limqn4") format("truetype"), url("https://trendbook-bosch.wpcdn.pl/fonts/icomoon/icomoon.woff?limqn4") format("woff"), url("https://trendbook-bosch.wpcdn.pl/fonts/icomoon/icomoon.svg?limqn4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.c-icomoon {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icomoon--facebook:before {
  content: "";
}

.c-icomoon--twitter:before {
  content: "";
}

.c-icomoon-yt:before {
  content: "";
}

.c-icomoon-instagram:before {
  content: "🌪";
}

.c-icon--plus,
.c-icon--close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  z-index: 0;
  width: 20px;
  height: 20px;
}

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

.c-icon--arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  width: 8px;
  height: 8px;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-radius: 0 2px 0 0;
}

.c-icon--arrow:before,
.c-icon--arrow:after {
  border-radius: 2px;
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-icon--arrow:before {
  right: 0;
  top: -1px;
  width: 10px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-box-shadow: inset 0 0 0 12px;
          box-shadow: inset 0 0 0 12px;
}

.c-icon--arrow[class*="-left"] {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-icon--arrow[class*="-left"][class*="-up"] {
  -webkit-transform: none;
          transform: none;
}

.c-icon--arrow[class*="-left"][class*="-down"] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-icon--arrow[class*="-right"] {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.c-icon--arrow[class*="-right"][class*="-up"] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-icon--arrow[class*="-right"][class*="-down"] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-icon--arrow[class*="-up"] {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-icon--arrow[class*="-down"] {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.c-icon-hamburger,
.c-icon-hamburger::before,
.c-icon-hamburger::after {
  cursor: pointer;
  background: white;
  position: absolute;
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 32px;
  height: 1px;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-icon-hamburger::before {
  top: -4px;
}

.c-icon-hamburger::after {
  bottom: -4px;
}

.c-icon-close {
  position: absolute;
  top: 12px;
}

.c-socials {
  margin: 40px auto;
}

.c-socials__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 20px;
  height: 20px;
  margin: 0 22px;
}

.c-socials__icon {
  -webkit-transition: border 250ms ease-in-out;
  transition: border 250ms ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.c-socials__icon:hover {
  color: #999999;
}

.c-product {
  margin: 20px 10px;
  background-image: url("//adidas.wpcdn.pl/images/fancy-bg.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #010101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  margin: 35px auto;
}

.c-product__content,
.c-product__picture {
  width: 100%;
}

.c-product__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product__title {
  font-family: "Lato", sans-serif;
  line-height: 0.833;
  font-weight: 600;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 30px;
}

.c-product__description {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}

.c-product__description strong {
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
  font-size: 2rem;
  display: block;
}

.c-brand {
  margin: 10px;
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.c-brand__label {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 25px;
}

.c-brand__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-paragraph,
p {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 30px;
  color: #333;
}

.c-paragraph.c-paragraph--lead,
p.c-paragraph--lead {
  font-weight: bold;
}

.c-paragraph.c-paragraph--first-letter::first-letter,
p.c-paragraph--first-letter::first-letter {
  margin-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 6.4rem;
  float: left;
  height: 100%;
  margin-top: 5px;
  line-height: .8;
  font-weight: bold;
}

.c-blockquote {
  font-family: "Lato", sans-serif;
  color: #333;
  text-align: center;
  line-height: 1.2;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 40px;
}

.c-blockquote blockquote {
  font-size: 2.8rem;
  color: inherit;
  margin: 20px 0;
  line-height: 1.5;
}

.c-blockquote figcaption {
  font-size: 1.6rem;
  color: inherit;
}

.c-blockquote figcaption strong {
  text-transform: uppercase;
  line-height: 1.875;
  display: block;
}

.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--header {
  margin: 0;
}

.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(243, 243, 243, 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-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.c-picture__description {
  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-copyright {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  text-align: center;
}

.c-copyright__paragraph {
  display: inline-block;
  padding: 30px 0;
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: inherit;
}

.c-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.c-top-title {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.947;
  letter-spacing: 0.6rem;
  text-align: center;
  color: #fff;
  text-indent: -9999px;
  width: 479px;
  background: url(https://adidas.wpcdn.pl/images/static/ultraboost_19_nazwowo.png) center center no-repeat;
  background-size: 100% auto;
}

.c-accordion {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 60px;
  width: 1180px;
  overflow: hidden;
  max-width: 100%;
  font-size: 0;
}

.c-accordion .c-accordion__item {
  border-left: 1px solid #fff;
  position: relative;
}

.c-accordion .c-accordion__item:not(.is-active):after {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.c-accordion .c-accordion__item:not(.is-active) .c-accordion__description {
  visibility: hidden;
  opacity: 0;
}

.c-accordion .c-accordion__item:not(.is-active) .c-accordion__label {
  z-index: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.c-accordion .c-accordion__item.is-active .c-accordion__description {
  display: block;
}

.c-accordion .c-accordion__item.is-active .c-accordion__title {
  display: none;
}

.c-accordion .c-accordion__item.is-active .c-accordion__number {
  color: #fff;
}

.c-accordion .c-accordion__item.is-active .c-accordion__label {
  opacity: 0;
}

.c-accordion .c-accordion__label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  z-index: 0;
  opacity: 0;
}

.c-accordion .c-accordion__title {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
}

.c-accordion .c-accordion__number {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: normal;
  font-size: 4rem;
}

.c-accordion .c-accordion__description {
  background-image: url("//adidas.wpcdn.pl/images/bg-accordion-description.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #010101;
  padding: 10px;
  position: absolute;
  max-width: 100%;
  display: none;
  bottom: 0;
  right: 0;
  -webkit-animation: descriptionFade 750ms;
          animation: descriptionFade 750ms;
}

.c-accordion .c-accordion__description p {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: normal;
  color: #fff;
}

.c-accordion .c-accordion__description p:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.c-accordion__item {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.c-accordion__item:not(.is-active) .c-accordion__description {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.c-accordion__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-accordion__description,
.c-accordion__label {
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  will-change: opacity, visibility;
}

.c-component-slot {
  padding: 4rem 0;
}

.c-component-slot__inner {
  padding: 0 10px;
  max-width: 100%;
  width: 1180px;
  margin: 0 auto;
}

.c-gallery-item {
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  height: 100%;
  width: 100%;
}

.c-gallery-item__inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.c-gallery-item__picture {
  height: 100%;
  width: 100%;
}

.c-gallery-item__picture img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}

.c-gallery-item__layer {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: rgba(243, 243, 243, 0.98);
  will-change: opacity, visibility;
  margin: 10px;
  padding: 20px;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.c-gallery-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.c-gallery-item__title,
.c-gallery-item__description {
  margin: 0;
}

.c-gallery-item__title {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.c-gallery-item__description {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.c-gallery-item__icon {
  will-change: opacity, visibility;
  visibility: visible;
  position: absolute;
  z-index: 2;
  opacity: 1;
  bottom: 0;
  right: 0;
}

.c-gallery-item__icon i {
  position: relative;
  z-index: 3;
  top: -10px;
  left: -10px;
}

.c-gallery-item__icon::after {
  content: '';
  display: block;
  width: 80px;
  position: absolute;
  height: 80px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #000000;
  bottom: -47px;
  right: -47px;
  z-index: 1;
}

.c-gallery-item__icon::before {
  content: '';
  display: block;
  width: 80px;
  position: absolute;
  height: 80px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 0.6);
  bottom: -42px;
  right: -42px;
  z-index: 0;
}

.c-gallery-modal {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 2;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "Lato", sans-serif;
}

.c-gallery-modal.is-active {
  display: block;
}

.c-gallery-modal__close {
  background-color: #000;
  border: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  top: 1.9rem;
  right: 1.4rem;
  cursor: pointer;
  z-index: 4;
}

.c-gallery-modal__inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffffee;
  width: calc(100% - 3rem);
  height: calc(100% - 4rem);
  -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;
  left: 50%;
  top: 50%;
}

.c-gallery-modal__divider {
  background-color: transparent;
  border: none;
  height: 1.2rem;
}

.c-gallery-modal__description,
.c-gallery-modal__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin: 0;
}

.c-gallery-modal__description:empty,
.c-gallery-modal__title:empty {
  display: none;
}

.c-gallery-modal__picture {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.c-gallery-modal__description,
.c-gallery-modal__title {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0 1.2rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  width: 100%;
}

.c-gallery-modal__title {
  font-size: 1.6rem;
  font-weight: 700;
}

.c-gallery-modal__description {
  font-size: 1.4rem;
  font-weight: 400;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }

  30% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }

  40% {
    -webkit-transform: rotate(45deg) scale(1.03);
            transform: rotate(45deg) scale(1.03);
  }

  50% {
    -webkit-transform: rotate(45deg) scale(1.15);
            transform: rotate(45deg) scale(1.15);
  }

  60% {
    -webkit-transform: rotate(45deg) scale(1.03);
            transform: rotate(45deg) scale(1.03);
  }

  100% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }

  30% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }

  40% {
    -webkit-transform: rotate(45deg) scale(1.03);
            transform: rotate(45deg) scale(1.03);
  }

  50% {
    -webkit-transform: rotate(45deg) scale(1.15);
            transform: rotate(45deg) scale(1.15);
  }

  60% {
    -webkit-transform: rotate(45deg) scale(1.03);
            transform: rotate(45deg) scale(1.03);
  }

  100% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
  }

  30% {
    -webkit-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
  }

  40% {
    -webkit-transform: rotate(45deg) scale(0.8);
            transform: rotate(45deg) scale(0.8);
  }

  50% {
    -webkit-transform: rotate(45deg) scale(0.8);
            transform: rotate(45deg) scale(0.8);
  }

  60% {
    -webkit-transform: rotate(45deg) scale(0.72);
            transform: rotate(45deg) scale(0.72);
  }

  100% {
    -webkit-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
  }

  30% {
    -webkit-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
  }

  40% {
    -webkit-transform: rotate(45deg) scale(0.8);
            transform: rotate(45deg) scale(0.8);
  }

  50% {
    -webkit-transform: rotate(45deg) scale(0.8);
            transform: rotate(45deg) scale(0.8);
  }

  60% {
    -webkit-transform: rotate(45deg) scale(0.72);
            transform: rotate(45deg) scale(0.72);
  }

  100% {
    -webkit-transform: rotate(45deg) scale(0.7);
            transform: rotate(45deg) scale(0.7);
  }
}

.c-hotspots {
  position: relative;
  z-index: 2;
}

.c-hotspots__items {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-hotspots__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-hotspot {
  position: absolute;
  z-index: 0;
}

.c-hotspot .c-icon {
  padding: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #000;
  pointer-events: none;
}

.c-hotspot__close {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.c-hotspot__trigger {
  border: 6px solid rgba(255, 255, 255, 0.3);
  outline: 2px solid #fff;
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -20px;
  margin-top: -20px;
  z-index: 1;
  position: relative;
  cursor: pointer;
  -webkit-animation: pulse 2000ms infinite linear;
          animation: pulse 2000ms infinite linear;
}

.c-hotspot__trigger .c-icon--plus:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hotspot__trigger .c-icon--plus:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

:root {
  --s: 20ms;
}

.c-hotspot:nth-of-type(2n) .c-hotspot__trigger {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.c-hotspot:nth-of-type(3n) .c-hotspot__trigger {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.c-hotspot:nth-of-type(5n) .c-hotspot__trigger {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.c-hotspot__content {
  border: 15px solid rgba(255, 255, 255, 0.5);
  position: relative;
  width: 100%;
  -webkit-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
  margin-top: -19px;
  z-index: 0;
}

.c-hotspot__title {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  color: #333;
  font-size: 1.6rem;
}

.c-hotspot__description {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  line-height: 22px;
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
}

.c-hotspot__layer {
  position: relative;
  z-index: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  max-height: 0;
}

.c-hotspot__content {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  opacity: 0;
  padding: 2px;
  padding-bottom: 8px;
  max-width: 280px;
}

.c-hotspot__descrition {
  font-size: 1.6rem;
  line-height: 1.3;
}

.is-active.c-hotspot {
  z-index: 1;
}

.is-active .c-hotspot__layer {
  display: block;
  opacity: 1;
  max-height: 400px;
}

.is-active .c-hotspot__content {
  height: auto;
  max-height: 300px;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
  opacity: 1;
}

.is-active .c-icon {
  background-color: #7b7b7b;
}

.is-active .c-hotspot__trigger {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  border: 6px solid white;
}

.c-navigation {
  background-color: #fff;
  background-color: #eeeff0;
  white-space: nowrap;
  position: relative;
  display: block;
  height: 80px;
}

.c-navigation__list {
  position: relative;
  display: inline;
  -webkit-transition: left 100ms linear;
  transition: left 100ms linear;
  font-size: 0;
}

.c-navigation-item {
  display: inline-block;
  color: #000;
  white-space: normal;
  position: relative;
}

.c-navigation-item:not(.is-disabled):hover .c-navigation-item__anchor,
.c-navigation-item:not(.is-disabled).is-active .c-navigation-item__anchor {
  background-color: #000000;
  color: #fff;
}

.c-navigation-item.is-disabled .c-navigation-item__anchor {
  opacity: 0.2;
  pointer-events: none;
}

.c-navigation-item__anchor {
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  display: block;
  width: 100%;
}

.c-navigation-item__number {
  display: inline-block;
  text-align: center;
  width: 80px;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  line-height: 36px;
  vertical-align: middle;
}

.c-navigation-item__image {
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
}

.c-navigation-item__text {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  width: 300px;
  vertical-align: middle;
  padding: 0 20px;
}

.c-navigation__buttons {
  position: absolute;
  right: 0;
  top: 0;
}

.c-navigation__button {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
}

.c-navigation__button[class*='--arrow'] {
  background-color: #999999;
}

.c-navigation__button .c-icon--arrow {
  position: absolute;
  top: 16px;
}

.c-navigation__button .c-icon--arrow[class*='left'] {
  left: 17px;
}

.c-navigation__button .c-icon--arrow[class*='right'] {
  left: 15px;
}

.c-navigation__button[class*='arrow']:last-child {
  margin-top: 1px;
}

.c-navigation__button--toggle {
  position: relative;
  background-color: transparent;
  top: -75px;
  right: 10px;
  display: none;
}

.c-navigation__button--toggle span {
  font-family: "Lato", sans-serif;
  position: absolute;
  left: -55px;
  top: 9px;
  font-size: 1.8rem;
  color: #fff;
}

.c-navigation__button:not([class*='--toggle']):hover {
  background-color: #000000;
}

.c-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
  cursor: pointer;
}

.c-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-navigation__list::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.c-hotspots,
.c-article > .c-article__main:nth-child(2) {
  max-width: 100%;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.c-component-slot.max-content-width .c-component-slot__inner,
.c-article__content,
.c-player {
  max-width: 100%;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.c-navigation__button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.cdc--products {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-component-slot__title {
  font-family: "Lato", sans-serif;
  color: #333;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3%;
}

:root {
  --gutter: 20px;
}

.cdc--products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Lato", sans-serif;
}

.cdc--product {
  border: 5px solid #000;
  width: calc(100% / 2 - var(--gutter));
  padding: var(--gutter);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 74px;
  margin-bottom: 3%;
  font-family: "Lato", sans-serif;
  background-color: #ecedef;
}

.cdc--photo-wrapper {
  text-align: center;
  position: relative;
  padding-top: 60%;
  /* proporcje zdjęcia: 300x180 */
  overflow: hidden;
}

.cdc--photo {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0px auto;
  overflow: hidden;
}

.cdc--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cdc--title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.4;
  color: #000;
  margin: 4%;
  width: 100%;
  text-transform: uppercase;
}

.cdc--title a {
  color: #333;
}

.cdc--price {
  width: 100%;
  font-weight: 700;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  font-family: "Lato", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 2.6rem;
  margin-bottom: 10px;
  right: 0;
  top: -30px;
  z-index: 3;
  text-align: right;
}

.cdc--old-price {
  text-decoration: line-through;
}

.cdc--current-price {
  color: #000;
  text-decoration: none;
  margin-left: 20px;
}

.cdc--external {
  display: block;
  width: 90%;
  margin: 0px auto;
  padding-top: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  color: #333;
  border-top: 1px solid #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06rem;
}

.cdc--external span:after {
  content: ':';
}

.cdc--external-img {
  width: 30%;
  display: inline-block;
  vertical-align: text-top;
  content: url(https://adidas.wpcdn.pl/images/cdc-logo.png);
  margin-left: 8%;
}

.cdc--button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 1.4rem;
  font-family: inherit;
  text-transform: uppercase;
  padding: 4px 5px;
  width: 180px;
  background-color: #000;
  display: block;
  -webkit-transition: all 220ms ease;
  transition: all 220ms ease;
}

.cdc--button:hover {
  background-color: #999;
}

.cdc--button span {
  text-align: center;
  display: block;
}

.cdc--button span:after {
  display: block;
  content: 'zobacz więcej';
  display: inline-block;
  padding: 10px;
}

.cdc--sold-out {
  position: absolute;
  background-color: #333;
  display: block;
  content: '';
  overflow: hidden;
  -webkit-filter: contrast(0.3) brightness(1.6);
          filter: contrast(0.3) brightness(1.6);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
}

.cdc--sold-out a {
  display: block;
  height: 100%;
}

.cdc--sold-out:before {
  display: block;
  content: 'brak towaru';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 49%;
  text-align: center;
  font-size: 200%;
  color: #fff;
  z-index: 2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-article {
  height: calc(100% + 254px);
  background-color: #fff;
  position: relative;
  width: 100%;
}

.c-article__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 20px;
  z-index: 2;
}

.c-article__content .c-paragraph ~ .c-paragraph,
.c-article__content p ~ .c-paragraph,
.c-article__content .c-paragraph ~ p,
.c-article__content p ~ p,
.c-article__content p ~ p {
  margin-top: 20px;
}

.c-article__author {
  font-family: "Lato", sans-serif;
  line-height: normal;
  font-weight: 600;
  font-size: 1.5rem;
  color: #333;
  margin: 2.6rem auto 4rem;
  text-align: center;
}

.c-article__author > span {
  font-weight: 300;
  margin: 0 10px;
  text-transform: uppercase;
}

.c-article__date {
  display: inline-block;
  font-family: "Lato", sans-serif;
  line-height: normal;
  font-weight: 300;
  font-size: 1.5rem;
  color: #333;
}

.c-article__date::before {
  position: relative;
  top: 2px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #cccdcd;
  margin: 0 10px;
}

.c-article__subtitle,
.c-article__title {
  margin: 20px auto;
  font-family: "Lato", sans-serif;
  text-align: left;
  max-width: 100%;
  font-size: 3.8rem;
  line-height: 1.3;
  color: #000;
  font-weight: 900;
  position: relative;
  text-align: center;
  color: #343434;
  padding: 0 3%;
}

.c-article__title {
  font-size: 3.8rem;
  line-height: 1.2;
  margin-top: 4%;
  margin-bottom: 0;
}

.c-article__subtitle {
  font-size: 2.1rem;
  line-height: 30px;
  text-transform: uppercase;
}

.c-article__socials {
  text-align: center;
}

.c-article__divider {
  position: relative;
  height: 10px;
  padding-bottom: 30px;
  margin: 20px 0;
}

.c-article__divider__img {
  width: 6px;
  content: '';
  height: 7px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 13px;
  left: calc(50% - 21px);
}

.c-article__divider__img:before {
  width: 6px;
  content: '';
  height: 7px;
  background-color: #000;
  display: block;
  top: 0px;
  position: absolute;
  margin: 0 0 0 21px;
  opacity: 1;
}

.c-article__divider__img:after {
  width: 6px;
  content: '';
  height: 7px;
  background-color: #000;
  display: block;
  top: 0px;
  position: absolute;
  margin: 0 0 0 42px;
  opacity: 1;
}

.g-gall212__inner {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 2fr 1fr;
  grid-template-areas: "tl tr" "c c" "bl br";
}

.g-gall212__item-tl {
  grid-area: tl;
}

.g-gall212__item-tr {
  grid-area: tr;
}

.g-gall212__item-c {
  grid-area: c;
}

.g-gall212__item-br {
  grid-area: br;
}

.g-gall212__item-bl {
  grid-area: bl;
}

.g-gall212__item-tl .c-gallery-item__content,
.g-gall212__item-bl .c-gallery-item__content,
.g-gall212__item-tr .c-gallery-item__content,
.g-gall212__item-br .c-gallery-item__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-gall212__item-c .c-gallery-item__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.g-gall22__inner {
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "tl" "tr" "bl" "br";
}

.g-gall22__item-tl {
  grid-area: tl;
}

.g-gall22__item-bl {
  grid-area: bl;
}

.g-gall22__item-tr {
  grid-area: tr;
}

.g-gall22__item-br {
  grid-area: br;
}

.g-gall22__item-tl .c-gallery-item__content,
.g-gall22__item-bl .c-gallery-item__content,
.g-gall22__item-tr .c-gallery-item__content,
.g-gall22__item-br .c-gallery-item__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .c-picture.c-picture--doubled > .c-picture {
    width: 50%;
  }

  .g-gall212__inner {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "tl c tr" "bl c br";
  }

  .g-gall22__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "tl tr" "bl br";
  }
}

@media (min-width: 992px) {
  .g-gall212__inner,
  .g-gall22__inner {
    grid-gap: 20px;
  }

  .dual-column {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -webkit-columns: 2;
            columns: 2;
  }

  .c-product__inner {
    vertical-align: top;
    -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;
  }

  .c-product__content,
  .c-product__picture {
    width: 50%;
  }

  .c-blockquote {
    margin-bottom: 80px;
  }

  .c-blockquote blockquote {
    margin: 40px 0;
    font-size: 3rem;
  }

  .c-overlay {
    position: fixed;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
  }

  .c-top-title {
    font-size: 5rem;
  }

  .c-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-accordion .c-accordion__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 700px;
    -webkit-transition: flex-grow 150ms ease-in-out, -webkit-box-flex 150ms ease-in-out;
    transition: flex-grow 150ms ease-in-out, -webkit-box-flex 150ms ease-in-out;
    transition: flex-grow 150ms ease-in-out;
    transition: flex-grow 150ms ease-in-out, -webkit-box-flex 150ms ease-in-out, -ms-flex-positive 150ms ease-in-out;
  }

  .c-accordion .c-accordion__item.is-active {
    -webkit-box-flex: 6;
        -ms-flex: 6 1 auto;
            flex: 6 1 auto;
  }

  .c-accordion .c-accordion__label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .c-accordion .c-accordion__title {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    font-size: 2.4rem;
  }

@supports ((-webkit-writing-mode: vertical-rl) or (writing-mode: vertical-rl)) {
    .c-accordion .c-accordion__title {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
    }
}

  .c-accordion .c-accordion__number {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 22px;
  }

  .c-accordion .c-accordion__description {
    padding: 20px;
    width: 480px;
  }

  .c-component-slot__inner {
    padding: 0 30px;
  }

  .c-gallery-item.is-active .c-gallery-item__layer,
  .c-gallery-item:hover .c-gallery-item__layer {
    visibility: visible;
    opacity: 1;
  }

  .c-gallery-item.is-active .c-gallery-item__icon,
  .c-gallery-item:hover .c-gallery-item__icon {
    visibility: hidden;
    opacity: 0;
  }

  .c-gallery-modal {
    display: none !important;
  }

  .c-hotspot__close {
    display: none;
  }

  .c-hotspot__content {
    background-color: #fff;
    max-height: 365px;
    max-width: 365px;
  }

  .c-article__subtitle,
  .c-article__title {
    text-align: center;
  }

  .c-article__title {
    max-width: 85%;
  }

  .c-article__subtitle {
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .c-copyright__paragraph {
    width: 715px;
    max-width: 100%;
  }

  .c-accordion .c-accordion__description {
    width: 540px;
  }

  .c-article > .c-article__main:nth-child(2) {
    position: relative;
    height: calc(100% + 254px);
    margin-top: -254px;
  }

  .c-article__header + .c-article__main .c-article__content::before {
    background-color: #fff;
    height: 234px;
    position: absolute;
    display: block;
    width: 100%;
    content: '';
    z-index: -1;
  }
}

@media screen and (min-width: 1900px) {
  .l-header .l-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-header__inner:first-child {
    padding: 0 30px;
  }

  .c-article__subtitle,
  .c-article__title {
    margin: 30px auto;
  }
}

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

@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-product__picture img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin: 0 auto;
  }

  .c-accordion .c-accordion__item {
    -webkit-transition: height 150ms ease-in-out;
    transition: height 150ms ease-in-out;
  }

  .c-accordion .c-accordion__item:not(.is-active) .c-accordion__label {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c-accordion .c-accordion__item:not(.is-active) .c-accordion__label .c-accordion__number {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .c-accordion .c-accordion__item.is-active {
    height: 566px;
  }

  .c-accordion__item:not(.is-active) .c-accordion__avatar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .c-hotspot__content {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: 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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .c-article__content {
    padding: 10px;
  }
}

@media screen and (max-width: 968px) {
  .c-top-title {
    background-size: 70% auto;
  }
}

@media only screen and (max-width: 790px) {
  .cdc--title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .c-top-title {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-navigation {
    height: auto;
  }

  .c-navigation__list,
  .c-navigation-item {
    display: block;
  }

  .c-navigation__list {
    left: 0 !important;
    width: 100%;
    display: none;
  }

  .c-navigation-item__number {
    display: none;
  }

  .c-navigation-item__text {
    width: calc(100% - 100px);
  }

  .c-navigation__button[class*='arrow'] {
    display: none;
  }

  .c-navigation__button--toggle {
    display: block;
  }

  body > div.l-wrapper > div > header > div:nth-child(1) > div.c-brand {
    display: none;
  }
}

@media only screen and (max-width: 690px) {
  .cdc--product {
    width: calc(100% / 2 - var(--gutter) / 2);
  }

  .cdc--title {
    font-size: 1.8rem;
  }

  .cdc--price {
    font-size: 2rem;
  }

  .c-article__title {
    font-size: 3rem;
    line-height: 1.2;
    max-width: 100%;
    padding: 0;
  }

  .c-article__subtitle {
    font-size: 1.6rem;
    line-height: 1.4;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .c-blockquote blockquote {
    font-size: 2.4rem;
  }

  .c-hotspot__trigger {
    -webkit-transform: scalescale(0.8);
            transform: scalescale(0.8);
    -webkit-animation: pulse2 2000ms infinite linear;
            animation: pulse2 2000ms infinite linear;
  }

  .c-hotspot__content {
    padding: 1px;
    padding-bottom: 8px;
    max-width: 210px;
    border-bottom-width: 7px;
  }
}

@media only screen and (max-width: 420px) {
  .cdc--product {
    width: calc(100%);
  }
}

@media screen and (max-width: 320px) {
  .c-blockquote blockquote {
    font-size: 2.2rem;
  }

  .c-hotspot__content {
    padding: 0;
    padding-bottom: 8px;
    max-width: 160px;
  }

  .c-hotspot__descrition {
    font-size: 1.4rem;
  }
}