.suq {
    max-width: 634px;
    padding: 0px;
    font-family: "Dosis", sans-serif;
    border: 1px solid #231f20;
    font-size: 14.4px;
    color: #fff;
    margin: auto;
    line-height: 1.3;
    background: url(bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    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: 10px 0;
    line-height: 1.2;
    font-weight: normal;
    text-align: left;
    color: #ffffff;
    letter-spacing: 2.1px;
}
p {
    margin: 0;
}
.nd {
    padding: 40px 52px 33px 34px;
    position: relative;
}
h1 span {
    font-size: 28.2px;
}
h2 {
    font-weight: normal;
    margin: 0 0 0;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.6px;
}
h3 {
    font-weight: bold;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 1.3;
    position: absolute;
    right: 0;
    top: 30px;
    background: url(3.png) no-repeat;
    background-size: 100% 100%;
    padding: 16px 48px 16px 22px;
    color: #fff;
    letter-spacing: 1.1px;
}
h1 strong {
}

/*---------bootraps------------*/
div {
    display: block;
}

.f img {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 101px;
}

.f {
    position: relative;
    font-size: 15.3px;
    font-weight: 500;
    margin-top: 25px;
}

.f p strong {
    font-size: 14.3px;
}

.a {
    margin: 0 0 30px;
    width: 112px;
}
.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;
}

span.s1 {
    font-size: 15.4px;
}
.img-responsive {
    max-width: 100%;
    display: block;
}

body {
    margin: 8px 0px;
    background: #fff;
}

@media screen and (max-width: 634px) {
    .suq {
        width: 100%;
        background: #163254;
        max-width: 400px;
    }

h1 span {font-size: 23px;}

    h1 {
        letter-spacing: 0;
        font-size: 21px;
    }

    .a {
        margin: 0;
    }

    .f img {
        position: static;
        margin: 15px 0 0;
    }

    h3 {
        position: static;
        background-size: 100% 100%;
        padding: 10px;
        margin: 15px 0;
        max-width: 244px;
    }
    .nd {
        padding: 5%;
        border: none;
    }
    .m_br br {
        display: none;
    }
    li br {
        display: none;
    }
    a,
    .m_in {
        display: inline-block;
    }
    h2 {
        font-size: 20px;
        margin: 20px 0;
    }
}
