body footer.footer {
  background-color: #04012F;
  overflow: hidden;
}
body footer.footer .footer_top {
  padding: 40px 0 24px;
  border-bottom: solid 1px #ffffff;
}
body footer.footer .footer_top .logo {
  display: block;
  max-width: max-content;
}
body footer.footer .footer_top .logo img {
  max-width: 414px;
}
body footer.footer .footer_top .list_social {
  gap: 12px;
  margin: 0;
  padding: 0;
}
body footer.footer .footer_top .list_social li a {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  padding: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
body footer.footer .footer_top .list_social li a img {
  height: 30px;
  width: 30px;
  transition: all 0.4s ease-in-out;
}
body footer.footer .footer_top .list_social li a:after {
  content: "";
  background-color: #04012F;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
body footer.footer .footer_top .list_social li a:hover:after {
  height: 0;
  width: 0;
}
body footer.footer .footer_bottom {
  padding: 16px 0;
}
body footer.footer .footer_bottom p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
body footer.footer .footer_bottom p a {
  color: #ffffff;
  transition: all 0.1s linear;
}
body footer.footer .footer_bottom p a:hover {
  color: #F5C779;
}
body footer.footer .footer_bottom .nav {
  gap: 24px;
}
body footer.footer .footer_bottom .nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 18px;
  padding: 0;
}
body footer.footer .footer_bottom .nav .nav-item .nav-link:hover {
  color: #F5C779;
}
body .modal .modal-dialog {
  max-width: 600px;
}
body .modal .modal-dialog .modal-content {
  border: solid 4px #F5C779;
  border-radius: 20px;
}
body .modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #F5C779;
  font-size: 32px;
}
body .modal .modal-dialog .modal-content .modal-footer .btn {
  max-width: unset;
  justify-content: center;
}

@media (max-width: 1380px) {
  body footer.footer .footer_top .logo img {
    max-width: 374px;
  }
}
@media (max-width: 1180px) {
  body footer.footer .footer_top .logo img {
    width: 422px;
  }
  body footer.footer .footer_bottom p {
    font-size: 16px;
  }
  body footer.footer .footer_bottom .nav {
    gap: 20px;
  }
  body footer.footer .footer_bottom .nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  body footer.footer .footer_top .logo img {
    max-width: 314px;
  }
  body footer.footer .footer_top .list_social {
    gap: 10px;
  }
  body footer.footer .footer_top .list_social li a {
    line-height: 20px;
  }
  body footer.footer .footer_top .list_social li a img {
    height: 20px;
    width: 20px;
  }
  body footer.footer .footer_bottom p {
    font-size: 14px;
  }
  body footer.footer .footer_bottom .nav {
    gap: 20px;
  }
  body footer.footer .footer_bottom .nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 567px) {
  body footer.footer .footer_top .logo img {
    max-width: 210px;
  }
  body footer.footer .footer_top .list_social {
    gap: 10px;
  }
  body footer.footer .footer_top .list_social li a {
    padding: 8px;
    line-height: 14px;
  }
  body footer.footer .footer_top .list_social li a img {
    height: 16px;
    width: 16px;
  }
  body footer.footer .footer_bottom p {
    font-size: 14px;
  }
  body footer.footer .footer_bottom .nav {
    gap: 20px;
  }
  body footer.footer .footer_bottom .nav .nav-item .nav-link {
    font-size: 14px;
  }
}

/*# sourceMappingURL=footer.css.map */
