header {
    width: 100%;
    height: 997px;
    position: relative;
}

.header_background {
    width: 1440px;
    height: 800px;
    position: absolute;
    top: 20px;
    z-index: 6;
    overflow: hidden;
}

.header_background_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_logo {
    position: absolute;
    top: 20px;
    left: 130px;
    z-index: 10;
}

.header_title {
    font-family: "Manrope";
}

.header_title > h2 {
    position: absolute;
    top: 505.817px;
    left: 130px;
    z-index: 15;
    font-size: 230px;
    font-weight: 600;
    line-height: 314.18px;
    color: #181818;
}

.header_title > p {
    position: absolute;
    top: 752px;
    left: 130px;
    z-index: 15;
    font-size: 68px;
    font-weight: 600;
    line-height: 68px;
    color: #1B4872;
}

.header_nav {
    position: absolute;
    top: 40px;
    left: 340px;
    z-index: 15;
}

.header_nav_buttons > li {
    display: inline-block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: #9ACBE780;
    text-align: center;
}

.header_nav_buttons > li:hover {
    background: #007FC780;
} 

.header_nav_buttons > li > a {
    width: 100%;
    height: 100%;
    font-family: "Manrope";
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    text-align: center;
    color: #FFFFFF;
}

.header_aside_info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 15;
    background: #9ACBE780;
    font-family: "Kelso Sans RU";
    color: #FFFFFF;
}

.header_aside_info_necessary_services {
    width: 244px;
    height: 90px;
    top: 446px;
    left: 48px;
    border-radius: 15px 15px 0px 15px;
    font-size: 18px;
    font-weight: 400;
}

.header_aside_info_customers {
    flex-direction: column;
    width: 280px;
    height: 166px;
    top: 614px;
    left: 986px;
    border-radius: 0px 15px 15px 15px;
}

.header_aside_info_customers_wrapper {
    position: relative;
    width: 280px;
    height: 126px;
}

.header_aside_info_customers_header {
    position: absolute;
    width: 100%;
    font-size: 98px;
    font-weight: 400;
    line-height: 137.2px;
    text-align: center;
}

.header_aside_info_customers_paragraph {
    position: absolute;
    top: 99px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

@media screen and (max-width: 430px) {

    header {
        height: 1113px;
    }

    .header_background {
        width: 400px;
        height: 992.2px;
        top: 0;
        left: 2.325581395vw;
    }

    .header_nav {
        display: none;
    }

    .header_aside_info_necessary_services {
        width: 42.558139535vw;
        height: 67.5px;
        top: 223px;
        left: 6.279069767vw;
        font-size: 3.139534884vw;
        font-weight: 400;
        line-height: 18.9px;
    }

    .header_aside_info_customers {
        width: 48.837209302vw;
        height: 124.5px;
        top: 623px;
        left: 35.348837209vw;
        border-radius: 0px 15px 15px 15px;
    }

    .header_logo {
        left: 5.813953488vw;
    }

    .header_aside_info_customers_header {
        font-size: 20vw;
    }
    
    .header_aside_info_customers_paragraph {
        font-size: 3.720930233vw;
    }

    .header_title > h2 {
        position: absolute;
        top: 732px;
        left: 3.488372093vw;
        z-index: 15;
        font-size: 32.093023256vw;
        font-weight: 500;
        line-height: 314.18px;
        color: #181818;
    }
    
    .header_title > p {
        position: absolute;
        top: 951.2px;
        left: 3.488372093vw;
        z-index: 15;
        font-size: 9.488372093vw;
        font-weight: 500;
        line-height: 40.8px;
    }

    .header_menu {
        display: none;
        flex-direction: row;
        width: 100vw;
        position: absolute;
        top: 0;
        z-index: 25;
    }

    .header_menu_background {
        width: 23.488372093vw;
        background-color: #000000;
        opacity: 0.5;

    }

    .header_menu_wrapper {
        display: flex;
        flex-direction: column;
        width: 76.511627907vw;
        background-color: #21252D;
    }

    .header_menu_button_open {
        width: 46px;
        height: 46px;
        position: absolute;
        z-index: 30;
        top: 40px;
        right: 10vw;
    }

    .header_menu_button_close {
        width: 10.697674419vw;
        height: 10.697674419vw;
        position: absolute;
        z-index: 30;
        top: 40px;
        right: 10vw;
    }

    .mobile_header_nav {
        margin: 152px 2.325581395vw 0 0;
    }

    .mobile_header_nav_buttons {
        width: 100%;
        margin-left: auto;
    }

    .mobile_header_nav_buttons > li {
        display: flex;
        justify-content: end;
        width: 100%;
        margin-bottom: 20px;
        font-family: "Manrope";
        font-size: 11.162790698vw;
        font-weight: 600;
        line-height: 48px;
        color: #FFFFFF;
    }

    .mobile_header_nav_buttons > li:hover {
        color: grey;
    }

    .header_insurance {
        margin: 80px 0 0 2.558139535vw;
        font-family: "Manrope";
        font-size: 11.162790698vw;
        font-weight: 600;
        line-height: 48px;
        color: #FFFFFF;
    }

    .header_icons {
        display: flex;
        flex-direction: row;
        margin: 40px 0 114px 12.325581395vw;
    }

    .header_icon {
        width: 11.162790698vw;
        height: 11.162790698vw;
        margin-right: 9.302325581vw;
    }
}