@charset "utf-8";

@import url('common.css');
@import url('header.css');
@import url('content.css');
@import url('medias.css');


@font-face {
	font-family: "!Roboto-Bold";
	src: url(../assets/fonts/!Roboto-Bold.ttf);
}
@font-face {
	font-family: "!BPGGEL";
	src: url(../assets/fonts/!BPGGEL.ttf);
}
@font-face {
	font-family: "Poppins";
	src: url(../assets/fonts/Poppins-SemiBold.ttf);
}
@font-face {
	font-family: "bpg_arial_2009.ttf";
	src: url(../assets/fonts/bpg_arial_2009.ttf);
}
@font-face {
	font-family: "bpg-nino-mtavruli-bold-bl-edition.otf";
	src: url(../assets/fonts/bpg-nino-mtavruli-bold-bl-edition.otf);
}
@font-face {
	font-family: "bpg_nino_mtavruli_normal.ttf";
	src: url(../assets/fonts/bpg_nino_mtavruli_normal.ttf);
}
@font-face {
	font-family: "bpg-arial-caps-webfont.ttf";
	src: url(../assets/fonts/bpg-arial-caps-webfont.ttf);
}

@font-face {
	font-family: "bpg-square-webfont";
	src: url(../assets/fonts/bpg-square-webfont.ttf);
}
@font-face {
	font-family: "archyedt-bold";
	src: url(../assets/fonts/archyedt-bold.otf);
}
@font-face {
	font-family: "dotfont";
	src: url(../assets/fonts/dotfont.ttf);
}

html,body{
    position: relative;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: rgba(0,0,0,0);
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: rgba(0,0,0,0);
    -o-tap-highlight-color: transparent;
    tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;
}
body{
    background-image: url("../assets/img/bg.jpg");
    background-repeat: no-repeat;  
    background-size: 100% auto; 
    background-color: #0f1427;
}

.ru * {
    font-family: arial;
}

div{
    box-sizing: border-box;
}
a{
    color: inherit;
    text-decoration: none;
}

a:focus{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: white;
    text-decoration: none;
}
.section-content{
    position: relative;
    overflow: hidden;
}


.space{
    height: 25vh;
}
.body-icons{
    position: absolute;
}
.body-icons-left{
    left: 0;
    top: 0;
}
.body-icons-right{
    right: 0;
    top: 0;
}