@charset "utf-8";

.wrapper {
    background: url("../img/top/products_bg.jpg") center no-repeat;
    background-size: cover;
}

.contact * {
    box-sizing: border-box;
}

.contact .hbspt-form {
    background-color: #fff;
    padding: 3vw;
}


/* form_thanks */
.form_sending {
    position: relative;
    min-height: calc(100vh - 65px - 450px);
    padding: 100px 0;
    box-sizing: border-box;
    /*background: rgba(255,255,255,.9);*/
    z-index: 2;
}

.form_sending .message {
    font-size: 20px;
    text-align: center;
}

.form_sending .contact-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

.form_sending .btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 35px;
    margin: 35px auto 0;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #F5AA00;
    background: #F5AA00;
    transition: .25s;
}

.form_sending .btn::after {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 10px;
    height: 25px;
    background: url("../img/common/button_arrow_right.png") center no-repeat;
    background-size: 100% auto;
    transition: .25s;
}

.form_sending .btn:hover {
    color: #F5AA00;
    background: #fff;
}

.form_sending .btn:hover::after {
    top: 5px;
    right: 10px;
    width: 10px;
    height: 25px;
    background: url("../img/common/button_arrow_right_hover.png") center no-repeat;
    background-size: 100% auto;
}

.mainContents {
    min-height: 70vh;
}

.footer {
    background: transparent;
}
