.agex_footer {
  background-color: var(--agex-secondary);
  color: white; }
  .agex_footer p {
    color: white;
    margin-bottom: 0; }
  .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: var(--agex-primary); }
  .agex_footer .agex_footer__contact-btn {
    background-color: white;
    color: var(--agex-secondary);
    padding: 10px 60px;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500; }
    .agex_footer .agex_footer__contact-btn:hover {
      background-color: var(--agex-primary);
      color: white; }
  .agex_footer .border-bottom {
    border-bottom: 1px solid #FFFFFF33 !important; }
  .agex_footer .border-top {
    border-top: 1px solid #FFFFFF33 !important; }
  .agex_footer .border-right {
    border-right: 1px solid #FFFFFF33 !important; }
    @media (max-width: 992px) {
      .agex_footer .border-right {
        border: none !important; } }
  .agex_footer .border-left {
    border-left: 1px solid #FFFFFF33 !important; }
    @media (max-width: 992px) {
      .agex_footer .border-left {
        border: none !important; } }
  .agex_footer .agex_footer__rs_link {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: white; }
    .agex_footer .agex_footer__rs_link:hover {
      background-color: var(--agex-primary); }
    .agex_footer .agex_footer__rs_link svg {
      width: 20px;
      height: 20px; }
      .agex_footer .agex_footer__rs_link svg path {
        fill: var(--agex-secondary); }
  .agex_footer .footer_agex__title {
    color: white;
    margin-bottom: 15px;
    font-size: 21px;
    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: 17px;
      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 {
        color: var(--agex-primary); }
      .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-logo {
    display: flex;
    gap: 15px; }
    .agex_footer .container-logo .container-oec {
      position: relative;
      width: 100px;
      flex-shrink: 0; }
      .agex_footer .container-logo .container-oec .footer-oec {
        position: absolute;
        width: 100px;
        bottom: -25px;
        right: 0; }
        @media (max-width: 992px) {
          .agex_footer .container-logo .container-oec .footer-oec {
            position: initial;
            bottom: 0; } }

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