.suq {
    max-width: 658px;
    padding: 12px 0 0;
    font-family: "r";
    border: 1px solid #231f20;
    font-size: 15px;
    color: #200E0B;
    margin: auto;
    line-height: 1.5;
    background: #5ea5c0;
    text-align: center;
}

strong {
    font-weight: bold;
    font-family: "b";
}

p.p1 {
    font-size: 16.8px;
}

img {
    border: none;
    max-width: 100%
}

ul {
    margin: 0 0 8px 0;
    padding: 0 0 0 0px;
}

li {
    list-style-type: none;
    padding: 0 0 0 11px;
    position: relative;
    margin-bottom: 3px;
    font-size: 17.2px;
    text-align: left;
    line-height: 1.2;
}

li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    background: #231f20;
    position: absolute;
}

a {
    color: #2070a8;
    text-decoration: underline;
    font-size: 17px;
}

h1 {
    font-size: 19px;
    margin: 3px 0 0px;
    line-height: normal;
    font-weight: normal;
    text-align: center;
}

p {
    margin: 0px 0px 0px;
}

.nd {
    padding: 6px 11px 1px 27px;
}

h1 span {
    font-size: 26px;
}

h2 {
    font-weight: normal;
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: normal;
    text-align: center;
}

h3 {
    font-weight: normal;
    margin: 19px 0 5px 0;
    font-size: 14px;
    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
}

.b {
    padding: 8px 0 0 31px;
}

.b p {
    display: inline-block;
}

.b img {
    width: 22px;
    vertical-align: -5px;
    margin-right: 5px;
}

@media screen and (max-width: 556px) {
    .suq {
        width: 100%;
    }
    .nd {
        background-size: cover;
    }
    .m_br br {
        display: none
    }
    li br {
        display: none
    }
    .m_in {
        display: inline-block;
    }
    .b p {
        display: inherit;
    }
    .b {
        padding-left: 0;
        text-align: center;
    }
    p.p1 {
        margin: 0;
    }
}