/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./components/page/page-footer/page-footer.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.page-footer-before {
  background-color: var(--bs-gray-100);
}
.page-footer-before .block {
  padding: 1.4rem 0 2.4rem;
}

.page-footer-top {
  background-color: var(--bs-black);
  color: var(--bs-white);
}
.page-footer-top .menu-inline .menu-inline__list {
  justify-content: center;
}
.page-footer-top .menu-inline .menu-inline__list .menu-inline__item {
  padding: 1rem;
  font-weight: 200;
  font-size: 14px;
  margin-right: 0;
}
.page-footer-top .menu-inline .menu-inline__list .menu-inline__item .menu-inline__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-footer-top .menu-inline .menu-inline__list .menu-inline__item .menu-inline__link .menu-inline__icon {
  margin: 0 0 0.5rem 0;
}
.page-footer-top .menu-inline .menu-inline__list .menu-inline__item .menu-inline__link .menu-inline__icon svg {
  width: 38px;
  height: 38px;
}

.page-footer-middle {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.page-footer-middle a {
  color: var(--bs-white);
}
.page-footer-middle .container .site-logo {
  text-align: center;
  height: auto;
}
.page-footer-middle .container .site-logo img {
  width: 100%;
  max-width: 11rem;
}
@media (min-width: 992px) {
  .page-footer-middle .container .site-logo img {
    max-width: 200px;
  }
}
.page-footer-middle .container .link-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 644px) {
  .page-footer-middle .container .link-list {
    font-size: 1.8rem;
  }
}
.page-footer-middle .container .link-list a.additional-link {
  color: var(--bs-white);
}
.page-footer-middle .container .link-list .d-flex {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 644px) {
  .page-footer-middle .container .link-list .d-flex {
    flex-direction: row;
  }
}
.page-footer-middle .container .block-newsletter-block {
  text-align: center;
  max-width: 16rem;
}
@media (max-width: 991.98px) {
  .page-footer-middle .container .block-newsletter-block {
    margin: 0 auto;
  }
}
.page-footer-middle .container .block-newsletter-block .form-item-email label {
  text-transform: uppercase;
}
.page-footer-middle .container .block-newsletter-block .form-submit {
  width: 100%;
  margin-top: 0.5rem;
}
.page-footer-middle .footer-extra-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
.page-footer-middle .footer-extra-links .extra-link {
  margin: 0.3rem 0;
  width: 17rem;
}
.page-footer-middle .footer-extra-links .extra-link a {
  border: 3px solid var(--bs-white);
  border-radius: 25px;
  padding: 4px 24px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.page-footer-middle .footer-extra-links .extra-link a img {
  border-right: 1px solid var(--bs-white);
  margin: 0 4px 0 -22px;
  height: 32px;
  padding-right: 4px;
}
.page-footer-middle .footer-extra-links .extra-link a img.data-icon {
  border-right: 0;
}
.page-footer-middle .footer-extra-links .extra-link a span {
  margin-left: 5px;
  font-weight: 500;
}
.page-footer-middle .text-foot {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
  font-size: 0.8rem;
  text-align: center;
}
.page-footer-middle .text-foot .hr-foot {
  opacity: 1;
  width: 80px;
  margin: 0.5rem auto;
}
.page-footer-middle .text-foot span {
  display: block;
}
.page-footer-middle .text-foot .text-foot-item {
  font-size: 0.8rem;
  flex: 1 1 100%;
}
.page-footer-middle .text-foot .first-foot-title {
  font-size: 1rem;
  font-weight: 600;
}
.page-footer-middle .text-foot .second-foot-title {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .page-footer-middle .text-foot {
    flex-direction: row;
  }
  .page-footer-middle .text-foot .hr-foot {
    display: none;
  }
  .page-footer-middle .text-foot .text-foot-left {
    text-align: end;
    padding-right: 0.5rem;
  }
  .page-footer-middle .text-foot .text-foot-right {
    text-align: start;
    padding-left: 0.5rem;
  }
}

.page-footer-bottom {
  background-color: var(--bs-white);
  color: var(--bs-black);
}
.page-footer-bottom .menu-inline__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .page-footer-bottom .menu-inline__list {
    justify-content: space-between;
  }
  .page-footer-bottom .menu-inline__list li:nth-child(odd) {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    border-right: 1px solid var(--bs-secondary);
    text-align: end;
  }
  .page-footer-bottom .menu-inline__list li:nth-child(even) {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
  }
}
.page-footer-bottom .menu-inline__item {
  list-style: none;
  padding: 0.5rem 0;
  margin-right: 0;
  color: var(--bs-secondary);
  text-transform: uppercase;
  font-size: 0.9rem;
}
.page-footer-bottom .menu-inline__item a {
  text-decoration: underline;
}
.page-footer-bottom .menu-inline__link {
  text-decoration: none;
}

/*# sourceMappingURL=page-footer.css.map*/