.lach-footer {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 5rem 17rem 5.4rem;
  color: var(--c-white);
  text-align: center;
}
@media screen and (max-width: 1024px) {
.lach-footer {
    padding: 3.2rem 5.1rem;
}
}
@media screen and (max-width: 1024px) {
.lach-footer {
    flex-direction: column;
    align-items: center;
}
}
@media screen and (min-width: 1025px) and (max-width: 1447px) {
.lach-footer {
    padding: 5rem 10rem 5.4rem;
}
}
.lach-footer__shadow-gradient {
  position: absolute;
  z-index: var(--z-index-page-content);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at bottom 0% right 50%, rgb(65, 65, 65) 0%, rgb(50, 50, 50) 60%, rgb(43, 43, 43) 70%, rgb(30, 30, 30) 100%);
}
.lach-footer__rating {
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
  height: 5rem;
  padding: 0.8rem 1.2rem;
  margin-top: 3.5rem;
  border: 0.1rem solid var(--c-white);
  border-radius: 0.8rem;
  background-color: var(--c-gray-lightest);
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.lach-footer__rating:hover {
  background-color: var(--c-gray-light-transparent-032);
}
@media screen and (max-width: 1024px) {
.lach-footer__rating {
    width: 27.3rem;
}
}
.lach-footer__description {
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  color: var(--c-white);
  font-weight: 600;
  line-height: 1.68rem;
  max-width: 20rem;
  width: 100%;
  text-align: left;
}
.lach-footer__logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.lach-footer__position {
  font-family: var(--font-family-primary);
  font-size: 3.2rem;
  color: var(--c-green);
  font-weight: 600;
  line-height: 3.2rem;
  display: flex;
  align-items: flex-end;
}
.lach-footer__number {
  max-height: 2.8rem;
  font-size: 1.4rem;
}
.lach-footer__phone {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
.lach-footer__phone {
    margin-top: 2.3rem;
}
}
.lach-footer__email {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
.lach-footer__email {
    margin-top: 2.3rem;
}
}
.lach-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: self-end;
  max-width: 21.9rem;
  width: 100%;
  z-index: var(--z-index-prev-over-page-content);
}
@media screen and (max-width: 1024px) {
.lach-footer__contacts {
    align-items: center;
}
}
@media screen and (max-width: 767px) {
.lach-footer__container {
    max-width: 22.5rem;
}
}
@media screen and (min-width: 768px) {
.lach-footer__container {
    max-width: 25rem;
}
}
.lach-footer__rights-wrapper {
  display: flex;
  align-items: end;
  max-width: 21.3rem;
  width: 100%;
  z-index: var(--z-index-prev-over-page-content);
}
@media screen and (max-width: 1024px) {
.lach-footer__rights-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
}
}
@media screen and (min-width: 1025px) {
.lach-footer__rights-wrapper {
    justify-content: flex-end;
    gap: 2.4rem;
}
}
.lach-footer__rights {
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.68rem;
  z-index: var(--z-index-prev-over-page-content);
}
@media screen and (max-width: 1024px) {
.lach-footer__rights._mobile {
    display: none;
}
}
.lach-footer__rights._desktop {
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
.lach-footer .lach-footer-menu {
    margin-top: 2rem;
}
}
.lach-footer .lach-footer-menu__item {
  display: block;
  margin-top: 4rem;
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.24rem;
  color: var(--c-white);
  text-decoration: none;
}
.lach-footer .lach-footer-menu__item._additional {
  margin-top: 2rem;
  font-size: 1rem;
}
.lach-footer__ellipse-shadow {
  position: relative;
}
.lach-footer__rating-wrapper {
  z-index: var(--z-index-prev-over-page-content);
}
@media screen and (max-width: 1024px) {
.lach-footer__rating-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
.lach-footer .lach-footer-personal-data {
  display: flex;
  flex-direction: column;
}
.lach-footer .lach-footer-personal-data__item {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.24rem;
  color: var(--c-white);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.lach-footer .lach-footer-personal-data__item:hover {
  color: var(--c-green);
}