footer {
  display: block;
  /* =============================================================== RESPONSIVE =================================================================*/ }
  footer .footer-main {
    width: 100vw; }
    footer .footer-main a {
      float: left;
      width: 100%;
      margin-bottom: 15px;
      text-decoration: none;
      transition: all 0.3s; }
      footer .footer-main a:hover {
        text-decoration: underline;
        color: #ed2939; }
    footer .footer-main p {
      margin: 0;
      margin-bottom: 15px; }
    footer .footer-main .footer-top {
      height: 11px;
      background-image: linear-gradient(90deg, #ff2f19, #8e50a8); }
    footer .footer-main .footer-center {
      width: 100%;
      margin-bottom: 15px; }
      footer .footer-main .footer-center .floater {
        display: flex;
        flex-direction: row;
        width: 1200px;
        margin: 67px auto 0;
        position: relative; }
        footer .footer-main .footer-center .floater .logo {
          background-image: url(/media/image/93892b14c330d7e9b24f0037dd2ace017dec31a1.svg);
          background-repeat: no-repeat;
          background-position: center;
          background-size: 193px;
          display: block;
          width: 200px;
          height: 210px;
          margin-right: 10vw; }
        footer .footer-main .footer-center .floater .col {
          width: 17%;
          margin-left: 40px;
          margin-bottom: 40px; }
        footer .footer-main .footer-center .floater .title {
          font-size: 16px;
          margin-top: 22px;
          font-family: 'LatoLatinRegular'; }
        footer .footer-main .footer-center .floater .phone, footer .footer-main .footer-center .floater .fax, footer .footer-main .footer-center .floater .email {
          font-family: 'LatoLatinRegular';
          margin-top: 0;
          position: relative;
          margin-left: 45px;
          color: #405966; }
          footer .footer-main .footer-center .floater .phone:hover, footer .footer-main .footer-center .floater .fax:hover, footer .footer-main .footer-center .floater .email:hover {
            color: #ed2939; }
          footer .footer-main .footer-center .floater .phone::before, footer .footer-main .footer-center .floater .fax::before, footer .footer-main .footer-center .floater .email::before {
            position: absolute;
            height: 45px;
            width: 45px;
            top: -6px;
            left: -45px; }
        footer .footer-main .footer-center .floater .phone {
          margin-top: 23px; }
          footer .footer-main .footer-center .floater .phone::before {
            content: url(/media/image/d3588580308ac2c7936c1591e23be4cf175514ec.svg); }
        footer .footer-main .footer-center .floater .fax {
          margin-top: 10px; }
          footer .footer-main .footer-center .floater .fax::before {
            content: url(/media/image/c630a64385ad736a7f081ce8e2bf4b1b6678dabe.svg); }
        footer .footer-main .footer-center .floater .footer-signature {
          position: absolute;
          bottom: 1px;
          background: linear-gradient(90deg, #ff2f19, #8e50a8);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          footer .footer-main .footer-center .floater .footer-signature b {
            font-family: 'LatoLatinMedium'; }
    footer .footer-main .footer-bottom .items {
      display: flex;
      flex-direction: row;
      margin: 60px auto 30px;
      width: fit-content; }
      footer .footer-main .footer-bottom .items .item {
        margin-left: 30px; }
        footer .footer-main .footer-bottom .items .item:first-child {
          margin-right: 80px; }
        footer .footer-main .footer-bottom .items .item .twitter, footer .footer-main .footer-bottom .items .item .linkedin, footer .footer-main .footer-bottom .items .item .facebook {
          background-repeat: no-repeat;
          background-position: center;
          display: block;
          width: 15px;
          height: 15px;
          margin-left: 30px; }
        footer .footer-main .footer-bottom .items .item .twitter {
          background-image: url(/media/image/d7ffea889d2aa71de478a862ec4e3f62c2f48566.svg); }
        footer .footer-main .footer-bottom .items .item .linkedin {
          background-image: url(/media/image/c9f650439b8b27afcd1be779910b2dd57392a3a1.svg); }
        footer .footer-main .footer-bottom .items .item .facebook {
          background-image: url(/media/image/b6e5e20cd6a902c739e6377ae0e767d4ca11a0f8.svg); }
          footer .footer-main .footer-bottom .items .item .facebook:before {
            content: ''; }

@media (max-width: 960px) {
  footer .footer-main .footer-center .floater {
    position: relative;
    width: 100%;
    margin-top: 10px; }
    footer .footer-main .footer-center .floater .footer-signature {
      margin-left: 40px; }
    footer .footer-main .footer-center .floater .col {
      width: 30%;
      margin-top: 200px; }
      footer .footer-main .footer-center .floater .logo {
        position: absolute;
        margin-right: 0 20px;
        margin-left: calc(50vw - 93px); }
    footer .footer-main .footer-bottom .items {
      flex-wrap: wrap-reverse; } }

@media (max-width: 640px) {
  footer .footer-main .footer-center .floater {
    flex-direction: column;
    width: 100vw;
    margin-top: 10px; }
    footer .footer-main .footer-center .floater .col {
      width: 100%;
      margin-top: initial; }
      footer .footer-main .footer-center .floater .col .title {
        font-family: 'LatoLatinHeavy';
        margin: 40px 0 0; }
    footer .footer-main .footer-center .floater .logo {
      position: relative;
      margin: 0 40px 0; }
    footer .footer-main .footer-bottom .items {
      flex-wrap: wrap; } }

@media (max-width: 480px) {
  footer .footer-main .footer-center .floater .logo {
    margin-bottom: 50px; }
    footer .footer-main .footer-center .floater .footer-signature {
      top: 220px;
      max-height: 20px; }
    footer .footer-main a {
      margin-top: 2px;
      width: calc(100vw - 40px); } }

@media (max-width: 320px) {
  footer .footer-main .footer-bottom .items .item .txt {
    width: 100vw;
    margin-top: 40px;
    margin-left: 20px; } }
