.suq{
    max-width: 789px;
    padding: 0px;
    font-family: "Overpass", sans-serif;
    border: 1px solid #231f20;
    font-size: 15px;
    color: #fff;
    margin: auto;
    line-height: 1.3;
    background: #0D1330;
}
img.img2 {
    width: 492px;
    margin: 24px 0 0 -26px;
    position: relative;
    z-index: 3;
}
p.p1 {
    font-size: 12px;
    margin: 0px 0 0 4px;
}
strong{
    font-weight: 600;
}
img.img3 {
    width: 107px;
    margin: 3px 0 0 7px;
}
img{
    border: none;
    max-width: 100%
}
.a img {
    width: 302px;
}
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: 18px;
	margin: 30px 0 0px 15px;
	line-height: normal;
	font-weight: normal;
	position: relative;
}
p{
    margin: 0px 0px 0px;
}
p.p2 {
    margin: 5px 0 8px;
    font-size: 18px;
}
img.img4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 460px;
}
.nd{
    padding: 20px 26px 17px;
    position: relative;
}
h1 span{
    font-size: 28px;
    margin-right: 5px;
}
h2{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 20px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 20px 0 0 34px;
    font-size: 21px;
    line-height: normal;
} 
img.img5 {
    margin-right: 10px;
    width: 17px;
}
img.img6 {
    position: absolute;
    left: 39%;
    top: -34px;
    width: 54px;
}
.a {
    text-align: center;
}
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: 789px){
    .suq{
        width: 100%;
        max-width: 500px;
    }
    .nd{
        padding: 15px 15px 0;
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
	img.img2 {
	    margin-left: -15px;
	}
	img.img4 {
	    position: static;
	    vertical-align: bottom;
	}
	.b {
	    text-align: right;
	    margin-right: -15px;
	}
	img.img6 {
	    left: 231px;
	    top: -29px;
	}
	h3 {
	    margin-left: 0;
	}
}