.full-cookie {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2f55d4cc;
  z-index: 10000; }
  .full-cookie .cookie-container {
    background-color: #ffffff;
    width: 50%;
    height: 60%; }
    @media (max-width: 768px) {
      .full-cookie .cookie-container {
        width: 100%;
        height: 100%; } }
  .full-cookie .cookie-text {
    height: 100%; }
    @media (max-width: 768px) {
      .full-cookie .cookie-text {
        width: 100vw; } }
  .full-cookie .tab-content {
    overflow-y: auto;
    height: calc(100% - 130px); }
    @media (max-width: 768px) {
      .full-cookie .tab-content {
        height: calc(100% - 330px); } }
  .full-cookie .w-200 {
    width: 230px;
    min-width: 200px; }
  .full-cookie .cookie-buttons {
    display: flex;
    justify-content: space-evenly; }
    @media (max-width: 768px) {
      .full-cookie .cookie-buttons .button {
        margin: 5px 0; } }
    @media (max-width: 768px) {
      .full-cookie .cookie-buttons {
        display: block;
        text-align: center; } }
  .full-cookie .nav-link:after {
    display: none !important; }
  @media screen and (max-width: 768px) {
    .full-cookie .nav {
      padding-left: 2px;
      padding-right: 2px; }
    .full-cookie .nav li {
      display: block !important;
      width: 100%;
      margin: 0px; }
    .full-cookie .nav li.active {
      border-bottom: 1px solid #E6E6E6 !important;
      margin: 0px; } }
  .full-cookie .nav-tabs {
    border-bottom: 0px;
    color: #323232; }
    .full-cookie .nav-tabs .nav-link {
      color: #323232;
      border: 0; }
      .full-cookie .nav-tabs .nav-link:hover {
        border-bottom: 10px solid #009688;
        border-color: #009688; }
      .full-cookie .nav-tabs .nav-link.active {
        border-bottom: 10px solid #009688; }
  .full-cookie .nav-tabs .nav-link:focus, .full-cookie .nav-tabs .nav-link:hover {
    border-color: #009688; }

.button {
  padding: 10px 20px;
  cursor: pointer;
  border: 0px; }

.blue-button {
  background-color: #009688;
  color: #ffffff; }
  .blue-button:hover {
    background-color: #00756a;
    color: #ffffff; }

.pink-button {
  background-color: #ff6977;
  color: #ffffff; }

section h1 {
  padding-top: 24px; }
section p {
  padding-left: 8px; }
section ul, section ol {
  padding-left: 24px; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #009688; }

.green-box {
  color: #ffffff;
  background-color: #009688;
  padding: 100px 50px; }
  .green-box h2, .green-box h3 {
    color: #ffffff; }
  .green-box p {
    font-size: 1.2rem; }

.pricelist .price-card {
  border: 2px solid #E6E6E6; }
  .pricelist .price-card:hover {
    box-shadow: 0px 0px 12px 4px #9c9c9c; }
  .pricelist .price-card h3 {
    font-size: 2.0rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #009688; }
  .pricelist .price-card .price {
    font-size: 2.0rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    background-color: #009688;
    margin: 0px;
    padding: 20px 0;
    outline: 2px solid #009688; }
.pricelist ul {
  padding: 12px 0px; }
  .pricelist ul li {
    font-size: 1.3rem;
    line-height: 2.5rem;
    list-style: none; }

.special-border-section {
  border-top: solid 5px #009688; }

.section-ksef-info h2 {
  padding-bottom: 30px; }

.section-ksef-info p {
  font-size: 1.1rem;
  line-height: 1.6rem; }

.section-ksef-info ul {
  font-size: 1.1rem;
  line-height: 2rem; }

.section-ksef-info ul {
  padding-left: 40px; }

.select-pieczec .title {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 20px; }
.select-pieczec select {
  font-size: 1.2rem;
  border-color: #009688;
  border-radius: 4px;
  padding: 5px 10px;
  color: #7a7a7a; }

.jak-wspolpracujemy-lista {
  font-size: 1.2rem;
  line-height: 2rem; }
  .jak-wspolpracujemy-lista li {
    margin: 4px 0; }

.white-hr {
  margin: 0px;
  border: 2px solid #ffffff;
  padding: 2px 0px; }

.pwf-price-list .header {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #009688;
  color: #ffffff;
  vertical-align: center;
  padding: 12px 0px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center; }
.pwf-price-list .row {
  padding: 12px 0px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center; }

/*# sourceMappingURL=site_new.css.map */
