.footer {
  background-color: #282828;
}
.footer__location, .footer__location-mobile {
  padding-top: 10px;
  width: 210px;
}
@media (max-width: 768px) {
  .footer__location, .footer__location-mobile {
    display: none;
  }
}
.footer__location a, .footer__location-mobile a {
  color: #9c9c9c;
  font-family: "Poppins-Regular";
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer__location a:hover, .footer__location-mobile a:hover {
  color: #d63b54;
}
.footer__location-mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer__location-mobile {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.footer__location-mobile a {
  display: inline-block;
  width: 210px;
}

.footer .container {
  padding: 33px 33px 40px;
}

.footer__menu-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer__list {
  display: flex;
  gap: 76px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__lower-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__logo img {
  max-width: 100%;
}

.footer__links a {
  color: #d7d7d7;
  font-family: "Poppins-Medium";
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  transition: color 0.3s;
}
.footer__links a:hover {
  color: #d63b54;
}

.footer__lower-list {
  display: flex;
  gap: 73px;
  padding-left: 12px;
}

.footer__lower-list a {
  color: #a2a2a2;
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  text-decoration-line: underline;
  transition: color 0.3s;
}
.footer__lower-list a:hover {
  color: #d63b54;
}

.footer__title {
  color: #ececec;
  text-align: center;
  font-family: "Poppins-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 14px;
  text-align: start;
}
@media (max-width: 768px) {
  .footer__title {
    margin-bottom: 16px;
  }
}

.footer__buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer__buttons {
    margin-bottom: 30px;
  }
}

.footer__button {
  display: inline-block;
  line-height: 55px;
  padding: 0;
  min-width: 161px;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Poppins-Medium";
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  height: 56px;
  opacity: 1 !important;
}
.footer__button:hover {
  opacity: 1 !important;
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .footer__button {
    height: 48px;
  }
}

.footer__button--transparent {
  border: 1px solid #fff;
}
.footer__button--transparent:hover {
  background-color: #e3e4e1;
  color: #353535;
}

footer__button--transparent:hover {
  background-color: #fff;
  color: #d63b54;
}

.footer__button--red {
  border: 1px solid #d63b54;
  background-color: #d63b54;
}

.footer__button--red:hover {
  background-color: #c51f3a;
  color: #fff !important;
}

.footer__button--transparent {
  /* border: 1px solid #fff; */
}

footer__button--transparent:hover {
  /* background-color: #fff;
  color: #d63b54; */
}

@media (max-width: 1320px) {
  .footer__list {
    gap: 30px;
  }
}
@media (max-width: 1150px) {
  .footer__menu-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .footer__list {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 920px) {
  .footer__list {
    flex-direction: column;
    gap: 24px;
  }
  .footer__links {
    gap: 24px;
  }
  .footer__links a {
    font-size: 20px;
  }
  .footer__logo {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
  }
  .footer__logo::after {
    content: "";
    background: rgba(255, 255, 255, 0.42);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .footer__lower-container {
    flex-direction: column;
    align-items: center;
    gap: 56px;
  }
  .footer__lower-list {
    padding-left: 0;
    order: 1;
  }
}
@media (max-width: 768px) {
  .footer__container-buttons {
    width: 100%;
  }
  .footer__button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__button:hover {
    text-decoration: none;
    color: #fff;
  }
  .footer .container {
    padding: 40px 16px 16px;
  }
  .footer__lower-list {
    gap: 0;
    justify-content: space-between;
    width: 100%;
    padding: 0 13px 0 7px;
  }
  .footer__title {
    text-align: left;
    letter-spacing: 1px;
  }
  .footer__buttons {
    flex-direction: column;
  }
  .footer__menu-container {
    gap: 34px;
  }
  .footer__links {
    gap: 27px;
  }
  .footer__menu-container {
    margin-bottom: 32px;
  }
  .footer__lower-container {
    gap: 26px;
  }
}

/*# sourceMappingURL=footer.css.map */
