
body {
	background: url(../img/bg-main.png) no-repeat;
	-moz-background-size: cover; 
	-webkit-background-size: 100%;
	-o-background-size: cover; 
	background-size: cover;
	background-position: center;
    margin: 0;
	z-index: 1;
	height: 100%;
	width: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

button.url {
	background-color: rgba(0, 0, 0, 0);
    color: #000;
    border: 2px solid #00a7e6;
    border-radius: 10px;
    padding: 5px 30px 5px 30px;
    font-weight: bold;
    font-size: 14px;
	text-transform: uppercase;
}

button.url:hover {
	background-color: #00a7e6;
	color: #fff;
}
.font_myriad {
font-family: Myriad pro;
}
.padding {
	padding-left: 0;
	padding-right: 0;
}
.index {
	min-width: 980px;
}
.index-x {
margin: 0 auto;
}

.header-1 h4, 
.header-2 h4, 
.header-3 h4, 
.header-4 h4, 
.header-5 h4,
.header-6 h4 {
    font-size: 30px;
    text-align: center;
    color: #191919;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Tahoma;
    margin-top: 0px;
}

.hidden{
opacity:0;
}
.visible{
opacity:1;
}


/*Блок 1*/
.main {
width: 980px;
margin: 0 auto;
}

.header-1 {
    background-color: #000;
    padding: 10px 0px 10px 0px;
    position: fixed;
    width: 100%;
}
.header-1 button {
    background-color: #000;
    color: #fff;
    border: 2px solid #00a7e6;
    border-radius: 10px;
    padding: 3px 15px 3px 15px;
    font-weight: bold;
    font-size: 12px;
}
.header-1 a {
    float: right;
    margin-right: 30px;
}
.header-1
.main table {
    margin: 0 auto;
}
.main table tr td a{
    margin-left: 20px;
    font-weight: bold;
	font-size: 14px;
}
.main table tr td a:hover {
	color: #00a7e6;
}

.transbg {
	background-color: rgba(2, 3, 4, 0.7)!important;
}

/*Блок 2*/
.header-2 {
	width: 100%;
    background: url(../img/bg-header.png) no-repeat;
	-moz-background-size: cover; 
	-webkit-background-size: 100%;
	-o-background-size: cover; 
	background-size: cover;
	background-position: center;
    height: 300px;
    padding-top: 100px;
	z-index: 1;
}
.header-2
.logo img {
    margin-left: 75px;
}

/*Блок 3*/
.header-3 .faq {
    width: 980px;
    margin: 0 auto;
} 

.header-3 .faq table {
    margin: 0 auto;
}
.header-3 .faq table tr td{
    width: 200px;
    text-align: center;
	font-weight: bold;
    font-size: 14px;
}
.header-3  {
    padding-top: 100px;
}

/*Блок 4*/
.header-4 {
    background: url(../img/bg-monitoring.png) no-repeat;
	-moz-background-size: cover; 
	-webkit-background-size: 100%;
	-o-background-size: cover; 
	background-size: cover;
	background-position: center;
    margin-top: 50px;
    padding-top: 130px;
    z-index: 1;
}

.server-stats {
    background-color: rgba(33, 70, 86, 0.72);
    padding: 15px;
    width: 580px;
	margin-top: 0px;
}
table.stats thead {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

table.stats td:nth-child(2) {
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
    text-align: center;
    width: 40%;
}
table.stats tbody td {
	height: 30px;
}
.server-stats table {
    text-align: center;
	border-collapse: collapse;
    border-spacing: 0;
    width: 580px;
	color: #fff;
    text-transform: uppercase;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
}
.server-stats table thead td {
    height: 40px;
}

.inv {
    padding-top: 50px;
    margin: 0 44% 0 44%;
}

.st-mn {
    height: 400px;
}

/*Блок 5*/
.header-5 {
    overflow: hidden;
}
.news {
	width: 440px;
	padding: 20px;
	float: left;
}

.news .title {
    color: #000;
    background: rgba(0, 167, 230, 0.6);
    padding: 10px;
    font-weight: bold;
    padding-left: 20px;
}
.news .title span {
	float: right;
    font-size: 12px;
    font-weight: 100;
}

.news .img {
    height: 150px;
	width: 450px;
}

.news .img b {
    margin-left: 10px;
    color: #fff;
    position: relative;
    top: -25px;
}

.news .text-n {
	height: 200px;
	background: rgba(255, 255, 248, 0.59);
}

.news .text-n a {
    color: rgba(0, 0, 0, 0.67);
    float: right;
    position: relative;
    top: 175px;
    right: 20px;
}

.news .text-n p {
    margin: 0;
    padding: 20px;
    font-weight: 600;
    position: absolute;
	width: 410px;
}
/*Блок 6*/
.header-6 {
    margin-top: 100px;
}
.header-6 p {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #565656;
    margin: 0px;
    margin-top: -20px;
}
.header-6 button {
    width: 200px;
    height: 40px;
    margin: 3% 40% 0 40%;
}

.header-6 .line {
    width: 500px;
    text-decoration: none;
    border-bottom: 1px dashed #707071;
    margin: 1% 25% 0 25%;
}

/*Footer*/

.header-7 {
    background-color: rgba(0, 167, 230, 0.49);
    padding: 30px;
    margin-top: 100px;
    text-align: center;
    color: #949494;
    font-weight: 600;
    font-size: 14px;
}

.exit {
    position: fixed;
    right: 10px;
    top: 7%;
    padding: 10px;
    background: rgba(255, 253, 238, 0.48);
    border: 3px solid #17B3EA;
    color: #636363;
    font-size: 14px;
    border-radius: 10px;
    font-family: 'Myriad pro';
    font-weight: 100;
    text-transform: uppercase;
}