.header {
    width: 1270px;
    margin: 0 auto;
    padding: 23px 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background: transparent;
}
.header-left {
    position: relative;
    height: 100%;
    flex: 1 1 50%;
}
.header-right {
    position: relative;
    height: 100%;
    flex: 1 1 50%;
}
.header__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    width: 185px;
    position: absolute;
    top: 10px;
}
.logo {
    width: 43px;
    height: 43px;
}
.logo__text {
    width: 129px;
    height: 30px;
}
.header__header {
    margin-top: 134px;
}
.header-img {
    width: 48px;
    height: 48px;
    margin-right: 9px;
}
.header-text {
    font-weight: 400;
    font-size: 20px;
    color: #266050;
    line-height: 150%;
    max-width: 90%;
    margin: 33px 0 0;
}
.green-button_header {
    margin-top: 60px;
}
.header-right {
    position: relative;
}
.header-navigation {
    background-color: #0F3027;
    padding: 26px 22px 0 28px;
    border-radius: 20px;

    height: 590px;
    display: flex;
    justify-content: space-between;
}
.header-navigation__item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: content;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    height: 20px;
    cursor: pointer;
}
.header-navigation__item_button {
    background-color: transparent;
    border: none;
    outline: none;
}
.header-side-img {
    position: absolute;
    top: 70px;
    left: -25px;
    width: 680px;
    height: 500px;
}