.form__item {
    position: relative;
    width: 100%;
    background: #335AFB;
    padding: 25px 25px 10px 25px;
}

.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;
    border-radius: 30px;
}

.form__title {
    color: #FFF;
    text-align: center;
    font-family: Orbitron;
    font-size: 32px;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;

    margin-bottom: 15px;
}

.form__input-wrapper {
    position: relative;

    margin-bottom: 10px;
}

.form__input-wrapper:last-child {
    margin-bottom: 0;
}

.form__input-icon {
    position: absolute;
    top: calc(50% - (20px / 2));
    left: 10px;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.form__input {
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 6px;
    background: #FFF;
    padding: 10px 10px 10px 40px;
    color: #293037;
    font-size: 14px;
    line-height: 20.021px;
}

.form__input::placeholder {
    color: #293037;
    font-size: 14px;
    line-height: 20.021px;
}

.form__input.valid {
    background: #EBFFF5;
}

.form__input.error {
    background: #FFEDF1;
}

label.error {
    transform-style: preserve-3d;
    position: absolute;
    z-index: 2;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    border-radius: 8px;
    background: #FF003D;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    padding: 7px 13px 9px 12px;
}

label.error::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 15px;
    height: 15px;
    background: #FF003D;
    border-radius: 2px;
    transform: translateZ(-1px) rotate(45deg);
    top: -8px;
    left: 11px;
    transform-style: preserve-3d;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    padding: 0 !important;
}

.intl-tel-input .selected-flag {
    outline: none;
    border: none;
    background: #E6A01E;
    border-radius: 6.674px 0px 0px 6.674px;
    padding: 0 10px !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #FFFFFF !important;
}

.intl-tel-input .selected-flag .iti-arrow {
    border-top-color: #FFFFFF !important;
}

.intl-tel-input .selected-flag .iti-arrow.up {
    border-bottom-color: #FFFFFF !important;
}

input[type="tel"] {
    padding-left: 130px !important;
}

.form__submit {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 17px 10px;

    margin: 10px 0;
}

.checkbox-svg {
    margin-bottom: 0 !important;
}

.checkbox-svg label.checked-svg {
    width: 15px !important;
    height: 15px !important;
}

.checked-svg svg {
    background: #335AFB !important;
    border-radius: 1.668px !important;
    border: 1.251px solid #FFF !important;
}

#cbx:checked+.checked-svg svg {
    stroke: #FFFFFF !important;
}

#cbx-3:checked+.checked-svg svg {
    stroke: #FFFFFF !important;
}

.privacy-checkbox {
    padding-left: 9px !important;
    font-size: 10px !important;
    line-height: 11px !important;
    color: #FFFFFF !important;
}

.privacy-checkbox a {
    color: inherit;
    text-decoration: unset;
}

.form__protect {
    display: flex;
    align-items: center;
    column-gap: 13px;
    background: #5173FC;
    padding: 10px 25px 25px 25px;
}

.form__protect-icon {
    width: 35.021px;
    height: 25px;
    flex-shrink: 0;
}

.form__protect-title {
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
}

.form__protect-description {
    color: #FFF;
    font-size: 6px;
    font-weight: 400;
    line-height: normal;
}
