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

body {
    background-color: #ebebeb;
}

.t-primary-bgcolor {
    background: #007ab8;
}

a {
    color: #0070c0;
}

.container {
    width: 1020px;
}

.header-wrapper {
    background-color: #fff;
    border-top: 10px solid #303030;
    border-bottom: 10px solid #007ab8;
    margin-bottom: 3rem;
}

.header {
    padding: 30px 0;
}

.header:after {
    content: "PLANROOM";
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 28px;
    opacity: 0.6;
}

.header__main {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    height: 179px;
}

.header__logo {
    max-width: 400px;
}

.header__contact__info {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
    font-size: 17.6px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #007ab8;
}

.header__contact__info i {
    margin-right: 10px;
    font-size: 16px;
}

.header__phone:hover {
    color: #0070c0;
}

.socials {
    display: flex;
    margin-top: 10px;
}

.socials a {
    color: #fff;
    height: 42px;
    width: 42px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    box-shadow: 0px 1px 5px rgba(91, 91, 91, 0.18);
    text-decoration: none;
    border-radius: 5px;
    background: #007ab8;
    margin-left: 6px;
}

.socials i {
    font-size: 20px;
    margin-right: 0;
}

.socials a:hover {
    background: #ebebeb;
}

.socials a:hover i {
    color: #000;
}

.header__nav {
    background: #007ab8;
    border-top: 7px solid #d7d7d7;
    border-bottom: 7px solid #d7d7d7;
}

.header__nav .container {
    display: flex;
    justify-content: center;
}

.header__nav .container a {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-family: Muli, sans-serif;
    letter-spacing: 0.06em;
    padding: 0 8px;
}

.header__nav .container a:hover {
    text-decoration: none;
    background-color: #ebebeb;
    color: #282828;
}