
/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a {color: inherit;}
a:hover{text-decoration: none;}
ul li{list-style: none;}


@font-face {
    font-family: candy; 
    src: url(../fonts/Candy_Beans.otf); 
}
@font-face {
    font-family: simpson; 
    src: url(../fonts/Simpsonfont.otf); 
}
@font-face {
    font-family: vividly; 
    src: url(../fonts/Vividly-Regular.ttf); 
}
@font-face {
    font-family: roboto; 
    src: url(../fonts/Roboto-Medium.ttf); 
}


body {
    font-family: candy; 
    background-color: #080808;
    color: #fff;
}
.en {
    display: block;
}
.ru,
.ch,
.bi,
.tu,
.tv {
    display: none;
    font-family: roboto;
}

