@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

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

a {
    color: #41AA39;
}

body {
    background: url(winter3.png) center top no-repeat #398abd;
    background-size: 2000px auto;
}

.container {
    width: 1170px;
}

.header-wrapper {
    background: rgba(255, 255, 255, .9);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 147px;
    padding: 20px 0;
    margin-bottom: 50px;
}

.header__logo img {
    max-width: 310px;
}

.header__nav {
    font-size: 0;
}

.header__nav a {
    border-radius: 5px;
    transition: color .25s;
    color: #0068aa;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 14px;
}

.header__nav a:last-child {
    padding-right: 0;
}

.header__nav a:hover {
    text-decoration: none;
    color: #0097f7;
}

.main {
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}