body{
	margin: 0;
	padding: 0;
	background: #13100e;
}
.header{
	width: 100%;
    height: auto;
    background: rgba(19,16,14,.9);
    box-shadow: 0 2px 10px #13100e;
    font-family: "Noto Sans",arial,helvetica,sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.logo_img{
	margin: 0 15px;
}
.div_button{
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button{
	background: #f9b242;
    border: 1px solid #f9b242;
    border-radius: 50px 0 0 50px;
    color: #000000;
    padding: 12px 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin-right: 3px;
}
.button2{
	background: #3daa45;
    border: 1px solid #3daa45;
	color: #000000;
    padding: 12px 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
    border-radius: 0 50px 50px 0;
}
.button:hover{
	color: #f9b242;
	background: #000000;
}
.button2:hover{
	color: #3daa45;
	background: #000000;
}
.div_bonus{
	width: 100%;
	height: auto;
}
.nav_background{
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .3);
}
.nav{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}
.block{
    display: flex;
    align-items: center;
    flex-basis: 25%;
    justify-content: center;
    text-align: center;
    padding: 10px 0;

}
.block:hover{
    background: rgba(0, 0, 0, .3);
}
.nav_img{
    width: auto;
    height: 50px;
}
.nav_img_a{
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    margin: 0 15px;
}
.bonus{
	width: 100%;
	height: auto;
}
.conteiner{
	background: #1a1a1a;
	width: 1150px;
	height: auto;
	border-radius: 15px;
	display: block;
	margin: 12px auto;
	padding-top: 10px;
}
.text{
    background: #1a1a1a;
	width: 1150px;
	height: auto;
	border-radius: 15px;
	display: block;
	margin: 12px auto;
	padding-top: 10px;
}
h1{
	
	color: #EDC97F;
	
	display: block;
    font-size: 2em;
    margin-block-start: 0.2em;
    margin-block-end: 0.2em;
    margin-inline-start: 15px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.slot{
    width: 1050px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
    
    
    border-radius: 15px;
}

.slot_block{
    
}
.slot_block_img{
    padding: 10px;
    border-radius: 25px;
    
}
.slot_block_img:hover{
    transform: scale(1.1);
    transition: .5s;
}
.footer{
    background: #000000;
    width: 100%;
    height: auto;
    padding: 20px 0;
    justify-content: center;
    display: flex;
    align-items: center;
}
.footer_a{
    font-size: 20px;
    margin: 0 15px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.footer_a:hover{
    color: #d5b578;
}
.footer2{
    width: 100%;
    height: auto;
    display: flex;
    box-shadow: inset 0 5px 25px 0 rgba(0,0,0,.8);
    flex-wrap: wrap;
    background: #212132;
    padding-top: 15px;
    justify-content: center;
    text-align: center;
}
.footer_img{
    width: 150px;
    height: auto;
    
    padding: 5px;
    display: flex;
    text-align: center;
}
.img_tooter{
    width: 100%;
    height: auto;
}
h2{
	
	color: #ffffff;
    font-size: 22px;
    color: #EDC97F;
    display: block;
    font-size: 1.5em;
    margin-block-start: 1.5em;
    margin-block-end: 0.83em;
    margin-inline-start: 15px;
    margin-inline-end: 15px;
    font-weight: bold;
    unicode-bidi: isolate;
}
p{
	margin: 5px 15px;
	color: #ffffff;
	font-size: 20px;
    margin-inline-start: 15px;
    margin-inline-end: 15px;
}
ul li{
    color: #EDC97F;
    font-size: 20px;
}
@media(max-width: 1150px){
	.nav{
        width: 100%;
    }
    .block{
        display: block;
    }
    .slot{
        width: 100%;
    }
    .conteiner{
    	width: 100%;
    }
    .text{
        width: 100%;
    }
}
@media(max-width: 750px){
	.nav_img_block{
       padding: 0;
    }
    .nav_img_a{
       margin: 0;
       font-size: 18px;
    }
}
@media(max-width: 580px){
	.footer{
		flex-direction: column;
	}
	.footer_a{
        margin: 15px 0;
	}
}
@media(max-width: 520px){
    .slot_block_img{
      width: 43%;
    }
    .header{
    	flex-direction: column;
    }
    .button2{
    	margin-right: 0;
    }
    .div_button{
    	margin-top: 20px;
    }
}
@media(max-width: 470px){
    .nav_img{
        height: 30px;
    }
    .nav_img_a{
       margin: 0;
       font-size: 13px;
    }
    
}
@media(max-width: 290px){
    
    .slot_block_img{
      width: 40%;
    }
    .logo_img{
    	width: 90%;
    }
}