footer {
  width: 100%;
  background: #10349e;
}

.footer--top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 100px 80px;
  gap: 30px;
}

.footer--top .connection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer--top .connection .connection-wrapper p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
}

.footer--top .connection .connection-wrapper a {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}

.footer--top .footer--logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 36px 0;
}

.footer--top .footer--logos .logo-rent img {
  display: block;
  width: 209px;
  height: auto;
}

.footer--top .footer--logos .line {
  display: block;
  width: 1.5px;
  height: 25px;
  background-color: #e1e3e7;
  border-radius: 9999px;
  flex-shrink: 0;
}

.footer--top .footer--logos .logo-victory img {
  display: block;
  width: 230px;
  height: auto;
}

.footer--top .connection .social--links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.footer--top .connection .social--links a img {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
}

.footer--top .direction h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 24px;
}

.footer--top .direction .direction-list {
  display: flex;
  gap: 40px;
}

.footer--top .direction .direction-russia {
  display: flex;
  gap: 40px;
}

.footer--top .direction .direction-items {
  display: flex;
  flex-direction: column;
}

.footer--top .direction .direction-list p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 190%;
  color: #fff;
}

.footer--bottom {
  width: 100%;
  padding: 24px 100px;
  background: #050c26;
}

.footer--bottom-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer--bottom-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer--bottom-left .note {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  color: #8fa0c9;
  margin-bottom: 4px;
}

.footer--bottom-left a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 11px;
  color: #8fa0c9;
  text-decoration: none;
}

.footer--bottom-left a:hover {
  color: #fff;
}

.footer--bottom-left a.active {
  color: #fff;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.footer--bottom-right img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}