hhtml,
body{
	margin:0;
	padding:0;
	min-width: 100%;
	min-height: 100%;
	font-family: Tahoma;
}
body{
	background: #1d1d1d;
}

/*=============================Top================================*/


.pg_header{
	width: 100%;
	height: 54px;
	background: #191919;
	box-shadow: 0 0 6px 2px black;
	text-align: center;
	position: relative;
	z-index: 1;
}
.pg_header a{
	color: white;
	text-decoration: none;
}
.pg_logo{
	background: url(../img/pod_logo.png);
	width: 245px;
	height: 165px;
	position: relative;
	display: block;
	margin: 0 auto;
	z-index: 1000;
}
.pg_logo img{
	width: 80px;
	margin-top: 10px;
	margin-bottom: 3px;
}
.pg_logo_text{
	font-size: 11.25px;
	font-weight: bold;
}
.pg_color{
	color:#74c8fe;
}
.pg_menu{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	height: 54px;
	width: 350px;
}
.pg_menu_1{
	right:245px;
	text-align: right;
}
.pg_menu_2{
	left:245px;
	text-align: left;
}
.pg_menu li{
	display: inline-block;
	height: 54px;
}
.pg_menu_1 li{
	margin-right: 38px;
}
.pg_menu_2 li{
	margin-left: 38px;
}
.pg_menu a{
	padding-top: 18px;
	display: block;
	font-size: 15px;
	height: 54px;
}
.pg_menu a.active,
.pg_menu a:hover{
	border-bottom:2px solid #74c8fe;
}
.pg_menu_3{
    list-style: none;
	margin: 0;
	padding: 0;
	background: #191919;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	padding-top: 160px;
	padding-bottom: 20px;
	height: 100vh;
	display: none;
	overflow: auto;
}
.pg_menu_3 li{
	padding: 5px;
}
.pg_menu_3 a{
	font-size: 15px;
}
.pg_menu_3 a.active,
.pg_menu_3 a:hover{
	border-bottom:2px solid #74c8fe;
}
#bar{
	position: absolute;
	top:13px;
	right: 20px;
	color:white;
	font-size: 20px;
	cursor: pointer;
	z-index: 1000;
}

/*=============================Acasa================================*/


.block-1{
	background: url(../img/fon1.jpg)no-repeat top center;
	background-size: cover;
	min-height: 480px;
	/*height: 800px;*/
	/*width: 1200px;*/
	margin: 0 auto;
	/*border:1px solid red;*/
	position: relative;
}
.pg_greeting{
	width: 688px;
	height: 318px;
	margin: 77px auto;
	background: url(../img/video-shadow.png)no-repeat top center;
	background-size: cover;
	padding-top: 55px;
	position: relative;
}
.pg_greeting_text{
	margin-left: 60px;
	width: 320px;
	font-size: 18.75px;
	color:white;
	text-align: center;
}
.pg_greeting a{
	color:white;
	text-decoration: none;
}
.pg_greeting_start{
	display: inline-block;
	width: 174px;
	height: 51px;
	margin-top: 20px;
	background: url(../img/start.jpg);
	padding-top: 10px;
	font-size: 18px;
	text-align: center;
}
.pg_greeting_start:hover{
	background: url(../img/start-hover.jpg);
}
.pg_greeting_play{
	cursor: pointer;
	position: absolute;
	top:110px;
	right: 80px;
	width: 89px;
	height: 97px;
	background: url(../img/play.png);
}
.pg_greeting_play:hover{
	background: url(../img/play-hover.png);
}


.block-2{
	background: url(../img/fon2.png)no-repeat top center;
	background-size: cover;
	min-height: 776px;
	/*width: 1200px;*/
	margin: -60px auto 0;
	/*border:1px solid red;*/
	position: relative;
	padding-top: 70px;
	padding-bottom: 20px;
}
.pg_bl2_text{
	text-align: center;
	color:white;
	font-size: 18.75px;
	width: 80%;
	margin: 0 auto;
}
.pg_carusel{
	list-style: none;
	padding: 0;
	margin: 40px 0;
	text-align: center;
}
.pg_carusel li{
	display:inline-block;
	margin-bottom: 20px;
}
.pg_carusel a{
	display: block;
	/*width: 226px;*/
	height: 290px;
	padding-top: 140px;
	/*border:1px solid red;*/
	text-decoration: none;
	color:white;
	font-size: 22.5px;
	cursor: default;
}
.pg_carusel li:nth-child(1) a{
	width: 226px;
	background: url(../img/opg.png);
}
.pg_carusel li:nth-child(2) a{
	width: 225px;
	margin-left:-10px;
	background: url(../img/gos.png);
}
.pg_carusel li:nth-child(3) a{
	width: 232px;
	margin-left:-9px;
	background: url(../img/bis.png);
}
.pg_carusel li:nth-child(4) a{
	margin-left:-16px;
	width: 236px;
	background: url(../img/men.png);
}
.pg_carusel li:nth-child(1) a:hover{
	background: url(../img/opg-hover.png);
}
.pg_carusel li:nth-child(2) a:hover{
	background: url(../img/gos-hover.png);
}
.pg_carusel li:nth-child(3) a:hover{
	background: url(../img/bis-hover.png);
}
.pg_carusel li:nth-child(4) a:hover{
	background: url(../img/men-hover.png);
}
.pg_status{
	list-style: none;
	padding: 0;
	margin: 60px 0;
	text-align: center;
}
.pg_status li{
	width: 270px;
	display:inline-block;
	margin-bottom: 20px;
	font-size: 18.75px;
	color:white;
}
.pg_status li:not(:last-child){
	border-right:2px solid #74c8fe;
}
.pg_status li div:last-child{
	font-size: 22.5px;
	line-height: 40px;
}


.block-3{
	background: url(../img/fon3.png)no-repeat top center;
	background-size: cover;
	min-height: 623px;
	/*width: 1200px;*/
	margin: -60px auto 0;
	/*border:1px solid red;*/
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
}
.pg_slider_1,
.pg_slider_2{
	height: 500px;
}
.pg_slider_1{
	background: rgba(0,0,0,0.5);
	padding-top: 120px;
	text-align: center;
	
}
.pg_slider_1 a{
	color:white;
	text-decoration: none;
}
.pg_slider_1_text{
	color:white;
	font-size: 18.75px;
	width: 80%;
	margin: 0 auto;
}
.pg_img{
	margin-top: 20px;
	margin-bottom: 30px;
}
.pg_img div{
	width: 179px;
	height: 179px;
	display: inline-block;
}
.pg_img div:nth-child(1){
	background: url(../img/img1.jpg);
}
.pg_img div:nth-child(2){
	background: url(../img/img2.jpg);
}
.pg_img div:nth-child(3){
	background: url(../img/img3.jpg);
}
.pg_donload{
	display: inline-block;
	width: 174px;
	height: 51px;
	background: url(../img/start.jpg);
	padding-top: 10px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.pg_donload:hover{
	background: url(../img/start-hover.jpg);
}
.pg_slider_2{
	position: relative;
}
.pg_slide{
	width: 100%;
	height: 100%;
	/*background: yellow;*/
	position: absolute;
	top:0;
	left: 0;
}
.pg_slide_1{
	background: url(../img/slaid1.jpg)no-repeat top center;
	background-size: cover;
}
.pg_slide_1:hover{
	background: url(../img/slaid1-hover.jpg)no-repeat top center;
	background-size: cover;
}
.pg_slide_2{
	display: none;
	background: url(../img/slaid2.jpg)no-repeat top center;
	background-size: cover;
}
.pg_slide_2:hover{
	background: url(../img/slaid2-hover.jpg)no-repeat top center;
	background-size: cover;
}
.pg_btn_sl{
	position: absolute;
	left: 40px;
	bottom: 20px;
	z-index: 1;
}
.sl_btn{
	background: #426f8c;
	width: 24px;
	height: 7px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.sl_btn.active{
	background: #74c8fe;
}
.sl_2_text{
	color:white;
	font-size: 18.75px;
	width: 80%;
	margin-bottom: 20px;
}


/*=============================Download-Joc================================*/


.block-2_1{
	background: url(../img/fon1.jpg)no-repeat top center;
	background-size: cover;
	min-height: 376px;
	margin: 0 auto;
	position: relative;
	padding-top: 130px;
	padding-bottom: 30px;
}
.pg_zag{
	text-align: center;
	font-size: 45px;
	color:#74c8fe;
	font-weight: bold;
}
.pg_bl2_1_text{
	color:white;
	max-width: 440px;
	font-size: 18.75px;
	margin: 50px auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}


.block-2_2{
	background: url(../img/fon2_2.png)no-repeat top center;
	background-size: cover;
	margin: -195px auto 0;
	position: relative;
	padding-top: 150px;
	padding-bottom: 40px;
}
.pg_bl2_2_text{
	color:white;
	max-width: 550px;
	font-size: 18.75px;
	margin: 0px auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.pg_bl2_2_btn{
	text-align: center;
	margin-top: 20px;
}
.pg_bl2_2_btn a{
	width: 174px;
	height: 51px;
	background: url(../img/start.jpg);
	padding-top: 10px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: white;
	margin-bottom: 20px;
}
.pg_bl2_2_btn a:first-child{
	margin-right: 90px;
}
.pg_bl2_2_btn a:hover{
	background: url(../img/start-hover.jpg);
}
.pg_stepper{
    width: 750px;
    margin: 50px auto;
}
.step{
	height: 200px;
	color:white;
	font-size: 15px;
	/*border:1px solid red;*/
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
}
.zag_step{
	font-size: 18.75px;
}
.pg_step_1{
	background: url(../img/step1.png)no-repeat center 25px;
}
.pg_img_step_1{
	background: url(../img/img_step1.png)no-repeat center center;
}
.pg_step_2{
	background: url(../img/step2.png)no-repeat center 30px;
}
.pg_img_step_2{
	background: url(../img/img_step2.png)no-repeat center center;
}
.pg_step_3{
	background: url(../img/step3.png)no-repeat center 25px;
}
.pg_img_step_3{
	background: url(../img/img_step3.png)no-repeat center center;
}
.pg_video{
	text-align: center;
	background: url(../img/fon-video.png)no-repeat center center;
	height: 442px;
	padding-top: 10px;
}
.pg_video iframe{
	z-index: 1;
	position: relative;
}
.video_text{
	color: white;
	font-size: 22.5px;
	margin: 15px 20px;
}

/*=============================Doneaza================================*/

.block-1-donat{
    text-align: center;
    padding-bottom: 60px;
}
.block-1-donat a{
	color:white;
	text-decoration: none;
}
.pg_btn_donat{
	display: block;
	width: 349px;
	height: 61px;
	background: url(../img/long-btn.jpg) no-repeat center;
	font-size: 22.5px;
	line-height: 61px;
	text-align: center;
	margin: 140px auto 40px;
}
.pg_btn_donat:hover{
	background: url(../img/long-btn-hover.jpg);
}
.pg_donat_text{
	max-width: 520px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18.75px;
	color:white;
	text-align: center;
	margin: 0 auto;
}

.block-2-donat{
	background: url(../img/fon5.png)no-repeat top center;
	background-size: cover;
	min-height: 905px;
	margin: -180px auto 0;
	position: relative;
	padding-top: 200px;
	padding-bottom: 60px;
}
.pg_donat_table{
	display: block;
	background: url(../img/fon-table.png) no-repeat center;
	background-size: 100% 100%;
	width: 80%;
	margin: 0 auto;
	color: white;
	padding: 50px 30px 40px;
}
.pg_donat_table table{
	width: 100%;
	font-size: 15px;
}
.pg_donat_table table td{
	padding: 5px;
	vertical-align: top;
}
.pg_donat_table table th{
    font-size: 22.5px;
    text-align: center;
    padding: 10px;
}
.pg_donat_table table td:nth-of-type(2n){
    text-align: right;
}
.pg_vip{
	margin-top: 30px;
	text-align: center;
}
.block-3-donat{
	background: url(../img/fon6.png)no-repeat top center;
	background-size: cover;
	min-height: 662px;
	margin: -70px auto 0;
	position: relative;
	padding-top: 70px;
	padding-bottom: 20px;
	color: white;
}

.pg_block3_title{
	font-size: 22.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}
.pg_container_scrin{
	text-align: center;
}
.pg_scrin{
	display: inline-block;
	margin: 5px;
	position: relative;
}
.pg_scrin img{
	width: 235px;
	height: 306px;
}
.pg_scrin_txt{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 66px;
	font-size: 18.75px;
	transition: 0.2s;
	background: #303030;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pg_scrin:hover .pg_scrin_txt{
	background: #74c8fe;
}

/*=============================Altele================================*/


.left_gr,
.right_gr{
    position: absolute;
    top: 0;
    width: 80px;
	height: 100%;
}
.left_gr{
	left: 0;
	background: linear-gradient(to right, #1d1d1d, transparent);
}
.right_gr{
	right: 0;
	background: linear-gradient(to left, #1d1d1d, transparent);
}
.container{
	padding-left: 0;
	padding-right: 0;
}

/*=============================footer================================*/

.pg_footer{
	width: 100%;
	background: #0a0a0a;
	color: white;
	font-size: 11.25px;
}
.pg_footer .col-sm-4{
	height: 103px;
	/*border:1px dashed red;*/
	padding: 5px;
}
.pg_footer_logo{
	text-align: center;
}
.pg_footer_logo img{
	width: 40px;
	margin: 5px 10px 5px 10px;
}
.pg_footer_logo div{
	margin-top: 2px;
}
.group{
	padding-top: 12px !important;
}
.group a{
	white-space: pre;
	margin-top: 5px;
	display: block;
	text-decoration: none;
	color:white;
}
.pg_mail a{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color:white;
}



.pg_modal{
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	z-index: 2000;
	align-items: center;
	justify-content: center;
	display: none;
}
.pg_plen{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.pg_wind{
	z-index: 1;
	position: relative;
}
.pg_wind iframe{
	box-shadow: 0 0 20px 0 black;
}
.btn-close{
	position: absolute;
	top:-30px;
	right: -30px;
	width: 30px;
	cursor: pointer;
}

/*=============================Ecran Mobil================================*/

@media only screen and (max-width : 768px) {
    .pg_footer .col-sm-4{
	    text-align: center;
	    height: auto;
    }
    .pg_mail a{
        position: static;
    }
    .pg_greeting{
	    width: 100%;
	    height: auto;
	    padding-bottom: 30px;
    }
    .pg_greeting_text{
    	width: auto;
    	max-width: 260px;
    	margin: 0 auto;
	    font-size: 14px;
    }
    .pg_greeting_start{
    	position: static;
    	width: 174px;
    	height: 51px;
    	margin: 10px auto 0;
    	display: block;
    }
    .pg_greeting_play{
    	position: static;
    	width: 89px;
    	height: 97px;
    	margin: 10px auto 0;
    	display: block;
    }
    .pg_wind iframe{
    	width: 300px;
    	height: 175px;
    }
    .btn-close{
    	right: 0;
    }
    .pg_bl2_text{
    	font-size: 14px;
    }
    .pg_status li{
    	width: 250px;
    }
    .pg_slider_1{
    	height: auto;
    	padding-top: 20px;
    }
    .pg_btn_donat{
    	width: 250px;
    	height: 61px;
    	font-size: 18px;
    	background-size: 250px 61px;
    }
    .pg_donat_table{
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .pg_donat_table{
    	width: 90%;
    }
    .pg_bl2_2_btn a:first-child{
    	margin-right: 0;
    }
    .pg_stepper{
    	width: auto;
    	margin: 50px auto;
    }
    .pg_video{
    	background-size: 350px;
    	height: 240px;
    }
    .video_text{
    	font-size: 16px;
    }
    .pg_video iframe{
    	width: 250px;
    	height: 140px;
    }
    .block-2_2{
    	padding-top: 200px;
    }
}
@media only screen and (max-width : 991px) {
	.pg_status li:not(:last-child){
    	border:none;
    }
}
@media only screen and (max-width : 1200px) and (min-width : 992px) {
	.pg_slider_1,
	.pg_slider_2{
    	height: 750px;
    }
}