.headerMenu {
    position: relative;
    width: 100%;
    background: #3CB1F1;
    box-shadow: 0px 8px 14px -3px rgb(0 0 0 / 20%);
    top: 103px;
    position: fixed;
    height: unset;
    font-weight: unset!important;
    letter-spacing: 0.3px;
    font-family: 'Open Sans';
    z-index: 4;
    min-width: 1002px;
}

.headerMenu_items {
    display: flex;
    justify-content: flex-start;
    padding: 13px 0 12px 185px;
}

.headerMenu_item {
    color: white!important;
}

.headerMenu_item:not(:last-child) {
    margin-right: 32px;
}

.headerMenu a {
    text-decoration: none;
}