.suq{
    width: 892px;
    padding: 0px;
    font-family: arial;
    border:1px solid #000;
    font-size: 14px;
    color: #000;
    margin: auto;
    line-height: 1.4;
}
strong{
    font-weight: bold;
}
img{
    border: none
}

ul{
    padding-left: 23px;
    margin-bottom: 45px;
    margin-top: 11px;
}
li {
    list-style-type: none;
    padding-left: 24px;
    text-align: left;
    position: relative;
}
li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background: #000;
}

a {
    color: inherit;
    text-decoration: none
}
h1{
	font-size: 21px;
	margin: 39px 0px;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	padding: 0 19px 0 0;
	color: #fb2b2b;
}
p{
    margin: 0px 0px 14px;
}
.nd{
    padding: 30px 70px;
}
h1 span{
    font-size: 14px
}
.a {
    margin-bottom: 20px;
} 
h3 {
    margin: 0 0 0;
    font-size: 15px;
}
p.m_br {
}
ul.ul1 {
    padding-left: 74px;
    margin-bottom: 20px;
}
/*---------bootraps------------*/
div{
    display: block;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-responsive{
    max-width: 100%;
    display: block;
}


