body {
    font-size: 16px;
    min-height: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 360px) {
    body {
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    body {
        font-size: 12px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    outline: none;
    font-weight: normal;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 1em;
    resize: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
@media screen and (max-width: 1000px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    input,
    select,
    textarea,
    label,
    dl,
    dt,
    dd {
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    line-height: inherit;
}
input[type='radio'],
input[type='checkbox'],
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
button {
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    border: none;
    background: transparent;
}
a {
    color: #333;
}
a:hover {
    color: #666;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    vertical-align: middle;
}
th,
td {
    font-weight: normal;
    padding: 5px;
}
.wrapper {
    width: 100%;
    min-height: 568px;
    position: relative;
    overflow: hidden;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.row {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
}
.en {
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}


.global-inner {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
}
@media screen and (max-width: 991px) {
    .global-inner {
        width: 92%;
    }
}
