/* Styl dla kontenera kolumny */

.podzial-kolumn {
  display: grid;
  grid-template-columns: 220px auto 190px;
  height: 100%;
}

.kolumny {
  max-width: 1300px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 120px auto 0 auto;
}

.left-column {
  width: 300px;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-right: 10px;
  margin-left: 30px;
}

.right-column {
  width: 100%;
  display: flex;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  flex-direction: column;
}

body {
  background: linear-gradient(to bottom, rgb(255 0 0 / 0%), rgba(255, 0, 0, 0.2)),
    url(pliki/Logo/tłoSP_kolor.png);
  /* Ustaw skalowanie tła na pełną szerokość i wysokość */
  background-size: cover;
  /* Pozwól tłu wypełnić cały obszar body */
  background-attachment: fixed;
  /* Opcjonalnie, aby tło pozostało nieruchome */
  line-height: 1;
  /* Ustaw pozycję gradientu na dole strony */
  /* background-position: center bottom; */
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: stretch;
}

h2 {
  margin-bottom: 20px;
}

h4 {
  margin: 0px 0 20px 0;
}

h5 {
  margin: 0;
  margin: 20px 0 10px 0;
  font-size: 18px;
}

/* Stylizacja tabeli_OLD*/

label {
  font-weight: normal;
}

input[type="text"] {
  padding: 5px;
  width: 200px;
}

input[type="submit"] {
  padding: 10px 20px;
  background-color: #1f3e63;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  height: 40px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0px;
  margin-right: 30px;
  background-color: #ffffff;
}

table th,
table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  font-size: 14px;
}

table th {
  background-color: #1f3e63;
  color: white;
}
table td:first-child {
  font-weight: bold;
}

#rejestruj-zgłoszenie {
  padding: 10px 20px;
  background-color: #1f3e63;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 30px 0 0 0;
  height: 20px;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s;
  font-weight: inherit;
}
#rejestruj-zgłoszenie:hover {
  background-color: #ed1a3b;
}

#zgłoszenie {
  padding: 10px 20px;
  background-color: #1f3e63;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 30px 0 0 0;
  width: 200px;
  height: auto;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s;
}
#zgłoszenie:hover {
  background-color: #ed1a3b;
}

#bottom-pdf-ticket {
  display: flex;
  justify-content: space-around;
  margin: 40px 0 20px 0;
}

#generuj-pdf {
  padding: 10px 20px;
  background-color: #1f3e63;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 30px 0 0 0;
  width: 200px;
  height: auto;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s;
}
#generuj-pdf:hover {
  background-color: #ed1a3b;
}

#oblicz-składkę {
  padding: 10px 20px;
  background-color: #1f3e63;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  margin: 30px 0 0 10px;
  width: 100px;
  height: auto;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s;
}
#oblicz-składkę:hover {
  background-color: #ed1a3b;
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0px;
  margin-right: 30px;
  background-color: #ffffff;
}
.custom-table th,
.custom-table td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  width: 50%;
  height: 30px;
  font-size: 17px;
}
.custom-table th {
  background-color: #1f3e63;
  color: white;
}

.bonus {
  color: #929292;
  text-align: center;
}

.result-heading {
  margin-top: 30px;
}

.result-heading h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.result-heading p {
  margin: 0;
}

/* Stylizacja header */
h1 {
  text-align: center;
  color: #333;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin-bottom: 10px;
}

.download-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1f3e63;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s;
}

.download-link:hover {
  background-color: #ed1a3b;
}

.top_header {
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  margin-bottom: 20px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 85px;
  margin: auto 30px auto 30px;
}

.header .logo img {
  width: 100px;
}

.header .column {
  display: flex;
  justify-content: space-between;
}

.header .user-info,
.header .session-timer,
.header .logout {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.header .column:nth-child(2) {
  margin-left: auto;
}

.header .column:nth-child(3) {
  margin-left: auto;
  margin-right: auto;
}

.header .column:last-child {
  justify-content: flex-end;
  margin-right: 20px;
  margin-left: 20px;
}

/* Stylizacja menu 

.menu-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
.skew-menu {
  text-align: center;
}

.skew-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skew-menu ul li {
  position: relative;
  display: flex;
  background-color: #ffffff;
  float: left;
  color: #1f3e63;
  font-weight: bolder;
  transition: all 0.3s linear;
  width: 140px;
  height: 55px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.skew-menu ul li:hover {
  background-color: #ed1a3b;
  color: #ffffff;
}



.skew-menu ul li a {
  display: block;
  padding: 1em 5px;
  color: inherit;
  text-decoration: none;
  transform: none; 
  margin: 5px auto;
  font-size: 14px;
  width: 100%;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #1f3e63;
  top: 100%;
  left: 0;
  width: 100%;
  transform: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  width: 100%;
}

.dropdown-menu li a {
  transform: none;
}

*/

/* Stylizacja ekranu wylogowania */
.logout-button {
  padding: 10px 20px;
  background-color: #1f3e63;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  text-decoration: none;
}

.logout-button:hover {
  background-color: #ed1a3b;
}

/* Stylizacja ekranu logowania */
.background {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.ekran-logowania {
  width: 500px;
  height: 400px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(20, 50, 87, 0.3);
  border-radius: 18px;
}

.login-form {
  padding: 20px;
  margin-top: 20px;
}

.login-form input[type="login"] {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 15px;
  width: 250px;
}

.login-form input[type="password"] {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 5px;
  width: 250px;
}

.login-form button {
  padding: 10px 20px;
  background-color: #1f3e63;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.login-form button:hover {
  background-color: #ed1a3b;
}

.login-error {
  color: red;
  margin-top: 10px;
}

.login-correct {
  color: green;
  margin-top: 10px;
}

.info {
  font-size: 16px;
  color: #1f3e63;
  margin-bottom: 20px;
  text-align: center;
}

/* Stylizacja okna z treścią */
.content-frame-big {
  width: 1300px;
  height: auto;
  text-align: center;
  vertical-align: middle;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto 30px auto;
  max-width: 1300px;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
  border-radius: 10px;
}

.content-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  margin: auto 50px auto 50px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
  border-radius: 10px;
  min-height: 400px;
}

#frame-kalkulator {
  margin: 20px 50px 20px 50px;
}

.content-frame-kolumna1 {
  flex: 1;
  margin-right: 20px;
}

.content-frame-kolumna2 {
  flex: 4;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

.content p {
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  margin: 5px auto;
}

.special-text {
  display: flex;
  align-items: center;
  height: 40px;
}

.special-text p {
  font-size: 16px;
  color: #6f6c6cb7;
  line-height: 1;
  text-align: left;
  margin-left: 10px;
}
.special-text p1 {
  font-size: 16px;
  color: #6f6c6cb7;
  line-height: 1.3;
  text-align: left;
  margin-left: 10px;
}
.special-text p2 {
  font-size: 16px;
  color: #6f6c6cb7;
  line-height: 1.3;
  text-align: left;
  margin-left: 10px;
}

.special-text.special-text-1 {
  font-size: 16px;
  color: #6f6c6cb7;
  line-height: 1.3;
  text-align: left;
  margin-left: 0px;
  margin-top: 10px;
  height: auto;
}

.special-text.special-text-1 p {
  font-size: 16px;
  color: #6f6c6cb7;
  line-height: 1.2;
  text-align: left;
  margin-left: 10px;
}

.special-text.special-text-2 {
  font-size: 16px;
  color: #6f6c6cb7;
  line-height: 1.5;
  text-align: left;
  margin-left: 0px;
  margin-top: auto;
}

.title {
  font-size: 20px;
  color: #1f3e63;
  text-align: left;
  margin: 40px 0px 0px 50px;
}

#title2 {
  font-size: 20px;
  color: #1f3e63;
  text-align: left;
  margin: 40px 50px 50px 50px;
}

.description {
  font-size: 16px;
  color: #1f3e63;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  /* max-width: 700px;*/
}

.description ol li {
  line-height: 1.2;
  font-size: 16px;
}

.image {
  width: 100%;
  max-width: 200px;

  height: auto;
  margin-bottom: 0px;
}

#logo-treść {
  width: 25px;
  height: auto;
  margin-bottom: 0;
  filter: hue-rotate(210deg);
}

#logo-xlsx {
  width: 23px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0px;
  filter: hue-rotate(210deg);
}

#logo-mail {
  width: 23px;
  height: auto;
  margin-bottom: 0;
  filter: hue-rotate(210deg);
}

#logo-pdf {
  width: 23px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0px;
  filter: hue-rotate(210deg);
}

#logo-ppt {
  width: 23px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0px;
  filter: hue-rotate(210deg);
}

#logo-docx {
  width: 23px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0dvh;
  filter: hue-rotate(210deg) grayscale(100%);
}

#list-contenct {
  font-size: 18px;
  color: #535353;
  line-height: 1;
  text-align: left;
  list-style-type: disc;
  margin: 0 0 0 0;
}

/* Stylizacja formularza - pakiety */
.content-formularz-frame-big {
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* poprzedni styl
  margin: 0 auto 30px auto;*/
  margin: 0 0 30px 0;
  max-width: 1305px;
  min-width: 1305px;
  max-height: 100%;
  /* overflow: auto; */
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
  border-radius: 10px;
}

.content-formularz-frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  margin: auto 20px auto 20px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
  border-radius: 10px;
}
.content-formularz-frame-kolumna1 {
  flex: 1;
  margin-right: 20px;
}

.content-formularz-frame-kolumna2 {
  flex: 4;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 10px;
}

.content-formularz p {
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  text-align: left;
}

.special-formularz-text {
  display: flex;
  align-items: center;
  height: 40px;
}
.description-formularz {
  font-size: 16px;
  color: #1f3e63;
  margin-bottom: 0px;
  margin-right: 20px;
  max-width: 100%;
}

.description-formularz ol li {
  line-height: 1.2;
}
#list-contenct-formularz {
  font-size: 16px;
  color: #535353;
  line-height: 1;
  text-align: left;
  list-style-type: disc;
  margin: 0 0 25px 0;
  list-style-type: decimal;
  text-align: left;
  width: 100%;
}

/* Stylizacja stopki */

#stopka-top {
  flex-shrink: 0;
  margin-top: auto;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

#stopka {
  display: block;
  background-color: #fff;
  color: black;
  padding: 20px 0;
  line-height: 10px;
  text-align: center;

  bottom: 0;
  left: 0;
  width: 100%;
}

.stopka-content {
  display: flex;
  justify-content: space-between;
  /*max-width: 1200px;*/
  margin: 0 auto;
}

.stopka-column {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
}

.stopka-column h3 {
  margin-bottom: 10px;
  margin-top: 0;
}

.stopka-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stopka-column ul li {
  margin-bottom: 5px;
}

.stopka-column ul li a {
  color: white;
  text-decoration: none;
}

.stopka-column p {
  margin: 0;
}

.stopka-column a[href^="tel:"] {
  color: white;
  text-decoration: none;
}

.stopka-column a[href^="mailto:"] {
  color: white;
  text-decoration: none;
}

/* Styl dla strony głównej */

.kolumny-main-status {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 110px 20px 5px 20px;
}

.kolumny-main {
  display: grid;
  grid-template-columns: 49.4% 49.4%;
  justify-content: space-between;
  margin: 5px 20px 50px 20px;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  max-width: 1320px;
}

.left-column-main {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: auto;
  flex-direction: column;
  max-width: 650px;
}
.right-column-main {
  width: 100%;
  display: flex;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  flex-direction: column;
  max-width: 650px;
}

.image-main {
  width: 100%;
  min-width: 100px;
  height: auto;
  margin-bottom: 0px;
  margin: 0 40px 0 40px;
}

#p-main {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  text-align: left;
}

#title-main-top {
  font-size: 26px;
  color: #1f3e63;
  text-align: center;
  margin: 120px 200px 10px 230px;
}

#title-main {
  font-size: 20px;
  color: #1f3e63;
  text-align: left;
  margin: 10px 10px 10px 0px;
}

.content-frame-main-kolumny {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 200px;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  margin-left: 0;
  max-width: 650px;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
  border-radius: 10px;
}

.content-frame-main-lewy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 200px;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  margin-left: 0;
  max-width: 650px;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
  border-radius: 10px;
}

.content-frame-main-prawy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 200px;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
  margin-right: 0;
  max-width: 650px;
  max-height: 100%;
  overflow: auto;
  background: #ffffff;
  box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
  border-radius: 10px;
}

#content-main {
  text-align: left;
  margin: 0 0 0 50px;
}

#link-main {
  text-decoration: none;
  color: #333333;
  margin-bottom: 15px;
  display: flex;
}
.link-like {
  cursor: pointer;
  text-decoration: none;
}

.link-like:hover {
  color: #ed1a3b;
}

.menu-link {
  display: flex;
  padding: 10px 20px;
  background-color: #1f3e63;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 150px;
  height: 35px;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 16px;
}

.menu-link:hover {
  background-color: #ed1a3b;
}

.arrow-icon {
  margin-left: 10px; /* Dodaj margines po lewej stronie */
  width: 13px;
  height: 13px;
}

/* Responsywność dla urządzeń mobilnych 1268px */
@media screen and (max-width: 1600px) {
  body {
    padding: 10px;
  }

  .podzial-kolumn {
    display: flex;
    grid-template-columns: 220px auto 190px;
    height: 100%;
    justify-content: center;
  }
  .small-screen {
    display: none;
  }
  .menu {
    display: none;
  }

  .menu-wrapper {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .top_header {
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    margin-bottom: 20px;
  }
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 85px;
    margin: auto 30px auto 30px;
  }
  .header .logo img {
    width: 80px;
  }
  .header .user-info {
    margin-right: 0;
    margin-top: 10px;
  }
  .header .session-timer {
    margin-left: 0;
  }
  .menu-item {
    margin-bottom: 10px;
  }
  .kolumny {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 20px 0 20px;
  }

  .left-column {
    width: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    margin-right: 10px;
    margin-left: 30px;
  }

  .right-column {
    width: 100%;
    display: flex;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }

  .kolumny-main {
    display: grid;
    grid-template-columns: 49.4% 49.4%;
    justify-content: space-between;
    margin: 20px 20px 5px 20px;
    width: auto;
    margin-top: 10px;
    flex-direction: column;
    max-width: 1320px;
  }

  .kolumny-main-status {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 20px 5px 20px;
  }

  .left-column-main {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 30px;
    flex-direction: column;
  }
  .right-column-main {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 30px;
    flex-direction: column;
  }

  .image-main {
    width: 100%;
    min-width: 100px;
    height: auto;
    margin-bottom: 0px;
    margin: 0 10px 0 10px;
  }
  .content-formularz-frame-big {
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto 30px 20px;
    max-width: 1300px;
    max-height: 100%;
    min-width: 0px;
    overflow: auto;
    background: #ffffff;
    box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
    border-radius: 10px;
  }
  .content-frame-main-lewy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 250px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 80px;
    margin-left: auto;
    max-width: 650px;
    max-height: 100%;
    overflow: auto;
    background: #ffffff;
    box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
    border-radius: 10px;
  }

  .content-frame-main-prawy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 250px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 80px;
    margin-right: auto;
    max-width: 650px;
    max-height: 100%;
    overflow: auto;
    background: #ffffff;
    box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
    border-radius: 10px;
  }
  #content-main {
    text-align: left;
    margin: 0 0 0 0;
  }

  .content-frame-big {
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto 30px auto;
    max-width: 1000px;
    max-height: 100%;
    overflow: auto;
    background: #ffffff;
    box-shadow: 0px 4px 15px 1px rgba(68, 73, 79, 0.3);
    border-radius: 10px;
  }
  .content-frame-kolumna1 {
    flex: 1;
    margin-right: 20px;
    margin-left: 20px;
  }

  .content-frame-kolumna2 {
    flex: 4;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
  }
  .content-formularz p {
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
  }

  .special-formularz-text {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .description-formularz {
    font-size: 12px;
    color: #1f3e63;
    margin-bottom: 0px;
    margin-right: 20px;
    max-width: 700px;
  }

  .description-formularz ol li {
    line-height: 1.2;
  }
  #list-contenct-formularz {
    font-size: 12px;
    color: #535353;
    line-height: 1;
    text-align: left;
    list-style-type: disc;
    margin: 0 0 25px 0;
    list-style-type: decimal;
    text-align: left;
  }
}
