@font-face {
    font-family: 'Main';
    src: url('../assets/fonts/Muller.eot');
    src: url('../assets/fonts/Muller.eot#iefix') format('embedded-opentype'), url('../assets/fonts/Muller.woff') format('woff'), url('../assets/fonts/Muller.ttf') format('truetype'), url('../assets/fonts/Muller.svg#ittalk-logo') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
canvas {
    height: 100%;
}

body {
    background: linear-gradient(45deg, #2cb8ff, #56a9ff, #55e2ff, #55e2ff, #6dc5ff, #1ea9f6);
    /*background: linear-gradient(45deg,#434343,#4a4a4a,#464646,#424242,#424242,#575757);*/
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    /*margin: 0px 0px 1px 0px;*/
    /* the extra 1px allows the iOS inner/outer check to work */
}

#main {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

canvas {
    margin-bottom: -4px;
    box-shadow: rgb(52, 148, 188) 0px 0px 4px 3px;
    -moz-box-shadow: rgb(52, 148, 188) 0px 0px 4px 3px;
    -webkit-box-shadow: rgb(52, 148, 188) 0px 0px 4px 3px;
    /*box-shadow: rgb(57, 56, 56) 0px 0px 4px 3px;
    -moz-box-shadow: rgb(57, 56, 56) 0px 0px 4px 3px;
    -webkit-box-shadow: rgb(57, 56, 56) 0px 0px 4px 3px;*/
}

#yandex_rtb_R-A-491613-2 {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

#yandex_rtb_R-A-491613-3 {
    width: 100%;
    z-index: 0;
}

#loading {
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #005771;
    transform: translateY(50%);
}