
@font-face {
    font-family: 'FontAwesome';
    src: url('./../fonts/fontawesome-webfont_1.eot');
    src: url('./../fonts/fontawesome-webfont.eot#iefix&v=4.5.0') format('embedded-opentype'), url('./../fonts/fontawesome-webfont.woff') format('woff'), url('./../fonts/fontawesome-webfont.ttf') format('truetype'), url('./../images/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
input {
    width: 100%;
    margin: 0 !important;
}
.form-control {
    padding: 10px;
    border-radius: 8px;
    border: none;
    font-size: 18px;
}

.form-control::placeholder {
    color: rgb(150, 150, 150) !important;
}

._main-form {
    /* display: flex;
    flex-direction: column;
    gap: 15px; */
}

.phone-eror-mess {
    display: block;
    width: 100%;
    line-height: 2em;
    background-color: red;

}
/* .form {
    margin: 20px 0;
} */
.footer form {

    margin: 20px auto;
}


.form-preloader {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .7);

    align-content: center;
    justify-content: center;
    height: 100%;


}

.form-preloader.active {
    display: flex;
}

.form-preloader__img {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    /* width: 100%; */
}

.top-form {
    font-weight: bold;
}


.reg-form .popup {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
}

.reg-form .popup .overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 95;
    width: 100%;
    height: 100%;
}

.reg-form .popup .container {
    display: block;
    width: 320px;
    padding: 20px;
    margin: 5% auto 0;
    position: relative;
    background: #fff;
    z-index: 100;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.buttonSend {
 
}

.loadBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 20px;
    max-height: 20px;
}

.btnFormText {
    margin: 0 !important;
    color: inherit;
}

.form-group {

    text-align: center;
    width: 100%;
    position: relative;
}

.valid:-webkit-autofill {
    appearance: none;
    border: 1px solid green;
    position: relative;
}
.isValid:-webkit-autofill {
    appearance: none;
    border: 1px solid red !important;
    position: relative;
}