body {
    margin: 0;
    background: #fff;
    color: #1f2933;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.locale-site {
    min-height: 100vh;
    background: #f5f7fa;
}

.locale-site__main {
    width: calc(100% - 390px);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.locale-site__content {
    width: 850px;
    max-width: calc(100% - 40px);
    margin: 18px auto 32px;
    flex: 1 0 auto;
}

.locale-site__content--wide {
    width: 100%;
    max-width: none;
    margin: 0;
}

.locale-site__content a,
.locale-site-footer a {
    color: #2563a9;
    text-decoration: none;
}

.locale-site__content a:hover,
.locale-site-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.locale-site-header {
    background-color: #f4f6fd;
    padding: 10px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.locale-site-header__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: right;
}

.locale-site-header__menu {
    font-size: 14px;
}

.locale-site-header__menu a {
    color: #182d56;
    text-decoration: none;
    margin: 0 5px;
}

.locale-site-header__menu a.active {
    font-weight: 700;
}

.locale-site-sidebar {
    width: 390px;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #f4f4f4;
    position: fixed;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
}

.locale-site-sidebar__logo {
    display: block;
    padding: 0 20px;
}

.locale-site-sidebar__logo > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.locale-site-sidebar__search {
    padding: 20px 15px;
    background-color: #e2e2e2;
    text-align: center;
    margin-top: 20px;
}

.locale-site-sidebar__search-title {
    color: #182d56;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 2px;
    border-bottom: 2px solid #182d56;
    margin: 0;
}

.locale-site-sidebar__search-input {
    margin-top: 20px;
}

.locale-site-sidebar__search-input > input {
    width: 100%;
    padding: 10px 15px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
}

.locale-site-sidebar__search-input > input.is-invalid {
    border: 1px solid #e3342f;
}

.locale-site-sidebar__search-submit {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.locale-site-sidebar__search-submit button,
.locale-site-sidebar__search-submit select {
    width: 49%;
    padding: 10px 15px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
}

a.arrow-btn,
button.arrow-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    background-color: #182d56;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    text-decoration: none;
}

a.arrow-btn:hover,
button.arrow-btn:hover {
    color: #fff;
    text-decoration: none;
}

.locale-site-sidebar__info {
    padding: 20px 15px;
    background-color: #e2e2e2;
    text-align: center;
    margin-top: 20px;
}

.locale-site-sidebar__contact-btn .arrow-btn {
    width: 100%;
    margin-top: 25px;
    box-sizing: border-box;
}

.locale-site-sidebar__contact-btn .orange {
    background-color: #f49342;
}

.locale-site-sidebar__contact-note {
    margin-top: 8px;
}

.locale-site-footer {
    flex-shrink: 0;
    border-top: 1px solid #d7dee8;
    padding: 20px 0 28px;
    color: #667085;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 1023px) {
    .locale-site__main {
        width: 100%;
        min-height: 100vh;
    }

    .locale-site__content {
        width: auto;
        max-width: none;
        margin: 16px;
    }

    .locale-site-header__inner {
        padding: 0 16px;
    }

    .locale-site-sidebar {
        position: static;
        width: auto;
        height: auto;
        min-height: 0;
        padding: 20px 16px;
        overflow: visible;
    }

    .locale-site-sidebar__logo {
        max-width: 320px;
        margin: 0 auto;
    }

    .locale-site-sidebar__search,
    .locale-site-sidebar__info {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 520px) {
    .locale-site-header__inner {
        text-align: center;
    }

    .locale-site-sidebar__search-submit {
        display: block;
    }

    .locale-site-sidebar__search-submit button,
    .locale-site-sidebar__search-submit select {
        width: 100%;
    }

    .locale-site-sidebar__search-submit button {
        margin-top: 10px;
    }
}
