.form__item {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 463px;
    width: 100%;
    padding: 20px;
    gap: 20px;
    border-radius: 20px;
    background: rgba(245, 247, 249, 0.90);
    backdrop-filter: blur(20px);
}

.preloader {
    display: none;
    background: white;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    z-index: 400;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    border-radius: 8px;
}

.form__title {
    color: #252A34;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.form__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form__input-wrapper {
    display: flex;
    position: relative;
}

.form__input {
    transition: all 0.3s ease-in-out;
    width: 100%;
    background: #FFF;
    padding-inline: 20px;
    padding-block: 30px 10px;
    color: #121212;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.045rem;
    outline: none!important;
    border-radius: 6px;
    border: 1px solid #020D1B;
    background: #FFF;
    /*height: 56px;*/
}

.form__input[type="tel"] {
    padding-block: 16px;
}


.form__input::placeholder {
    color: rgba(28, 28, 28, 0.60);;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form__input.valid {
    border: 1px solid #84E4A4;
    background: #E6FAED;
}

.form__input.error {
    border: 1px solid #FF2633;
    background: #FFD4D6;
}

.form__label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #121212;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.045rem;
    opacity: 0.35;
    transition: 0.3s ease;
    pointer-events: none;
}

.form__input-wrapper.active .form__label {
    top: 9px;
    transform: none;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.035rem;
}

label.error {
    display: flex;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 2;
    top: calc(100% + 4px);
    left: 0;
    min-width: 90%;
    border-radius: 8px;
    background: #FF2314;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.05rem */
    padding: 7px 13px 7px 12px;
}

label.error::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    background: #FF2314;
    border-radius: 2px;
    transform: rotate(45deg);
    top: -8px;
    left: 11px;
}

.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;
    padding: 0 10px !important;
}

input[type="tel"] {
    /*padding-left: 130px !important;*/
}



.form__submit {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    width: 100%;
    border-radius: 8px;
    background: #FF2E63;
    box-shadow: 0px 3px 10px 0px rgba(148, 33, 239, 0.25);
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    outline: none;
    border: none;
    transition: 0.3s ease;
    cursor: pointer;
}

.form__footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.checkbox-svg {
    margin-bottom: 0 !important;
}

.checkbox-svg label.checked-svg {
    /*margin-top: -10px!important;*/
    width: 20px !important;
    height: 20px !important;
}

.checked-svg svg {
    background: #FFF !important;
    border-radius: 2px !important;
    border: 1.5px solid #252A34 !important;
    width: 20px!important;
    height: 20px!important;
}

input[id*="cbx"]:checked+.checked-svg svg {
    stroke: #252A34 !important;
}

.privacy-checkbox p {
    /*padding-left: 9px !important;*/
    color: #252A34;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.intl-tel-input .selected-flag {
    position: relative;
    background-color: #EEE;
}
.bvb {
    display: flex;
    position: relative;
    flex-direction: column!important;
}
.privacy-checkbox a {
    color: #D23311;
    text-decoration: none;
}

.form__protect {
    display: flex;
    align-items: start;
    column-gap: 9px;
}

.form__protect h3 {
    margin: 0;
}

.form__protect-icon {
    width: 16px;
    height: 12px;
    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;
}

.selected-flag {
    background-color: transparent !important;
}

.selected-flag::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #020D1B;
    right: 0;
}

.country-name {
    color: #000;
}


@media (max-width: 1200px) {

    .form__title {
        font-size: 1.875rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.075rem;
    }

}

@media (max-width: 700px) {
    .form__item {
        padding: 20px 14px;
        width: 330px;
        gap: 20px;
    }
}