.form-parents {
    background-image: linear-gradient(180deg, #FFFFFF 72%, #ddcfd9 100%);
    border-radius: 10px;
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    flex-wrap: wrap;
    padding: 10px;
    max-width: 50%;
    width: 100%;

}

.form-fix {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 50%;
    padding: 10px;
    right: 0;
}

.timer {
    display: flex;
}

.mobile {
    display: none;
}

@media (max-width:480px) {

    .form-fix,
    .form-parents {
        display: none;
        position: unset;
    }

    .mobile {
        display: block;
        padding: 10px;
    }
}

input {
    width: 100%;
}
.intl-tel-input{
    width: 100%;
}

/**/