﻿@charset "utf-8";

@media screen and (min-width: 768px) {
  .footer_m {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .footer_m {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
    box-shadow: 0px 0px 4px #adadad;
    z-index: 9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#595f60));
    border-radius: 20px 20px 0 0 !important;
  }

  .footer_m div a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    color: #fff;
    height: 3rem;
    font-size: 16px;
  }

  .footer_m div:nth-child(1) {
    border-right: 1px solid #e2ecde;
  }

  .footer_m div a span:nth-child(1) {
    margin-right: 6px;
  }

  .footer_m div .flientfpb {
    margin: 0;
    background: none;
    border: none;
    color: #4e8718;
    padding: 0;
    align-items: baseline;
    height: auto;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }

  .zw {
    height: 2rem;
  }
}
