.footer {
  display: flex;
  flex-direction: column;
  border-top: 0.05208vw solid #e8e8e8;
}
.footer-top {
  width: 100%;
  height: 24.84375vw;
  box-sizing: border-box;
  padding: 2.91666vw 8.33333vw 2.44791vw;
  background: #ffffff;
}
.footer-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5vw;
}
.footer-top-left {
  padding-top: 0.46875vw;
  width: 29.73958vw;
}
.footer-top-left-img {
  width: 20.3125vw;
  height: 1.875vw;
  margin-bottom: 1.61458vw;
}
.footer-top-left-text {
  height: 1.25vw;
  font-family: Roboto, Roboto;
  font-weight: 300;
  font-size: 0.88541vw;
  color: #1d1d1d;
  line-height: 1.25vw;
}
.footer-top-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.right-column {
  display: flex;
  flex-direction: column;
}
.right-column a {
  display: block;
}
.right-column-title-link {
  height: 0.83333vw;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 0.72916vw;
  color: #8d222e;
  line-height: 0.83333vw;
  margin-bottom: 1.25vw;
}
.right-column-title-link:hover {
  text-decoration: underline;
}
.right-column-text-link {
  height: 0.83333vw;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 0.72916vw;
  color: #1d1d1d;
  line-height: 0.83333vw;
  margin-bottom: 0.52083vw;
}
.right-column-text-link:hover {
  color: #8d222e;
  text-decoration: underline;
}
.footer-mid {
  background: #f5f5f5;
  border-radius: 0.20833vw;
  padding: 1.66666vw 2.08333vw;
  display: flex;
  justify-content: space-between;
}
.footer-mid-column {
  display: flex;
  flex-direction: column;
}
.footer-mid-column-header {
  display: flex;
}
.footer-mid-column-header-logo {
  padding-top: 0.15625vw;
  width: 0.83333vw;
  height: 0.83333vw;
  margin-right: 0.41666vw;
  opacity: 0.4;
}
.footer-mid-column-logo {
  width: 0.83333vw;
  height: 0.83333vw;
  margin-right: 0.41666vw;
  opacity: 0.4;
}
.footer-mid-column-header-text {
  max-width: 21.19791vw;
  height: 2.08333vw;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 0.72916vw;
  color: rgba(29, 29, 29, 0.4);
  line-height: 1.04166vw;
  margin-bottom: 0.52083vw;
}
.footer-mid-column-value {
  display: flex;
  align-items: center;
  margin-bottom: 0.52083vw;
}
.footer-mid-column-value-text {
  height: 1.25vw;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 0.72916vw;
  color: rgba(29, 29, 29, 0.4);
  line-height: 1.25vw;
}
.footer-bot {
  width: 100%;
  height: 2.23958vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 43.64583vw;
  background-image: url("../img/footer-back.png");
  background-size: 100% 100%;
}
.footer-menu {
  display: flex;
  margin-right: 7.5vw;
}
.footer-menu a {
  display: inline-flex;
}
.footer-menu-item {
  cursor: pointer;
  margin-right: 1.04166vw;
  width: 1.25vw;
  height: 1.25vw;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.footer-menu-item:hover {
  opacity: 1;
}

.footer-menu a:last-child .footer-menu-item {
  margin-right: 0;
}
.footer-bot-text {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 0.625vw;
  color: rgba(29, 29, 29, 0.3);
}
.footer-bot-text a {
  color: rgba(29, 29, 29, 0.3);
  text-decoration: underline;
}
.footer-bot-text a:hover {
  color: rgba(29, 29, 29, 1);
}
