.suq{
    max-width: 513px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #01386a;
    font-size: 15px;
    color: #231f20;
    margin: auto;
    line-height: 1.3;
    background-size: 100% auto;
}
strong{
    font-weight: bold;
}
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: 9px 0 7px;
	line-height: normal;
	font-weight: normal;
	text-align: center;
}
p{
    margin: 0px 0px 3px;
}
.nd{
    padding: 11px 25px 14px 50px;
}
h1 span{
    font-size: 24px;
}
h2{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 23px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
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
}
img.img4 {
    width: 29px;
    vertical-align: 0px;
}

img.img1 {
    width: 107px;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.f1 {
    position: relative;
    padding: 38px 0 0 117px;
    font-size: 17px;
}

img.img2 {
    width: 103px;
    position: absolute;
    right: 0;
    bottom: -8px;
}

.f {
    position: relative;
}



@media screen and (max-width: 513px){
    .suq{
        width: 100%;
    }
    .nd{
        padding: 5%
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
	img.img2 {
	    position: static;
	    margin: 10px auto 0;
	    display: block;
	}
	
	.f1 {
	    padding: 24px 0 0 91px;
	}
	
	img.img1 {
	    width: 89px;
	    left: -7px;
	}
}