@charset "utf-8";
@import url('common.css');
@import url('header.css');
@import url('content.css');
@import url('medias.css?v=3');

@font-face {
	font-family: "bpg_arial_2009";
	src: url(../assets/fonts/bpg_arial_2009.otf);
}
@font-face {
	font-family: "bpg-nino-mtavruli-bold-webfont.ttf";
	src: url(../assets/fonts/bpg-nino-mtavruli-bold-bl-edition.otf);
}


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-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #201827;  
    color: #fff;
}
.ru * ,
.en * {
    font-family: "bpg_arial_2009" !important;
}
.ka *{
    font-family: "bpg-nino-mtavruli-bold-webfont.ttf";
}
.lari{
    font-family: "!BPGGEL" !important;
}
.semibold{
    font-family: "bpg_nino_mtavruli_normal.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;
}