.footer_text_link {
  font-size: 14px;
  color: white;
  text-decoration: none;
}

.footer_text_link:hover {
  color: rgb(226,187,143);
  text-decoration: none;
}

.footer_icons {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

#x {
  background: url(../../../assets/img/Footer/footer_x_n.svg);
}

#x:hover {
  background: url(../../../assets/img/Footer/footer_x_h.svg);
}

#patreon {
  background: url(../../../assets/img/Footer/footer_patreon_n.svg);
}

#patreon:hover {
  background: url(../../../assets/img/Footer/footer_patreon_h.svg);
}

#telegramm {
  background: url(../../../assets/img/Footer/footer_telegram_n.svg);
}

#telegramm:hover {
  background: url(../../../assets/img/Footer/footer_telegram_h.svg);
}

#boosty {
  background: url(../../../assets/img/Footer/footer_boosty_n.svg);
}

#boosty:hover {
  background: url(../../../assets/img/Footer/footer_boosty_h.svg);
}

#email {
  background: url(../../../assets/img/Footer/footer_email_n.svg);
  margin-right: 0px;
}

#email:hover {
  background: url(../../../assets/img/Footer/footer_email_h.svg);
  margin-right: 0px;
}

@media (min-width: 768px) {
  #footer_copyright {
    padding-left: 20px;
  }
}

@media (min-width: 767px) {
  #footer_risk {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  #footer_copyright, #footer_risk {
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  #footer_copyright {
    padding-bottom: 25px;
  }
}

@media (max-width: 576px) {
  #footer_version {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

.footer_link {
  color: white;
  text-decoration: none;
}

.footer_link:hover {
  color: #f8b064;
  text-decoration: none;
}

.footer_menu_icons {
  margin-top: 10px;
  margin-bottom: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: justify;
}

*:before, *:after {
  box-sizing: inherit;
}

