@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap');

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

a {
    color: #efbb20;
}

.container {
    width: 1170px;
}

body {
    background-color: #fff;
}

.header {
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

.header__top {
    background-color: #f8f8f8;
}

.header__top .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
}

.header__phone {
    font-size: 18px;
    font-weight: 600;
    color: #969696;
}

.header__middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__logo {
    max-height: 150px;
}

.header__nav {
    background-color: #2c353d;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 0;
}

.nav-inner a {
    margin: 0 13px;
    color: #e6e6e6;
    font-weight: 600;
    font-size: 13px;
}

.nav-inner a:hover {
    color: #fff;
    text-decoration: none;
}

.contact-link {
    padding: 8px 9px;
    border-radius: 100px;
    border: 2px solid #e6e6e6;
}

.contact-link:hover {
    border: 2px solid #fff;
}