.footer {
  padding-top: calc(25px + 53 * (100vw - 320px) / (1920 - 320));
  padding-bottom: calc(30px + 26 * (100vw - 320px) / (1920 - 320));
  margin-top: 50px;
  color: #fff;
  background-color: #000;
  font-family: TTTravels;
}
.footer a {
  text-decoration: none;
}

.footer__container {
  gap: calc(20px + 20 * (100vw - 320px) / (1920 - 320));
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .footer__container {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.footer__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
@media (max-width: 960px) {
  .footer__wrapper {
    flex-direction: column;
    gap: calc(35px + 15 * (100vw - 360px) / (800 - 360));
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-self: center;
}
@media (max-width: 960px) {
  .footer__nav {
    flex-direction: row;
  }
}
@media (max-width: 560px) {
  .footer__nav {
    flex-direction: column;
  }
}

.footer__block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer__btn {
  font-size: calc(20px + 5 * (100vw - 800px) / (1920 - 800));
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: color 0.3s ease-in-out;
}
.footer__btn:hover {
  color: #5b9bd5;
}
@media (max-width: 800px) {
  .footer__btn {
    font-size: 20px;
  }
}

.footer__help {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: calc(35px + 15 * (100vw - 800px) / (1920 - 800));
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.0509803922);
}
@media (max-width: 800px) {
  .footer__help {
    padding: calc(25px + 10 * (100vw - 360px) / (800 - 360));
  }
}

.footer__title {
  font-size: calc(20px + 5 * (100vw - 800px) / (1920 - 800));
  margin-bottom: 15px;
  max-width: 100%;
  font-weight: 900;
  line-height: 1;
  word-wrap: break-word;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.footer__supports,
.footer__copyright {
  font-size: calc(12px + 6 * (100vw - 320px) / (1920 - 320));
  line-height: 1.2;
}

.footer__supports {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}
@media (max-width: 800px) {
  .footer__supports {
    font-size: 15px;
  }
}

.footer__link {
  position: relative;
  color: #fff;
  white-space: nowrap;
}
.footer__link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}
.footer__link:hover::before {
  width: 100%;
}

.footer__telegram {
  margin-block: 35px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  width: 240px;
  border-radius: 73px;
  background-color: #5A38E0;
  justify-content: center;
  padding-inline: 5px;
  border: 3px solid #5A38E0;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer__telegram > svg {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}
.footer__telegram:hover {
  background-color: transparent;
  color: #5A38E0;
}
.footer__telegram:hover > svg {
  fill: #5A38E0;
}
@media (max-width: 480px) {
  .footer__telegram {
    width: 100%;
  }
}

.footer__text {
  margin-top: calc(15px + 15 * (100vw - 320px) / (1920 - 320));
  font-size: calc(12px + 4 * (100vw - 320px) / (1920 - 320));
}

.footer__socials {
  gap: calc(20px + -20 * (100vw - 320px) / (1920 - 320));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}

.footer__social {
  font-size: calc(12px + 12 * (100vw - 320px) / (1920 - 320));
  max-width: 100%;
  font-weight: 900;
  line-height: 1.5;
  word-wrap: break-word;
}
.footer__social .footer__link {
  text-decoration: underline;
  transition: opacity 0.3s ease-in-out;
}
.footer__social .footer__link::before {
  display: none;
}
.footer__social .footer__link:hover {
  opacity: 0.7;
}

.footer__bottom-text {
  border-top: 1.5px solid #fff;
  padding-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #fff;
}/*# sourceMappingURL=footer.css.map */