body{
	margin: 0;
	padding: 0;
	
	width: 100%;
	background: rgba(7, 37, 0, 1);
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.conteiner{
	width: 100%;
	height: 70px;
	
	display: flex;
	position: relative;
	background: linear-gradient(to right, #0c2507, #142d07);
	border-bottom: 1px solid #4d4d4d;
}
.imgrio{
	width: 180px;
	height: auto;
	display: block;
	margin: 5px 20px;
}
ul li{
	color: #EDC97F;
	font-size: 18px;
	margin: 15px 50px;
}
a{
	text-decoration: none;
	color: #EDC97F;
}
li:hover{
	color: #ffffff;
}
.vhod{
	color: #000000;
	cursor: pointer;
	position: absolute;
	right: 50px;
	padding: 10px;
	background: #27AE60;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	top: 15px;
}
.registrazia{
	background: #EDC97F;
	color: #000000;
	position: absolute;
	right: 190px;
	top: 15px;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
    padding: 10px;
}
.background{
	display: block;
	width: 100%;
	background: linear-gradient(to right, #0c2507, #142d07);
	height: 60px;
	padding: 0;
	margin: 0;
	justify-content: center;
	text-align: center;
	position: relative;
	/*border-bottom: 2px solid #4d4d4d;*/
	box-shadow: 0px 4px 10px 0px #142d07;
}
.ul{
	display: block;
	margin: 0 auto;
}
h2{
	color: #ffffff;
	text-align: center;
	font-family: sans-serif;
	display: block;
    font-size: 1.5em;
    margin-block-start: 2.5em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    text-shadow: 0 0 20px #3ee6e0;
    text-transform: uppercase;
}
.li{
    text-decoration: none;
    padding: 20px 15px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    font-family: sans-serif;
}
.li:hover{
	color: #EDC97F;
}
.wraper{
	width: 100%;
	height: auto;	
}
.wrapkonteiner{
	width: 1340px;
	height: auto;
	padding: 10px 0;
	display: block;
	margin: 50px auto;
	border-radius: 15px;
	border: 1px solid #4d4d4d;
	
}
.img{
	display: flex;
	width: 1000px;
	height: auto;
	border-radius: 15px;
	margin: 20px auto;
}
.text{

	font-size: 21px;
	color: #ffffff;
	display: flex;
	vertical-align: middle;
	margin: 40px 60px;
}
p{
	font-size: 21px;
	color: #ffffff;
	display: flex;
	vertical-align: middle;
	margin: 40px 60px;
}
.logo{
	width: 35px;
	height: 35px;
	display: block;
}
.div_slot_img_button_a{
	width: 150px;
	background: #006400;
	color: #ffffff;
	border-radius: 5px;
	display: block;
	margin: 20px auto;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	align-items: center;
}
.div_slot_img_button_a:hover{
    font-size: 17px;
}
.h1{
	color: #ffffff;
	text-align: center;
	text-shadow: 0 0 20px #3ee6e0;
    text-transform: uppercase;
}
@media(max-width: 1440px){
	.wrapkonteiner{
		width: 95%;
	}
}
@media(max-width: 1060px){
	.img{
		width: 100%;
		margin: 0 auto;
	}
	.wrapkonteiner{
		
		padding: 0;
	}
	p{
		margin: 10px;
	}
	ul li{
		margin: 15px 20px;
	}
}
@media(max-width: 840px){
    .text{
    	margin: 0 30px;
    }
}
@media(max-width: 500px){
	.imgrio{
		margin: 0 5px;
		padding: 5px 0;
	}
	.vhod{
        width: 48%;
        display: block;
        position: static;
        margin: 0 5px;
	}
	.registrazia{
        margin: 0 5px;
        display: block;
        position: static;
        width: 30%;
	}
	.flexbutton{
		display: flex;
		justify-content: center;
		text-align: center;
		margin: 0 auto;
		padding: 20px 0;
	}
	.background{
        height: auto;
        
	}
	.li{
		width: 90%;

		margin: 0 auto;
		font-size: 22px;
		border-bottom: 1px solid #ffffff;
	}
	.conteiner{
		display: block;
		height: auto;
	}
	.text{
    	margin: 0 10px;
    }
    ul{
    	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 10px;
    unicode-bidi: isolate;
    }
}

