
@media only screen and (max-width: 1500px) {

   

    .inner-section {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }




    .inner-footer {
        display: block;
    }

    .footer-column, .footer-logo-column {
        display: none;
        width: 280px;
        margin: 0 auto;
    }

    .footer-logo-column {
        display: block;
    }

    .footer-bottom {
        width: 280px;
        margin: 0 auto;
    }

    .footer-bottom .copyright {
        order: 3;
        font-size: 8px;
    }

    .footer-logo-column .footer-contacts {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        padding-bottom: 7px;
    }

    .footer-logo {
        margin: 0 0 20px 0;
        text-align: left;
    }

    .footer-contacts {
        margin: 0;
    }

    .footer-contacts p, .footer-contacts a {
        margin-bottom: 16px;
    }

    .footer-contacts a {
        margin-bottom: 0;
    }

    .footer-contacts p:nth-child(1) {
        order: 4;
    }

    .footer-contacts p:nth-child(4) {
        order: 1;
        width: 100%;
    }

    .footer-contacts p:nth-child(2) {
        order: 2;
        margin-right: 22px;
    }

    .footer-contacts p:nth-child(3) {
        order: 3;
    }

    .footer-links {
        text-align: left;
        padding: 0;
        margin: 0;
        padding-bottom: 11px;
    }

  





  

   
  
 
  



}
