.suq{
    max-width: 599px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    border: 2px solid #ab0e1f;
    font-size: 18px;
    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: 38px;
	margin: 0 0 4px;
	line-height: normal;
	font-weight: normal;
	color: #ab0e1f;
}
p{
    margin: 0px 0px 14px
}
.nd{
    padding: 1px 35px 4px 39px;
}
h1 span{
    font-size: 14px
}
h2{
    font-weight: normal;
    margin: 0 0 22px 0;
    font-size: 23.2px;
    line-height: normal;
} 
h3{
    font-weight: normal;
    margin: 0 0 7px 0;
    font-size: 18.3px;
    line-height: normal;
    color: #ab0e1f;
} 
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
}
.a {
    position: relative;
    padding: 24px 0 0 287px;
}

img.img-1 {
    width: 263px;
    position: absolute;
    left: 0;
    top: 0;
}

img.img-2 {
    padding: 10px 27px 0 0;
    margin: 0 0;
}

.a p {
    padding: 11px 0 21px 4px;
    font-size: 18.4px;
    line-height: 1.2;
}
p.p1 {
    margin: 56px 0 0;
    font-size: 11.2px;
}

p.p1 strong {
    font-size: 15.2px;
}
.f {
    font-size: 14.9px;
    position: relative;
}
hr {
    border: 6px solid #ab0e1f;
    margin: 0 0 0 48%;
}
@media screen and (max-width: 599px){
    .suq{
        width: 100%;
        max-width: 460px;
    }
    .nd{
        padding: 10px 5%;
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
.a {
    padding: 0;
}

img.img-1 {
    position: static;
    max-width: 40%;
}

img.img-2 {
    position: absolute;
    right: 0;
    max-width: 61%;
    top: 34px;
    padding: 0 12px 0 12px;
}

.a p {
    padding: 10px 5%;
}
h1 {
    font-size: 31px;
}
}