.pum-container{
    min-height: 370px;
}

.formbox input[type="checkbox"]{
    width: auto;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.modal .modal_content {
    background-color: #FFFFFF;
    margin: 15% auto;
    padding: 2%;
    border: 1px solid #888;
    width: 280px;
    z-index: 99999;
    border-radius: 10px;
    color: #595959;
}

.modal .modal_content .close_modal_window {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close_modal_window {
    color: #EF453E;
    font-size: 38px !important;
    font-weight: bold !important;
    cursor: pointer;
    position: absolute;
    top: -43px;
    right: -12px;
}

.modal_input {
    border-radius: 5px;
    height: 30px;
    width: 100%;
    box-shadow: inset 1px 1px 5px -1px rgb(0 0 0 / 60%)!important;
    background-color: white!important;
}

.modal_input:focus {
    border: 2px inset#EF453E;
    /*box-shadow: 1px 1px 2px 0 red;*/
    outline: none;
}


#modal-submit {
    color: #FFFFFF;
    border-radius: 5px;
    width: 100px;
    height: 40px;
    color: #595959;
    background-color: #BDC8C9;
    display: block;
    border: none;
    background-color: #A0B3B4;
    font-weight: normal;
}

.some-form__line label {
    color: #595959!important;
    font-size: 15px!important;
    font-weight: normal;
    margin-bottom: 0px;
}

.buttom {
    border-radius: 5px;
    width: 100px;
    height: 40px;
    color: #595959;
    background-color: #BDC8C9;
    display: block;
    margin: auto;
    margin-left: 28%;
    border: none;
}

.buttom:hover {
    color: #FFFFFF;
    background-color: #A0B3B4;
}

.some-form__line {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.some-form__line-required input[name="userphone"] {
    border-color: #EF453E;
}

.some-form__line-required .some-form__hint {
    opacity: 1;
    z-index: auto;
}

.some-form__hint {
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    /*padding: 0 12px;*/
    width: 100%;
    background: #EF453E;
    color: #fff;
    font-size: 12px;
    line-height: 1.333333;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    border-radius: 3px;
}

@media (max-width:720px) {
    .modal {
        z-index: 99999;
    }
    .close_modal_window {
        top: -40px;
        right: -5px;
    }
}


.wpcf7 .ajax-loader {
    display: none!important;
}