.footer {
  background-color: #172969;
  padding: 70px 0 40px;
}

.footer .container {
  max-width: 1170px;
}

.footer .footer-row {
  margin-bottom: 70px;
}

.footer .footer-row .footer-block {
  width: 40%;
}

.footer .footer-row .footer-block a {
  display: block;
  width: 100%;
}

.footer .footer-row .footer-block a img {
  width: 100%;
  height: auto;
}

.footer .footer-row .footer-block .footer-proud-text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.footer .menu-footer-menu-container {
  width: 100%;
}

.footer ul.footer-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  gap: 1.2%;
}

.footer ul.footer-menu li {
  text-align: center;
}

.footer ul.footer-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer ul.footer-menu li a:hover {
  color: #099CF4;
}

.footer .footer-contacts-block {
  justify-content: center;
  font-size: 24px;
  color: #099CF4;
  font-weight: 700;
}

.footer .footer-contacts-block a {
  color: #099CF4;
  font-weight: 400;
  margin-left: 8px;
}

.footer .footer-contacts-block a:hover {
  color: #fff;
}

.footer .footer-contacts-block .footer-contact-block {
  padding: 0 35px;
}

.footer .footer-contacts-block .footer-contact-block:first-child {
  border-right: 1px #099CF4 solid;
}

.footer .copy {
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 6px 16px;
  width: 100%;
  order: 5;
  background-color: #000;
}

@media screen and (max-width: 1499px) {
  .footer ul.footer-menu {
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 16px;
  }
}

@media screen and (max-width: 991px) {
  .footer ul.footer-menu li {
    width: 100%;
    text-align: center;
  }
  .footer ul.footer-menu li a {
    font-size: 20px;
  }
  .footer .footer-contacts-block .footer-contact-block {
    padding: 0 16px;
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer .footer-row:last-child {
    margin-bottom: 40px;
  }
  .footer .footer-row .footer-block {
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding: 0 16px;
  }
  .footer .footer-row .footer-block.footer-logo-block {
    margin-bottom: 30px;
  }
  .footer .footer-row .footer-block .footer-proud-text {
    font-size: 10px;
    margin-bottom: 12px;
  }
  .footer ul.footer-menu li {
    width: 100%;
    text-align: center;
  }
  .footer ul.footer-menu li a {
    font-size: 20px;
  }
  .footer .footer-contacts-block .footer-contact-block {
    width: 100%;
  }
  .footer .footer-contacts-block .footer-contact-block:first-child {
    border: none;
  }
}
