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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #444;
    font-size: 18px;
    line-height: 30px;
}

.container {
    margin: 0 auto;
    width: 980px;
}

h1 {
    font-size: 37px;
    color: #e93535;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_us {
    font-size: 42px;
    color: #e93535;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact_us_data {
    font-size: 14px;
    width: 250px;
    padding-left: 30px;
}

.contact_us_data p {
    line-height: 21px;
}

h3 {
    font-size: 25px;
    font-weight: bold;
    color: #e93535;
    line-height: 60px;
}

hr {
    border: 0;
    height: 0;
    border-bottom: 5px solid #e93535;
    width: 36px;
    display: block;
    margin: 0;
}

strong {
    font-weight: bold;
}

.main {
    background: url("/kglimited_media/bg.png") center repeat;
    height: 460px;
    padding-top: 50px;
    position: relative;
}

.main .container {
    position: relative;
    z-index: 1;
}

.main .info > * {
    float: left;
    display: block;
}

.main .info {
    margin-top: 100px;
}

.main .info img {
    margin-top: -10px;
}

.header {
    width: 560px;
}

.header p {
    width: 420px;
}

.main:after {
    content: '';
    background: #f24b2d;
    display: block;
    position: absolute;
    width: calc(50% - 335px);
    height: 77px;
    right: 0;
    top: 0;
}

.main:before {
    content: '';
    background: url("/kglimited_media/bg2.png");
    display: block;
    position: absolute;
    width: 375px;
    height: 162px;
    right: calc(50% - 335px);
    top: 0;
}

.content {
    box-shadow: 0 0 8px 0 rgba(4, 4, 4, 0.13);
}

.content section:not(:first-child) {
    margin: 50px auto 0 auto;
}

.content section:first-child {
    padding-top: 50px;
}
.content section:last-child {
    padding-bottom: 50px;
}

.products {
    margin-top: 10px;
}

.product {
    width: 225px;
    text-align: center;
    margin-right: 20px;
    float: left;
}

.product:last-child {
    margin-right: 0;
}

.product img {
    width: 100%;
    display: block;
    margin-bottom: 45px;
}

.product .title {
    font-size: 15px;
    color: #e93535;
    font-weight: bold;
    line-height: 1.2;
}

.product .description {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 10px;
    padding: 0 5px;
}

.contact {
    margin: 40px 0;
}

.contact img {
    float: left;
    margin-right: 40px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

footer {
    background: #e93535;
    color: #fff;
    font-size: 12px;
    height: 87px;
    padding-top: 25px;
}
