/*@font-face {font-family: 'icomoon';src:    url('css/fonts/icomoon.eot?gmph5x');src:    url('css/fonts/icomoon.eot?gmph5x#iefix') format('embedded-opentype'),url('../css/fonts/icomoon.ttf?gmph5x') format('truetype'),url('css/fonts/icomoon.woff?gmph5x') format('woff'),url('css/fonts/icomoon.svg?gmph5x#icomoon') format('svg');font-weight: normal;font-style: normal;}
.icon-social-ok:before, .icon-social-tw:before, .icon-social-yt:before, .icon-social-vk:before, .icon-social-inst:before, .icon-social-gplus:before, .icon-social-fb:before{ font-family: 'icomoon' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 26px;float: left;margin-right: 5px; margin-bottom: 10px;}*/

body > .icon-social-ok:before {content: "odnoklassniki";}
body > .icon-social-tw:before {content: "twitter";}
body > .icon-social-yt:before {content: "youtube";}
body > .icon-social-vk:before {content: "vkontakte";}
body > .icon-social-inst:before {content: "instagram";}
body > .icon-social-gplus:before {content: "google-plus";}
body > .icon-social-fb:before {content: "facebook";}

[id*="wait"] {
    border: none !important;
    padding: 0 !important;
    background: none !important;
    position: fixed !important;
    width: 160px !important;
    height: 160px !important;
    top: calc(50% - 80px) !important;
    left: calc(50% - 80px) !important;
    text-align: center !important;
    z-index: 9999 !important;
    content: '' !important;
    color: transparent !important;
}

[id*="wait"]:before{
    content: '' !important;
    background: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

[id*="wait"]:after {
    position: absolute !important;
    content: '' !important;
    display: block !important;
    width: 160px !important;
    height: 160px !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 80px !important;
    z-index: 9999 !important;
    background: url(img/Spinner-long-grey.svg) no-repeat;
    background-size: contain;
}