.suq {
    max-width: 583px;
    padding: 0px;
    font-family: "r";
    border: 1px solid #000;
    font-size: 16.5px;
    color: #000;
    margin: auto;
    line-height: 21px;
    background: #fff685;
}
.t{
    display: block;
    position: absolute;
    width: 46%;
    height: 35%;
    top: 0;
}
img.icon {
    margin-right: 7px;
    margin-bottom: -1px;
}
.nd{
    padding: 0px 21px 1px 24px;
    text-align: justify;
}
h1 {
    font-size: 52px;
    margin: 0px 0px 0px;
    text-align: center;
    line-height: normal;
    color: #c00a37;
    font-family: "m";
    clear: both;
    font-weight: normal;
    padding-right: 7px;
}
img{
    border: none
}
@font-face {
     font-family:"r";
     src:url("r.ttf")
}
@font-face {
     font-family:"m";
     src:url("m.otf")
}
@font-face {
     font-family:"b";
     src:url("b.otf")
}
strong{
    font-weight: bold;
    font-family: "b"
}

a {
    color: inherit;
    text-decoration: none;
}
p{
    margin: 0px 0px 14px
}

.top {
    padding: 10px 23px 0px 28%;
    font-size: 17px;
}

.a {position: relative;}



/*---------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;
}
.f {
    background: #015aaa;
    color: #feca0a;
    padding: 10px;
    font-size: 22px;
}
img.img2 {
    position: absolute;
    top: 13px;
    max-width: 136px;
    left: 14px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    ::i-block-chrome,h1,strong,.suq{
        font-family: 'Roboto', sans-serif;
    }
    ::i-block-chrome,h1{
        font-weight: 500
    }
    ::i-block-chrome,.suq{
        font-size: 16.3px
    }
    ::i-block-chrome,.top{
        font-size: 16.4px
    }

}