.page-footer {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: var(--dark);
  color: #777777;
}

.footer-inner {
  padding-top: 25px;
  padding-bottom: 15px;
}

.footer-widgets {
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width:1599px) {
  .footer-widgets.footer-active-columns-5 {
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 50px;
  }
}

@media (max-width:1399px) {
  .footer-widgets.footer-active-columns-5 {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}


@media (max-width:899px) {
  .footer-widgets.footer-active-columns-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:1199px) {
  .footer-widgets {
    grid-auto-columns: auto;
    grid-row-gap: 20px;
  }
}

@media (max-width:1599px) {
  .footer-widgets .widget-area:nth-child(1) {
    grid-column: 1 / -1;
    padding-bottom: 20px;
  }
}

.footer-widgets .widget-area {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.72;
  max-width: 300px;
}

.footer-widgets .widget-area .widget {

}

.footer-widgets .widget-area .widget + .widget {
  margin-top: 1em;
}

.footer-widgets .widget-area .widget.widget_block h2,
.footer-widgets .widget-area .widget .widget-title {
  letter-spacing: 0.1ex;
  margin-bottom: 0.25rem;
  color: #fff;
}

.footer-widgets .widget-area .widget a {

}

.footer-widgets .widget-area .widget a:hover {
  color: #fff;
}

.footer-widgets .widget-area .widget .footer-logo {
  opacity: 0.6;
  max-width: 260px !important;
}

@media only screen and (max-width: 1199px) {
  .footer-widgets .widget-area .widget .footer-logo {
    max-width: 225px !important;
  }
}

@media only screen and (max-width: 899px) {
  .footer-widgets .widget-area .widget .footer-logo {
    max-width: 185px !important;
  }
}

@media only screen and (max-width: 599px) {
  .footer-widgets .widget-area .widget .footer-logo {
    max-width: 145px !important;
  }
}

.footer-widgets .widget-area .widget ul {

}

.footer-widgets .widget-area .widget ul li {
  margin-bottom: 2px;
}

.footer-widgets .widget-area .widget ul li a {
  letter-spacing: 0.1ex;
}


@media only screen and (max-width: 899px) {
  .footer-widgets .widget-area {
    text-align: center;
    margin: 0 auto;
  }
}

.footer-bottom {
  padding-top: 40px;
}

.footer-content-block-wrap {
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
}

.footer-content-block-wrap ul {
  width: fit-content;
  margin: 0 auto;
}

.footer-content-block-wrap li {
  display: inline-block;
  padding: 0 .5rem;
}

.footer-social-icons img {
  width: 49px;
}
