.solution__step-title {
    font-size: 3.5rem;
    color: #f9ff00;
}




.boaforms .register-btn,
.boaforms .cancel-btn {
    background: #41ca04 !important;
    color: white !important;
    border-color: #266f05 !important;
    text-shadow: 0 0 6px black;
}

.form-div {
    max-width: 567px;
    margin-bottom: 14px;
    background: rgba(0, 6, 43, 0.7);
}

.form-div h2 {
    margin: 0;
    padding: 18px;
    font-size: 28px;

    color: #ffffff;
}

#form-element-1,
#form-element-2 {
    background: #090958;
    margin: 0;
    /* margin-bottom: 24px;*/
}

#form-element-2 {
    display: block;
    max-width: 567px;
}

.solution__steps h2 {
    color: white;
}

.promo__middle-left {
    width: 50%;
}

.partner-item__hover {
    top: 50%;
    left: 0;
    width: 100%;
}

.partner-item {
    width: 33%;
}

.footer__content {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.overlay-vid {
    background-color: rgba(211, 215, 225, .3);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    animation: fadeIn .3s;
    display: none;
}

.form--email {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__socials {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer__socials .socials__heading {
    font-size: 26px;
    font-size: 1.625rem;
    margin: .75em 0;
}

.footer__socials .socials__list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__socials .socials__link {
    display: block;
}

.footer__socials .socials__icon {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.icon--medium {
    background-image: url(../images/medium-white.2a662278.svg);
}

.footer__bottom {
    border-top: 1px solid #8998ff;
    padding-top: 34px;
    color: #8998ff;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.footer__bottom .bottom__col {
    padding: 8px 0;
}

.footer__bottom .bottom__link {
    font-weight: 400;
}



.icon--facebook {
    background-image: url(../images/facebook-white.b9a49c49.svg);
}

.icon--linkedin {
    background-image: url(../images/linkedin-white.c6787e86.svg);
}

.icon--twitter {
    background-image: url(../images/twitter-white.08063b9b.svg);
}

.icon--reddit {
    background-image: url(../images/reddit-white.33d62f4a.svg);
}

.icon--telegram {
    background-image: url(../images/telegram-white.19260477.svg);
}

.icon--bitcoin {
    background-image: url(../images/bitcoin-white.31808d4d.svg);
}

.icon--youtube {
    background-image: url(../images/youtube-white.41e37516.svg);
}




.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-join {
    left: 50%;
    top: 50% !important;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    max-height: 90vh;
    width: 95vw;
    position: absolute;
}

.promo__svg .play-btn-wrap {
    position: absolute;
    width: 24%;
    height: 8%;
    left: 36%;
    top: 41%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: up-down2 5s ease-out .5s infinite;
    animation: up-down2 5s ease-out .5s infinite;
}

.promo__svg .play-btn-wrap .pointer {
    -webkit-animation: opacity .8s step-end .8s infinite;
    animation: opacity .8s step-end .8s infinite;
}

.promo__svg:hover .play-btn-wrap svg {
    transition: all .3s;
}

.promo__svg:hover .play-btn-wrap svg {
    transform: scale(1.05);
}

#light,
.cls-25,
#light-1,
.cls-42 {
    opacity: 0;
    -webkit-animation: lightAnimation15 6s ease-out .6s infinite;
    animation: lightAnimation15 6s ease-out .6s infinite;

}



#platform-1,
.cls-16,
.cls-18,
.cls-29,
.cls-28,
.cls-21,
.cls-23,
.cls-22 {
    -webkit-animation: up-down 3s ease-out .8s infinite;
    animation: up-down 3s ease-out .8s infinite;
}

.cls-40 {
    fill: #4da725;
    -webkit-animation: greenanim 8s ease-out .8s infinite;
    animation: greenanim 8s ease-out .8s infinite;
}

.ios-button__text span:last-of-type {
    color: #3eff00;
    font-size: 24px;
    text-transform: uppercase;
    -webkit-animation: blinking .4s step-end .4s infinite;
    animation: blinking .4s step-end .4s infinite;
}

.ios-button {
    background-color: #4e1cbf;
    border-bottom: 6px solid #2c0f6d;
}

div.triangle-item {
    display: none;
}

.solution__top-wrap {
    margin-top: 3.5rem;
    width: 100%;
    padding-bottom: 20px;
}

@media (max-width: 992px) {
    .promo__middle {
        flex-direction: column-reverse;
    }

    .promo__middle-left {
        width: 100%;
    }

    #form-element-1 {
        margin: 0 auto;
    }

}

@keyframes blinking {
    0% {
        color: #3eff00;
    }

    50% {
        color: red;
    }

    100% {
        color: #3eff00;
    }
}


@keyframes up-down {
    0% {
        transform: translate(-6px, 0);
    }

    50% {
        transform: translate(-6px, -10px);
    }

    100% {
        transform: translate(-6px, 0);
    }
}

@keyframes up-down2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes lightAnimation15 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .9
    }

    to {
        opacity: 0
    }
}

@keyframes greenanim {
    0% {
        fill: #4da725;
    }

    50% {
        fill: #54dc18;
    }

    to {
        fill: #4da725;
    }
}

@media (max-width: 61.25em) {
    .section.advisors {
        padding-top: 4.5rem !important;
    }

    .swiper-wrapper {
        flex-direction: column;
    }

    .advisor-item {
        width: 100%;
    }

    .partners__wrap {
        flex-direction: column;
    }

    .partner-item {

        min-height: 110px;
    }

    .partner-item {
        width: 100%;
    }

    .footer__content {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer__socials {
        align-items: center;
        margin: 30px auto;
    }

    .footer__socials .socials__list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer__socials .socials__link {
        flex: 1 0 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer__socials .socials__icon {
        background-size: 37px 37px;
        width: 37px;
        height: 37px;
        padding: 30px 0;
    }
}

@media (min-width: 61.25em) {

    .footer__socials {
        width: 40%;
    }

    .form--email {
        width: 60%;
    }

    .footer__socials {
        margin-bottom: 25px;
    }

    .footer__socials .socials__list {
        margin-top: 10px;
    }

    .footer__socials .socials__icon {
        width: 25px;
        height: 25px;
    }
}

@media (min-width: 992px) {
    .promo__middle-right {
        margin-top: 116px;
        margin-bottom: 55px;
    }
}

@media (max-width: 768px) {
    .footer__bottom {
        flex-direction: column;
    }

    .solution__item {
        position: inherit
    }
}

.doc {
    padding: 50px 0 100px;
}

.doc__title {
    font-family: 'Anton', sans-serif;
    font-size: 44px;
    margin-bottom: 55px;
    text-align: center;
}

.doc img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.zoomable {
    cursor: pointer;
    max-width: 300px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 135px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

#modalImg {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

#close {
    position: absolute;
    top: 80px;
    right: 40px;
    color: white;
    font-size: 40px;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .doc__title {
        font-size: 24px;
    }
}

.vue-modal-resizer {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    background: transparent;
    cursor: se-resize;
}

.vue-modal-resizer::after {
    display: block;
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
}

.vue-modal-resizer.clicked::after {
    border-bottom: 10px solid #369be9;
}

.v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
}

.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
}

.v--modal-overlay.scrollable {
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.v--modal-overlay .v--modal-background-click {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.v--modal-overlay.scrollable .v--modal-box {
    margin-bottom: 2px;
}

.v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
}

.v--modal.v--modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
}

.v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
    transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
    opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
    transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
}

.vue-dialog div {
    box-sizing: border-box;
}

.vue-dialog .dialog-flex {
    width: 100%;
    height: 100%;
}

.vue-dialog .dialog-content {
    flex: 1 0 auto;
    width: 100%;
    padding: 15px;
    font-size: 14px;
}

.vue-dialog .dialog-c-title {
    font-weight: 600;
    padding-bottom: 15px;
}


.vue-dialog .vue-dialog-buttons {
    display: flex;
    flex: 0 1 auto;
    width: 100%;
    border-top: 1px solid #eee;
}

.vue-dialog .vue-dialog-buttons-none {
    width: 100%;
    padding-bottom: 15px;
}

.vue-dialog-button {
    font-size: 12px !important;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    color: inherit;
    font: inherit;
    outline: none;
}

.vue-dialog-button:hover {
    background: rgba(0, 0, 0, 0.01);
}

.vue-dialog-button:active {
    background: rgba(0, 0, 0, 0.025);
}

.vue-dialog-button:not(:first-of-type) {
    border-left: 1px solid #eee;
}

.main-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.submit-button {
    border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    text-align: center;
    text-transform: none;
    background-color: #0db14b;
    color: #fff;
    transition: all 0.3s ease-out;
    border: none;
    font-size: 20px;
    font-weight: 700;
    padding: 15px;
    width: 100%;
    outline: 0;
    cursor: pointer;
    border: 1px solid #0db14b;

    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    position: relative;
}

.main__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 20px 0 40px 0;
    text-align: center;
    font-size: 42px;
    color: black;
}

.form__title {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 20px;
}

.form-button {
    font-family: "Montserrat", sans-serif;
}

.main-form input {
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid grey;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    font-size: 16px;
}


.input_wrapper {
    display: flex;
    flex-direction: column;
}



.main-form {
    max-width: 570px;
    margin: 25px auto;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.chat-content-item {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
}

.text b {
    color: #0db14b;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
    box-sizing: border-box;
    color: #0db14b;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    background: currentColor;
    margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Стили для модального окна */
.error-modal {
    display: none;
    /* По умолчанию скрыто */
    position: fixed;
    place-items: center;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    /* Полупрозрачный фон */
    backdrop-filter: blur(4px) grayscale(0.5);
    place-items: center;
}

.error-modal-content {
    background-color: white;
    margin: 15% auto;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
    font-size: 110%;
    display: grid;
    place-items: center;
    font-family: "Montserrat";
    max-width: 500px;
    min-height: 400px;
    max-height: 65%;
    position: relative;
}

.error-content-title {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
}

.error-content-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
}

/* Закрыть кнопка */
.error-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 25px;
    top: 25px;
}

.error-close:hover,
.error-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* preloader */
.preloader {
    display: grid !important;
    place-items: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: white;
    opacity: 1;
    transition: opacity 2s linear;
    border-radius: 20px;
}

.preloader-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.preloader-hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.error-border {
    border: dashed 1px #ce0909 !important;
}

p.error-msg {
    margin: 0;
    color: #ce0909;
    padding: 5px 0 0;
    font-size: 12px;
    font-style: italic;
    font-family: "Montserrat";
}


.iti__block {
    scale: 1.75;
}

.unavailable {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 25px;
    max-width: fit-content;
    margin: 0 auto;
}

.leadForm {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    margin: 0 auto;
}

/* Общие стили контейнера */
.field {
    margin-bottom: 25px;
    /* Резервируем место под ошибку (18px текст + запас) */
    position: relative;
    /* Важно для абсолютного позиционирования ошибки */
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Стили для всех инпутов */
.leadForm input {
    font-family: inherit;
    width: 100%;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 16px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    color: #333;
}

/* Состояние при фокусе */
.leadForm input:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 8px rgba(74, 144, 226, 0.2);
}

/* Ошибка (красная рамка) */
.leadForm input.invalid {
    border-color: #ff4d4d;
}

/* Стилизация сообщения об ошибке */
.error-msg {
    position: absolute;
    top: 100%;
    /* Размещаем сразу под инпутом */
    left: 0;
    color: #ff4d4d;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
    /* Небольшой отступ от границы инпута */

    /* Анимация появления */
    opacity: 0;
    transform: translateY(-5px);
    /* Ошибка будет плавно «выплывать» сверху вниз */
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    /* Чтобы текст ошибки не мешал кликам */
}

.error-msg.active {
    opacity: 1;
    transform: translateY(0);
}

/* Плавное появление ошибки */
.leadForm input.invalid+.error-msg,
.iti.invalid+.error-msg {
    /* для телефона с учетом обертки библиотеки */
    height: 18px;
    opacity: 1;
    margin-top: 5px;
}

/* Стилизация кнопки */
.leadForm .submit-button {
    font-family: inherit;
    padding: 6px 24px;
    background-color: #4a90e2;
    color: white;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    width: 100%;
    min-height: 45px;
}

.leadForm .submit-button:disabled {
    background-color: #cfcece;
    cursor: not-allowed;

}

.leadForm .submit-button.is-loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leadForm .submit-button.is-loading .loader {
    display: block;
}

.leadForm .submit-button.is-loading .btn-text {
    display: none;
}

.leadForm .submit-button.is-error,
.leadForm .submit-button.is-error:disabled {
    background-color: #ff4d4d;
    color: white;
}

/* Корректировка для intl-tel-input */
.iti {
    width: 100%;
}

.field:focus-within input.invalid~.error-msg,
input.invalid~.error-msg {
    height: 18px;
    opacity: 1;
    margin-top: 5px;
}

/* Для телефона (библиотека оборачивает инпут в .iti) */
.iti.invalid+.error-msg {
    height: 18px;
    opacity: 1;
    margin-top: 5px;
}

/* Стандартная рамка для обычных инпутов */
.leadForm input.invalid {
    border-color: #ff4d4d !important;
}

/* Рамка для контейнера телефона */
.iti.invalid {
    border: 1px solid #ff4d4d;
    border-radius: 16px;
    /* чтобы углы совпадали с инпутом */
}

/* Убираем внутреннюю рамку инпута внутри .iti, чтобы они не двоились */
.iti.invalid input {
    border: none !important;
}

/* Стилизация текста ошибки */
.error-msg {
    color: #ff4d4d;
    font-size: 12px;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    display: block;
}

.error-msg.active {
    height: 18px;
    opacity: 1;
    margin-top: 5px;
}

/* HTML: <div class="loader"></div> */
.loader {
    display: none;
    width: 35px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #000000;
    animation:
        l20-1 0.8s infinite linear alternate,
        l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

.form-icon__box {
    margin-top: 17px;
    display: flex;
    gap: 19px;
    justify-content: center;
}

.form-icon__box img {
    height: 45px;
}

.form-icon__box img:nth-child(1) {
    animation: floatUpDown 3s ease-in-out infinite;
}

.form-icon__box img:nth-child(2) {
    animation: floatUpDown 3s ease-in-out infinite;
    animation-delay: 0.3s;
}

.form-icon__box img:nth-child(3) {
    animation: floatUpDown 3s ease-in-out infinite;
    animation-delay: 0.6s;
}

.form-icon__box img:nth-child(4) {
    animation: floatUpDown 3s ease-in-out infinite;
    animation-delay: 0.9s;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }
}

.iti__selected-dial-code {
    font-size: 16px;
}
/*  */