footer.site-footer {
  position: relative;
  background-color: #050520;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  padding-top: 85px;
  padding-bottom: 60px;
}

.site-footer__logo {
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  left: 115px;
}

.site-footer__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1100px;
  gap: 32px 70px;
  flex-wrap: wrap;
}

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

h4.wp-block-heading,
p strong em {
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

.footer-widget.widget_block.widget_text {
  color: #fff;
  font-size: 18px;
  line-height: 165%;
  font-weight: 500;
}
.footer-widget.widget_block.widget_text p a {
  -webkit-text-decoration: 1px solid underline;
          text-decoration: 1px solid underline;
  text-underline-offset: 2px;
}

footer h2.widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}
footer .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  color: #fff;
}
footer .widget_nav_menu ul li {
  display: flex;
}
footer .widget_nav_menu ul li a {
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  line-height: 165%;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  color: #fff;
}
.widget_nav_menu ul li {
  display: flex;
}
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu ul li a {
  display: inline-flex;
  color: #fff;
  font-size: 18px;
  line-height: 165%;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
.widget_nav_menu ul li:hover a {
  color: var(--violet);
  transition: color 0.3s ease-in-out;
}

.site-footer__copyright {
  font-size: 18px;
  line-height: 165%;
  color: #fff;
  text-align: center;
  margin-top: 165px;
}

ul#social-menu-footer {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 20px 65px;
  flex-wrap: wrap;
}
ul#social-menu-footer li {
  display: flex;
}
ul#social-menu-footer li a {
  display: flex;
  color: #fff;
  font-size: 35px;
  line-height: 1;
}
ul#social-menu-footer li a:hover {
  color: var(--violet);
  transition: color 0.3s ease;
}

@media screen and (max-width: 1180px) {
  footer.site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .site-footer__container {
    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 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 520px) {
  .site-footer__content {
    justify-content: space-between;
  }
}/*# sourceMappingURL=footer.css.map */