

/* Start:/local/templates/badsalt/styles.css?16691326302009*/
form input.btn {
    color: #FFE813;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    background: none;
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    font-size: 23px;
    color: #fff;
    text-align: center;
    /* padding: 20px 0; */
}

form input[type="text"] {
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
}

input.btn:hover {
    background: #313030;
}

.modal {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.modal_wrap .banner__text {
    margin: 20px 0;
}

.modal_wrap {
    padding: 50px;
    background: #000;
    border-radius: 10px;
    display: block;
    z-index: 2;
    max-height: 90%;
}

.modal:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0007;
    z-index: 1;
}

a.js-close {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 29px;
    line-height: 29px;
    color: #fff;
    border: 2px solid;
    text-align: center;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    background: #242424;
}

.modal_wrap {
    position: relative;
}

a.js-close:hover {
    background: #000;
}

.hidden {
    display: none;
}

form.js-form {
    min-width: 40%;
    position: relative;
}

form.js-form .field {
    display: block;
    align-items: center;
}

form.js-form .field label {
    width: 100%;
    text-align: left;
}

form.js-form input {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    margin: 20px 0;
}


form.js-form input.btn {
    width: 100%;
}

.success {
    position: absolute;
    bottom: -50px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 26px;
}
/* End */
/* /local/templates/badsalt/styles.css?16691326302009 */
