.lach-footer {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 5rem 17rem;
  color: var(--c-white);
  text-align: center;
}
@media screen and (max-width: 767px) {
.lach-footer {
    padding: 3.2rem 7rem 4rem;
}
}
@media screen and (min-width: 768px) 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: center;
  justify-content: center;
  gap: 2.8rem;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.lach-footer__rating:not(:first-child) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 1024px) {
.lach-footer__rating {
    width: 23.6rem;
}
}
.lach-footer__description {
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  color: var(--c-white);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02rem;
}
.lach-footer__logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3.2rem;
  line-height: 1;
}
.lach-footer__position {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  color: var(--c-green);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.lach-footer__number {
  font-size: 1.2rem;
}
.lach-footer__phone {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 4rem;
  font-weight: 600;
  line-height: 1.4;
}
@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;
  line-height: 2.4;
}
@media screen and (max-width: 1024px) {
.lach-footer__email {
    margin-top: 2.3rem;
    line-height: 1.4;
}
}
.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 (min-width: 1025px) {
.lach-footer__contacts {
    order: 3;
}
}
.lach-footer__socials {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  line-height: 1;
}
@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 {
  z-index: var(--z-index-prev-over-page-content);
}
@media screen and (max-width: 1024px) {
.lach-footer__rights-wrapper {
    order: 4;
    margin-top: 3.2rem;
}
}
@media screen and (min-width: 1025px) {
.lach-footer__rights-wrapper {
    display: block;
    order: 1;
}
}
.lach-footer__menu-wrapper {
  z-index: var(--z-index-prev-over-page-content);
  margin-bottom: 4rem;
}
.lach-footer__rights {
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  z-index: var(--z-index-prev-over-page-content);
  white-space: nowrap;
}
.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;
}
@media screen and (max-width: 1024px) {
.lach-footer .lach-footer-menu__item {
    margin-top: 3.2rem;
}
}
.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;
}
}
@media screen and (min-width: 1025px) {
.lach-footer__rating-wrapper {
    order: 2;
}
}
.lach-footer__rating-logo {
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 1025px) {
.lach-footer__rating-logo {
    margin-bottom: 0.3rem;
}
}
.lach-footer .lach-footer-personal-data {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
.lach-footer .lach-footer-personal-data {
    align-items: flex-start;
}
}
.lach-footer .lach-footer-personal-data__item {
  font-family: var(--font-family-primary);
  font-size: 1rem;
  color: var(--c-white);
  font-weight: 400;
  line-height: 2.24;
  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);
}
@media screen and (min-width: 1025px) {
.lach-footer .lach-footer-personal-data__item {
    margin-bottom: 0.4rem;
}
}