@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
body {
  color: #545454;
}

.container {
  max-width: 960px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  margin-bottom: 24px;
}

h1 {
  font-size: 22px;
  line-height: 26px;
}

h2 {
  font-size: 21px;
  line-height: 25px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 19px;
  line-height: 23px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
}

ul {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 36px;
}

a {
  color: #167016;
}

.bg-gray {
  background-color: #545454;
}
.bg-gray-2 {
  background-color: #54554c;
}
.bg-white {
  background-color: #ffffff;
}
.bg-green {
  background-color: #167016;
}
.text-green {
  color: #167016;
}
.bg-blueberry {
  background-image: url("img/bg-blueberry3.webp");
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background: none;
}
@media (min-width: 768px) {
  .bg-blueberry {
    background: none;
  }
}
.bg-flowers {
  background-image: url("img/flowers.jpg");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.opacity-8 {
  opacity: 0.8;
}

.with-border {
  border-left: 3px solid #167016;
  padding: 24px 0 24px 24px;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.external-link i {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.social-icons__single:hover svg path {
  fill: #167016;
}
.social-icons__single-link {
  color: #000000;
  text-decoration: none;
}

.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .brand-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.language {
  margin-top: 16px;
  margin-bottom: 16px;
}
.language__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.language__list-item {
  list-style: none;
}
.language__list-item a {
  color: #167016;
}

.opening-hours {
  margin-top: 40px;
  margin-bottom: 40px;
}
.opening-hours__text p {
  line-height: 18px;
  margin-bottom: 16px;
}

.company-info {
  color: #ffffff;
}
.company-info__icon i {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.company-info__icon i svg {
  fill: #ffffff;
}
.company-info__phone, .company-info__email, .company-info__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.company-info__link {
  color: #ffffff;
}

.hero {
  margin-top: 40px;
  margin-bottom: 40px;
}
.hero__title {
  font-size: 56px;
  line-height: 64px;
}

.text-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.site-footer {
  background-color: #c3c3c3;
}

.bi-box-arrow-up-right {
  padding-left: 4px;
}