#form-order-show .container-fluid {
    background-color: #F6F6F6;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    margin-bottom: 50px;
    position: relative;
}

.form-order-show-title {
    font-weight: bold;
    font-size: 40px;
    color: #820091;
    margin-bottom: 20px;
}
.form-order-show-subtitle {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
#form-order-show .wpcf7-text {
    width: 300px;
    box-shadow: none;
    transition: box-shadow .3s;
}
#form-order-show .wpcf7-text:focus {
    box-shadow: 0px 10px 20px rgba(130, 0, 145, 0.3);
}
#form-order-show .wpcf7-submit {
    display: inline-block;
    background: #820091;
    padding: 20px 45px;
    border: none;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: color .3s, background-color .3s, box-shadow .3s;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#form-order-show .wpcf7-submit:hover {
    color: #222222;
    background-color: #FFD909;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
#form-order-show .wpcf7-list-item-label {
    font-weight: 600;
    font-size: 14px;
    color: rgba(34, 34, 34, 0.2);
}
#form-order-show .wpcf7-response-output {
   background-color: #F6F6F6;
}
@media(min-width: 1400px){
    #form-order-show .container-fluid {
        min-height: 635px;
    }
    #form-order-show .wpcf7-form {
        max-width: 630px;
    }
    #form-order-show .input-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 640px;
        max-height: 380px;
    }
    .form-order-show-inner {
        display: flex;
        justify-content: flex-end;
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        padding: 76px 15px;
    }
    .form-order-show-text {
        display: block;
        position: absolute;
        top: 76px;
        left: 26vw;
        max-width: 300px;
        z-index: 9;
    }
    #form-order-show .acceptance-wrapper {
        padding: 5px 0 25px 0;
    }
    .form-order-show-form {
        position: relative;
    }
    #form-order-show .wpcf7-response-output {
        max-width: 400px;
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
    }
}
@media(max-width: 1400px) and (min-width: 960px){
    #form-order-show .container-fluid {
        background-position: 0px 0%;
        background-size: contain;
    }
    .form-order-show-inner {
        padding: 25px 15px 25px 35vw;
    }
    .form-order-show-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .form-order-show-subtitle {
        font-size: 14px;
        line-height: 1.3em;
    }
    #form-order-show .input-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-height: 250px;
        max-width: 500px;
        margin-top: 30px;
    }
    #form-order-show .wpcf7-text {
        width: 240px;
    }
    #form-order-show .wpcf7-submit {
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px;
    }
}
@media(max-width: 960px){
    #form-order-show .container-fluid {
        padding: 20px 0 480px 0;
        background-position: 50% 100%;
        margin-bottom: 30px;
        height: auto;
        background-size: auto 500px;
    }
    #form-order-show .input-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 15px;
        max-width: 320px;
        margin: 0 auto;
    }
    .form-order-show-title {
        font-size: 32px;
        margin-bottom: 15px;
        text-align: center;
    }
    .form-order-show-subtitle {
        font-size: 16px;
        line-height: 1.3em;
        text-align: center;
    }
    #form-order-show .submit-wrapper {
        text-align: center;
    }
    #form-order-show .wpcf7-submit {
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px;
    }
    #form-order-show .acceptance-wrapper {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

}
