#modal-wrapper{

    z-index: 10000;

    position: fixed;

    top: 0;

    width: 100vw;

    height: 100vh;

    background-color: rgba(0, 0, 0, 0.5);

    display: none;

    justify-content: center;

    align-items: center;

    padding: 0;

}

.modal-form{

    width: 520px;

    display: flex;

    flex-direction: column;

    align-items: center;

    padding: 60px;

    padding-top: 20px;

    background-color: #C9D1C8;

    border: 2px solid #F1F1EC;

    border-radius: 15px;

}

.modal-item{

    opacity: 0;

}

.modal-form ion-icon{

    align-self: flex-end;

    color: #F1F1EC;

    margin-right: -40px;

    margin-bottom: 25px;

    cursor: pointer;

}

.modal-form input{

    width: -webkit-fill-available !important;

}

.modal-form .default-button{

    width: auto !important;

    margin-top: 15px !important;

}

.modal-title, .modal-title-wh{

    font-size: 20px;

    font-weight: 500;

    line-height: 32px;

    text-transform: uppercase;

    color: #36312A;

    

}

.modal-title-wh{

    color: #F1F1EC;

    margin-bottom: 15px;

}

.modal-form .contact-form-item{

    margin: 5px 0;

}

.modal-form .default-button:hover{ 

    background-color: #B3BCB2; 

}

#modal-wrapper .offer-contact{
    width: 100%;
}

@media (max-width:700.78px) {

    .modal-form{

        width: calc(100% - 30px);

    }

}

@media (max-width:450.78px) {

    .modal-form{

        padding: 30px;

        padding-top: 20px;

    }

    .modal-form ion-icon{

        margin-bottom: 15px;

        margin-right: -20px;

    }

    .modal-title, .modal-title-wh{

        font-size: 16px;

        line-height: 24px;

    }

}