header {
	min-width: 980px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 18px 20px 18px 20px;
}

.logo {
	padding: 7px 0 0 0;
	float: left;
	font-size: 15px;
	line-height: 24px;
}

.logo h1 {
	display: inline-block;
	margin: 0 30px 5px 0;
}

.contact {
	float: right;
	text-align: right;
	font-size: 15px;
	line-height: 20px;
}

.slider {
	min-width: 980px;
	height: 400px;
	margin: 0 0 45px 0;
	background: url(/img/slide_itunes.jpg) center center repeat-x;
}

.slider__link {
	display: block;
	height: 100%;
}

.top_message {
	min-width: 980px;
	max-width: 1240px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
	font-family: georgia;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

.jumbotron-base {
	position: relative;
	min-width: 980px;
	max-width: 1240px;
	height: 430px;
	margin: 0 auto 40px;	
}

.jumbotron-base_theme_voyna-i-mir {
	background: url(/img/voyna-i-mir-background.jpg) center top no-repeat;
}

.jumbotron-base_theme_voyna-i-mir .jumbotron-base_logo {
	position: absolute;
	right: 0;
	top: 0;
	width: 489px;
	height: 369px;
}

.jumbotron-base_theme_voyna-i-mir .navigation {
	position: absolute;
	left: 50px;
	top: 50px;
}

.jumbotron-base_theme_voyna-i-mir .navigation__list {
	
}

.jumbotron-base_theme_voyna-i-mir .navigation__list-item {
	margin: 0 0 10px;
	text-align: center;
}

.jumbotron-base_theme_voyna-i-mir .navigation__list-item-link {
	display: block;
	width: 86px;
}

.jumbotron-base_theme_russkaya-zvezda {
	background: url(/img/russkaya-zvezda-background.jpg) center top no-repeat;
}


.grid {
	min-width: 980px;
	max-width: 1240px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;
	font-family: georgia;
	font-size: 18px;
	line-height: 25px;
}

.content_column {
	width: 70%;
	box-sizing: border-box;
	padding: 0 50px 0 0;
	float: left;
}

.right_column {
	width: 30%;
	padding: 0;
	float: left;
}

.news-list {
	margin: 0 0 10px 0;
}

.news-list h3 {
	display: inline-block;
	margin: 0 0 15px 0;
}

.news {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 2px solid #000;
}

.news img {
	float: left;
	margin: 0 30px 0 0;
	padding: 10px;
	border: 1px solid #333;
}

.concerts {
	margin: 0 0 50px 0;
}

.concert__title {
	display: block;
	margin: 0 0 5px 0;
}

.concert__title-month {
	display: block;
	padding: 15px 0 5px 0;
	font-weight: normal;
	color: #000;
}

.concert__item {
	display: block;
	margin: 0 0 0 0;
}

.concert__pic {
	margin: 30px 0;
}

.social-nets {
  float: left;
}

.social-nets__list-item {
  float: left;
  margin: 0 5px 0 0;
}

.social-nets__list-item-link {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/img/social-nets.png);
  background-repeat: no-repeat;
  border: 2px solid #000;
  -webkit-border-radius: 40px;
	border-radius: 40px;
}

.social-nets__list-item-link:hover {
  border: 2px solid #cc0000;
}

.social-nets__list-item_type_vkontakte .social-nets__list-item-link {
  background-position: 0 0;
}

.social-nets__list-item_type_facebook .social-nets__list-item-link {
  background-position: -44px 0;
}

.social-nets__list-item_type_twitter .social-nets__list-item-link {
  background-position: -88px 0;
}

.social-nets__list-item_type_google-plus .social-nets__list-item-link {
  background-position: -132px 0;
}

.social-nets__list-item_type_instagram .social-nets__list-item-link {
  background-position: -176px 0;
}

.social-nets__list-item_type_last-fm .social-nets__list-item-link {
  background-position: -220px 0;
}

.social-nets__list-item_type_yandex .social-nets__list-item-link {
  background-position: -265px 0;
}

.social-nets__list-item_type_youtube .social-nets__list-item-link {
  background-position: -309px 0;
}

.clear {clear: both; height: 1px; line-height: 1px; font-size: 1px;}

.photo-gallery {
  margin: 0 -20px 0 0;
}

.photo-gallery__link {
  
}

.photo-gallery img {
  margin: 0 20px 20px 0;
  float: left;
  padding: 0;
  border: 0;
}

footer {
	min-width: 980px;
	max-width: 1240px;
	padding: 0 20px 40px 20px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	text-align: center;
}

footer a {
	color: #999;
}