footer .container,
header .container {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

footer .container .container,
header .container .container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1160px) {
    footer .container,
    header .container {
        padding-left: 0;
        padding-right: 0;
    }
}

footer a,
header a {
    text-decoration: none;
}

body {
    padding-top: 181px;
    min-height: auto;
}

.wrapper {
    min-height: calc(100vh - 156px);
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 116px;
    width: 1260px;
}

.vor-footer {
    padding-bottom: 116px;
}

.footer-links {
    padding: 25px 0;
    background: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-top: -116px;
}

.footer-links .container {
    padding-bottom: 0;
}

@media print {
    .footer-links {
        display: none;
    }
}

.footer-links .left {
    order: 3;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .footer-links .left {
        display: flex;
        align-items: flex-end;
    }
}

.footer-links .inner {
    display: flex;
    flex-direction: column;
}

.footer-links,
.footer-links a {
    color: #999c9f;
}

.footer-links nav .item + .item {
    margin-top: 10px;
}

.footer-links .right {
    margin: 0 auto 30px;
    order: -1;
}

@media (min-width: 768px) {
    .footer-links .right {
        text-align: right;
    }
}

.footer-links .logo {
    max-width: 150px;
    display: inline-block;
}

@media (min-width: 768px) {
    .footer-links .logo {
        display: block;
        float: right;
    }
}

.footer-links .logo img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 768px) {
    .footer-links {
        padding: 25px 0;
        text-align: left;
    }

    .footer-links .left {
        order: 0;
    }

    .footer-links .inner {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-links nav {
        display: flex;
    }

    .footer-links nav .item + .item {
        margin: 0 0 0 32px;
    }

    .footer-links .right {
        margin: 0;
        order: 1;
    }
}

header {
    background: #ffffff;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 50;
    transition: box-shadow 0.3s;
}

header.shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

header .inner {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

header .inner .right {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-top: 5px;
}

@media (min-width: 1160px) {
    header .inner {
        margin-top: 13px;
    }

    header .inner .right {
        display: block;
    }
}

header .logo img {
    width: auto;
    height: 50px;
    display: block;
    margin-top: 8px;
}

header .additional-menu {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    color: #0063be;
    font-size: 14px;
}

header .additional-menu .link {
    font-weight: bold;
}

header .additional-menu .personal {
    display: none;
}

@media (min-width: 1160px) {
    header {
        height: 156px;
    }

    header .inner {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    header .logo img {
        height: 71px;
    }

    header .additional-menu {
        margin-bottom: 20px;
    }

    header .additional-menu .personal {
        display: block;
        font-weight: bold;
    }

}

header nav {
    width: 280px;
    height: calc(100% - 70px);
    position: fixed;
    top: 70px;
    right: 0;
    padding: 0 15px 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transform: translate(100%);
    transition: transform 0.2s;
    overflow: auto;
}

@media (min-width: 1160px) {
    header nav {
        overflow: visible;
    }
}

.nav-opened header nav {
    transform: translate(0);
}

header nav .link {
    padding: 10px;
    font-size: 17px;
    line-height: 23px;
    display: block;
    text-shadow: 0 0 transparent;
    transition: text-shadow 0.3s;
}

header a {
    color: #0063be;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.2s;
}

header a:hover {
    color: #00a8e2;
}

header nav .link:hover {
    color: #0063be;
    text-shadow: 0 0.4px #0063be, 0 -0.4px #0063be, 0.4px 0 #0063be, -0.4px 0 #0063be;
}

header nav .link.selected {
    font-weight: bold;
}

header nav hr {
    border-color: #0063be;
    border-style: solid;
}

@media (min-width: 1160px) {
    header nav {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        transform: none;
        box-shadow: none;
    }

    header nav .item {
        margin: 0;
    }

    header nav .item + .item {
        margin-left: 32px;
    }

    header nav .item.active > .link {
        font-weight: bold;
    }

    header nav .link {
        padding: 0;
    }

    header nav .link.selected {
        background: none;
    }
}
