/* Footer Styles */

.footer {
  margin-top: 3.88889rem;
  font-size: 0.77778rem;
  line-height: 26px;
  background-color: #E5E5E5;
}

.container--footer {
  padding: 3.88889rem 0;
}
.container--footer .footer__text p {
  text-align: justify;
}

.footer__company {
  width: 7.22222rem;
}

.footer__logo {
  width: 7.22222rem;
}

.footer__main {
  margin-top: 2.22222rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__icon-pic {
  width: 126px;
  height: 39px;
}

.footer__main-text {
  width: 100%;
  margin-left: 4.44444rem;
}
@media screen and (max-width: 768px) {
  .footer__main-text {
    margin-left: 1.11111rem;
  }
}
@media screen and (max-width: 480px) {
  .footer__main-text {
    margin-left: 0;
  }
}

.footer__nav {
  width: 100%;
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__nav-item > a {
  min-height: 48px;
  font-size: 16px;
}

.footer__copy {
  margin-top: 1.11111rem;
}

/* Footer Bottom */
.footer-bottom {
  margin-top: 2.22222rem;
}

.footer-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-bottom__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-bottom__item {
  margin: 5px 0;
}

/* Footer Socials */
.footer-socials {
  margin-top: 2.22222rem;
  text-align: center;
}

.footer-socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 1.11111rem 0 0 0;
  gap: 1.11111rem;
}

.footer-socials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-socials__icon {
  width: 24px;
  height: 24px;
  fill: #424B53;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.footer-socials__icon:hover {
  fill: #64A0FF;
}

.footer-socials__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

