@font-face {
    font-family: "Nokio";
    src: url("../fonts/NokioMedium.ttf") format("truetype");
    font-display: swap;
}

.site-footer {
    flex-shrink: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Nokio", sans-serif;
}

body > main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.site-header-inner {
    min-height: 92px;
}

.site-brand {
    color: inherit;
    text-decoration: none;
}

.site-brand:hover,
.site-brand:focus {
    color: inherit;
}

.site-brand-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.site-brand-name {
    font-size: 1.15rem;
}

.site-language-form {
    justify-content: flex-end;
}

.site-language-button {
    min-width: 40px;
    padding: 0.2rem 0.45rem;
    color: inherit;
    border: 0;
    background: transparent;
    font: inherit;
    font-weight: 700;
}

.site-language-button.is-active,
.site-language-button:hover,
.site-language-button:focus {
    color: #fff;
    background: #000;
}

.site-footer {
    color: #fff;
    background: #101514;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: left;
}

.site-footer-brand,
.site-footer-link {
    color: #fff;
    text-decoration: none;
}

.site-footer-brand:hover,
.site-footer-brand:focus,
.site-footer-link:hover,
.site-footer-link:focus {
    color: #e6c36a;
}

.site-footer-note {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
}

.site-footer-towns {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer-towns-title {
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-footer-town-link {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    text-decoration: none;
}

.site-footer-town-link:hover,
.site-footer-town-link:focus {
    color: #e6c36a;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

@media (max-width: 575.98px) {
    .site-header-inner {
        min-height: 110px;
        flex-direction: column;
        gap: 0.4rem;
    }

    .site-language-form {
        justify-content: center;
    }
}
