.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navigace {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.leva_nabidka_container {
  padding-left: 0;
}

.hlavni_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.select-field {
  border-radius: 5px;
  height: 50px;
  margin-bottom: 15px;
  font-size: 1rem;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  margin-top: 15px;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  width: 60%;
}

.leve_menu_container {
  background-color: #fafafa;
  border-radius: 10px;
  min-height: auto;
  margin-bottom: 20px;
  padding: 20px 10px 30px;
}

.tlacitko_primarni {
  background-color: #0c68d0;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-top: 10px;
  margin-right: 0;
  padding: 10px 0;
  font-size: 1rem;
  display: flex;
}

.tlacitko_primarni:hover {
  background-color: #084f9e;
}

.leve_menu_ikona_kategorie {
  border-radius: 0;
  margin-right: 15px;
  padding: 0;
}

.text-field {
  color: #333;
  border: 1px solid #cecece;
  border-radius: 10px;
  width: 60%;
  height: 50px;
}

.heading-2 {
  color: #0c68d0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3em;
}

.obsah_stranky {
  background-color: #0000;
  border-radius: 20px;
  min-height: 500px;
  padding-left: 50px;
}

.menu_oddelovaci_cara {
  background-color: #e6e6e6;
  height: 1px;
  margin: 10px 10px 15px;
  padding-left: 0;
  padding-right: 0;
}

.nazev_kategorie {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 2rem;
  display: flex;
}

.oddelovaci_cara_obsah {
  background-color: #e6e6e6;
  height: 1px;
  margin: 15px 10px 15px 0;
  padding-left: 0;
  padding-right: 0;
}

.leve_menu_nazev_kategorie {
  color: #333;
  font-size: 1rem;
  line-height: 1em;
  text-decoration: none;
}

.leve_menu_nazev_kategorie:hover {
  text-decoration: none;
}

.leve_menu_nazev_kategorie.bold {
  text-transform: none;
  font-weight: 700;
}

.leve_menu_tlacitko_nazev_ikony {
  outline-offset: 0px;
  cursor: auto;
  border-bottom: 0 solid #dbdbdb;
  outline: 0 #333;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 5px;
  text-decoration: none;
  display: flex;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100vw;
  font-family: Poppins, sans-serif;
  display: block;
}

.section {
  min-height: 500px;
  margin-top: 0;
  margin-bottom: 25px;
}

.container-2 {
  background-color: #f1f1f1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 50px 20px 40px;
}

.bold-text {
  font-size: 1rem;
  display: block;
}

.image {
  display: block;
}

.image.logo_form {
  flex: 0 auto;
  align-self: auto;
}

.tlacitko_sekundarni {
  color: #0c68d0;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-top: 10px;
  margin-right: 0;
  padding: 10px 0;
  font-size: 1rem;
  display: flex;
}

.tlacitko_sekundarni:hover {
  background-color: #dbdbdb;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-3 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.bold-text-2 {
  color: #0c68d0;
  font-size: 1rem;
  line-height: 1.3em;
  display: block;
}

.container-4 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-6 {
  width: 100%;
}

.section-3 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 4rem;
  line-height: 1.3em;
}

.text-block {
  align-self: center;
}

.pripravujeme {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.pripravujeme_div {
  background-color: #ffe8a2;
  border-radius: 10px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 940px;
  margin-top: 10px;
  padding: 5px 20px;
  display: flex;
}

.logo_form_div {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .leve_menu_container {
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leve_menu_ikona_kategorie {
    width: 28px;
    margin-right: 10px;
  }

  .obsah_stranky {
    padding-left: 20px;
  }

  .leve_menu_nazev_kategorie {
    font-size: .75rem;
  }

  .leve_menu_tlacitko_nazev_ikony {
    height: 30px;
  }

  .tlacitko_sekundarni {
    margin-right: 0;
  }

  .container-4, .pripravujeme_div, .logo_form_div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-4, .field-label, .text-field {
    width: 80%;
  }

  .tlacitko_sekundarni {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .div-block-4 {
    flex-flow: column;
    width: 100%;
  }

  .field-label {
    width: 90%;
  }

  .tlacitko_primarni {
    margin-right: 0;
  }

  .text-field {
    width: 90%;
  }

  .obsah_stranky {
    padding-left: 10px;
  }

  .container-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image {
    margin-bottom: 10px;
    display: block;
  }

  .image.logo_form {
    display: none;
  }

  .container-4 {
    flex-flow: column;
    align-items: center;
  }

  .heading-3 {
    text-align: center;
    font-size: 2rem;
  }

  .pripravujeme {
    text-align: center;
    font-size: 1.25rem;
  }

  .pripravujeme_div, .logo_form_div {
    flex-flow: column;
    align-items: center;
  }
}


