@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.t-primary-bgcolor {
    background-color: #333;
}

a {
    color: #333;
}

.container {
    width: 1100px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper {
    border-top: 6px solid rgb(95, 99, 105);
    margin-bottom: 30px;
}

.header__logo {
    width: 120px;
    padding-top: 15px;
}


.header__nav {
    font-family: "Montserrat", sans-serif;
    display: block;
    float: left;
}

.header__nav a {
    font-size: 12px;
    color: rgb(95, 99, 105);
    padding: 35px 30px;
    width: 100%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    text-decoration: none;

}

.sidebar {
    margin-right: 51px;
}

body {
    background-color: #fff;
}