.suq{
    max-width: 529px;
    padding: 0px;
    font-family: calibri;
    border: 2px solid #242021;
    font-size: 18px;
    color: #646466;
    margin: auto;
    line-height: 1.1;
    overflow: hidden;
}
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: 21px;
    margin: 68px 0;
    line-height: normal;
    font-weight: normal;
}

h1 strong {
    font-size: 24px;
}
p{
    margin: -12px 0px 5px;
}
.nd{
    padding: 8px 11px 13px;
    position: relative;
}
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: 20px;
    line-height: normal;
} 
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
}
.f {
    position: absolute;
    width: 265px;
    right: 20px;
    padding: 10px 27px 10px 30px;
    background: #646466;
    top: 0;
    color: #fff;
}
.f p {
    margin: 8px -11px 10px 6px;
    font-size: 16px;
}
img.img2 {
    margin: 0 0 7px;
    width: 208px;
}
 


@media screen and (max-width: 529px){
    .suq{
        width: 100%;
        text-align: center;
    }

    .f p {
        margin: 0 0 10px;
    }
    .nd{
        padding: 5%
    }
    .m_br br{
        display: none
    }
    li br{
        display: none
    }
    a{
        display: inline-block;
    }
    .m_in{
        display: inline-block;
    }
    .f {
        position: static;
        width: auto;
        text-align: center;
        padding: 14px;
        margin: 20px 0 0;
    }
    h1 {
        margin: 0px 0 30px;
    }
} 