.link-menu-item {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 1px none #fff;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.link-menu-item:hover {
  color: #6b4eb6;
}

.link-menu-item.w--current {
  color: #6b4eb6;
}

.link-menu-item.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 10px;
  color: #000;
  font-weight: 500;
}

.link-menu-item.dropdown.current {
  border-bottom-style: none;
  color: #000;
}

.link-menu-item.dropdown.current:hover {
  color: #6b4eb6;
}

.link-menu-item.last {
  margin-right: 0px;
}

.link-menu-item.icon {
  width: auto;
  margin-top: -2px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown--szko-a {
  z-index: 5;
  margin-left: 0px;
  padding-left: 10px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #7e5cc7;
  border-radius: 0px;
  background-color: #f7f4f3;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.dropdown--szko-a:hover {
  color: #6b4eb6;
}

.heading {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  margin: auto 40% 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #000;
  font-size: 36px;
  line-height: 55px;
  font-weight: 600;
}

.heading.home {
  margin-bottom: auto;
  padding-top: 0vh;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 65px;
  font-weight: 500;
}

.heading.rekrutacja {
  margin-top: 2vh;
  margin-bottom: 0px;
  padding-top: 0vh;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
}

.scroll-down-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  display: block;
  width: 33.3%;
  height: 70px;
  margin-top: auto;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #7e5cc7;
  background-color: transparent;
  background-image: url('../images/arrow-villamontessori.svg');
  background-position: 50% 50%;
  background-size: auto 88%;
  background-repeat: no-repeat;
  color: #6b4eb6;
  font-size: 45px;
  text-align: center;
}

.scroll-down-home:hover {
  background-color: #6b4eb6;
  background-image: url('../images/arrow-white.svg');
  background-position: 50% 50%;
  background-size: auto 88%;
  background-repeat: no-repeat;
  color: #f7f4f3;
}

.scroll-down-home.w--current {
  border-bottom-color: #6b4eb6;
  color: #6b4eb6;
}

.texts-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 53%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.texts-div.program {
  width: 55%;
}

.languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11%;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-menu-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-width: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-menu-image.logo {
  margin-right: auto;
  padding-right: 0px;
}

.link-menu-image.footer-logo {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 68%;
}

.menu-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 44px;
  max-width: none;
  margin: 15px 5% auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: none;
  object-fit: none;
}

.image {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.logo-top {
  width: 200px;
}

.image.icon {
  position: relative;
  width: 16px;
  max-width: none;
  margin-bottom: 0px;
  color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.image.contact {
  width: auto;
  height: 50vh;
  margin: auto 5% auto auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.logo-footer {
  position: absolute;
  left: 20px;
  top: 20px;
  bottom: auto;
  width: 250px;
  margin: 0px auto 20px;
}

.image.logo-footer-mobile {
  width: 250px;
  margin: 0px auto 20px;
}

.image.footer-logo {
  width: 220px;
  margin-left: 0px;
}

.dropdown-toggle {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 10px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle.w--open {
  border-radius: 0px;
}

.violet {
  color: #6b4eb6;
  text-decoration: none;
}

.dropdown {
  z-index: 5;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown-link {
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 10px;
  background-color: #f7f4f3;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 500;
  cursor: auto;
}

.dropdown-link:hover {
  color: #6b4eb6;
}

.dropdown-link.w--current {
  color: #000;
}

.dropdown-link.w--current:hover {
  color: #6b4eb6;
}

.icon {
  margin-right: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 17px;
  line-height: 18px;
}

.section-home-head {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  background-image: url('../images/Villa-Montessori-x-Pawlowska--105.jpg');
  background-position: 100% 5%;
  background-size: 45vw;
  background-repeat: no-repeat;
}

.section-home-head.home {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Villa-Montessori-x-Pawlowska--104.jpg');
  background-position: 100% 100%;
  background-size: 130vh;
}

.photo-div {
  position: static;
  right: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  max-width: none;
  min-width: auto;
  margin: auto 0px auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Villa-Montessori-x-Pawlowska--104.jpg');
  background-position: 100% 100%;
  background-size: auto 103%;
  background-repeat: no-repeat;
  text-align: right;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-div.contact {
  width: 100%;
  height: 75vh;
  background-image: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.photo-div.header {
  overflow: hidden;
  width: 100%;
  background-image: url('../images/Villa-Montessori-x-Pawlowska--104.jpg');
  background-position: 100% 100%;
  background-size: auto 100%;
}

.photo-div.program {
  background-image: url('../images/PawłowskaxVilla_Motessori-200-removebg-preview.png');
  background-position: 93% 100%;
  background-size: auto 87vh;
}

.photo-div.omontessori {
  background-image: url('../images/PawłowskaxVilla_Motessori--206aff.jpg');
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 44px;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.dropdown-list {
  z-index: 5;
  border-right: 1px solid #000;
  background-color: transparent;
}

.dropdown-list.w--open {
  z-index: 22;
  padding-left: 0px;
  border-left: 1px solid #7e5cc7;
  border-right-color: #7e5cc7;
  background-color: #f7f4f3;
}

.arrow-program {
  display: block;
  width: 100px;
  max-width: none;
  margin-top: 10px;
  margin-right: auto;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.section-grid {
  position: absolute;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2 Area-3"
    "Area-4 Area-5 Area-6";
  -ms-grid-columns: 33.3% 0px 33.3% 0px 33.4%;
  grid-template-columns: 33.3% 33.3% 33.4%;
  -ms-grid-rows: 50% 0px 50%;
  grid-template-rows: 50% 50%;
  background-color: #f7f4f3;
  color: #000;
  font-weight: 500;
}

.text-grid {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
}

.title-programy {
  display: block;
  overflow: hidden;
  margin: auto auto 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #6b4eb6;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
}

.text-grid-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 73%;
  height: auto;
  margin: 7vh auto auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-grid-div.aktywnosci {
  margin-top: 10%;
}

.heading-programy {
  display: block;
  margin: auto auto 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #6b4eb6;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}

.heading-programy.title {
  color: #000;
  font-size: 50px;
  line-height: 65px;
  font-weight: 600;
}

.no-wrap {
  overflow: hidden;
  white-space: nowrap;
}

.no-wrap.violet {
  text-decoration: none;
}

.grid-div {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33vw;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid solid;
  border-width: 1px;
  border-color: #7e5cc7 #7e5cc7 #6b4eb6 #6b4eb6;
  border-radius: 0px;
}

.grid-div._1 {
  width: 33.3%;
  min-height: 300px;
}

.grid-div._2 {
  width: 33.3%;
  min-height: 300px;
  margin-left: 33.3%;
}

.grid-div._3 {
  width: 33.4%;
  min-height: 300px;
  margin-left: 66.6%;
}

.grid-div._4 {
  width: 33.3%;
  min-height: 300px;
}

.grid-div._5 {
  width: 33.3%;
  min-height: 300px;
  margin-top: 0vh;
  margin-left: 33.3%;
}

.grid-div._6 {
  width: 33.4%;
  min-height: 300px;
  margin-top: 0vh;
  margin-left: 66.6%;
}

.section-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.section-quote._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-top: 0vh;
}

.section-quote._2 {
  width: 100%;
  height: 35vh;
}

.quote-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 39, 152, 0.8)), to(rgba(71, 39, 152, 0.8))), url('../images/PawłowskaxVilla_Motessori-12.jpg');
  background-image: linear-gradient(180deg, rgba(71, 39, 152, 0.8), rgba(71, 39, 152, 0.8)), url('../images/PawłowskaxVilla_Motessori-12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.quote-image-div.najpierw {
  width: 100%;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 39, 152, 0.8)), to(rgba(71, 39, 152, 0.8))), url('../images/PawłowskaxVilla_Motessori1.jpg');
  background-image: linear-gradient(180deg, rgba(71, 39, 152, 0.8), rgba(71, 39, 152, 0.8)), url('../images/PawłowskaxVilla_Motessori1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.quote-image-div.omontessori {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 39, 152, 0.8)), to(rgba(71, 39, 152, 0.8))), url('../images/PawłowskaxVilla_Motessori-14.jpg');
  background-image: linear-gradient(180deg, rgba(71, 39, 152, 0.8), rgba(71, 39, 152, 0.8)), url('../images/PawłowskaxVilla_Motessori-14.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.text-quote {
  display: block;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
}

.button {
  position: static;
  left: auto;
  top: 0px;
  width: auto;
  margin: 0px auto auto 0px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #6b4eb6;
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.half-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
}

.half-text-div.kontakt {
  width: 60%;
  min-width: 0px;
  margin-top: 50px;
  margin-right: 0px;
}

.heading-span {
  color: #6b4eb6;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  text-transform: capitalize;
  list-style-type: none;
}

.right-half-photo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.half-left-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-half-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f4f3;
  color: #000;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.bullet {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  color: #6b4eb6;
  font-size: 14px;
  line-height: 10px;
}

.text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
}

.text.continue {
  margin-top: -10px;
}

.text.continue.hidden {
  overflow: hidden;
  margin-right: 6.75%;
  margin-left: 6.75%;
  text-align: left;
}

.text.continue.hidden.bigmargin {
  margin-bottom: 65px;
}

.text.steps {
  width: auto;
  max-width: 83%;
  margin-right: auto;
  margin-left: 12px;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  text-transform: uppercase;
}

.text.steps2 {
  width: auto;
  margin: 0px auto 0px 12px;
  padding: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #6b4eb6;
  line-height: 28px;
  text-align: left;
}

.text.steps3 {
  width: auto;
  margin: 0px auto 0px 67px;
  padding: 10px 0px;
  border-style: none;
  border-width: 1px;
  border-color: #6b4eb6;
  line-height: 28px;
  text-align: left;
}

.text.white {
  color: #fff;
}

.text.white.foot {
  width: 100%;
  margin-bottom: 0px;
  line-height: 50px;
  font-weight: 500;
}

.text.white.foot.row {
  margin-bottom: 0px;
}

.text.white.foot2 {
  margin-bottom: -20px;
}

.text.white._3 {
  margin-top: 0px;
}

.text.aktywnosci {
  overflow: hidden;
  margin-top: 0px;
  margin-right: 6.75%;
  margin-left: 6.75%;
}

.text.faq {
  overflow: hidden;
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
  padding-right: 5vw;
}

.text.rekrutacja {
  width: auto;
  max-width: 83%;
  margin-right: auto;
  margin-left: -55px;
  font-size: 36px;
  line-height: 55px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.text.rekrutacja.last {
  margin-left: -57px;
}

.text.last {
  margin-top: -10px;
}

.list {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.half-right-photo-div {
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.half-right-photo-div.maria {
  background-image: url('../images/Villa-Montessori-x-Pawlowska--3.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.half-right-photo-div.teacher {
  background-image: url('../images/zdjęcie-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.left-half-photo {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-steps {
  display: block;
  width: 40px;
  height: 48px;
  margin-right: 15px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.half-left-photo-div {
  width: 50%;
  height: 100%;
  margin-right: 0px;
}

.half-left-photo-div.mobile-only {
  display: none;
}

.text-2.steps.violet {
  margin-left: 0px;
  color: #6b4eb6;
  font-size: 23px;
  text-decoration: none;
  text-transform: lowercase;
}

.steps-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: -10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  border-radius: 0px;
}

.div-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 20px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-steps.rekrutacja {
  margin-top: 0px;
  margin-left: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-half-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0px;
  background-color: #f7f4f3;
  -o-object-fit: fill;
  object-fit: fill;
}

.steps-div-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  background-color: transparent;
}

.steps-div-item.first {
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.steps-div-item.rekrutacja {
  margin-top: 0px;
  margin-bottom: -20px;
}

.half-right-text-div {
  display: block;
  width: 50%;
  height: auto;
  margin: 0vh 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-contact {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 55px;
  font-weight: 600;
}

.section-full {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: auto;
  min-width: auto;
  background-color: #f7f4f3;
}

.section-full._2 {
  overflow: hidden;
  height: auto;
  background-color: #f7f4f3;
}

.section-full.omontessori {
  background-color: #f7f4f3;
}

.section-full.faq {
  position: static;
  width: 100%;
  height: auto;
  background-color: #f7f4f3;
}

.section-full.faq-page {
  position: static;
  width: 100%;
  height: auto;
  margin-top: 51px;
  background-color: #f7f4f3;
}

.text-contact {
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: 1px none #6b4eb6;
  font-family: Poppins, sans-serif;
  color: #6b4eb6;
  font-size: 42px;
  line-height: 55px;
  font-weight: 500;
  text-decoration: underline;
}

.icon-footer {
  margin-top: 0px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b4eb6;
}

.div-footer {
  width: 20%;
  margin-top: 0px;
  margin-left: -8vw;
}

.div-footer._2 {
  margin-left: 0vw;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 20px 5% 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-div.mobile {
  display: none;
}

.text-footer {
  display: inline;
  margin-top: 0px;
  color: #000;
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: none;
}

.text-footer.white {
  color: #fff;
}

.heading-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  margin: auto 40% 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 55px;
  font-weight: 600;
}

.section-half-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f4f3;
  font-family: Poppins, sans-serif;
  color: #000;
  font-weight: 500;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-programy-2 {
  display: block;
  margin: auto auto 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Poppins, sans-serif;
  color: #6b4eb6;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}

.heading-programy-2.title {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 55px;
  font-weight: 600;
}

.heading-programy-2.title.white {
  margin-left: auto;
  color: #fff;
}

.heading-programy-2.base {
  margin-bottom: auto;
  margin-left: 6.75%;
  color: #000;
  text-align: center;
}

.grid-div-programy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #6b4eb6;
  background-color: #fff;
  text-align: center;
}

.grid-div-programy.left {
  position: relative;
  left: 0px;
  z-index: 1;
  width: 33.3vw;
  height: auto;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #6b4eb6;
}

.section-drop-aktywnosci {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.image-programy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 7;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-programy.kultura {
  display: none;
}

.image-programy.j-zyk {
  display: none;
}

.image-programy.sensoryka {
  display: none;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-programy.praktyka {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
}

.image-programy.matematyka {
  display: none;
}

.div-program {
  width: 66.7vw;
}

.div-program.hidden {
  overflow: hidden;
  background-color: #f7f4f3;
}

.texts-div-2 {
  position: absolute;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin: auto auto auto 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.texts-div-2.omontessori {
  width: 55%;
  padding-bottom: 8vh;
}

.violet-2 {
  font-family: Poppins, sans-serif;
  color: #6b4eb6;
}

.violet-2.underlined {
  text-decoration: underline;
  white-space: nowrap;
}

.violet-2.faq {
  margin-left: 5vw;
}

.heading-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  margin: auto 40% 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #000;
  font-size: 42px;
  line-height: 55px;
  font-weight: 500;
}

.heading-3.home {
  width: 110%;
  margin-bottom: auto;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 62px;
  font-weight: 600;
}

.heading-3.omontessori {
  width: 110%;
  margin-bottom: auto;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 55px;
  font-weight: 600;
}

.text-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
}

.text-3.continue {
  margin-top: -10px;
}

.text-3.kontakt {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-3.white {
  color: #fff;
}

.text-3.white.foot {
  width: 25%;
  line-height: 50px;
  font-weight: 500;
}

.text-3.white.foot.contact {
  font-weight: 400;
}

.text-3.last {
  margin-top: -10px;
}

.heading-span-2 {
  font-family: Poppins, sans-serif;
  color: #6b4eb6;
  font-weight: 600;
}

.right-half-photo-2 {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  background-color: #6b4eb6;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-half-left-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f4f3;
  color: #000;
  font-weight: 500;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-half-left-3.kontakt {
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7f4f3;
}

.half-right-photo-div-2 {
  display: block;
  width: 50%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(103, 57, 223, 0.3)), to(rgba(103, 57, 223, 0.3))), none;
  background-image: linear-gradient(180deg, rgba(103, 57, 223, 0.3), rgba(103, 57, 223, 0.3)), none;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.half-right-photo-div-2.mapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 365px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Zrzut-ekranu-1015.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.half-left-text-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: auto 3vw auto 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 105%;
  max-width: none;
  margin: auto 40% 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 55px;
  font-weight: 500;
}

.heading-contact-2 {
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 62px;
  font-weight: 600;
}

.kontakt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 55px;
}

.div-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.div-kontakt.rekrutacja {
  margin-bottom: 0px;
  margin-left: 5vw;
}

.div-kontakt-left {
  width: 130px;
}

.div-kontakt-right {
  width: auto;
}

.newsletter-div {
  width: 25%;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 50px;
}

.faq-div {
  position: static;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  color: #fff;
  line-height: 50px;
  text-decoration: none;
}

.link-5 {
  color: #6b4eb6;
  text-decoration: underline;
}

.link-block {
  margin-top: 10px;
}

.link-logo {
  margin-right: auto;
  margin-left: 68%;
}

.link-logo.w--current {
  position: absolute;
  bottom: 0px;
}

.html-embed {
  width: 30%;
}

.steps-div-item-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  background-color: transparent;
}

.body {
  background-color: #f7f4f3;
}

.drop-programy {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #6b4eb6;
  background-color: #f7f4f3;
}

.drop-programy.first {
  position: relative;
  z-index: 1;
  margin-top: 75px;
}

.dropdown-toggle-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-2.w--open {
  position: static;
  margin-right: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-2 {
  position: static;
  margin-right: 6.75%;
  color: #6b4eb6;
  font-size: 30px;
}

.dropdown-list-2 {
  position: static;
}

.dropdown-list-2.w--open {
  position: static;
  width: 100%;
  margin-top: -2.5vh;
  margin-bottom: 1vh;
  background-color: #f7f4f3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-head-program {
  position: static;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: auto;
  min-width: auto;
  background-color: #f7f4f3;
}

.show-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.5%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: url('../images/DSC_0135.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.show-sensoryka {
  position: fixed;
  left: 0%;
  top: 0vh;
  right: auto;
  bottom: 0%;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.5%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: url('../images/PawłowskaxVilla_Motessori-63.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.show-jezyk {
  position: fixed;
  left: 0%;
  top: 0vh;
  right: auto;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.5%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: url('../images/DSC_0339-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.show-matematyka {
  position: fixed;
  left: 0%;
  top: 0vh;
  right: auto;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.5%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: url('../images/DSC_0330.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.show-kultura {
  position: fixed;
  left: 0%;
  top: 0vh;
  right: auto;
  bottom: 0%;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.5%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: url('../images/PawłowskaxVilla_Motessori-98.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.arrow-aktywnosci {
  display: block;
  width: 100px;
  max-width: none;
  margin-top: 10px;
  margin-right: auto;
}

.scroll-down-o-montessori {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  display: block;
  width: 50%;
  height: 70px;
  margin-top: auto;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #7e5cc7;
  background-color: transparent;
  background-image: url('../images/arrow-villamontessori.svg');
  background-position: 50% 50%;
  background-size: auto 88%;
  background-repeat: no-repeat;
  color: #6b4eb6;
  font-size: 45px;
  text-align: center;
}

.scroll-down-o-montessori:hover {
  background-color: #6b4eb6;
  background-image: url('../images/arrow-white.svg');
  background-position: 50% 50%;
  background-size: auto 88%;
  background-repeat: no-repeat;
  color: #f7f4f3;
}

.scroll-down-o-montessori.w--current {
  border-bottom-color: #6b4eb6;
  color: #6b4eb6;
}

.link-8 {
  color: #000;
}

.link-9 {
  color: #000;
}

.link-10 {
  color: #000;
}

.heading-faq {
  display: block;
  margin: auto auto 10px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Poppins, sans-serif;
  color: #6b4eb6;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}

.heading-faq.faq {
  margin-right: 5%;
  margin-bottom: auto;
  margin-left: 5%;
  color: #000;
  line-height: 44px;
  text-align: left;
  white-space: pre-wrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.icon-faq {
  position: static;
  margin: 11px 5% auto auto;
  color: #6b4eb6;
  font-size: 30px;
}

.link-11 {
  color: #000;
}

.link-12 {
  color: #000;
}

.dropdown-faq {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 40px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-faq.w--open {
  position: static;
  z-index: 2;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.texts-rekrutacja {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 53%;
  height: auto;
  max-width: none;
  min-width: auto;
  margin: 51px auto 0px 5%;
  padding-top: 7vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading-rekrutacja {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0vh 40% 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 62px;
  font-weight: 600;
}

.body-2 {
  background-color: #f7f4f3;
}

.steps-rekrutacja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 25px;
  margin-bottom: -10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
  border-radius: 0px;
}

.div-steps-rekrutacja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: auto;
  margin: 0vh auto auto 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-steps-rekrutacja {
  display: block;
  width: 90vw;
  height: auto;
  margin: 5vh auto 5vh 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.body-3 {
  background-color: #f7f4f3;
}

.body-4 {
  background-color: #f7f4f3;
}

.link-15 {
  color: #fff;
}

.dropdown--liceum {
  z-index: 5;
  margin-left: 0px;
  padding-left: 10px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #7e5cc7;
  border-radius: 0px;
  background-color: #f7f4f3;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.dropdown--liceum:hover {
  color: #6b4eb6;
}

.dropdown--przedszkole {
  z-index: 5;
  margin-left: 0px;
  padding-left: 10px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #7e5cc7;
  border-radius: 0px;
  background-color: #f7f4f3;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.dropdown--przedszkole:hover {
  color: #6b4eb6;
}

.dropdown--przedszkole.w--current {
  color: #6b4eb6;
}

.dropdown--fundacja-copy {
  z-index: 5;
  padding-left: 10px;
  border-style: solid none;
  border-width: 1px;
  border-color: #7e5cc7;
  background-color: #f7f4f3;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.dropdown--fundacja-copy:hover {
  color: #6b4eb6;
}

.dropdown--fundation {
  z-index: 5;
  margin-left: 0px;
  padding-left: 10px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #7e5cc7;
  border-radius: 0px;
  background-color: #f7f4f3;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.dropdown--fundation:hover {
  color: #6b4eb6;
}

.navbar-desktop {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.mobileonly {
  display: none;
}

.navbar-mobile {
  position: absolute;
  top: -300px;
  overflow: hidden;
  width: 100%;
}

.brand._404 {
  position: absolute;
  left: 20px;
  top: 20px;
}

.grid-section-programy {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.grid-section-programy.mobile-only {
  display: none;
}

.heading-kontakt {
  position: static;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 62px;
  font-weight: 600;
}

.overflow-hidden {
  overflow: hidden;
  height: auto;
}

.grid-section-programy-2 {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.grid-section-programy-2.mobile-only {
  display: none;
}

.grid-section-programy-3 {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.grid-section-programy-3.mobile-only {
  display: none;
}

.image-rekrutacja {
  display: none;
}

.link-16 {
  color: #6b4eb6;
}

.arrow-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 70px;
  height: 70px;
  border-style: solid;
  border-width: 1px;
  border-color: #6b4eb6;
  background-color: hsla(24, 22%, 96%, 0.8);
  font-family: Poppins, sans-serif;
}

.arrowtop {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6b4eb6;
  color: #f7f4f3;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  line-height: 60px;
  font-weight: 600;
  white-space: nowrap;
}

.body-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button404 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 80px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4f3;
  font-family: Poppins, sans-serif;
  color: #6b4eb6;
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (min-width: 1920px) {
  .link-menu-item {
    font-size: 16px;
  }

  .dropdown--szko-a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading {
    font-size: 52px;
    line-height: 75px;
  }

  .heading.home {
    max-width: 1200px;
    margin-left: 0px;
    font-size: 52px;
    line-height: 75px;
  }

  .heading.rekrutacja {
    max-width: 1200px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 35px;
  }

  .scroll-down-home {
    height: 90px;
  }

  .languages {
    font-size: 18px;
  }

  .menu-div {
    margin-top: 15px;
  }

  .image.logo-top {
    width: 240px;
  }

  .image.icon {
    font-size: 18px;
  }

  .image.logo-footer {
    font-size: 16px;
  }

  .image.logo-footer-mobile {
    font-size: 16px;
  }

  .dropdown-link {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .section-home-head {
    background-position: 100% 0%;
  }

  .menu {
    max-width: 1300px;
    font-size: 16px;
  }

  .arrow-program {
    width: 140px;
    max-width: none;
  }

  .text-grid {
    margin-top: 25px;
    font-size: 16px;
    line-height: 35px;
  }

  .title-programy {
    font-size: 35px;
    line-height: 45px;
  }

  .text-grid-div {
    margin-top: 15vh;
  }

  .heading-programy.title {
    font-size: 52px;
    line-height: 75px;
  }

  .section-quote._1 {
    height: 350px;
  }

  .section-quote._2 {
    height: 350px;
  }

  .quote-image-div {
    height: 350px;
  }

  .quote-image-div.najpierw {
    height: 350px;
  }

  .text-quote {
    font-size: 28px;
    line-height: 40px;
  }

  .button {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 35px;
  }

  .half-text-div.kontakt {
    margin-top: 70px;
  }

  .heading-span {
    font-size: 52px;
    line-height: 75px;
  }

  .list-item {
    font-size: 16px;
    line-height: 35px;
  }

  .half-left-text-div {
    max-width: 1200px;
  }

  .text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 35px;
  }

  .text.steps {
    font-size: 20px;
    line-height: 23px;
  }

  .text.steps2 {
    line-height: 25px;
  }

  .text.steps3 {
    line-height: 25px;
  }

  .text.white.foot {
    line-height: 55px;
  }

  .text.rekrutacja {
    font-size: 28px;
    line-height: 23px;
  }

  .text.rekrutacja.last {
    margin-left: -30px;
  }

  .text-2.steps.violet {
    font-size: 25px;
    line-height: 45px;
  }

  .steps-div-item {
    margin-top: 0px;
    font-size: 16px;
  }

  .steps-div-item.first {
    margin-top: 10px;
  }

  .heading-contact {
    margin-bottom: 70px;
    font-size: 52px;
  }

  .text-contact {
    font-size: 65px;
    line-height: 90px;
  }

  .icon-footer {
    font-size: 16px;
  }

  .div-footer {
    font-size: 16px;
    line-height: 35px;
  }

  .footer-div {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .text-footer.white {
    font-size: 32px;
  }

  .heading-2 {
    font-size: 52px;
    line-height: 75px;
  }

  .heading-programy-2.title.white {
    font-size: 52px;
    line-height: 75px;
  }

  .heading-programy-2.base {
    font-size: 35px;
    line-height: 45px;
  }

  .div-program.hidden {
    max-width: 1500px;
  }

  .texts-div-2.omontessori {
    max-width: 1200px;
  }

  .violet-2 {
    font-size: 16px;
    line-height: 35px;
  }

  .violet-2.title {
    font-size: 52px;
    line-height: 75px;
  }

  .heading-3.home {
    font-size: 52px;
    line-height: 75px;
  }

  .heading-3.omontessori {
    font-size: 52px;
    line-height: 75px;
  }

  .text-3 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 35px;
  }

  .text-3.white.foot.contact {
    font-size: 16px;
    line-height: 55px;
  }

  .heading-span-2 {
    font-size: 52px;
    line-height: 75px;
    font-weight: 600;
  }

  .half-right-photo-div-2.mapa {
    height: 450px;
  }

  .half-left-text-div-2 {
    max-width: 1200px;
  }

  .heading-4 {
    font-family: Poppins, sans-serif;
    font-size: 52px;
    line-height: 75px;
    font-weight: 600;
  }

  .heading-contact-2 {
    margin-top: 20px;
    font-size: 52px;
    line-height: 75px;
  }

  .div-kontakt-right {
    font-size: 16px;
    line-height: 35px;
  }

  .faq-div {
    padding-top: 50px;
  }

  .link-block {
    font-size: 16px;
  }

  .link-facebook {
    font-size: 18px;
  }

  .steps-div-item-last {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .drop-programy {
    max-width: 1920px;
    margin-left: 0px;
  }

  .drop-programy.first {
    max-width: 1920px;
    margin-top: 115px;
    margin-left: 0px;
  }

  .dropdown-toggle-2.no-line {
    max-width: none;
  }

  .arrow-aktywnosci {
    width: 140px;
    max-width: none;
  }

  .scroll-down-o-montessori {
    height: 90px;
  }

  .link-8 {
    font-size: 16px;
    line-height: 35px;
  }

  .link-10 {
    font-size: 16px;
    line-height: 35px;
  }

  .heading-faq.faq {
    font-size: 35px;
    line-height: 45px;
  }

  .dropdown-faq {
    max-width: 1920px;
    margin-left: 0%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-rekrutacja {
    font-size: 52px;
    line-height: 75px;
  }

  .steps-rekrutacja {
    max-width: 2000px;
  }

  .section-steps-rekrutacja {
    max-width: 1800px;
  }

  .dropdown--liceum {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown--przedszkole {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown--fundacja-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown--fundation {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-kontakt {
    font-size: 52px;
    line-height: 75px;
  }

  .body-6 {
    background-color: #f7f4f3;
  }
}

@media screen and (max-width: 991px) {
  .link-menu-item {
    font-size: 13px;
  }

  .heading {
    font-size: 30px;
    line-height: 46px;
  }

  .heading.home {
    width: 84%;
    margin-top: auto;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0vh;
    font-size: 30px;
    line-height: 45px;
  }

  .heading.home.program {
    margin-top: 7vh;
    padding-top: 70px;
  }

  .heading.rekrutacja {
    font-size: 12px;
    line-height: 24px;
  }

  .texts-div {
    width: 56%;
  }

  .link-menu-image.logo.w--current {
    margin-right: auto;
    margin-left: 5vw;
  }

  .image.logo-top {
    width: 180px;
    margin-left: 0vw;
  }

  .image.contact {
    position: static;
    z-index: 0;
    height: 40vh;
  }

  .image.logo-footer {
    width: 200px;
  }

  .image.logo-footer-mobile {
    width: 180px;
  }

  .section-home-head {
    background-position: 100% 8%;
  }

  .section-home-head.home {
    width: 100%;
    background-image: none;
  }

  .photo-div.header {
    width: 100vw;
    background-position: 40% 100%;
    background-size: auto 110%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .photo-div.program {
    background-position: 70% 100%;
    background-size: auto 80vh;
  }

  .photo-div.omontessori {
    background-image: url('../images/PawłowskaxVilla_Motessori--206aff.jpg');
    background-position: 100% 130%;
    background-size: auto 85vh;
  }

  .arrow-program {
    width: 90px;
  }

  .section-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .text-grid {
    font-size: 13px;
  }

  .title-programy {
    font-size: 16px;
  }

  .text-grid-div {
    margin-top: 5.5vh;
  }

  .heading-programy.title {
    font-size: 35px;
  }

  .grid-div {
    width: 33.33vw;
    height: 50vh;
  }

  .grid-div._1 {
    min-width: auto;
  }

  .grid-div._2 {
    min-width: auto;
  }

  .grid-div._3 {
    min-width: auto;
  }

  .grid-div._4 {
    min-width: auto;
  }

  .grid-div._5 {
    min-width: auto;
  }

  .grid-div._6 {
    min-width: auto;
  }

  .quote-image-div {
    width: 100%;
  }

  .quote-image-div.najpierw {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 39, 152, 0.8)), to(rgba(71, 39, 152, 0.8))), url('../images/PawłowskaxVilla_Motessori1.jpg');
    background-image: linear-gradient(180deg, rgba(71, 39, 152, 0.8), rgba(71, 39, 152, 0.8)), url('../images/PawłowskaxVilla_Motessori1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .quote-image-div.rekrutacja {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 39, 152, 0.8)), to(rgba(71, 39, 152, 0.8))), url('../images/PawłowskaxVilla_Motessori-17.jpg');
    background-image: linear-gradient(180deg, rgba(71, 39, 152, 0.8), rgba(71, 39, 152, 0.8)), url('../images/PawłowskaxVilla_Motessori-17.jpg');
  }

  .text-quote {
    font-size: 18px;
  }

  .button {
    width: 100%;
    font-size: 13px;
    line-height: 26px;
  }

  .half-text-div {
    padding-right: 2%;
  }

  .half-text-div.kontakt {
    margin-top: 35px;
  }

  .list-item {
    font-size: 13px;
  }

  .right-half-photo {
    width: 100%;
    margin-right: 0%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .section-half-left {
    width: 100%;
  }

  .text {
    font-size: 13px;
  }

  .text.steps {
    font-size: 16px;
  }

  .text.white.foot {
    margin-bottom: 0px;
  }

  .text.rekrutacja {
    max-width: none;
    font-size: 30px;
    line-height: 47px;
  }

  .half-right-photo-div.maria {
    background-image: url('../images/Villa-Montessori-x-Pawlowska--3.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .icon-steps {
    max-width: none;
  }

  .icon-steps._1 {
    margin-top: 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .text-2.steps.violet {
    font-size: 18px;
  }

  .section-half-right {
    width: 100%;
  }

  .heading-contact {
    font-size: 30px;
  }

  .text-contact {
    position: static;
    z-index: 4;
    font-size: 35px;
  }

  .div-footer {
    margin-left: -7vw;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 47px;
  }

  .heading-programy-2.title.white {
    font-size: 29px;
  }

  .heading-programy-2.base {
    font-size: 25px;
  }

  .grid-div-programy.left {
    position: relative;
    z-index: 1;
  }

  .texts-div-2.omontessori {
    top: 0%;
    margin-top: 70px;
    padding-bottom: 0vh;
  }

  .heading-3.home {
    width: 100%;
    min-width: 70px;
    margin-top: 7vh;
    padding-bottom: 0vh;
    font-size: 30px;
    line-height: 47px;
  }

  .heading-3.omontessori {
    width: 100%;
    min-width: 70px;
    margin-top: 5vh;
    padding-bottom: 0vh;
    font-size: 30px;
    line-height: 45px;
  }

  .text-3 {
    font-size: 12px;
    line-height: 25px;
  }

  .text-3.kontakt {
    font-size: 12px;
  }

  .text-3.white.foot.contact {
    font-size: 12px;
  }

  .heading-span-2 {
    font-size: 30px;
    line-height: 47px;
  }

  .half-right-photo-div-2.mapa {
    height: 350px;
  }

  .half-left-text-div-2 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .heading-contact-2 {
    font-size: 30px;
    line-height: 47px;
  }

  .dropdown-list-2.w--open {
    margin-top: -30px;
  }

  .show-image {
    position: fixed;
    z-index: 30;
  }

  .arrow-aktywnosci {
    width: 90px;
  }

  .scroll-down-o-montessori {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    width: 50vw;
    margin-bottom: 0px;
    border-style: solid;
    border-color: #6b4eb6;
  }

  .heading-faq.faq {
    font-size: 25px;
  }

  .icon-faq {
    margin-top: 9px;
  }

  .heading-rekrutacja {
    font-size: 30px;
    line-height: 47px;
  }

  .navbar-desktop {
    overflow: hidden;
    margin-top: -55px;
  }

  .mobileonly {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
    color: transparent;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 55px;
    margin-right: 0vw;
    margin-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 55px;
    margin-right: 0vw;
    margin-left: auto;
    padding: 14px 0vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #6b4eb6;
  }

  .menu-button.w--open {
    position: static;
    right: 0px;
    z-index: -3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 55px;
    margin-right: 5vw;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: transparent;
    text-align: center;
  }

  .nav-link {
    display: block;
    margin-right: 25vw;
    margin-left: 5vw;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
    color: #f7f4f3;
    font-size: 12px;
  }

  .nav-link.w--current {
    color: #f7f4f3;
  }

  .nav-link.right {
    color: #000;
    font-size: 12px;
  }

  .nav-link.right.current {
    margin-left: 0vw;
    padding-left: 5vw;
    background-color: #f7f4f3;
    color: #6b4eb6;
    font-size: 12px;
    font-weight: 500;
  }

  .nav-menu {
    display: block;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f4f3;
  }

  .icon-3 {
    position: static;
    z-index: -3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    color: #6b4eb6;
    font-size: 30px;
  }

  .icon-3:active {
    color: transparent;
  }

  .icon-3:focus {
    color: transparent;
  }

  .div-block-left {
    position: absolute;
    width: 50vw;
    margin-right: 0px;
    margin-left: 50vw;
    border-bottom: 2px solid #6b4eb6;
    background-color: #6b4eb6;
    color: transparent;
  }

  .div-block-right {
    position: absolute;
    width: 50vw;
    margin-right: 50vw;
    margin-left: 0vw;
    border-bottom: 2px solid #6b4eb6;
    background-color: #f7f4f3;
    color: transparent;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin: -40px 5vw 20px auto;
  }

  .image-2 {
    font-size: 12px;
  }

  .navbar-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    overflow: visible;
    height: 55px;
    background-color: transparent;
  }

  .menu-button-2 {
    right: 5vw;
    padding-top: 12px;
    padding-right: 0px;
    color: #6b4eb6;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    padding-bottom: 12px;
    background-color: transparent;
    color: #6b4eb6;
  }

  .brand {
    left: 5vw;
    margin-top: 12px;
    margin-bottom: auto;
  }

  .brand._404 {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .container-2 {
    width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
  }

  .icon-4 {
    margin-top: 0px;
  }

  .nav--mobile-menu {
    position: absolute;
    left: 0px;
    z-index: 4;
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f7f4f3;
  }

  .nav-link-left {
    position: static;
    left: 5vw;
    width: auto;
    margin-right: auto;
    margin-left: 0px;
    padding: 18px 50% 18px 5vw;
    font-family: Poppins, sans-serif;
    color: #f7f4f3;
    font-size: 13px;
  }

  .nav-link-left.w--current {
    width: auto;
    padding-top: 18px;
    padding-right: 50%;
    color: #f7f4f3;
    font-size: 13px;
  }

  .nav-link-left.violet {
    width: auto;
    padding-right: 50%;
    color: #6b4eb6;
    font-size: 13px;
    font-weight: 500;
  }

  .nav-link-right {
    position: static;
    right: 5vw;
    width: 45vw;
    margin-right: 5vw;
    margin-left: auto;
    padding-left: 5vw;
  }

  .div-nav-right {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6b4eb6;
  }

  .div-nav-left {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #6b4eb6;
    background-color: #f7f4f3;
  }

  .div-nav-left-copy {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6b4eb6;
  }

  .div-menu-right {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-right: 0px;
    margin-left: 50%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #6b4eb6;
    background-color: #6b4eb6;
  }

  .link-fb {
    position: absolute;
    left: auto;
    top: 295px;
    right: 5vw;
    bottom: 0%;
    z-index: 4;
    width: 20px;
    height: 20px;
  }

  .heading-kontakt {
    font-size: 30px;
    line-height: 47px;
  }

  .overflow-hidden {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 33px;
  }

  .heading.home {
    font-size: 18px;
    line-height: 33px;
  }

  .heading.home.program {
    margin-top: 4vh;
  }

  .scroll-down-home {
    z-index: 2;
    display: none;
    height: 45px;
  }

  .texts-div.kontakt {
    width: auto;
  }

  .link-menu-image.footer-logo {
    display: none;
  }

  .image.logo-footer {
    width: 170px;
  }

  .image.logo-footer-mobile {
    width: 200px;
    margin-top: 25px;
    margin-right: auto;
  }

  .section-home-head.home {
    background-position: 40% 100%;
  }

  .photo-div.contact {
    height: 80vh;
  }

  .photo-div.header {
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .photo-div.program {
    background-position: 85% 100%;
    background-size: auto 85vh;
  }

  .photo-div.omontessori {
    background-size: auto 100vh;
  }

  .arrow-program {
    width: 60px;
    font-size: 10px;
    line-height: 10px;
  }

  .text-grid {
    overflow: hidden;
    color: #000;
    font-size: 12px;
    line-height: 24px;
  }

  .title-programy {
    font-size: 12px;
    line-height: 24px;
  }

  .heading-programy.title {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 33px;
  }

  .grid-div._1 {
    min-width: auto;
  }

  .grid-div._2 {
    min-width: auto;
  }

  .grid-div._3 {
    min-width: auto;
  }

  .grid-div._4 {
    min-height: 350px;
    min-width: auto;
  }

  .grid-div._5 {
    min-height: 350px;
    min-width: auto;
  }

  .grid-div._6 {
    min-height: 350px;
    min-width: auto;
  }

  .section-quote._1 {
    height: 200px;
  }

  .section-quote._2 {
    height: 200px;
  }

  .quote-image-div {
    height: 200px;
  }

  .quote-image-div.najpierw {
    height: 200px;
  }

  .text-quote {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  .button {
    font-size: 12px;
    line-height: 24px;
  }

  .half-text-div.kontakt {
    width: 55%;
  }

  .heading-span {
    font-size: 18px;
    line-height: 33px;
  }

  .list-item {
    font-size: 12px;
    line-height: 20px;
  }

  .section-half-left {
    height: 100vh;
    min-height: 600px;
  }

  .section-half-left.min-height-675 {
    height: 100vh;
    min-height: 675px;
  }

  .text {
    font-size: 12px;
    line-height: 24px;
  }

  .text.steps {
    font-size: 12px;
  }

  .text.steps3 {
    margin-left: 62px;
  }

  .text.rekrutacja {
    margin-left: -30px;
    font-size: 18px;
    line-height: 33px;
  }

  .text.rekrutacja.last {
    max-width: none;
    margin-left: -35px;
    padding-right: 0px;
  }

  .half-right-photo-div.maria {
    background-position: 90% 50%;
  }

  .icon-steps {
    width: 25px;
    height: 25px;
    max-width: none;
    margin-right: 10px;
  }

  .icon-steps._1 {
    margin-top: 23px;
  }

  .text-2.steps.violet {
    font-size: 12px;
  }

  .section-half-right {
    height: 100vh;
    min-height: 600px;
    color: #000;
  }

  .section-half-right.min-height-690 {
    min-height: 690px;
  }

  .steps-div-item {
    margin-bottom: 5px;
  }

  .steps-div-item.first {
    margin-top: -20px;
    margin-bottom: 5px;
  }

  .heading-contact {
    font-size: 30px;
    line-height: 40px;
  }

  .section-full.omontessori {
    z-index: 0;
  }

  .text-contact {
    font-size: 35px;
    line-height: 33px;
  }

  .div-footer {
    margin-left: auto;
  }

  .div-footer._2 {
    margin-right: -25px;
  }

  .footer-div.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 33px;
  }

  .section-half-left-2 {
    min-height: 600px;
  }

  .heading-programy-2.title.white {
    font-size: 18px;
    line-height: 33px;
  }

  .heading-programy-2.base {
    font-size: 15px;
  }

  .heading-3.omontessori {
    width: 115%;
    margin-top: 3vh;
    font-size: 18px;
    line-height: 33px;
  }

  .text-3 {
    line-height: 24px;
  }

  .text-3.white.foot.contact {
    width: 35%;
    margin-left: auto;
  }

  .heading-span-2 {
    font-size: 18px;
    line-height: 33px;
  }

  .section-half-left-3.min-height-640 {
    min-height: 640px;
  }

  .section-half-left-3.min-height-720 {
    min-height: 720px;
  }

  .half-right-photo-div-2.mapa {
    margin-top: 0px;
  }

  .half-left-text-div-2 {
    width: auto;
    margin-right: 10%;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 33px;
  }

  .heading-contact-2 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 33px;
  }

  .kontakt-container {
    margin-top: 50px;
  }

  .div-kontakt-left {
    width: 100px;
  }

  .faq-div {
    padding-top: 20px;
  }

  .link {
    white-space: nowrap;
  }

  .link-logo {
    display: none;
    margin-left: 63%;
  }

  .link-logo.w--current {
    display: none;
    margin-top: -200px;
    opacity: 1;
  }

  .html-embed {
    width: 0px;
    opacity: 0;
  }

  .html-embed.mobile {
    width: 90%;
    opacity: 1;
  }

  .steps-div-item-last {
    margin-bottom: 0px;
  }

  .drop-programy.first {
    margin-top: 45px;
  }

  .icon-2 {
    font-size: 20px;
  }

  .dropdown-list-2.w--open {
    margin-top: -10px;
  }

  .arrow-aktywnosci {
    width: 60px;
  }

  .scroll-down-o-montessori {
    z-index: 1;
    height: 45px;
  }

  .heading-faq.faq {
    font-size: 15px;
    line-height: 20px;
  }

  .icon-faq {
    font-size: 20px;
  }

  .dropdown-faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-rekrutacja {
    font-size: 18px;
    line-height: 33px;
  }

  .navbar-mobile {
    height: 50px;
    padding-top: 5px;
    background-color: hsla(24, 22%, 96%, 0.5);
  }

  .brand {
    padding-left: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .icon-4 {
    font-size: 25px;
  }

  .nav--mobile-menu {
    z-index: 3;
  }

  .nav-link-left {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .nav-link-left.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .nav-link-left.violet {
    padding-top: 12px;
    padding-right: 20%;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .nav-link-left.violet.w--current {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .div-nav-left {
    z-index: 2;
  }

  .div-menu-right {
    z-index: 5;
  }

  .link-fb {
    top: 235px;
  }

  .grid-section-programy {
    height: 50vh;
    min-height: 300px;
  }

  .heading-kontakt {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 33px;
  }

  .grid-section-programy-2 {
    height: 50vh;
    min-height: 350px;
  }

  .grid-section-programy-3 {
    height: 50vh;
    min-height: 350px;
  }

  .logo-mobile {
    margin-top: -20px;
  }

  .image-3 {
    margin-bottom: 10px;
  }

  .arrow-top {
    width: 50px;
    height: 50px;
  }

  .arrow-top.w--current {
    width: 50px;
    height: 50px;
  }

  .text404 {
    font-size: 42px;
    line-height: 50px;
  }

  .button404 {
    width: 320px;
    height: 80px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 37px;
  }
}

@media screen and (max-width: 479px) {
  .heading.home {
    padding-bottom: 10px;
    font-weight: 600;
  }

  .heading.home.program {
    width: 88%;
    margin-top: 2vh;
  }

  .texts-div.program {
    width: 78%;
  }

  .texts-div.kontakt {
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image.contact {
    display: none;
  }

  .image.logo-footer {
    margin-right: 0px;
  }

  .image.logo-footer-mobile {
    margin-top: 0px;
  }

  .section-home-head {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .photo-div.contact {
    height: 300px;
  }

  .photo-div.header {
    background-position: 40% 100%;
    background-size: auto 100%;
  }

  .photo-div.program {
    background-position: 60% 100%;
    background-size: auto 75vh;
  }

  .photo-div.omontessori {
    background-position: 80% 180%;
    background-size: auto 90vh;
  }

  .arrow-program {
    width: 60px;
  }

  .text-grid {
    color: #000;
  }

  .text-grid.white {
    color: #f7f4f3;
  }

  .title-programy {
    font-family: Poppins, sans-serif;
    color: #6b4eb6;
  }

  .title-programy.white {
    color: #f7f4f3;
  }

  .text-grid-div {
    margin-top: 35px;
  }

  .text-grid-div.aktywnosci {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .grid-div._1 {
    width: 50%;
    min-height: 330px;
  }

  .grid-div._2 {
    width: 50%;
    min-height: 330px;
    margin-left: 50%;
  }

  .grid-div._3 {
    width: 50%;
    min-height: 400px;
    margin-top: 0vh;
    margin-left: 0%;
    background-color: #6b4eb6;
  }

  .grid-div._4 {
    width: 50%;
    min-height: 400px;
    margin-left: 50%;
  }

  .grid-div._5 {
    width: 50%;
    min-height: 430px;
    margin-top: 0vh;
    margin-left: 0%;
  }

  .grid-div._6 {
    width: 50%;
    min-height: 430px;
    margin-top: 0vh;
    margin-left: 50%;
  }

  .section-quote._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-quote {
    line-height: 30px;
  }

  .half-text-div {
    width: 100%;
    margin-top: 45px;
  }

  .half-text-div.kontakt {
    width: 100%;
    margin-top: 30px;
  }

  .half-text-div.home {
    margin-top: 0px;
  }

  .right-half-photo {
    height: 250px;
    margin-top: 45px;
  }

  .half-left-text-div {
    width: 90%;
    margin: 45px 5% 0px;
  }

  .section-half-left {
    height: auto;
    min-height: auto;
    padding-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-half-left.min-height-675 {
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-half-left.home {
    padding-top: 0px;
  }

  .text.continue.hidden {
    margin-right: 5%;
    margin-left: 5%;
  }

  .text.steps3 {
    margin-left: 47px;
  }

  .text.white.foot {
    width: 45%;
  }

  .text.aktywnosci {
    margin-right: 5%;
    margin-left: 5%;
  }

  .text.rekrutacja {
    max-width: none;
    margin-left: -35px;
  }

  .text.rekrutacja.last {
    max-width: none;
    margin-top: 16px;
  }

  .text.last {
    margin-top: -10px;
    margin-bottom: 0px;
  }

  .half-right-photo-div {
    width: 100%;
    margin-top: auto;
  }

  .half-right-photo-div.maria {
    overflow: visible;
    height: 250px;
    margin-top: 45px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .half-right-photo-div.teacher {
    height: 250px;
    margin-top: 25px;
    background-position: 50% 50%;
  }

  .left-half-photo {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .icon-steps {
    position: static;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon-steps._4 {
    margin-top: -5px;
  }

  .icon-steps._1 {
    position: absolute;
    left: 5%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .half-left-photo-div {
    display: none;
    width: 100%;
  }

  .half-left-photo-div.mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    margin-top: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .div-steps {
    margin-top: 22px;
  }

  .div-steps.rekrutacja {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    margin-bottom: -5px;
    margin-left: 5%;
    padding-left: 38px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-half-right {
    height: auto;
    min-height: auto;
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f7f4f3;
  }

  .section-half-right.program {
    margin-top: 0px;
  }

  .section-half-right.home {
    margin-top: 0px;
  }

  .steps-div-item.rekrutacja {
    margin-top: -20px;
  }

  .half-right-text-div {
    width: 100%;
  }

  .heading-contact {
    font-size: 23px;
    line-height: 33px;
  }

  .text-contact {
    font-size: 23px;
  }

  .div-footer {
    width: 45%;
  }

  .footer-div.mobile {
    margin-top: 270px;
  }

  .section-half-left-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-programy-2.title.white {
    margin-right: 5%;
    margin-bottom: 10px;
    margin-left: 5%;
    color: #6b4eb6;
    font-size: 18px;
    font-weight: 600;
  }

  .heading-programy-2.base {
    margin-left: 5%;
  }

  .grid-div-programy.left {
    width: 100%;
    background-color: #f7f4f3;
  }

  .grid-div-programy.left.no-line {
    border-bottom-style: none;
  }

  .section-drop-aktywnosci {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-program.hidden {
    width: 100%;
  }

  .texts-div-2.omontessori {
    width: 90%;
  }

  .heading-3.omontessori {
    width: 100%;
    margin-top: 1vh;
  }

  .text-3.white.foot.contact {
    position: absolute;
    width: 100%;
    margin-top: 435px;
    margin-bottom: 0px;
  }

  .text-3.last {
    margin-top: -10px;
    margin-bottom: 0px;
  }

  .right-half-photo-2 {
    height: 250px;
  }

  .section-half-left-3.kontakt {
    margin-bottom: -20px;
  }

  .section-half-left-3.min-height-640 {
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f7f4f3;
  }

  .section-half-left-3.min-height-720 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .half-right-photo-div-2 {
    width: 100%;
    height: 250px;
    margin-top: 25px;
  }

  .half-right-photo-div-2.mapa {
    display: none;
  }

  .half-left-text-div-2 {
    width: 90%;
    margin-bottom: 0px;
    margin-left: 5%;
  }

  .div-kontakt.rekrutacja {
    margin-top: -20px;
    margin-bottom: -10px;
  }

  .html-embed {
    margin-top: 30px;
  }

  .dropdown-toggle-2 {
    height: 70px;
  }

  .dropdown-toggle-2.no-line {
    height: 70px;
    border-top: 1px none #000;
  }

  .show-image {
    position: static;
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: -7px;
  }

  .show-sensoryka {
    position: static;
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: -7px;
    background-position: 50% 10%;
  }

  .show-jezyk {
    position: static;
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: -7px;
  }

  .show-matematyka {
    position: static;
    width: 100%;
    height: 200px;
    margin-bottom: -7px;
  }

  .show-kultura {
    position: static;
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: -7px;
  }

  .arrow-aktywnosci {
    display: none;
  }

  .texts-rekrutacja {
    width: 90%;
    margin-top: 50px;
    margin-right: 5%;
    padding-top: 5vh;
  }

  .nav-link {
    padding-right: 20px;
    font-size: 10px;
    font-weight: 500;
  }

  .nav-link.right {
    margin-left: 0vw;
    padding-right: 20px;
    padding-left: 5vw;
    background-color: #f7f4f3;
    color: #6b4eb6;
    font-weight: 500;
  }

  .nav-link.right.current {
    font-weight: 500;
  }

  .div-block-right {
    width: 100vw;
    margin-right: 0vw;
    padding-right: 50vw;
    background-color: #6b4eb6;
  }

  .navbar-mobile {
    background-color: hsla(24, 22%, 96%, 0.5);
  }

  .nav-link-left {
    padding-right: 0%;
  }

  .nav-link-left.w--current {
    padding-right: 0%;
  }

  .nav-link-left.violet {
    padding-right: 0%;
  }

  .grid-section-programy {
    display: none;
    min-height: 330px;
  }

  .grid-section-programy.mobile-only {
    display: block;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .grid-section-programy-2 {
    display: none;
    height: 50vh;
    min-height: 400px;
  }

  .grid-section-programy-2.mobile-only {
    display: block;
  }

  .grid-section-programy-3 {
    height: 50vh;
    min-height: 430px;
  }

  .grid-section-programy-3.mobile-only {
    display: block;
  }

  .image-rekrutacja {
    display: block;
    width: 90%;
    height: auto;
    max-width: none;
    margin: 50px auto -70px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .body-5 {
    background-color: #f7f4f3;
  }

  .body-6 {
    background-color: #f7f4f3;
  }

  .link-17 {
    color: #6b4eb6;
  }

  .arrowtop {
    width: 50px;
    height: 50px;
  }

  .text404 {
    font-size: 30px;
  }

  .button404 {
    width: 225px;
    height: 60px;
    margin-top: 20px;
    font-size: 15px;
  }
}

