html,
body {
    height: 100%;
}
body {
    background: #09559c;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.d_top {
    height: 50%;
    float: left;
    width: 100%;
    margin-top: -310px;
    background-color: #113374;
}

.d_container {
    clear: left;
}

.main-table {
    border: 0;
    background: transparent url(images/bg1.png) left -60px repeat-x;
}

.main-menu-wrap {
    position: relative;
    height: 600px;
}

.main-menu {
    position: absolute;
    left: 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 0 0 36px;
    z-index: 1;
}

.main-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0;
    width: 26px;
    height: 26px;
    margin: -13px 0 0;
    background-image: url(images/menu.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.main-menu:hover:before {
    background-position: -26px 0;
}

.main-menu-1 {
    top: 155px;
}

.main-menu-2 {
    left: 335px;
    top: 99px;
}

.main-menu-3 {
    left: 670px;
    top: 140px;
}

.main-menu-4 {
    top: 368px;
}

.main-menu-5 {
    left: 558px;
    top: 368px;
}

.main-menu-6 {
    left: 385px;
    top: 440px;
}

.center_block {
    position: absolute;
    left: 180px;
    top: 152px;
    width: 606px;
    height: 216px;
}

.bg_fp {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url(images/main-bg.png) top left no-repeat;
    width: 998px;
    height: 590px;
}

.d_fp1 {
    vertical-align: top;
    background: transparent url(images/bg2.png) left -60px repeat-x;
}

.d_fp2 {
    height: 600px;
    font-size: 1px;
    background: transparent url(images/bg3.png) left -60px no-repeat;
}

.d_copyright {
    position: absolute;
    font-size: 9px;
    top: 610px;
    left: 733px;
    height: 30px;
    width: 255px;
    color: #5388ba;
}

/* mobile*/
@media (max-width: 430px) {
    .center_block {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }

    .center_block img {
        width: auto;
        height: 130px;
    }

    .main-menu-wrap {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 170px 20px 0;
        height: auto;
    }

    .main-menu {
        left: 5px;
        top: auto;
        position: relative;
        font-size: 16px;
    }

    .d_copyright {
        left: 5px !important;
        bottom: 0;
    }

    .bg_fp {
        display: none;
    }
}
