.noscroll { 
  overflow: hidden;
}

#modal-form__bg {
    display: none;
    position: fixed;
    z-index: 50;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#modal-form__bg.active {
    display:block;
}

.modal-form__content {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 20px;
}

.modal-form__wrapper {
    position: absolute;
    width: 100%;
    max-width: 800px;
    background: #fff;
    left: 50%;
    right: 50%;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
}

@media (max-width: 992px) {
    .modal-form__wrapper {
        max-width: 400px;
        margin-top: 30px;
    }
}

.modal-form__wrapper .close {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: url(/assets/img/landing/mini_sprite.png) -50px -50px no-repeat;
    transition: opacity .3s;
    top: -5px;
    right: -4px;
    cursor: pointer;
}

form input[type=date],
form input[type=time] {
    width: 49%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #c1c1c1;
    box-shadow: inset 0 5px 10px rgb(0 0 0 / 3%);
    transition: border-color .3s ease-in-out;
    outline: none;
    margin-bottom: 8px;
    border-radius: 2px;
}

form input[type=date]:focus,
form input[type=date]:hover,
form input[type=time]:focus,
form input[type=time]:hover {
    border: 2px solid #89b2c4;
    box-shadow: inset 0 5px 10px rgb(0 0 0 / 3%);
}

.col-title {
    background: #f3f3f3;
    padding: 4px 10px;
    margin-bottom: 10px;
}

.sert-form__sert-name {
    margin-bottom: 15px;
}

.col-row {
    float: left;
    width: 100%;
}

.col-row .col-f-6 {
    float: left;
    width: 50%;
}

.col-row .col-f-12 {
    float: left;
    width: 100%;
}

@media (max-width: 992px) {
    .col-row .col-f-6 {
        width: 100%;
    }
}

.col-section {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.sert-form__image {
    max-width: 196px;
}

.sert-form__agree {
    font-size: 0.7rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.sert-form__agree label {
    text-transform: none;
    display: inline;
}

.sert-form__submit {
    text-align: center;
}

.sert-form__submit button {
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    border-radius: 55px;
    text-decoration: none;
    font-weight: bold;
    transition: opacity .3s;
    background: #ff3f00;
    color: #fff;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'SESans', Arial, sans-serif;
}

.sert-form__price {
    text-align: center;
    margin-top: 20px;
}

.sert-form__price input {
    display: inline !important;
    width: 120px !important;
    text-align: center;
}