/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  display: -ms-flexbox;
  display: flex;
}

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; }

.hero {
  color: #121212; }

.steps {
  color: #fff; }

.c-blue {
  color: #007bff; }

.c-white {
  color: #fff; }

.c-dark {
  color: #121212; }

.c-lgrey {
  color: #797979; }

header a:link, a {
  color: #fff; }

header a:link, a:hover {
  color: #fff; }

.bilet-icon {
  display: block; }

.disclaimer a {
  color: #007bff; }

.btn {
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1rem;
  border: none;
  transition: .3s; }

.btn-medium {
  padding: 8px 45px;
  font-size: 18px; }

.btn-blue {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff; }

.btn-blue-contra {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff; }

.btn-purple {
  background-color: purple;
  color: #fff; }

.btn-clear-w {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff; }

.btn-clear-b {
  background-color: transparent;
  border: 1px solid #121212;
  color: #121212; }

.btn-content {
  margin: 30px 0;
  border-radius: 30px;
  cursor: pointer;
  transition: .3s; }

.btn:hover {
  opacity: .9; }

.btn-clear-w:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.btn-clear-b:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.btn-blue:hover {
  background-color: transparent;
  color: #007bff;
  border: 1px solid #007bff; }

.btn-blue-contra:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff; }

.container {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden; }

.cover-container {
  max-width: 1140px;
  border-radius: 30px;
  border: 0px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.cover {
  padding: 0 1.5rem;
}

hr.line {
  max-width: 80%; }

.headline {
  padding: 150px 0; }

.arrow-icon {
  max-width: 44px; }

.steps {
  min-height: auto; }

.steps-content {
  padding-bottom: 20px; }

.steps-block {
  padding: 35px 15px 0 15px; }

p {
  margin-top: 10px; }

.price {
  vertical-align: middle;
  padding-left: 20px;
  display: inline-block; }

.product-spec {
  padding: 20px 0; }

.product-head {
  text-align: center; }

.product-image img {
  margin: 0 auto; }

.img-right {
  position: relative;
  right: -15px; }

.img-left {
  position: relative;
  left: -15px; }

.bilet-icon {
  max-height: 60px; }

.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate; }

.vert-move {
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate; }

@-webkit-keyframes mover {
  0% {
    transform: translateY(2); }
  100% {
    transform: translateY(-10px); } }
@keyframes mover {
  0% {
    transform: translateY(2); }
  100% {
    transform: translateY(-10px); } }
.hero {
  color: #121212; }

.steps {
  color: #fff; }

.c-blue {
  color: #007bff; }

.c-white {
  color: #fff; }

.c-dark {
  color: #121212; }

.c-lgrey {
  color: #797979; }

header a:link, a {
  color: #fff; }

header a:link, a:hover {
  color: #fff; }

.bilet-icon {
  display: block; }

.disclaimer a {
  color: #007bff; }

body, html {
  line-height: 1.45;
  font-family: "Nunito", sans-serif;
  font-size: 16px; }

h1  {
  font-size: 3rem; }
h2, h3, h4, h5, h6 {
  font-size: 2.25rem; }
h5 {
  font-size: 2rem; }

.small {
  font-size: .85rem; }

.regular {
  font-size: 1rem; }

.medium {
  font-size: 1.25rem; }

.large {
  font-size: 1.5rem; }

.xlarge {
  font-size: 1.75rem; }

.xxlarge {
  font-size: 2rem; }

.product-content .price {
  font-size: 2rem; }

sup {
  vertical-align: initial;
  font-size: 14px !important; }

.thin {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.semi {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.line-through {
  text-decoration: line-through; }

.hero-block {
  transition: .3s; }

.hero-block a:hover {
  text-decoration: none; }

.hero-block:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.hero {
  color: #121212; }

.steps {
  color: #fff; }

.c-blue {
  color: #007bff; }

.c-white {
  color: #fff; }

.c-dark {
  color: #121212; }

.c-lgrey {
  color: #797979; }

header a:link, a {
  color: #fff; }

header a:link, a:hover {
  color: #fff; }

.bilet-icon {
  display: block; }

.disclaimer a {
  color: #007bff; }

@media (max-width: 575.98px) {
    h5{ font-size: 1rem;
    position: relative;
    top:50px;}
    h6{ font-size: 1.5rem;
    position: relative;
    top:-50px;}
    h1{ font-size: 1.5rem;}
    
  .hero {
    background-image: url("../video/animacja_top_cover.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }

  .product-content {
    padding-bottom: 10%; }

  .product-content .price {
    font-size: 1.5rem; }

  .product-head h2 {
    font-size: 1.5rem; }

  .logos img {
    padding: 8px 0; }

  .steps-block .nobr {
    white-space: nowrap; }

  .product-price {
    display: flex;
    flex-direction: row;
    align-items: center; }

  .price {
    text-align: center;
    padding-left: 20px; }

  .btn {
    min-width: inherit; }

  .headline {
    padding: 120px 0; }

  .btn-content {
    transform: scale(1.15); } }
@media (min-width: 300px) and (max-width: 576.99px) {
    h5{ font-size: 0.75rem;}
    h2,h6{ font-size: 1.25rem;}
    h1{ font-size: 1.75rem;
	position: relative;
    top:-10px;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
    h5{ font-size: 1rem;}
    h2,h6{ font-size: 1.5rem;}
    h1{ font-size: 2rem;}
    
    .hero {
    background-image: url("../video/animacja_top_cover.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }

  .product-content {
    padding-bottom: 10%; }

  .btn-content {
    transform: scale(1.15); } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero {
    background-image: url("../video/animacja_top_cover.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }

  .steps-block .nobr {
    white-space: unset; }

  .product-content {
    padding-bottom: 10%; } }
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero {
    background-image: url("../video/animacja_top_cover.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }

  .product-head h2 {
    margin-top: 5%; } }
@media (min-width: 1200px) {
  .hero {
    background-image: url("../video/animacja_top_cover.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; } }
.landing-page {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.steps {
  background-image: url("../video/animacja_top_cover.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }

.logo-small {
  max-height: 85px; }

.logo-medium {
  max-height: 100px; }

.logo-large {
  max-height: 150px; }

.product-spec li:before {
  content: '- '; }
.bg_color{
  background: #000;  
}
.bg-1 {
  background: url("../img/gfx.jpg") top left no-repeat #000;  }

.bg-2 {
  background: url("../img/gfx2.jpg") bottom left no-repeat #000;   }

.bg-3 {
  background-image: url("../img/top_3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-4 {
  background-image: url("../img/top_bg_full.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/*# sourceMappingURL=style.css.map */

/* aniamcja */

.animation-box {
  width: 75%;
  height: 27.5rem;
  background-color: blue;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.animation-container {
  width: 100%;
  height: 100%;
}

@keyframes topFadeIn {
  0% {
    position: absolute;
    top: -3rem;
    opacity: 0;
  }

  75% {
    position: absolute;
    top: 35%;
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.anima-text {
  position: absolute;
  top: 35%;
  opacity: 1;
  left:50%;
  transform: translate(-50%, -50%);
  animation-name: topFadeIn;
  animation-duration: 2s;
  animation-delay: 1s;
  
}
