.wrapperFooter {
  padding: 2.5rem 14rem;
  box-sizing: border-box;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #2e75b8;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
  box-sizing: border-box;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
}

.footer__logo-block {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}

.footer__logo-block-text {
  font-size: 18px;
}

.footer__logo-block-img {
  width: 2.5rem;
  height: auto;
}

.footer__logo-block-copyright {
  font-size: 14px;
  font-weight: 300;
  margin-left: 0.5rem;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 16px;
}

.footer__contacts-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.footer__socials {
  display: flex;
  flex-direction: column;
}

.footer__lang-switch {
  display: flex;
  font-size: 18px;
}

.footer__lang-switch-text {
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0rem;
  color: inherit;
  text-decoration: none;
}

.footer__lang-switch-text-en {
  font-size: 18px;
  font-weight: 500;
  /* margin-left: auto;
  margin-right: 0rem; */
  color: inherit;
  text-decoration: none;
}

.footer__lang-switch-text-rus {
  color: inherit;
  text-decoration: none;
}

.footer__socials-text {
  margin-top: 3rem;
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0rem;
  
}

.footer__socials-icons {
  margin-top: 3rem;
  gap: 1rem;
  display: flex;
}
.tel131 {
  display: none;
}
.footer__socials-icons-mobile {
  display: none;
}

/* Media queries for responsiveness */
@media (max-width: 1000px) {
  .footer {
    width: 100%;
  }
  #line {
    display: none;
  }
  #arrow {
    display: none;
  }
  .wrapperFooter {
    padding: 2.5rem 3rem;
  }
  .footer__contacts-title {
    display: none;
  }
  .tel131RB {
    display: none;
  }
  .tel291 {
    display: none;
  }
  .tel17 {
    display: none;
  }
  .tel292 {
    display: none;
  }
  .footer__lang-switch {
    display: none;
  }
  .footer__lang-switch-text {
    display: none;
  }
  .footer__lang-switch-text-en {
    display: none;
  }
  .footer__lang-switch-text-rus {
    display: none;
  }
  .footer__socials-text {
    display: none;
  }
  .footer__contacts {
    margin-top: 9rem;
    margin-left: -5rem;
  }
  .tel131 {
    display: block;
    font-size: 16px;
  }
  .footer__logo-block {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .footer__logo-block-copyright {
    margin-top: 3rem;
  }
  .footer__logo-block-text {
    font-size: 13px;
  }
  .footer__logo-block-img {
    width: 35px;
  }
  .maildoc {
    font-size: 14px;
    white-space: nowrap;
  }
  .footer__socials-icons {
    display: none;
  }
  .footer__socials {
    display: grid;
    justify-content: center;
  }
  .footer__socials-icons-mobile {
    display: block;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 100%;
  }
}
.footer__contacts a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}

.footer__old-version-link {
  color: white;
  font-size: 14px;
  margin-top: 2rem;
  display: block;
  text-align: right;
}

