* {
  font-family: "Lato", 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: 60px 0 60px 0;
  background: linear-gradient(135deg, #1a0b3d 0%, #4a1b6b 50%, #ad112a 100%);
  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;
  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 10px 30px rgba(0, 0, 0, 0.3);
}

.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: 0;
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.logo_container_white {
  margin-top: 32px;
}

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

.logo_container img {
  width: 100%;
  margin: auto;
  display: block;
}

.event-header {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.event-title {
  font-size: 2.5em;
  font-weight: 900;
  color: #1e3184;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.event-subtitle {
  font-size: 1.8em;
  font-weight: 700;
  color: #2b3752;
  margin: 0;
  line-height: 1.2;
}

.event-description {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.event-description p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
}

.event-details {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.event-date {
  font-size: 1.3em;
  color: #1e3184;
  margin-bottom: 15px;
}

.event-location {
  font-size: 1.1em;
  color: #2b3752;
  margin-bottom: 15px;
  line-height: 1.5;
}

.event-time {
  font-size: 1.1em;
  color: #2b3752;
  line-height: 1.5;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.jte-btn-wrapper,
div[class*="jte-btn-wrapper"] {
  display: flex !important;
  justify-content: flex-start !important;
  margin-top: 20px !important;
  text-align: left !important;
}

.jte-btn.jte-btn-primary,
.jte-btn-wrapper .jte-btn.jte-btn-primary,
.jte-btn-wrapper button.jte-btn.jte-btn-primary,
div[class*="jte-btn"] button[class*="jte-btn-primary"] {
  background-color: #ad112a !important;
  border: none !important;
  border-radius: 0 !important;
  color: white !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  display: inline-block !important;
  text-align: center !important;
}

.jte-btn.jte-btn-primary:hover,
.jte-btn-wrapper .jte-btn.jte-btn-primary:hover,
.jte-btn-wrapper button.jte-btn.jte-btn-primary:hover,
div[class*="jte-btn"] button[class*="jte-btn-primary"]:hover {
  background-color: #8a0e22 !important;
}

.partners-section {
  padding: 40px 0 10px 0;
  margin-top: 40px;
  min-height: 200px;
  width: 100%;
}

.partners-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  align-items: center;
  justify-items: center;
  padding: 0 40px;
}

.partner-item {
  text-align: center;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.partner-item h3 {
  font-size: 1.1em;
  font-weight: 600;
  color: #2b3752;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.partner-item img {
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 768px) {
  .partners-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .partner-item {
    height: 100px;
  }

  .partner-item img {
    max-width: 120px;
    max-height: 60px;
  }
}

.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 #153878 !important;
  padding-bottom: 10px;
  color: #153878 !important;
}

.jte-generated-form .jte-btn.jte-btn-primary {
  background: #153878 !important;
  color: #fff;
}

#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 */
