.suq{
    max-width: 702px;
    padding: 0px;
    font-family: "Inter", sans-serif;
    border: 2px solid #0476b5;
    font-size: 16px;
    color: #423b3b;
    margin: auto;
    line-height: 1.4;
}
strong{
    font-weight: bold;
}
.b {
    position: relative;
}
img{
    border: none;
    max-width: 100%
}
ul{
    margin: 0px 0 14px 0;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 13px;
    text-align: left;
    position: relative;
}
li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #23282E;
}
img.img2 {
    position: absolute;
    right: 24px;
    top: 0;
    width: 125px;
}
img.img3 {
    position: absolute;
    right: 7px;
    bottom: 30px;
    width: 429px;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 26px;
	margin: 20px 0px;
	line-height: normal;
	font-weight: normal;
	color: #0476b5;
	text-align: center;
}
p{
    margin: 0px 0px 14px
}
.nd{
    padding: 11px 14px 10px;
}
h1 span{
    font-size: 14px
}
h2{
    font-weight: bold;
    margin: 0 0 16px 0;
    font-size: 19px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 3px 0;
    font-size: 17px;
    line-height: normal;
    color: #0476b5;
}
.c {
    font-size: 12.5px;
    position: relative;
    margin: 25px 0 0;
}
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: 702px){
    .suq{
        width: 100%;
    }
    .nd{
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
	img.img2 {
	    position: static;
	    margin-top: 9px;
	}
	img.img3 {
	    position: static;
	    margin-top: 12px;
	}
}