/*



	Do not edit CSS files!
	Edit only SCSS files in `scss` directory and use css preprocessor (Sass od something smilar).



*/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,700,800&subset=latin-ext");
.pit-root {
  /* HTML5 display-role reset for older browsers */ }
  .pit-root html, .pit-root body, .pit-root div, .pit-root span, .pit-root applet, .pit-root object, .pit-root iframe,
  .pit-root h1, .pit-root h2, .pit-root h3, .pit-root h4, .pit-root h5, .pit-root h6, .pit-root p, .pit-root blockquote, .pit-root pre,
  .pit-root a, .pit-root abbr, .pit-root acronym, .pit-root address, .pit-root big, .pit-root cite, .pit-root code,
  .pit-root del, .pit-root dfn, .pit-root em, .pit-root img, .pit-root ins, .pit-root kbd, .pit-root q, .pit-root s, .pit-root samp,
  .pit-root small, .pit-root strike, .pit-root strong, .pit-root sub, .pit-root sup, .pit-root tt, .pit-root var,
  .pit-root b, .pit-root u, .pit-root i, .pit-root center,
  .pit-root dl, .pit-root dt, .pit-root dd, .pit-root ol, .pit-root ul, .pit-root li,
  .pit-root fieldset, .pit-root form, .pit-root label, .pit-root legend,
  .pit-root table, .pit-root caption, .pit-root tbody, .pit-root tfoot, .pit-root thead, .pit-root tr, .pit-root th, .pit-root td,
  .pit-root article, .pit-root aside, .pit-root canvas, .pit-root details, .pit-root embed,
  .pit-root figure, .pit-root figcaption, .pit-root footer, .pit-root header, .pit-root hgroup,
  .pit-root menu, .pit-root nav, .pit-root output, .pit-root ruby, .pit-root section, .pit-root summary,
  .pit-root time, .pit-root mark, .pit-root audio, .pit-root video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  .pit-root article, .pit-root aside, .pit-root details, .pit-root figcaption, .pit-root figure,
  .pit-root footer, .pit-root header, .pit-root hgroup, .pit-root menu, .pit-root nav, .pit-root section {
    display: block; }
  .pit-root body {
    line-height: 1; }
  .pit-root ol, .pit-root ul {
    list-style: none; }
  .pit-root blockquote, .pit-root q {
    quotes: none; }
  .pit-root blockquote:before, .pit-root blockquote:after,
  .pit-root q:before, .pit-root q:after {
    content: '';
    content: none; }
  .pit-root table {
    border-collapse: collapse;
    border-spacing: 0; }

/*
	grid 
*/
/* 
	colors 
*/
.pit-cta {
  text-transform: uppercase;
  color: #062144;
  max-width: 250px;
  margin: auto; }
  .pit-cta span {
    display: inline-block;
    font-size: 0.6em;
    margin: 0 10px; }
  .pit-cta a.button-cta {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 2px #a10700;
    padding: 17px 24px;
    font-size: 0.7em;
    line-height: 1;
    border: #fff solid 2px;
    border-radius: 12px;
    transition: box-shadow 200ms, background 200ms;
    background: #ff6600;
    background: -moz-linear-gradient(top, #ff6600 0%, #fd2c2c 86%, #fd2c2c 100%);
    background: -webkit-linear-gradient(top, #ff6600 0%, #fd2c2c 86%, #fd2c2c 100%);
    background: linear-gradient(to bottom, #ff6600 0%, #fd2c2c 86%, #fd2c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#fd2c2c',GradientType=0 ); }
    .pit-cta a.button-cta:hover {
      text-decoration: underline;
      box-shadow: 0 0 98px #fff;
      background: #ff6d0c;
      background: -moz-linear-gradient(top, #ff6d0c 0%, #fc3737 100%);
      background: -webkit-linear-gradient(top, #ff6d0c 0%, #fc3737 100%);
      background: linear-gradient(to bottom, #ff6d0c 0%, #fc3737 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d0c', endColorstr='#fc3737',GradientType=0 ); }

.pit-box .pit-cta {
  font-size: .9em; }
  .pit-box .pit-cta a.button-cta {
    padding: 12px 22px;
    line-height: 1.12; }

.pit-root {
  font-family: "Georgia", serif;
  font-size: 6mm;
  line-height: 9.17mm; }

.pit-box-full,
.pit-box {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.pit-box-full > nav,
.pit-box-full > div {
  display: block;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3mm; }

.pit-box-full.header {
  border-bottom: #e1e2e1 solid 1px; }
  .pit-box-full.header img {
    display: block;
    margin: 33px 0 23px 0; }

.pit-box-full.banner {
/*  background-color: #f7e0d6;*/
  /*background-image: url("images/bankier-thank-you-page.jpg");*/
  background-repeat: repeat-x;
  background-position: left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: #e1e2e1 solid 1px;
  padding-top: 2.4em;
  font-size: .97em;
  line-height: 1.5;
  color: #2f2518; }
  .pit-box-full.banner h1 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 58.87px;
    color: #2c334b;
    margin-bottom: 55px; }
    .pit-box-full.banner h1 > div {
      font-family: "Montserrat", sans-serif;
      font-weight: 300; }
  .pit-box-full.banner p a {
    color: #ff7a34;
    font-weight: 700;
    text-decoration: none; }
    .pit-box-full.banner p a:hover {
      text-decoration: underline; }
  .pit-box-full.banner a.recomendation {
    display: block;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #5a6b81;
    letter-spacing: .02em;
    font-size: .65em;
    line-height: 22px;
    margin-top: 44px;
    margin-bottom: 68px;
    text-decoration: none; }
    .pit-box-full.banner a.recomendation:hover span {
      text-decoration: underline; }
    .pit-box-full.banner a.recomendation:hover img {
      opacity: .7; }
    .pit-box-full.banner a.recomendation img {
      margin: -3px 5px 0 0;
      vertical-align: middle; }

.pit-box-full.banner.banner-buttons {
  color: #062144;
  padding: 62px 0;
  font-family: "Montserrat", sans-serif; }
  .pit-box-full.banner.banner-buttons .wrap {
    text-align: center; }
  .pit-box-full.banner.banner-buttons h3 {
    font-size: 2.56em;
    line-height: 1.02;
    margin-bottom: 32px;
    font-weight: 300; }
    .pit-box-full.banner.banner-buttons h3 > span {
      font-weight: 700;
      text-transform: uppercase; }
  .pit-box-full.banner.banner-buttons a {
    color: #fff; }
  .pit-box-full.banner.banner-buttons .recomendation {
    margin-top: 36px;
    margin-bottom: 2px; }

.pit-box {
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  max-width: 310px;
  padding: 31px 0 21px 0;
  font-family: "Montserrat", sans-serif; }
  .pit-box .wrap {
    text-align: center; }
  .pit-box h6 {
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #062144; }
    .pit-box h6 > span {
      font-weight: 300;
      text-transform: none;
      font-size: .82em; }
  .pit-box .recomendation {
    color: #5a6b81;
    font-size: 0.5em;
    line-height: 2.2;
    margin-top: 18px; }
  .pit-box a.pit-download {
    display: block;
    padding: 5px 0 4px 0; }
    .pit-box a.pit-download:hover {
      opacity: .9; }
  .pit-box .run-online {
    font-size: .68em; }
    .pit-box .run-online a {
      color: #2f2518;
      font-weight: 700;
      text-decoration: none;
      padding-bottom: 0px;
      border-bottom: #2f2518 solid 1px;
      transition: color 200ms, border-color 200ms, padding-bottom 100ms, border-width 100ms; }
      .pit-box .run-online a:hover {
        color: #ff7a34;
        border-color: #ff7a34;
        padding-bottom: 2px;
        border-width: 2px; }

.pit-box-full.bottom {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: .62em;
  line-height: 1.44;
  padding: 62px 0 46px; }
  .pit-box-full.bottom strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 6px; }
  .pit-box-full.bottom a {
    color: inherit;
    text-decoration: underline; }
    .pit-box-full.bottom a:hover {
      color: #ff7a34; }

footer.pit-box-full {
  margin-bottom: 3em; }
  footer.pit-box-full ul.logos {
    display: block;
    line-height: 1;
    padding: 20px 0 30px;
    border-top: #e1e2e1 solid 1px;
    border-bottom: #e1e2e1 solid 1px; }
    footer.pit-box-full ul.logos li {
      display: inline-block;
      margin: 14px 6px 0 0; }
    footer.pit-box-full ul.logos a {
      display: block;
      background-image: url("images/logos.gif");
      background-position: 0 0;
      height: 28px; }
      footer.pit-box-full ul.logos a:hover {
        opacity: .8; }

#logo-bonnier {
  width: 115px; }

#logo-bankier {
  background-position: -126px 0;
  width: 70px; }

#logo-vat {
  background-position: -205px 0;
  width: 38px; }

#logo-pit {
  background-position: -252px 0;
  width: 38px; }

#logo-program-partnerski {
  background-position: -299px 0;
  width: 74px; }

#logo-prnews {
  background-position: -382px 0;
  width: 106px; }

#logo-mambiznes {
  background-position: -499px 0;
  width: 96px; }

#logo-dyskusja {
  background-position: -602px 0;
  width: 106px; }

#logo-pulsbiznesu {
  background-position: -718px 0;
  width: 46px; }

.pit-blue .pit-box-full.header img {
  margin: 21px 0 23px 0; }
.pit-blue .pit-box-full.banner {
    /*background-color: #c9ecf3;*/
    /*background-image: url("images-pit/pit-thank-you-page.jpg");*/ }
.pit-blue .pit-box-full.banner a {
    color: #0066a7; }
.pit-blue footer.pit-box-full ul.menu li a {
  color: #0066a7; }

@media screen and (min-width: 420px) {
  .pit-box-full > nav,
  .pit-box-full > div {
    padding: 0 1em; }

  #logo-fejsik {
    right: 1em; } }
@media screen and (min-width: 620px) {
  .pit-box-full > nav,
  .pit-box-full > div {
    padding: 0 48px; }

  #logo-fejsik {
    right: 48px; }

  .pit-cta {
    max-width: 100%; } }
@media screen and (min-width: 850px) {
  .pit-box-full.banner {
    padding-top: 90px; }
    .pit-box-full.banner .recomendation {
      margin-bottom: 72px; }
    .pit-box-full.banner .wrap {
      width: 76%; } 
    .pit-box-full.banner p{
      width: 750px; }}
@media screen and (min-width: 1260px) {
  .pit-box-full.banner {
    background-position: center top; }}
@media screen and (min-width: 60cm) {
  .pit-root {
    font-size: 9mm;
    line-height: 1.33; } }

@media screen and (min-width: 1200px) {
    .pit-box-flex {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }

    h1.message-in-box-year-mobile-h1 {
        display: none !important;
    }

    h1.message-in-box-year-mobile-sm-h1 {
        display: none !important;
    }

    .box-year-left-margin {
        min-width: 100px;
    }

    .message-in-box-year {
        display: flex;
        max-width: 350px;
        min-width: 350px;
        max-height: 350px;
        min-height: 350px;
        flex-direction: column;
        justify-content: space-between;
    }
    .message-in-box-year-year {
        text-align: left !important;
        padding: 60px 0 0 30px !important;
    }
    .message-in-box-year-year h1 {
        font-size: 125px !important;
    }

    .message-in-box-year-download {
        text-align: right !important;
        padding: 0 45px 30px 0 !important;
    }
    .message-in-box-year-download h1 {
        font-size: 125px !important;
    }

    .box-year {
        background-image: url("../img/box-year.png");
        background-size: 350px 350px;
        color: black;
        position: relative;
        max-width: 350px;
        min-width: 350px;
        max-height: 350px;
        min-height: 350px;
    }
    .box-year::before {
        content: '';
        position: absolute;
        display: block;
        opacity: 0.21;
        background: url("../img/box-year-left.png") no-repeat center center/cover;
        left: -290px;
        background-size: 300px 400px;
        min-width: 300px;
        min-height: 400px;
        z-index: -100;
    }
    .box-year::after {
        content: '';
        position: absolute;
        display: block;
        opacity: 0.21;
        background: url("../img/box-year-right.png") no-repeat center center/cover;
        top: -50px;
        left: 260px;
        background-size: 325px 430px;
        min-width: 325px;
        min-height: 430px;
        z-index: -100;
    }
    .flex-left-page {
        display: flex;
        flex-direction: column;
    }
    .pit-box-flex-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .box-year {
        display: none !important;
    }
    h1.message-in-box-year-h1 {
        display: none !important;
    }
    .pit-box-flex {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .pit-box-flex-mobile {
        display: flex !important;
        width: 100% !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .message-in-box-year-mobile-sm-h1 {
        padding: 5px 0 0 14px !important
    }
    .message-in-box-year-mobile-h1 {
        padding: 5px 0 0 14px !important
    }

    .box-year-mobile {
        min-width: 86px;
        max-width: 86px;
        min-height: 86px;
        max-height: 86px;
        font-size: 2.5rem;
        background: url("../img/box-year-mobile.png") no-repeat center center/cover;
        background-size: 100% 100%;
    }
    .box-year-right {
        min-width: 92px;
        max-width: 92px;
        min-height: 108px;
        opacity: 0.23;
        max-height: 108px;
        margin-left: -25px;
        margin-right: 10px;
        font-size: 2.5rem;
        background: url("../img/box-year-right.png") no-repeat center center/cover;
        background-size: 100% 100%;
    }
    .box-year-left {
        min-width: 92px;
        max-width: 92px;
        min-height: 108px;
        opacity: 0.23;
        content: '';
        max-height: 108px;
        margin-right: -2px;
        font-size: 2.5rem;
        background: url("../img/box-year-left.png") no-repeat center center/cover;
        background-size: 100% 100%;
    }

    .box-download-mobile {
        min-width: 86px;
        max-width: 86px;
        min-height: 86px;
        font-size: 2.5rem;
        max-height: 86px;
        position: relative;
        background: url("../img/box-download-mobile.png") no-repeat center center/cover;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 1199px) and (min-width: 451px) {
    .flex-hero {
        display: none !important;
    }

    .flex-box-year-sm  {
        display: none !important;
    }

    .flex-hero-mobile {
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .flex-box {
        display: flex !important;
        width: 100% !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .flex-box-year {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
    }

}
@media screen and (max-width: 450px) {
    .flex-hero {
        display: none !important;
    }
    .flex-hero-mobile {
        display: none !important;
    }

    .flex-box-year-sm{
        margin-top: 1rem !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .box-year-mobile::before {
        position: absolute;
        opacity: 0.21;
        content: '';
        min-width: 92px;
        max-width: 92px;
        min-height: 108px;
        max-height: 108px;
        background: url("../img/box-year-left.png") no-repeat center center/cover;
        background-size: 100% 100%;
        left: 10px;
    }
    .box-download-mobile::after {
        min-width: 86px;
        content: '';
        max-width: 86px;
        min-height: 86px;
        font-size: 2.5rem;
        opacity: 0.21;
        max-height: 86px;
        position: absolute;
        top: 0px;
        background: url("../img/box-year-right.png") no-repeat center center/cover;
        background-size: 100% 100%;
    }
}
