html, body{
	padding: 0;
	margin: 0;
	background: #FFF;
	height: 100%;
}

input {
	padding: 5px;
	font-size: 20px;
	border: 5px solid rgba(0, 0, 0, 0.5);
	box-shadow(
	0 2px 10px rgba(255, 255, 255, 0.25) inset,
	0 2px 10px rgba(255, 255, 255, 0.25));
	background: rgba(255, 255, 255, 0.5);
	appearance: none;
	color: #333;
	width: 60%;
	margin: 10px auto;
	text-align: center;
	display: block;
}

/* HEADER */

.header{
	height: 100px;
	width: 100%;
	background: rgba(192,192,192, 0.3);
	padding: 10px;
	margin: 0 0 0 -10px;
}

.header__link{
	
	float: right;
	font-size: 22px;
	width: 125px;
	height: 100%;
	
}

.header__link a {
	
	color: #fff;
	text-decoration: none;
	height: 90px;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	
}



/*

.header__link__aboutContest :hover .header__link__aboutContest__more{
	
	display: block;
	
}

.header__link__aboutContest__more{
	
	display: none;
	background: blue;
	height: 100px;
	width: 100px;
	position: absolute;
	left: 100px;
	top: 100px;
	
}

*/

.logo{
	height: 100px;
	float: left;
}

.logo__text{
	margin: 0 0 0 10px;
	float: left;
	font-size: 50px;
	font-family: logo;
	line-height: 1;
	color: white;
}

/* HEADER END */



/* FOOTER */

.footer{
	
	height: 144px;
	width: 100%;
	background: #D6D6D6;
	font-family: Tahoma;
	font-size: 18px;
	padding: 40px 0;
	
}

/* FOOTER END */

.all{
	width: 1080px;
	margin: 0 auto;
	vertical-align: middle;
}

.title{
	text-align: center;
	color: #FFF;
	font-size: 50px;
	margin: 200px auto 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 50px;
	font-family: Segoe UI Light;
}

/* CONTENT */

.content__background{
	
	width: 100%;
	height: 800px;
	background-image: url('../img/background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.content{
	
	margin: auto ;
	
}

.polozheniye{
	
	white-space: pre-wrap;
	font-family: Tahoma;
	font-size: 17px;
	
}

.sponsors{
	
}

.contentTitle{
	
	font-size: 45px;
	font-family: Segoe UI Light;
	text-align: center;
	
}

.sponsors__list{
	
	background: #D6D6D6;
	
}

.sponsors__logo{
	
	height: 100px;
	width: 350px;
	margin: 50px 94px;
	
}

.sponsors__logo__body{
	
	float: left;
	width: 538px;
	text-align: center;
	
}

.sponsors__logo__body p {
    
    margin-top: -40px;
    font-size: 18px;
    font-family: Segoe UI Light;
    
}

.sponsors__logo__centered{
	margin: 50px 365px;
}

.countries__logo{
	
	height: 180px;
	width: 350px;
	margin: 50px 94px;
	
}

.countries__logo__centered{
	margin: 50px 365px;
}

.uch__logo{
	
	height: 525px;
	width: 350px;
	margin: 50px 94px;
	
}

.uch__logo__centered{
	margin: 50px 365px;
}

/* CONTENT END */

/* SERVICES */

.clearfix{
	
	clear: both;
	
}

.margin-top{
	
	margin-top: 50px;
	
}

.text-setting{
	
	text-align: center;
	font-size: 20px;
	color: #333;
	
}

/* SERVICES END */

/* FONTS */

@font-face {
	font-family: logo;
	src: url(../fonts/2.otf);
}

@font-face {
	font-family: content;
	src: url(../fonts/content.ttf);
}

/* FONTS END */