.suq{
    max-width: 496px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #231f20;
    font-size: 17px;
    color: #231f20;
    margin: auto;
    line-height: 1.3;
}
strong{
    font-weight: bold;
}
.l p {
    margin: 51px 0 -5px;
    font-weight: 300;
    font-size: 14.7px;
    line-height: 1.4;
}
img{
    border: none;
    max-width: 100%
}
ul{
    margin: 0px 0 14px 0;
    padding: 0 0 0 0
}
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: #231f20;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 16px;
	margin: 10px 0 11px;
	line-height: normal;
	font-weight: normal;
}
p{
    margin: 0px 0px 8px;
}
.nd{
    padding: 26px 2px 20px 13px;
}
h1 span{
    font-size: 14px
}
h2{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
}
.l {
    float: left;
    width: 51.4%;
    text-align: right;
    border-right: 2px dashed;
    padding: 0 15px 0px 0;
    margin: 2px 0 0;
}
.r {
    float: right;
    width: 46%;
    padding: 0 0 0 2px;
}
h1 strong {
    font-size: 29px;
}
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;
}
body{
    margin: 8px 0px;
    background: #fff
}




@media screen and (max-width: 496px){
    .suq{
        width: 100%;
    }
    .nd{
        padding: 5%
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
    .l {
        float: none;
        width: auto;
        padding: 0 0 12px;
        border: none;
        border-bottom: 2px dashed;
        margin-bottom: 11px;
    }
    .r {
        float: none;
        width: auto;
    }
}