
.reservationForm {
    margin-bottom: 50px;
    margin-right: 100px;
}

textarea {
    outline: none;
    border: none;
}

textarea {
    overflow: auto;
    resize: vertical;
}

input.input100 {
    height: 60px;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: "MuseoSansCyrl-500", "Times New Roman", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    padding: 0 5px;
}

input {
    outline: none;
    border: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #000;
    padding-bottom: 13px;
    margin-bottom: 27px;
}

.label-input100 {
    font-family: "MuseoSansCyrl-500", "Times New Roman", sans-serif;
    font-size: 30pt;
    color: #5f6d2d;
    line-height: 1.5;
    padding-left: 5px;
    text-transform: lowercase;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

textarea.input100 {
    min-height: 110px;
    padding-top: 9px;
    padding-bottom: 13px;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #7f7f7f;
}

@media only screen and (max-width: 576px) {
    .reservationForm {
        margin-bottom: 25px;
        margin-right: 0px;
    }
    .label-input100 {
        font-size: 20pt;
    }
}

.checkbox {
    display: block;
    position: relative;
    padding-top: 50px;
    cursor: pointer;
    font-family: "MuseoSansCyrl-500", "Times New Roman", sans-serif;
    color: #5f6d2d;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background: transparent url('../svg/off.svg') center center no-repeat;
    background-size: contain;
}

.checkbox input:checked ~ .checkmark {
    background: transparent url('../svg/on.svg') center center no-repeat;
    background-size: contain;
}

form p {
    color: #5f6d2d;
    font-size: 18px !important;
    line-height: 1.2;
    margin: 15px 0;
    display: block;
}
