.suq{
    max-width: 600px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #AC6F4F;
    font-size: 14px;
    color: #242021;
    margin: auto;
    line-height: 1.2;
    background: url(3.png) no-repeat;
    background-size: 100% 100%;
}
strong{
    font-weight: bold;
}
.f p {
    font-size: 16.5px;
    line-height: 1.3;
    margin-bottom: 6px;
}
img{
    border: none;
    max-width: 100%
}
ul{
    margin: 4px 0 15px 0;
    padding: 0 0 0 0
}
li {
    list-style-type: none;
    padding-left: 5px;
    text-align: left;
    position: relative;
    line-height: 1.2;
}
li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 7px;
    background: #242021;
    width: 3px;
    height: 1px;
    border-radius: 0;
}
a {
    color: inherit;
    text-decoration: none; 
}
h1{
	font-size: 28px;
	margin: 85px 5px 0 0;
	line-height: 1;
	font-weight: normal;
	text-align: right;
	position: relative;
	color: #fff;
}
p{
    margin: 0px 0px 14px
}
.nd{
    padding: 11px 39px 33px 60px;
}
h1 span{
    font-size: 46.6px;
}
h2{
    font-weight: normal;
    margin: 0 0 11px 0;
    font-size: 16.5px;
    line-height: normal;
}

p.p1 {
    position: absolute;
    top: 27px;
    right: -1px;
} 
h3{
    font-weight: normal;
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: normal;
} 
div{
    display: block;
}

.f {
    margin: 19px 0 0 15px;
    position: relative;
    color: #ac6f4f;
}

.c {
    margin: 0 7px 0 0px;
}

.c p {
    margin: 0 0 1px;
}

.c p {
    font-size: 15.3px;
}

.x {
    margin: 75px 1px 0 49%;
}
.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;
    width: 100%;
}
body{
    margin: 8px 0px;
    background: #fff
}




@media screen and (max-width: 600px){
    .suq{
        width: 100%;
        background: #fff;
    }

	h1 span {
	    font-size: 35px;
	    margin: 0;
	}
	
	p.p1 {
	    position: static;
	}
	
	.f {
	    margin: 0;
	}
	
	h1 {
	    margin: 14px 0;
	    background: #AC6F4F;
	    transform: none;
	    left: 0;
	    padding: 14px;
	    text-align: left;
	    line-height: normal;
	    font-size: 25px;
	}
	
	.x {
	    margin: 0;
	}
	
	.c {
	    margin: 0;
	}
	ul{
	    margin-right: 0;
	}
    .nd{
        padding: 5%
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
   
    .m_in{
        display: inline-block;
    }
}