.animation__social-buttons-box {
    display: block;
    clear: both;

    margin: 10px 0;
}

.animation__social-button {
    display: inline-block;

    margin: 2px 0;
    padding: 1px;
}

.animation__social-icon {
    display: block;

    width: 28px;
    height: 28px ;

    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.animation__social-icon-ok {
    background-image: url('/assets/website/svg/share_ok.svg');
}

.animation__social-icon-fb {
    background-image: url('/assets/website/svg/share_fb.svg');
}

.animation__social-icon-wa {
    background-image: url('/assets/website/svg/share_wa.svg');
}

.animation__social-icon-instagram {
    background-image: url('/assets/website/svg/share_instagram.svg');
}


@media only screen and (min-width : 480px) {
    .animation__social-buttons-box {
        display: inline-block;
        clear: none;

        margin: 20px 0;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 768px) {
    .animation__social-buttons-box {
        margin: 14px 0 14px -2px;
    }

    .animation__social-button {
        padding: 2px;
    }

    .animation__social-icon {
        display: block;

        width: 30px;
        height: 30px;
    }
}
