* {
  font-family: 'Lato', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#person0 {
  display: none;
}

[id^='other-special-food'],
[id^='other-special-needs'],
[id^='date_of_vacc'],
[class^='dinner_select'] {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Lato', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  margin: 60px 0 60px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(54, 182, 63, 0.76)), to(rgba(54, 182, 63, 0.76))), url(https://konferencja2021.fsma.pl/wp-content/uploads/2021/06/hero-bg.jpg);
  background-image: linear-gradient(180deg, rgba(54, 182, 63, 0.76) 0%, rgba(54, 182, 63, 0.76) 100%), url(https://konferencja2021.fsma.pl/wp-content/uploads/2021/06/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 100px;
  width: 55%;
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.floating-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: white;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

.floating-container div {
  max-width: 1300px;
  width: 45%;
  margin: auto;
}

@media (max-width: 1400px) {
  .form-container {
    width: 80%;
    padding: 60px 40px;
  }
  .floating-container div {
    width: 72%;
  }
}

@media (max-width: 500px) {
  .info {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-container {
    width: 90%;
    padding: 20px;
  }
  .floating-container div {
    width: 80%;
  }
  .name_container,
  .surname_container {
    grid-column: span 2;
  }
}

[class*='container']:not(.form-container) {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[id^='other-special-food'],
[id^='other-special-needs'],
[id^='date_of_vacc'],
[class^='dinner_select'] {
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#addperson,
.send {
  margin: 10px 0;
}

.addperson_wrapper {
  margin-top: 20px;
  text-align: center;
}

#addguardian {
  color: #0099dd;
  background: #009bdd1e;
}

#addsmaperson {
  color: #dd9000;
  background: #dd970036;
}

.add_button {
  padding: 10px 20px;
  border: 0;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  margin-right: 10px;
}

#addperson {
  color: #3b841e;
  background: rgba(59, 132, 30, 0.2);
}

#removeperson {
  padding: 10px 20px;
  border: 0;
  color: grey !important;
  background: #f5f5f5 !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
}

.disabled {
  color: grey !important;
  background: #f5f5f5 !important;
  cursor: no-drop !important;
}

.button {
  padding: 10px 20px;
  border: 0;
  color: white;
  background: #3b841e;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button:hover {
  background: rgba(59, 132, 30, 0.8);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

label {
  margin: 10px 0 10px 0;
  font-size: 0.8em;
  color: #2b3752;
  font-weight: 600;
}

[id^='person'] {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
          column-gap: 10px;
  width: 100%;
}

[id^='consultation'] {
  margin-top: 10px;
}

.osoba_title {
  font-size: 1.3em;
  font-weight: 600;
  color: #3b841e;
  position: absolute;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  font-weight: 800;
  text-transform: uppercase;
}

.osoba_title:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f007';
  margin-right: 10px;
}

input:not([type='checkbox']):not([type='radio']) {
  width: 100%;
}

input,
textarea,
select {
  padding: 15px 20px;
  margin-top: 5px;
  border-radius: 10px;
  border: 0;
  background: whitesmoke;
}

textarea {
  overflow-y: visible;
  resize: vertical;
}

.covid_container,
.previous_conference_container,
.date_of_diag_container,
.status_container,
.wheelchair_container,
.food_container,
.needs_container,
.dinner_container,
[id^='consultation'],
[id^='other-special-food'],
[id^='other-special-needs'],
[id^='date_of_vacc'],
[class^='dinner_select'],
.email_container,
.age_container,
.phone_container,
.reservation_container,
.register_type_container,
.redakcja_container,
h3 {
  grid-column: span 2;
  width: 100% !important;
}

form {
  width: 100%;
}

hr {
  margin-top: 20px;
  border: 1px #3b841e solid;
  width: 100%;
  grid-column: span 2;
}

.invoice {
  margin: 20px 0px 20px 0px;
}

#cena {
  margin: 20px 0px 20px 0px;
  font-weight: 700;
  font-size: 1.3em;
}

[type='checkbox'] {
  margin-top: 10px;
}

.price-calculated {
  margin-bottom: 0px;
}

h3 {
  font-weight: 600;
  color: #2b3752;
  margin: 25px 0 20px 0;
}

h3 span {
  color: white;
  background: #3b841e;
  border-radius: 50%;
  padding: 5px 10px;
  margin-right: 10px;
}

.logo_container {
  margin: 20px;
}

.header1 {
  font-size: 1.7em;
  color: #3b841e;
  font-weight: 800;
  margin-top: 30px;
  text-align: center;
}

.dzien {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
}

#removeperson {
  display: none;
}

.platnik_container,
.uwagi_container {
  margin-top: 20px !important;
}

.nabywca_container h2 {
  font-weight: 800 !important;
  color: #2b3752;
}

.platnik_container h2 {
  font-weight: 800 !important;
  color: #2b3752;
}

label span {
  color: #35b63f;
  font-size: 1rem;
  font-weight: 900 !important;
  padding-left: 3px;
}

.info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.info span {
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 50%;
  color: #3b841e;
  background-color: rgba(59, 132, 30, 0.2);
}

.info span:before {
  font-family: 'Font Awesome 5 Free';
  display: block;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.radio label {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.register_type_container {
  margin: 50px 0px !important;
}

.hide {
  display: none;
}

.opiekun_osoba_towarzyszaca {
  display: none;
  width: 100%;
  gap: 20px;
}

.osoba_sma:after {
  content: 'SMA';
  margin-left: 10px;
  background-color: #dd970036;
  font-size: 0.65em;
  color: #dd9000;
  padding: 5px 10px;
  border-radius: 50px;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.opiekun:after {
  content: 'Opiekun';
  margin-left: 10px;
  background-color: #009bdd1e;
  font-size: 0.65em;
  color: #0099dd;
  padding: 5px 10px;
  border-radius: 50px;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.redakcja {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

fieldset > label {
  margin-bottom: 20px !important;
}
/*# sourceMappingURL=style.css.map */