@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*
------------------------------- end reset ----------------------------------
*/

body{
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  min-width: 270px;
  line-height: 1.42857143;
  color: #555555;
  font-weight: 400;
  overflow-x: hidden;
  background:url(../img/ss_bkere.jpg);

}

.header {
	height: 3em;
    background: #FFF;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.05);
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #373737;
    z-index: 1;
    color: #fff;
}

.main {background:#fff; min-height:500px}
.main ul {margin:0; padding:0}
.main li {margin:0; padding:0} 

.title {height:2em;}
.brief {height:3em;}

.mt-1 {margin-top:0.25em;}
.mt-2 {margin-top:0.5em;}
.mt-3 {margin-top:0.75em;}
.mt-4 {margin-top:1em;}
.mt-5 {margin-top:1.25em;}

.pt-1 {padding-top:0.25em;}
.pt-2 {padding-top:0.5em;}
.pt-3 {padding-top:0.75em;}
.pt-4 {padding-top:1em;}
.pt-5 {padding-top:1.25em;}

.pd-1 {padding:0.25em;}
.pd-2 {padding:0.5em;}
.pd-3 {padding:0.75em;}
.pd-4 {padding:1em;}
.pd-5 {padding:1.25em;}


.small-block .news-details{
  border-radius:10px 10px 0 0;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 58%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 58%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}



.news-block{
  border-radius: 15px 15px 10px 10px;
  overflow: hidden;
}






.btn{
  margin: 5px 0 5px 5px;
  padding: 10px 20px;
  border-radius:10px;
}


.conn_a{ background:url(../img/acn_a.png); }
.conn_b{ background:url(../img/acn_b.png); }
.conn_a,.conn_b{ display:inline-table; width:20px; height:20px; vertical-align:bottom; margin:0 2px 0 0;}

.tags li {display: inline-table; background: #e9e9e9;}
.tags a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #777;
    display: inline-table;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 2px 5px 0;
    padding: 5px 7px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.list_bolck table {border-collapse: collapse; width: 100%;}
.list_bolck table, td, th { border: 1px solid black; }
.list_bolck table th {padding:5px; background-color:#e9e9e9;}
.list_bolck table td {padding:5px;}

.navbar-my {
    float: left; 
    padding: 10px 7px;
    font-size: 18px;
    line-height: 20px;
}