.suq{
    max-width: 603px;
    padding: 0px;
    border: 1px solid #231f20;
    font-size: 14.3px;
    color: #231f20;
    margin: auto;
    line-height: 1.3;
    font-family: 'Open Sans', sans-serif;
    background: url("3.png") no-repeat;
    background-size: 368px 100%;
    background-position: right;
    text-align: justify;
}
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: 30px;
	margin: 5px 65px 15px -11px;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	padding: 4px 11px 6px;
	background: #f5d62b url(5.png) no-repeat;
	background-size: auto 100%;
	background-position: right;
}
p{
    margin: 0px 0px 14px
}
.nd{
    padding: 5px 11px 1px;
}
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: 17px;
    line-height: normal;
} 
h1 strong{
    
}

/*---------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;
}


body{
    margin: 8px 0px;
     background: #fff
}
img.img-2 {
    width: 277px;
}

img.img-4 {
    width: 222px;
    position: absolute;
    left: -6px;
}

.f {
    position: relative;
    padding: 0 0 0 304px;
    font-size: 13px;
}



@media screen and (max-width: 603px){
    .suq{
        width: 100%;
        text-align: left;
    }
    .nd{
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a, .m_in{
        display: inline-block;
    }
	.f {
    padding: 0;
}

img.img-4 {
    position: static;
    margin: 10px 0px;
}

h1 {
    margin: 5px 0px 15px -11px;
    font-size: 23px;
    display: inline-block;
    padding: 4px 29px 6px 11px;
}
.d4 {
    background: #fff;
    padding: 10px;
    margin: 11px -11px;
    text-align: center;
}
}