html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1 0 auto;
}

.main-page-header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.5rem;
}

.main-page-header__media {
    width: 100%;
}

.main-page-header__media img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center top;
    display: block;
}

.onas-stats .stats-container {
    box-shadow: -50px 0 36px -30px rgba(247, 167, 54, 0.9), 50px 0 36px -30px rgba(247, 167, 54, 0.9);
}

.site-footer__contacts a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.site-footer__contacts i {
    color: #f7a736;
}


.site-footer {
    margin-top: auto;
    background: #111;
    color: #fff;
    padding: 28px 16px;
}

.site-footer .container {
    background: transparent;
}

.site-footer__inner {
    justify-content: space-between;
}

.site-footer,
.site-footer a {
    color: #fff;
    text-decoration: none;
}

.site-footer a:hover {
    color: #f7a736;
}
