* {
  font-family: "Open Sans", sans-serif;
}

input {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

#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: 120px 0 120px 0;
  background-image: url("tło.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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;
  width: 90%;
  padding-bottom: 32px;
  max-width: 900px;
  -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;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.send {
  padding: 10px 20px;
  border: 0;
  color: white;
  background: #1e3184;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
}

textarea {
  overflow-y: visible;
  resize: vertical;
}

#form {
  width: 80%;
}

form {
  width: 100%;
}

[type="checkbox"] {
  margin-top: 10px;
}

h3 {
  font-weight: 600;
  color: #2b3752;
  margin: 0px 0 20px 0;
}

h3 span {
  color: white;
  background: #1e3184;
  border-radius: 50%;
  padding: 5px 10px;
  margin-right: 10px;
}

.logo_container {
  padding: 20px;
  margin: 0 20%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.logo_container_white {
  margin-top: 32px;
}

.logo_container_white img {
  width: 15%;
  justify-content: center;
  display: block;
  margin: 0 auto;
}

.logo_container img {
  width: 50%;
  display: block;
  margin: 0;
}

.header1 {
  font-size: 1.4em;
  color: #1e3184;
  font-weight: 700;
  text-align: center;
}

label span {
  color: #153878;
  font-size: 1rem;
  font-weight: 900 !important;
  padding-left: 3px;
}

.jte-form-group,
.jte-radio-group,
.jte-seperator {
  width: 100% !important;
}

.jte-generated-form .jte-form-group.jte-checkbox .jte-form-control.checkbox {
  visibility: visible !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 10px !important;
}

.jte-checkbox label {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}

.jte-step-wizard.jte-step-active {
  padding: 0px !important;
}

.jte-panel-module-group-header,
.jte-panel-module-category-header {
  display: none;
}

.jte-panel-module-container
  .jte-panel-module-group-container
  .jte-panel-module-category-container
  .jte-panel-module-items {
  margin-bottom: 10px;
}

.jte-generated-form .jte-seperator {
  border-bottom: 2px solid #3f575b !important;
  padding-bottom: 10px;
  color: #3f575b !important;
}

#opcja-nauczyciel-rodzic_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jte-form-group-radio
  .jte-form-radio-control:checked
  ~ .jte-form-radio-control-label::before {
  border: 2px solid #153878 !important;
  background-color: #153878 !important;
}

.jte-form-group-radio
  .jte-form-radio-control:checked
  ~ .jte-form-radio-control-label::after {
  border: 2px solid #153878 !important;
}

.jte-panel-module-container {
  font-size: 10pt;
  line-height: 1.5;
}

.jte-generated-form .jte-form-group.jte-checkbox {
  font-weight: 300;
  line-height: 1.5;
  font-size: 10pt;
}

#osobuczniow-ze-specjalnymi-potrzebami_container + div {
  border: none !important;
  color: #292929 !important;
}

.logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 50px;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}

.logos img {
  width: 100%;
}

@media (max-width: 900px) {
  .logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logos img {
    width: 100%;
  }

  .logos {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 550px) {
  .jte-radio-group {
    flex-wrap: wrap;
  }
}

@media (max-width: 490px) {
  .logos {
    grid-template-columns: 1fr !important;
  }

  .logos img {
    max-width: 170px;
  }
}

.jte-panel-module-item-card-text {
  font-weight: 800;
}

.jte-panel-module-item-wrapper {
  margin: 0 !important;
}

.jte-panel-module-items {
  gap: 15px;
}

.jte-panel-module-container
  .jte-panel-module-group-container
  .jte-panel-module-category-container
  .jte-panel-module-items {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: (minmax(220px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.jte-panel-module-item-wrapper:nth-child(1) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 1;
}

.jte-panel-module-item-wrapper:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.jte-panel-module-item-wrapper:nth-child(3) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#form
  > form
  > div.jte-step-wizard.jte-step-one.jte-step-active
  > div.jte-panel-module-container
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#form
  > form
  > div.jte-step-wizard.jte-step-one.jte-step-active
  > div.jte-panel-module-container
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(2) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

#form
  > form
  > div.jte-step-wizard.jte-step-one.jte-step-active
  > div.jte-panel-module-container
  > div:nth-child(2)
  > div
  > div
  > div:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.jte-panel-module-seperator {
  display: none !important;
}

.jte-form-group-radio .jte-form-radio-control ~ .jte-form-radio-control-label {
  height: initial !important;
}

.jte-form-group-radio
  .jte-form-radio-control
  ~ .jte-form-radio-control-label:after {
  top: 0;
}

/*# sourceMappingURL=style.css.map */

.jte-panel-module-item-duration {
  display: none !important;
}

strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  body {
    background-size: contain;
    background-position: top;
  }
}

.logo-belt {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-belt img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

@media (max-width: 900px) {
  .logo-belt {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .logo-belt {
    width: 95%;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .logo-belt img {
    max-width: 100%;
  }
}

.limit-notice {
  width: 80%;
  margin-top: 30px;
  padding: 20px 25px;
  background-color: #07334c;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  box-sizing: border-box;
}

.limit-notice .limit-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

.limit-notice .limit-list {
  font-size: 16px;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.6;
  padding-left: 20px;
  list-style-type: disc;
}

.limit-notice .limit-list li {
  margin-bottom: 8px;
}

.limit-notice .limit-list li:last-child {
  margin-bottom: 0;
}

.limit-notice .additional-info {
  font-size: 16px;
  color: #ffc107;
  margin: 0;
  line-height: 1.6;
}

.limit-notice .additional-info strong {
  font-weight: 700;
  color: #ffc107;
}

@media (max-width: 600px) {
  .limit-notice {
    width: 90%;
    padding: 15px 20px;
    margin-top: 25px;
  }

  .limit-notice .limit-title {
    font-size: 16px;
  }

  .limit-notice .limit-list {
    font-size: 14px;
    padding-left: 18px;
  }

  .limit-notice .additional-info {
    font-size: 14px;
  }
}
