footer.site-footer {
  background-color: #0F597B;
}

.site-footer__heading {
  padding-top: 110px;
  padding-bottom: 90px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 84px;
  font-weight: bold;
  line-height: 86px;
  color: #0F597B;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.7), 1px -1px 0 rgba(255, 255, 255, 0.7), -1px 1px 0 rgba(255, 255, 255, 0.7), 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.site-footer__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px 140px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 67px;
}

.site-footer__info {
  max-width: 300px;
  width: 100%;
}
.site-footer__info p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer__info p a {
  font-size: 20px;
  color: #fff;
}

.site-footer__content {
  width: 100%;
  display: flex;
  flex: 1 300px;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

h4.wp-block-heading {
  color: #fff;
  margin-bottom: 35px;
}

.widget.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  color: #fff;
}
.widget.widget_nav_menu ul li {
  display: flex;
  margin-bottom: 15px;
}
.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_nav_menu ul li a {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
.widget.widget_nav_menu ul li:hover a {
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in-out;
}

.site-footer__copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer-widget .fluentform input.ff-el-form-control {
  color: #fff !important;
  padding: 7px 20px 6px 25px !important;
}
.footer-widget .fluentform input.ff-el-form-control::-moz-placeholder {
  color: #fff !important;
}
.footer-widget .fluentform input.ff-el-form-control::placeholder {
  color: #fff !important;
}
.footer-widget .fluentform input.ff-el-form-control[type=email] {
  background-image: url(../img/main-icon.svg);
  background-size: 17px;
  background-position: right 18px center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1060px) {
  .site-footer__container {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 20px;
    gap: 20px;
  }
  .site-footer__content {
    flex: auto;
  }
  .site-footer__content .widget_block {
    flex: 1 auto;
  }
  .site-footer__content :where(.wp-block-columns) {
    margin-bottom: 0;
  }
  h4.wp-block-heading {
    margin-bottom: 20px;
    line-height: 120%;
  }
  .widget.widget_nav_menu ul li {
    margin-bottom: 10px;
  }
  .site-footer__heading {
    padding-top: 50px;
    padding-bottom: 40px;
    font-size: 36px;
    line-height: 46px;
  }
  .site-footer__copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=footer.css.map */