html, body {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 13px;
    background-color: #fff;
    color: #333;
    margin: 0;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

/* Хедер */

.header {
    /* border: 1px solid #f1f1f1; */
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

/* Контент */

.content {
    /* border: 1px solid #f1f1f1; */
    max-width: 1440px;
    margin: 0 auto;
}

/* Футер */

.footer {
    /* border: 1px solid #f1f1f1; */
    max-width: 1440px;
    height: 80px;
    margin: 0 auto;
}

#mobile-header {
    display: none;
}

/* Смартфоны */

@media (max-width: 719.98px) {
	#mobile-header {
        display: block;
    }
	#navigation {
        display: none;
    }
}

/* Планшеты */

@media (min-width: 720px) and (max-width: 1079.98px) {

}

/* Компьютеры */

@media (min-width: 1080px) {

}
