@font-face {
    font-family: 'Shentox 7';
    src: url('../css/fonts/Shentox-Regular8.eot');
    src: url('../css/fonts/Shentox-Regular8.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Shentox-Regular8.woff2') format('woff2'),
        url('../css/fonts/Shentox-Regular8.woff') format('woff'),
        url('../css/fonts/Shentox-Regular8.ttf') format('truetype'),
        url('../css/fonts/Shentox-Regular8.svg#Shentox-Regular8') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shentox 13';
    src: url('../css/fonts/Shentox-Regular2.eot');
    src: url('../css/fonts/Shentox-Regular2.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/Shentox-Regular2.woff2') format('woff2'),
        url('../css/fonts/Shentox-Regular2.woff') format('woff'),
        url('../css/fonts/Shentox-Regular2.ttf') format('truetype'),
        url('../css/fonts/Shentox-Regular2.svg#Shentox-Regular2') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Light.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Light.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Light.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Light.ttf') format('truetype'),
        url('../css/fonts/HarmoniaSansProCyr-Light.svg#HarmoniaSansProCyr-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Bold.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.ttf') format('truetype'),
        url('../css/fonts/HarmoniaSansProCyr-Bold.svg#HarmoniaSansProCyr-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../css/fonts/HarmoniaSansProCyr-Regular.eot');
    src: url('../css/fonts/HarmoniaSansProCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.woff2') format('woff2'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.woff') format('woff'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.ttf') format('truetype'),
        url('../css/fonts/HarmoniaSansProCyr-Regular.svg#HarmoniaSansProCyr-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body, input, textarea {
	background-color: #050505;
	font-family: 'Harmonia Sans Pro Cyr';
	font-weight: 300;
    font-style: normal;
	color: white;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

:focus {
	outline: none;
}








