.tpl-wrapper {
    max-width: 1000px;
    width: 100%;
}

@media only screen and (max-width:1060px) {
    .tpl-wrapper {
        padding: 20px 20px;
    }

    .tpl-about {
        width: 80%;
        float: none;
        padding-right: 0;
        margin: 0 auto 30px;
    }

    .tpl-about-contact h3 {
        text-align: center;
    }

    .tpl-contacts {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .tpl-support {
        text-align: center;
    }

    .tpl-support a {
        display: inline;
        margin: 0 10px;
    }

    .tpl-support a img {
        vertical-align: top;
    }

    .tpl-support a span {
        float: none;
    }

    .tpl-support a br {
        display: none;
    }

}

@media only screen and (max-width:767px) {
    .tpl-mobile-partners {
        display: inline-block;
    }

    .tpl-desktop-partners {
        display: none;
    }
}

@media only screen and (max-width:599px) {
    .tpl-about {
        width: 100%;
    }

    .tpl-support a {
        display: inline-block;
        margin: 10px;
    }

    .tpl-support a span {
        float: left;
    }

    .tpl-support a br {
        display: inline-block;
    }
}

@media only screen and (max-width:479px) {
    .tpl-support a {
        display: block;
        margin: 20px auto;
        width: 70%;
        text-align: center;
    }

    .tpl-support a span {
        float: none;
    }
}
