.get-back {
  position: fixed !important;
}

.rating {
  display: flex !important;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .rating {
    flex-direction: column;
    align-items: flex-end;
  }

  .rating [itemprop="description"] {
    margin: 10px 0;
  }

  .rating span {
    margin: 0 0 5px 0;
  }
}

.rating a,
.rating span,
.rating {
  color: #fff;
  display: block;
  margin: 0 5px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

::selection {
  background: #000;
  color: #f6f8f9;
}

html {
  transition: opacity 0.25s ease;
}

body {
  overflow-x: hidden;
}

html.wf-loading {
  opacity: 0;
}

@font-face {
  font-family: "BGB";
  src: url("../fonts/BGB.ttf");
}

.get-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 68px;
  padding-left: 60px;
}

@media (max-width: 1024px) {
  .get-back {
    padding-top: 38px;
    padding-left: 20px;
  }
}

.get-back:before {
  content: "";
  height: 205px;
  width: 439px;
  display: block;
  background: #f6f8f9;
  transform: rotate(-28deg);
  transform-origin: left bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

@media (max-width: 1024px) {
  .get-back:before {
    height: 135px;
    width: 329px;
  }
}

.get-back__text {
  font-size: 14px;
  z-index: 21;
  text-transform: uppercase;
  color: #000;
  position: relative;
  font-family: "industry";
  display: block;
}

.get-back__text:hover:before {
  margin-right: 10px;
  transform: rotate(180deg);
}

.get-back__text:before {
  content: "";
  background-image: url(../images/arrow-back.png);
  width: 23px;
  height: 8px;
  float: left;
  display: block;
  margin-top: 2px;
  margin-right: 19px;
  transition: all 0.5s ease;
}

.button {
  height: 160px;
  width: 130px;
  border: 2px solid #f6f8f9;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2 !important;
  transition: all 0.5s ease;
}

@media (max-width: 1024px) {
  .button {
    height: 120px;
    width: 120px;
    margin-left: -60px;
  }
}

.button:after {
  content: "";
  background-image: url(../images/arrow-bottom.png);
  width: 8px;
  height: 23px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -11.5px;
  transition: all 0.5s ease;
}

.button:hover {
  background-color: #f6f8f9;
}

.button:hover:after {
  background-position: center bottom;
}

.button--black {
  border-color: rgba(0, 0, 0, 0.1);
}

.button--black:hover {
  background-color: #000;
}

.button--black:after {
  background-image: url(../images/arrow-top.png);
}

.arrows {
  position: absolute;
  right: 62px;
  top: 59px;
}

@media (max-width: 1024px) {
  .arrows {
    display: none;
  }
}

.arrows__arrow {
  display: block;
  height: 46px;
  width: 46px;
  text-align: center;
  position: relative;
  float: left;
  opacity: 0.4;
  border: 1px solid #f6f8f9;
  margin: 1px;
}

.arrows__arrow:before {
  content: "";
  position: absolute;
  background-image: url(../images/keyboard-top.png);
  width: 10px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -5px;
}

.arrows__arrow:hover {
  opacity: 1;
}

.arrows__arrow--left {
  clear: both;
}

.arrows__arrow--left:before {
  transform: rotate(-90deg);
}

.arrows__arrow--up {
  left: 48px;
}

.arrows__arrow--bottom:before {
  transform: rotate(-180deg);
}

.arrows__arrow--right:before {
  transform: rotate(90deg);
}

.arrows__text {
  text-transform: uppercase;
  clear: both;
  text-align: center;
  font-size: 11px;
  color: #f6f8f9;
  opacity: 0.2;
  font-family: industry;
  padding-top: 13px;
}

.brief {
  background: #000;
  padding-top: 190px;
  padding-bottom: 200px;
  overflow: hidden;
}

.brief__text {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

@media (max-width: 1200px) {
  .brief__text {
    width: 970px;
  }
}

@media (max-width: 1000px) {
  .brief__text {
    width: 770px;
  }
}

@media (max-width: 1024px) {
  .brief__text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.brief__text:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

.brief__text__title {
  color: #f6f8f9;
  font-family: industry;
  font-size: 62px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 110px;
}

@media (max-width: 1024px) {
  .brief__text__title {
    font-size: 40px;
    line-height: 53px;
  }
}

.brief__text__button {
  font-family: industry;
  text-transform: uppercase;
  font-size: 14px;
  color: #f6f8f9;
  position: relative;
  width: 187px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 50px;
  margin-top: -100px;
  transition: all 0.5s ease;
}

.brief__text__button:hover {
  background: #f6f8f9;
  color: #000;
  transition-delay: 0.5s;
}

.brief__text__button:hover:before,
.brief__text__button:hover:after {
  top: 0;
  left: 0;
  transition-delay: 0s;
}

.brief__text__button:before,
.brief__text__button:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #f6f8f9;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  transition-delay: 0.5s;
}

.brief__text__button:after {
  top: -3px;
  left: -3px;
}

.footer {
  background: #fff;
  height: 211px;
  text-align: center;
  padding-top: 70px;
}

@media (max-width: 1024px) {
  .footer {
    padding-bottom: 70px;
  }
}

.footer__text {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .footer__text {
    width: 970px;
  }
}

@media (max-width: 1000px) {
  .footer__text {
    width: 770px;
  }
}

@media (max-width: 1024px) {
  .footer__text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer__text:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

.footer__text__inner--left,
.footer__text__inner--right {
  display: inline-block;
  vertical-align: middle;
  font-family: industry;
  font-weight: bold;
  opacity: 0.3;
  letter-spacing: 2.6px;
  font-size: 13px;
}

.footer__text__logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 28px;
}

@media (max-width: 1024px) {
  .footer__text__logo {
    display: block;
    margin: 28px;
  }
}

.footer__text__logo__image {
  width: 85px;
  height: auto;
}

.hero {
  background: black;
  background-image: url(../images/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.hero__text {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .hero__text {
    width: 970px;
  }
}

@media (max-width: 1000px) {
  .hero__text {
    width: 770px;
  }
}

@media (max-width: 1024px) {
  .hero__text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hero__text:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

.hero__text__title {
  padding-top: 40vh;
  font-size: 92px;
  color: #f6f8f9;
  font-family: "industry";
}

@media (max-width: 700px) {
  .hero__text__title {
    font-size: 43px;
  }
}

.hero__text__subtitle {
  font-size: 44px;
  color: #f6f8f9;
  line-height: 51px;
  font-family: "Playfair Display";
  position: relative;
}

@media (max-width: 700px) {
  .hero__text__subtitle {
    font-size: 30px;
    line-height: 34px;
  }
}

.hero__text__subtitle.animation-finished:before {
  opacity: 0.3;
}

.hero__text__subtitle.animation-finished:after {
  opacity: 1;
}

.hero__text__subtitle:before,
.hero__text__subtitle:after {
  content: "";
  transition: all 0.5s ease;
  position: absolute;
  background: #f6f8f9;
}

.hero__text__subtitle:before {
  width: 100%;
  height: 1px;
  left: -100%;
  margin-left: -25px;
  top: 30px;
  opacity: 0;
}

.hero__text__subtitle:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -25px;
  top: 30px;
  margin-top: -2px;
  opacity: 0;
}

.hero__text__subtitle__italic {
  display: block;
  font-style: italic;
}

.hero2 {
  background: black;
  background-image: url(../images/nasz-zespol.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}

.hero__text {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .hero__text {
    width: 970px;
  }
}

@media (max-width: 1000px) {
  .hero__text {
    width: 770px;
  }
}

@media (max-width: 1024px) {
  .hero__text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hero__text:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

.hero__text__title {
  padding-top: 40vh;
  font-size: 92px;
  color: #f6f8f9;
  font-family: "industry";
}

@media (max-width: 700px) {
  .hero__text__title {
    font-size: 43px;
  }
}

.hero__text__subtitle {
  font-size: 44px;
  color: #f6f8f9;
  line-height: 51px;
  font-family: "Playfair Display";
  position: relative;
}

@media (max-width: 700px) {
  .hero__text__subtitle {
    font-size: 30px;
    line-height: 34px;
  }
}

.hero__text__subtitle.animation-finished:before {
  opacity: 0.3;
}

.hero__text__subtitle.animation-finished:after {
  opacity: 1;
}

.hero__text__subtitle:before,
.hero__text__subtitle:after {
  content: "";
  transition: all 0.5s ease;
  position: absolute;
  background: #f6f8f9;
}

.hero__text__subtitle:before {
  width: 100%;
  height: 1px;
  left: -100%;
  margin-left: -25px;
  top: 30px;
  opacity: 0;
}

.hero__text__subtitle:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -25px;
  top: 30px;
  margin-top: -2px;
  opacity: 0;
}

.hero__text__subtitle__italic {
  display: block;
  font-style: italic;
}

.page-content {
  position: relative;
  background-color: #f6f8f9;
  overflow: hidden;
  padding-bottom: 260px;
}

.page-content__text {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40vh;
}

.page-content__table {
  display: flex;
  margin-bottom: 50px;
}

.page-content__table__col {
  width: 50%;
}

.page-content__table__col:nth-child(1) {
  padding-right: 15px;
}

.page-content__table__col:nth-child(2) {
  padding-left: 15px;
}

.page-content__table__col a {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .page-content__table {
    display: block;
  }

  .page-content__table__col {
    width: 100%;
  }

  .page-content__table__col:nth-child(1) {
    padding-right: 0;
  }

  .page-content__table__col:nth-child(2) {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  .page-content__text {
    width: 970px;
  }
}

@media (max-width: 1000px) {
  .page-content__text {
    width: 770px;
  }
}

@media (max-width: 1024px) {
  .page-content__text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-content__text:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

@media (max-width: 700px) {
  .page-content__text {
    padding-top: 10vh;
  }
}

.page-content__text:after {
  clear: both;
  display: table;
  float: none;
  content: "";
}

.page-content__text .left,
.page-content__text .right {
  float: left;
  width: 50%;
}

@media (max-width: 1024px) {

  .page-content__text .left,
  .page-content__text .right {
    float: none;
    width: 100%;
  }
}

.page-content__text .right {
  padding-left: 10%;
}

@media (max-width: 1024px) {
  .page-content__text .right {
    padding-left: 0;
  }
}

.page-content__text .right img {
  max-width: 100%;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.page-content__text__title {
  font-size: 92px;
  color: #000;
  font-family: "industry";
}

@media (max-width: 700px) {
  .page-content__text__title {
    font-size: 43px;
  }
}

.page-content__text__subtitle {
  font-size: 44px;
  color: #000;
  line-height: 51px;
  font-family: "Playfair Display";
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 700px) {
  .page-content__text__subtitle {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 45px;
  }
}

.page-content__text__subtitle.animation-finished:before {
  opacity: 0.3;
}

.page-content__text__subtitle.animation-finished:after {
  opacity: 1;
}

.page-content__text__subtitle:before,
.page-content__text__subtitle:after {
  content: "";
  position: absolute;
  transition: all 0.5s ease;
  background-color: #000;
}

.page-content__text__subtitle:before {
  width: 100%;
  height: 1px;
  left: -100%;
  margin-left: -25px;
  top: 30px;
  opacity: 0;
}

.page-content__text__subtitle:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -25px;
  top: 30px;
  margin-top: -2px;
  opacity: 0;
}

.page-content__text__subtitle__italic {
  display: block;
  font-style: italic;
}

.page-content__text__paragraph {
  font-family: Lato, sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 30px;
}

.page-content__blend {
  position: absolute;
  font-size: 264px;
  color: #000;
  opacity: 0.05;
  font-family: BGB;
  top: 0;
  left: 0;
}

.page-content__blend--second {
  bottom: 0;
  top: auto;
}

.page-content__navigation {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 130px;
  background-color: #000;
  color: #f6f8f9;
  position: fixed;
  z-index: 99999;
  text-transform: uppercase;
  font-size: 14px;
  font-family: industry;
}

.page-content__navigation:after {
  border: 2px solid #dddfe0;
  content: "";
  display: block;
  height: 80px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-content__navigation--prev {
  left: 0;
  transform-origin: left;
}

.page-content__navigation--prev:after {
  border-left: 0;
  background-image: url(../images/arrow-left-content.png);
}

.page-content__navigation--prev span {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.page-content__navigation--next {
  right: 0;
  transform-origin: right;
}

.page-content__navigation--next:after {
  border-right: 0;
  background-image: url(../images/arrow-right-content.png);
}

.page-content__navigation--next span {
  transform: translate(-50%, -50%) rotate(90deg);
}

.page-content__navigation__text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.triangle {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(0, -25deg);
  -moz-transform: skew(0, -25deg);
  -ms-transform: skew(0, -25deg);
  -o-transform: skew(0, -25deg);
  transform: skew(0, -25deg);
  background-color: #f6f8f9;
  transform-origin: bottom center;
  top: 100%;
  margin-top: -33px;
}

.triangle--second {
  background-color: #000;
}

.image-grid {
  position: relative;
}

.image-grid:after {
  content: attr(data-content);
  position: absolute;
  transform: rotate(90deg);
  font-family: industry;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  transform-origin: center right;
  right: -15px;
  top: 250px;
}

@media (max-width: 1000px) {
  .image-grid:after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .image-grid {
    height: 680px;
    margin-top: 220px;
  }
}

.image-grid__image {
  position: absolute;
  display: block;
}

.image-grid__image1 {
  right: -3px;
  top: -171px;
}

.image-grid__image2 {
  right: 237px;
  top: 0;
  z-index: 2;
}

.image-grid__image3 {
  top: 212px;
  z-index: 1;
  right: -3px;
}

.image-grid__image4 {
  top: 451px;
  right: -3px;
}

.revealer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  pointer-events: none;
}

.revealer--right {
  top: 50%;
  left: 50%;
}

.revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ddd;
}

.revealer--animate .revealer__layer {
  animation: anim-effect-3-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
}

.revealer--animate .revealer__layer:nth-child(2) {
  animation-name: anim-effect-3-2;
}

.revealer--animate .revealer__layer:nth-child(3) {
  animation-name: anim-effect-3-3;
}

@keyframes anim-effect-3-1 {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25%,
  75% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-2 {

  0%,
  12.5% {
    transform: translate3d(0, 0, 0);
  }

  37.5%,
  62.5% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  87.5%,
  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@keyframes anim-effect-3-3 {

  0%,
  25% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  75%,
  100% {
    transform: translate3d(0, -200%, 0);
  }
}

@media screen and (max-width: 480px) {
  .page-content__navigation {
    display: none;
  }
}

/*# sourceMappingURL=page.css.map */