:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
}

#wrapper {
    max-width: 910px;
    margin: 16px auto;
    border: 1px solid #000;
    padding: 0;
    background: #fff;
}

header {
    padding: 0;
}

article {
    padding: 25px 50px 1px;
}

footer {
    padding: 0 50px 20px;
}

p {
    margin: 0 0 20px;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #fa1e46;
    text-align: center;
}

h2 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 24px;
    color: #fa1e46;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    padding: 0 0 20px;
    list-style: none;
}

ul li {
    padding-left: 20px;
    position: relative;
}

li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 8px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.color {
    color: #fa1e46 !important;
}

.colorone {
    color: #00f !important;
}

.logo {
    padding: 25px 50px;
}

.buttom a {
    display: inline-block;
    padding: 10px 20px;
    background: #fa1e46;
    color: #fff !important;
    font-weight: 700;
}

.buttom a:hover {
    background: #ba0022;
}

.box {
    position: relative;
}

.box p {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    text-align: left;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 14px;
}

@media all and (max-width: 909px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    .logo {
        padding: 16px;
    }

    :is(ul, p) {
        hyphens: auto;
    }

    article {
        padding: 16px 16px 1px;
    }

    p span {
        white-space: nowrap;
    }

    .nowap {
        white-space: normal !important;
    }

    footer {
        padding: 0 16px 16px;
    }
}