.auth-social-container {
    margin-bottom: 0;

    text-align: center;
}

.auth-social-title {
    margin: 0;

    font-size: 16px;
    font-weight: normal;
}

.auth-social-link {
    display: inline-block;

    padding: 10px;

    line-height: 1;
}

.auth-social-icon {
    display: inline-block;

    width: 30px;
    height: 30px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.auth-social-icon-odnoklassniki {
    background-image: url('/assets/website/svg/share_ok.svg');
}

.auth-social-icon-vk {
    background-image: url('/assets/website/svg/share_vk.svg');
}

.auth-social-icon-facebook {
    background-image: url('/assets/website/svg/share_facebook.svg');
}

.auth-social-icon-mailru {
    background-image: url('/assets/website/svg/share_mail.svg');
}



/* Small Devices, Tablets */
@media (min-width: 720px) {
    .auth-social-container {
        margin-bottom: 2em;
    }

    .auth-social-icon {
        width: 48px;
        height: 48px;
    }

    .auth-social-link {
        padding: 1em;
    }

    .auth-social-title {
        font-size: 20px;
    }
}



/* Large Devices, Wide Screens */
@media (min-width: 1020px) {
    .auth-social-icon {
        width: 24px;
        height: 24px;
    }

    .auth-social-title {
        font-size: 16px;
    }
}
