* {
	outline: none;
	margin: 0;
	padding: 0; 
}
html, bpdy {
	height: 100%;
	overflow-x: hidden;	
	background: #272129;
}

/* banner */

.banner {	
	background-color: #021e15;    
}
.banner-container {	
    max-width: 1920px;    
    height: 648px;
	margin: 0 auto;	
    background: url(../img/banner.png) top center no-repeat;    
    background-size: cover;
}
.banner-content {
	width: 520px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.banner-image {
	max-width: 100%;	
}
.btn-wrapper {
	width: 509px;
    margin: 0 auto;
    position: relative;
}
.btn {
    padding: 0;
    outline: none !important;
    display: block;
    cursor: pointer;
    transition: 0.2s linear;
}
.button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.button-bg {
    width: 100%;
	padding-top: 167px;
	display: block;
    background: url(../img/reg_btn.png) center no-repeat;    
    background-size: cover;    
}
.button-bg:hover {   
    background-image: url(../img/reg_btn_hover.png);   
}

/* banner and */

/* games */
.games-block {
	background-color: #006761;    
}
.games-container {
	max-width: 1920px;    
    height: 405px;
	margin: 0 auto;	
    background: url(../img/games_bg.png) top center no-repeat;    
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.select-game {
	margin: 50px 0 35px;
}
.games {
	width: 971px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.game-block {
	position: relative;
}
.game-block:hover {	
	box-shadow: 0 0 25px #008a6b;	
}
.game {
	width: 310px;    
    height: 191px;    
    background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
}
.game-1 {	
    background-image: url(../img/game_1.png);    
}
.game-2 {	
    background-image: url(../img/game_2.png);    
}
.game-3 {	
    background-image: url(../img/game_3.png);    
}
.game-btn-block {
	position: absolute;	
	top: 0;
	left: 0;
	right: 0;	
	width: 100%;
	height: 100%;	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	transition: 0.5s all; 
}
.game-block:hover .game-btn-block {
	opacity: 1;
}
.btn-yellow {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #00453c;
    border-radius: 5px;
    display: inline-block;
    background: #e4ef0b;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
	box-shadow: 0px 2px 0px #28f351;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.btn-yellow:hover {
	background: #f7ff63;
}
.btn-get50 {
	padding: 12px 20px;
	font-size: 18px;
	text-transform: uppercase;
}

/* games and */

/* footer */
.footer {
	width: 100%;	
	background: #272129;	
}
.footer-border {
	width: 100%;
	height: 5px;
	background: url(../img/footer_border.png) repeat-x;
}
.pay-icons {
	width: 100%;
	height: 79px;
	background: url(../img/pay_img.png) center no-repeat;
}

/* footer and */

/* ============================== */
/* =========== mobile  ===========*/
/* ============================== */

@media(max-width: 1023px) {
	/* banner */
	.banner-container {	
		max-width: 1000px;    
		height: 450px;			
	}
	.banner-content {
		width: 335px;		
	}
	.banner-image {
		max-width: 215px;	
	}
	.btn-wrapper {
		width: 333px;		
	}
	.button-bg {		
		padding-top: 112px;		
	}
	/* banner  and */
	/* games */
	.games-container {
		max-width: 100%;    
		min-height: 715px;		
	}
	.select-game {
		margin: 40px 0 35px;
		max-width: 310px;	
	}
	.games {
		width: 290px;
		min-height: 580px;
		display: flex;
		flex-direction: column;		
	}		
	.game {
		width: 290px;    
		height: 178px;	
	}
	/* games and */
	/* footer */
	.pay-icons {		
		height: 253px;
		background: url(../img/pay_img_mobile.png) center center no-repeat;
	}
	/* footer and */
}