@charset "utf-8";

@font-face {
	font-family: "archyedt-bold";
	src: url(../fonts/archyedt-bold.otf);
}
@font-face {
	font-family: "bpg_rioni_arial";
	src: url(../fonts/bpg_rioni_arial.ttf);
}
@font-face {
	font-family: "bpg-arial-caps-webfont";
	src: url(../fonts/bpg-arial-caps-webfont.ttf);
}
@font-face {
	font-family: "!BPGGEL";
	src: url(../fonts/!BPGGEL.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: #252525;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow-x: hidden;
}
div{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #fff;
}
.logo{
    position: absolute;
    width: 220px;
    height: 40px;
    left: 2vw;
    top: 3vh;
    z-index: 10;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.red{
    color: #ff1644;
}
.underline{
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.8);
    padding-bottom: 3px;
}
.logo-wrapper{
    position: absolute;
    top: 0;
}
.banner{
    width: 100%;
}
.ace{
    position: absolute;
}
.ace1{
    top: 5vh;
    left: 3vw;
    z-index: 0;
}
.ace2{
    bottom: 4vh;
    right: 3vw;
}
.terms-container{
    position: relative;
    padding: 6vh 6vw ;
    line-height: 3vh;
    background-color: #180319;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "bpg_rioni_arial";
    font-size: 1.8vh;
    border-radius: 15px;
    margin-top: 5vh;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.6);
}
#first {
    border-radius: 20px;
    background-image: -moz-linear-gradient( 133deg, rgb(64,6,29) 0%, rgb(158,15,46) 100%);
    background-image: -webkit-linear-gradient( 133deg, rgb(64,6,29) 0%, rgb(158,15,46) 100%);
    background-image: -ms-linear-gradient( 133deg, rgb(64,6,29) 0%, rgb(158,15,46) 100%);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.6);
} 
#second{
    margin-top: 11vh;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-image: url('../img/terms_bg1.png');
}
#third{
    background-color: #1b051c;
    background-image: url('../img/terms_bg2.png');
}
#fourth{
    background-color: #220923;
}
#fifth{
    background-color: #220923;
    background-image: url('../img/terms_bg3.png');
}
#sixth{
    padding: 6vh 10vw;
    background-color: #220923;
    background-image: url('../img/terms_bg4.png');
}
.terms-name{
    text-align: center;
    font-size: 2.4vh;
    line-height: 3vh;
    margin: 2vh auto;
    font-family: "bpg-arial-caps-webfont";
    color: #f6e1fd;
}
.terms-desc{
    font-size: 2vh;
    line-height: 4vh;
    font-family: "bpg-arial-caps-webfont";
    color: #f6e1fd;
}
.terms-text{
    color: rgba(255,255,255,0.8);
}
.terms-table-name{
    font-family: "bpg-arial-caps-webfont";
    color: #f6e1fd;
    margin: 7vh 0 -2vh 0;
}
.terms-table{
    width: 100%;
    margin-top: 5vh;
    background-color: #2f0a31;
    color: rgba(255,255,255,0.7);
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.6);
    font-size: 1.4vh;
    line-height: 2vh;
    z-index: 1;
}
.terms-table thead{
    color: #fff;
    font-family: "bpg-arial-caps-webfont";
    border-bottom: 3px solid #ff1644;
}
.terms-table tr{
    height: 8vh;
    border-top: 1px solid #422443;
}
.terms-table tr:first-child{
    border-top: 0;
}
.terms-table tr td{
    padding: 0 0.2vw;
}
.terms-table tr td:first-child{
    padding-left: 1.5vw;
}
.terms-table tr td:last-child{
    padding-right: 1.5vw;
}
.centerList{
    max-width: 450px;
    margin: 0 auto;
}
.listElem{
    margin: 0.2vh 0;
    text-align: left;
    color: rgba(255,255,255,0.8);
}
.listElem div{ 
    display: table-cell;
    vertical-align: middle;
    font-family: "bpg-arial-caps-webfont";
}
.icon{
    width: auto;
    padding-right: 5px;
}
.text{
    width: calc(100% - 30px);
}
.first-list{
    font-size: 3.6vh;
}
.first-list > .listElem{
    margin: 0;
    height: 7vh;
}
.first-list div{
    font-family: "bpg-arial-caps-webfont" !important;
}
.SlBtn{
    position: relative;
    padding: 1vh 3vw;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    opacity: .85;
    font-size: 2.4vh;
    background-color: #ff1644;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.6);
    font-family: "bpg_rioni_arial";
}  
.SlBtn:hover{
    opacity: 1;
}
.tabs{
    position: absolute;
    width: 100%;
    top: -5vh;
    height: 5vh;
    line-height: 5vh;
    left: 0;
}
.tab{
    width: 33.25%;
    height: 100%;
    background-color: #2f0a31;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 0%;
    float: left;
    cursor: pointer;
    font-family: "bpg-arial-caps-webfont";
    font-size: 2.4vh;
    color: rgba(246, 225, 253, 0.5);
}
.tab:nth-child(2){
    margin: 0 0.12%;
}
.tab:nth-child(3){
    float: right;
}
.tab.active{
    background-color: #180319;
    color: rgba(246, 225, 253, 1);
}
.mission{
    margin: 2vh auto 4vh auto;
}
.littleTable{
    max-width: 600px;
    margin: 5vh auto 0 auto;
    background-color: #180319;
}
.lari{
    font-family: "!BPGGEL";
}
.ak1{
    position: absolute;
    max-width: 20%;
    bottom: -70px;
    left: 10px;
    z-index: 1;
}
.ak2{
    position: absolute;
    max-width: 20%;
    bottom: -90px;
    right: -20px;
    z-index: 1;
}
.ak3{
    position: absolute;
    max-width: 20%;
    bottom: -90px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 1;
}
/*-----------------------------Medias---------------------------*/
/*Some Shitty Override*/
@media (min-width: 1600px){
    .container {
        max-width: 1530px;
    }
}
@media(max-width:991px){
    .logo{
        top: 10px;
    }
    .terms-name{
        margin: 10vh auto 4vh auto;
    }
    .schedule{
        width: 90%;
        margin: 0 auto;
    }
    .icon{
        width: 30px;
        padding-right: 5px;
    }
    .icon img{
        width: 100%;
    }
    .secondColumn{
        margin-top: 5vh;
    }
}
/*------Mobile Devices Landscape------*/
@media(max-width:1024px) and (orientation:landscape){
    .listElem {
        font-size: 2vw;
        line-height: 3vw;
        margin: 2vw auto;
    }
    .terms-container{
        font-size: 1.8vw;
        line-height: 3.4vw;
        margin-top: 5vw;
        padding: 30px;
    }
    #second {
        margin-top: 11vw;
    }
    .terms-name{
        font-size: 2.4vw;
        margin: 3vw auto;
        line-height: 3.2vw;
    }
    .SlBtn{
        font-size: 2.4vw;
        padding: 2vh 5vw;
    }
    .first-list .text{
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
    .first-list .icon {
        width: 50px;
        padding-right: 0;
    }
    .tabs{
        top: -5vw;
        height: 5vw;
        line-height: 5vw;
    }
    .tab{
        font-size: 2.4vw;
    }
    .terms-desc {
        font-size: 1.6vw;
        line-height: 3vw;
    }
    .terms-table{
        font-size: 1.4vw;
        line-height: 2vw;
    }
    .terms-table tr {
        height: 8vw;
    }
    .terms-table tr td {
        padding: 0 1.2vw;
    }
    .terms-text{
        padding: 0 !important;
    }
}
/*-----------------------------Medias---------------------------*/
#popup #rotatephone {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #02243c;
    display: none; 
}
#popup #rotatephone:after {
    content: "";
    display: block;
    width: 44vw;
    height: 44vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -22vw;
    background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xNS41IDFoLThDNi4xMiAxIDUgMi4xMiA1IDMuNXYxN0M1IDIxLjg4IDYuMTIgMjMgNy41IDIzaDhjMS4zOCAwIDIuNS0xLjEyIDIuNS0yLjV2LTE3QzE4IDIuMTIgMTYuODggMSAxNS41IDF6bS00IDIxYy0uODMgMC0xLjUtLjY3LTEuNS0xLjVzLjY3LTEuNSAxLjUtMS41IDEuNS42NyAxLjUgMS41LS42NyAxLjUtMS41IDEuNXptNC41LTRIN1Y0aDl2MTR6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPg==) no-repeat center center;
    background-size: auto 100%;
    -webkit-animation: rotatephone 2s ease-in-out;
            animation: rotatephone 2s ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; 
}

@-webkit-keyframes rotatephone {
  60% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  80% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } 
}
@media (orientation: portrait) {
    #popup #rotatephone {
        display: block; 
    } 
}