:root {
  --gallery-gap: 1.5em;
  --gallery-items-per-row: 2;
}

body {
  color: rgb(28, 63, 85);
  font-size: 1rem;
}
@media only screen and (max-width: 479px) {
  body {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

main > .container, main > .container-fluid {
  padding: 70px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}

.footer > .container, .footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
  --bs-navbar-padding-y: 0.1rem;
}

.logo {
  max-height: 48px;
  margin-right: 20px;
}

.bg-dark {
  --bs-dark-rgb: 18, 35, 46;
}

.intro h1 {
  text-align: center;
  color: #386D90;
  padding-bottom: 2rem;
  padding-top: 2rem;
  font-size: 2rem;
}
@media only screen and (max-width: 479px) {
  .intro h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .intro h1 {
    font-size: 1.8rem;
  }
}

.images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 479px) {
  .images {
    --gallery-items-per-row: 1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .images {
    --gallery-items-per-row: 1;
  }
}
.images .img-block {
  flex: 0 0 calc((100% - var(--gallery-gap) * (var(--gallery-items-per-row) - 1)) / var(--gallery-items-per-row));
}
.images .img-block img {
  width: 100%;
  height: auto;
}

.description {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.attributes .title {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 479px) {
  .attributes {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .attributes {
    font-size: 0.8rem;
  }
}
.attributes dl {
  display: grid;
  gap: 8px;
  padding-left: 2rem;
}
.attributes dl .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.attributes dl .item strong {
  color: #386D90;
}
.attributes dl .item dt {
  padding-right: 8px;
  position: relative;
  width: 50%;
  color: #386D90;
}
.attributes dl .item dt:before {
  border-bottom: 1px dotted #999;
  bottom: 3px;
  content: "";
  left: 4px;
  position: absolute;
  right: 6px;
  z-index: 1;
}
.attributes dl .item dt span {
  background-color: #fff;
  padding-right: 4px;
  position: relative;
  z-index: 2;
}
.attributes dl .item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: 50%;
}
.attributes dl .item.item-empty {
  margin-top: 24px;
}

.price-code {
  text-align: right;
  color: #999;
  font-size: 1rem;
}

.certificate {
  text-align: center;
}
.certificate h6 {
  padding-top: 6rem;
  padding-bottom: 1rem;
}
.certificate.first h6 {
  padding-top: 1rem;
}

.btn-product {
  background-color: #1e6c93;
  color: #fff;
  text-align: center;
  display: block;
  margin: 20px 10px;
}
.btn-product:hover, .btn-product:focus, .btn-product:active {
  background-color: #2389bb;
  color: #fff;
}

/*# sourceMappingURL=site.css.map */
