.landgine__hidden {
    display: none;
}
@-webkit-keyframes modal__theme {
    0% {
        visibility: visible;
        margin: 0;
        opacity: 1;
    }
    99% {
        margin: 0;
    }
    100% {
        visibility: hidden;
        margin: -9999px 0 0 -9999px;
        opacity: 0;
    }
}
@keyframes modal__theme {
    0% {
        visibility: visible;
        margin: 0;
        opacity: 1;
    }
    99% {
        margin: 0;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}
@-webkit-keyframes modal__theme-visible {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes modal__theme-visible {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes modal__theme__content {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
@keyframes modal__theme-visible__content {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes modal__theme-visible__content {
    0% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes modal__theme__content {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px !important;
    z-index: 9999;
}
.modal__theme {
    background: rgba(0, 0, 0, 0.8);
}
.modal__data {
    min-width: 100px;
    max-width: 80%;
    padding: 0;
    width: 360px;
    box-sizing: border-box;
    margin: 20px auto;
}
.modal__content {
    padding: 20px;
    background: #fff; /* margin: 20px 0px; */
    border-radius: 0 0 15px 15px;
}
.modal,
.modal__wrap {
    width: 100%;
    height: 100%;
}
.modal__wrap {
    display: table;
}
.modal__cell {
    display: table-cell;
    vertical-align: middle;
}
.modal__theme .modal__data {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 10px 20px -5px rgba(0, 0, 0, 0.4);
}
.modal__theme {
    display: none;
    visibility: hidden;
    margin: -9999px 0 0 -9999px;
}
.modal__theme,
.modal__theme .modal__data {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.modal__theme.modal__inited {
    display: block;
}
.modal__theme.modal__animation {
    -webkit-animation-name: modal__theme;
    animation-name: modal__theme;
}
.modal__theme.modal__animation .modal__data {
    -webkit-animation-name: modal__theme__content;
    animation-name: modal__theme__content;
}
.modal__theme.modal__visible {
    visibility: visible;
    margin: 0;
}
.modal__theme.modal__visible.modal__animation {
    -webkit-animation-name: modal__theme-visible;
    animation-name: modal__theme-visible;
}
.modal__theme.modal__visible.modal__animation .modal__data {
    -webkit-animation-name: modal__theme-visible__content;
    animation-name: modal__theme-visible__content;
}
.modal__header {
    border-bottom: none;
    background-color: #0d245b;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
}
.modal__close {
    padding: 25px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAd0lEQVR4AXWQgQmAMBADC9AROocuoqvoCJ2gQ+gASlfpQG8CBeH5PBxgvABNMrMd3KAkcfwHLrDxowLeAEXIYzqVQQaPL3l5Opl5WJIyTpS07Evd/utO1g+UQ6gHiiH0GmI9OZ1cj2GLZFd6p9MYrOBwclQ6wfIBR/NR3dik4j0AAAAASUVORK5CYII=)
        no-repeat 20px 20px;
    width: 12px;
    height: 12px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    cursor: pointer;
    outline: none;
    display: block;
    position: absolute;
    z-index: 100;
    right: -5px;
    top: -3px;
}
.modal__close:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.modal__form {
    padding: 20px 20px;
}
.modal__form-submit {
    margin-top: 8px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    line-height: 37px;
    height: 46px;
    color: #fff;
    padding: 5px 55px;
    background-color: #e83a15;
    width: 100%;
    border: 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border-radius: 15px;
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.modal__form-submit:hover {
    background-color: #26a52b;
    color: #fff;
}
.modal__form-group {
    margin-bottom: 30px;
}
.modal__form-group:last-child {
    margin-bottom: 0;
    text-align: center;
}
.modal__form-select,
.modal__form-input {
    display: block;
    text-align: center;
    width: 95%;
    padding: 6px 12px;
    background-color: white; /* background-image:none; */
    border: 1px solid #333;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #dadada;
    font-size: 13px;
    color: #333;
    line-height: 46px;
    height: 46px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding-left: 0;
    outline: none;
    box-sizing: border-box;
    margin: 10px;
}
.modal__form-select:focus,
.modal__form-input:focus {
    border-bottom-color: #ee8208;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.modal__form-hidden {
    display: none;
}
.modal__form-close {
    padding: 34px;
    text-align: center;
}
.modal__form-close-action {
    margin-top: 15px;
}
.modal__form-close-action a {
    text-align: center;
    text-decoration: none;
}
.modal__form-close-text {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    padding: 0 15px;
    display: grid; /* border: 1px solid #7fca6c; */
    padding: 20px;
    border-radius: 20px; /* background: #ffffff; */
}
.modal__form-group-text {
    margin-bottom: 0;
    text-align: center;
}
.modal__content1 {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 0px 0px 15px 15px;
}
