body {
  background-color: #fff;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.container {
  display: block;
  max-width: 1242px;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
  padding-left: 0px;
  clear: none;
  -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;
}

.container.info4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.container.kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-image {
  overflow: visible;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image {
  position: static;
  display: block;
  max-width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
}

.hero-header {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 68px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.tre {
  width: 300px;
  margin-right: 0px;
  padding-right: 0px;
  font-size: 15px;
  line-height: 20px;
}

.section {
  display: block;
}

.heading {
  display: block;
  width: 400px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading.wysrodkowany {
  width: auto;
  font-size: 36px;
  text-align: center;
}

.przycisk-du-y {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 15px;
  background-color: #ff8020;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.6);
}

.przycisk-du-y:hover {
  background-color: #d66917;
}

.navbar {
  background-color: transparent;
}

.przycisk-menu {
  margin-right: 12px;
  margin-left: 0px;
  color: #fff;
}

.przycisk-menu:hover {
  background-color: #ff8020;
  color: #0a0a0a;
}

.przycisk-menu.w--current {
  background-color: #ff8020;
  color: #000;
}

.telefon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ff8020;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-icon {
  padding-left: 19px;
}

.phone-number {
  padding: 0px 18px;
}

.dropdown-list {
  height: 176px;
}

.dropdown-list.w--open {
  width: auto;
  height: auto;
  background-color: #971b1e;
}

.section-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #971b1e;
}

.slider {
  margin-top: 0px;
  padding-top: 70px;
}

.rozwijany:hover {
  background-color: #ff8020;
  color: #000;
}

.krotka_informacja {
  display: block;
  margin-top: 96px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.kafelek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.icon_family {
  max-width: 150px;
}

.text_icon {
  padding: 18px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  text-align: center;
}

.heading-3.kontakt_info {
  width: 320px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 3px 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 200px;
  background-color: #971b1e;
  color: #fff;
}

.heading-3.nazwa_firmy {
  color: #971b1e;
  font-size: 30px;
}

.heading-3.kontaktnaglowek {
  margin-top: 10px;
  margin-bottom: 0px;
}

.opis_firmy {
  width: 800px;
  margin-top: 25px;
  margin-bottom: 26px;
  text-align: center;
}

.zdjecie_firmowe {
  height: 400px;
  background-image: url('../images/firma_czarnobiale.jpg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.o_firmie {
  margin-bottom: 20px;
  padding-top: 70px;
}

.produkty {
  padding-top: 70px;
}

.conteriner.produkty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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;
}

.galaretki {
  padding-top: 70px;
}

.nazwa_dzialu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 50px;
  -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;
}

.galaretka_produkt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  -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;
}

.nazwa_produkty {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 700;
}

.waga_produktu {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 25px;
  font-weight: 700;
}

.image-2 {
  margin-left: 105px;
}

.div-block-3 {
  width: 300px;
  margin-right: 122px;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.czekoladki {
  margin-top: 56px;
  padding-top: 70px;
}

.landrynki {
  margin-top: 57px;
  padding-top: 70px;
}

.sezonowe {
  margin-top: 57px;
  padding-top: 70px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kontakt {
  padding-top: 70px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-8 {
  width: 300px;
}

.dane_kontakt {
  width: 300px;
  color: #fff;
  text-align: center;
}

.godziny_otwarcia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-right: 25px;
  margin-bottom: 36px;
  padding-bottom: 23px;
  -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;
  border-radius: 10px;
  background-color: rgba(255, 128, 32, 0.9);
}

.kontakt_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
}

.dane_kontaktowe_email {
  width: 300px;
  color: #fff;
}

.div-block-9 {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container.hero {
    -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-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .body {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-image {
    display: none;
    overflow: hidden;
    margin-left: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image {
    overflow: visible;
    margin-left: 0px;
  }

  .hero-header {
    display: block;
    overflow: visible;
    margin-right: auto;
    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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .tre {
    width: 400px;
  }

  .przycisk-menu {
    width: 300px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .przycisk-menu.w--current {
    margin: 0px 17px 17px;
  }

  .przycisk-menu.strzalka {
    width: 20px;
    margin-top: 34px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .telefon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    margin-bottom: 0px;
    padding-bottom: 29px;
    background-color: #971b1e;
  }

  .icona-hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    padding-top: 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-radius: 10px;
    background-color: #ff8020;
  }

  .rozwijany {
    display: block;
    width: 300px;
    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;
  }

  .div-block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .opis_firmy {
    width: auto;
  }

  .menu-button {
    background-color: #971b1e;
  }

  .menu-button:active {
    background-color: #971b1e;
  }

  .menu-button.w--open {
    background-color: #971b1e;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    -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;
  }

  .div-block-6 {
    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;
  }

  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .kontakt {
    padding-top: 23px;
  }

  .godziny_otwarcia {
    margin-right: 0px;
  }

  .kontakt_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .container.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }

  .body {
    padding: 8px;
  }

  .hero-image {
    margin-left: 0px;
  }

  .image {
    margin-left: 0px;
  }

  .zdjecie_firmowe {
    display: none;
    overflow: visible;
  }

  .galaretka_produkt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    margin-left: 0px;
  }

  .div-block-3 {
    margin-right: 0px;
    text-align: center;
  }

  .div-block-4 {
    grid-row-gap: 60px;
  }

  .lightbox-link {
    display: block;
    -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;
  }

  .godziny_otwarcia {
    width: 330px;
  }
}

@media screen and (max-width: 479px) {
  .hero-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    width: 300px;
  }

  .heading.wysrodkowany {
    width: 300px;
  }

  .krotka_informacja {
    margin-top: 49px;
  }

  .div-block {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .heading-3.nazwa_firmy {
    padding-right: 43px;
    padding-left: 43px;
  }

  .godziny_otwarcia {
    width: 320px;
  }
}

