
.footer-contact { 
    display: none;
}

#header .wrap-right-link .left-contact {
    display: none;
}

#header .right-menu {
    display: none;
}

@media only screen and (min-width: 1000px) {
    #estmp .sec-block {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    #estmp .sec-block .sec-btn {
        width: 400px;
        height: 75px;
        font-size: 20px;
        margin: 0 40px;
        border-radius: 45px;
    }
    #estmp .sec07 .sec-block .sec-btn.blue {
        padding-left: 50px;
    }
    #estmp .sec07 .sec-block .sec-btn.red{
        padding-left: 70px;
    }
    #estmp .sec07 .sec-block .sec-btn.blue img {
        position: absolute;
        left: 85px;
        top: 11px;
    }
    #estmp .sec07 .sec-block .sec-btn.red img {
        position: absolute;
        left: 70px;
        top: 16px;
    }
    #estmp .sec09 {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 1000px) {
    #estmp .sec09 {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
}
