.header {
    width: 100%;
    position: relative;
    background-color: #103363;
    border-top: 2px solid #b12423;
    padding: 10px;
    color: #fff;
    min-height: 48px;
    border-bottom: 1.5px solid silver;
}

.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__menu {
    display: flex;
}

.header__logo img {
    width: 125.63px;
    height: auto;
}

.header__item {
    margin-right: 15px;
    width: max-content;
    padding: 6px 8px;
    color: #fff;
    background-color: #d20f26;
    text-decoration: none;
    border-radius: 7px;
    transition: 0.15s all ease-in-out;
    font-size: 15px;
}

.header__burger {
    width: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    position: relative;
    padding-bottom: 3px;
}

.header__burger span {
    width: 100%;
    position: relative;
}
