body {
  font-family: Arial, sans-serif;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  /* padding:     0px; */
}

h1,
h2 {
  margin: 10px 0;
}

section {
  margin-bottom: 20px;
}
li {
  list-style-type: disc !important ;
}
ul {
  padding: 0;
  margin-bottom: 0 !important;
}
.join-us-list {
  padding: 0;
  margin-left: 25px;
}
/* li {
    margin-bottom: 5px;
} */

.hidden {
  display: none;
}
.half-hero2 {
  min-height: 600px;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.top-header-form {
  padding: 9px 0px !important;
}
.benefity,
.dodatki {
  margin-left: 0;
}

.benefity li {
  list-style-type: none !important;
}

.dodatki li {
  list-style-type: none !important;
}
.footer__address li {
  list-style-type: none !important;
}
.dane .row > * {
  width: auto;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

#kwota-slider {
  height: 10px;
  background-color: #ddd;
}

.wycena {
  text-align: center;
  margin-top: 50px;
}

.wycena img {
  max-width: 200px;
  margin-bottom: 20px;
}

#carousel {
  height: 200px;
  overflow: hidden;
}

.form-input {
  width: 200px !important;
}

.country-select {
  width: 200px !important;
  height: 26px !important;
  line-height: 25px !important;
}
.logo-img {
  width: 350px;
}
.btn {
  background-color: #e55625 !important;
  /* Kolor tła */
  color: white !important;
  /* Kolor tekstu */
  border: none !important;
  /* Usunięcie obramowania */
  padding: 10px 20px !important;
  /* Wewnętrzny odstęp: góra/dół, prawo/lewo */
  text-align: center !important ;
  /* Wyrównanie tekstu */
  text-decoration: none !important;
  /* Usunięcie dekoracji tekstu */
  display: inline-block;
  /* Typ wyświetlania */
  font-size: 16px !important;
  /* Rozmiar czcionki */
  margin: 4px 2px !important;
  /* Zewnętrzny odstęp */
  cursor: pointer !important;
  /* Kursor w postaci wskaźnika */
  border-radius: 5px !important;
  /* Zaokrąglenie rogów */
}

.btn:hover {
  background-color: #ec6132;
}

.btn-a {
  background-color: #e55625;
  /* Kolor tła */
  color: white;
  /* Kolor tekstu */
  border: none;
  /* Usunięcie obramowania */
  padding: 10px 20px;
  /* Wewnętrzny odstęp: góra/dół, prawo/lewo */
  text-align: center;
  /* Wyrównanie tekstu */
  text-decoration: none;
  /* Usunięcie dekoracji tekstu */
  display: inline-block;
  /* Typ wyświetlania */
  font-size: 16px;
  /* Rozmiar czcionki */
  margin: 4px 2px;
  /* Zewnętrzny odstęp */
  cursor: pointer;
  /* Kursor w postaci wskaźnika */
  border-radius: 5px;
  /* Zaokrąglenie rogów */
}

.btn-a:hover {
  background-color: #ec6132;
  color: #fff;
  text-decoration: none;
}

.noUi-handle {
  top: -10px !important;
}
.form-hero-inner {
  vertical-align: top !important;
}

.input-join-us {
  width: 260px;
}
a {
  text-decoration: none !important;
}
.hidden2 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
}
.visible {
  max-height: 2000px;
  opacity: 1;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
}
label {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .form-input {
    width: 100% !important;
  }
  .dane .row.d-flex.justify-content-between {
    flex-direction: column;
  }
}
label {
  margin-right: 20px;
}
.benefity li {
  display: flex;
}
.dodatki li {
  display: flex;
}
label {
  margin-bottom: 0px !important;
}

ul ul li {
  list-style-type: disc;
}
.form-answer {
  display: flex;
}
ul li {
  margin-left: 10px;
}
.header-top__left-info ul li {
  margin-left: 0;
}
