@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap&subset=latin-ext");
#promocja * {
  margin: 0;
  padding: 0; }
#promocja .ghost__row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px; }
#promocja .ghost__img-res {
  display: block;
  width: 100%;
  height: auto; }
#promocja h2, #promocja h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  color: #000000; }
#promocja h2 {
  margin-bottom: 40px; }

body {
  margin: 0;
  padding: 0; }

body #promocja {
  margin: 0 auto; }

#promocja {
  margin: 0;
  padding: 10px 0; }
  #promocja * {
    font-family: "Lato"; }
  #promocja header {
    width: 100%; }
    #promocja header > img {
      display: block;
      width: 100%;
      height: auto; }
  #promocja .ghost__main .ghost__content .ghost__text p {
    font-weight: 700;
    text-align: justify; }
  #promocja .ghost__main .ghost__content .ghost__video {
    position: relative;
    margin-bottom: 50px; }
    #promocja .ghost__main .ghost__content .ghost__video iframe {
      display: block;
      margin: 0 auto; }
  #promocja .ghost__main .ghost__content .ghost__col-6 ul {
    margin: 0 20px; }
    #promocja .ghost__main .ghost__content .ghost__col-6 ul li {
      margin-bottom: 25px;
      font-size: 18px;
      font-weight: 700;
      text-align: justify; }
  #promocja .ghost__main .ghost__content .ghost__border {
    margin-bottom: 70px;
    padding: 20px;
    border: 3px solid #E0E0E0; }
    #promocja .ghost__main .ghost__content .ghost__border .ghost__col-12 p {
      margin: 0;
      text-align: center;
      color: #FA9917;
      font-weight: 900; }
  #promocja .ghost__main .ghost__content .ghost__games {
    margin-bottom: 70px; }
    #promocja .ghost__main .ghost__content .ghost__games .ghost__col-4 .game__platform > img {
      display: block;
      margin: 0 auto;
      width: auto;
      height: 36px; }
    #promocja .ghost__main .ghost__content .ghost__games .ghost__col-4 .game__cover {
      max-height: 200px;
      margin: 30px 0; }
      #promocja .ghost__main .ghost__content .ghost__games .ghost__col-4 .game__cover > img {
        display: block;
        margin: 0 auto;
        width: auto; }
    #promocja .ghost__main .ghost__content .ghost__games .ghost__col-4 .ghost__button a {
      display: block;
      max-width: 160px;
      margin: 0 auto;
      padding: 15px 20px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 700;
      background-color: #2AC940;
      color: #ffffff;
      border: 2px solid #2AC940;
      transition: .2s; }
      #promocja .ghost__main .ghost__content .ghost__games .ghost__col-4 .ghost__button a:hover {
        background-color: #ffffff;
        color: #000000;
        transition: .2s; }

@media screen and (min-width: 1000px) {
  #promocja {
    max-width: 1150px; }
    #promocja h2, #promocja h3 {
      font-size: 50px; } }
@media screen and (min-width: 680px) and (max-width: 1000px) {
  #promocja h2, #promocja h3 {
    font-size: 36px; } }
@media screen and (min-width: 680px) {
  #promocja header .ghost__testimonial {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    top: -100px;
    right: 0; }
    #promocja header .ghost__testimonial > img {
      display: block;
      max-width: 400px; }
  #promocja .ghost__main,
  #promocja footer {
    padding: 0 20px; }
  #promocja .ghost__border .ghost__row .ghost__col-6,
  #promocja .ghost__gallery .ghost__row .ghost__col-6 {
    box-sizing: border-box; }
    #promocja .ghost__border .ghost__row .ghost__col-6:first-of-type,
    #promocja .ghost__gallery .ghost__row .ghost__col-6:first-of-type {
      padding-right: 7px; }
    #promocja .ghost__border .ghost__row .ghost__col-6:last-of-type,
    #promocja .ghost__gallery .ghost__row .ghost__col-6:last-of-type {
      padding-left: 7px; }
  #promocja .ghost__border .ghost__col-12 p {
    font-size: 23px; }
  #promocja .ghost__col-6 {
    width: 50%; }
  #promocja .ghost__col-4 {
    width: 33.3%; }
  #promocja .ghost__col-3 {
    width: 25%; } }
@media screen and (max-width: 679px) {
  #promocja header {
    margin-bottom: 30px; }
    #promocja header .ghost__testimonial {
      display: block; }
      #promocja header .ghost__testimonial > img {
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 0 auto; }
  #promocja .ghost__main,
  #promocja footer {
    padding: 0 15px; }
  #promocja .ghost__border .ghost__row .ghost__col-6:first-of-type,
  #promocja .ghost__gallery .ghost__row .ghost__col-6:first-of-type {
    margin-bottom: 15px; }
  #promocja .ghost__border .ghost__col-12 p {
    font-size: 20px; }
  #promocja .ghost__games .ghost__col-4 {
    margin-bottom: 60px; }
  #promocja div[class^="ghost__col"] {
    width: 100%; }
  #promocja h2, #promocja h3 {
    font-size: 24px; } }


    body {
      margin: auto;
    }
    #promocja a.sg_sprawdz {
        position: relative;
        display: inline-block;
        text-decoration: none;
        /*
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        */
        font: 14px "robotoregular","Arial";
        color: #fff;
        background: #ff6000;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        cursor: pointer;
        border: 0 none;
        border-radius: 2px;
        outline: 1px solid rgba(255,255,255,0);
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        transition: .15s;
        line-height: normal;
        padding: 14px 20px;
        width: 200px;
    }
    #promocja a.sg_sprawdz:hover {
        -webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
        -moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
        -ms-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
        -o-box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
        box-shadow:0 1px 2px 0 rgba(0,0,0,0.05),0 1px 7px 0 rgba(0,0,0,0.07),0 1px 3px -1px rgba(0,0,0,0.05);
        text-decoration:none;
        background:#f80
    }
    #promocja a.sg_sprawdz:active {
        -webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
        -moz-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
        -ms-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
        -o-box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
        box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.16);
        background:#ff6000;
        animation:btn_primary 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67)
    }
    #promocja a.sg_sprawdz {
        width: 200px;
        max-width: 100%;
        padding: 14px 15px;
        /* text-transform: none; */
        /* letter-spacing: normal; */
        position: relative;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    @media (min-width: 640px) {
        #promocja .section--box a.sg_sprawdz {
            display: block;
            margin: 10px auto 0;
        }
    }
    #promocja .promo_text a.sg_sprawdz {
      margin: 18px auto 0;
      display: block;
    }
    #promocja .btn-center {
        text-align: center;
        width: 100%;
    }
    #promocja .btn-center a.sg_sprawdz {
      margin: 5px;
    }

    #promocja .form {
        word-wrap: break-word;
        margin: 25px auto 0;
    }
    #promocja .clear {clear: both; height: 0;}
    #promocja .footer-lp {
		font-family: Arial;
		font-size: 16px;
		color: #2e7ae7;
		margin-top: 20px;
		text-align: left;
		background-color: #fff;
		line-height: normal;
		font-weight: normal;
	}
	#promocja .footer-lp a {
		font: normal 15px/24px "robotoregular","Arial";
		color: #0a4595;
		text-decoration: none;
		transition: .2s;
	}
	#promocja .footer-lp a:hover {
		color: #ff6000;
		text-decoration: none;
		font-family: inherit;
	}

/*# sourceMappingURL=main.css.map */
