@media screen and (max-width: 767px) {


    #LinksWrapper {
        height: auto;
    }


    #LinksContent {
        text-align: center;
    }

    .LinksWrapper {
        width: 100%;
        text-align: center;
    }

    .SocialLinks {
        width: 100%;
    }

    .LinksHeader {
        text-align: center;
    }

    .Links li {
        text-align: center;
    }



    .OrderStatus {
        text-align: center;
    }

    .FooterReviews { 
        text-align: center;
    }

    .FooterSlogan h2 {
        line-height: 28px;
    }

    .FooterAbout {
        display: block;
        width: 97%;
        text-align: center;
    }

    .FooterSocial {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .FooterNews {
        text-align: center;
    }

    .FooterAuthorized {
        display: block;
        width: 100%;
        margin-left: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .FooterLocations {
        display: block;
        width: 100%;
        margin-right: 0px;
    }

    .FooterLocationInfo {
        text-align: center;
    }

    .FooterLocation {
        width: 31%;
        text-align: center;
        margin-left: 0px;
        margin-bottom: 15px;
    }


        .FooterLocation i {
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }


    .CopyRightContent {
        display: block;
        width: 100%;
        text-align: center;
    }

    .CopyRightLinks {
        width: 100%;
        bottom: 0px;
        top: 30px;
    }

    #CopyRightSection span {
        display: none;
    }

}















