

footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 0 0 0;
  background: ;
  border-top: 1px solid #efefef;
  margin: 2em 0 0 0;
  color: #fff;
}

footer * {
  color: #fff !important;
}

footer a:hover {
  color: red;
}

  footer .footer_main_section {
    position: relative;
    z-index: 999;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 16px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 1em 0;
  }




    footer .logo_footer {
      position: relative;
      display: block;
      height: 56px;
      margin: auto;
      text-align: center;
    }













footer .social {
  width: 100%;
  text-align: center;
}
  footer .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: auto;
    margin-right: 16px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    color: #fff !important;
  }
  footer .social a:last-child {
    margin-right: 0;
  }
  footer .social a:hover {
    background: ;
  }

  .vk_icon:hover {
    background: #6188bf !important;
  }
  .insta_icon:hover {
    background: #b63faa;
  }
  .fb_icon:hover {
    background: #3b579b;
  }
  .ok_icon:hover {
    background: #46b040;
  }
  .whatsapp_icon:hover {
    background: #46b040;
  }
  .telegram_icon:hover {
    background: #2ca5e0;
  }
  .viber_icon:hover {
    background: #7d529e;
  }

    footer .social a i {
      width: 2em;
      height: 2em;
      background: #fff;
    }
    footer .social a:hover i {
      background: #fff;
    }


@media screen and (max-width: 1025px) {

  footer .social {
    width: 100%;
    text-align: center;
  }

    footer .social a {
      width: 36px !important;
      height: 36px !important;
      margin-right: 8px;
    }
    footer .social a:last-child {
      margin-right: 0;
    }

      footer .social a i {
        width: 24px;
        height: 24px;
        background: #fff;
      }

}













footer .app_download {
  display: flex;
  column-gap: 12px;
}

  footer .download_icon {
    display: inline-flex;

    height: 48px;
    align-items: center;
    margin: 8px 0;
    background: #;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0px 12px;
  }
  footer .download_icon:last-child {
  }
  footer .download_icon:hover {
    background: #333;
  }
    footer .download_icon i {
      width: 32px;
      height: 32px;
      margin: 0;
      margin-right: 8px;
      background: #fff;
    }
    footer .download_icon:hover i {
      background: #fff;
    }

    footer .download_icon span {
      position: relative;
      top: 1px;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 600;
      color: #000;
    }
    footer .download_icon:hover span {
      color: #fff;
    }

@media screen and (max-width: 1025px) {

  footer .app_download {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
    footer .download_icon {
      padding: 0px 8px;
    }
    footer .download_icon:last-child {
      margin-left: 1.1em;
    }
    footer .download_icon:hover {
    }
      footer .download_icon i {
        width: 28px;
        height: 28px;
      }
      footer .download_icon span {
        font-size: 12px;
      }

}







  footer .footer_lastline {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 1.5em 0;
  }

    footer .footer_lastline p,
    footer .footer_lastline a {
      display: ;
      margin: 0;
      font-size: 14px;
      font-weight: 400;
      color: #000;
    }
    footer .footer_lastline a {
      margin-right: 12px;
      text-decoration: ;
    }
    footer .footer_lastline a:hover {
      color: #ccc !important;
    }





@media screen and (max-width: 1025px) {

  footer {
    margin: 32px 0 0px 0;
    border-top: 1px solid #efefef;
    padding: 16px 0;
  }

    footer .footer_main_section {
      display: block;
      margin-bottom: 24px;

      text-align: center;
    }

      footer .footer_main_section > div {
        margin-bottom: 12px;
      }

        footer .footer_main_section .social a {
          width: 40px;
          height: 40px;
        }



    footer .footer_lastline {
      display: block;
    }

      footer .footer_lastline > div {
        display: block;
      }
        footer .footer_lastline a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          margin: 0;
          margin-bottom: 12px;
          border-radius: 8px;
          text-align: center;
        }
        footer .footer_lastline a {
          margin-right: 0;
          text-decoration: none !important;
        }

}