.agex_footer {
  background-color: var(--agex-primary);
  color: white;
}
.agex_footer p {
  color: white;
}
.agex_footer .footer-top,
.agex_footer .footer-middle {
  padding: 30px 0;
}
.agex_footer .footer-bottom {
  padding: 25px 0;
}
@media (max-width: 992px) {
  .agex_footer .footer-bottom {
    padding-bottom: 100px;
  }
}
.agex_footer .footer-bottom p {
  margin-bottom: 0;
  font-size: 16px;
}
.agex_footer .footer-bottom a {
  color: white;
  text-decoration: underline !important;
}
.agex_footer .agex_footer__contact-btn {
  background-color: white;
  color: var(--agex-primary);
  padding: 10px 60px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  transition: 0.3s all ease;
}
.agex_footer .agex_footer__contact-btn:hover {
  background-color: var(--agex-secondary);
  color: white;
}
.agex_footer .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.agex_footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.agex_footer .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
}
@media (max-width: 992px) {
  .agex_footer .border-right {
    border: none !important;
  }
}
.agex_footer .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}
@media (max-width: 992px) {
  .agex_footer .border-left {
    border: none !important;
  }
}
.agex_footer .agex-logo {
  max-width: 212px;
}
.agex_footer .agex_footer__rs_link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: white;
  transition: 0.3s all ease;
}
.agex_footer .agex_footer__rs_link:hover {
  background-color: var(--agex-secondary);
}
.agex_footer .agex_footer__rs_link svg {
  width: 20px;
  height: 20px;
}
.agex_footer .agex_footer__rs_link svg path {
  fill: var(--agex-primary);
}
.agex_footer .footer_agex__title {
  color: white;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 35px;
  font-weight: 500;
}
.agex_footer .footer_agex__list-link {
  list-style-type: none;
  padding-left: 0;
}
.agex_footer .footer_agex__list-link li:not(:last-child) {
  margin-bottom: 10px;
}
.agex_footer .footer_agex__list-link li a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  transition: 0.3s all ease;
}
.agex_footer .footer_agex__list-link li a:hover {
  transform: translateX(5px);
}
.agex_footer .footer_agex__list-link li a svg {
  width: 10px;
  height: 10px;
}
.agex_footer .footer_agex__list-link li a svg path {
  fill: #b8bfc5;
}
.agex_footer .container-oec {
  position: relative;
  width: 100px;
}
.agex_footer .container-oec .footer-oec {
  position: absolute;
  width: 100px;
  bottom: -25px;
  right: 0;
}
@media (max-width: 992px) {
  .agex_footer .container-oec .footer-oec {
    bottom: -100px;
  }
}

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