.form {
    position: relative;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    font-family: 'Arial';
}

.form.orange, .form.orange .data_safe {
    background: #F7931A;
}

.form.orange .form--title{
    color: #fff;
}

.form.orange .orange {
    color: #000;
}


.form.orange .form--submit {
    background: #000000;
}

.form.orange .checked-svg svg {
    background: #fff;
}

.form.orange .privacy-checkbox p, .form.orange .privacy-checkbox a {
    color: #fff;
}

.form.orange .data_safe--text {
    color: #fff;
}

.form--title {
    color: #000000;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.data_safe {
    background: #fff;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    opacity: 0.6;

}

.data_safe--text {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.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--control_row.row {
    margin-right: 0;
    margin-left: 0;
}

.form--control_wrapper-password.row {
    margin-right: 0;
    margin-left: 0;
}

.form--control {
    box-sizing: border-box;
    width: 100%;
    border-radius: 35px;
    background: #fff;
    border: none;
    height: 45px;
    outline: none;
    color: #000;
    padding: 15px 30px 15px 15px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form--control::placeholder {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}

.form--floating_label{
    position:absolute;
    z-index:1;
    transition:.3s ease all;
    font-size:12px;
    line-height:14px;
    pointer-events:none;
    color:rgba(255,255,255,.6);
    background:linear-gradient(to top,rgba(255,0,60,0) 0 50%,#F7931A 50%);
    padding:0 2px;
    left:10px;
    top:-5px
}


.form--control:placeholder-shown:not(:focus)~.form--floating_label {
    top: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    background: 0 0;
    color: rgba(250, 250, 255, 0.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 {
    border-radius: 35px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 34%;
    background-color: #27AE60;
    box-sizing: border-box;
    border-style: none;
    padding: 5px 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    height: 45px;
}

.flag-container {
    background: rgba(0, 0, 0, 0);

}

.phone {
    padding-left: 104px !important;
}

.phone::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.privacy-checkbox p {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;

    color: #fff;

    opacity: 0.75;
}

.privacy-checkbox a {
    color: #fff;
    text-decoration: underline;
}

.form--submit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    font-family: Georgia;
    border-radius: 5px;
    color: #fff;
    border: none;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    text-decoration: none !important;
    background-color: #27AE60;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border: none;
    border-radius: 50px;
    cursor: default;
    font-size: 16px;
    font-weight: 100;
    padding: 14px 47px;
    margin: 0 auto;
}

.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/valid-input.png);
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
}


input.error {
    background: rgb(152 49 49);
    border: 1px solid #FF0000 !important;
    background-image: url(../images/error-info.png);
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 99% 65%;
    border-radius: 35px;
    padding-right: 30px!important;
}

label.error {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 2;
    width: auto;
    left: 0;
    background: #FF0000 url(../images/atention.svg) no-repeat;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 11px;
    margin: 0;

    color: #FFFFFF;
    font-size: 10px;
    padding: 7px 7px 7px 35px;
    background-position: 10px 50%;
    background-size: 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
}

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

input.valid {
    border: 1px solid #499923;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-image: url(../images/valid-input.png);
    background-position: 96%!important;
    padding-right: 50px!important;
    border-radius: 35px;
}

.valid-blockP {
    top: 62px !important;
}

#myform[for=first_name] {
    top: 50px !important;
}

#myform[for=last_name] {
    top: 50px !important;
}

#myform[for=email] {
    top: 50px !important;
}

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

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

.preloader {
    display: none;
    background: white;
    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: 0.5;
}

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

.form.orange .form--control {
    background: #FFFFFF;
}

@media (max-width: 450px) {
    .form--title_br-mob {
        display: inline;
    }
    .form--control {
        font-size: 20px;
        line-height: 24px;
    }
    label.error {
        font-size: 13px;
    }
}

@media (max-width: 992px) {
    .form--control_row.row {
        flex-direction: column;
    }
    .form--control_wrapper-col_50 {
        width: 100%;
    }
    .form--control_wrapper-password.row {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 768px) {
    #myform2 [for=phone] {
        top: 40px !important;
    }
}

@media (max-width: 1023px) {
    .form {
        border-radius: 0;
    }
    .form--title {
        font-size: 30px;
        line-height: 42px; 
    }
    .data_safe {
        width: 100%;
    }
}

@media (max-width: 740px) {
    .form--title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 460px) {
    .form--control {
        font-size: 12px;
    }
    .form--btn-pasword {
        font-size: 12px;
        line-height: 14px;
    }
}