@charset "utf-8";

/*@font-face {
	font-family: "archyedt-bold";
	src: url(../fonts/archyedt-bold.otf);
}
@font-face {
	font-family: "bpg_banner_extrasquare";
	src: url(../fonts/bpg_banner_extrasquare.ttf);
}
@font-face {
	font-family: "bpg_rioni_arial";
	src: url(../fonts/bpg_rioni_arial.ttf);
}
@font-face {
	font-family: "bpg_mrgvlovani_caps_2010";
	src: url(../fonts/bpg_mrgvlovani_caps_2010.ttf);
}
@font-face {
	font-family: "bpg_banner_extrasquare_caps";
	src: url(../fonts/bpg_banner_extrasquare_caps.ttf);
}
@font-face {
	font-family: "bpg-arial-caps-webfont";
	src: url(../fonts/bpg-arial-caps-webfont.ttf);
}
*/
@font-face {
	font-family: "myriad";
	src: url(../fonts/MyriadPro-Regular.otf);
}
html,body{
    overflow-y: hidden;
    margin: 0;
    min-width: 1024px;
}
body > *{
    font-family: "bpg_banner_extrasquare";
}
div{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
p {
    margin: 0 0 20px !important;
}
.logo{
    position: fixed;
    width: 306px;
    height: 49px;
    z-index: 100;
    left: 36px;
    top:37px;
    background-image: url('../img/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.wrapper{
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    background-color: #252525;
    color: rgba(255,255,255,0.95);
    font-size: 2.1vh;
}
#first{
    background: url('../img/home_bg.png') bottom no-repeat;
    background-size: cover;
}
#fifth{
    background-color: #2e2e2e;
    box-shadow: 0 0 20px #212121;
}
.terms > .name{
    font-family: "bpg_mrgvlovani_caps_2010";
}
.terms > .list{
    font-family: "bpg_rioni_arial";
}
#seventh{
    height: 100vh;
}
.close{
    position: fixed;
    width: 32px;
    height: 32px;
    right: 30px;
    top: 30px;
    background-image: url('../img/close2.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.85 !important;
    z-index: 100;
}
.close:hover{
    opacity: 1 !important;
}

.arrow{
    width: 40px;
    height: 30px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 40px auto;
    background: url('../img/arrow.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 222;
}
@keyframes bounce {
	0%, 10%, 40%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

.terms{
    max-width: 800px;
    margin: 0 auto;
}
.name,
.nameLg{
    font-size: 5vh;
    font-family: "archyedt-bold";
    line-height: 6vh;
    margin: 20px 0 40px 0;
}
.nameLg{
    font-size: 6vh;
    line-height: 1em;
    text-align: center;
}
.list{
    font-family: "bpg_banner_extrasquare";
    line-height: 4vh;
    padding: 0;
    margin: 0;
    list-style: none;
}
.list > li:before {
    content:"·";
    font-size: 10vh;
    vertical-align: middle;
    line-height: 4vh;
    font-family: "bpg_banner_extrasquare";
}
.vcenter{
    width: 100%;
    height: calc(100vh - 200px);
    display: table-cell;
    vertical-align: middle;
}
.left{
    float: left;
}
.right{
    float: right;
}
.container{
    padding-top: 100px;
    padding-bottom: 50px;
}
/*Media Queries*/
@media(max-width: 1366px){
    .logo{
        width: 240px;
        height: 34px;
        left: 13px;
        top: 29px;
    }
    .name {
        margin: 0 0 18px 0;
    }
}
@media(max-width: 1281px){
    .wrapper{
        padding-top: 5%;
    }
    #first {
        background: url(../img/home_bg_square.png) bottom no-repeat;
        background-size: cover;
    }
    .vcenter {
        height: calc(100vh - 300px);
    }
}
@media(max-width: 1024px){
    .wrapper{
        padding-top: 0;
    }
    .name {
        margin: 0 0 18px 0;
    }
}
@media(max-width: 1001px){
    html,body{
        overflow-y: auto;
        margin: 0;
        min-width: 1000px;
    }
    .wrapper {
        height: auto;
        min-height: 100vh;
    }
    .arrow {
        display: none;
    }
    .logo {
        width: 400px;
        height: 70px;
        background-image: url('../img/logo2.png');
    }
    .close {
        width: 70px;
        height: 70px;    
        background-image: url('../img/close.png');
    }
    #seventh {
        height: auto;
        overflow: hidden;
        padding-bottom: 100px;
    }
}

*{
    font-family: "myriad" !important;
}
