.footer{
  position: relative;
  width: 100%;
  margin: 100px 0 0 0;
  background: #318741;
  overflow: hidden;
  color: #fff;
}
.site-footer__container{
  max-width: 1240px;
}
.site-footer__accordion{
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: rgba(255,255,255,.25);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: #fff;
}
.site-footer__item{
  border: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.site-footer__btn{
  padding: 22px 0;
  background: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer__btn::after{
  filter: brightness(0) invert(1);
  transform: rotate(0deg);
}
.site-footer__btn:not(.collapsed)::after{
  transform: rotate(180deg);
}
.site-footer__body{
  padding: 6px 0 22px;
}
.site-footer__cat{
  display: inline-block;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.site-footer__cat:hover{
  color: #fff;
  text-decoration: underline;
}
.site-footer__nav{
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.site-footer__navlink{
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer__navlink:hover{
  text-decoration: underline;
  color: #fff;
}
.site-footer__contacts{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
}
.site-footer__contact{
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-footer__contact:hover{
  text-decoration: underline;
  color: #fff;
}
.site-footer__bottom{
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  border-top: 1px solid rgba(255,255,255,.25);
  padding-top: 20px;
}
.site-footer__bottomlink{
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.site-footer__bottomlink:hover{
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 991.98px){
  .site-footer__nav{
    gap: 18px 22px;
  }
  .site-footer__navlink, .site-footer__contact{
    font-size: 18px;
  }
}
@media (max-width: 575.98px){
  .site-footer__btn{
    font-size: 18px;
  }
  .site-footer__cat{
    font-size: 16px;
  }
  .site-footer__navlink, .site-footer__contact{
    font-size: 18px;
  }
  .site-footer__bottom{
    gap: 14px 18px;
  }
}