body{
	background:url('../static/img/inner_bck.jpg') 50% 0% no-repeat;
	background-color:#1A1A1A;
	
}

/* ================================== Награды ================================== */

body.awards .blocks{
	position:relative;
	margin:-1em 0 0 -1em;
	text-align:center;
}

body.awards .title,
body.awards .blocks{
	min-width:355px;
}

body.awards .block{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
    display:inline-block;
    vertical-align:top;
    width:355px;
	padding:15px 20px 19px;
	margin:1em 0 0 1em;
	background:#343434;
	
	font-family:'PT Sans', sans-serif;
	text-align:left;
}

body.awards .block a{
    display:inline-block;
	-webkit-transition:color .3s ease;
	-moz-transition:color .3s ease;
	-o-transition:color .3s ease;
	transition:color .3s ease;
	
	border:none;
	text-decoration:underline;
    color:#d33734;
    font-size:20px;
    font-family:'PT Sans', sans-serif;
    line-height:25px;
    font-weight:bold;
}
	body.awards .block a:hover{
		color:white;
	}

body.awards .block p{
    color:white;
    font-size:20px;
    line-height:22px;
}

body.awards .block .graphRestrain{
    height:95px;
    width:110px;
    margin-right:12px;   
    text-align:center;
}
	body.awards .block .graphRestrain img{
		max-width:100%;
		max-height:100%;
		display:inline-block;   
	}

/* ================================== Клоны ================================== */
.white_info{
    margin-bottom:60px;
    color:white;
    font:22px/26px 'PT Sans', sans-serif;
	text-align:center;
}
.center11 {
    text-align:center;
    margin: 0 auto;
}
.full11 {
    width:100%;
}