/* Desktop footer aligned with the approved Figma composition. */
@media (min-width: 992px) {
  #footer .footer-container {
    background: #5b6c57;
  }

  #footer .footer-top {
    padding: 0 !important;
    background: #4f911f !important;
  }

  #footer .footer-top > .container {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  #footer .ft_newsletter {
    min-height: 176px;
    margin: 0;
    padding: 0 !important;
    border-radius: 0;
    background-color: rgba(67, 148, 50, 0.82);
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
  }

  #footer .ft_newsletter > .row {
    display: grid !important;
    grid-template-columns: 400px minmax(420px, 1fr);
    align-items: center;
    width: 1040px;
    max-width: calc(100% - 60px);
    min-height: 176px;
    margin: 0 auto !important;
  }

  #footer .ft_newsletter > .row > .col {
    display: block !important;
    float: none;
    width: auto;
    padding: 0;
  }

  #footer .ft_newsletter .title-newsletter {
    max-width: 360px;
  }

  #footer .ft_newsletter .title-newsletter h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 23px;
  }

  #footer .ft_newsletter .desc-newletter {
    max-width: 350px;
    font-size: 13px;
    line-height: 18px;
  }

  #footer .ft_newsletter form {
    width: 100%;
    max-width: 425px;
    margin-left: auto;
  }

  #footer .ft_newsletter form .input-wrapper input {
    height: 40px;
    padding: 8px 110px 8px 18px;
    border-radius: 4px;
    font-size: 12px;
  }

  #footer .ft_newsletter form .btn {
    height: 40px;
    padding: 6px 18px;
    border-radius: 0 4px 4px 0;
    line-height: 28px;
    font-size: 13px;
  }

  #footer .footer-middle,
  #footer .footer-bottom {
    color: #fff;
    background: #5b6c57 !important;
    background-image: none !important;
  }

  #footer .footer-middle {
    min-height: 333px;
    padding: 66px 0 28px !important;
  }

  #footer .footer-middle > .container,
  #footer .footer-bottom > .container {
    width: 1040px;
    max-width: calc(100% - 60px);
  }

  #footer .footer-middle > .container > .row {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    margin: 0;
  }

  #footer .footer-main-contact,
  #footer .footer-main-links {
    float: none;
    width: auto;
  }

  #footer .footer-main-contact {
    padding: 0 20px 0 0;
  }

  #footer .footer-main-links {
    padding: 0;
  }

  #footer .footer-links-grid {
    display: flex;
    margin: 0;
  }

  #footer .footer-links-grid > .footer_block {
    float: none;
    width: 33.3333%;
    padding: 0 15px;
  }

  #footer .footer-links-grid > .footer_block:nth-child(1) {
    order: 3;
  }

  #footer .footer-links-grid > .footer_block:nth-child(2) {
    order: 1;
  }

  #footer .footer-links-grid > .footer_block:nth-child(3) {
    order: 2;
  }

  #footer .footer-middle h3,
  #footer .footer-middle .h3 {
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 20px;
  }

  #footer .footer-middle p,
  #footer .footer-middle li,
  #footer .footer-middle a {
    font-size: 12px;
    line-height: 20px;
  }

  #footer .footer-links-grid > .footer_block:first-child img {
    display: block;
    width: auto !important;
    max-width: 160px !important;
    height: auto !important;
    margin: 0 0 10px;
  }

  #footer .footer-links-grid > .footer_block:first-child img + br {
    display: none;
  }

  #footer .footer-egoi-row {
    width: 33.3333%;
    margin: 10px 0 0 auto;
  }

  #footer .footer-egoi {
    margin: 0 !important;
    padding: 0 15px;
    text-align: left !important;
  }

  #footer .footer-egoi img {
    width: 180px !important;
    max-width: 100% !important;
    height: auto;
  }

  #footer .footer-bottom {
    height: 55px;
  }

  #footer .footer-bottom > .container {
    position: relative;
    height: 55px;
    padding: 0 !important;
  }

  #footer .footer-bottom > .container::before {
    top: 0;
    right: 0;
    left: 0;
  }

  #footer .footer-bottom .row {
    display: flex;
    align-items: center;
    height: 55px;
    margin: 0;
  }

  #footer .footer-bottom .copyright:first-child {
    float: none;
    width: auto;
    padding: 0;
    text-align: left !important;
  }

  #footer .footer-bottom .copyright:first-child p {
    margin: 0;
    font-size: 10px;
    line-height: 55px;
  }

  #footer .footer-bottom .copyright:last-child {
    position: absolute;
    top: -91px;
    left: 50%;
    float: none;
    width: 120px;
    padding: 0;
    transform: translateX(-50%);
    text-align: center !important;
  }

  #footer .footer-bottom .copyright:last-child img {
    max-width: 92px;
    height: auto;
  }
}
