/* ===== Form Popup Modal ===== */

.form-popup {
    background: rgba(25, 27, 29, .8);
    width: 100%;
    height: 100%;
    z-index: 500;
    top: 0;
    position: fixed;
    overflow-y: auto;
    display: none;
    padding: 125px
}

.form-popup__wrap {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
    position: relative;
    margin-top: 5%;
    border-radius: 18px;
    background-color: #161920
}

.form-popup-background {
    padding: 25px 25px 15px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    background-image: url("../img/img-23.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.form-popup__wrap-img {
    position: absolute;
    left: 1%;
    top: 2%
}

.form-popup__title {
    font-family: "Roboto Bold", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px #000000
}

.form-group {
    position: relative;
    margin-bottom: 16px;
}

.form-input__example {
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    margin-top: -6px;
    text-align: center;
}

.block-form i, .form i {
    position: absolute;
    left: 3%;
    top: 27%;
    color: #606060;
}

.close-link-wrap {
    position: absolute;
    top: -9%;
    right: -7%;
    padding-left: 14px;
    line-height: 36px;
    font-size: 25px;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    z-index: -555;
    border-radius: 50%;
    background-color: #13c636
}

.form-button {
    display: block;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 18px !important;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 360px;
    width: 100%;
    padding: 13px;
    margin: 25px auto;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: .3s;
    background-color: #13c636
}

.form-button:active {
    transform: translate3d(2px, 2px, 0)
}

.phone-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.form-field {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    width: 100%;
    padding: 12px;
    border: 1px solid #dedede;
    border-radius: 10px;
    color: #797979;
    background: #ffffff
}

.form-field[name="name"],
.form-field[name="email"] {
    padding: 12px 0 12px 40px
}

/* ===== Responsive ===== */

@media (max-width: 576px) {
    .form-popup {
        padding: 35px 30px 0 30px
    }
}

.iti {
    width: 100%;
}

.form-popup__form-block {
    padding-bottom: 20px;
}
