body {
    font: 400 100%/1 Arial,sans-serif;
    color: #333;
    background: url(../img/bg_main-page.jpg) no-repeat 0 0;
    background-size: cover;
}

a, a:link, a:visited {
    color: #A71313;
    text-decoration: none;
}

a:hover, a:active {
    color: #680C0C;
}
.clear {
    clear: both;
}
.clear:after {
    content: "";
    display: table;
    clear: both;
}
.page-wrapper {
    width: 96%;
    max-width: 1240px;
    margin: 0 auto;
}
.text-center {
    text-align: center;
}
.header {
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
}
.logo {
	display: block;
	max-width: 135px;
}
.logo img {
	height: auto;
	max-width: 100%;
}
.article__content {
    margin: 20px auto;
    background: rgba(255,255,255,0.85);
}
.contact__descript {
	font-weight: 500;
}
.col {
    box-sizing: border-box;
    padding: 20px;
}

.title {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 20px;
}

ul {
    margin: 20px 0;
    list-style: square inside;
}

ul li {
    padding: 5px 0;
    color: #A71313;
}
ul li span {
    color: #333;
}

.contact__item {
    margin: 10px 0;
    line-height: 1.5;
}

.header__title {
    text-transform: uppercase;
    font-size: 48px;
    font-family: "Faster One";
    text-shadow: 3px 3px 5px rgba(167,19,19,0.35);
}

.footer {
    margin: 20px auto;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 14px;
    background: rgba(255,255,255,0.85);
}
.footer__link {
	text-transform: none;
	font-size: 12px;
}

@media screen and (min-width: 800px) {
    .about {
        width: 62.5%;
    }
    .contact {
        width: 37.5%;
    }
    .col {
        float: left;
    }
}
@media screen and (min-width: 1024px) {
    .footer {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}