
body {
	margin: 0;
	background: #f7f7f7 url(../images/bg_2.jpg) no-repeat center top;
}

.header {
	background: url(../images/menu_3.png);
	width: 977px;
	height: 53px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.menu_link {
	display: inline-block;
	text-decoration: none;
	color: black;
	color: black;
	font-size: 16px;
	font-family: Arial;
	margin: 15px 30px 0 0;
}

.logo {
	width: 977px;
	height: 100%;
	position: relative;
	margin: 40px auto;
	/*text-align: center;*/
}

.logo_img {
	/*margin: 25px 0 0 145px;*/
	width: 300px;
}

.header_btn {
	display: inline-block;
	position: relative;
	top: -130px;
	left: 215px;
}

.socdiv {
	margin-top: 40px;
	margin-bottom: 40px;
}
.btnsoc {
	margin: 0 5px 0 5px;
}

.content {
	/*background: #9aca3c;*/
	width: 977px;
	position: relative;
	margin: 0 auto;
	margin-top: -25px;
}

/*Accordion*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);
h1 {
	text-align: center;
	font-family: Montserrat,sans-serif;
	color: #333;
}

.accordion {
	width: 100%;
	max-width: 1080px;
	height: 452px;
	overflow: hidden;
	margin: 50px auto;
}

.accordion ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.accordion ul li {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 16.666%;
	height: 445px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 500ms ease;
	border: 1px solid #9bcb3c;
}

.accordion ul li div {
	display: block;
	overflow: hidden;
	width: 100%;
	opacity: 0.9;
	height: 80px;
}

.accordion ul li div a {
	display: block;
	height: 105px;
	width: 710px;
	position: relative;
	z-index: 3;
	vertical-align: bottom;
	padding: 15px 20px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	transition: all 200ms ease;
}

.accordion ul li div a * {
	opacity: 0;
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 5;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.accordion ul li div a h2 {
	font-family: Montserrat,sans-serif;
	text-overflow: clip;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.accordion ul li div a p {
	font-size: 13.5px;
}

.accordion ul li:nth-child(1) {
	background-image: url(../images/main-slide/001.jpg);
}

.accordion ul li:nth-child(2) {
	background-image: url(../images/main-slide/002.jpg);
}

.accordion ul li:nth-child(3) {
	background-image: url(../images/main-slide/008.jpg);
}

.accordion ul li:nth-child(4) {
	background-image: url(../images/main-slide/004.jpg);
}

.accordion ul li:nth-child(5) {
	background-image: url(../images/main-slide/005.jpg);
}

.accordion ul li:nth-child(6) {
	background-image: url(../images/main-slide/006.jpg);
}

.accordion ul li:nth-child(7) {
	background-image: url(../images/main-slide/010.jpg);
}

.accordion ul li:nth-child(8) {
	background-image: url(../images/main-slide/003.jpg);
}

.accordion ul li:nth-child(9) {
	background-image: url(../images/main-slide/009.jpg);
}

.accordion ul:hover li {
	width: 6.3%;
}

.accordion ul:hover li:hover {
	width: 100%;
}

.accordion ul:hover li:hover a {
	background: rgba(255, 255, 255, 0.8);
}

.accordion ul:hover li:hover a * {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media screen and (max-width: 600px) {
	body {
		margin: 0;
	}

	.accordion {
		height: auto;
	}
	
	.accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
		position: relative;
		display: table;
		table-layout: fixed;
		width: 100%;
		-webkit-transition: none;
		transition: none;
	}
}


/*End Accordion*/


.bottom_menu {
	width: 977px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.b_menu_btn {
	margin: 0 10px 20px 10px;
}

.footer {
	background: url(../images/footer.jpg);
	width: 977px;
	height: 61px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.inner_menu {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

.inner_content {
	width: 966px;
	min-height: 580px;
	background: white;
	border: 5px solid #9fc516;
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
}

.inner_footer {
	width: 977px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}


.i_menu_about {
	display: inline-block;
	background: url(../images/inner_about.png);
	width: 85px;
	height: 112px;
	margin: 0 10px 0 10px;
}

.i_menu_about:hover {
	background: url(../images/inner_about_hover.png);
}

.i_menu_glyphs {
	display: inline-block;
	background: url(../images/inner_glyphs.png);
	width: 85px;
	height: 112px;
	margin: 0 10px 0 10px;
}

.i_menu_glyphs:hover {
	background: url(../images/inner_glyphs_hover.png);
}

.i_menu_expedition {
	display: inline-block;
	background: url(../images/inner_expedition.png);
	width: 95px;
	height: 112px;
	margin: 0 10px 0 10px;
}

.i_menu_expedition:hover {
	background: url(../images/inner_expedition_hover.png);
}

.i_menu_map {
	display: inline-block;
	background: url(../images/inner_map.png);
	width: 85px;
	height: 112px;
	margin: 0 10px 0 10px;
}

.i_menu_map:hover {
	background: url(../images/inner_map_hover.png);
}

.content_text {
	width: 850px;
	position: relative;
	margin: 50px auto;
	margin-top: 50px;
	text-align: justify;
	font-family: Arial;
	line-height: 1.5;
	text-overflow: ellipsis;
	overflow: hidden;
}

.content_text img{
	max-width: 850px;
}

.content_text .gallery {
	height: 194px;
	float: left;
	background: url("../images/bg_gallery.png") no-repeat 18px 0px;
}

.content_text .gallery img{
	margin: 4px 15px 30px 22px;
	width: 240px;
	height: 160px;
}

.switches {
	text-align: right;
	padding: 0 105px 20px 0;
}

.switches a{
	text-decoration: none;
	color: black;
	font-family: Arial;
	margin: 0 2px 0 2px;
}

.content_text h1{
	color: black;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
}

.content_text p{
	font-size: 16px;
	font-family: Arial;
	color: black;
}

.footer_text {
	margin: 0;
	font-size: 10px;
	font-family: Arial;
	padding: 15px;
}

.footer_logo {
	 margin: 6px 0 0 0;
}

.dpad.radial.infoblock {
	margin-bottom: 25px;
}

/*
.kolbasa {
    background: #fff;
    width: 977px;
    margin: 0 auto;
    margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	opacity: 0.9;
}
*/
.kolbasa {
    background: #c0d334;
    width: 977px;
    margin: 0 auto;
    margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
	opacity: 0.9;
}
.kolbasa h2 {
	color: #fff;
}

.main_h2 {
	padding: 0 30px 10px 30px;
	font-size: 17px;
	font-family: Arial;
	font-weight: normal;
}

/*
h2 a, .entry-footer__more {
	 text-decoration: none;
	 color: #73a908;
	 font-family: Arial;
	 font-weight: normal;
}
*/

.kolbasa h2 a {
	 text-decoration: none;
	 color: #fff;
	 font-family: Arial;
	 font-weight: normal;
}

.bnnavi a {
	text-decoration: none;
}

h2 a, .entry-footer__more {
	 text-decoration: none;
	 color: #5c860d;
	 font-family: Arial;
	 font-weight: normal;
}

h2 a:hover, .entry-footer__more:hover {
	 color: #2a3e04;
}

iframe {
	height: 500px;
}



/**************************************************** зеленый город *******************/
.zg {
	display: block;
	width: 977px;
	height: 640px;
	position: relative;
	background: url("../images/zg_bg.jpg") no-repeat;
	overflow: hidden;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: 50px auto;
}
.zg a:link, .zg a:visited {
	color: #000000;
	text-decoration: none;
}
.zg a:hover {
	color: #5d8457;
	text-decoration: none;
}

/*************** Меню картинки ***************/
a.zg_menu_img_1 {
	display: block;
	width: 141px;
	height: 141px;
	position: absolute;
	top: 151px;
	left: 33px;
	background: url("../images/zg_menu_img_1.png") no-repeat transparent;
}
a.zg_menu_img_2 {
	display: block;
	width: 77px;
	height: 77px;
	position: absolute;
	top: 51px;
	left: 117px;
	background: url("../images/zg_menu_img_2.png") no-repeat transparent;
}
a.zg_menu_img_3 {
	display: block;
	width: 127px;
	height: 127px;
	position: absolute;
	top: 75px;
	left: 213px;
	background: url("../images/zg_menu_img_3.png") no-repeat transparent;
}
a.zg_menu_img_4 {
	display: block;
	width: 111px;
	height: 111px;
	position: absolute;
	top: 160px;
	left: 374px;
	background: url("../images/zg_menu_img_4.png") no-repeat transparent;
}
a.zg_menu_img_5 {
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	top: 91px;
	left: 520px;
	background: url("../images/zg_menu_img_5.png") no-repeat transparent;
}
a.zg_menu_img_6 {
	display: block;
	width: 98px;
	height: 98px;
	position: absolute;
	top: 135px;
	left: 681px;
	background: url("../images/zg_menu_img_6.png") no-repeat transparent;
}
a.zg_menu_img_7 {
	display: block;
	width: 122px;
	height: 122px;
	position: absolute;
	top: 94px;
	left: 823px;
	background: url("../images/zg_menu_img_7.png") no-repeat transparent;
}

/*************** Меню текст ***************/
a.zg_menu_item_1, a.zg_menu_item_2, a.zg_menu_item_3, a.zg_menu_item_3_2, a.zg_menu_item_4, a.zg_menu_item_5, a.zg_menu_item_6, a.zg_menu_item_6_2, a.zg_menu_item_7, a.zg_menu_item_7_2 {
	display: block;
	position: absolute;
	text-align: center;
}
a.zg_menu_item_1 { top: 302px; left: 58px; }
a.zg_menu_item_2 { top: 27px; left: 108px; }
a.zg_menu_item_3 { top: 49px; left: 229px; }
a.zg_menu_item_3_2 { top: 212px; left: 226px; }
a.zg_menu_item_4 { top: 117px; left: 387px; }
a.zg_menu_item_5 { top: 50px; left: 555px; }
a.zg_menu_item_6 { top: 113px; left: 706px; }
a.zg_menu_item_6_2 { top: 242px; left: 683px; }
a.zg_menu_item_7 { top: 72px; left: 852px; }
a.zg_menu_item_7_2 { top: 222px; left: 823px; }

.zg_size_12 { font-size: 12px; }
.zg_size_13 { font-size: 13px; }
.zg_size_14 { font-size: 14px; }
.zg_size_16 { font-size: 16px; }
.zg_size_18 { font-size: 18px; }


/*************** Язык, контакты ***************/
.zg_lang {
	display: block;
	position: absolute;
	top: 31px;
	right: 69px;
	font-size: 12px;
}

a.zg_contacts {
	display: block;
	position: absolute;
	top: 23px;
	right: 22px;
	width: 36px;
	height: 36px;
	background: url("../images/zg_contacts.png") no-repeat transparent;
}


/*************** Горячие темы ***************/
a.zg_hottheme_1, a.zg_hottheme_2, a.zg_hottheme_3, a.zg_hottheme_4, a.zg_hottheme_5, a.zg_hottheme_6, a.zg_hottheme_7 {
	display: block;
	position: absolute;
	left: 207px;
	height: 28px;
	font-size: 11px;
	padding: 10px 0px 0px 50px;
	background: url("../images/zg_links.png") no-repeat transparent;
}
a.zg_hottheme_1 { top: 267px; background-position: 0px 0px; }
a.zg_hottheme_2 { top: 311px; background-position: 0px -44px; }
a.zg_hottheme_3 { top: 355px; background-position: 0px -87px; }
a.zg_hottheme_4 { top: 399px; background-position: 0px -130px; }
a.zg_hottheme_5 { top: 443px; background-position: 0px -172px; }
a.zg_hottheme_6 { top: 487px; background-position: 0px -214px; }
a.zg_hottheme_7 { top: 531px; background-position: 0px -256px; }

/*************** Линки ***************/
a.zg_link_akmena {
	display: block;
	position: absolute;
	top: 380px;
	left: 80px;
	width: 48px;
	height: 60px;
}
a.zg_link_osce {
	display: block;
	position: absolute;
	top: 451px;
	left: 39px;
	width: 131px;
	height: 15px;
}
a.zg_link_ekois {
	display: block;
	position: absolute;
	top: 477px;
	left: 65px;
	width: 79px;
	height: 31px;
}
a.zg_link_about {
	display: block;
	position: absolute;
	top: 520px;
	left: 84px;
	font-size: 14px;
}

/*************** Футер ***************/
.zg_footer {
	position: absolute;
	top: 594px;
	left: 15px;
	font-size: 11px;
	text-transform: none;
}


article img {
	width: 400px;
    float: left;
    margin-right: 20px;
	border-radius: 10px;
}

article {
	height: 400px;
	overflow: hidden;
}

.entry-footer__more {
	
}

iframe { width: 100%; height: 450px; }