html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font-family: "Arial", sans-serif;
    font-size: 20px;
    color: #050505;
    min-width: 1000px;
}
.main {
    height: auto;
    min-height: 100%;
   /* overflow: hidden;*/
    position: relative;
}
.content {
    width: 1185px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
}
.logo_process {
    background: url("images/work.png") no-repeat;
    width: 250px;
    height: 165px;
    position: absolute;
    right: 25px;
    top: 14px;
}
.p1 {
    color: #900028;
    font-size: 24px;
    text-align: center;
    width: 82%;
    line-height: 36px;
}
.p2 {
    text-align: center;
    font-size: 22px;
    color: #900028;
    line-height: 1.2;
}
.img_items {
    width: 140px;
    height: 140px;
    border: 1px solid #e9b9b0;
    border-radius: 30px;
}
.block_left {
    width: 49%;
    float: left;
}
.block_right {
    width: 51%;
    float: left;
    margin-top: 35px;
}
.fl_left {
    float: left;
}
.line_img:after, .wrapper:after {
    clear: both;
    content: "";
    display: block;
}
.line_img {
    margin-bottom: 10px;
}
.img_items {
    float: left;
    /*background-size: contain;*/
    margin-right: 10px;
    background-repeat: no-repeat;
}
.item1 {
    background-image: url("images/img1.jpg");
}
.item2 {
    background-image: url("images/img2.png");
}
.item3 {
    background-image: url("images/img3.jpg");
}
.item4 {
    background-image: url("images/img4.jpg");
}
.item5 {
    background-image: url("images/img5.jpg");
}
.item6 {
    background-image: url("images/img6.jpg");
}
.block_right p {
    margin: 0 0 25px;
    line-height: 1.3;
}

.wrapper {
    margin-top: 18px;
}