@font-face {
    font-family: CentGot; /* Гарнитура шрифта */
    src: url(../fonts/CentGot.ttf);
}
body {
		padding: 0;
	margin:0;

	background-image:url(../img/sportevent/back2.png), url(../img/sportevent/back1024.png);
	background-repeat:no-repeat;
	background-attachment:scroll ,fixed;
	background-position:50% 100%,0px 0px;
	background-size:100%,100%;
	position: relative,fixed;
	    }
.logo{
	background-image:url(../img/sportevent/logo.png);
	width: 460px;
	height: 87px;
	order: 0;
    flex: 0 1 auto;
    align-self: auto;
}
.header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    padding-left: 55px;
    padding-top: 35px;
    height: 87px;
}
.hashtag{
	background-image:url(../img/sportevent/hashtag.png);
	order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 460px;
	height: 87px;
}
.article {
	font-family: CentGot, 'Comic Sans MS', cursive;
	color:white;
	margin:0 auto;
	width: 610px;
	text-align: center;
}

.main{
	width: 610px;
	height: 220px;
	background-image:url(../img/sportevent/main_logo.png);
	margin:0 auto;
}

.content{
	width: 60%;
	margin:0 auto;
}

.menu{
	width: 840px;
	height: 320px;
	background-image:url(../img/sportevent/menu.png);
	margin:0 auto;
	position: relative;
}
.enter{
	width: 340px;
	margin:0 auto;
	margin-top: 50px;
	word-wrap: normal;
	text-align: center;

}
.help{
	width: 60%;
	height: 400px;
	margin:0 auto;
}
.help2{
	width: 60%;
	height: 600px;
	margin:0 auto;
}

.button{
	width: 186px;
	height: 23px;
 text-decoration:none; 
 text-align:center; 
 padding:11px 32px; 
 border:1px solid #f78102; 
 -webkit-border-radius:10px;
 -moz-border-radius:10px; 
 border-radius: 10px; 
 font:24px CentGot, 'Comic Sans MS', cursive;
 font-weight:bold; 
 color:#ffffff; 
 background-color:#f28f1d; 
 background-image: -moz-linear-gradient(left, #f28f1d 0%, #fcc40e 100%); 
 background-image: -webkit-linear-gradient(left, #f28f1d 0%, #fcc40e 100%); 
 background-image: -o-linear-gradient(left, #f28f1d 0%, #fcc40e 100%); 
 background-image: -ms-linear-gradient(left, #f28f1d 0% ,#fcc40e 100%); 
 background-image: linear-gradient(left, #f28f1d 0% ,#fcc40e 100%);   
  }

.button_ {
width: 186px;
 text-decoration:none; 
 text-align:center; 
 padding:11px 32px; 
 border:1px solid #f78102; 
 -webkit-border-radius:10px;
 -moz-border-radius:10px; 
 border-radius: 10px; 
 font:24px CentGot, 'Comic Sans MS', cursive;
 font-weight:bold; 
 color:#ffffff; 
 display: block;
}

.enter_but{
	display: flex;
	justify-content: space-between;
}


.orang{
 background-color:#f28f1d; 
  }
.kras{
 background-color:#ff445c; 
  }

.button:hover{
	 background-image: -moz-linear-gradient(right, #f28f1d 0%, #fcc40e 100%); 
 background-image: -webkit-linear-gradient(right, #f28f1d 0%, #fcc40e 100%); 
 background-image: -o-linear-gradient(right, #f28f1d 0%, #fcc40e 100%); 
 background-image: -ms-linear-gradient(right, #f28f1d 0% ,#fcc40e 100%); 
 background-image: linear-gradient(right, #f28f1d 0% ,#fcc40e 100%);   
}
.button:active{
 	 box-shadow:0px 0px 2px #bababa, inset 3px 3px 3px #ff5900;  
 	}
.home {
	width: 100%;
	height: 100%;
	display: block;
}
.departure, .roadmap,.news,.docs{  
position: absolute;
}
.departure{
  left:0%;
  top: 0%;
  width: 12%;
  height: 43%;
}
.roadmap{
  left:16%;
  top: 58%;
  width: 17%;
  height: 43%;
}
.news{
  left:50%;
  top: 15%;
  width: 13%;
  height: 43%;
}
.docs{
  left:88%;
  top: 58%;
  width: 13%;
  height: 43%;
}

.docs_table{
	font-size: 20px; 
	font-family: CentGot, 'Comic Sans MS', cursive;
	color: #19374a; 
}
.docs_table a {
	text-decoration: none;
	color: #19374a; 
	display: block;
	
}

.docs_table td {
	width: 50%;
}

.menu_mob{
	display: none;
}



@media screen and (max-width: 1000px) {

body{padding: 0;
	margin:10px;

	background-image:url(../img/sportevent/back2.png), url(../img/sportevent/back1024.png);
	background-repeat:no-repeat;
	background-attachment:scroll , fixed;
	background-position:50% 100%,0px 0px;
	background-size: contain,cover;
	position: relative, fixed;
	    }

	.header{
    height: 180px;
    align-content: center;
    flex-direction: column;
    padding-left: 0;
	margin:0 auto;
	width: auto;
	padding-top: 0;
}

.main{
	background-image:url(../img/sportevent/main_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 90%;
	margin:0 auto;
	width: auto;
	max-width: 610px;
}
.menu{
	display: none;
}

.article {
	font-family: CentGot, 'Comic Sans MS', cursive;
	color:white;
	margin:0 auto;
	width: 90%;
	text-align: center;

}
.enter{
	margin:0 auto;
	text-align: center;
	margin-top: 20px;

}
.logo{
	background-image:url(../img/sportevent/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 87px;
	order: 0;
    flex: 0 1 auto;
    align-self: auto;
}
.hashtag{
	background-image:url(../img/sportevent/hashtag.png);
	order: 0;
    flex: 0 1 auto;
    align-self: auto;
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    width: 100%;
	height: 87px;
}

.menu_mob{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;

}
.departure{
  position: static;
  background-image:url(../img/sportevent/departure.png);
  width: 100%;
  height: 75px;
  background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  margin-bottom: 10px;
}
.roadmap{
  position: static;
  background-image:url(../img/sportevent/roadmap.png);
  width: 100%;
  height: 75px;
  background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  margin-bottom: 10px;
}
.news{
  position: static;
  background-image:url(../img/sportevent/news.png);
  width: 100%;
  height: 75px;
  background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  margin-bottom: 10px;
}
.docs{
  position: static;
  background-image:url(../img/sportevent/docs.png);
  width: 100%;
  height: 75px;
  background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  margin-bottom: 10px;
}
.content{
	width: 100%;
	margin:0 auto;
}

.docs_table td {
	display: block;
	width: 100%;
}
.help{
	width: 60%;
	height: 200px;
	margin:0 auto;
}
.help2{
	width: 60%;
	height: 200px;
	margin:0 auto;
}
.enter_but{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	align-items: center;
}
.button_{
	width: 360px;
}

}

