@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

body {
    background-color: white;
}

a {
    color: #1a3d59;
}

.header {
    width: 100%;
    border-top: 30px solid #eaeaea;
    margin-bottom: 15px;
}

.header__main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo__wrapper {
    padding: 22.8px 20px;
    width: calc(25% - 22.5px);
    max-width: 390px;
    display: flex;
}

.header__logo {
    width: 100%;
}

.header__info {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #3e4752;
    font-size: 14px;
    line-height: 19.8px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-right: 20px;
}

.header__nav {
    width: 100%;
    display: flex;
    border-top: 6px solid #ffba00;
    background-color: #1a3d59;
    padding: 0 35px;
}

.header__nav a {
    line-height: 20px;
    font-size: 16px;
    padding: 15px;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 600px;
}

.header__nav a:hover {
    text-decoration: none;
    background-color: #16334a;
}

.main {
    width: 1170px;
}

.sidebar {
    margin-right: 36px;
}