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

body {
    background-color: #fff;
}


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

a {
    color: #1e73be;
}

.container {
    width: 1140px;
}

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

.header a {
    text-decoration: none;
}

.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1460px !important;
    height: 181px;
    padding: 10px;
}

.badges {
    display: flex;
    align-items: center;
    gap: 20px;
}

.forty-badge {
    max-height: 119px;
}

.ribbon-badge {
    max-height: 119px;
    padding-top: 4px;
}

.header__logo img {
    max-height: 105px;
    padding-left: 55px;
}

.header__main__contact {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: #333;
    align-self: flex-start;
}

.header__main__contact a {
    color: #333;
}

.main__email {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.phones div {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 16px;
}

.phones i {
    margin-right: 5px;
    font-size: 14px;
}

.phones a {
    font-weight: 500;
}

.socials {
    display: flex;
    gap: 10px;
    padding-top: 16px;
    padding-left: 5px;
}

.socials i {
    font-size: 22px;
    color: #54595f;
}

.header__nav {
    border-top: 1px solid #333;
}

.nav__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    width: 1460px;
    max-width: 100%;
    margin: auto;
}

.nav__inner a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 5px 50px;
}

@media screen and (max-width: 1032px) {
    .nav__inner a {
        padding: 5px 25px;
    }
}