        .progress {
            background: #f3f3f3;
            height: 10px;
            width: 100%;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 20px;
        }

.progress-bar {
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%) #ffcb01;
    background-size: 200% 100%;
    animation: shine 3s linear infinite;
    transition: width 0.5s ease-in-out;
}

@keyframes shine {
    from {
        background-position: 150% center;
    }
    to {
        background-position: -50% center;
    }
}
            .pac-item {
                font-size: 17px;
                padding-bottom: 3px ;
                padding-top: 3px ;
                cursor: pointer ;
            }

            .pac-item-query {
                font-size: 18px;
            }
            .progress-bar-top-line-heading {
    font-size: 11px;
    padding: 4px 0px;
}
div.nec {
    font-size: 1.1em;
    margin-bottom: 11px;
    color: #101010;
    margin-top: 2px;
    font-weight: 700;
}
span.necn{
font-size: 1em;
color: #2d2d2d; 
}

.section17344 {
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}
button.btn-back {
    background: #bbb;
    border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 1rem auto 0;
    padding: 3px 7px 3px 7px;
    position: relative;
    width: auto;
    border: 2px solid #bbbbbb;
}

        .options {
            display: grid;
            gap: 10px;
        }

        .options.row18 {
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        }

.option {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 63px;
    text-align: center;
    border: 1px solid #ffcb01;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    user-select: none;
    font-size: 98%;
    line-height: 1.2em;
    font-weight: 700;
    background-color: #ffcb0108;
    color: #000000;
    opacity: 1;
}
        .option:hover {
            background: #f0f0f0;
        }

.option.active {
    border-color: #ffcb01;
    background: #ffcb01;
    box-shadow: 0 0 5px rgb(114 0 128 / 50%);
    color: #000000;
}

        label {
            display: block;
            margin-bottom: 10px;
            cursor: pointer;
        }


        .custom input[type="checkbox"] {
            margin-right: 10px;
        }


.custom {
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 9px;
    position: relative;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.custom:checked:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 10px;
    height: 10px;
    border: solid #ffcb01;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.base-input {
    display: block!important;
    width: 100%!important;
    max-width: 100%;
    box-sizing: border-box;
    height: 55px!important;
    padding: 3px 15px!important;
    font-size: 18px!important;
    font-weight: 400!important;
    border-radius: 5px!important;
    border: 2px solid #ffcb01!important;
    transition: border .2s ease-in-out, box-shadow .2s ease-in-out!important;
    margin: 10px 0px!important;
    color: #262626!important;
    box-shadow: none !important;
}

input.base-input:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1)!important;
}
.js-autocomplete {
    text-transform: capitalize;
}

        .base-input:focus {
    border-color: #ffcb01; 
    box-shadow: 0 0 5px rgba(0, 128, 0, 0.5); 
    outline: none; 
}
        @media (max-width: 768px) {
    .section17344 {
        padding: 8px; 
    }


}

.button {
    display: block;
    width: 70%;
    padding: 19px;
    text-align: center;
    background: #ffcb01;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    border: none;
    cursor: pointer;
    margin: 20px auto 0 auto;
}

        .button:hover {
            background: dark#ffcb01;
        }

        .small-text {
            font-size: 0.8em;
            color: #777;
            margin-top: 15px;
            line-height: 1.4;
        }

        .small-text a {
            color: #ffcb01;
            text-decoration: none;
        }

        .small-text a:hover {
            text-decoration: underline;
        }

        .hidden {
            display: none;
        }
        .nec {
    color: black; 
}

.error {
    margin: 7px 0px;
} 
    #step-2,
    #loading {
        display: none;
    }


div#loading {
    height: 100vh;
}


.loading-steps .step {
    opacity: 0.5;
    transition: opacity 1s ease-in-out;
    margin: 5px 0;
    color: #fff0;
    font-weight: 600;
    line-height: 34px;
    font-size: 1.4em;
}

.loading-steps .step.active {
    opacity: 1;
        color: #763d90!important;
}

.loading-steps .step i {
    visibility: hidden; 
    margin-right: 10px; 
}

.loading-steps .step.active i {
    visibility: visible;
}

.loading-steps .step .nec-check {
    visibility: hidden;
    margin-right: 10px;
}

.loading-steps .step.active .nec-check {
    visibility: visible;
}

label.option {position: relative;padding: 14px 20px;border: 3px solid #ccc;
/transition: all 0.3s ease;user-select: none;}



@keyframes pulseShadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 203, 1, 0.7);
    }
    50% {
        box-shadow: 0 0 10px 5px rgba(255, 203, 1, 0.35);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 203, 1, 0);
    }
}

.puls_btn_form {
    transition: transform 0.2s ease-in-out;
    animation: pulseShadow 2s infinite;
}

.puls_btn_form:hover {
    transform: scale(1.02);
}


#loading-focus {
    width: 100%; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    padding: 2%; 
    box-sizing: border-box; 
}

.loading-steps {
    text-align: left; 
    margin: 0 auto; 
    width: auto; 
    padding: 0 2%; 
}

.loading-spinner {
    margin-bottom: 2%; /* Отступ снизу, чтобы отделить от шагов */
}

.step.step-focus.active {
    margin: 0 auto;
    text-align: center;
    padding-top: 7px;
    color: #51bd84 !important;
    font-size: 1.5em;
     animation: attentionScale 1s cubic-bezier(0.2, 1, 0.3, 1) forwards; 
    animation-delay: 0.5s; 
}


.loading-spinner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px;
    height: 20px;
}

.loading-spinner div {
    width: 15px;
    height: 15px;
    background-color: #854e9d;
    border-radius: 3px; 
    animation: bounce 1.2s infinite ease-in-out;
}


.loading-spinner div:nth-child(1) {
    animation-delay: -0.4s;
}
.loading-spinner div:nth-child(2) {
    animation-delay: -0.2s;
}
.loading-spinner div:nth-child(3) {
    animation-delay: 0s;
}

/* Анимация движения */
@keyframes bounce {
    0%, 80%, 100% {
        transform: scale(0.8);
    }
    40% {
        transform: scale(1.2);
    }
}

input.base-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: gray;
}

input.base-input::-moz-placeholder { /* Firefox 19+ */
  color: gray;
}

input.base-input:-ms-input-placeholder { /* IE 10+ */
  color: gray;
}

input.base-input:-moz-placeholder { /* Firefox 18- */
  color: gray;
}



   .main-container {
        background-color: #ffffff;
        padding: 30px;
        border: 1px solid #ccc;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        margin: 40px auto;
        color: #333;
        border-radius: 10px;
    }
    .thank-you-header {
        background-color: #ffcb01;
        color: #ffffff;
        padding: 15px 20px;
        text-align: center;
        font-size: 24px;
        border-radius: 10px 10px 0 0;
    }
    .info-section {
        padding: 20px;
        line-height: 1.6;
        text-align: left;
        font-size: 16px;
    }
    .ref-number {
        color: #ffcb01;
        font-size: 18px;
        font-weight: bold;
        display: block;
        text-align: center;
        margin: 10px 0;
    }
    .info-step {
        background-color: #ffcb01;
        color: #ffffff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 18px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
    .bold-text {
        font-weight: bold;
        text-align: center;
        display: block;
        margin-top: 10px;
    }
    .important-notice {
        color: #ffcb01;
        font-weight: bold;
        margin-top: 20px;
        font-size: 18px;
    }
    .ref-1{
        text-align: center;
        display: block;
        font-size: 17px;
        }   