html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@keyframes changing-size {
  from {
    width: 100%;
  }
  to {
    width: 110%;
  }
}
.icon:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.375rem;
  text-decoration: none;
  display: inline-block;
  font-size: 1.0625rem;
}
.icon-cat::before {
  content: "\f6be"; /* fa-cat */
}
.icon-paw::before {
  content: "\f1b0"; /* fa-paw */
}
.icon-heart::before {
  content: "\f004"; /* fa-heart */
}
.icon-vet::before {
  content: "\f469"; /* fa-stethoscope */
}
.icon-food::before {
  content: "\f5d1"; /* fa-bone */
}
.icon-toy::before {
  content: "\f52d"; /* fa-feather-alt */
}
.icon-home::before {
  content: "\f015"; /* fa-home */
}
.icon-news::before {
  content: "\f1ea"; /* fa-newspaper */
}
.icon-fish::before {
  content: "\f578"; /* fa-fish */
}
.icon-cut::before {
  content: "\f0c4"; /* fa-cut */
}
.icon-envelope::before {
  content: "\f0e0"; /* fa-envelope */
}
.icon-phone::before {
  content: "\f095"; /* fa-phone */
}
.icon-broom::before {
  content: "\f51a"; /* fa-broom */
}
.icon-hand-paper::before {
  content: "\f256"; /* fa-hand-paper */
}
.icon-book-open::before {
  content: "\f518"; /* fa-open-book */
}
.icon-house-couch::before {
  content: "\f4b8"; /* fa-couch */
}
.icon-toilet::before {
  content: "\f7d8"; /* fa-toilet */
}
.icon-sink::before {
  content: "\e06d"; /* fa-sink */
}
.icon-arrow-top::before {
  content: "\f062"; /* fa-arrow */
}
.icon-arrow-circle-right::before {
  content: "\f35a"; /* fa-circle-right */
}
.icon-globe::before {
  content: "\f0ac"; /* fa-globe */
}
.icon-photo::before {
  content: "\f083"; /* fa-photo */
}
.icon-links::before {
  content: "\f0c6"; /* fa-paperclip */
}
.icon-hand-heart::before {
  content: "\f4be"; /* fa-hand-holding-heart */
}
.icon-chalkboard-user::before {
  content: "\f51c"; /* fa-chalkboard-user */
}
.icon-egg::before {
  content: "\f7fb"; /* fa-egg */
}
.icon-seedling::before {
  content: "\f4d8"; /* fa-seedling */
}
.icon-face-smile::before {
  content: "\f118"; /* fa-wheat-awn */
}
.icon-user::before {
  content: "\f007"; /* fa-user */
}
.icon-leaf::before {
  content: "\f06c"; /* fa-leaf */
}
.icon-hen::before {
  background-image: url(../img/hen.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-location::before {
  content: "\f3c5"; /* fa-location */
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2f1e16;
  font-size: 1.0625rem;
  overflow-x: hidden;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6,
p.h1, p.h2, p.h3, p.h4, p.h5, p.h6 {
  font-weight: 700;
  font-style: normal;
  color: rgb(81, 52, 38);
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
p.h1 a, p.h2 a, p.h3 a, p.h4 a, p.h5 a, p.h6 a {
  color: inherit;
}

strong {
  font-weight: 700;
}

h1, h2,
p.h1, p.h2 {
  font-family: "Sour Gummy", sans-serif;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

p.h1 {
  font-size: 2.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  p.h1 {
    font-size: 4.0625rem;
  }
}
@media screen and (min-width: 1400px) {
  p.h1 {
    font-size: 4.6875rem;
    margin-bottom: 1.875rem;
  }
}

h2, p.h2 {
  font-size: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  h2, p.h2 {
    font-size: 2.125rem;
    margin-bottom: 1.625rem;
  }
}
@media screen and (min-width: 1400px) {
  h2, p.h2 {
    font-size: 2.75rem;
    margin-bottom: 3.125rem;
  }
}

h3, p.h3 {
  font-family: "Sour Gummy", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  h3, p.h3 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1400px) {
  h3, p.h3 {
    font-size: 1.75rem;
  }
}

h4, p.h4 {
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
  margin-top: 1.375rem;
}

h5, p.h5 {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
}

h6, p.h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

p, ul {
  margin-bottom: 0.9375rem;
}

a {
  transition: all ease 0.2s;
  color: #2f1e16;
  text-decoration: underline;
  font-weight: 700;
}
a:hover {
  text-decoration: none;
}

main ul {
  list-style: none;
  padding-left: 2rem;
}
main ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5em;
}
main ul li::before {
  content: "\f1b0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.25rem;
  color: #2f1e16;
  font-size: 0.8125rem;
}

main > .container-custom,
footer > .container-custom {
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  width: 1320px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  main > .container-custom,
  footer > .container-custom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.row {
  clear: both;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 1200px) {
  .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.row > * {
  padding: 0 1rem;
}
@media screen and (min-width: 1200px) {
  .row > * {
    padding: 0 1.25rem;
  }
}
.row .col-width-20-percent {
  width: 20%;
}
.row--full-width {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  padding-left: 1rem;
  padding-right: 1rem;
}
.row--full-width .page-text {
  max-width: 100%;
  width: 1750px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 544px) {
  .row--full-width .page-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .row--full-width .page-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .row--full-width .page-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.row--gap {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .row--gap {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .row--gap {
    margin-bottom: 5rem;
  }
}
.row--small-gap {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .row--small-gap {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .row--small-gap {
    margin-bottom: 3rem;
  }
}
.row--introduction {
  margin: 0 auto 0.9375rem auto;
  font-size: 1.125rem;
  max-width: 900px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .row--introduction {
    font-size: 1.25rem;
  }
}
.row--highlighted {
  background-color: #f1dfb7;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1400px) {
  .row--highlighted {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
.row--accordeon {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1400px) {
  .row--accordeon {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .mobile-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .desktop-none {
    display: none;
  }
}

body {
  scroll-behavior: smooth;
  background-color: #e6dace;
}

.footer {
  padding: 20px 0;
  background-color: #2f1e16;
}
.footer * {
  color: rgba(255, 255, 255, 0.6);
}
.footer p {
  margin-bottom: 0;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 400px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

section {
  margin-bottom: 0;
}

.row--contact {
  margin-bottom: 0;
  position: relative;
  height: 552px;
  background-image: url(../img/mapa-mobil.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: rgb(81, 52, 38);
}
@media screen and (min-width: 768px) {
  .row--contact {
    background-image: url(../img/mapa-desktop.png);
  }
}
.row--contact .container {
  position: absolute;
  top: 1.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  left: 5%;
  max-width: 90%;
  padding: 1.75rem 1.5rem 1rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .row--contact .container {
    top: 50%;
    transform: translate(-50%, -50%);
    left: calc(50% - 170px);
    width: 350px;
    padding: 2rem 3rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .row--contact .container {
    left: calc(50% - 270px);
    width: 390px;
    padding: 3rem 4rem 2.5rem;
  }
}
.row--contact .container h2 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .row--contact .container h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
.row--contact .container .gap {
  height: 15px;
}
@media screen and (min-width: 768px) {
  .row--contact .container .gap {
    height: 23px;
  }
}
.row--contact .container p {
  font-size: 1rem;
  margin-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  .row--contact .container p {
    margin-bottom: 0.5rem;
    font-size: 1.0625rem;
  }
}
.row--contact .container p:before {
  min-width: 18px;
}
.row--contact .container a {
  text-decoration: none;
  color: rgb(81, 52, 38);
  font-weight: 700;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.row--contact .container a:before {
  min-width: 18px;
}
.row--contact .container a:hover {
  transform: scale(1.1);
}

.row--price-list {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .row--price-list {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .row--price-list {
    margin-bottom: 4rem;
  }
}
.row--price-list .container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.row--price-list .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .row--price-list .row > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.row--price-list table {
  border-top: 1px solid rgb(131, 102, 88);
  margin-bottom: 2rem;
}
.row--price-list table tr {
  border-bottom: 1px solid rgb(131, 102, 88);
}
.row--price-list table tr td {
  background-color: transparent;
}

.row--introduction {
  max-width: 100%;
}
.row--introduction .container {
  max-width: 960px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .row--introduction .container {
    font-size: 1.25rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .row--introduction .container {
    font-size: 1.375rem;
  }
}

.row--about-me {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .row--about-me {
    margin-bottom: 4rem;
  }
}
.row--about-me .container {
  max-width: 1000px;
}
.row--about-me .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .row--about-me .row > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.row--hero {
  height: 100vh;
  background-image: url(../img/slepice2.jpg);
  background-position: center bottom;
  background-size: auto 120%;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 544px) {
  .row--hero {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 992px) {
  .row--hero {
    margin-bottom: 5rem;
  }
}
.row--hero.subpage {
  height: 400px;
  background-position: center 65%;
}
.row--hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(black, transparent);
  opacity: 0.5;
}
.row--hero .container {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: white;
  font-size: 1.5rem;
  text-shadow: 0 0 12px black;
}
@media screen and (min-width: 992px) {
  .row--hero .container {
    font-size: 1.75rem;
  }
}
.row--hero .container * {
  color: white;
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1000;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .navbar {
    padding-top: 2rem;
  }
}
.navbar * {
  color: #e6dace;
}
.navbar .logo {
  margin-bottom: 1rem;
  font-family: "Sour Gummy", sans-serif;
  text-transform: uppercase;
}
.navbar .logo a {
  background-color: #2f1e16;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 1.0625rem;
  letter-spacing: 2px;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .navbar .logo a {
    font-size: 1.1875rem;
    padding: 8px 16px;
  }
}
.navbar .logo a:before {
  margin-right: 16px;
}
.navbar .phone {
  margin-bottom: 1rem;
}
.navbar .phone a {
  text-decoration: none !important;
}
.navbar .phone a:hover {
  color: white;
}

.modal {
  --bs-modal-width: 630px;
}

.row--arguments {
  background: url(../img/kohout-a-slepice.png) center/cover no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
  padding: 3rem 0;
}
@media screen and (min-width: 992px) {
  .row--arguments {
    padding: 5rem 0 5rem;
  }
}
.row--arguments h2 {
  margin-bottom: 2rem;
  text-align: center;
}
.row--arguments .argument {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .row--arguments .argument {
    margin-bottom: 2rem;
  }
}
.row--arguments .argument .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .row--arguments .argument .icon {
    height: 84px;
  }
}
.row--arguments .argument .icon:before {
  font-size: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .row--arguments .argument .icon:before {
    font-size: 3.75rem;
  }
}
.row--arguments .argument .icon-hen:before {
  width: 100%;
  height: 100%;
}
.row--arguments .argument h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .row--arguments .argument h3 {
    font-size: 1.375rem;
  }
}

#cookie-banner {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  z-index: 9999;
  width: 290px;
  max-width: calc(100% - 60px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  bottom: 5px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  #cookie-banner {
    bottom: 20px;
    right: 20px;
    padding: 16px 20px;
    font-size: 0.875rem;
  }
}
#cookie-banner p {
  margin-bottom: 0;
  margin-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  #cookie-banner p {
    margin-right: 0.5rem;
  }
}
#cookie-banner button {
  background: #e6dace;
  color: #2f1e16;
  border: none;
  padding: 6px 12px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */