.form {
    position: relative;
    width: 100%;
    background: #191e68;
    padding: 20px;
    padding-bottom: 15px;
    box-sizing: border-box
}

.form--title {
    color: #fafaff;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 22px
}

.data_safe {
    background: #fff;
    color: #191e68;
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex
}

.data_safe--text {
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    text-align: left
}

.data_safe--lock_Wrapper {
    box-sizing: border-box;
    padding-right: 10px
}

.form--control_row {
    justify-content: space-between
}

.form--control_wrapper-col_50 {
    width: calc(50% - 7px)
}

.form--control_wrapper {
    position: relative
}

.form .input-wrap input,
.form--control {
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    border: 2px solid #fafaff;
    height: 40px;
    outline: 0;
    color: #fff;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    line-height: 19px
}

.form--floating_label {
    position: absolute;
    z-index: 1;
    transition: .3s ease all;
    font-size: 10px;
    line-height: 10px;
    font-style: italic;
    pointer-events: none;
    left: 10px;
    top: -10px
}

.form--control:placeholder-shown:not(:focus)~.form--floating_label {
    top: 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(250, 250, 255, .5)
}

.form--control_wrapper {
    margin-bottom: 20px
}

.form--control-password {
    width: 66%
}

.form--control_wrapper- {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.form--btn-pasword {
    width: 34%;
    background: #fafaff;
    box-sizing: border-box;
    padding: 5px 8px;
    font-style: normal;
    font-weight: 900;
    font-size: 8px;
    line-height: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #001132
}

.flag-container {
    background: #fff;
    color: #001132
}

.phone::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(250, 250, 255, .5)
}

.privacy-checkbox p {
    color: #fafaff
}

.privacy-checkbox p a {
    color: #fafaff;
    text-decoration: none
}

.form--submit {
    height: 60px;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    width: 100%
}

.valid-block {
    position: absolute;
    background: #fafaff;
    border: 1px solid #ff003c;
    box-sizing: border-box;
    z-index: 9996;
    top: 40px;
    padding: 5px 0;
    width: 100%
}

.valid-check {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.valid-check label {
    color: #f90201;
    padding: 5px 25px;
    position: relative;
    text-align: left;
    font-family: inherit;
    font-size: 12px;
    line-height: 1;
    margin: 0
}

.valid-check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../images/form-invalid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat
}

.valid-check.check label {
    color: #39b54a !important
}

.valid-check.check label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 12px;
    height: 11px;
    background-image: url(../images/form-valid.svg);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat
}

.form--control.error {
    background: rgba(255, 0, 60, .3);
    border: 2px solid #ff003c !important;
    background-repeat: no-repeat;
    background-position: 99% 78%
}

label.error {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 2;
    width: auto;
    left: 0;
    background: #e30d17 url(../images/form-attention.svg) no-repeat;
    color: #fafaff;
    font-size: 10px;
    padding: 5px 5px 5px 35px;
    background-position: 10px 50%;
    background-size: 16px
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    z-index: 3
}

.form--control.valid {
    background-image: url(../images/form-valid.svg);
    background-repeat: no-repeat;
    background-position: 96% !important;
    padding-right: 40px !important
}

.form--control_wrapper-col_50 .form--control.valid {
    background-position: 90% !important
}

.form--control {
    text-overflow: ellipsis
}

.preloader {
    display: none;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9995;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5;
    margin: 15px
}

.form--control_wrapper-password label.error {
    display: none !important
}

.form .vue-tel-input {
    border-radius: 0
}

.form .vue-tel-input .vti__dropdown {
    background-color: #fff;
    color: #333
}

.form .vti__dropdown-item {
    color: #333 !important
}

.form .input-wrap input.valid {
    color: #333 !important
}

.form .input-wrap button {
    height: 60px;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #e5bf00;
    border: none;
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    display: block
}

@media (max-width:450px) {
    .form--title_br-mob {
        display: inline
    }

    .form--title {
        padding-bottom: 40px
    }

    .form {
        padding-top: 40px
    }

    .form .input-wrap input,
    .form--control {
        height: 60px;
        font-size: 20px;
        line-height: 24px
    }

    .form--control:placeholder-shown:not(:focus)~.form--floating_label {
        font-size: 20px;
        line-height: 24px;
        top: 20px
    }

    .form--control {
        font-size: 20px;
        line-height: 24px
    }

    label.error {
        top: 60px;
        font-size: 13px
    }

    .valid-block {
        top: 60px
    }

    .form .input-wrap button,
    .form--submit {
        font-size: 28px;
        line-height: 34px;
        padding-top: 28px;
        padding-bottom: 28px;
        height: auto
    }

    .form--btn-pasword {
        font-size: 12px;
        line-height: 14px
    }

    .privacy-checkbox {
        font-size: 10px;
        line-height: 12px
    }

    .data_safe--text {
        font-size: 10px;
        line-height: 12px
    }
}

@media (max-width:400px) {
    .form--control:placeholder-shown:not(:focus)~.form--floating_label {
        font-size: 18px
    }
}

@media (max-width:350px) {
    .form--control:placeholder-shown:not(:focus)~.form--floating_label {
        font-size: 16px
    }
}