.suq{
    max-width: 472px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #242021;
    font-size: 16px;
    color: #242021;
    margin: auto;
    line-height: 1.3;
    text-align: justify;
}
strong{
    font-weight: bold;
}
img{
    border: none;
    max-width: 100%
}

img.img-1 {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 64px;
}
ul{
    margin: 7px 0 22px 2px;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 14px;
    text-align: left;
    position: relative;
    font-size: 26.4px;
}
li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    background: #231f20;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 30px;
	margin: 20px 0 20px;
	line-height: normal;
	font-weight: normal;
    text-align: center;
}
p{
    margin: 0 0px 7px;
}
.nd{
    padding: 10px 16px 10px 11px;
    position: relative;
}
h1 span{
    font-size: 14px
}
h2{
    font-weight: normal;
    margin: 0 0 7px 0;
    font-size: 20px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
div{
    display: block;
}

.m {
    margin: 0 0 0;
}

.l {
    float: left;
    width: 48%;
    padding: 0 0 0;
    margin: 0 0 0;
}

.r {
    float: right;
    width: 48%;
    padding: 0 0 0;
    margin: 0 0 0;
}
.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
}
p.p1 {
    text-align: left;
}




@media screen and (max-width: 472px){
    .suq{
        width: 100%;
        text-align: center;
    }

ul {
    margin: 10px auto;
    width: 280px;
}

img.img-1 {
    position: static;
    margin: 0 0 5px;
}

.l {
    float: none;
    width: 100%;
    padding: 0 0 0;
    margin: 0 0 0;
}

.r {
    float: none;
    width: 100%;
    padding: 0 0 0;
    margin: 0 0 0;
}
    .nd{
        padding: 5%
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
    p.p1 {
    text-align: center;
}
}