@charset "utf-8";
@import url('common.css');
@import url('header.css');
@import url('content.css');
@import url('medias.css');

/* @font-face {
	font-family: "!BPGGEL";
	src: url(../assets/fonts/!BPGGEL.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-webfont.ttf";
	src: url(../assets/fonts/bpg-nino-mtavruli-bold-webfont.ttf);
}
@font-face {
	font-family: "bpg_nino_mtavruli_normal.ttf";
	src: url(../assets/fonts/bpg_nino_mtavruli_normal.ttf);
}
@font-face {
	font-family: "bpg_square_banner_caps_2013.ttf";
	src: url(../assets/fonts/bpg_square_banner_caps_2013.ttf);
}
@font-face {
	font-family: "bpg-arial-caps-webfont.ttf";
	src: url(../assets/fonts/bpg-arial-caps-webfont.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-color: #fff;  
    color: #010101;
}
.ru * ,
.en * {
    font-family: "bpg_arial_2009.ttf" !important;
}
.ka *{
    font-family: "bpg-arial-caps-webfont.ttf";
    /* font-weight: 600; */
}
.semibold{
    font-family: "bpg-arial-caps-webfont.ttf";
}
div{
    box-sizing: border-box;
}
a{
    color: inherit;
    text-decoration: none;
}
a:focus{
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: #fff;
    text-decoration: none;
}
.section-content{
    position: relative;
    overflow: hidden;
}