@charset "utf-8";
@import url('common.css');
@import url('header.css');
@import url('content.css');
@import url('medias.css');

@font-face {
	font-family: "bpg_arial_2009";
	src: url(../assets/fonts/bpg_arial_2009.otf);
}
@font-face {
	font-family: "bpg-nino-mtavruli-bold-webfont";
	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: #0a0d1e url('../assets/img/bg.jpg') top/cover no-repeat;
}
.ru * ,
.en * {
    font-family: "bpg_arial_2009" !important;
}
.ka *{
    font-family: "bpg-nino-mtavruli-bold-webfont";
}
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;
}
@media(max-width:575px) {
    body {
        background: #0a0d1e url(../assets/img/bg.jpg) top/1400px auto no-repeat;
    }
}