/**************************************************/
* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}

body {
	background-color: #1a120f;
	font-family: calibri;
	color: #e0e0e0;
	font-size: 12px;
}

a {
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	color: #e0e0e0;
}

table, tbody, thead {

}

input, select {
	border: none;
	outline: none;
	padding: 0px;
	font-family: calibri;
}

::-webkit-input-placeholder { 
	color:#827a71; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-moz-placeholder { 
	color:#827a71; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
::-moz-placeholder { 
	color:#827a71;  
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}
:-ms-input-placeholder { 
	color:#827a71; 
	-webkit-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	transition:all 0.3s ease; 
}

input:focus::-webkit-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9);
	transform:scale(0.9); 
	opacity:0; 
}
input:focus::-moz-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0; 
}
input:focus:-ms-input-placeholder { 
	-webkit-transform:scale(0.9); 
	-moz-transform:scale(0.9); 
	-o-transform:scale(0.9); 
	transform:scale(0.9); 
	opacity:0;
}

@font-face {
    font-family: calibri; /* Гарнитура шрифта */
    src: url("fonts/calibri.eot");
    src: url("fonts/calibrid41d.eot?#iefix") format("embedded-opentype"),
    url("fonts/calibri.html") format("woff2"),
    url("fonts/calibri.woff") format("woff"),
    url("fonts/calibri.ttf") format("truetype"),
    url("fonts/calibri.svg#calibri") format("svg");
}

@font-face {
    font-family: calibrib; /* Гарнитура шрифта */
    src: url("fonts/calibrib.eot");
    src: url("fonts/calibribd41d.eot?#iefix") format("embedded-opentype"),
    url("fonts/calibrib.html") format("woff2"),
    url("fonts/calibrib.woff") format("woff"),
    url("fonts/calibrib.ttf") format("truetype"),
    url("fonts/calibrib.svg#calibrib") format("svg");
}

@font-face {
    font-family: calibril; /* Гарнитура шрифта */
    src: url(fonts/calibril.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: TimesNewRomanRegular; /* Гарнитура шрифта */
    src: url(fonts/TimesNewRomanRegular.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: TimesNewRomanBold; /* Гарнитура шрифта */
    src: url(fonts/TimesNewRomanBold.ttf); /* Путь к файлу со шрифтом */
}


b, th, strong, h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: calibrib;
}

ul {
	list-style: none;
}
/**************************************************/
#general {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1920px;
	min-width: 1000px;
	min-height: 900px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat center top;
}

#general::-webkit-scrollbar{width:7px;}

#wrapper {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
}

.hover:hover {
	-webkit-filter:brightness(1.2); 
	-moz-filter:brightness(1.2); 
	-o-filter:brightness(1.2); 
	filter:brightness(1.2); 
}
/**************************************************/
/**************************************************/
				/***навигация***/
/**************************************************/
/**************************************************/
ul#nav {
	position: relative;
	display: block;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}

ul#nav li {
	position: relative;
	display: inline-block;
	float: left;
    top: 22px;
    left: 30px;
}

ul#nav li a {
	position: relative;
	display: block;
	height: 52px;
    margin: 0 24px;
    color: #ffffc6;
    font-size: 14px;
    line-height: 88px;
}

ul#nav li:nth-child(1) a {
	background: url(../images/nav-ico-1.png) no-repeat center top;
}

ul#nav li:nth-child(2) a {
	background: url(../images/nav-ico-2.png) no-repeat center top;
}

ul#nav li:nth-child(3) a {
	background: url(../images/nav-ico-3.png) no-repeat center top;
}

ul#nav li:nth-child(4) a {
	background: url(../images/nav-ico-4.png) no-repeat center top;
}

ul#nav li:nth-child(5) a {
	background: url(../images/nav-ico-5.png) no-repeat center top;
}

ul#nav li:nth-child(6) a {
	background: url(../images/nav-ico-6.png) no-repeat center top;
}

ul#nav li:nth-child(7) a {
	background: url(../images/nav-ico-7.png) no-repeat center top;
}

ul#nav li a:hover {
	color: #ca0600;
	background-position-y: 5px;
}
.gs {
	background: url(../images/gs.png) no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	display: block;
	margin-left: 700px;
	top: -730px;
}
.ls {
	background: url(../images/ls.png) no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	display: block;
	margin-left: 700px;
	top: -730px;
	left: 100px;
}

.gs_off {
	background: url(../images/gs_off.png) no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	display: block;
	margin-left: 700px;
	top: -730px;
}
.ls_off {
	background: url(../images/ls_off.png) no-repeat;
	width: 150px;
	height: 150px;
	position: absolute;
	display: block;
	margin-left: 700px;
	top: -730px;
	left: 100px;
}
/**************************************************/
#header {
	position: relative;
	display: block;
	width: 1000px;
	height: 600px;
	margin: 0 auto;
}

.start {
	position: absolute;
	display: block;
	width: 272px;
	height: 96px;
	top: 300px;
    left: 357px;
}


.sbtn {
    position: absolute;
    display: block;
    bottom: 19px;
    width: 178px;
    height: 15px;
    left: 0px;
    right: 0;
    margin: auto;
    color: #7aa62e;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}

.sbtn span {
	font-size: 0px;
}

.sbtn span a {
	position: absolute;
	display: block;
	width: 178px;
	height: 15px;
	z-index: 1;
	font-size: 0px;
}

.sbtn:hover {
	text-decoration: none;
}
/**************************************************/
/**************************************************/
				/***контент***/
/**************************************************/
/**************************************************/
#content {
	position: relative;
	display: table;
	width: 1000px;
	margin: auto 0;
}
/**************************************************/
/**************************************************/
				/***левая сторона***/
/**************************************************/
/**************************************************/
#left_side {
	position: absolute;
	display: inline-block;
	width: 330px;
	left: -315px;
	top: 100px;
}

#side_item {
	position: relative;
	display: block;
	width: 330px;
	min-height: 315px;
	background: url(../images/left_side.jpg) no-repeat center top;
	margin: 0 auto 20px;
}

.side_title {
	position: relative;
	display: block;
	width: 330px;
	height: 20px;
	top: 35px;
	margin: 0 auto 35px;
}

.side_title img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
/**************************************************/
#right_side {
	position: relative;
	display: inline-block;
	width: 1370px;
	content-align: center;
	margin-top: 80px;
	padding-left: 160px;
	text-align: justify;
}

#news {
	position: relative;
	display: block;
	width: 930px;
	margin-bottom: 15px;
	text-align: justify;
}

.news_title {
	position: relative;
	display: block;
	width: 648px;
	left: 15px;
	color: #ffc549;
	font-family: calibrib;
	font-size: 18px;
}

.news_content {
	position: relative;
	display: block;
	width: 830px;
	color: #e0e0e0;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: justify;
}

.news_content a {
	color: #ffc549;
	text-decoration: underline;
	text-align: justify;
}

.news_content a:hover {
	text-decoration: none;
}
padding-bottom: 10px;
}
.img1 {
	background-color: #fff;
	height:200px;
	width: 200px;
	position: relative;
}

/**************************************************/
/**************************************************/
				/***подвал***/
/**************************************************/
/**************************************************/
#footer {
	position: relative;
	display: block;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	border-top: 1px solid #322a25;
}

ul#banner {
	position: absolute;
	display: block;
	height: 31px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

ul#banner li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

ul#banner li:hover {
	opacity: 1;
}

.copy {
    position: absolute;
    display: block;
    width: 300px;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    color: #bca482;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
}

.copy a {
	color: #bca482;
	font-size: 14px;
}

.copy a:hover {
	text-decoration: underline;
}

.shares-block {
	position: relative;
	display: block;
	width: 40%;
	float: right;
	margin: 0;
	left: 200px;
}

.shares-block .item {
	position: relative;
	display: block;
	width: 380px;
	height: 140px;
	-webkit-transition:all 0.3s ease; 
	-o-transition:all 0.3s ease; 
	-moz-transition:all 0.3s ease; 
	transition:all 0.3s ease;
}

.shares-block .item:hover {
	-webkit-filter:contrast(110%); 
	-moz-filter:contrast(110%); 
	-o-filter:contrast(110%); 
	filter:contrast(110%); 
}

.shares-block .item:nth-child(1) {
	background: url(../images/hopzone.png) no-repeat;
	left: -15px;
}

/*
.shares-block .item:nth-child(2) {
	background: url(../images/topzone.png) no-repeat;
	left: -15px;
}
*/

.shares-block .item:nth-child(2) {
	background: url(../images/network.png) no-repeat;
	left: -15px;
}
.shares-block .item:nth-child(3) {
	background: url(../images/brasil.png) no-repeat;
	left: -15px;
}

.shares-block .item:nth-child(4) {
	background: url(../images/network.png) no-repeat;
	left: -15px;
}

.shares-block .item:hover g {
	text-decoration: none;
}
