html {
	height: 100%;
}

p {
	font-weight: normal;
}

table.content {
	border-collapse: collapse;
}

table.content td {
	border:1px solid #CCC;
}


h1, h2, h4, h5, h6{
	font-family:Arial,serif;
	font-weight:normal;
}

h1 {
	color:#0079c0;
	font: 22px Verdana, Arial, Tahoma, sans-serif;
	border-bottom:2px solid #dfdfdf;
	margin-bottom:15px;
	padding-bottom: 5px;
}

h2, .block-title {
	color:#333;
	font: 20px Verdana, Arial, Tahoma, sans-serif;
	border-bottom:2px solid #dfdfdf;
	margin-bottom:15px;
	margin-top:15px;
	padding-bottom: 5px;
}

body {
	font: 12px/16px Microsoft Sans Serif, Sans Serif, Tahoma, Verdana;
	height: 100%;	
	color:black;
	margin:0;
	padding:0;
}

body ul {
	margin:0;
	padding:0;
	list-style:none;
}

body ul li {
	list-style:none;
}

a {
	color: #0079c0;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

/* ----------------------------------------------------------------------------
            использовать только для контента инфоблоков
----------------------------------------------------------------------------- */

.content-table-left {
	text-align:left;
}

.content-table-right {
	text-align:right;
}

/*------- таблица 1 - основная -------*/
.content-table {
    width: 100%;
    border-collapse: collapse;
}

.content-table td{
    font: 12px/16px Microsoft Sans Serif, Sans Serif, Tahoma, Verdana;
    border:1px solid #CCC;
    padding:5px 10px;
    text-align: left;
}

/*------- таблица right padding 20px -------*/
.content-table-lrp0_20{
    border-collapse: collapse;
}

.content-table-lrp0_20 th, .content-table-lrp0_20 td{
    padding:5px 20px 5px 0;
    border:none;
    text-align: left;    
}
.content-table-lrp0_20 th{
    font-size: 14px;
}

/*------- таблица simple -------*/
.content-table-simple{
    border-collapse: collapse;
}

.content-table-simple td{
    border:none;
    text-align: left;
    padding: 0 5px 0 0;
}

/*------- заголовки -------- */
h3{
    font-size: 14px;
    font-weight: bold;
 }
.header_red{
     font-size: 14px;
     color: red;
 }

.header_sky{
     font-size: 14px;
     color: #000;
 }

.sky{
      color: #0079C0;
 }

 .clearfix{
     clear: both;
 }
.file-info{
    font-size: 11px;
    color: #777;
    display: inline-block;
}
.pdf-file-url{
    background: url('images/pdf16.png') no-repeat;
    padding-left: 18px;
}
.doc-file-url{
    background: url('images/doc16.png') no-repeat;
    padding-left: 18px;
}
.xls-file-url{
    background: url('images/xls16.png') no-repeat;
    padding-left: 18px;
}
.ppt-file-url{
    background: url('images/ppt16.png') no-repeat;
    padding-left: 18px;
}
.txt-file-url, .htm-file-url, .html-file-url{
    background: url('images/txt16.png') no-repeat;
    padding-left: 18px;
}
.zip-file-url, .rar-file-url{
    background: url('images/zip16.png') no-repeat;
    padding-left: 18px;
}


/* Baner */
.container {
	width: 1200px;
	margin: auto;
}
.bxslider {
	margin: 0;
}
.bxslider img {
	width: 100%;
	height: auto; 
}
.bx-controls-direction {
	display: none;
}
.bx-wrapper .bx-viewport {
	border: none;
	border-radius: 10px;
	box-shadow: 0px 1px 4px 1px #575757;
}