.site-footer {
  background: #1d1d11;
  color: #b0b0b0;
}

.site-footer__top {
  padding: 48px 20px 40px;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer__brand {
  margin-bottom: 24px;
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 16px;

  padding-bottom: 20px;
}

.site-footer__logo img {
  height: 50px;
  width: auto;
}

.site-footer__desc {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;  
  padding-bottom: 20px;
}

.site-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #1a1a1a;
  color: #fff;
  padding: 14px 24px;
  border: 1px solid #fff;
  border-radius: 999px;
  transition: background 0.2s, border-color 0.2s;
  text-decoration: none;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.05em;
}

.site-footer__btn:hover {
  background: #2a2a2a;
  border-color: rgba(255,255,255,0.9);
}

.site-footer__btn svg {
  flex-shrink: 0;
}

.site-footer__heading {
  font-family: Raleway;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 15px;
  letter-spacing: 0%;
  font-variant: small-caps;
  color: #fff;  
  padding-bottom: 20px;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__links li {
  margin-bottom: 8px;
}

.site-footer__links a {
  font-family: Open Sans;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 16px;
letter-spacing: 0%;
color: #fff;
text-decoration: none;
}

.site-footer__links a:hover {
  color: #EC6807;
}

.site-footer__phone {
  font-family: Open Sans;
  font-weight: 600;
  font-style: Semibold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 5%;
  color: #F0B90B;
  text-decoration: none;
}

.site-footer__phone:hover {
  text-decoration: underline;
}

.site-footer__address{
  margin-top: 30px !important;
  font-family: Grundfos TheSans V2 OT;
  font-weight: 500;
  font-style: 5R;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 15px;
  letter-spacing: 0%;
  color: #fff;
}

.site-footer__hours{
  font-family: Grundfos TheSans V2 OT;
  font-weight: 500;
  font-style: 5R;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 15px;
  letter-spacing: 0%;
  color: #fff;
}

.site-footer__address,
.site-footer__hours {
  margin: 0 0 6px;
}

.site-footer__social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: background 0.2s, border-color 0.2s;
}

.site-footer__social-link:hover {
  background: #EC6807;
  border-color: #EC6807;
}

.site-footer__bottom {
  border-top: 1px solid #333;
  padding: 20px;
}

.site-footer__bottom .site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__copyright {
  font-family: "Open sans";
  font-weight: 400;
  font-style: 4SL;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 15px;
  letter-spacing: 0%;
  color: #6D6D6D;  
}

.site-footer__privacy {
  font-family: "Open sans";  font-weight: 400;
  font-style: 4SL;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 15px;
  letter-spacing: 0%;
  color: #6D6D6D;  
  text-decoration: none;
}

.site-footer__privacy:hover {
  color: #EC6807;
}

@media (min-width: 769px) {
  .site-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 48px;
  }

  .site-footer__brand {
    flex: 0 0 280px;
    margin-bottom: 0;
  }

  .site-footer__nav {
    flex: 0 0 auto;
  }

  .site-footer__contacts {
    flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  .site-footer__top {
    padding: 40px 20px 36px;
  }

  .site-footer__brand {
    text-align: center;
  }

  .site-footer__logo {
    justify-content: center;
  }

  .site-footer__desc {
    max-width: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
  }

  .site-footer__nav {
    text-align: center;
    margin: 32px 0;
  }

  .site-footer__links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer__contacts {
    text-align: center;
  }

  .site-footer__phone {
    margin-bottom: 12px;
  }

  .site-footer__social {
    justify-content: center;
  }

  .site-footer__bottom .site-footer__inner {
    text-align: center;
  }
}
